Class: Aws::KafkaConnect::Types::S3LogDelivery
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::S3LogDelivery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Details about delivering logs to Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the S3 bucket that is the destination for log delivery.
-
#enabled ⇒ Boolean
Specifies whether connector logs get sent to the specified Amazon S3 destination.
-
#prefix ⇒ String
The S3 prefix that is the destination for log delivery.
Instance Attribute Details
#bucket ⇒ String
The name of the S3 bucket that is the destination for log delivery.
1611 1612 1613 1614 1615 1616 1617 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1611 class S3LogDelivery < Struct.new( :bucket, :enabled, :prefix) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether connector logs get sent to the specified Amazon S3 destination.
1611 1612 1613 1614 1615 1616 1617 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1611 class S3LogDelivery < Struct.new( :bucket, :enabled, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The S3 prefix that is the destination for log delivery.
1611 1612 1613 1614 1615 1616 1617 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1611 class S3LogDelivery < Struct.new( :bucket, :enabled, :prefix) SENSITIVE = [] include Aws::Structure end |