You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::ParameterConstraints

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

A list of values that are permitted for a parameter.

Returns:

  • (Array<String>)

    A list of values that are permitted for a parameter.