UpdateKafkaEventForwarder
is used to input data for updating a Kafka event forwarder.
Table: UpdateKafkaEventForwarder
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Mar 28, 2025 | |||||
description | string | yes | Long-Term | Description of the event forwarder. | |
enabled | boolean | true | Long-Term | Whether the event forwarder enabled, | |
id | string | yes | Long-Term | The unique identifier of the event forwarder. | |
Name | string | yes | Long-Term | The name of the event forwarder. | |
properties | string | yes | Long-Term | The Kafka producer configuration used to forward events in the form of properties (x.y.z=abc). See Kafka Configuration. | |
topic | string | yes | Long-Term | The Kafka topic to which the events should be forwarded. |