paws.networking (version 0.1.6)

directconnect_allocate_transit_virtual_interface: Provisions a transit virtual interface to be owned by the specified AWS account

Description

Provisions a transit virtual interface to be owned by the specified AWS account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.

Usage

directconnect_allocate_transit_virtual_interface(connectionId,
  ownerAccount, newTransitVirtualInterfaceAllocation)

Arguments

connectionId

[required] The ID of the connection on which the transit virtual interface is provisioned.

ownerAccount

[required] The ID of the AWS account that owns the transit virtual interface.

newTransitVirtualInterfaceAllocation

[required] Information about the transit virtual interface.

Request syntax

svc$allocate_transit_virtual_interface(
  connectionId = "string",
  ownerAccount = "string",
  newTransitVirtualInterfaceAllocation = list(
    virtualInterfaceName = "string",
    vlan = 123,
    asn = 123,
    mtu = 123,
    authKey = "string",
    amazonAddress = "string",
    customerAddress = "string",
    addressFamily = "ipv4"|"ipv6",
    tags = list(
      list(
        key = "string",
        value = "string"
      )
    )
  )
)

Details

The owner of a connection provisions a transit virtual interface to be owned by the specified AWS account.

After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.