Skip to content

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

securityhub_get_finding_aggregator(FindingAggregatorArn)

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"
  )
)

Request syntax

svc$get_finding_aggregator(
  FindingAggregatorArn = "string"
)