custom_data_identifiers_list_only
Lists custom_data_identifiers in a region or regions, for all properties use custom_data_identifiers
Overview
| Name | custom_data_identifiers_list_only |
| Type | Resource |
| Description | Macie CustomDataIdentifier resource schema |
| Id | aws.macie.custom_data_identifiers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | Custom data identifier ID. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all custom_data_identifiers in a region.
SELECT
region,
id
FROM aws.macie.custom_data_identifiers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the custom_data_identifiers_list_only resource, see custom_data_identifiers