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

CreateConnection() public method

Creates a new connection between the customer network and a specific AWS Direct Connect location.

A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.

/// 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 CreateConnection ( CreateConnectionRequest request ) : CreateConnectionResponse
request Amazon.DirectConnect.Model.CreateConnectionRequest Container for the necessary parameters to execute the CreateConnection service method.
return Amazon.DirectConnect.Model.CreateConnectionResponse
        public CreateConnectionResponse CreateConnection(CreateConnectionRequest request)
        {
            var marshaller = new CreateConnectionRequestMarshaller();
            var unmarshaller = CreateConnectionResponseUnmarshaller.Instance;

            return Invoke<CreateConnectionRequest,CreateConnectionResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient