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 | Yes | The type of the tunnel. | |
StreamTunnelConfig | No | The stream configuration of the tunnel. |