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

DescribeConnectionResponse

import type { DescribeConnectionResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface DescribeConnectionResponse {
AuthorizationType?: ConnectionAuthorizationType | null;
AuthParameters?: ConnectionAuthResponseParameters | null;
ConnectionArn?: string | null;
ConnectionState?: ConnectionState | null;
CreationTime?: Date | number | null;
Description?: string | null;
LastAuthorizedTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
Name?: string | null;
SecretArn?: string | null;
StateReason?: string | null;
}

§Properties

§
AuthorizationType?: ConnectionAuthorizationType | null
[src]

The type of authorization specified for the connection.

§

The parameters to use for authorization for the connection.

§
ConnectionArn?: string | null
[src]

The ARN of the connection retrieved.

§
ConnectionState?: ConnectionState | null
[src]

The state of the connection retrieved.

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

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

§
Description?: string | null
[src]

The description for the connection retrieved.

§
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 retrieved.

§
SecretArn?: string | null
[src]

The ARN of the secret created from the authorization parameters specified for the connection.

§
StateReason?: string | null
[src]

The reason that the connection is in the current connection state.