Get Finding Aggregator
securityhub_get_finding_aggregator | R Documentation |
The aggregation Region is now called the home Region¶
Description¶
The aggregation Region is now called the home Region.
Returns the current configuration in the calling account for cross-Region aggregation. A finding aggregator is a resource that establishes the home Region and any linked Regions.
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"
)
)