Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

directconnect_describe_loa

Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG)


Description

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 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_loa(connectionId, providerName, loaContentType)

Arguments

connectionId

[required] The ID of a connection, LAG, or interconnect.

providerName

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.

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(
  loaContent = raw,
  loaContentType = "application/pdf"
)

Request syntax

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

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.