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.
4417 4418 4419 4420 4421 4422 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4417 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.
4417 4418 4419 4420 4421 4422 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4417 class SourceConfig < Struct.new( :apply_to_all_regions, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |