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 ResourceCollection Source #
A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
See: newResourceCollection
smart constructor.
ResourceCollection' | |
|
Instances
newResourceCollection :: ResourceCollection Source #
Create a value of ResourceCollection
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:cloudFormation:ResourceCollection'
, resourceCollection_cloudFormation
- An array of the names of AWS CloudFormation stacks. The stacks define
AWS resources that DevOps Guru analyzes. You can specify up to 500 AWS
CloudFormation stacks.
resourceCollection_cloudFormation :: Lens' ResourceCollection (Maybe CloudFormationCollection) Source #
An array of the names of AWS CloudFormation stacks. The stacks define AWS resources that DevOps Guru analyzes. You can specify up to 500 AWS CloudFormation stacks.