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

SetIpAddressTypeRequest

import type { SetIpAddressTypeRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface SetIpAddressTypeRequest {
ipAddressType: IpAddressType;
resourceName: string;
resourceType: ResourceType;
}

§Properties

§
ipAddressType: IpAddressType
[src]

The IP address type to set for the specified resource.

The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

§
resourceName: string
[src]

The name of the resource for which to set the IP address type.

§
resourceType: ResourceType
[src]

The resource type.

The possible values are Distribution, Instance, and LoadBalancer.

Note: Distribution-related APIs are available only in the N. Virginia (us-east-1) AWS Region. Set your AWS Region configuration to us-east-1 to create, view, or edit distributions.