@Stability(value=Stable)
public static interface CfnRule.KinesisParametersProperty
extends software.amazon.jsii.JsiiSerializable
If you do not include this parameter, the default is to use the eventId as the partition key.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.events.*;
KinesisParametersProperty kinesisParametersProperty = KinesisParametersProperty.builder()
.partitionKeyPath("partitionKeyPath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.KinesisParametersProperty.Builder
A builder for
CfnRule.KinesisParametersProperty |
static class |
CfnRule.KinesisParametersProperty.Jsii$Proxy
An implementation for
CfnRule.KinesisParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.KinesisParametersProperty.Builder |
builder() |
String |
getPartitionKeyPath()
The JSON path to be extracted from the event and used as the partition key.
|
@Stability(value=Stable) @NotNull String getPartitionKeyPath()
For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide .
@Stability(value=Stable) static CfnRule.KinesisParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.