Class: Aws::KafkaConnect::Types::CloudWatchLogsLogDeliveryDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CloudWatchLogsLogDeliveryDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
A description of the log delivery settings.
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.
266 267 268 269 270 271 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 266 class CloudWatchLogsLogDeliveryDescription < 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.
266 267 268 269 270 271 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 266 class CloudWatchLogsLogDeliveryDescription < Struct.new( :enabled, :log_group) SENSITIVE = [] include Aws::Structure end |