You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::S3

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3 as input to an Aws::Client method, you can use a vanilla Hash:

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

The details of the Amazon S3 destination for broker logs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket that is the destination for broker logs.

Returns:

  • (String)

    The name of the S3 bucket that is the destination for broker logs.

#enabledBoolean

Specifies whether broker logs get sent to the specified Amazon S3 destination.

Returns:

  • (Boolean)

    Specifies whether broker logs get sent to the specified Amazon S3 destination.

#prefixString

The S3 prefix that is the destination for broker logs.

Returns:

  • (String)

    The S3 prefix that is the destination for broker logs.