Uses of Enum
software.amazon.awscdk.services.ssm.ParameterValueType
-
Uses of ParameterValueType in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptiondefault ParameterValueType
ListParameterAttributes.getElementType()
The type of the string list parameter value.final ParameterValueType
ListParameterAttributes.Jsii$Proxy.getElementType()
default ParameterValueType
StringParameterAttributes.getValueType()
The type of the string parameter value.final ParameterValueType
StringParameterAttributes.Jsii$Proxy.getValueType()
static ParameterValueType
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 TypeMethodDescriptionListParameterAttributes.Builder.elementType
(ParameterValueType elementType) Sets the value ofListParameterAttributes.getElementType()
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.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.valueType
(ParameterValueType valueType) Sets the value ofStringParameterAttributes.getValueType()