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

CreateConnectionResponse

import type { CreateConnectionResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface CreateConnectionResponse {
ConnectionArn?: string | null;
ConnectionState?: ConnectionState | null;
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
}

§Properties

§
ConnectionArn?: string | null
[src]

The ARN of the connection that was created by the request.

§
ConnectionState?: ConnectionState | null
[src]

The state of the connection that was created by the request.

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

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

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

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