Class CfnRule.KinesisParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnRule.KinesisParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.KinesisParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRule.KinesisParametersProperty
@Stability(Stable)
@Internal
public static final class CfnRule.KinesisParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.KinesisParametersProperty
An implementation for
CfnRule.KinesisParametersProperty
-
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.events.CfnRule.KinesisParametersProperty
CfnRule.KinesisParametersProperty.Builder, CfnRule.KinesisParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.KinesisParametersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnRule.KinesisParametersProperty.Builder
.
-
-
Method Details
-
getPartitionKeyPath
Description copied from interface:CfnRule.KinesisParametersProperty
The JSON path to be extracted from the event and used as the partition key.For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide .
- Specified by:
getPartitionKeyPath
in interfaceCfnRule.KinesisParametersProperty
-
$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()
-