@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.396Z") @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 © 2021. All rights reserved.