Class: Aws::Kafka::Types::ChannelLoggingInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ChannelLoggingInfo
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Configuration for the destinations to which the channel publishes operational logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogs
Details of the CloudWatch Logs destination for Channel logs.
-
#firehose ⇒ Types::Firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for Channel logs.
-
#s3 ⇒ Types::S3
Details of the Amazon S3 destination for Channel logs.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogs
Details of the CloudWatch Logs destination for Channel logs.
4080 4081 4082 4083 4084 4085 4086 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4080 class ChannelLoggingInfo < Struct.new( :cloud_watch_logs, :firehose, :s3) SENSITIVE = [] include Aws::Structure end |
#firehose ⇒ Types::Firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for Channel logs.
4080 4081 4082 4083 4084 4085 4086 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4080 class ChannelLoggingInfo < Struct.new( :cloud_watch_logs, :firehose, :s3) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Types::S3
Details of the Amazon S3 destination for Channel logs.
4080 4081 4082 4083 4084 4085 4086 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4080 class ChannelLoggingInfo < Struct.new( :cloud_watch_logs, :firehose, :s3) SENSITIVE = [] include Aws::Structure end |