Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data CloudFormationCollection 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: newCloudFormationCollection
smart constructor.
CloudFormationCollection' | |
|
Instances
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.
cloudFormationCollection_stackNames :: Lens' CloudFormationCollection (Maybe [Text]) Source #
An array of CloudFormation stack names.