@Stability(value=Stable) public static final class CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationAggregator.OrganizationAggregationSourceProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder |
allAwsRegions(Boolean allAwsRegions)
|
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder |
allAwsRegions(IResolvable allAwsRegions)
|
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder |
awsRegions(List<String> awsRegions)
|
CfnConfigurationAggregator.OrganizationAggregationSourceProperty |
build()
Builds the configured instance.
|
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder |
roleArn(String roleArn)
|
@Stability(value=Stable) public CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder roleArn(String roleArn)
roleArn - ARN of the IAM role used to retrieve AWS Organizations details associated with the aggregator account. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder allAwsRegions(Boolean allAwsRegions)
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.getAllAwsRegions()allAwsRegions - If true, aggregate existing AWS Config regions and future regions.this@Stability(value=Stable) public CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder allAwsRegions(IResolvable allAwsRegions)
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.getAllAwsRegions()allAwsRegions - If true, aggregate existing AWS Config regions and future regions.this@Stability(value=Stable) public CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder awsRegions(List<String> awsRegions)
awsRegions - The source regions being aggregated.this@Stability(value=Stable) public CfnConfigurationAggregator.OrganizationAggregationSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnConfigurationAggregator.OrganizationAggregationSourceProperty>CfnConfigurationAggregator.OrganizationAggregationSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.