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

AttachStaticIpRequest

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

§Properties

§
instanceName: string
[src]

The instance name to which you want to attach the static IP address.

§
staticIpName: string
[src]

The name of the static IP.