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 |
Synopsis
- data CoipPool = CoipPool' {}
- newCoipPool :: CoipPool
- coipPool_localGatewayRouteTableId :: Lens' CoipPool (Maybe Text)
- coipPool_poolArn :: Lens' CoipPool (Maybe Text)
- coipPool_poolCidrs :: Lens' CoipPool (Maybe [Text])
- coipPool_poolId :: Lens' CoipPool (Maybe Text)
- coipPool_tags :: Lens' CoipPool (Maybe [Tag])
Documentation
Describes a customer-owned address pool.
See: newCoipPool
smart constructor.
Instances
newCoipPool :: CoipPool Source #
Create a value of CoipPool
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:localGatewayRouteTableId:CoipPool'
, coipPool_localGatewayRouteTableId
- The ID of the local gateway route table.
$sel:poolArn:CoipPool'
, coipPool_poolArn
- The ARN of the address pool.
$sel:poolCidrs:CoipPool'
, coipPool_poolCidrs
- The address ranges of the address pool.
$sel:poolId:CoipPool'
, coipPool_poolId
- The ID of the address pool.
$sel:tags:CoipPool'
, coipPool_tags
- The tags.