Tunnel

class Tunnel : KotlinCustomResource

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>

Properties

Link copied to clipboard

The channels of OTS tunnel. Each element contains the following attributes:

Link copied to clipboard
val createTime: Output<Int>

The creation time of the Tunnel.

Link copied to clipboard
val expired: Output<Boolean>

Whether the tunnel has expired.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceName: Output<String>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tableName: Output<String>

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

Link copied to clipboard
val tunnelId: Output<String>

The tunnel id of the OTS which could not be changed.

Link copied to clipboard
val tunnelName: Output<String>

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

Link copied to clipboard
val tunnelRpo: Output<Int>

The latest consumption time of the tunnel, unix time in nanosecond.

Link copied to clipboard
val tunnelStage: Output<String>

The stage of OTS tunnel, valid values: InitBaseDataAndStreamShard, ProcessBaseData, ProcessStream.

Link copied to clipboard
val tunnelType: Output<String>

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

Link copied to clipboard
val urn: Output<String>