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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.KafkaActionProperty
CfnTopicRule.KafkaActionProperty.Builder, CfnTopicRule.KafkaActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.KafkaActionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectProperties of the Apache Kafka producer client.final StringThe ARN of Kafka action's VPCTopicRuleDestination.final ObjectThe list of Kafka headers that you specify.final StringgetKey()The Kafka message key.final StringThe Kafka message partition.final StringgetTopic()The Kafka topic for messages to be sent to the Kafka broker.final inthashCode()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.KafkaActionPropertyProperties of the Apache Kafka producer client.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getClientPropertiesin interfaceCfnTopicRule.KafkaActionProperty- See Also:
-
getDestinationArn
Description copied from interface:CfnTopicRule.KafkaActionPropertyThe ARN of Kafka action's VPCTopicRuleDestination.- Specified by:
getDestinationArnin interfaceCfnTopicRule.KafkaActionProperty- See Also:
-
getTopic
Description copied from interface:CfnTopicRule.KafkaActionPropertyThe Kafka topic for messages to be sent to the Kafka broker.- Specified by:
getTopicin interfaceCfnTopicRule.KafkaActionProperty- See Also:
-
getHeaders
Description copied from interface:CfnTopicRule.KafkaActionPropertyThe list of Kafka headers that you specify.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicRule.KafkaActionHeaderProperty>- Specified by:
getHeadersin interfaceCfnTopicRule.KafkaActionProperty- See Also:
-
getKey
Description copied from interface:CfnTopicRule.KafkaActionPropertyThe Kafka message key.- Specified by:
getKeyin interfaceCfnTopicRule.KafkaActionProperty- See Also:
-
getPartition
Description copied from interface:CfnTopicRule.KafkaActionPropertyThe Kafka message partition.- Specified by:
getPartitionin interfaceCfnTopicRule.KafkaActionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-