Class: Aws::CloudTrail::Types::CreateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::CreateChannelRequest
- Defined in:
- gems/aws-sdk-cloudtrail/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.
398 399 400 401 402 403 404 405 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 398 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the channel.
398 399 400 401 402 403 404 405 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 398 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 in the
CloudTrail User Guide.
398 399 400 401 402 403 404 405 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 398 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags.
398 399 400 401 402 403 404 405 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 398 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |