directconnect_create_transit_virtual_interface {paws.networking}R Documentation

Creates a transit virtual interface

Description

Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.

See https://www.paws-r-sdk.com/docs/directconnect_create_transit_virtual_interface/ for full documentation.

Usage

directconnect_create_transit_virtual_interface(
  connectionId,
  newTransitVirtualInterface
)

Arguments

connectionId

[required] The ID of the connection.

newTransitVirtualInterface

[required] Information about the transit virtual interface.


[Package paws.networking version 0.7.0 Index]