/AWS1/CL_KFKKAFKACLUSTER¶
Information about Kafka Cluster to be 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.
io_apachekafkacluster TYPE REF TO /AWS1/CL_KFKAPACHEKAFKACLUSTER /AWS1/CL_KFKAPACHEKAFKACLUSTER¶
Details of an Apache Kafka 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.
io_clientauthentication TYPE REF TO /AWS1/CL_KFKKAFKACLSTCLIAUTHN /AWS1/CL_KFKKAFKACLSTCLIAUTHN¶
Details of the client authentication used by the Apache Kafka cluster.
io_encryptionintransit TYPE REF TO /AWS1/CL_KFKKAFKACLSTENCINTRAN /AWS1/CL_KFKKAFKACLSTENCINTRAN¶
Details of encryption in transit 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 |
ApacheKafkaCluster¶
Details of an Apache Kafka Cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APACHEKAFKACLUSTER() |
Getter for APACHEKAFKACLUSTER |
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 |
ClientAuthentication¶
Details of the client authentication used by the Apache Kafka cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTAUTHENTICATION() |
Getter for CLIENTAUTHENTICATION |
EncryptionInTransit¶
Details of encryption in transit to the Apache Kafka cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONINTRANSIT() |
Getter for ENCRYPTIONINTRANSIT |
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
.