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

AssociateResolverEndpointIpAddressRequest

import type { AssociateResolverEndpointIpAddressRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface AssociateResolverEndpointIpAddressRequest {
IpAddress: IpAddressUpdate;
ResolverEndpointId: string;
}

§Properties

§

Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.

§
ResolverEndpointId: string
[src]

The ID of the Resolver endpoint that you want to associate IP addresses with.