ConfigurationAggregatorArgs

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

Provides a list of source accounts and regions to be aggregated.

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

The name of the aggregator.

Link copied to clipboard

Provides an organization and list of regions to be aggregated.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the configuration aggregator.

Functions

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