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

CreateConnectionRequest

import type { CreateConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface CreateConnectionRequest {
AuthorizationType: ConnectionAuthorizationType;
Description?: string | null;
Name: string;
}

§Properties

§

The type of authorization to use for the connection.

§

A CreateConnectionAuthRequestParameters object that contains the authorization parameters to use to authorize with the endpoint.

§
Description?: string | null
[src]

A description for the connection to create.

§
Name: string
[src]

The name for the connection to create.