Skip to content

Describe Virtual Gateways

directconnect_describe_virtual_gateways R Documentation

Deprecated

Description

Deprecated. Use DescribeVpnGateways instead. See DescribeVPNGateways in the Amazon Elastic Compute Cloud API Reference.

Lists the virtual private gateways owned by the Amazon Web Services account.

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

Usage

directconnect_describe_virtual_gateways()

Value

A list with the following syntax:

list(
  virtualGateways = list(
    list(
      virtualGatewayId = "string",
      virtualGatewayState = "string"
    )
  )
)