@Stability(value=Experimental) @Internal public static final class CommonStringParameterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonStringParameterAttributes
CommonStringParameterAttributessoftware.amazon.jsii.JsiiObject.InitializationModeCommonStringParameterAttributes.Builder, CommonStringParameterAttributes.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 parameterName,
Boolean simpleName)
Constructor that initializes the object based on literal property values passed by the
CommonStringParameterAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getParameterName()
(experimental) The name of the parameter store value.
|
Boolean |
getSimpleName()
(experimental) Indicates of the parameter name is a simple name (i.e.
|
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 parameterName, Boolean simpleName)
CommonStringParameterAttributes.Builder.public final String getParameterName()
CommonStringParameterAttributesThis value can be a token or a concrete string. If it is a concrete string and includes "/" it must also be prefixed with a "/" (fully-qualified).
getParameterName in interface CommonStringParameterAttributespublic final Boolean getSimpleName()
CommonStringParameterAttributes
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 CommonStringParameterAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.