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

CreateApiDestinationRequest

import type { CreateApiDestinationRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface CreateApiDestinationRequest {
ConnectionArn: string;
Description?: string | null;
InvocationEndpoint: string;
InvocationRateLimitPerSecond?: number | null;
Name: string;
}

§Properties

§
ConnectionArn: string
[src]

The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.

§
Description?: string | null
[src]

A description for the API destination to create.

§

The method to use for the request to the HTTP invocation endpoint.

§
InvocationEndpoint: string
[src]

The URL to the HTTP invocation endpoint for the API destination.

§
InvocationRateLimitPerSecond?: number | null
[src]

The maximum number of requests per second to send to the HTTP invocation endpoint.

§
Name: string
[src]

The name for the API destination to create.