GetFindingAggregatorResult

data class GetFindingAggregatorResult(val findingAggregationRegion: String? = null, val findingAggregatorArn: String? = null, val regionLinkingMode: FindingAggregatorRegionLinkingMode? = null, val regions: List<String>? = null)

Constructors

Link copied to clipboard
constructor(findingAggregationRegion: String? = null, findingAggregatorArn: String? = null, regionLinkingMode: FindingAggregatorRegionLinkingMode? = null, regions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The home Region. Findings generated in linked Regions are replicated and sent to the home Region.

Link copied to clipboard

The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.

Link copied to clipboard

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:

Link copied to clipboard
val regions: List<String>? = null

If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region. An `InvalidInputException` error results if you populate this field while `RegionLinkingMode` is `NO_REGIONS`.