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

CreateCustomRoutingEndpointGroupRequest

import type { CreateCustomRoutingEndpointGroupRequest } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface CreateCustomRoutingEndpointGroupRequest {
DestinationConfigurations: CustomRoutingDestinationConfiguration[];
EndpointGroupRegion: string;
IdempotencyToken: string;
ListenerArn: string;
}

§Properties

§
DestinationConfigurations: CustomRoutingDestinationConfiguration[]
[src]

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

§
EndpointGroupRegion: string
[src]

The Amazon Web Services Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

§
IdempotencyToken: string
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

§
ListenerArn: string
[src]

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