Class: Aws::Kafka::Types::ReplicatorLogDelivery

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

Overview

Details of the log delivery for the replicator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::ReplicatorCloudWatchLogs

Details of the CloudWatch Logs destination for replicator logs.



4108
4109
4110
4111
4112
4113
4114
# File 'lib/aws-sdk-kafka/types.rb', line 4108

class ReplicatorLogDelivery < Struct.new(
  :cloud_watch_logs,
  :firehose,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#firehoseTypes::ReplicatorFirehose

Details of the Kinesis Data Firehose delivery stream that is the destination for replicator logs.



4108
4109
4110
4111
4112
4113
4114
# File 'lib/aws-sdk-kafka/types.rb', line 4108

class ReplicatorLogDelivery < Struct.new(
  :cloud_watch_logs,
  :firehose,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#s3Types::ReplicatorS3

Details of the Amazon S3 destination for replicator logs.

Returns:



4108
4109
4110
4111
4112
4113
4114
# File 'lib/aws-sdk-kafka/types.rb', line 4108

class ReplicatorLogDelivery < Struct.new(
  :cloud_watch_logs,
  :firehose,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end