| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationAggregationSource |
OrganizationAggregationSource.clone() |
OrganizationAggregationSource |
ConfigurationAggregator.getOrganizationAggregationSource()
Provides an organization and list of regions to be aggregated.
|
OrganizationAggregationSource |
PutConfigurationAggregatorRequest.getOrganizationAggregationSource()
An OrganizationAggregationSource object.
|
OrganizationAggregationSource |
OrganizationAggregationSource.withAllAwsRegions(Boolean allAwsRegions)
If true, aggregate existing Config regions and future regions.
|
OrganizationAggregationSource |
OrganizationAggregationSource.withAwsRegions(Collection<String> awsRegions)
The source regions being aggregated.
|
OrganizationAggregationSource |
OrganizationAggregationSource.withAwsRegions(String... awsRegions)
The source regions being aggregated.
|
OrganizationAggregationSource |
OrganizationAggregationSource.withRoleArn(String roleArn)
ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator
account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationAggregator.setOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
|
void |
PutConfigurationAggregatorRequest.setOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
An OrganizationAggregationSource object.
|
ConfigurationAggregator |
ConfigurationAggregator.withOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
|
PutConfigurationAggregatorRequest |
PutConfigurationAggregatorRequest.withOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
An OrganizationAggregationSource object.
|
Copyright © 2023. All rights reserved.