RuleKinesisParametersArgs

data class RuleKinesisParametersArgs(val partitionKeyPath: Output<String>) : ConvertibleToJava<RuleKinesisParametersArgs>

Constructors

Link copied to clipboard
constructor(partitionKeyPath: Output<String>)

Properties

Link copied to clipboard

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 .

Functions

Link copied to clipboard
open override fun toJava(): RuleKinesisParametersArgs