Skip to content

Confirm Transit Virtual Interface

directconnect_confirm_transit_virtual_interface R Documentation

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

Description

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

After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.

Usage

directconnect_confirm_transit_virtual_interface(virtualInterfaceId,
  directConnectGatewayId)

Arguments

virtualInterfaceId

[required] The ID of the virtual interface.

directConnectGatewayId

[required] 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_transit_virtual_interface(
  virtualInterfaceId = "string",
  directConnectGatewayId = "string"
)