Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InstanceAccess = InstanceAccess' {}
- newInstanceAccess :: InstanceAccess
- instanceAccess_instanceId :: Lens' InstanceAccess (Maybe Text)
- instanceAccess_ipAddress :: Lens' InstanceAccess (Maybe Text)
- instanceAccess_operatingSystem :: Lens' InstanceAccess (Maybe OperatingSystem)
- instanceAccess_credentials :: Lens' InstanceAccess (Maybe InstanceCredentials)
- instanceAccess_fleetId :: Lens' InstanceAccess (Maybe Text)
Documentation
data InstanceAccess Source #
Information required to remotely connect to a fleet instance. Access is requested by calling GetInstanceAccess.
See: newInstanceAccess
smart constructor.
InstanceAccess' | |
|
Instances
newInstanceAccess :: InstanceAccess Source #
Create a value of InstanceAccess
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceId:InstanceAccess'
, instanceAccess_instanceId
- A unique identifier for the instance being accessed.
$sel:ipAddress:InstanceAccess'
, instanceAccess_ipAddress
- IP address that is assigned to the instance.
$sel:operatingSystem:InstanceAccess'
, instanceAccess_operatingSystem
- Operating system that is running on the instance.
$sel:credentials:InstanceAccess'
, instanceAccess_credentials
- Credentials required to access the instance.
$sel:fleetId:InstanceAccess'
, instanceAccess_fleetId
- A unique identifier for the fleet containing the instance being
accessed.
instanceAccess_instanceId :: Lens' InstanceAccess (Maybe Text) Source #
A unique identifier for the instance being accessed.
instanceAccess_ipAddress :: Lens' InstanceAccess (Maybe Text) Source #
IP address that is assigned to the instance.
instanceAccess_operatingSystem :: Lens' InstanceAccess (Maybe OperatingSystem) Source #
Operating system that is running on the instance.
instanceAccess_credentials :: Lens' InstanceAccess (Maybe InstanceCredentials) Source #
Credentials required to access the instance.
instanceAccess_fleetId :: Lens' InstanceAccess (Maybe Text) Source #
A unique identifier for the fleet containing the instance being accessed.