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.
405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 405 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the channel.
405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 405 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.
405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 405 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags.
405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 405 class CreateChannelRequest < Struct.new( :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |