@Stability(value=Stable) @Internal 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(CfnParameterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnParameterProps.Builder. |
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 used to validate the parameter value.
|
String |
getDataType()
The data type of the parameter, such as `text` or `aws:ec2:image` .
|
String |
getDescription()
Information about the parameter.
|
String |
getName()
The name of the parameter.
|
String |
getPolicies()
Information about the policies assigned to a parameter.
|
Object |
getTags()
Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).
|
String |
getTier()
The parameter tier.
|
String |
getType()
The type of parameter.
|
String |
getValue()
The parameter value.
|
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(CfnParameterProps.Builder builder)
CfnParameterProps.Builder.public final String getType()
CfnParameterProps
AWS CloudFormation doesn't support creating a
SecureStringparameter type.
Allowed Values : String | StringList
getType in interface CfnParameterPropspublic final String getValue()
CfnParameterProps
If type is
StringList, the system returns a comma-separated string with no spaces between commas in theValuefield.
getValue in interface CfnParameterPropspublic final String getAllowedPattern()
CfnParameterProps
For example, for String types with values restricted to numbers, you can specify the following: AllowedPattern=^\d+$
getAllowedPattern in interface CfnParameterPropspublic final String getDataType()
CfnParameterProps
The default is text .
getDataType in interface CfnParameterPropspublic final String getDescription()
CfnParameterPropsgetDescription in interface CfnParameterPropspublic final String getName()
CfnParameterProps
The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter ARN, is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters:
arn:aws:ssm:us-east-2:111222333444:parameter/ExampleParameterName
getName in interface CfnParameterPropspublic final String getPolicies()
CfnParameterPropsAssigning parameter policies in the AWS Systems Manager User Guide .
getPolicies in interface CfnParameterPropspublic final Object getTags()
CfnParameterPropsTags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter.
getTags in interface CfnParameterPropspublic final String getTier()
CfnParameterPropsgetTier in interface CfnParameterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.