Get Finding Aggregator
securityhub_get_finding_aggregator | R Documentation |
Returns the current finding aggregation configuration¶
Description¶
Returns the current finding aggregation configuration.
Usage¶
Arguments¶
FindingAggregatorArn
[required] The ARN of the finding aggregator to return details for. To obtain the ARN, use
list_finding_aggregators
.
Value¶
A list with the following syntax:
list(
FindingAggregatorArn = "string",
FindingAggregationRegion = "string",
RegionLinkingMode = "string",
Regions = list(
"string"
)
)