aws.workspaces_web.list_network_settings
Example SQL Queries
SELECT * FROMaws.workspaces_web.list_network_settings;Description
Retrieves a list of network settings.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to be included in the next page. | BIGINT |
| next_token Input Column The pagination token used to retrieve the next page of results for this operation. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| network_settings The network settings. | STRUCT( |
Show child fields
| |