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

Description

 
Synopsis

Documentation

data TransitGatewayOptions Source #

Describes the options for a transit gateway.

See: newTransitGatewayOptions smart constructor.

Constructors

TransitGatewayOptions' 

Fields

Instances

Instances details
FromXML TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

Generic TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

Associated Types

type Rep TransitGatewayOptions :: Type -> Type #

Read TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

Show TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

NFData TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

Methods

rnf :: TransitGatewayOptions -> () #

Eq TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

Hashable TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

type Rep TransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayOptions

type Rep TransitGatewayOptions = D1 ('MetaData "TransitGatewayOptions" "Amazonka.EC2.Types.TransitGatewayOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayOptions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "amazonSideAsn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "associationDefaultRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "autoAcceptSharedAttachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoAcceptSharedAttachmentsValue)) :*: (S1 ('MetaSel ('Just "defaultRouteTableAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultRouteTableAssociationValue)) :*: S1 ('MetaSel ('Just "defaultRouteTablePropagation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultRouteTablePropagationValue))))) :*: ((S1 ('MetaSel ('Just "dnsSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DnsSupportValue)) :*: S1 ('MetaSel ('Just "multicastSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MulticastSupportValue))) :*: (S1 ('MetaSel ('Just "propagationDefaultRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "transitGatewayCidrBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpnEcmpSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpnEcmpSupportValue)))))))

newTransitGatewayOptions :: TransitGatewayOptions Source #

Create a value of TransitGatewayOptions 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:amazonSideAsn:TransitGatewayOptions', transitGatewayOptions_amazonSideAsn - A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

$sel:associationDefaultRouteTableId:TransitGatewayOptions', transitGatewayOptions_associationDefaultRouteTableId - The ID of the default association route table.

$sel:autoAcceptSharedAttachments:TransitGatewayOptions', transitGatewayOptions_autoAcceptSharedAttachments - Indicates whether attachment requests are automatically accepted.

$sel:defaultRouteTableAssociation:TransitGatewayOptions', transitGatewayOptions_defaultRouteTableAssociation - Indicates whether resource attachments are automatically associated with the default association route table.

$sel:defaultRouteTablePropagation:TransitGatewayOptions', transitGatewayOptions_defaultRouteTablePropagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table.

$sel:dnsSupport:TransitGatewayOptions', transitGatewayOptions_dnsSupport - Indicates whether DNS support is enabled.

$sel:multicastSupport:TransitGatewayOptions', transitGatewayOptions_multicastSupport - Indicates whether multicast is enabled on the transit gateway

$sel:propagationDefaultRouteTableId:TransitGatewayOptions', transitGatewayOptions_propagationDefaultRouteTableId - The ID of the default propagation route table.

$sel:transitGatewayCidrBlocks:TransitGatewayOptions', transitGatewayOptions_transitGatewayCidrBlocks - The transit gateway CIDR blocks.

$sel:vpnEcmpSupport:TransitGatewayOptions', transitGatewayOptions_vpnEcmpSupport - Indicates whether Equal Cost Multipath Protocol support is enabled.

transitGatewayOptions_amazonSideAsn :: Lens' TransitGatewayOptions (Maybe Integer) Source #

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

transitGatewayOptions_defaultRouteTableAssociation :: Lens' TransitGatewayOptions (Maybe DefaultRouteTableAssociationValue) Source #

Indicates whether resource attachments are automatically associated with the default association route table.

transitGatewayOptions_defaultRouteTablePropagation :: Lens' TransitGatewayOptions (Maybe DefaultRouteTablePropagationValue) Source #

Indicates whether resource attachments automatically propagate routes to the default propagation route table.

transitGatewayOptions_multicastSupport :: Lens' TransitGatewayOptions (Maybe MulticastSupportValue) Source #

Indicates whether multicast is enabled on the transit gateway

transitGatewayOptions_vpnEcmpSupport :: Lens' TransitGatewayOptions (Maybe VpnEcmpSupportValue) Source #

Indicates whether Equal Cost Multipath Protocol support is enabled.