Class: Aws::CloudTrail::Types::CreateChannelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationsArray<Types::Destination>

One or more event data stores to which events arriving through a channel will be logged.

Returns:



1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1039

class CreateChannelRequest < Struct.new(
  :name,
  :source,
  :destinations,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the channel.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1039

class CreateChannelRequest < Struct.new(
  :name,
  :source,
  :destinations,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

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.

[1]: docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store-integration.html#cloudtrail-lake-partner-information

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1039

class CreateChannelRequest < Struct.new(
  :name,
  :source,
  :destinations,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags.

Returns:



1039
1040
1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1039

class CreateChannelRequest < Struct.new(
  :name,
  :source,
  :destinations,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end