paws.networking (version 0.1.6)

directconnect_allocate_private_virtual_interface: Provisions a private virtual interface to be owned by the specified AWS account

Description

Provisions a private virtual interface to be owned by the specified AWS account.

Usage

directconnect_allocate_private_virtual_interface(connectionId,
  ownerAccount, newPrivateVirtualInterfaceAllocation)

Arguments

connectionId

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

ownerAccount

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

newPrivateVirtualInterfaceAllocation

[required] Information about the private virtual interface.

Request syntax

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

Details

Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.