paws.networking (version 0.1.6)

directconnect_allocate_hosted_connection: Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects

Description

Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.

Usage

directconnect_allocate_hosted_connection(connectionId, ownerAccount,
  bandwidth, connectionName, vlan, tags)

Arguments

connectionId

[required] The ID of the interconnect or LAG.

ownerAccount

[required] The ID of the AWS account ID of the customer for the connection.

bandwidth

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

connectionName

[required] The name of the hosted connection.

vlan

[required] The dedicated VLAN provisioned to the hosted connection.

tags

The tags associated with the connection.

Request syntax

svc$allocate_hosted_connection(
  connectionId = "string",
  ownerAccount = "string",
  bandwidth = "string",
  connectionName = "string",
  vlan = 123,
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Details

Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects. AWS polices the hosted connection for the specified capacity and the AWS Direct Connect Partner must also police the hosted connection for the specified capacity.

Intended for use by AWS Direct Connect Partners only.