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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_aws_regionsBoolean

If true, aggregate existing Config regions and future regions.

Returns:

  • (Boolean)


5641
5642
5643
5644
5645
5646
5647
# File 'lib/aws-sdk-configservice/types.rb', line 5641

class OrganizationAggregationSource < Struct.new(
  :role_arn,
  :aws_regions,
  :all_aws_regions)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionsArray<String>

The source regions being aggregated.

Returns:

  • (Array<String>)


5641
5642
5643
5644
5645
5646
5647
# File 'lib/aws-sdk-configservice/types.rb', line 5641

class OrganizationAggregationSource < Struct.new(
  :role_arn,
  :aws_regions,
  :all_aws_regions)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.

Returns:

  • (String)


5641
5642
5643
5644
5645
5646
5647
# File 'lib/aws-sdk-configservice/types.rb', line 5641

class OrganizationAggregationSource < Struct.new(
  :role_arn,
  :aws_regions,
  :all_aws_regions)
  SENSITIVE = []
  include Aws::Structure
end