ConfigurationAggregatorOrganizationAggregationSourceArgs

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

Constructors

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

Properties

Link copied to clipboard
val allRegions: Output<Boolean>? = null

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

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

List of source regions being aggregated.

Link copied to clipboard
val roleArn: Output<String>

ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account. Either regions or all_regions (as true) must be specified.

Functions

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