Description
CDK does not expose a mechanism to set deregistration_delay.connection_termination.enabled property for NLB targets.
deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. The default is false.
Docs: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_TargetGroupAttribute.html
Use Case
To customize the value for connection_termination attribute when defining NLB via CDK.
Proposed Solution
Expose a mechanism to set a value for connection_termination.enabled possibly via NetworkTargetGroupProps
Other information
No response
Acknowledge
Description
CDK does not expose a mechanism to set
deregistration_delay.connection_termination.enabledproperty for NLB targets.Docs: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_TargetGroupAttribute.html
Use Case
To customize the value for
connection_terminationattribute when defining NLB via CDK.Proposed Solution
Expose a mechanism to set a value for
connection_termination.enabledpossibly viaNetworkTargetGroupPropsOther information
No response
Acknowledge