Endpoint Group Endpoint Configuration Args
data class EndpointGroupEndpointConfigurationArgs(val clientIpPreservationEnabled: Output<Boolean>? = null, val endpointId: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<EndpointGroupEndpointConfigurationArgs>
Constructors
Link copied to clipboard
fun EndpointGroupEndpointConfigurationArgs(clientIpPreservationEnabled: Output<Boolean>? = null, endpointId: Output<String>? = null, weight: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. See the AWS documentation for more details. The default value is false
. Note: When client IP address preservation is enabled, the Global Accelerator service creates an EC2 Security Group in the VPC named GlobalAccelerator
that must be deleted (potentially outside of the provider) before the VPC will successfully delete. If this EC2 Security Group is not deleted, the provider will retry the VPC deletion for a few minutes before reporting a DependencyViolation
error. This cannot be resolved by re-running the provider.