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

Description

 
Synopsis

Documentation

data TransitGatewayPropagation Source #

Describes route propagation.

See: newTransitGatewayPropagation smart constructor.

Constructors

TransitGatewayPropagation' 

Fields

Instances

Instances details
FromXML TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

Generic TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

Associated Types

type Rep TransitGatewayPropagation :: Type -> Type #

Read TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

Show TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

NFData TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

Eq TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

Hashable TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

type Rep TransitGatewayPropagation Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPropagation

type Rep TransitGatewayPropagation = D1 ('MetaData "TransitGatewayPropagation" "Amazonka.EC2.Types.TransitGatewayPropagation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayPropagation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayAttachmentResourceType)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayPropagationState)))) :*: (S1 ('MetaSel ('Just "transitGatewayAttachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "transitGatewayRouteTableAnnouncementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTransitGatewayPropagation :: TransitGatewayPropagation Source #

Create a value of TransitGatewayPropagation 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:resourceId:TransitGatewayPropagation', transitGatewayPropagation_resourceId - The ID of the resource.

$sel:resourceType:TransitGatewayPropagation', transitGatewayPropagation_resourceType - The resource type. Note that the tgw-peering resource type has been deprecated.

$sel:state:TransitGatewayPropagation', transitGatewayPropagation_state - The state.

$sel:transitGatewayAttachmentId:TransitGatewayPropagation', transitGatewayPropagation_transitGatewayAttachmentId - The ID of the attachment.

$sel:transitGatewayRouteTableAnnouncementId:TransitGatewayPropagation', transitGatewayPropagation_transitGatewayRouteTableAnnouncementId - The ID of the transit gateway route table announcement.

$sel:transitGatewayRouteTableId:TransitGatewayPropagation', transitGatewayPropagation_transitGatewayRouteTableId - The ID of the transit gateway route table.

transitGatewayPropagation_resourceType :: Lens' TransitGatewayPropagation (Maybe TransitGatewayAttachmentResourceType) Source #

The resource type. Note that the tgw-peering resource type has been deprecated.