Learn R Programming

paws.networking (version 0.1.11)

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()

Arguments

Value

A list with the following syntax:

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