The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::DirectConnect - Perl Interface to AWS AWS Direct Connect

SYNOPSIS

  use Paws;

  my $obj = Paws->service('DirectConnect');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this connection in place, you can create virtual interfaces directly to the AWS cloud (for example, to Amazon EC2 and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A connection provides access to all AWS Regions except the China (Beijing) and (China) Ningxia Regions. AWS resources in the China Regions can only be accessed through locations associated with those Regions.

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25

METHODS

AcceptDirectConnectGatewayAssociationProposal

AssociatedGatewayOwnerAccount => Str
DirectConnectGatewayId => Str
ProposalId => Str
[OverrideAllowedPrefixesToDirectConnectGateway => ArrayRef[Paws::DirectConnect::RouteFilterPrefix]]

Each argument is described in detail in: Paws::DirectConnect::AcceptDirectConnectGatewayAssociationProposal

Returns: a Paws::DirectConnect::AcceptDirectConnectGatewayAssociationProposalResult instance

Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.

AllocateConnectionOnInterconnect

Bandwidth => Str
ConnectionName => Str
InterconnectId => Str
OwnerAccount => Str
Vlan => Int

Each argument is described in detail in: Paws::DirectConnect::AllocateConnectionOnInterconnect

Returns: a Paws::DirectConnect::Connection instance

Deprecated. Use AllocateHostedConnection instead.

Creates a hosted connection on an interconnect.

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.

Intended for use by AWS Direct Connect Partners only.

AllocateHostedConnection

Bandwidth => Str
ConnectionId => Str
ConnectionName => Str
OwnerAccount => Str
Vlan => Int
[Tags => ArrayRef[Paws::DirectConnect::Tag]]

Each argument is described in detail in: Paws::DirectConnect::AllocateHostedConnection

Returns: a Paws::DirectConnect::Connection instance

Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.

Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects. AWS polices the hosted connection for the specified capacity and the AWS Direct Connect Partner must also police the hosted connection for the specified capacity.

Intended for use by AWS Direct Connect Partners only.

AllocatePrivateVirtualInterface

ConnectionId => Str
NewPrivateVirtualInterfaceAllocation => Paws::DirectConnect::NewPrivateVirtualInterfaceAllocation
OwnerAccount => Str

Each argument is described in detail in: Paws::DirectConnect::AllocatePrivateVirtualInterface

Returns: a Paws::DirectConnect::VirtualInterface instance

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

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.

AllocatePublicVirtualInterface

ConnectionId => Str
NewPublicVirtualInterfaceAllocation => Paws::DirectConnect::NewPublicVirtualInterfaceAllocation
OwnerAccount => Str

Each argument is described in detail in: Paws::DirectConnect::AllocatePublicVirtualInterface

Returns: a Paws::DirectConnect::VirtualInterface instance

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

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.

AllocateTransitVirtualInterface

ConnectionId => Str
NewTransitVirtualInterfaceAllocation => Paws::DirectConnect::NewTransitVirtualInterfaceAllocation
OwnerAccount => Str

Each argument is described in detail in: Paws::DirectConnect::AllocateTransitVirtualInterface

Returns: a Paws::DirectConnect::AllocateTransitVirtualInterfaceResult instance

Provisions a transit virtual interface to be owned by the specified AWS account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.

The owner of a connection provisions a transit virtual interface to be owned by the specified AWS account.

After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.

AssociateConnectionWithLag

ConnectionId => Str
LagId => Str

Each argument is described in detail in: Paws::DirectConnect::AssociateConnectionWithLag

Returns: a Paws::DirectConnect::Connection instance

Associates an existing connection with a link aggregation group (LAG). The connection is interrupted and re-established as a member of the LAG (connectivity to AWS is interrupted). The connection must be hosted on the same AWS Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's currently associated with a different LAG; however, if removing the connection would cause the original LAG to fall below its setting for minimum number of operational connections, the request fails.

Any virtual interfaces that are directly associated with the connection are automatically re-associated with the LAG. If the connection was originally associated with a different LAG, the virtual interfaces remain associated with the original LAG.

For interconnects, any hosted connections are automatically re-associated with the LAG. If the interconnect was originally associated with a different LAG, the hosted connections remain associated with the original LAG.

AssociateHostedConnection

ConnectionId => Str
ParentConnectionId => Str

Each argument is described in detail in: Paws::DirectConnect::AssociateHostedConnection

Returns: a Paws::DirectConnect::Connection instance

Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection's connectivity to AWS as it is being migrated.

Intended for use by AWS Direct Connect Partners only.

AssociateVirtualInterface

ConnectionId => Str
VirtualInterfaceId => Str

Each argument is described in detail in: Paws::DirectConnect::AssociateVirtualInterface

Returns: a Paws::DirectConnect::VirtualInterface instance

Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to AWS is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.

Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection.

To reassociate a virtual interface to a new connection or LAG, the requester must own either the virtual interface itself or the connection to which the virtual interface is currently associated. Additionally, the requester must own the connection or LAG for the association.

ConfirmConnection

ConnectionId => Str

Each argument is described in detail in: Paws::DirectConnect::ConfirmConnection

Returns: a Paws::DirectConnect::ConfirmConnectionResponse instance

Confirms the creation of the specified hosted connection on an interconnect.

Upon creation, the hosted connection is initially in the Ordering state, and remains in this state until the owner confirms creation of the hosted connection.

ConfirmPrivateVirtualInterface

VirtualInterfaceId => Str
[DirectConnectGatewayId => Str]
[VirtualGatewayId => Str]

Each argument is described in detail in: Paws::DirectConnect::ConfirmPrivateVirtualInterface

Returns: a Paws::DirectConnect::ConfirmPrivateVirtualInterfaceResponse instance

Accepts ownership of a private virtual interface created by another AWS account.

After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.

ConfirmPublicVirtualInterface

VirtualInterfaceId => Str

Each argument is described in detail in: Paws::DirectConnect::ConfirmPublicVirtualInterface

Returns: a Paws::DirectConnect::ConfirmPublicVirtualInterfaceResponse instance

Accepts ownership of a public virtual interface created by another AWS account.

After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.

ConfirmTransitVirtualInterface

DirectConnectGatewayId => Str
VirtualInterfaceId => Str

Each argument is described in detail in: Paws::DirectConnect::ConfirmTransitVirtualInterface

Returns: a Paws::DirectConnect::ConfirmTransitVirtualInterfaceResponse instance

Accepts ownership of a transit virtual interface created by another AWS account.

After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.

CreateBGPPeer

[NewBGPPeer => Paws::DirectConnect::NewBGPPeer]
[VirtualInterfaceId => Str]

Each argument is described in detail in: Paws::DirectConnect::CreateBGPPeer

Returns: a Paws::DirectConnect::CreateBGPPeerResponse instance

Creates a BGP peer on the specified virtual interface.

You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access AWS resources that also use that address family.

If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface.

When creating a IPv6 BGP peer, 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.

For a public virtual interface, the Autonomous System Number (ASN) must be private or already whitelisted for the virtual interface.

CreateConnection

Bandwidth => Str
ConnectionName => Str
Location => Str
[LagId => Str]
[ProviderName => Str]
[Tags => ArrayRef[Paws::DirectConnect::Tag]]

Each argument is described in detail in: Paws::DirectConnect::CreateConnection

Returns: a Paws::DirectConnect::Connection instance

Creates a connection between a customer network and a specific AWS Direct Connect location.

A connection links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router.

To find the locations for your Region, use DescribeLocations.

You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection is created.

CreateDirectConnectGateway

DirectConnectGatewayName => Str
[AmazonSideAsn => Int]

Each argument is described in detail in: Paws::DirectConnect::CreateDirectConnectGateway

Returns: a Paws::DirectConnect::CreateDirectConnectGatewayResult instance

Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any AWS Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different AWS Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.

CreateDirectConnectGatewayAssociation

DirectConnectGatewayId => Str
[AddAllowedPrefixesToDirectConnectGateway => ArrayRef[Paws::DirectConnect::RouteFilterPrefix]]
[GatewayId => Str]
[VirtualGatewayId => Str]

Each argument is described in detail in: Paws::DirectConnect::CreateDirectConnectGatewayAssociation

Returns: a Paws::DirectConnect::CreateDirectConnectGatewayAssociationResult instance

Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.

CreateDirectConnectGatewayAssociationProposal

DirectConnectGatewayId => Str
DirectConnectGatewayOwnerAccount => Str
GatewayId => Str
[AddAllowedPrefixesToDirectConnectGateway => ArrayRef[Paws::DirectConnect::RouteFilterPrefix]]
[RemoveAllowedPrefixesToDirectConnectGateway => ArrayRef[Paws::DirectConnect::RouteFilterPrefix]]

Each argument is described in detail in: Paws::DirectConnect::CreateDirectConnectGatewayAssociationProposal

Returns: a Paws::DirectConnect::CreateDirectConnectGatewayAssociationProposalResult instance

Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.

You can only associate a Direct Connect gateway and virtual private gateway or transit gateway when the account that owns the Direct Connect gateway and the account that owns the virtual private gateway or transit gateway have the same AWS Payer ID.

CreateInterconnect

Bandwidth => Str
InterconnectName => Str
Location => Str
[LagId => Str]
[ProviderName => Str]
[Tags => ArrayRef[Paws::DirectConnect::Tag]]

Each argument is described in detail in: Paws::DirectConnect::CreateInterconnect

Returns: a Paws::DirectConnect::Interconnect instance

Creates an interconnect between an AWS Direct Connect Partner's network and a specific AWS Direct Connect location.

An interconnect is a connection that is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide AWS Direct Connect hosted connections to customers through their own network services. Like a standard connection, an interconnect links the partner's network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.

You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect is created.

For each end customer, the AWS Direct Connect Partner provisions a connection on their interconnect by calling AllocateHostedConnection. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect Partner.

Intended for use by AWS Direct Connect Partners only.

CreateLag

ConnectionsBandwidth => Str
LagName => Str
Location => Str
NumberOfConnections => Int
[ChildConnectionTags => ArrayRef[Paws::DirectConnect::Tag]]
[ConnectionId => Str]
[ProviderName => Str]
[Tags => ArrayRef[Paws::DirectConnect::Tag]]

Each argument is described in detail in: Paws::DirectConnect::CreateLag

Returns: a Paws::DirectConnect::Lag instance

Creates a link aggregation group (LAG) with the specified number of bundled physical connections between the customer network and a specific AWS Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.

All connections in a LAG must use the same bandwidth and must terminate at the same AWS Direct Connect endpoint.

You can have up to 10 connections per LAG. Regardless of this limit, if you request more connections for the LAG than AWS Direct Connect can allocate on a single endpoint, no LAG is created.

You can specify an existing physical connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical connection or hosted connections, and re-establishes them as a member of the LAG. The LAG will be created on the same AWS Direct Connect endpoint to which the connection terminates. Any virtual interfaces associated with the connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.

If the AWS account used to create a LAG is a registered AWS Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.

CreatePrivateVirtualInterface

ConnectionId => Str
NewPrivateVirtualInterface => Paws::DirectConnect::NewPrivateVirtualInterface

Each argument is described in detail in: Paws::DirectConnect::CreatePrivateVirtualInterface

Returns: a Paws::DirectConnect::VirtualInterface instance

Creates a private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different AWS Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.

CreatePublicVirtualInterface

ConnectionId => Str
NewPublicVirtualInterface => Paws::DirectConnect::NewPublicVirtualInterface

Each argument is described in detail in: Paws::DirectConnect::CreatePublicVirtualInterface

Returns: a Paws::DirectConnect::VirtualInterface instance

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

When creating an IPv6 public virtual interface (addressFamily is ipv6), leave the customer and amazon address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.

CreateTransitVirtualInterface

ConnectionId => Str
NewTransitVirtualInterface => Paws::DirectConnect::NewTransitVirtualInterface

Each argument is described in detail in: Paws::DirectConnect::CreateTransitVirtualInterface

Returns: a Paws::DirectConnect::CreateTransitVirtualInterfaceResult instance

Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.

If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.

DeleteBGPPeer

[Asn => Int]
[BgpPeerId => Str]
[CustomerAddress => Str]
[VirtualInterfaceId => Str]

Each argument is described in detail in: Paws::DirectConnect::DeleteBGPPeer

Returns: a Paws::DirectConnect::DeleteBGPPeerResponse instance

Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.

You cannot delete the last BGP peer from a virtual interface.

DeleteConnection

ConnectionId => Str

Each argument is described in detail in: Paws::DirectConnect::DeleteConnection

Returns: a Paws::DirectConnect::Connection instance

Deletes the specified connection.

Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. If you are partnering with any third parties to connect with the AWS Direct Connect location, you must cancel your service with them separately.

DeleteDirectConnectGateway

DirectConnectGatewayId => Str

Each argument is described in detail in: Paws::DirectConnect::DeleteDirectConnectGateway

Returns: a Paws::DirectConnect::DeleteDirectConnectGatewayResult instance

Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are attached to the Direct Connect gateway and disassociate all virtual private gateways associated with the Direct Connect gateway.

DeleteDirectConnectGatewayAssociation

[AssociationId => Str]
[DirectConnectGatewayId => Str]
[VirtualGatewayId => Str]

Each argument is described in detail in: Paws::DirectConnect::DeleteDirectConnectGatewayAssociation

Returns: a Paws::DirectConnect::DeleteDirectConnectGatewayAssociationResult instance

Deletes the association between the specified Direct Connect gateway and virtual private gateway.

We recommend that you specify the associationID to delete the association. Alternatively, if you own virtual gateway and a Direct Connect gateway association, you can specify the virtualGatewayId and directConnectGatewayId to delete an association.

DeleteDirectConnectGatewayAssociationProposal

ProposalId => Str

Each argument is described in detail in: Paws::DirectConnect::DeleteDirectConnectGatewayAssociationProposal

Returns: a Paws::DirectConnect::DeleteDirectConnectGatewayAssociationProposalResult instance

Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.

DeleteInterconnect

InterconnectId => Str

Each argument is described in detail in: Paws::DirectConnect::DeleteInterconnect

Returns: a Paws::DirectConnect::DeleteInterconnectResponse instance

Deletes the specified interconnect.

Intended for use by AWS Direct Connect Partners only.

DeleteLag

LagId => Str

Each argument is described in detail in: Paws::DirectConnect::DeleteLag

Returns: a Paws::DirectConnect::Lag instance

Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.

DeleteVirtualInterface

VirtualInterfaceId => Str

Each argument is described in detail in: Paws::DirectConnect::DeleteVirtualInterface

Returns: a Paws::DirectConnect::DeleteVirtualInterfaceResponse instance

Deletes a virtual interface.

DescribeConnectionLoa

ConnectionId => Str
[LoaContentType => Str]
[ProviderName => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeConnectionLoa

Returns: a Paws::DirectConnect::DescribeConnectionLoaResponse instance

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for a connection.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.

DescribeConnections

[ConnectionId => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeConnections

Returns: a Paws::DirectConnect::Connections instance

Displays the specified connection or all connections in this Region.

DescribeConnectionsOnInterconnect

InterconnectId => Str

Each argument is described in detail in: Paws::DirectConnect::DescribeConnectionsOnInterconnect

Returns: a Paws::DirectConnect::Connections instance

Deprecated. Use DescribeHostedConnections instead.

Lists the connections that have been provisioned on the specified interconnect.

Intended for use by AWS Direct Connect Partners only.

DescribeDirectConnectGatewayAssociationProposals

[AssociatedGatewayId => Str]
[DirectConnectGatewayId => Str]
[MaxResults => Int]
[NextToken => Str]
[ProposalId => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeDirectConnectGatewayAssociationProposals

Returns: a Paws::DirectConnect::DescribeDirectConnectGatewayAssociationProposalsResult instance

Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.

DescribeDirectConnectGatewayAssociations

[AssociatedGatewayId => Str]
[AssociationId => Str]
[DirectConnectGatewayId => Str]
[MaxResults => Int]
[NextToken => Str]
[VirtualGatewayId => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeDirectConnectGatewayAssociations

Returns: a Paws::DirectConnect::DescribeDirectConnectGatewayAssociationsResult instance

Lists the associations between your Direct Connect gateways and virtual private gateways. You must specify a Direct Connect gateway, a virtual private gateway, or both. If you specify a Direct Connect gateway, the response contains all virtual private gateways associated with the Direct Connect gateway. If you specify a virtual private gateway, the response contains all Direct Connect gateways associated with the virtual private gateway. If you specify both, the response contains the association between the Direct Connect gateway and the virtual private gateway.

DescribeDirectConnectGatewayAttachments

[DirectConnectGatewayId => Str]
[MaxResults => Int]
[NextToken => Str]
[VirtualInterfaceId => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeDirectConnectGatewayAttachments

Returns: a Paws::DirectConnect::DescribeDirectConnectGatewayAttachmentsResult instance

Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.

DescribeDirectConnectGateways

[DirectConnectGatewayId => Str]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeDirectConnectGateways

Returns: a Paws::DirectConnect::DescribeDirectConnectGatewaysResult instance

Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.

DescribeHostedConnections

ConnectionId => Str

Each argument is described in detail in: Paws::DirectConnect::DescribeHostedConnections

Returns: a Paws::DirectConnect::Connections instance

Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).

Intended for use by AWS Direct Connect Partners only.

DescribeInterconnectLoa

InterconnectId => Str
[LoaContentType => Str]
[ProviderName => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeInterconnectLoa

Returns: a Paws::DirectConnect::DescribeInterconnectLoaResponse instance

Deprecated. Use DescribeLoa instead.

Gets the LOA-CFA for the specified interconnect.

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.

DescribeInterconnects

[InterconnectId => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeInterconnects

Returns: a Paws::DirectConnect::Interconnects instance

Lists the interconnects owned by the AWS account or only the specified interconnect.

DescribeLags

[LagId => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeLags

Returns: a Paws::DirectConnect::Lags instance

Describes all your link aggregation groups (LAG) or the specified LAG.

DescribeLoa

ConnectionId => Str
[LoaContentType => Str]
[ProviderName => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeLoa

Returns: a Paws::DirectConnect::Loa instance

Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.

DescribeLocations

=>

Each argument is described in detail in: Paws::DirectConnect::DescribeLocations

Returns: a Paws::DirectConnect::Locations instance

Lists the AWS Direct Connect locations in the current AWS Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.

DescribeTags

ResourceArns => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::DirectConnect::DescribeTags

Returns: a Paws::DirectConnect::DescribeTagsResponse instance

Describes the tags associated with the specified AWS Direct Connect resources.

DescribeVirtualGateways

=>

Each argument is described in detail in: Paws::DirectConnect::DescribeVirtualGateways

Returns: a Paws::DirectConnect::VirtualGateways instance

Lists the virtual private gateways owned by the AWS account.

You can create one or more AWS Direct Connect private virtual interfaces linked to a virtual private gateway.

DescribeVirtualInterfaces

[ConnectionId => Str]
[VirtualInterfaceId => Str]

Each argument is described in detail in: Paws::DirectConnect::DescribeVirtualInterfaces

Returns: a Paws::DirectConnect::VirtualInterfaces instance

Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.

A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer network.

DisassociateConnectionFromLag

ConnectionId => Str
LagId => Str

Each argument is described in detail in: Paws::DirectConnect::DisassociateConnectionFromLag

Returns: a Paws::DirectConnect::Connection instance

Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the DeleteConnection request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an AWS Direct Connect Partner is automatically converted to an interconnect.

If disassociating the connection would cause the LAG to fall below its setting for minimum number of operational connections, the request fails, except when it's the last member of the LAG. If all connections are disassociated, the LAG continues to exist as an empty LAG with no physical connections.

TagResource

ResourceArn => Str
Tags => ArrayRef[Paws::DirectConnect::Tag]

Each argument is described in detail in: Paws::DirectConnect::TagResource

Returns: a Paws::DirectConnect::TagResourceResponse instance

Adds the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags.

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.

UntagResource

ResourceArn => Str
TagKeys => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::DirectConnect::UntagResource

Returns: a Paws::DirectConnect::UntagResourceResponse instance

Removes one or more tags from the specified AWS Direct Connect resource.

UpdateDirectConnectGatewayAssociation

[AddAllowedPrefixesToDirectConnectGateway => ArrayRef[Paws::DirectConnect::RouteFilterPrefix]]
[AssociationId => Str]
[RemoveAllowedPrefixesToDirectConnectGateway => ArrayRef[Paws::DirectConnect::RouteFilterPrefix]]

Each argument is described in detail in: Paws::DirectConnect::UpdateDirectConnectGatewayAssociation

Returns: a Paws::DirectConnect::UpdateDirectConnectGatewayAssociationResult instance

Updates the specified attributes of the Direct Connect gateway association.

Add or remove prefixes from the association.

UpdateLag

LagId => Str
[LagName => Str]

Each argument is described in detail in: Paws::DirectConnect::UpdateLag

Returns: a Paws::DirectConnect::Lag instance

Updates the attributes of the specified link aggregation group (LAG).

You can update the following attributes:

  • The name of the LAG.

  • The value for the minimum number of connections that must be operational for the LAG itself to be operational.

When you create a LAG, the default value for the minimum number of operational connections is zero (0). If you update this value and the number of operational connections falls below the specified value, the LAG automatically goes down to avoid over-utilization of the remaining connections. Adjust this value with care, as it could force the LAG down if it is set higher than the current number of operational connections.

UpdateVirtualInterfaceAttributes

VirtualInterfaceId => Str
[Mtu => Int]

Each argument is described in detail in: Paws::DirectConnect::UpdateVirtualInterfaceAttributes

Returns: a Paws::DirectConnect::VirtualInterface instance

Updates the specified attributes of the specified virtual private interface.

Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

DescribeAllDirectConnectGatewayAssociations(sub { },[AssociatedGatewayId => Str, AssociationId => Str, DirectConnectGatewayId => Str, MaxResults => Int, NextToken => Str, VirtualGatewayId => Str])

DescribeAllDirectConnectGatewayAssociations([AssociatedGatewayId => Str, AssociationId => Str, DirectConnectGatewayId => Str, MaxResults => Int, NextToken => Str, VirtualGatewayId => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - directConnectGatewayAssociations, passing the object as the first parameter, and the string 'directConnectGatewayAssociations' as the second parameter 

If not, it will return a a Paws::DirectConnect::DescribeDirectConnectGatewayAssociationsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllDirectConnectGatewayAttachments(sub { },[DirectConnectGatewayId => Str, MaxResults => Int, NextToken => Str, VirtualInterfaceId => Str])

DescribeAllDirectConnectGatewayAttachments([DirectConnectGatewayId => Str, MaxResults => Int, NextToken => Str, VirtualInterfaceId => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - directConnectGatewayAttachments, passing the object as the first parameter, and the string 'directConnectGatewayAttachments' as the second parameter 

If not, it will return a a Paws::DirectConnect::DescribeDirectConnectGatewayAttachmentsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllDirectConnectGateways(sub { },[DirectConnectGatewayId => Str, MaxResults => Int, NextToken => Str])

DescribeAllDirectConnectGateways([DirectConnectGatewayId => Str, MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - directConnectGateways, passing the object as the first parameter, and the string 'directConnectGateways' as the second parameter 

If not, it will return a a Paws::DirectConnect::DescribeDirectConnectGatewaysResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues