aws.privatenetworks.list_networks
Example SQL Queries
SELECT * FROMaws.privatenetworks.list_networks;Description
Lists networks. Add filters to your request to return a more specific list of results. Use filters to match the status of the network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column The filters.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values. | MAP(VARCHAR, VARCHAR[]) |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at The creation time of the network. | TIMESTAMP_S |
| description The description of the network. | VARCHAR |
| network_arn The Amazon Resource Name (ARN) of the network. | VARCHAR |
| network_name The name of the network. | VARCHAR |
| status The status of the network. | VARCHAR |
| status_reason The status reason of the network. | VARCHAR |