Configuration Aggregator Args
data class ConfigurationAggregatorArgs(val accountAggregationSources: Output<List<ConfigurationAggregatorAccountAggregationSourceArgs>>? = null, val configurationAggregatorName: Output<String>? = null, val organizationAggregationSource: Output<ConfigurationAggregatorOrganizationAggregationSourceArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConfigurationAggregatorArgs>
Resource Type definition for AWS::Config::ConfigurationAggregator
Constructors
Link copied to clipboard
constructor(accountAggregationSources: Output<List<ConfigurationAggregatorAccountAggregationSourceArgs>>? = null, configurationAggregatorName: Output<String>? = null, organizationAggregationSource: Output<ConfigurationAggregatorOrganizationAggregationSourceArgs>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
val accountAggregationSources: Output<List<ConfigurationAggregatorAccountAggregationSourceArgs>>? = null
Provides a list of source accounts and regions to be aggregated.
Link copied to clipboard
The name of the aggregator.
Link copied to clipboard
val organizationAggregationSource: Output<ConfigurationAggregatorOrganizationAggregationSourceArgs>? = null
Provides an organization and list of regions to be aggregated.