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

HttpEndpointConfiguration

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

Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.

interface HttpEndpointConfiguration {
AccessKey?: string | null;
Name?: string | null;
Url: string;
}

§Properties

§
AccessKey?: string | null
[src]

The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.

§
Name?: string | null
[src]

The name of the HTTP endpoint selected as the destination.

§
Url: string
[src]

The URL of the HTTP endpoint selected as the destination.

! IMPORTANT: ! If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.