Uses of Enum Class
software.amazon.awscdk.services.ssm.ParameterValueType
Packages that use ParameterValueType
-
Uses of ParameterValueType in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm that return ParameterValueTypeModifier and TypeMethodDescriptiondefault ParameterValueTypeListParameterAttributes.getElementType()The type of the string list parameter value.final ParameterValueTypeListParameterAttributes.Jsii$Proxy.getElementType()default ParameterValueTypeStringParameterAttributes.getValueType()The type of the string parameter value.final ParameterValueTypeStringParameterAttributes.Jsii$Proxy.getValueType()static ParameterValueTypeReturns the enum constant of this class with the specified name.static ParameterValueType[]ParameterValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ssm with parameters of type ParameterValueTypeModifier 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 StringStringParameter.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 StringStringParameter.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()