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

AllowCustomRoutingTrafficRequest

import type { AllowCustomRoutingTrafficRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/globalaccelerator.ts";
interface AllowCustomRoutingTrafficRequest {
AllowAllTrafficToEndpoint?: boolean | null;
DestinationAddresses?: string[] | null;
DestinationPorts?: number[] | null;
EndpointGroupArn: string;
EndpointId: string;
}

§Properties

§
AllowAllTrafficToEndpoint?: boolean | null
[src]
§
DestinationAddresses?: string[] | null
[src]
§
DestinationPorts?: number[] | null
[src]
§
EndpointGroupArn: string
[src]
§
EndpointId: string
[src]