Values.CreateDirectConnectGatewayAssociationProposalRequestSourceCreates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
type nonrec t = {directConnectGatewayId : DirectConnectGatewayId.t;The ID of the Direct Connect gateway.
*)directConnectGatewayOwnerAccount : OwnerAccount.t;The ID of the Amazon Web Services account that owns the Direct Connect gateway.
*)gatewayId : GatewayIdToAssociate.t;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.
*)removeAllowedPrefixesToDirectConnectGateway : RouteFilterPrefixList.t option;The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
*)}val make :
?addAllowedPrefixesToDirectConnectGateway:??? ->
?removeAllowedPrefixesToDirectConnectGateway:??? ->
directConnectGatewayId:DirectConnectGatewayId.t ->
directConnectGatewayOwnerAccount:OwnerAccount.t ->
gatewayId:GatewayIdToAssociate.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 ]