Class: Aws::KafkaConnect::Types::S3LogDelivery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

Details about delivering logs to Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket that is the destination for log delivery.

Returns:

  • (String)


1826
1827
1828
1829
1830
1831
1832
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1826

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

#enabledBoolean

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

Returns:

  • (Boolean)


1826
1827
1828
1829
1830
1831
1832
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1826

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

#prefixString

The S3 prefix that is the destination for log delivery.

Returns:

  • (String)


1826
1827
1828
1829
1830
1831
1832
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1826

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