@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.122Z") @Stability(value=Stable) public interface CfnParameterProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnParameterProps.Builder
A builder for
CfnParameterProps |
static class |
CfnParameterProps.Jsii$Proxy
An implementation for
CfnParameterProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnParameterProps.Builder |
builder() |
default String |
getAllowedPattern()
`AWS::SSM::Parameter.AllowedPattern`.
|
default String |
getDataType()
`AWS::SSM::Parameter.DataType`.
|
default String |
getDescription()
`AWS::SSM::Parameter.Description`.
|
default String |
getName()
`AWS::SSM::Parameter.Name`.
|
default String |
getPolicies()
`AWS::SSM::Parameter.Policies`.
|
default Object |
getTags()
`AWS::SSM::Parameter.Tags`.
|
default String |
getTier()
`AWS::SSM::Parameter.Tier`.
|
String |
getType()
`AWS::SSM::Parameter.Type`.
|
String |
getValue()
`AWS::SSM::Parameter.Value`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) @Nullable default String getAllowedPattern()
@Stability(value=Stable) @Nullable default String getDataType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getPolicies()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) @Nullable default String getTier()
@Stability(value=Stable) static CfnParameterProps.Builder builder()
CfnParameterProps.Builder of CfnParameterPropsCopyright © 2021. All rights reserved.