Skip to content

/AWS1/CL_GACENDPOINTIDENTIFIER

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_endpointid TYPE /AWS1/GACGENERICSTRING /AWS1/GACGENERICSTRING

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.

Optional arguments:

iv_cliippreservationenabled TYPE /AWS1/GACGENERICBOOLEAN /AWS1/GACGENERICBOOLEAN

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.


Queryable Attributes

EndpointId

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.

Accessible with the following methods

Method Description
GET_ENDPOINTID() Getter for ENDPOINTID, with configurable default
ASK_ENDPOINTID() Getter for ENDPOINTID w/ exceptions if field has no value
HAS_ENDPOINTID() Determine if ENDPOINTID has a value

ClientIPPreservationEnabled

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.

Accessible with the following methods

Method Description
GET_CLIIPPRESERVATIONENABLED() Getter for CLIENTIPPRESERVATIONENABLED, with configurable de
ASK_CLIIPPRESERVATIONENABLED() Getter for CLIENTIPPRESERVATIONENABLED w/ exceptions if fiel
HAS_CLIIPPRESERVATIONENABLED() Determine if CLIENTIPPRESERVATIONENABLED has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ENDPOINTIDENTIFIERS

TYPES TT_ENDPOINTIDENTIFIERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GACENDPOINTIDENTIFIER WITH DEFAULT KEY
.