ConfigurationAggregatorOrganizationAggregationSource

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.

Link copied to clipboard

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