Skip to content

Confirm Private Virtual Interface

directconnect_confirm_private_virtual_interface R Documentation

Accepts ownership of a private virtual interface created by another Amazon Web Services account

Description

Accepts ownership of a private virtual interface created by another Amazon Web Services account.

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.

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.

Value

A list with the following syntax:

list(
  virtualInterfaceState = "confirming"|"verifying"|"pending"|"available"|"down"|"deleting"|"deleted"|"rejected"|"unknown"
)

Request syntax

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