Values_1.TransitGatewayOptionsSourceDescribes 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.
*)transitGatewayCidrBlocks : Values_0.ValueStringList.t option;The transit gateway CIDR blocks.
*)defaultRouteTableAssociation : Values_0.DefaultRouteTableAssociationValue.t
option;Indicates whether resource attachments are automatically associated with the default association route table. Enabled by default. Either defaultRouteTableAssociation or defaultRouteTablePropagation must be set to enable for Amazon Web Services Transit Gateway to create the default transit gateway route table.
*)associationDefaultRouteTableId : Values_0.String_.t option;The ID of the default association route table.
*)defaultRouteTablePropagation : Values_0.DefaultRouteTablePropagationValue.t
option;Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If defaultRouteTablePropagation is set to enable, Amazon Web Services Transit Gateway creates the default transit gateway route table.
*)propagationDefaultRouteTableId : Values_0.String_.t option;The ID of the default propagation route table.
*)vpnEcmpSupport : Values_0.VpnEcmpSupportValue.t option;Indicates whether Equal Cost Multipath Protocol support is enabled.
*)dnsSupport : Values_0.DnsSupportValue.t option;Indicates whether DNS support is enabled.
*)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.
*)multicastSupport : Values_0.MulticastSupportValue.t option;Indicates whether multicast is enabled on the transit gateway
*)encryptionSupport : Values_0.EncryptionSupport.t option;Defines if the Transit Gateway supports VPC Encryption Control.
*)}val make :
?amazonSideAsn:??? ->
?transitGatewayCidrBlocks:??? ->
?autoAcceptSharedAttachments:??? ->
?defaultRouteTableAssociation:??? ->
?associationDefaultRouteTableId:??? ->
?defaultRouteTablePropagation:??? ->
?propagationDefaultRouteTableId:??? ->
?vpnEcmpSupport:??? ->
?dnsSupport:??? ->
?securityGroupReferencingSupport:??? ->
?multicastSupport:??? ->
?encryptionSupport:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `Long of Values_0.Long.t
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ]