@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.740Z") @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()
A regular expression that represents the patterns to allow for String types.
|
default List<String> |
getAllowedValues()
An array containing the list of values allowed for the parameter.
|
default String |
getConstraintDescription()
A string that explains a constraint when the constraint is violated.
|
default Object |
getDefaultValue()
A value of the appropriate type for the template to use if no value is specified when a stack is created.
|
default String |
getDescription()
A string of up to 4000 characters that describes the parameter.
|
default Number |
getMaxLength()
An integer value that determines the largest number of characters you want to allow for String types.
|
default Number |
getMaxValue()
A numeric value that determines the largest numeric value you want to allow for Number types.
|
default Number |
getMinLength()
An integer value that determines the smallest number of characters you want to allow for String types.
|
default Number |
getMinValue()
A numeric value that determines the smallest numeric value you want to allow for Number types.
|
default Boolean |
getNoEcho()
Whether to mask the parameter value when anyone makes a call that describes the stack.
|
default String |
getType()
The data type for the parameter (DataType).
|
@Stability(value=Stable) default String getAllowedPattern()
@Stability(value=Stable) default List<String> getAllowedValues()
@Stability(value=Stable) default String getConstraintDescription()
@Stability(value=Stable) default Object getDefaultValue()
@Stability(value=Stable) default String getDescription()
@Stability(value=Stable) default Number getMaxLength()
@Stability(value=Stable) default Number getMaxValue()
@Stability(value=Stable) default Number getMinLength()
@Stability(value=Stable) default Number getMinValue()
@Stability(value=Stable) default Boolean getNoEcho()
@Stability(value=Stable) default String getType()
@Stability(value=Stable) static CfnParameterProps.Builder builder()
CfnParameterProps.Builder of CfnParameterPropsCopyright © 2019. All rights reserved.