@Stability(value=Experimental) @Internal public static final class StringParameterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StringParameterAttributes
StringParameterAttributessoftware.amazon.jsii.JsiiObject.InitializationModeStringParameterAttributes.Builder, StringParameterAttributes.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(ParameterType type,
Number version,
String parameterName,
Boolean simpleName)
Constructor that initializes the object based on literal property values passed by the
StringParameterAttributes.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.
|
ParameterType |
getType()
(experimental) The type of the string parameter.
|
Number |
getVersion()
(experimental) The version number of the value you wish to retrieve.
|
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(ParameterType type, Number version, String parameterName, Boolean simpleName)
StringParameterAttributes.Builder.public final ParameterType getType()
StringParameterAttributesDefault: ParameterType.STRING
getType in interface StringParameterAttributespublic final Number getVersion()
StringParameterAttributesDefault: The latest version will be retrieved.
getVersion in interface StringParameterAttributespublic 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.