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.

Container for the parameters to the RotateTunnelAccessToken operation. 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.

Requires permission to access the RotateTunnelAccessToken action.

Rotating the CAT doesn't extend the tunnel duration. For example, say the tunnel duration is 12 hours and the tunnel has already been open for 4 hours. When you rotate the access tokens, the new tokens that are generated can only be used for the remaining 8 hours.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoTSecureTunneling.AmazonIoTSecureTunnelingRequest
      Amazon.IoTSecureTunneling.Model.RotateTunnelAccessTokenRequest

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

Syntax

C#
public class RotateTunnelAccessTokenRequest : AmazonIoTSecureTunnelingRequest
         IAmazonWebServiceRequest

The RotateTunnelAccessTokenRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientMode Amazon.IoTSecureTunneling.ClientMode

Gets and sets the property ClientMode.

The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.

Public Property DestinationConfig Amazon.IoTSecureTunneling.Model.DestinationConfig

Gets and sets the property DestinationConfig.

Public Property TunnelId System.String

Gets and sets the property TunnelId.

The tunnel for which you want to rotate the access tokens.

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