ConfigurationAggregatorOrganizationAggregationSource

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

Constructors

fun ConfigurationAggregatorOrganizationAggregationSource(allRegions: Boolean? = null, regions: List<String>? = null, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

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.

Link copied to clipboard

ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.