class Aws::DirectConnect::Types::AllocateHostedConnectionRequest

@note When making an API call, you may pass AllocateHostedConnectionRequest

data as a hash:

    {
      connection_id: "ConnectionId", # required
      owner_account: "OwnerAccount", # required
      bandwidth: "Bandwidth", # required
      connection_name: "ConnectionName", # required
      vlan: 1, # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] connection_id

The ID of the interconnect or LAG.
@return [String]

@!attribute [rw] owner_account

The ID of the account ID of the customer for the connection.
@return [String]

@!attribute [rw] bandwidth

The bandwidth of the connection. The possible values are 50Mbps,
100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
and 10Gbps. Note that only those Direct Connect Partners who have
met specific requirements are allowed to create a 1Gbps, 2Gbps,
5Gbps or 10Gbps hosted connection.
@return [String]

@!attribute [rw] connection_name

The name of the hosted connection.
@return [String]

@!attribute [rw] vlan

The dedicated VLAN provisioned to the hosted connection.
@return [Integer]

@!attribute [rw] tags

The tags associated with the connection.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnectionRequest AWS API Documentation

Constants

SENSITIVE