connection Tracking Policy
suspend fun connectionTrackingPolicy(value: Output<RegionBackendServiceConnectionTrackingPolicyArgs>)
Parameters
value
Connection Tracking configuration for this BackendService. This is available only for Layer 4 Internal Load Balancing and Network Load Balancing. Structure is documented below.
suspend fun connectionTrackingPolicy(argument: suspend RegionBackendServiceConnectionTrackingPolicyArgsBuilder.() -> Unit)
Parameters
argument
Connection Tracking configuration for this BackendService. This is available only for Layer 4 Internal Load Balancing and Network Load Balancing. Structure is documented below.