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 FindingAggregator Source #
A finding aggregator. A finding aggregator contains the configuration for finding aggregation.
See: newFindingAggregator
smart constructor.
FindingAggregator' | |
|
Instances
newFindingAggregator :: FindingAggregator Source #
Create a value of FindingAggregator
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:findingAggregatorArn:FindingAggregator'
, findingAggregator_findingAggregatorArn
- The ARN of the finding aggregator. You use the finding aggregator ARN to
retrieve details for, update, and delete the finding aggregator.
findingAggregator_findingAggregatorArn :: Lens' FindingAggregator (Maybe Text) Source #
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.