Create Finding Aggregator
securityhub_create_finding_aggregator | R Documentation |
The aggregation Region is now called the home Region¶
Description¶
The aggregation Region is now called the home Region.
Used to enable cross-Region aggregation. This operation can be invoked from the home Region only.
For information about how cross-Region aggregation works, see Understanding cross-Region aggregation in Security Hub in the Security Hub User Guide.
Usage¶
securityhub_create_finding_aggregator(RegionLinkingMode, Regions)
Arguments¶
RegionLinkingMode |
[required] Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows:
|
Regions |
If If An |
Value¶
A list with the following syntax:
list(
FindingAggregatorArn = "string",
FindingAggregationRegion = "string",
RegionLinkingMode = "string",
Regions = list(
"string"
)
)
Request syntax¶
svc$create_finding_aggregator(
RegionLinkingMode = "string",
Regions = list(
"string"
)
)