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

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

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

Overview

Note:

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

{
  delivery_stream: "__string",
  enabled: false, # required
}

Firehose details for BrokerLogs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_streamString

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

Returns:

  • (String)

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

#enabledBoolean

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

Returns:

  • (Boolean)

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