amazonka-directconnect-0.2.1: Amazon Direct Connect SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectConnect.AllocatePrivateVirtualInterface

Contents

Description

Provisions a private virtual interface to be owned by a different customer.

The owner of a connection calls this function to provision a private virtual interface which will be owned by another AWS customer.

Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPrivateVirtualInterface. Until this step has been completed, the virtual interface will be in Confirming state, and will not be available for handling traffic.

http://docs.aws.amazon.com/directconnect/latest/APIReference/API_AllocatePrivateVirtualInterface.html

Synopsis

Request

Request constructor

Request lenses

apviConnectionId :: Lens' AllocatePrivateVirtualInterface Text Source

The connection ID on which the private virtual interface is provisioned.

Default: None

apviNewPrivateVirtualInterfaceAllocation :: Lens' AllocatePrivateVirtualInterface NewPrivateVirtualInterfaceAllocation Source

Detailed information for the private virtual interface to be provisioned.

Default: None

apviOwnerAccount :: Lens' AllocatePrivateVirtualInterface Text Source

The AWS account that will own the new private virtual interface.

Default: None

Response

Response constructor

Response lenses

apvirCustomerRouterConfig :: Lens' AllocatePrivateVirtualInterfaceResponse (Maybe Text) Source

Information for generating the customer router configuration.