Uses of Enum
software.amazon.awscdk.services.ssm.ParameterType
-
Uses of ParameterType in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptiondefault ParameterType
StringParameterAttributes.getType()
The type of the string parameter.final ParameterType
StringParameterAttributes.Jsii$Proxy.getType()
default ParameterType
StringParameterProps.getType()
The type of the string parameter.final ParameterType
StringParameterProps.Jsii$Proxy.getType()
static ParameterType
Returns the enum constant of this type with the specified name.static ParameterType[]
ParameterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStringParameter.Builder.type
(ParameterType type) The type of the string parameter.StringParameterAttributes.Builder.type
(ParameterType type) Sets the value ofStringParameterAttributes.getType()
StringParameterProps.Builder.type
(ParameterType type) Sets the value ofStringParameterProps.getType()
static String
StringParameter.valueForTypedStringParameter
(software.constructs.Construct scope, String parameterName, ParameterType type) Returns a token that will resolve (during deployment) to the string value of an SSM string parameter.static String
StringParameter.valueForTypedStringParameter
(software.constructs.Construct scope, String parameterName, ParameterType type, Number version) Returns a token that will resolve (during deployment) to the string value of an SSM string parameter.