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 aggregation Region of the FindingAggregator

Link copied to clipboard

The ARN of the FindingAggregator being created and assigned as the unique identifier

Link copied to clipboard

Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions

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

The list of excluded Regions or included Regions