Module Values.CreateDirectConnectGatewayAssociationProposalRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. directConnectGatewayId : DirectConnectGatewayId.t;
    (*

    The ID of the Direct Connect gateway.

    *)
  2. directConnectGatewayOwnerAccount : OwnerAccount.t;
    (*

    The ID of the Amazon Web Services account that owns the Direct Connect gateway.

    *)
  3. gatewayId : GatewayIdToAssociate.t;
    (*

    The ID of the virtual private gateway or transit gateway.

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

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

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

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

    *)
}
Sourceval context_ : string
Sourceval make : ?addAllowedPrefixesToDirectConnectGateway:??? -> ?removeAllowedPrefixesToDirectConnectGateway:??? -> directConnectGatewayId:DirectConnectGatewayId.t -> directConnectGatewayOwnerAccount:OwnerAccount.t -> gatewayId:GatewayIdToAssociate.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of CIDR.t ]) list ] list | `String of DirectConnectGatewayId.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