paws.networking (version 0.1.6)

directconnect_allocate_public_virtual_interface: Provisions a public virtual interface to be owned by the specified AWS account

Description

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

Usage

directconnect_allocate_public_virtual_interface(connectionId,
  ownerAccount, newPublicVirtualInterfaceAllocation)

Arguments

connectionId

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

ownerAccount

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

newPublicVirtualInterfaceAllocation

[required] Information about the public virtual interface.

Request syntax

svc$allocate_public_virtual_interface(
  connectionId = "string",
  ownerAccount = "string",
  newPublicVirtualInterfaceAllocation = list(
    virtualInterfaceName = "string",
    vlan = 123,
    asn = 123,
    authKey = "string",
    amazonAddress = "string",
    customerAddress = "string",
    addressFamily = "ipv4"|"ipv6",
    routeFilterPrefixes = list(
      list(
        cidr = "string"
      )
    ),
    tags = list(
      list(
        key = "string",
        value = "string"
      )
    )
  )
)

Details

The owner of a connection calls this function to provision a public virtual interface to be owned by the specified AWS account.

Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic.

When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.