ConfigurationAggregatorAccountAggregationSourceArgs

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

Constructors

constructor(accountIds: Output<List<String>>, allAwsRegions: Output<Boolean>? = null, awsRegions: Output<List<String>>? = null)

Properties

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

The 12-digit account ID of the account being aggregated.

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

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

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

The source regions being aggregated.

Functions

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