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

EndPoint

import type { EndPoint } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.

interface EndPoint {
KinesisStreamConfig?: KinesisStreamConfig | null;
StreamType: string;
}

§Properties

§
KinesisStreamConfig?: KinesisStreamConfig | null
[src]

Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

§
StreamType: string
[src]

The type of data stream where you are sending real-time log data. The only valid value is Kinesis.