Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KinesisParameters

import type { KinesisParameters } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";

The templated target type for the Amazon Kinesis PutRecord API operation.

interface KinesisParameters {
PartitionKey: string;
}

§Properties

§
PartitionKey: string
[src]

Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide.