paws.networking (version 0.1.6)

directconnect_associate_hosted_connection: Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect

Description

Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection\'s connectivity to AWS as it is being migrated.

Usage

directconnect_associate_hosted_connection(connectionId,
  parentConnectionId)

Arguments

connectionId

[required] The ID of the hosted connection.

parentConnectionId

[required] The ID of the interconnect or the LAG.

Request syntax

svc$associate_hosted_connection(
  connectionId = "string",
  parentConnectionId = "string"
)

Details

Intended for use by AWS Direct Connect Partners only.