Skip to content

Get Aggregator V2

securityhub_get_aggregator_v2 R Documentation

Returns the configuration of the specified Aggregator V2

Description

Returns the configuration of the specified Aggregator V2.

Usage

securityhub_get_aggregator_v2(AggregatorV2Arn)

Arguments

AggregatorV2Arn

[required] The ARN of the Aggregator V2.

Value

A list with the following syntax:

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

Request syntax

svc$get_aggregator_v2(
  AggregatorV2Arn = "string"
)