/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.
io_apachekafkacluster TYPE REF TO /AWS1/CL_KFKAPACHEKAFKACLUSTER /AWS1/CL_KFKAPACHEKAFKACLUSTER¶
Details of an Apache Kafka 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.
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 |
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 |
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___LISTOFKAFKACLUSTERDESC¶
TYPES TT___LISTOFKAFKACLUSTERDESC TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKKAFKACLUSTERDESC WITH DEFAULT KEY
.