data_protection_settings_tags
Expands all tag keys and values for data_protection_settings
in a region
Overview
Name | data_protection_settings_tags |
Type | Resource |
Description | Definition of AWS::WorkSpacesWeb::DataProtectionSettings Resource Type |
Id | aws.workspacesweb.data_protection_settings_tags |
Fields
Name | Datatype | Description |
---|---|---|
additional_encryption_context | object | |
associated_portal_arns | array | |
creation_date | string | |
customer_managed_key | string | |
data_protection_settings_arn | string | |
description | string | |
display_name | string | |
inline_redaction_configuration | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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