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

UpdateEndpointGroupRequest

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

§Properties

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