listFindingAggregators
inline suspend fun SecurityHubClient.listFindingAggregators(crossinline block: ListFindingAggregatorsRequest.Builder.() -> Unit): ListFindingAggregatorsResponse
If finding aggregation is enabled, then ListFindingAggregators
returns the ARN of the finding aggregator. You can run this operation from any Region.
Samples
fun main() {
//sampleStart
// The following example disables the specified control in the specified security standard.
val resp = securityHubClient.listFindingAggregators()
//sampleEnd
}