/AWS1/CL_PISUPPIPESRCSELFMAN00¶
The parameters for using a self-managed Apache Kafka stream as a source.
A self managed cluster refers to any Apache Kafka cluster not hosted by Amazon Web Services. This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as Confluent Cloud, CloudKarafka, or Redpanda. For more information, see Apache Kafka streams as a source in the Amazon EventBridge User Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_batchsize TYPE /AWS1/PISLIMITMAX10000 /AWS1/PISLIMITMAX10000¶
The maximum number of records to include in each batch.
iv_maxbatchingwindowinsecs TYPE /AWS1/PISMAXBTCINGWINDOWINSECS /AWS1/PISMAXBTCINGWINDOWINSECS¶
The maximum length of a time to wait for events.
io_credentials TYPE REF TO /AWS1/CL_PISSELFMANAGEDKAFKA00 /AWS1/CL_PISSELFMANAGEDKAFKA00¶
The credentials needed to access the resource.
iv_serverrootcacertificate TYPE /AWS1/PISSECRETMANAGERARN /AWS1/PISSECRETMANAGERARN¶
The ARN of the Secrets Manager secret used for certification.
io_vpc TYPE REF TO /AWS1/CL_PISSELFMANAGEDKAFKA01 /AWS1/CL_PISSELFMANAGEDKAFKA01¶
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
Queryable Attributes¶
BatchSize¶
The maximum number of records to include in each batch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHSIZE() |
Getter for BATCHSIZE, with configurable default |
ASK_BATCHSIZE() |
Getter for BATCHSIZE w/ exceptions if field has no value |
HAS_BATCHSIZE() |
Determine if BATCHSIZE has a value |
MaximumBatchingWindowInSeconds¶
The maximum length of a time to wait for events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXBATCHINGWINDOWINSECS() |
Getter for MAXBATCHINGWINDOWINSECONDS, with configurable def |
ASK_MAXBATCHINGWINDOWINSECS() |
Getter for MAXBATCHINGWINDOWINSECONDS w/ exceptions if field |
HAS_MAXBATCHINGWINDOWINSECS() |
Determine if MAXBATCHINGWINDOWINSECONDS has a value |
Credentials¶
The credentials needed to access the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALS() |
Getter for CREDENTIALS |
ServerRootCaCertificate¶
The ARN of the Secrets Manager secret used for certification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERROOTCACERTIFICATE() |
Getter for SERVERROOTCACERTIFICATE, with configurable defaul |
ASK_SERVERROOTCACERTIFICATE() |
Getter for SERVERROOTCACERTIFICATE w/ exceptions if field ha |
HAS_SERVERROOTCACERTIFICATE() |
Determine if SERVERROOTCACERTIFICATE has a value |
Vpc¶
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPC() |
Getter for VPC |