account Aggregation Sources
suspend fun accountAggregationSources(value: Output<List<ConfigurationAggregatorAccountAggregationSourceArgs>>)
suspend fun accountAggregationSources(value: List<ConfigurationAggregatorAccountAggregationSourceArgs>?)
Parameters
value
Provides a list of source accounts and regions to be aggregated.
suspend fun accountAggregationSources(vararg values: Output<ConfigurationAggregatorAccountAggregationSourceArgs>)
suspend fun accountAggregationSources(values: List<Output<ConfigurationAggregatorAccountAggregationSourceArgs>>)
suspend fun accountAggregationSources(vararg values: ConfigurationAggregatorAccountAggregationSourceArgs)
Parameters
values
Provides a list of source accounts and regions to be aggregated.
suspend fun accountAggregationSources(argument: List<suspend ConfigurationAggregatorAccountAggregationSourceArgsBuilder.() -> Unit>)
suspend fun accountAggregationSources(vararg argument: suspend ConfigurationAggregatorAccountAggregationSourceArgsBuilder.() -> Unit)
suspend fun accountAggregationSources(argument: suspend ConfigurationAggregatorAccountAggregationSourceArgsBuilder.() -> Unit)
Parameters
argument
Provides a list of source accounts and regions to be aggregated.