Module Values.DescribeLoaRequestSource

Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG). The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.

Sourcetype nonrec t = {
  1. connectionId : ConnectionId.t;
    (*

    The ID of a connection, LAG, or interconnect.

    *)
  2. providerName : ProviderName.t option;
    (*

    The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.

    *)
  3. loaContentType : LoaContentType.t option;
    (*

    The standard media type for the LOA-CFA document. The only supported value is application/pdf.

    *)
}
Sourceval context_ : string
Sourceval make : ?providerName:??? -> ?loaContentType:??? -> connectionId:ConnectionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ConnectionId.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