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

CreateEndpointGroupRequest

import type { CreateEndpointGroupRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/globalaccelerator.ts";
interface CreateEndpointGroupRequest {
EndpointConfigurations?: EndpointConfiguration[] | null;
EndpointGroupRegion: string;
HealthCheckIntervalSeconds?: number | null;
HealthCheckPath?: string | null;
HealthCheckPort?: number | null;
HealthCheckProtocol?: HealthCheckProtocol | null;
IdempotencyToken: string;
ListenerArn: string;
PortOverrides?: PortOverride[] | null;
ThresholdCount?: number | null;
TrafficDialPercentage?: number | null;
}

§Properties

§
EndpointConfigurations?: EndpointConfiguration[] | null
[src]
§
EndpointGroupRegion: string
[src]
§
HealthCheckIntervalSeconds?: number | null
[src]
§
HealthCheckPath?: string | null
[src]
§
HealthCheckPort?: number | null
[src]
§
HealthCheckProtocol?: HealthCheckProtocol | null
[src]
§
IdempotencyToken: string
[src]
§
ListenerArn: string
[src]
§
PortOverrides?: PortOverride[] | null
[src]
§
ThresholdCount?: number | null
[src]
§
TrafficDialPercentage?: number | null
[src]