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;
}