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

Connection

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

Contains information about a connection.

interface Connection {
AuthorizationType?: ConnectionAuthorizationType | null;
ConnectionArn?: string | null;
ConnectionState?: ConnectionState | null;
CreationTime?: Date | number | null;
LastAuthorizedTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
Name?: string | null;
StateReason?: string | null;
}

§Properties

§
AuthorizationType?: ConnectionAuthorizationType | null
[src]

The authorization type specified for the connection.

§
ConnectionArn?: string | null
[src]

The ARN of the connection.

§
ConnectionState?: ConnectionState | null
[src]

The state of the connection.

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

A time stamp for the time that the connection was created.

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

A time stamp for the time that the connection was last authorized.

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

A time stamp for the time that the connection was last modified.

§
Name?: string | null
[src]

The name of the connection.

§
StateReason?: string | null
[src]

The reason that the connection is in the connection state.