Description Usage Arguments Value Request syntax
View source: R/directconnect_operations.R
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.
1 | directconnect_confirm_public_virtual_interface(virtualInterfaceId)
|
virtualInterfaceId |
[required] The ID of the virtual interface. |
A list with the following syntax:
1 2 3 | list(
virtualInterfaceState = "confirming"|"verifying"|"pending"|"available"|"down"|"deleting"|"deleted"|"rejected"|"unknown"
)
|
1 2 3 | svc$confirm_public_virtual_interface(
virtualInterfaceId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.