@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.020Z") @Stability(value=Stable) public interface CfnParameterProps extends software.amazon.jsii.JsiiSerializable
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.*;
Object tags;
CfnParameterProps cfnParameterProps = CfnParameterProps.builder()
.type("type")
.value("value")
// the properties below are optional
.allowedPattern("allowedPattern")
.dataType("dataType")
.description("description")
.name("name")
.policies("policies")
.tags(tags)
.tier("tier")
.build();
| 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) @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) @NotNull String getType()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnParameterProps.Builder builder()
CfnParameterProps.Builder of CfnParameterPropsCopyright © 2021. All rights reserved.