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

CustomRoutingEndpointConfiguration

import type { CustomRoutingEndpointConfiguration } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";

The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.

interface CustomRoutingEndpointConfiguration {
EndpointId?: string | null;
}

§Properties

§
EndpointId?: string | null
[src]

An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.