ConnectionDetails
Information about a connection.
Contents
- AllowedIps
-
The allowed IP addresses.
Type: Array of strings
Length Constraints: Minimum length of 9. Maximum length of 18.
Pattern:
^([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]{1,2}$
Required: No
- ClientPublicKey
-
The public key of the client.
Type: String
Length Constraints: Fixed length of 44.
Pattern:
^[a-zA-Z0-9/+]{43}=$
Required: No
- ClientTunnelAddress
-
The client tunnel address.
Type: String
Length Constraints: Minimum length of 9. Maximum length of 18.
Pattern:
^([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]{1,2}$
Required: No
- ServerEndpoint
-
The endpoint for the server.
Type: String
Length Constraints: Minimum length of 9. Maximum length of 21.
Pattern:
^([0-9]{1,3}\.){3}[0-9]{1,3}:[0-9]{1,5}$
Required: No
- ServerPublicKey
-
The public key of the server.
Type: String
Length Constraints: Fixed length of 44.
Pattern:
^[a-zA-Z0-9/+]{43}=$
Required: No
- ServerTunnelAddress
-
The server tunnel address.
Type: String
Length Constraints: Minimum length of 9. Maximum length of 18.
Pattern:
^([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]{1,2}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: