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

TunnelSummary

import type { TunnelSummary } from "https://aws-api.deno.dev/v0.3/services/iotsecuretunneling.ts?docs=full";

Information about the tunnel.

interface TunnelSummary {
createdAt?: Date | number | null;
description?: string | null;
lastUpdatedAt?: Date | number | null;
status?: TunnelStatus | null;
tunnelArn?: string | null;
tunnelId?: string | null;
}

§Properties

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

The time the tunnel was created.

§
description?: string | null
[src]

A description of the tunnel.

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

The time the tunnel was last updated.

§
status?: TunnelStatus | null
[src]

The status of a tunnel. Valid values are: Open and Closed.

§
tunnelArn?: string | null
[src]

The Amazon Resource Name of the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>

§
tunnelId?: string | null
[src]

The unique alpha-numeric identifier for the tunnel.