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

Description

 
Synopsis

Documentation

data ModifyTransitGatewayOptions Source #

The transit gateway options.

See: newModifyTransitGatewayOptions smart constructor.

Constructors

ModifyTransitGatewayOptions' 

Fields

Instances

Instances details
ToQuery ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

Generic ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

Associated Types

type Rep ModifyTransitGatewayOptions :: Type -> Type #

Read ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

Show ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

NFData ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

Eq ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

Hashable ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

type Rep ModifyTransitGatewayOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ModifyTransitGatewayOptions

type Rep ModifyTransitGatewayOptions = D1 ('MetaData "ModifyTransitGatewayOptions" "Amazonka.EC2.Types.ModifyTransitGatewayOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ModifyTransitGatewayOptions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "addTransitGatewayCidrBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: 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 "propagationDefaultRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "removeTransitGatewayCidrBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpnEcmpSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpnEcmpSupportValue)))))))

newModifyTransitGatewayOptions :: ModifyTransitGatewayOptions Source #

Create a value of ModifyTransitGatewayOptions 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:addTransitGatewayCidrBlocks:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_addTransitGatewayCidrBlocks - Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

$sel:amazonSideAsn:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_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.

The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway.

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

$sel:autoAcceptSharedAttachments:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_autoAcceptSharedAttachments - Enable or disable automatic acceptance of attachment requests.

$sel:defaultRouteTableAssociation:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_defaultRouteTableAssociation - Enable or disable automatic association with the default association route table.

$sel:defaultRouteTablePropagation:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_defaultRouteTablePropagation - Enable or disable automatic propagation of routes to the default propagation route table.

$sel:dnsSupport:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_dnsSupport - Enable or disable DNS support.

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

$sel:removeTransitGatewayCidrBlocks:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_removeTransitGatewayCidrBlocks - Removes CIDR blocks for the transit gateway.

$sel:vpnEcmpSupport:ModifyTransitGatewayOptions', modifyTransitGatewayOptions_vpnEcmpSupport - Enable or disable Equal Cost Multipath Protocol support.

modifyTransitGatewayOptions_addTransitGatewayCidrBlocks :: Lens' ModifyTransitGatewayOptions (Maybe [Text]) Source #

Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

modifyTransitGatewayOptions_amazonSideAsn :: Lens' ModifyTransitGatewayOptions (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.

The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway.

modifyTransitGatewayOptions_defaultRouteTableAssociation :: Lens' ModifyTransitGatewayOptions (Maybe DefaultRouteTableAssociationValue) Source #

Enable or disable automatic association with the default association route table.

modifyTransitGatewayOptions_defaultRouteTablePropagation :: Lens' ModifyTransitGatewayOptions (Maybe DefaultRouteTablePropagationValue) Source #

Enable or disable automatic propagation of routes to the default propagation route table.