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

AddCustomRoutingEndpointsResponse

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

§Properties

§
EndpointDescriptions?: CustomRoutingEndpointDescription[] | null
[src]

The endpoint objects added to the custom routing accelerator.

§
EndpointGroupArn?: string | null
[src]

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