Class: Aws::Kinesis::Types::ChannelLoggingUpdateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

The updated Amazon CloudWatch Logs configuration for a channel. Used in UpdateChannel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs ⇒ Types::CloudWatchLogsUpdateInput

The updated Amazon CloudWatch Logs settings, including whether logging is enabled and the target log group and log stream.



190
191
192
193
194
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 190

class ChannelLoggingUpdateInput < Struct.new(
  :cloud_watch_logs)
  SENSITIVE = []
  include Aws::Structure
end