Skip to main content

network_settings

Gets an individual network_settings resource

Overview

Namenetwork_settings
TypeResource
Descriptionnetwork_settings
Idawscc.workspacesweb.network_settings

Fields

NameDatatypeDescription
associated_portal_arnsarray
network_settings_arnstring
security_group_idsarray
subnet_idsarray
tagsarray
vpc_idstring
regionstringAWS 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