ParameterConstraints class
A set of criteria that AWS CloudFormation uses to validate parameter values.
Although other constraints might be defined in the stack template, AWS
CloudFormation returns only the AllowedValues
property.
Constructors
-
ParameterConstraints({List<
String> ? allowedValues}) - ParameterConstraints.fromXml(XmlElement elem)
-
factory
Properties
-
allowedValues
→ List<
String> ? -
A list of values that are permitted for a parameter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited