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

CustomRoutingEndpointDescription

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

A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints, which are virtual private cloud (VPC) subnets.

interface CustomRoutingEndpointDescription {
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.