| 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.NatGatewayAddress
Description
Synopsis
- data NatGatewayAddress = NatGatewayAddress' {}
- newNatGatewayAddress :: NatGatewayAddress
- natGatewayAddress_allocationId :: Lens' NatGatewayAddress (Maybe Text)
- natGatewayAddress_networkInterfaceId :: Lens' NatGatewayAddress (Maybe Text)
- natGatewayAddress_privateIp :: Lens' NatGatewayAddress (Maybe Text)
- natGatewayAddress_publicIp :: Lens' NatGatewayAddress (Maybe Text)
Documentation
data NatGatewayAddress Source #
Describes the IP addresses and network interface associated with a NAT gateway.
See: newNatGatewayAddress smart constructor.
Constructors
| NatGatewayAddress' | |
Fields
| |
Instances
newNatGatewayAddress :: NatGatewayAddress Source #
Create a value of NatGatewayAddress 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:NatGatewayAddress', natGatewayAddress_allocationId - [Public NAT gateway only] The allocation ID of the Elastic IP address
that's associated with the NAT gateway.
$sel:networkInterfaceId:NatGatewayAddress', natGatewayAddress_networkInterfaceId - The ID of the network interface associated with the NAT gateway.
$sel:privateIp:NatGatewayAddress', natGatewayAddress_privateIp - The private IP address associated with the NAT gateway.
$sel:publicIp:NatGatewayAddress', natGatewayAddress_publicIp - [Public NAT gateway only] The Elastic IP address associated with the NAT
gateway.
natGatewayAddress_allocationId :: Lens' NatGatewayAddress (Maybe Text) Source #
- Public NAT gateway only
- The allocation ID of the Elastic IP address that's associated with the NAT gateway.
natGatewayAddress_networkInterfaceId :: Lens' NatGatewayAddress (Maybe Text) Source #
The ID of the network interface associated with the NAT gateway.
natGatewayAddress_privateIp :: Lens' NatGatewayAddress (Maybe Text) Source #
The private IP address associated with the NAT gateway.
natGatewayAddress_publicIp :: Lens' NatGatewayAddress (Maybe Text) Source #
- Public NAT gateway only
- The Elastic IP address associated with the NAT gateway.