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 SubnetMapping = SubnetMapping' {}
- newSubnetMapping :: SubnetMapping
- subnetMapping_iPv6Address :: Lens' SubnetMapping (Maybe Text)
- subnetMapping_allocationId :: 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.
SubnetMapping' | |
|
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:iPv6Address:SubnetMapping'
, subnetMapping_iPv6Address
- [Network Load Balancers] The IPv6 address.
$sel:allocationId:SubnetMapping'
, subnetMapping_allocationId
- [Network Load Balancers] The allocation ID of the Elastic IP address for
an internet-facing load balancer.
$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_iPv6Address :: Lens' SubnetMapping (Maybe Text) Source #
- Network Load Balancers
- The IPv6 address.
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_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.