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

DescribeConnectionLoa() public method

Returns 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.

/// 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 DescribeConnectionLoa ( DescribeConnectionLoaRequest request ) : DescribeConnectionLoaResponse
request DescribeConnectionLoaRequest Container for the necessary parameters to execute the DescribeConnectionLoa service method.
return DescribeConnectionLoaResponse
        public DescribeConnectionLoaResponse DescribeConnectionLoa(DescribeConnectionLoaRequest request)
        {
            var marshaller = new DescribeConnectionLoaRequestMarshaller();
            var unmarshaller = DescribeConnectionLoaResponseUnmarshaller.Instance;

            return Invoke<DescribeConnectionLoaRequest,DescribeConnectionLoaResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient