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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

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.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

A list of values that are permitted for a parameter.

Returns:

  • (Array<String>)


4043
4044
4045
4046
# File 'lib/aws-sdk-cloudformation/types.rb', line 4043

class ParameterConstraints < Struct.new(
  :allowed_values)
  include Aws::Structure
end