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

directconnect_describe_virtual_gateways

Lists the virtual private gateways owned by the AWS account


Description

Lists the virtual private gateways owned by the AWS account.

You can create one or more AWS 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"
    )
  )
)

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.