Class: Aws::Kafka::Types::ReplicatorS3

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Details of the Amazon S3 destination for replicator logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

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

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-kafka/types.rb', line 4069

class ReplicatorS3 < Struct.new(
  :bucket,
  :enabled,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

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

Returns:

  • (Boolean)


4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-kafka/types.rb', line 4069

class ReplicatorS3 < Struct.new(
  :bucket,
  :enabled,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The S3 prefix that is the destination for replicator logs.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
4075
# File 'lib/aws-sdk-kafka/types.rb', line 4069

class ReplicatorS3 < Struct.new(
  :bucket,
  :enabled,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end