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

KinesisStreamSourceDescription

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

Details about a Kinesis data stream used as the source for a Kinesis Data Firehose delivery stream.

interface KinesisStreamSourceDescription {
DeliveryStartTimestamp?: Date | number | null;
KinesisStreamARN?: string | null;
RoleARN?: string | null;
}

§Properties

§
DeliveryStartTimestamp?: Date | number | null
[src]

Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.

§
KinesisStreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.

§
RoleARN?: string | null
[src]

The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.