ConfigurationAggregatorAccountAggregationSource

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val allRegions: Boolean? = null

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

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

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