Learn R Programming

paws.networking (version 0.2.0)

directconnect_delete_direct_connect_gateway_association: Deletes the association between the specified Direct Connect gateway and virtual private gateway

Description

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

See https://paws-r.github.io/docs/directconnect/delete_direct_connect_gateway_association.html for full documentation.

Usage

directconnect_delete_direct_connect_gateway_association(
  associationId = NULL,
  directConnectGatewayId = NULL,
  virtualGatewayId = NULL
)

Arguments

associationId

The ID of the Direct Connect gateway association.

directConnectGatewayId

The ID of the Direct Connect gateway.

virtualGatewayId

The ID of the virtual private gateway.