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

EndpointIdentifier

import type { EndpointIdentifier } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";

A complex type for an endpoint. Specifies information about the endpoint to remove from the endpoint group.

interface EndpointIdentifier {
ClientIPPreservationEnabled?: boolean | null;
EndpointId: string;
}

§Properties

§
ClientIPPreservationEnabled?: boolean | null
[src]

Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the endpoint fronted by the accelerator.

§
EndpointId: string
[src]

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.