ConfigurationAggregatorAccountAggregationSourceArgs

data class ConfigurationAggregatorAccountAggregationSourceArgs(val accountIds: Output<List<String>>, val allRegions: Output<Boolean>? = null, val regions: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationAggregatorAccountAggregationSourceArgs>

Constructors

constructor(accountIds: Output<List<String>>, allRegions: Output<Boolean>? = null, regions: Output<List<String>>? = null)

Properties

Link copied to clipboard
val accountIds: Output<List<String>>

List of 12-digit account IDs of the account(s) being aggregated.

Link copied to clipboard
val allRegions: Output<Boolean>? = null

If true, aggregate existing AWS Config regions and future regions.

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

List of source regions being aggregated. Either regions or all_regions (as true) must be specified.

Functions

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