Class ListParameterAttributes.Jsii$Proxy
- All Implemented Interfaces:
CommonStringParameterAttributes,ListParameterAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ListParameterAttributes
ListParameterAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.ListParameterAttributes
ListParameterAttributes.Builder, ListParameterAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theListParameterAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ParameterValueTypeThe type of the string list parameter value.final StringThe name of the parameter store value.final BooleanIndicates whether the parameter name is a simple name.final NumberThe version number of the value you wish to retrieve.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theListParameterAttributes.Builder.
-
-
Method Details
-
getElementType
Description copied from interface:ListParameterAttributesThe type of the string list parameter value.Using specific types can be helpful in catching invalid values at the start of creating or updating a stack. CloudFormation validates the values against existing values in the account.
Note - if you want to allow values from different AWS accounts, use ParameterValueType.STRING
Default: ParameterValueType.STRING
- Specified by:
getElementTypein interfaceListParameterAttributes- See Also:
-
getVersion
Description copied from interface:ListParameterAttributesThe version number of the value you wish to retrieve.Default: The latest version will be retrieved.
- Specified by:
getVersionin interfaceListParameterAttributes
-
getParameterName
Description copied from interface:CommonStringParameterAttributesThe name of the parameter store value.This 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).
- Specified by:
getParameterNamein interfaceCommonStringParameterAttributes
-
getSimpleName
Description copied from interface:CommonStringParameterAttributesIndicates whether the parameter name is a simple name.A parameter name without any "/" is considered a simple name. If the parameter name includes "/", setting simpleName to true might cause unintended issues such as duplicate "/" in the resulting ARN.
This is required only if
parameterNameis 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
parameterNameis not specified,simpleNamemust betrue(or undefined) since the name generated by AWS CloudFormation is always a simple name.Default: - auto-detect based on `parameterName`
- Specified by:
getSimpleNamein interfaceCommonStringParameterAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-