| 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.Ipv6CidrAssociation
Description
Synopsis
Documentation
data Ipv6CidrAssociation Source #
Describes an IPv6 CIDR block association.
See: newIpv6CidrAssociation smart constructor.
Constructors
| Ipv6CidrAssociation' | |
Instances
newIpv6CidrAssociation :: Ipv6CidrAssociation Source #
Create a value of Ipv6CidrAssociation 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:associatedResource:Ipv6CidrAssociation', ipv6CidrAssociation_associatedResource - The resource that's associated with the IPv6 CIDR block.
$sel:ipv6Cidr:Ipv6CidrAssociation', ipv6CidrAssociation_ipv6Cidr - The IPv6 CIDR block.
ipv6CidrAssociation_associatedResource :: Lens' Ipv6CidrAssociation (Maybe Text) Source #
The resource that's associated with the IPv6 CIDR block.
ipv6CidrAssociation_ipv6Cidr :: Lens' Ipv6CidrAssociation (Maybe Text) Source #
The IPv6 CIDR block.