@Stability(value=Stable) public static final class CfnConfigurationAggregator.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationAggregator>
CfnConfigurationAggregator.| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationAggregator.Builder |
accountAggregationSources(IResolvable accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
CfnConfigurationAggregator.Builder |
accountAggregationSources(List<? extends Object> accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
CfnConfigurationAggregator |
build() |
CfnConfigurationAggregator.Builder |
configurationAggregatorName(String configurationAggregatorName)
The name of the aggregator.
|
static CfnConfigurationAggregator.Builder |
create(software.constructs.Construct scope,
String id) |
CfnConfigurationAggregator.Builder |
organizationAggregationSource(CfnConfigurationAggregator.OrganizationAggregationSourceProperty organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
|
CfnConfigurationAggregator.Builder |
organizationAggregationSource(IResolvable organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
|
CfnConfigurationAggregator.Builder |
tags(List<? extends CfnTag> tags)
An array of tag object.
|
@Stability(value=Stable) public static CfnConfigurationAggregator.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder.@Stability(value=Stable) public CfnConfigurationAggregator.Builder accountAggregationSources(IResolvable accountAggregationSources)
accountAggregationSources - Provides a list of source accounts and regions to be aggregated. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator.Builder accountAggregationSources(List<? extends Object> accountAggregationSources)
accountAggregationSources - Provides a list of source accounts and regions to be aggregated. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator.Builder configurationAggregatorName(String configurationAggregatorName)
configurationAggregatorName - The name of the aggregator. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator.Builder organizationAggregationSource(CfnConfigurationAggregator.OrganizationAggregationSourceProperty organizationAggregationSource)
organizationAggregationSource - Provides an organization and list of regions to be aggregated. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator.Builder organizationAggregationSource(IResolvable organizationAggregationSource)
organizationAggregationSource - Provides an organization and list of regions to be aggregated. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator.Builder tags(List<? extends CfnTag> tags)
tags - An array of tag object. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator build()
build in interface software.amazon.jsii.Builder<CfnConfigurationAggregator>Copyright © 2022. All rights reserved.