Learn R Programming

paws.networking (version 0.1.11)

directconnect_confirm_public_virtual_interface: Accepts ownership of a public virtual interface created by another AWS account

Description

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

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

Usage

directconnect_confirm_public_virtual_interface(virtualInterfaceId)

Arguments

virtualInterfaceId

[required] The ID of the virtual interface.

Value

A list with the following syntax:

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

Request syntax

svc$confirm_public_virtual_interface(
  virtualInterfaceId = "string"
)