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.PropagatingVgw

Description

 
Synopsis

Documentation

data PropagatingVgw Source #

Describes a virtual private gateway propagating route.

See: newPropagatingVgw smart constructor.

Constructors

PropagatingVgw' 

Fields

Instances

Instances details
FromXML PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

Generic PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

Associated Types

type Rep PropagatingVgw :: Type -> Type #

Read PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

Show PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

NFData PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

Methods

rnf :: PropagatingVgw -> () #

Eq PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

Hashable PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

type Rep PropagatingVgw Source # 
Instance details

Defined in Amazonka.EC2.Types.PropagatingVgw

type Rep PropagatingVgw = D1 ('MetaData "PropagatingVgw" "Amazonka.EC2.Types.PropagatingVgw" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PropagatingVgw'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPropagatingVgw :: PropagatingVgw Source #

Create a value of PropagatingVgw 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:gatewayId:PropagatingVgw', propagatingVgw_gatewayId - The ID of the virtual private gateway.

propagatingVgw_gatewayId :: Lens' PropagatingVgw (Maybe Text) Source #

The ID of the virtual private gateway.