amazonka-devops-guru-2.0: Amazon DevOps Guru 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.DevOpsGuru.Types.CloudFormationCollection

Description

 
Synopsis

Documentation

data CloudFormationCollection Source #

Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.

See: newCloudFormationCollection smart constructor.

Constructors

CloudFormationCollection' 

Fields

Instances

Instances details
FromJSON CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

ToJSON CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

Generic CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

Associated Types

type Rep CloudFormationCollection :: Type -> Type #

Read CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

Show CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

NFData CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

Eq CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

Hashable CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

type Rep CloudFormationCollection Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollection

type Rep CloudFormationCollection = D1 ('MetaData "CloudFormationCollection" "Amazonka.DevOpsGuru.Types.CloudFormationCollection" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "CloudFormationCollection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newCloudFormationCollection :: CloudFormationCollection Source #

Create a value of CloudFormationCollection 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:stackNames:CloudFormationCollection', cloudFormationCollection_stackNames - An array of CloudFormation stack names.