Module Values_3.ModifyTransitGatewayOptionsSource

The transit gateway options.

Sourcetype nonrec t = {
  1. addTransitGatewayCidrBlocks : Values_2.TransitGatewayCidrBlockStringList.t option;
    (*

    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.

    *)
  2. removeTransitGatewayCidrBlocks : Values_2.TransitGatewayCidrBlockStringList.t option;
    (*

    Removes CIDR blocks for the transit gateway.

    *)
  3. vpnEcmpSupport : Values_0.VpnEcmpSupportValue.t option;
    (*

    Enable or disable Equal Cost Multipath Protocol support.

    *)
  4. dnsSupport : Values_0.DnsSupportValue.t option;
    (*

    Enable or disable DNS support.

    *)
  5. 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.

    *)
  6. autoAcceptSharedAttachments : Values_0.AutoAcceptSharedAttachmentsValue.t option;
    (*

    Enable or disable automatic acceptance of attachment requests.

    *)
  7. defaultRouteTableAssociation : Values_0.DefaultRouteTableAssociationValue.t option;
    (*

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

    *)
  8. associationDefaultRouteTableId : Values_1.TransitGatewayRouteTableId.t option;
    (*

    The ID of the default association route table.

    *)
  9. 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 will create the default transit gateway route table.

    *)
  10. propagationDefaultRouteTableId : Values_1.TransitGatewayRouteTableId.t option;
    (*

    The ID of the default propagation route table.

    *)
  11. 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 modify ASN operation is not allowed on a transit gateway if it has the following attachments: Dynamic VPN Static VPN Direct Connect Gateway Connect You must first delete all transit gateway attachments configured prior to modifying the ASN on the transit gateway.

    *)
  12. encryptionSupport : Values_2.EncryptionSupportOptionValue.t option;
    (*

    Enable or disable encryption support for VPC Encryption Control.

    *)
}
Sourceval make : ?addTransitGatewayCidrBlocks:??? -> ?removeTransitGatewayCidrBlocks:??? -> ?vpnEcmpSupport:??? -> ?dnsSupport:??? -> ?securityGroupReferencingSupport:??? -> ?autoAcceptSharedAttachments:??? -> ?defaultRouteTableAssociation:??? -> ?associationDefaultRouteTableId:??? -> ?defaultRouteTablePropagation:??? -> ?propagationDefaultRouteTableId:??? -> ?amazonSideAsn:??? -> ?encryptionSupport:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.String_.t ] list | `Long of Values_0.Long.t | `String of Values_1.TransitGatewayRouteTableId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t