Class CfnTopicRule.KafkaActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.KafkaActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.KafkaActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.KafkaActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.KafkaActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.KafkaActionProperty
An implementation for
CfnTopicRule.KafkaActionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.KafkaActionProperty
CfnTopicRule.KafkaActionProperty.Builder, CfnTopicRule.KafkaActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.KafkaActionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Properties of the Apache Kafka producer client.final String
The ARN of Kafka action's VPCTopicRuleDestination
.final Object
The list of Kafka headers that you specify.final String
getKey()
The Kafka message key.final String
The Kafka message partition.final String
getTopic()
The Kafka topic for messages to be sent to the Kafka broker.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.KafkaActionProperty.Builder
.
-
-
Method Details
-
getClientProperties
Description copied from interface:CfnTopicRule.KafkaActionProperty
Properties of the Apache Kafka producer client.- Specified by:
getClientProperties
in interfaceCfnTopicRule.KafkaActionProperty
- See Also:
-
getDestinationArn
Description copied from interface:CfnTopicRule.KafkaActionProperty
The ARN of Kafka action's VPCTopicRuleDestination
.- Specified by:
getDestinationArn
in interfaceCfnTopicRule.KafkaActionProperty
- See Also:
-
getTopic
Description copied from interface:CfnTopicRule.KafkaActionProperty
The Kafka topic for messages to be sent to the Kafka broker.- Specified by:
getTopic
in interfaceCfnTopicRule.KafkaActionProperty
- See Also:
-
getHeaders
Description copied from interface:CfnTopicRule.KafkaActionProperty
The list of Kafka headers that you specify.- Specified by:
getHeaders
in interfaceCfnTopicRule.KafkaActionProperty
- See Also:
-
getKey
Description copied from interface:CfnTopicRule.KafkaActionProperty
The Kafka message key.- Specified by:
getKey
in interfaceCfnTopicRule.KafkaActionProperty
- See Also:
-
getPartition
Description copied from interface:CfnTopicRule.KafkaActionProperty
The Kafka message partition.- Specified by:
getPartition
in interfaceCfnTopicRule.KafkaActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-