amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.CoipPool

Description

 
Synopsis

Documentation

data CoipPool Source #

Describes a customer-owned address pool.

See: newCoipPool smart constructor.

Constructors

CoipPool' 

Fields

Instances

Instances details
FromXML CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

Generic CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

Associated Types

type Rep CoipPool :: Type -> Type #

Methods

from :: CoipPool -> Rep CoipPool x #

to :: Rep CoipPool x -> CoipPool #

Read CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

Show CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

NFData CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

Methods

rnf :: CoipPool -> () #

Eq CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

Hashable CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

Methods

hashWithSalt :: Int -> CoipPool -> Int #

hash :: CoipPool -> Int #

type Rep CoipPool Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipPool

type Rep CoipPool = D1 ('MetaData "CoipPool" "Amazonka.EC2.Types.CoipPool" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CoipPool'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "localGatewayRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "poolArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "poolCidrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "poolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

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.

coipPool_localGatewayRouteTableId :: Lens' CoipPool (Maybe Text) Source #

The ID of the local gateway route table.

coipPool_poolArn :: Lens' CoipPool (Maybe Text) Source #

The ARN of the address pool.

coipPool_poolCidrs :: Lens' CoipPool (Maybe [Text]) Source #

The address ranges of the address pool.

coipPool_poolId :: Lens' CoipPool (Maybe Text) Source #

The ID of the address pool.