All Products
Search
Document Center

Tablestore:Tunnel

Last Updated:May 31, 2024

Tunnel specifies the tunnel configuration.

Data structure

message Tunnel {
    required string table_name = 1;
    required string tunnel_name = 3;
    required TunnelType tunnel_type = 4;
    optional StreamTunnelConfig StreamTunnelConfig = 5;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the table.

tunnel_name

string

Yes

The name of the tunnel.

tunnel_type

TunnelType

Yes

The type of the tunnel.

StreamTunnelConfig

StreamTunnelConfig

No

The stream configuration of the tunnel.

Related operations

CreateTunnel