libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.CloudFormationCollectionFilter

Description

 
Synopsis

Documentation

data CloudFormationCollectionFilter Source #

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

See: newCloudFormationCollectionFilter smart constructor.

Constructors

CloudFormationCollectionFilter' 

Fields

Instances

Instances details
Eq CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

Read CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

Show CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

Generic CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

Associated Types

type Rep CloudFormationCollectionFilter :: Type -> Type #

NFData CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

Hashable CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

FromJSON CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

type Rep CloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CloudFormationCollectionFilter

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

newCloudFormationCollectionFilter :: CloudFormationCollectionFilter Source #

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