String tunnelId
The tunnel to describe.
Tunnel tunnel
The tunnel being described.
String thingName
The name of the IoT thing to which you want to connect.
List<E> services
A list of service names that identity the target application. The AWS IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The AWS IoT client instantiates the local proxy which uses this information to connect to the destination application.
String resourceArn
The resource ARN.
String description
A short text description of the tunnel.
List<E> tags
A collection of tag metadata.
DestinationConfig destinationConfig
The destination configuration for the OpenTunnel request.
TimeoutConfig timeoutConfig
Timeout configuration for a tunnel.
String tunnelId
A unique alpha-numeric tunnel ID.
String tunnelArn
The Amazon Resource Name for the tunnel. The tunnel ARN format is
arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
String sourceAccessToken
The access token the source local proxy uses to connect to AWS IoT Secure Tunneling.
String destinationAccessToken
The access token the destination local proxy uses to connect to AWS IoT Secure Tunneling.
Integer maxLifetimeTimeoutMinutes
The maximum amount of time (in minutes) a tunnel can remain open. If not specified, maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720 minutes)
String tunnelId
A unique alpha-numeric ID that identifies a tunnel.
String tunnelArn
The Amazon Resource Name (ARN) of a tunnel. The tunnel ARN format is
arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
String status
The status of a tunnel. Valid values are: Open and Closed.
ConnectionState sourceConnectionState
The connection state of the source application.
ConnectionState destinationConnectionState
The connection state of the destination application.
String description
A description of the tunnel.
DestinationConfig 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.
TimeoutConfig timeoutConfig
Timeout configuration for the tunnel.
List<E> tags
A list of tag metadata associated with the secure tunnel.
Date createdAt
The time when the tunnel was created.
Date lastUpdatedAt
The last time the tunnel was updated.
String tunnelId
The unique alpha-numeric identifier for the tunnel.
String tunnelArn
The Amazon Resource Name of the tunnel. The tunnel ARN format is
arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
String status
The status of a tunnel. Valid values are: Open and Closed.
String description
A description of the tunnel.
Date createdAt
The time the tunnel was created.
Date lastUpdatedAt
The time the tunnel was last updated.
Copyright © 2021. All rights reserved.