@Stability(value=Stable)
public static interface CfnConfigurationAggregator.AccountAggregationSourceProperty
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.*;
AccountAggregationSourceProperty accountAggregationSourceProperty = AccountAggregationSourceProperty.builder()
.accountIds(List.of("accountIds"))
// the properties below are optional
.allAwsRegions(false)
.awsRegions(List.of("awsRegions"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder
|
static class |
CfnConfigurationAggregator.AccountAggregationSourceProperty.Jsii$Proxy
An implementation for
CfnConfigurationAggregator.AccountAggregationSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder |
builder() |
List<String> |
getAccountIds()
The 12-digit account ID of the account being aggregated.
|
default Object |
getAllAwsRegions()
If true, aggregate existing AWS Config regions and future regions.
|
default List<String> |
getAwsRegions()
The source regions being aggregated.
|
@Stability(value=Stable) @NotNull List<String> getAccountIds()
@Stability(value=Stable) @Nullable default Object getAllAwsRegions()
@Stability(value=Stable) @Nullable default List<String> getAwsRegions()
@Stability(value=Stable) static CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder builder()
Copyright © 2022. All rights reserved.