class Aws::ConfigService::Types::OrganizationAggregationSource

This object contains regions to set up the aggregator and an IAM role to retrieve organization details.

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

data as a hash:

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

@!attribute [rw] role_arn

ARN of the IAM role used to retrieve Amazon Web Services
Organization details associated with the aggregator account.
@return [String]

@!attribute [rw] aws_regions

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

@!attribute [rw] all_aws_regions

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

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

Constants

SENSITIVE