Container for the parameters to the CreateConnection operation.
            
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. A 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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateConnectionRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateConnectionRequest()()()() | Initializes a new instance of the CreateConnectionRequest class | 
|  | Bandwidth | 
            Bandwidth of the connection. Example: 1Gbps Default: None
             
             | 
|  | ConnectionName | 
            The name of the connection. Example: "1G Connection to AWS" Default: None
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Location | 
            Where the connection is located. Example: EqSV5 Default: None
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBandwidth(String) | Obsolete. 
            Sets the Bandwidth property
             | 
|  | WithConnectionName(String) | Obsolete. 
            Sets the ConnectionName property
             | 
|  | WithLocation(String) | Obsolete. 
            Sets the Location property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateConnectionRequest | |