Module Values.UpdateDirectConnectGatewayAssociationRequestSource

Updates the specified attributes of the Direct Connect gateway association. Add or remove prefixes from the association.

Sourcetype nonrec t = {
  1. associationId : DirectConnectGatewayAssociationId.t option;
    (*

    The ID of the Direct Connect gateway association.

    *)
  2. addAllowedPrefixesToDirectConnectGateway : RouteFilterPrefixList.t option;
    (*

    The Amazon VPC prefixes to advertise to the Direct Connect gateway.

    *)
  3. removeAllowedPrefixesToDirectConnectGateway : RouteFilterPrefixList.t option;
    (*

    The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

    *)
}
Sourceval make : ?associationId:??? -> ?addAllowedPrefixesToDirectConnectGateway:??? -> ?removeAllowedPrefixesToDirectConnectGateway:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of CIDR.t ]) list ] list | `String of DirectConnectGatewayAssociationId.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