@Stability(value=Stable)
public static interface CfnConfigurationAggregator.OrganizationAggregationSourceProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.config.*;
OrganizationAggregationSourceProperty organizationAggregationSourceProperty = OrganizationAggregationSourceProperty.builder()
.roleArn("roleArn")
// the properties below are optional
.allAwsRegions(false)
.awsRegions(List.of("awsRegions"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder
|
static class |
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Jsii$Proxy
An implementation for
CfnConfigurationAggregator.OrganizationAggregationSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder |
builder() |
default Object |
getAllAwsRegions()
If true, aggregate existing AWS Config regions and future regions.
|
default List<String> |
getAwsRegions()
The source regions being aggregated.
|
String |
getRoleArn()
ARN of the IAM role used to retrieve AWS Organizations details associated with the aggregator account.
|
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default Object getAllAwsRegions()
@Stability(value=Stable) @Nullable default List<String> getAwsRegions()
@Stability(value=Stable) static CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder builder()
Copyright © 2022. All rights reserved.