Amazon.DirectConnect.AmazonDirectConnectClient.DescribeInterconnectLoa C# (CSharp) Method

DescribeInterconnectLoa() public method

Returns the LOA-CFA for an Interconnect.

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.

/// The API was called with invalid parameters. The error message will contain additional /// details about the cause. /// /// A server-side error occurred during the API call. The error message will contain additional /// details about the cause. ///
public DescribeInterconnectLoa ( DescribeInterconnectLoaRequest request ) : DescribeInterconnectLoaResponse
request DescribeInterconnectLoaRequest Container for the necessary parameters to execute the DescribeInterconnectLoa service method.
return DescribeInterconnectLoaResponse
        public DescribeInterconnectLoaResponse DescribeInterconnectLoa(DescribeInterconnectLoaRequest request)
        {
            var marshaller = new DescribeInterconnectLoaRequestMarshaller();
            var unmarshaller = DescribeInterconnectLoaResponseUnmarshaller.Instance;

            return Invoke<DescribeInterconnectLoaRequest,DescribeInterconnectLoaResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient