TunnelArgs

data class TunnelArgs(val instanceName: Output<String>? = null, val tableName: Output<String>? = null, val tunnelName: Output<String>? = null, val tunnelType: Output<String>? = null) : ConvertibleToJava<TunnelArgs>

Provides an OTS tunnel resource. For information about OTS tunnel and how to use it, see Tunnel overview.

NOTE: Available since v1.172.0.

Example Usage

No Java example available.

Import

OTS tunnel can be imported using id, e.g.

$ pulumi import alicloud:ots/tunnel:Tunnel foo <instance_name>:<table_name>:<tunnel_name>

Constructors

Link copied to clipboard
fun TunnelArgs(instanceName: Output<String>? = null, tableName: Output<String>? = null, tunnelName: Output<String>? = null, tunnelType: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TunnelArgs

Properties

Link copied to clipboard
val instanceName: Output<String>? = null

The name of the OTS instance in which table will located.

Link copied to clipboard
val tableName: Output<String>? = null

The name of the OTS table. If changed, a new table would be created.

Link copied to clipboard
val tunnelName: Output<String>? = null

The name of the OTS tunnel. If changed, a new tunnel would be created.

Link copied to clipboard
val tunnelType: Output<String>? = null

The type of the OTS tunnel. Only BaseAndStream, BaseData or Stream is allowed.