Skip to content

Describe Interconnect Loa

directconnect_describe_interconnect_loa R Documentation

Deprecated

Description

Deprecated. Use describe_loa instead.

Gets the LOA-CFA for the specified interconnect.

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.

Usage

directconnect_describe_interconnect_loa(interconnectId, providerName,
  loaContentType)

Arguments

interconnectId

[required] The ID of the interconnect.

providerName

The name of the service provider who establishes connectivity on your behalf. If you supply 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_interconnect_loa(
  interconnectId = "string",
  providerName = "string",
  loaContentType = "application/pdf"
)