Skip to content

Update Aggregator V2

securityhub_update_aggregator_v2 R Documentation

Udpates the configuration for the Aggregator V2

Description

Udpates the configuration for the Aggregator V2.

Usage

securityhub_update_aggregator_v2(AggregatorV2Arn, RegionLinkingMode,
  LinkedRegions)

Arguments

AggregatorV2Arn

[required] The ARN of the Aggregator V2.

RegionLinkingMode

[required] Determines how Amazon Web Services Regions should be linked to the Aggregator V2.

LinkedRegions

A list of Amazon Web Services Regions linked to the aggegation Region.

Value

A list with the following syntax:

list(
  AggregatorV2Arn = "string",
  AggregationRegion = "string",
  RegionLinkingMode = "string",
  LinkedRegions = list(
    "string"
  )
)

Request syntax

svc$update_aggregator_v2(
  AggregatorV2Arn = "string",
  RegionLinkingMode = "string",
  LinkedRegions = list(
    "string"
  )
)