network_settings_list_only
Lists network_settings
in a region or regions, for all properties use network_settings
Overview
Name | network_settings_list_only |
Type | Resource |
Description | Definition of AWS::WorkSpacesWeb::NetworkSettings Resource Type |
Id | aws.workspacesweb.network_settings_list_only |
Fields
Name | Datatype | Description |
---|---|---|
associated_portal_arns | array | |
network_settings_arn | string | |
security_group_ids | array | |
subnet_ids | array | |
tags | array | |
vpc_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all network_settings
in a region.
SELECT
region,
network_settings_arn
FROM aws.workspacesweb.network_settings_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the network_settings_list_only
resource, see network_settings