KafkaAction

Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Properties of the Apache Kafka producer client.

Link copied to clipboard

The ARN of Kafka action's VPC TopicRuleDestination.

Link copied to clipboard

The list of Kafka headers that you specify.

Link copied to clipboard
val key: String?

The Kafka message key.

Link copied to clipboard

The Kafka message partition.

Link copied to clipboard

The Kafka topic for messages to be sent to the Kafka broker.

Functions

Link copied to clipboard
inline fun copy(block: KafkaAction.Builder.() -> Unit = {}): KafkaAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String