Uses of Enum
software.amazon.awscdk.services.ssm.ParameterType
Packages that use ParameterType
-
Uses of ParameterType in software.amazon.awscdk.services.ssm
Methods in software.amazon.awscdk.services.ssm that return ParameterTypeModifier 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.Methods in software.amazon.awscdk.services.ssm with parameters of type ParameterTypeModifier 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.