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

RemoveCustomRoutingEndpointsRequest

import type { RemoveCustomRoutingEndpointsRequest } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface RemoveCustomRoutingEndpointsRequest {
EndpointGroupArn: string;
EndpointIds: string[];
}

§Properties

§
EndpointGroupArn: string
[src]

The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.

§
EndpointIds: string[]
[src]

The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.