Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer
than 15 minutes before you make the request are also returned. If you specify a
connection ID, only the virtual interfaces associated with the connection are returned.
If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
example
Use a bare-bones client and the command you need to make an API call.
Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
Use a bare-bones client and the command you need to make an API call.
import { DirectConnectClient, DescribeVirtualInterfacesCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import // const { DirectConnectClient, DescribeVirtualInterfacesCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import const client = new DirectConnectClient(config); const command = new DescribeVirtualInterfacesCommand(input); const response = await client.send(command);
DescribeVirtualInterfacesCommandInput for command's
input
shape.DescribeVirtualInterfacesCommandOutput for command's
response
shape.config for DirectConnectClient's
config
shape.