Learn R Programming

paws.networking (version 0.1.11)

directconnect_describe_connection_loa: Deprecated

Description

Deprecated. Use describe_loa 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 AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations in the AWS Direct Connect User Guide.

Usage

directconnect_describe_connection_loa(connectionId, providerName,
  loaContentType)

Arguments

connectionId

[required] The ID of the connection.

providerName

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

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

Value

A list with the following syntax:

list(
  loa = list(
    loaContent = raw,
    loaContentType = "application/pdf"
  )
)

Request syntax

svc$describe_connection_loa(
  connectionId = "string",
  providerName = "string",
  loaContentType = "application/pdf"
)