Uses of Enum
software.amazon.awscdk.services.ssm.ParameterType
-
Uses of ParameterType in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptiondefault ParameterType
StringParameterAttributes.getType()
Deprecated.use valueType insteadfinal ParameterType
StringParameterAttributes.Jsii$Proxy.getType()
default ParameterType
StringParameterProps.getType()
Deprecated.type will always be 'String'final ParameterType
StringParameterProps.Jsii$Proxy.getType()
static ParameterType
Deprecated.Returns the enum constant of this type with the specified name.static ParameterType[]
ParameterType.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStringParameter.Builder.type
(ParameterType type) Deprecated.type will always be 'String'StringParameterAttributes.Builder.type
(ParameterType type) Deprecated.- use valueType insteadStringParameterProps.Builder.type
(ParameterType type) Deprecated.- type will always be 'String'static String
StringParameter.valueForTypedStringParameter
(software.constructs.Construct scope, String parameterName, ParameterType type) Deprecated.use valueForTypedStringParameterV2 insteadstatic String
StringParameter.valueForTypedStringParameter
(software.constructs.Construct scope, String parameterName, ParameterType type, Number version) Deprecated.use valueForTypedStringParameterV2 instead