Class: Aws::Kafka::Types::Firehose

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

Overview

Firehose details for BrokerLogs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_streamString

The Kinesis Data Firehose delivery stream that is the destination for broker logs.

Returns:

  • (String)


1910
1911
1912
1913
1914
1915
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1910

class Firehose < Struct.new(
  :delivery_stream,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Specifies whether broker logs get sent to the specified Kinesis Data Firehose delivery stream.

Returns:

  • (Boolean)


1910
1911
1912
1913
1914
1915
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1910

class Firehose < Struct.new(
  :delivery_stream,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end