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;
}