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

CustomRoutingEndpointGroup

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

A complex type for the endpoint group for a custom routing accelerator. An Amazon Web Services Region can have only one endpoint group for a specific listener.

interface CustomRoutingEndpointGroup {
DestinationDescriptions?: CustomRoutingDestinationDescription[] | null;
EndpointDescriptions?: CustomRoutingEndpointDescription[] | null;
EndpointGroupArn?: string | null;
EndpointGroupRegion?: string | null;
}

§Properties

§
DestinationDescriptions?: CustomRoutingDestinationDescription[] | null
[src]

For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.

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

For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.

§
EndpointGroupArn?: string | null
[src]

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

§
EndpointGroupRegion?: string | null
[src]

The Amazon Web Services Region where the endpoint group is located.