Learn R Programming

paws (version 0.1.12)

directconnect: AWS Direct Connect

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.

Usage

directconnect(config = list())

Value

A client for the service. You can call the service's operations using syntax like svc$operation(...), where svc is the name you've assigned to the client. The available operations are listed in the Operations section.

Arguments

config

Optional configuration of credentials, endpoint, and/or region.

Service syntax

svc <- directconnect(
  config = list(
    credentials = list(
      creds = list(
        access_key_id = "string",
        secret_access_key = "string",
        session_token = "string"
      ),
      profile = "string"
    ),
    endpoint = "string",
    region = "string"
  )
)

Operations

accept_direct_connect_gateway_association_proposalAccepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway
allocate_connection_on_interconnectDeprecated
allocate_hosted_connectionCreates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects
allocate_private_virtual_interfaceProvisions a private virtual interface to be owned by the specified AWS account
allocate_public_virtual_interfaceProvisions a public virtual interface to be owned by the specified AWS account
allocate_transit_virtual_interfaceProvisions a transit virtual interface to be owned by the specified AWS account
associate_connection_with_lagAssociates an existing connection with a link aggregation group (LAG)
associate_hosted_connectionAssociates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect
associate_virtual_interfaceAssociates a virtual interface with a specified link aggregation group (LAG) or connection
confirm_connectionConfirms the creation of the specified hosted connection on an interconnect
confirm_private_virtual_interfaceAccepts ownership of a private virtual interface created by another AWS account
confirm_public_virtual_interfaceAccepts ownership of a public virtual interface created by another AWS account
confirm_transit_virtual_interfaceAccepts ownership of a transit virtual interface created by another AWS account
create_bgp_peerCreates a BGP peer on the specified virtual interface
create_connectionCreates a connection between a customer network and a specific AWS Direct Connect location
create_direct_connect_gatewayCreates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways
create_direct_connect_gateway_associationCreates an association between a Direct Connect gateway and a virtual private gateway
create_direct_connect_gateway_association_proposalCreates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway
create_interconnectCreates an interconnect between an AWS Direct Connect Partner's network and a specific AWS Direct Connect location
create_lagCreates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific AWS Direct Connect location
create_private_virtual_interfaceCreates a private virtual interface
create_public_virtual_interfaceCreates a public virtual interface
create_transit_virtual_interfaceCreates a transit virtual interface
delete_bgp_peerDeletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN
delete_connectionDeletes the specified connection
delete_direct_connect_gatewayDeletes the specified Direct Connect gateway
delete_direct_connect_gateway_associationDeletes the association between the specified Direct Connect gateway and virtual private gateway
delete_direct_connect_gateway_association_proposalDeletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway
delete_interconnectDeletes the specified interconnect
delete_lagDeletes the specified link aggregation group (LAG)
delete_virtual_interfaceDeletes a virtual interface
describe_connection_loaDeprecated
describe_connectionsDisplays the specified connection or all connections in this Region
describe_connections_on_interconnectDeprecated
describe_direct_connect_gateway_association_proposalsDescribes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway
describe_direct_connect_gateway_associationsLists the associations between your Direct Connect gateways and virtual private gateways
describe_direct_connect_gateway_attachmentsLists the attachments between your Direct Connect gateways and virtual interfaces
describe_direct_connect_gatewaysLists all your Direct Connect gateways or only the specified Direct Connect gateway
describe_hosted_connectionsLists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG)
describe_interconnect_loaDeprecated
describe_interconnectsLists the interconnects owned by the AWS account or only the specified interconnect
describe_lagsDescribes all your link aggregation groups (LAG) or the specified LAG
describe_loaGets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG)
describe_locationsLists the AWS Direct Connect locations in the current AWS Region
describe_tagsDescribes the tags associated with the specified AWS Direct Connect resources
describe_virtual_gatewaysLists the virtual private gateways owned by the AWS account
describe_virtual_interfacesDisplays all virtual interfaces for an AWS account
disassociate_connection_from_lagDisassociates a connection from a link aggregation group (LAG)
list_virtual_interface_test_historyLists the virtual interface failover test history
start_bgp_failover_testStarts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state
stop_bgp_failover_testStops the virtual interface failover test
tag_resourceAdds the specified tags to the specified AWS Direct Connect resource
untag_resourceRemoves one or more tags from the specified AWS Direct Connect resource
update_direct_connect_gateway_associationUpdates the specified attributes of the Direct Connect gateway association
update_lagUpdates the attributes of the specified link aggregation group (LAG)
update_virtual_interface_attributesUpdates the specified attributes of the specified virtual private interface

Examples

Run this code
if (FALSE) {
svc <- directconnect()
svc$accept_direct_connect_gateway_association_proposal(
  Foo = 123
)
}

Run the code above in your browser using DataLab