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

DescribeApiDestinationResponse

import type { DescribeApiDestinationResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface DescribeApiDestinationResponse {
ApiDestinationArn?: string | null;
ApiDestinationState?: ApiDestinationState | null;
ConnectionArn?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
HttpMethod?: ApiDestinationHttpMethod | null;
InvocationEndpoint?: string | null;
InvocationRateLimitPerSecond?: number | null;
LastModifiedTime?: Date | number | null;
Name?: string | null;
}

§Properties

§
ApiDestinationArn?: string | null
[src]

The ARN of the API destination retrieved.

§
ApiDestinationState?: ApiDestinationState | null
[src]

The state of the API destination retrieved.

§
ConnectionArn?: string | null
[src]

The ARN of the connection specified for the API destination retrieved.

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

A time stamp for the time that the API destination was created.

§
Description?: string | null
[src]

The description for the API destination retrieved.

§
HttpMethod?: ApiDestinationHttpMethod | null
[src]

The method to use to connect to the HTTP endpoint.

§
InvocationEndpoint?: string | null
[src]

The URL to use to connect to the HTTP endpoint.

§
InvocationRateLimitPerSecond?: number | null
[src]

The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.

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

A time stamp for the time that the API destination was last modified.

§
Name?: string | null
[src]

The name of the API destination retrieved.