Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private ParameterConstraints |
ParameterDeclaration.parameterConstraints
The criteria that AWS CloudFormation uses to validate parameter values.
|
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(java.util.Collection<java.lang.String> allowedValues)
A list of values that are permitted for a parameter.
|
ParameterConstraints |
ParameterConstraints.withAllowedValues(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ParameterConstraints |
ParameterConstraintsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |