Class: Aws::CloudTrail::Types::CreateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::CreateChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::Destination>
One or more event data stores to which events arriving through a channel will be logged.
-
#name ⇒ String
The name of the channel.
-
#source ⇒ String
The name of the partner or external event source.
-
#tags ⇒ Array<Types::Tag>
A list of tags.
Instance Attribute Details
#destinations ⇒ Array<Types::Destination>
One or more event data stores to which events arriving through a channel will be logged.
682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 682 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the channel.
682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 682 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The name of the partner or external event source. You cannot change this name after you create the channel. A maximum of one channel is allowed per source.
A source can be either ‘Custom` for all valid non-Amazon Web Services events, or the name of a partner event source. For information about the source names for available partners, see
- Additional information about integration partners][1
-
in the
CloudTrail User Guide.
682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 682 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags.
682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 682 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |