OpenTunnelResponse
public struct OpenTunnelResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The access token the destination local proxy uses to connect to AWS IoT Secure Tunneling.
Declaration
Swift
public let destinationAccessToken: String?
-
The access token the source local proxy uses to connect to AWS IoT Secure Tunneling.
Declaration
Swift
public let sourceAccessToken: String?
-
The Amazon Resource Name for the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
Declaration
Swift
public let tunnelArn: String?
-
A unique alpha-numeric tunnel ID.
Declaration
Swift
public let tunnelId: String?
-
Undocumented
Declaration
Swift
public init(destinationAccessToken: String? = nil, sourceAccessToken: String? = nil, tunnelArn: String? = nil, tunnelId: String? = nil)