directconnect_delete_direct_connect_gateway_association {paws.networking}R Documentation

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://www.paws-r-sdk.com/docs/directconnect_delete_direct_connect_gateway_association/ 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.


[Package paws.networking version 0.7.0 Index]