| 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.ELBV2.Types.SubnetMapping
Description
Synopsis
- data SubnetMapping = SubnetMapping' {}
- newSubnetMapping :: SubnetMapping
- subnetMapping_allocationId :: Lens' SubnetMapping (Maybe Text)
- subnetMapping_iPv6Address :: Lens' SubnetMapping (Maybe Text)
- subnetMapping_privateIPv4Address :: Lens' SubnetMapping (Maybe Text)
- subnetMapping_subnetId :: Lens' SubnetMapping (Maybe Text)
Documentation
data SubnetMapping Source #
Information about a subnet mapping.
See: newSubnetMapping smart constructor.
Constructors
| SubnetMapping' | |
Fields
| |
Instances
newSubnetMapping :: SubnetMapping Source #
Create a value of SubnetMapping 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:SubnetMapping', subnetMapping_allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address for
an internet-facing load balancer.
$sel:iPv6Address:SubnetMapping', subnetMapping_iPv6Address - [Network Load Balancers] The IPv6 address.
$sel:privateIPv4Address:SubnetMapping', subnetMapping_privateIPv4Address - [Network Load Balancers] The private IPv4 address for an internal load
balancer.
$sel:subnetId:SubnetMapping', subnetMapping_subnetId - The ID of the subnet.
subnetMapping_allocationId :: Lens' SubnetMapping (Maybe Text) Source #
- Network Load Balancers
- The allocation ID of the Elastic IP address for an internet-facing load balancer.
subnetMapping_iPv6Address :: Lens' SubnetMapping (Maybe Text) Source #
- Network Load Balancers
- The IPv6 address.
subnetMapping_privateIPv4Address :: Lens' SubnetMapping (Maybe Text) Source #
- Network Load Balancers
- The private IPv4 address for an internal load balancer.
subnetMapping_subnetId :: Lens' SubnetMapping (Maybe Text) Source #
The ID of the subnet.