IotSecureTunnelingClient

IoT Secure Tunneling

IoT Secure Tunneling creates remote connections to devices deployed in the field.

For more information about how IoT Secure Tunneling works, see IoT Secure Tunneling.

Properties

Link copied to clipboard

IotSecureTunnelingClient's configuration

Functions

Link copied to clipboard
abstract suspend fun closeTunnel(input: CloseTunnelRequest): CloseTunnelResponse

Closes a tunnel identified by the unique tunnel id. When a CloseTunnel request is received, we close the WebSocket connections between the client and proxy server so no data can be transmitted.

Link copied to clipboard

Gets information about a tunnel identified by the unique tunnel id.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard
abstract suspend fun listTunnels(input: ListTunnelsRequest = ListTunnelsRequest { }): ListTunnelsResponse

List all tunnels for an Amazon Web Services account. Tunnels are listed by creation time in descending order, newer tunnels will be listed before older tunnels.

Link copied to clipboard
abstract suspend fun openTunnel(input: OpenTunnelRequest = OpenTunnelRequest { }): OpenTunnelResponse

Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server.

Link copied to clipboard

Revokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

A resource tag.

Link copied to clipboard

Removes a tag from a resource.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Closes a tunnel identified by the unique tunnel id. When a CloseTunnel request is received, we close the WebSocket connections between the client and proxy server so no data can be transmitted.

Link copied to clipboard

Gets information about a tunnel identified by the unique tunnel id.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard

List all tunnels for an Amazon Web Services account. Tunnels are listed by creation time in descending order, newer tunnels will be listed before older tunnels.

Link copied to clipboard

Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server.

Link copied to clipboard

Revokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel.

Link copied to clipboard

A resource tag.

Link copied to clipboard

Removes a tag from a resource.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.