| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnParameter.Builder |
CfnParameter.Builder.allowedPattern(String allowedPattern)
A regular expression that represents the patterns to allow for String types.
|
CfnParameter.Builder |
CfnParameter.Builder.allowedValues(List<String> allowedValues)
An array containing the list of values allowed for the parameter.
|
CfnParameter.Builder |
CfnParameter.Builder.constraintDescription(String constraintDescription)
A string that explains a constraint when the constraint is violated.
|
static CfnParameter.Builder |
CfnParameter.Builder.create(software.constructs.Construct scope,
String id) |
CfnParameter.Builder |
CfnParameter.Builder.defaultValue(Object defaultValue)
A value of the appropriate type for the template to use if no value is specified when a stack is created.
|
CfnParameter.Builder |
CfnParameter.Builder.description(String description)
A string of up to 4000 characters that describes the parameter.
|
CfnParameter.Builder |
CfnParameter.Builder.maxLength(Number maxLength)
An integer value that determines the largest number of characters you want to allow for String types.
|
CfnParameter.Builder |
CfnParameter.Builder.maxValue(Number maxValue)
A numeric value that determines the largest numeric value you want to allow for Number types.
|
CfnParameter.Builder |
CfnParameter.Builder.minLength(Number minLength)
An integer value that determines the smallest number of characters you want to allow for String types.
|
CfnParameter.Builder |
CfnParameter.Builder.minValue(Number minValue)
A numeric value that determines the smallest numeric value you want to allow for Number types.
|
CfnParameter.Builder |
CfnParameter.Builder.noEcho(Boolean noEcho)
Whether to mask the parameter value when anyone makes a call that describes the stack.
|
CfnParameter.Builder |
CfnParameter.Builder.type(String type)
The data type for the parameter (DataType).
|
Copyright © 2022. All rights reserved.