Class: Aws::CloudTrail::Types::SourceConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::SourceConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Contains configuration information about the channel.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #advanced_event_selectors  ⇒ Array<Types::AdvancedEventSelector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The advanced event selectors that are configured for the channel.
 - 
  
    
      #apply_to_all_regions  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the channel applies to a single Region or to all Regions.
 
Instance Attribute Details
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that are configured for the channel.
      4455 4456 4457 4458 4459 4460  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4455 class SourceConfig < Struct.new( :apply_to_all_regions, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  | 
  
#apply_to_all_regions ⇒ Boolean
Specifies whether the channel applies to a single Region or to all Regions.
      4455 4456 4457 4458 4459 4460  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4455 class SourceConfig < Struct.new( :apply_to_all_regions, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  |