libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFormation.Types.ParameterConstraints

Description

 
Synopsis

Documentation

data ParameterConstraints Source #

A set of criteria that CloudFormation uses to validate parameter values. Although other constraints might be defined in the stack template, CloudFormation returns only the AllowedValues property.

See: newParameterConstraints smart constructor.

Constructors

ParameterConstraints' 

Fields

Instances

Instances details
Eq ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Read ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Show ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Generic ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Associated Types

type Rep ParameterConstraints :: Type -> Type #

NFData ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Methods

rnf :: ParameterConstraints -> () #

Hashable ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

FromXML ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

type Rep ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

type Rep ParameterConstraints = D1 ('MetaData "ParameterConstraints" "Amazonka.CloudFormation.Types.ParameterConstraints" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ParameterConstraints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newParameterConstraints :: ParameterConstraints Source #

Create a value of ParameterConstraints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedValues:ParameterConstraints', parameterConstraints_allowedValues - A list of values that are permitted for a parameter.

parameterConstraints_allowedValues :: Lens' ParameterConstraints (Maybe [Text]) Source #

A list of values that are permitted for a parameter.