AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A connection between a source computer and a destination device.

Inheritance Hierarchy

System.Object
  Amazon.IoTSecureTunneling.Model.Tunnel

Namespace: Amazon.IoTSecureTunneling.Model
Assembly: AWSSDK.IoTSecureTunneling.dll
Version: 3.x.y.z

Syntax

C#
public class Tunnel

The Tunnel type exposes the following members

Constructors

NameDescription
Public Method Tunnel()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the tunnel was created.

Public Property Description System.String

Gets and sets the property Description.

A description of the tunnel.

Public Property DestinationConfig Amazon.IoTSecureTunneling.Model.DestinationConfig

Gets and sets the property DestinationConfig.

The destination configuration that specifies the thing name of the destination device and a service name that the local proxy uses to connect to the destination application.

Public Property DestinationConnectionState Amazon.IoTSecureTunneling.Model.ConnectionState

Gets and sets the property DestinationConnectionState.

The connection state of the destination application.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The last time the tunnel was updated.

Public Property SourceConnectionState Amazon.IoTSecureTunneling.Model.ConnectionState

Gets and sets the property SourceConnectionState.

The connection state of the source application.

Public Property Status Amazon.IoTSecureTunneling.TunnelStatus

Gets and sets the property Status.

The status of a tunnel. Valid values are: Open and Closed.

Public Property Tags System.Collections.Generic.List<Amazon.IoTSecureTunneling.Model.Tag>

Gets and sets the property Tags.

A list of tag metadata associated with the secure tunnel.

Public Property TimeoutConfig Amazon.IoTSecureTunneling.Model.TimeoutConfig

Gets and sets the property TimeoutConfig.

Timeout configuration for the tunnel.

Public Property TunnelArn System.String

Gets and sets the property TunnelArn.

The Amazon Resource Name (ARN) of a tunnel.

Public Property TunnelId System.String

Gets and sets the property TunnelId.

A unique alpha-numeric ID that identifies a tunnel.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5