Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

directconnect_delete_direct_connect_gateway

Deletes the specified Direct Connect gateway


Description

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.

Usage

directconnect_delete_direct_connect_gateway(directConnectGatewayId)

Arguments

directConnectGatewayId

[required] The ID of the Direct Connect gateway.

Value

A list with the following syntax:

list(
  directConnectGateway = list(
    directConnectGatewayId = "string",
    directConnectGatewayName = "string",
    amazonSideAsn = 123,
    ownerAccount = "string",
    directConnectGatewayState = "pending"|"available"|"deleting"|"deleted",
    stateChangeError = "string"
  )
)

Request syntax

svc$delete_direct_connect_gateway(
  directConnectGatewayId = "string"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.