directconnect_create_public_virtual_interface {paws.networking}R Documentation

Creates a public virtual interface

Description

Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.

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

Usage

directconnect_create_public_virtual_interface(
  connectionId,
  newPublicVirtualInterface
)

Arguments

connectionId

[required] The ID of the connection.

newPublicVirtualInterface

[required] Information about the public virtual interface.


[Package paws.networking version 0.7.0 Index]