AwsEventbridgePipeTargetKinesisStreamParametersArgs
interface AwsEventbridgePipeTargetKinesisStreamParametersArgs {
partitionKey: Input<string>;
}Target parameters when routing pipe events to a Kinesis Data stream.
Properties
partitionKey: Input<string>
Partition key used to determine which shard receives the record. Maximum length: 256 characters.