Class: Aws::KafkaConnect::Types::CloudWatchLogsLogDelivery
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CloudWatchLogsLogDelivery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The settings for delivering connector logs to Amazon CloudWatch Logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Whether log delivery to Amazon CloudWatch Logs is enabled.
-
#log_group ⇒ String
The name of the CloudWatch log group that is the destination for log delivery.
Instance Attribute Details
#enabled ⇒ Boolean
Whether log delivery to Amazon CloudWatch Logs is enabled.
246 247 248 249 250 251 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 246 class CloudWatchLogsLogDelivery < Struct.new( :enabled, :log_group) SENSITIVE = [] include Aws::Structure end |
#log_group ⇒ String
The name of the CloudWatch log group that is the destination for log delivery.
246 247 248 249 250 251 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 246 class CloudWatchLogsLogDelivery < Struct.new( :enabled, :log_group) SENSITIVE = [] include Aws::Structure end |