
create-private-virtual-interface
********************************


DESCRIPTION
===========

Creates a new private virtual interface. A virtual interface is the
VLAN that transports AWS Direct Connect traffic. A private virtual
interface supports sending traffic to a single Virtual Private Cloud
(VPC).


SYNOPSIS
========

   aws directconnect create-private-virtual-interface
     [--connection-id <value>]
     [--new-private-virtual-interface <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--connection-id"  (string)

"--new-private-virtual-interface"  (structure)
   Detailed information of the private virtual interface to be
   created.

   Default: None

   "virtual_gateway_id"  (string)

   "customer_address"  (string)

   "vlan"  (integer)

   "auth_key"  (string)

   "amazon_address"  (string)

   "asn"  (integer)

   "virtual_interface_name"  (string)

   *Parameter Syntax*

      {
        "virtual_gateway_id": "string",
        "customer_address": "string",
        "vlan": integer,
        "auth_key": "string",
        "amazon_address": "string",
        "asn": integer,
        "virtual_interface_name": "string"
      }
