amazonka-cloudformation-2.0: Amazon CloudFormation SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFormation.Types.ParameterDeclaration

Description

 
Synopsis

Documentation

data ParameterDeclaration Source #

The ParameterDeclaration data type.

See: newParameterDeclaration smart constructor.

Constructors

ParameterDeclaration' 

Fields

Instances

Instances details
FromXML ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Generic ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Associated Types

type Rep ParameterDeclaration :: Type -> Type #

Read ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Show ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

NFData ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Methods

rnf :: ParameterDeclaration -> () #

Eq ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Hashable ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

type Rep ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

type Rep ParameterDeclaration = D1 ('MetaData "ParameterDeclaration" "Amazonka.CloudFormation.Types.ParameterDeclaration" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "noEcho") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "parameterConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterConstraints)) :*: (S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newParameterDeclaration :: ParameterDeclaration Source #

Create a value of ParameterDeclaration 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:defaultValue:ParameterDeclaration', parameterDeclaration_defaultValue - The default value of the parameter.

$sel:description:ParameterDeclaration', parameterDeclaration_description - The description that's associate with the parameter.

$sel:noEcho:ParameterDeclaration', parameterDeclaration_noEcho - Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.

$sel:parameterConstraints:ParameterDeclaration', parameterDeclaration_parameterConstraints - The criteria that CloudFormation uses to validate parameter values.

$sel:parameterKey:ParameterDeclaration', parameterDeclaration_parameterKey - The name that's associated with the parameter.

$sel:parameterType:ParameterDeclaration', parameterDeclaration_parameterType - The type of parameter.

parameterDeclaration_description :: Lens' ParameterDeclaration (Maybe Text) Source #

The description that's associate with the parameter.

parameterDeclaration_noEcho :: Lens' ParameterDeclaration (Maybe Bool) Source #

Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.

parameterDeclaration_parameterConstraints :: Lens' ParameterDeclaration (Maybe ParameterConstraints) Source #

The criteria that CloudFormation uses to validate parameter values.

parameterDeclaration_parameterKey :: Lens' ParameterDeclaration (Maybe Text) Source #

The name that's associated with the parameter.