Skip to main content

browser_settings_tags

Expands all tag keys and values for browser_settings in a region

Overview

Namebrowser_settings_tags
TypeResource
DescriptionDefinition of AWS::WorkSpacesWeb::BrowserSettings Resource Type
Idaws.workspacesweb.browser_settings_tags

Fields

NameDatatypeDescription
additional_encryption_contextobject
associated_portal_arnsarray
browser_policystring
browser_settings_arnstring
customer_managed_keystring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all browser_settings in a region.

SELECT
region,
additional_encryption_context,
associated_portal_arns,
browser_policy,
browser_settings_arn,
customer_managed_key,
tag_key,
tag_value
FROM aws.workspacesweb.browser_settings_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the browser_settings_tags resource, see browser_settings