InstanceAccess
Information required to remotely connect to a fleet instance. Access is requested by calling GetInstanceAccess.
Contents
In the following list, the required parameters are described first.
- Credentials
-
Credentials required to access the instance.
Type: InstanceCredentials object
Required: No
- FleetId
-
A unique identifier for a fleet containing the instance being accessed.
Type: String
Pattern:
^fleet-\S+
Required: No
- InstanceId
-
A unique identifier for an instance being accessed.
Type: String
Pattern:
[a-zA-Z0-9\.-]+
Required: No
- IpAddress
-
IP address that is assigned to the instance.
Type: String
Required: No
- OperatingSystem
-
Operating system that is running on the instance.
Type: String
Valid Values:
WINDOWS_2012 | AMAZON_LINUX | AMAZON_LINUX_2
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: