Values.AcceptDirectConnectGatewayAssociationProposalRequestSourceAccepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.
type nonrec t = {directConnectGatewayId : DirectConnectGatewayId.t;The ID of the Direct Connect gateway.
*)proposalId : DirectConnectGatewayAssociationProposalId.t;The ID of the request proposal.
*)associatedGatewayOwnerAccount : OwnerAccount.t;The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.
*)overrideAllowedPrefixesToDirectConnectGateway : RouteFilterPrefixList.t option;Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway. For information about how to set the prefixes, see Allowed Prefixes in the Direct Connect User Guide.
*)}val make :
?overrideAllowedPrefixesToDirectConnectGateway:??? ->
directConnectGatewayId:DirectConnectGatewayId.t ->
proposalId:DirectConnectGatewayAssociationProposalId.t ->
associatedGatewayOwnerAccount:OwnerAccount.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 ]