@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.329Z") @Stability(value=Experimental) public interface StringListParameterProps extends software.amazon.jsii.JsiiSerializable, ParameterOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssm.*;
StringListParameterProps stringListParameterProps = StringListParameterProps.builder()
.stringListValue(List.of("stringListValue"))
// the properties below are optional
.allowedPattern("allowedPattern")
.description("description")
.parameterName("parameterName")
.simpleName(false)
.tier(ParameterTier.ADVANCED)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StringListParameterProps.Builder
A builder for
StringListParameterProps |
static class |
StringListParameterProps.Jsii$Proxy
An implementation for
StringListParameterProps |
| Modifier and Type | Method and Description |
|---|---|
static StringListParameterProps.Builder |
builder() |
List<String> |
getStringListValue()
(experimental) The values of the parameter.
|
getAllowedPattern, getDescription, getParameterName, getSimpleName, getTier@Stability(value=Experimental) @NotNull List<String> getStringListValue()
It may not reference another parameter and {{}} cannot be used in the value.
@Stability(value=Experimental) static StringListParameterProps.Builder builder()
builder in interface ParameterOptionsStringListParameterProps.Builder of StringListParameterPropsCopyright © 2022. All rights reserved.