getFindingAggregator
abstract suspend fun getFindingAggregator(input: GetFindingAggregatorRequest): GetFindingAggregatorResponse
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.
Samples
fun main() {
//sampleStart
// The following example returns cross Region aggregation details for the requesting account.
val resp = securityHubClient.getFindingAggregator {
findingAggregatorArn = "arn:aws:securityhub:us-east-1:123456789012:finding-aggregator/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
}
//sampleEnd
}