class Aws::DirectConnect::Types::CreateInterconnectRequest

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

data as a hash:

    {
      interconnect_name: "InterconnectName", # required
      bandwidth: "Bandwidth", # required
      location: "LocationCode", # required
      lag_id: "LagId",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
      provider_name: "ProviderName",
    }

@!attribute [rw] interconnect_name

The name of the interconnect.
@return [String]

@!attribute [rw] bandwidth

The port bandwidth, in Gbps. The possible values are 1 and 10.
@return [String]

@!attribute [rw] location

The location of the interconnect.
@return [String]

@!attribute [rw] lag_id

The ID of the LAG.
@return [String]

@!attribute [rw] tags

The tags to associate with the interconnect.
@return [Array<Types::Tag>]

@!attribute [rw] provider_name

The name of the service provider associated with the interconnect.
@return [String]

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

Constants

SENSITIVE