FindingAggregatorArgs

data class FindingAggregatorArgs(val regionLinkingMode: Output<FindingAggregatorRegionLinkingMode>? = null, val regions: Output<List<String>>? = null) : ConvertibleToJava<FindingAggregatorArgs>

The AWS::SecurityHub::FindingAggregator resource represents the AWS Security Hub Finding Aggregator in your account. One finding aggregator resource is created for each account in non opt-in region in which you configure region linking mode.

Constructors

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

Properties

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: Output<List<String>>? = null

The list of excluded Regions or included Regions

Functions

Link copied to clipboard
open override fun toJava(): FindingAggregatorArgs