Class CfnTopicRulePropsMixin.KafkaActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.KafkaActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.KafkaActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.KafkaActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.KafkaActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.KafkaActionProperty
An implementation for
CfnTopicRulePropsMixin.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.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.KafkaActionProperty
CfnTopicRulePropsMixin.KafkaActionProperty.Builder, CfnTopicRulePropsMixin.KafkaActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.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 theCfnTopicRulePropsMixin.KafkaActionProperty.Builder.
-
-
Method Details
-
getClientProperties
Description copied from interface:CfnTopicRulePropsMixin.KafkaActionPropertyProperties of the Apache Kafka producer client.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getClientPropertiesin interfaceCfnTopicRulePropsMixin.KafkaActionProperty- See Also:
-
getDestinationArn
Description copied from interface:CfnTopicRulePropsMixin.KafkaActionPropertyThe ARN of Kafka action's VPCTopicRuleDestination.- Specified by:
getDestinationArnin interfaceCfnTopicRulePropsMixin.KafkaActionProperty- See Also:
-
getHeaders
Description copied from interface:CfnTopicRulePropsMixin.KafkaActionPropertyThe list of Kafka headers that you specify.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicRulePropsMixin.KafkaActionHeaderProperty>- Specified by:
getHeadersin interfaceCfnTopicRulePropsMixin.KafkaActionProperty- See Also:
-
getKey
Description copied from interface:CfnTopicRulePropsMixin.KafkaActionPropertyThe Kafka message key.- Specified by:
getKeyin interfaceCfnTopicRulePropsMixin.KafkaActionProperty- See Also:
-
getPartition
Description copied from interface:CfnTopicRulePropsMixin.KafkaActionPropertyThe Kafka message partition.- Specified by:
getPartitionin interfaceCfnTopicRulePropsMixin.KafkaActionProperty- See Also:
-
getTopic
Description copied from interface:CfnTopicRulePropsMixin.KafkaActionPropertyThe Kafka topic for messages to be sent to the Kafka broker.- Specified by:
getTopicin interfaceCfnTopicRulePropsMixin.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()
-