Values_4.TransitGatewayRequestOptionsSourceDescribes the options for a transit gateway.
type nonrec t = {amazonSideAsn : Values_0.Long.t option;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 default is 64512.
*)defaultRouteTableAssociation : Values_0.DefaultRouteTableAssociationValue.t
option;Enable or disable automatic association with the default association route table. Enabled by default.
*)defaultRouteTablePropagation : Values_0.DefaultRouteTablePropagationValue.t
option;Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.
*)vpnEcmpSupport : Values_0.VpnEcmpSupportValue.t option;Enable or disable Equal Cost Multipath Protocol support. Enabled by default.
*)dnsSupport : Values_0.DnsSupportValue.t option;Enable or disable DNS support. Enabled by default.
*)securityGroupReferencingSupport : Values_0.SecurityGroupReferencingSupportValue.t
option;Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management. This option is disabled by default. For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
*)multicastSupport : Values_0.MulticastSupportValue.t option;Indicates whether multicast is enabled on the transit gateway
*)transitGatewayCidrBlocks : Values_2.TransitGatewayCidrBlockStringList.t option;One or more 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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Values_0.String_.t ] list
| `Long of Values_0.Long.t ])
list ]