public static final class CfnParameterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnParameterProps
software.amazon.jsii.JsiiObject.InitializationModeCfnParameterProps.Builder, CfnParameterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedPattern()
A regular expression that represents the patterns to allow for String types.
|
List<String> |
getAllowedValues()
An array containing the list of values allowed for the parameter.
|
String |
getConstraintDescription()
A string that explains a constraint when the constraint is violated.
|
Object |
getDefault()
A value of the appropriate type for the template to use if no value is specified when a stack is created.
|
String |
getDescription()
A string of up to 4000 characters that describes the parameter.
|
Number |
getMaxLength()
An integer value that determines the largest number of characters you want to allow for String types.
|
Number |
getMaxValue()
A numeric value that determines the largest numeric value you want to allow for Number types.
|
Number |
getMinLength()
An integer value that determines the smallest number of characters you want to allow for String types.
|
Number |
getMinValue()
A numeric value that determines the smallest numeric value you want to allow for Number types.
|
Boolean |
getNoEcho()
Whether to mask the parameter value when anyone makes a call that describes the stack.
|
String |
getType()
The data type for the parameter (DataType).
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable) @Nullable public String getAllowedPattern()
getAllowedPattern in interface CfnParameterProps@Stability(value=Stable) @Nullable public List<String> getAllowedValues()
getAllowedValues in interface CfnParameterProps@Stability(value=Stable) @Nullable public String getConstraintDescription()
getConstraintDescription in interface CfnParameterProps@Stability(value=Stable) @Nullable public Object getDefault()
getDefault in interface CfnParameterProps@Stability(value=Stable) @Nullable public String getDescription()
getDescription in interface CfnParameterProps@Stability(value=Stable) @Nullable public Number getMaxLength()
getMaxLength in interface CfnParameterProps@Stability(value=Stable) @Nullable public Number getMaxValue()
getMaxValue in interface CfnParameterProps@Stability(value=Stable) @Nullable public Number getMinLength()
getMinLength in interface CfnParameterProps@Stability(value=Stable) @Nullable public Number getMinValue()
getMinValue in interface CfnParameterProps@Stability(value=Stable) @Nullable public Boolean getNoEcho()
getNoEcho in interface CfnParameterProps@Stability(value=Stable) @Nullable public String getType()
getType in interface CfnParameterPropsCopyright © 2019. All rights reserved.