clientIPPreservationEnabled property
Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.
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 Application Load Balancer endpoint fronted by the
accelerator.
For more information, see Preserve Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
Implementation
final bool? clientIPPreservationEnabled;