Skip to content

/AWS1/CL_KFKKAFKACLUSTERDESC

Information about Kafka Cluster used as source / target for replication.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_amazonmskcluster TYPE REF TO /AWS1/CL_KFKAMAZONMSKCLUSTER /AWS1/CL_KFKAMAZONMSKCLUSTER

Details of an Amazon MSK Cluster.

iv_kafkaclusteralias TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

The alias of the Kafka cluster. Used to prefix names of replicated topics.

io_vpcconfig TYPE REF TO /AWS1/CL_KFKKAFKACLSTCLIVPCCFG /AWS1/CL_KFKKAFKACLSTCLIVPCCFG

Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.


Queryable Attributes

AmazonMskCluster

Details of an Amazon MSK Cluster.

Accessible with the following methods

Method Description
GET_AMAZONMSKCLUSTER() Getter for AMAZONMSKCLUSTER

KafkaClusterAlias

The alias of the Kafka cluster. Used to prefix names of replicated topics.

Accessible with the following methods

Method Description
GET_KAFKACLUSTERALIAS() Getter for KAFKACLUSTERALIAS, with configurable default
ASK_KAFKACLUSTERALIAS() Getter for KAFKACLUSTERALIAS w/ exceptions if field has no v
HAS_KAFKACLUSTERALIAS() Determine if KAFKACLUSTERALIAS has a value

VpcConfig

Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.

Accessible with the following methods

Method Description
GET_VPCCONFIG() Getter for VPCCONFIG

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT___LISTOFKAFKACLUSTERDESC

TYPES TT___LISTOFKAFKACLUSTERDESC TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKKAFKACLUSTERDESC WITH DEFAULT KEY
.