Skip to main content

data_protection_settings_tags

Expands all tag keys and values for data_protection_settings in a region

Overview

Namedata_protection_settings_tags
TypeResource
DescriptionDefinition of AWS::WorkSpacesWeb::DataProtectionSettings Resource Type
Idaws.workspacesweb.data_protection_settings_tags

Fields

NameDatatypeDescription
additional_encryption_contextobject
associated_portal_arnsarray
creation_datestring
customer_managed_keystring
data_protection_settings_arnstring
descriptionstring
display_namestring
inline_redaction_configurationobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all data_protection_settings in a region.

SELECT
region,
additional_encryption_context,
associated_portal_arns,
creation_date,
customer_managed_key,
data_protection_settings_arn,
description,
display_name,
inline_redaction_configuration,
tag_key,
tag_value
FROM aws.workspacesweb.data_protection_settings_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_protection_settings_tags resource, see data_protection_settings