class Aws::Kafka::Types::S3

The details of the Amazon S3 destination for broker logs.

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

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 broker logs.
@return [String]

@!attribute [rw] enabled

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

@!attribute [rw] prefix

The S3 prefix that is the destination for broker logs.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/S3 AWS API Documentation

Constants

SENSITIVE