Struct aws_sdk_iot::model::KafkaAction [−][src]
#[non_exhaustive]pub struct KafkaAction {
pub destination_arn: Option<String>,
pub topic: Option<String>,
pub key: Option<String>,
pub partition: Option<String>,
pub client_properties: Option<HashMap<String, String>>,
}
Expand description
Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.destination_arn: Option<String>
The ARN of Kafka action's VPC TopicRuleDestination
.
topic: Option<String>
The Kafka topic for messages to be sent to the Kafka broker.
key: Option<String>
The Kafka message key.
partition: Option<String>
The Kafka message partition.
client_properties: Option<HashMap<String, String>>
Properties of the Apache Kafka producer client.
Implementations
The ARN of Kafka action's VPC TopicRuleDestination
.
The Kafka topic for messages to be sent to the Kafka broker.
Creates a new builder-style object to manufacture KafkaAction
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for KafkaAction
impl Send for KafkaAction
impl Sync for KafkaAction
impl Unpin for KafkaAction
impl UnwindSafe for KafkaAction
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more