ConfigurationAggregatorAccountAggregationSource

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val allAwsRegions: Boolean? = null

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

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

The source regions being aggregated.