Skip to main content

custom_data_identifiers

Retrieves a list of custom_data_identifiers in a region

Overview

Namecustom_data_identifiers
TypeResource
Descriptioncustom_data_identifiers
Idawscc.macie.custom_data_identifiers

Fields

NameDatatypeDescription
idstringCustom data identifier ID.
regionstringAWS 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