| Modifier and Type | Method and Description |
|---|---|
default ParameterDataType |
StringParameterProps.getDataType()
The data type of the parameter, such as `text` or `aws:ec2:image`.
|
ParameterDataType |
StringParameterProps.Jsii$Proxy.getDataType() |
static ParameterDataType |
ParameterDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterDataType[] |
ParameterDataType.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.dataType(ParameterDataType dataType)
The data type of the parameter, such as `text` or `aws:ec2:image`.
|
StringParameterProps.Builder |
StringParameterProps.Builder.dataType(ParameterDataType dataType)
Sets the value of
StringParameterProps.getDataType() |
Copyright © 2022. All rights reserved.