| 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.PoolCidrBlock
Description
Synopsis
Documentation
data PoolCidrBlock Source #
Describes a CIDR block for an address pool.
See: newPoolCidrBlock smart constructor.
Constructors
| PoolCidrBlock' | |
Instances
newPoolCidrBlock :: PoolCidrBlock Source #
Create a value of PoolCidrBlock 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:cidr:PoolCidrBlock', poolCidrBlock_cidr - The CIDR block.
poolCidrBlock_cidr :: Lens' PoolCidrBlock (Maybe Text) Source #
The CIDR block.