DirectConnect / Client / describe_connection_loa

describe_connection_loa#

DirectConnect.Client.describe_connection_loa(**kwargs)#

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for a connection.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses 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.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.describe_connection_loa(
    connectionId='string',
    providerName='string',
    loaContentType='application/pdf'
)
Parameters:
  • connectionId (string) –

    [REQUIRED]

    The ID of the connection.

  • providerName (string) – The name of the APN partner or 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.

  • loaContentType (string) – The standard media type for the LOA-CFA document. The only supported value is application/pdf.

Return type:

dict

Returns:

Response Syntax

{
    'loa': {
        'loaContent': b'bytes',
        'loaContentType': 'application/pdf'
    }
}

Response Structure

  • (dict) –

    • loa (dict) –

      The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).

      • 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