network_settings
Gets an individual network_settings
resource
Overview
Name | network_settings |
Type | Resource |
Description | network_settings |
Id | awscc.workspacesweb.network_settings |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
associated_portal_arns,
network_settings_arn,
security_group_ids,
subnet_ids,
tags,
vpc_id
FROM awscc.workspacesweb.network_settings
WHERE data__Identifier = '<NetworkSettingsArn>';
Permissions
To operate on the network_settings
resource, the following permissions are required:
Read
workspaces-web:GetNetworkSettings,
workspaces-web:ListTagsForResource
Update
workspaces-web:UpdateNetworkSettings,
workspaces-web:UpdateResource,
workspaces-web:TagResource,
workspaces-web:UntagResource,
workspaces-web:GetNetworkSettings,
workspaces-web:ListTagsForResource
Delete
workspaces-web:GetNetworkSettings,
workspaces-web:DeleteNetworkSettings