@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.332Z") @Stability(value=Experimental) public interface StringParameterAttributes extends software.amazon.jsii.JsiiSerializable, CommonStringParameterAttributes
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssm.*;
StringParameterAttributes stringParameterAttributes = StringParameterAttributes.builder()
.parameterName("parameterName")
// the properties below are optional
.simpleName(false)
.type(ParameterType.STRING)
.version(123)
.build();
ParameterType| Modifier and Type | Interface and Description |
|---|---|
static class |
StringParameterAttributes.Builder
A builder for
StringParameterAttributes |
static class |
StringParameterAttributes.Jsii$Proxy
An implementation for
StringParameterAttributes |
| Modifier and Type | Method and Description |
|---|---|
static StringParameterAttributes.Builder |
builder() |
default ParameterType |
getType()
(experimental) The type of the string parameter.
|
default Number |
getVersion()
(experimental) The version number of the value you wish to retrieve.
|
getParameterName, getSimpleName@Stability(value=Experimental) @Nullable default ParameterType getType()
Default: ParameterType.STRING
@Stability(value=Experimental) @Nullable default Number getVersion()
Default: The latest version will be retrieved.
@Stability(value=Experimental) static StringParameterAttributes.Builder builder()
builder in interface CommonStringParameterAttributesStringParameterAttributes.Builder of StringParameterAttributesCopyright © 2022. All rights reserved.