custom_data_identifiers
Retrieves a list of custom_data_identifiers
in a region
Overview
Name | custom_data_identifiers |
Type | Resource |
Description | custom_data_identifiers |
Id | awscc.macie.custom_data_identifiers |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Custom data identifier ID. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.macie.custom_data_identifiers
WHERE region = 'us-east-1'
Permissions
To operate on the custom_data_identifiers
resource, the following permissions are required:
Create
macie2:CreateCustomDataIdentifier,
macie2:GetCustomDataIdentifier,
macie2:TagResource
List
macie2:ListCustomDataIdentifiers