ConfigurationAggregatorOrganizationAggregationSourceArgs

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

Constructors

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

Properties

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.

Link copied to clipboard
val roleArn: Output<String>

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

Functions

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