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.
Use a bare-bones client and the command you need to make an API call.
import { DirectConnectClient, DescribeVirtualGatewaysCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import // const { DirectConnectClient, DescribeVirtualGatewaysCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import const client = new DirectConnectClient(config); const command = new DescribeVirtualGatewaysCommand(input); const response = await client.send(command);
DescribeVirtualGatewaysCommandInput for command's input shape.
input
DescribeVirtualGatewaysCommandOutput for command's response shape.
response
config for DirectConnectClient's config shape.
config
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.
Use a bare-bones client and the command you need to make an API call.
import { DirectConnectClient, DescribeVirtualGatewaysCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import // const { DirectConnectClient, DescribeVirtualGatewaysCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import const client = new DirectConnectClient(config); const command = new DescribeVirtualGatewaysCommand(input); const response = await client.send(command);
DescribeVirtualGatewaysCommandInput for command's
input
shape.DescribeVirtualGatewaysCommandOutput for command's
response
shape.config for DirectConnectClient's
config
shape.