/AWS1/CL_KFKKAFKACLUSTER¶
Information about Kafka Cluster to be used as source / target for replication.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_amazonmskcluster TYPE REF TO /AWS1/CL_KFKAMAZONMSKCLUSTER /AWS1/CL_KFKAMAZONMSKCLUSTER¶
Details of an Amazon MSK Cluster.
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 |
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___LISTOFKAFKACLUSTER¶
TYPES TT___LISTOFKAFKACLUSTER TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKKAFKACLUSTER WITH DEFAULT KEY
.