Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

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"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.