DirectConnect.Client.
describe_loa
(**kwargs)¶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 .
See also: AWS API Documentation
Request Syntax
response = client.describe_loa(
connectionId='string',
providerName='string',
loaContentType='application/pdf'
)
[REQUIRED]
The ID of a connection, LAG, or interconnect.
dict
Response Syntax
{
'loaContent': b'bytes',
'loaContentType': 'application/pdf'
}
Response Structure
(dict) --
Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.
loaContent (bytes) --
The binary contents of the LOA-CFA document.
loaContentType (string) --
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
Exceptions
DirectConnect.Client.exceptions.DirectConnectServerException
DirectConnect.Client.exceptions.DirectConnectClientException