class Aws::KafkaConnect::Types::S3LogDelivery

Details about delivering logs to Amazon S3.

@note When making an API call, you may pass S3LogDelivery

data as a hash:

    {
      bucket: "__string",
      enabled: false, # required
      prefix: "__string",
    }

@!attribute [rw] bucket

The name of the S3 bucket that is the destination for log delivery.
@return [String]

@!attribute [rw] enabled

Specifies whether connector logs get sent to the specified Amazon S3
destination.
@return [Boolean]

@!attribute [rw] prefix

The S3 prefix that is the destination for log delivery.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/S3LogDelivery AWS API Documentation

Constants

SENSITIVE