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

AddCustomRoutingEndpointsRequest

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

§Properties

§
EndpointConfigurations: CustomRoutingEndpointConfiguration[]
[src]

The list of endpoint objects to add to a custom routing accelerator.

§
EndpointGroupArn: string
[src]

The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.