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 |
Documentation
data Ipv4PrefixSpecification Source #
Describes an IPv4 prefix.
See: newIpv4PrefixSpecification
smart constructor.
Ipv4PrefixSpecification' | |
|
Instances
newIpv4PrefixSpecification :: Ipv4PrefixSpecification Source #
Create a value of Ipv4PrefixSpecification
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:ipv4Prefix:Ipv4PrefixSpecification'
, ipv4PrefixSpecification_ipv4Prefix
- The IPv4 prefix. For information, see
Assigning prefixes to Amazon EC2 network interfaces
in the Amazon Elastic Compute Cloud User Guide.
ipv4PrefixSpecification_ipv4Prefix :: Lens' Ipv4PrefixSpecification (Maybe Text) Source #
The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.