@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:41.036Z") @Stability(value=Stable) public interface StringParameterProps extends software.amazon.jsii.JsiiSerializable, ParameterOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
StringParameterProps.Builder
A builder for
StringParameterProps |
static class |
StringParameterProps.Jsii$Proxy
An implementation for
StringParameterProps |
| Modifier and Type | Method and Description |
|---|---|
static StringParameterProps.Builder |
builder() |
String |
getStringValue()
The value of the parameter.
|
default ParameterType |
getType()
The type of the string parameter.
|
getAllowedPattern, getDescription, getParameterName, getSimpleName, getTier@Stability(value=Stable) @NotNull String getStringValue()
It may not reference another parameter and {{}} cannot be used in the value.
@Stability(value=Stable) @Nullable default ParameterType getType()
Default: ParameterType.STRING
@Stability(value=Stable) static StringParameterProps.Builder builder()
builder in interface ParameterOptionsStringParameterProps.Builder of StringParameterPropsCopyright © 2021. All rights reserved.