Module Values.AcceptDirectConnectGatewayAssociationProposalRequestSource

Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.

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

    The ID of the Direct Connect gateway.

    *)
  2. proposalId : DirectConnectGatewayAssociationProposalId.t;
    (*

    The ID of the request proposal.

    *)
  3. associatedGatewayOwnerAccount : OwnerAccount.t;
    (*

    The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?overrideAllowedPrefixesToDirectConnectGateway:??? -> directConnectGatewayId:DirectConnectGatewayId.t -> proposalId:DirectConnectGatewayAssociationProposalId.t -> associatedGatewayOwnerAccount:OwnerAccount.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