Skip to content

/AWS1/CL_KFKREPLICATORFIREHOSE

Details about delivering logs to Firehose.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_enabled TYPE /AWS1/KFK__BOOLEAN /AWS1/KFK__BOOLEAN

Whether log delivery to Firehose is enabled.

Optional arguments:

iv_deliverystream TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

The Firehose delivery stream that is the destination for log delivery.


Queryable Attributes

Enabled

Whether log delivery to Firehose is enabled.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value

DeliveryStream

The Firehose delivery stream that is the destination for log delivery.

Accessible with the following methods

Method Description
GET_DELIVERYSTREAM() Getter for DELIVERYSTREAM, with configurable default
ASK_DELIVERYSTREAM() Getter for DELIVERYSTREAM w/ exceptions if field has no valu
HAS_DELIVERYSTREAM() Determine if DELIVERYSTREAM has a value