Configuration Aggregator Args Builder
Builder for ConfigurationAggregatorArgs.
Functions
Link copied to clipboard
suspend fun accountAggregationSources(value: Output<List<ConfigurationAggregatorAccountAggregationSourceArgs>>)
suspend fun accountAggregationSources(vararg values: ConfigurationAggregatorAccountAggregationSourceArgs)
suspend fun accountAggregationSources(vararg values: Output<ConfigurationAggregatorAccountAggregationSourceArgs>)
suspend fun accountAggregationSources(vararg argument: suspend ConfigurationAggregatorAccountAggregationSourceArgsBuilder.() -> Unit)
suspend fun accountAggregationSources(value: List<ConfigurationAggregatorAccountAggregationSourceArgs>?)
suspend fun accountAggregationSources(values: List<Output<ConfigurationAggregatorAccountAggregationSourceArgs>>)
suspend fun accountAggregationSources(argument: List<suspend ConfigurationAggregatorAccountAggregationSourceArgsBuilder.() -> Unit>)
suspend fun accountAggregationSources(argument: suspend ConfigurationAggregatorAccountAggregationSourceArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
suspend fun organizationAggregationSource(value: ConfigurationAggregatorOrganizationAggregationSourceArgs?)
suspend fun organizationAggregationSource(value: Output<ConfigurationAggregatorOrganizationAggregationSourceArgs>)
suspend fun organizationAggregationSource(argument: suspend ConfigurationAggregatorOrganizationAggregationSourceArgsBuilder.() -> Unit)
Link copied to clipboard