You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::CreateConnectionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DirectConnect::Types::CreateConnectionRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing CreateConnectionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  location: "LocationCode", # required
  bandwidth: "Bandwidth", # required
  connection_name: "ConnectionName", # required
  lag_id: "LagId",
  tags: [
    {
      key: "TagKey", # required
      value: "TagValue",
    },
  ],
  provider_name: "ProviderName",
}
Instance Attribute Summary collapse
- 
  
    
      #bandwidth  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The bandwidth of the connection. 
- 
  
    
      #connection_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the connection. 
- 
  
    
      #lag_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the LAG. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The location of the connection. 
- 
  
    
      #provider_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the service provider associated with the requested connection. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags to associate with the lag. 
Instance Attribute Details
#bandwidth ⇒ String
The bandwidth of the connection.
#connection_name ⇒ String
The name of the connection.
#lag_id ⇒ String
The ID of the LAG.
#location ⇒ String
The location of the connection.
#provider_name ⇒ String
The name of the service provider associated with the requested connection.
#tags ⇒ Array<Types::Tag>
The tags to associate with the lag.