Skip to content

/AWS1/CL_KFKREPLICATORS3

Details about delivering logs to S3.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_enabled TYPE /AWS1/KFK__BOOLEAN /AWS1/KFK__BOOLEAN

Whether log delivery to S3 is enabled.

Optional arguments:

iv_bucket TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

The S3 bucket that is the destination for log delivery.

iv_prefix TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

The S3 prefix that is the destination for log delivery.


Queryable Attributes

Enabled

Whether log delivery to S3 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

Bucket

The S3 bucket that is the destination for log delivery.

Accessible with the following methods

Method Description
GET_BUCKET() Getter for BUCKET, with configurable default
ASK_BUCKET() Getter for BUCKET w/ exceptions if field has no value
HAS_BUCKET() Determine if BUCKET has a value

Prefix

The S3 prefix that is the destination for log delivery.

Accessible with the following methods

Method Description
GET_PREFIX() Getter for PREFIX, with configurable default
ASK_PREFIX() Getter for PREFIX w/ exceptions if field has no value
HAS_PREFIX() Determine if PREFIX has a value