@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:53.011Z") @Stability(value=Experimental) 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()
(experimental) The value of the parameter.
|
default ParameterType |
getType()
(experimental) The type of the string parameter.
|
getAllowedPattern, getDescription, getParameterName, getSimpleName, getTier@Stability(value=Experimental) @NotNull String getStringValue()
It may not reference another parameter and {{}} cannot be used in the value.
@Stability(value=Experimental) @Nullable default ParameterType getType()
Default: ParameterType.STRING
@Stability(value=Experimental) static StringParameterProps.Builder builder()
builder in interface ParameterOptionsStringParameterProps.Builder of StringParameterPropsCopyright © 2020. All rights reserved.