Create Aggregator V2
| securityhub_create_aggregator_v2 | R Documentation |
Enables aggregation across Amazon Web Services Regions¶
Description¶
Enables aggregation across Amazon Web Services Regions.
Usage¶
securityhub_create_aggregator_v2(RegionLinkingMode, LinkedRegions, Tags,
ClientToken)
Arguments¶
RegionLinkingMode |
[required] Determines how Regions are linked to an Aggregator V2. |
LinkedRegions |
The list of Regions that are linked to the aggregation Region. |
Tags |
A list of key-value pairs to be applied to the AggregatorV2. |
ClientToken |
A unique identifier used to ensure idempotency. |
Value¶
A list with the following syntax:
list(
AggregatorV2Arn = "string",
AggregationRegion = "string",
RegionLinkingMode = "string",
LinkedRegions = list(
"string"
)
)
Request syntax¶
svc$create_aggregator_v2(
RegionLinkingMode = "string",
LinkedRegions = list(
"string"
),
Tags = list(
"string"
),
ClientToken = "string"
)