| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssm |
AWS Systems Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ParameterValueType |
ListParameterAttributes.getElementType()
The type of the string list parameter value.
|
ParameterValueType |
ListParameterAttributes.Jsii$Proxy.getElementType() |
default ParameterValueType |
StringParameterAttributes.getValueType()
The type of the string parameter value.
|
ParameterValueType |
StringParameterAttributes.Jsii$Proxy.getValueType() |
static ParameterValueType |
ParameterValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterValueType[] |
ParameterValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListParameterAttributes.Builder |
ListParameterAttributes.Builder.elementType(ParameterValueType elementType)
Sets the value of
ListParameterAttributes.getElementType() |
static List<String> |
StringListParameter.valueForTypedListParameter(software.constructs.Construct scope,
String parameterName,
ParameterValueType type)
Returns a token that will resolve (during deployment) to the list value of an SSM StringList parameter.
|
static List<String> |
StringListParameter.valueForTypedListParameter(software.constructs.Construct scope,
String parameterName,
ParameterValueType type,
Number version)
Returns a token that will resolve (during deployment) to the list value of an SSM StringList parameter.
|
static String |
StringParameter.valueForTypedStringParameterV2(software.constructs.Construct scope,
String parameterName,
ParameterValueType type)
Returns a token that will resolve (during deployment) to the string value of an SSM string parameter.
|
static String |
StringParameter.valueForTypedStringParameterV2(software.constructs.Construct scope,
String parameterName,
ParameterValueType type,
Number version)
Returns a token that will resolve (during deployment) to the string value of an SSM string parameter.
|
StringParameterAttributes.Builder |
StringParameterAttributes.Builder.valueType(ParameterValueType valueType)
Sets the value of
StringParameterAttributes.getValueType() |
Copyright © 2022. All rights reserved.