data_protection_settings_list_only
Lists data_protection_settings in a region or regions, for all properties use data_protection_settings
Overview
| Name | data_protection_settings_list_only |
| Type | Resource |
| Description | Definition of AWS::WorkSpacesWeb::DataProtectionSettings Resource Type |
| Id | aws.workspacesweb.data_protection_settings_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
data_protection_settings_arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all data_protection_settings in a region.
SELECT
region,
data_protection_settings_arn
FROM aws.workspacesweb.data_protection_settings_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_protection_settings_list_only resource, see data_protection_settings