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

HttpEndpointCommonAttribute

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

Describes the metadata that's delivered to the specified HTTP endpoint destination.

interface HttpEndpointCommonAttribute {
AttributeName: string;
AttributeValue: string;
}

§Properties

§
AttributeName: string
[src]

The name of the HTTP endpoint common attribute.

§
AttributeValue: string
[src]

The value of the HTTP endpoint common attribute.