@Stability(value=Stable) public static final class CfnParameterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnParameterProps
CfnParameterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnParameterProps.Builder, CfnParameterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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 |
getDefaultValue()
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).
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getAllowedPattern()
CfnParameterPropsgetAllowedPattern in interface CfnParameterPropspublic List<String> getAllowedValues()
CfnParameterPropsgetAllowedValues in interface CfnParameterPropspublic String getConstraintDescription()
CfnParameterPropsgetConstraintDescription in interface CfnParameterPropspublic Object getDefaultValue()
CfnParameterPropsgetDefaultValue in interface CfnParameterPropspublic String getDescription()
CfnParameterPropsgetDescription in interface CfnParameterPropspublic Number getMaxLength()
CfnParameterPropsgetMaxLength in interface CfnParameterPropspublic Number getMaxValue()
CfnParameterPropsgetMaxValue in interface CfnParameterPropspublic Number getMinLength()
CfnParameterPropsgetMinLength in interface CfnParameterPropspublic Number getMinValue()
CfnParameterPropsgetMinValue in interface CfnParameterPropspublic Boolean getNoEcho()
CfnParameterPropsgetNoEcho in interface CfnParameterPropspublic String getType()
CfnParameterPropsgetType in interface CfnParameterPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.