| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.AddressAttribute
Description
Synopsis
- data AddressAttribute = AddressAttribute' {}
- newAddressAttribute :: AddressAttribute
- addressAttribute_allocationId :: Lens' AddressAttribute (Maybe Text)
- addressAttribute_ptrRecord :: Lens' AddressAttribute (Maybe Text)
- addressAttribute_ptrRecordUpdate :: Lens' AddressAttribute (Maybe PtrUpdateStatus)
- addressAttribute_publicIp :: Lens' AddressAttribute (Maybe Text)
Documentation
data AddressAttribute Source #
The attributes associated with an Elastic IP address.
See: newAddressAttribute smart constructor.
Constructors
| AddressAttribute' | |
Fields
| |
Instances
newAddressAttribute :: AddressAttribute Source #
Create a value of AddressAttribute 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:allocationId:AddressAttribute', addressAttribute_allocationId - [EC2-VPC] The allocation ID.
$sel:ptrRecord:AddressAttribute', addressAttribute_ptrRecord - The pointer (PTR) record for the IP address.
$sel:ptrRecordUpdate:AddressAttribute', addressAttribute_ptrRecordUpdate - The updated PTR record for the IP address.
$sel:publicIp:AddressAttribute', addressAttribute_publicIp - The public IP address.
addressAttribute_allocationId :: Lens' AddressAttribute (Maybe Text) Source #
- EC2-VPC
- The allocation ID.
addressAttribute_ptrRecord :: Lens' AddressAttribute (Maybe Text) Source #
The pointer (PTR) record for the IP address.
addressAttribute_ptrRecordUpdate :: Lens' AddressAttribute (Maybe PtrUpdateStatus) Source #
The updated PTR record for the IP address.
addressAttribute_publicIp :: Lens' AddressAttribute (Maybe Text) Source #
The public IP address.