Skip to content

(aws-elasticloadbalancingv2): NetworkTargetGroupProps does not expose connection_termination attribute #17010

@Avinm

Description

@Avinm

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions