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
show all
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

Instance Attribute Details

#bandwidthString

The bandwidth of the connection.

Returns:

  • (String)

    The bandwidth of the connection.

#connection_nameString

The name of the connection.

Returns:

  • (String)

    The name of the connection.

#lag_idString

The ID of the LAG.

Returns:

  • (String)

    The ID of the LAG.

#locationString

The location of the connection.

Returns:

  • (String)

    The location of the connection.

#provider_nameString

The name of the service provider associated with the requested connection.

Returns:

  • (String)

    The name of the service provider associated with the requested connection.

#tagsArray<Types::Tag>

The tags to associate with the lag.

Returns:

  • (Array<Types::Tag>)

    The tags to associate with the lag.