| 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.InstanceIpv6Prefix
Description
Documentation
data InstanceIpv6Prefix Source #
Information about an IPv6 prefix.
See: newInstanceIpv6Prefix smart constructor.
Constructors
| InstanceIpv6Prefix' | |
Fields
| |
Instances
newInstanceIpv6Prefix :: InstanceIpv6Prefix Source #
Create a value of InstanceIpv6Prefix 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:ipv6Prefix:InstanceIpv6Prefix', instanceIpv6Prefix_ipv6Prefix - One or more IPv6 prefixes assigned to the network interface.
instanceIpv6Prefix_ipv6Prefix :: Lens' InstanceIpv6Prefix (Maybe Text) Source #
One or more IPv6 prefixes assigned to the network interface.