Skip to main content

interconnect_loas

Creates, updates, deletes, gets or lists an interconnect_loas resource.

Overview

Nameinterconnect_loas
TypeResource
Idaws.directconnect.interconnect_loas

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
loa_contentstring (byte)The binary contents of the LOA-CFA document.
loa_content_typestringThe standard media type for the LOA-CFA document. The only supported value is application/pdf. (application/pdf)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_interconnect_loaselectregionDeprecated. Use DescribeLoa 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Deprecated. Use DescribeLoa 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.

SELECT
loa_content,
loa_content_type
FROM aws.directconnect.interconnect_loas
WHERE region = '{{ region }}' -- required
;