Class KinesisStreamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.targets.KinesisStreamProps.Jsii$Proxy
- All Implemented Interfaces:
KinesisStreamProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KinesisStreamProps
@Stability(Stable)
@Internal
public static final class KinesisStreamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements KinesisStreamProps
An implementation for
KinesisStreamProps
-
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.targets.KinesisStreamProps
KinesisStreamProps.Builder, KinesisStreamProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(KinesisStreamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKinesisStreamProps.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 RuleTargetInput
The message to send to the stream.final String
Partition Key Path for records sent to this stream.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 theKinesisStreamProps.Builder
.
-
-
Method Details
-
getMessage
Description copied from interface:KinesisStreamProps
The message to send to the stream.Must be a valid JSON text passed to the target stream.
Default: - the entire CloudWatch event
- Specified by:
getMessage
in interfaceKinesisStreamProps
-
getPartitionKeyPath
Description copied from interface:KinesisStreamProps
Partition Key Path for records sent to this stream.Default: - eventId as the partition key
- Specified by:
getPartitionKeyPath
in interfaceKinesisStreamProps
-
$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()
-