Class: Aws::ConfigService::Types::OrganizationAggregationSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::OrganizationAggregationSource
 
 
- 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
- 
  
    
      #all_aws_regions  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, aggregate existing Config regions and future regions.
 - 
  
    
      #aws_regions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source regions being aggregated.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.
 
Instance Attribute Details
#all_aws_regions ⇒ Boolean
If true, aggregate existing Config regions and future regions.
      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_regions ⇒ Array<String>
The source regions being aggregated.
      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_arn ⇒ String
ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.
      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  |