Values.UpdateDirectConnectGatewayAssociationRequestSourceUpdates the specified attributes of the Direct Connect gateway association. Add or remove prefixes from the association.
type nonrec t = {associationId : DirectConnectGatewayAssociationId.t option;The ID of the Direct Connect gateway association.
*)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 to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of CIDR.t ]) list ] list
| `String of DirectConnectGatewayAssociationId.t ])
list ]