KinesisParameters
Kinesis Data Streams invocation parameters for subscribers. Values are forwarded to the Kinesis PutRecords API. All scalar values accept a literal or a JSONata expression (e.g. "{% $events.Data.partitionKey %}").
Contents
- ExplicitHashKey
-
Explicit hash key forwarded to PutRecords unchanged. Accepts JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
- PartitionKey
-
Required by PutRecords even when an explicit hash key is supplied. Accepts JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: