Values.CreateDirectConnectGatewayAssociationRequestSourceCreates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.
type nonrec t = {directConnectGatewayId : DirectConnectGatewayId.t;The ID of the Direct Connect gateway.
*)gatewayId : GatewayIdToAssociate.t option;The ID of the virtual private gateway or transit gateway.
*)addAllowedPrefixesToDirectConnectGateway : RouteFilterPrefixList.t option;The Amazon VPC prefixes to advertise to the Direct Connect gateway This parameter is required when you create an association to a transit gateway. For information about how to set the prefixes, see Allowed Prefixes in the Direct Connect User Guide.
*)virtualGatewayId : VirtualGatewayId.t option;The ID of the virtual private gateway.
*)}val make :
?gatewayId:??? ->
?addAllowedPrefixesToDirectConnectGateway:??? ->
?virtualGatewayId:??? ->
directConnectGatewayId:DirectConnectGatewayId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of CIDR.t ]) list ] list
| `String of DirectConnectGatewayId.t ])
list ]