| Modifier and Type | Method and Description |
|---|---|
default ParameterType |
StringParameterProps.getType()
The type of the string parameter.
|
ParameterType |
StringParameterProps.Jsii$Proxy.getType() |
default ParameterType |
StringParameterAttributes.getType()
The type of the string parameter.
|
ParameterType |
StringParameterAttributes.Jsii$Proxy.getType() |
static ParameterType |
ParameterType.valueOf(String name)
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 Type | Method and Description |
|---|---|
StringParameter.Builder |
StringParameter.Builder.type(ParameterType type)
The type of the string parameter.
|
StringParameterProps.Builder |
StringParameterProps.Builder.type(ParameterType type)
Sets the value of
StringParameterProps.getType() |
StringParameterAttributes.Builder |
StringParameterAttributes.Builder.type(ParameterType type)
Sets the value of
StringParameterAttributes.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.
|
Copyright © 2022. All rights reserved.