disableTcpConnections

@JvmName(name = "vsmjdlkbkqrkjbju")
suspend fun disableTcpConnections(value: Output<Boolean>)
@JvmName(name = "rlayfknbrstlxlhr")
suspend fun disableTcpConnections(value: Boolean?)

Parameters

value

Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.