You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::OrganizationAggregationSource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OrganizationAggregationSource as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#all_aws_regionsBoolean

If true, aggregate existing AWS Config regions and future regions.

Returns:

  • (Boolean)

    If true, aggregate existing AWS Config regions and future regions.

#aws_regionsArray<String>

The source regions being aggregated.

Returns:

  • (Array<String>)

    The source regions being aggregated.

#role_arnString

ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.

Returns:

  • (String)

    ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.