class Aws::ConfigService::Types::AccountAggregationSource

A collection of accounts and regions.

@note When making an API call, you may pass AccountAggregationSource

data as a hash:

    {
      account_ids: ["AccountId"], # required
      all_aws_regions: false,
      aws_regions: ["String"],
    }

@!attribute [rw] account_ids

The 12-digit account ID of the account being aggregated.
@return [Array<String>]

@!attribute [rw] all_aws_regions

If true, aggregate existing Config regions and future regions.
@return [Boolean]

@!attribute [rw] aws_regions

The source regions being aggregated.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AccountAggregationSource AWS API Documentation

Constants

SENSITIVE