@Stability(value=Experimental) @Internal public static final class StringParameterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StringParameterProps
StringParameterPropssoftware.amazon.jsii.JsiiObject.InitializationModeStringParameterProps.Builder, StringParameterProps.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.
|
protected |
Jsii$Proxy(String stringValue,
ParameterType type,
String allowedPattern,
String description,
String parameterName,
Boolean simpleName,
ParameterTier tier)
Constructor that initializes the object based on literal property values passed by the
StringParameterProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAllowedPattern()
(experimental) A regular expression used to validate the parameter value.
|
String |
getDescription()
(experimental) Information about the parameter that you want to add to the system.
|
String |
getParameterName()
(experimental) The name of the parameter.
|
Boolean |
getSimpleName()
(experimental) Indicates of the parameter name is a simple name (i.e.
|
String |
getStringValue()
(experimental) The value of the parameter.
|
ParameterTier |
getTier()
(experimental) The tier of the string parameter.
|
ParameterType |
getType()
(experimental) The type of the string parameter.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String stringValue, ParameterType type, String allowedPattern, String description, String parameterName, Boolean simpleName, ParameterTier tier)
StringParameterProps.Builder.public final String getStringValue()
StringParameterProps
It may not reference another parameter and {{}} cannot be used in the value.
getStringValue in interface StringParameterPropspublic final ParameterType getType()
StringParameterPropsDefault: ParameterType.STRING
getType in interface StringParameterPropspublic final String getAllowedPattern()
ParameterOptions
For example, for String types with values restricted to
numbers, you can specify the following: ^\d+$
Default: no validation is performed
getAllowedPattern in interface ParameterOptionspublic final String getDescription()
ParameterOptionsDefault: none
getDescription in interface ParameterOptionspublic final String getParameterName()
ParameterOptionsDefault: - a name will be generated by CloudFormation
getParameterName in interface ParameterOptionspublic final Boolean getSimpleName()
ParameterOptions
This is only required only if parameterName is a token, which means we
are unable to detect if the name is simple or "path-like" for the purpose
of rendering SSM parameter ARNs.
If parameterName is not specified, simpleName must be true (or
undefined) since the name generated by AWS CloudFormation is always a
simple name.
Default: - auto-detect based on `parameterName`
getSimpleName in interface ParameterOptionspublic final ParameterTier getTier()
ParameterOptionsDefault: - undefined
getTier in interface ParameterOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.