paws.networking (version 0.1.6)

directconnect_confirm_private_virtual_interface: Accepts ownership of a private virtual interface created by another AWS account

Description

Accepts ownership of a private virtual interface created by another AWS account.

Usage

directconnect_confirm_private_virtual_interface(virtualInterfaceId,
  virtualGatewayId, directConnectGatewayId)

Arguments

virtualInterfaceId

[required] The ID of the virtual interface.

virtualGatewayId

The ID of the virtual private gateway.

directConnectGatewayId

The ID of the Direct Connect gateway.

Request syntax

svc$confirm_private_virtual_interface(
  virtualInterfaceId = "string",
  virtualGatewayId = "string",
  directConnectGatewayId = "string"
)

Details

After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.