Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
ParameterConstraints |
ParameterConstraints.clone() |
ParameterConstraints |
ParameterDeclaration.getParameterConstraints()
The criteria that AWS CloudFormation uses to validate parameter values.
|
ParameterConstraints |
ParameterConstraints.withAllowedValues(Collection<String> allowedValues)
A list of values that are permitted for a parameter.
|
ParameterConstraints |
ParameterConstraints.withAllowedValues(String... allowedValues)
A list of values that are permitted for a parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterDeclaration.setParameterConstraints(ParameterConstraints parameterConstraints)
The criteria that AWS CloudFormation uses to validate parameter values.
|
ParameterDeclaration |
ParameterDeclaration.withParameterConstraints(ParameterConstraints parameterConstraints)
The criteria that AWS CloudFormation uses to validate parameter values.
|
Copyright © 2018. All rights reserved.