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

InstancePortState

import type { InstancePortState } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface InstancePortState {
cidrListAliases?: string[] | null;
cidrs?: string[] | null;
fromPort?: number | null;
ipv6Cidrs?: string[] | null;
protocol?: NetworkProtocol | null;
state?: PortState | null;
toPort?: number | null;
}

§Properties

§
cidrListAliases?: string[] | null
[src]
§
cidrs?: string[] | null
[src]
§
fromPort?: number | null
[src]
§
ipv6Cidrs?: string[] | null
[src]
§
protocol?: NetworkProtocol | null
[src]
§
state?: PortState | null
[src]
§
toPort?: number | null
[src]