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 CustomAvailabilityZone = CustomAvailabilityZone' {}
- newCustomAvailabilityZone :: CustomAvailabilityZone
- customAvailabilityZone_vpnDetails :: Lens' CustomAvailabilityZone (Maybe VpnDetails)
- customAvailabilityZone_customAvailabilityZoneName :: Lens' CustomAvailabilityZone (Maybe Text)
- customAvailabilityZone_customAvailabilityZoneId :: Lens' CustomAvailabilityZone (Maybe Text)
- customAvailabilityZone_customAvailabilityZoneStatus :: Lens' CustomAvailabilityZone (Maybe Text)
Documentation
data CustomAvailabilityZone Source #
A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.
For more information about RDS on VMware, see the RDS on VMware User Guide.
See: newCustomAvailabilityZone
smart constructor.
CustomAvailabilityZone' | |
|
Instances
newCustomAvailabilityZone :: CustomAvailabilityZone Source #
Create a value of CustomAvailabilityZone
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:vpnDetails:CustomAvailabilityZone'
, customAvailabilityZone_vpnDetails
- Information about the virtual private network (VPN) between the VMware
vSphere cluster and the Amazon Web Services website.
$sel:customAvailabilityZoneName:CustomAvailabilityZone'
, customAvailabilityZone_customAvailabilityZoneName
- The name of the custom AZ.
$sel:customAvailabilityZoneId:CustomAvailabilityZone'
, customAvailabilityZone_customAvailabilityZoneId
- The identifier of the custom AZ.
Amazon RDS generates a unique identifier when a custom AZ is created.
$sel:customAvailabilityZoneStatus:CustomAvailabilityZone'
, customAvailabilityZone_customAvailabilityZoneStatus
- The status of the custom AZ.
customAvailabilityZone_vpnDetails :: Lens' CustomAvailabilityZone (Maybe VpnDetails) Source #
Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.
customAvailabilityZone_customAvailabilityZoneName :: Lens' CustomAvailabilityZone (Maybe Text) Source #
The name of the custom AZ.
customAvailabilityZone_customAvailabilityZoneId :: Lens' CustomAvailabilityZone (Maybe Text) Source #
The identifier of the custom AZ.
Amazon RDS generates a unique identifier when a custom AZ is created.
customAvailabilityZone_customAvailabilityZoneStatus :: Lens' CustomAvailabilityZone (Maybe Text) Source #
The status of the custom AZ.