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

StaticIp

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

Describes a static IP.

interface StaticIp {
arn?: string | null;
attachedTo?: string | null;
createdAt?: Date | number | null;
ipAddress?: string | null;
isAttached?: boolean | null;
location?: ResourceLocation | null;
name?: string | null;
resourceType?: ResourceType | null;
supportCode?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the static IP (e.g., arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE).

§
attachedTo?: string | null
[src]

The instance where the static IP is attached (e.g., Amazon_Linux-1GB-Ohio-1).

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

The timestamp when the static IP was created (e.g., 1479735304.222).

§
ipAddress?: string | null
[src]

The static IP address.

§
isAttached?: boolean | null
[src]

A Boolean value indicating whether the static IP is attached.

§
location?: ResourceLocation | null
[src]

The region and Availability Zone where the static IP was created.

§
name?: string | null
[src]

The name of the static IP (e.g., StaticIP-Ohio-EXAMPLE).

§
resourceType?: ResourceType | null
[src]

The resource type (usually StaticIp).

§
supportCode?: string | null
[src]

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.