Managed Data Identifiers
The Managed Data Identifiers resource represents the repository of managed data identifiers that Amazon Macie currently provides. A managed data identifier is a set of built-in criteria and techniques that are designed to detect a specific type of sensitive data. The types include credit card numbers, AWS secret access keys, and passport numbers for particular countries and regions. Managed data identifiers can detect a large and growing list of sensitive data types for many countries and regions, including multiple types of personally identifiable information (PII), financial information, and credentials data. For information about the categories and types of sensitive data that they can detect, see Using managed data identifiers in the Amazon Macie User Guide.
To detect sensitive data with managed data identifiers, create and run classification jobs. If you're the Macie administrator for an organization or you have a standalone Macie account, you can also enable automated sensitive data discovery. Both options provide settings for specifying which managed data identifiers you want Macie to use when it analyzes objects in Amazon Simple Storage Service (Amazon S3) buckets. When you configure the settings, you specify the unique identifier (ID) for one or more managed data identifiers. You can use this resource to determine which IDs to specify.
You can use the Managed Data Identifiers resource to retrieve information about the managed data identifiers that Macie currently provides.
URI
/managed-data-identifiers/list
HTTP methods
POST
Operation ID: ListManagedDataIdentifiers
Retrieves information about all the managed data identifiers that Amazon Macie currently provides.
Status code | Response model | Description |
---|---|---|
200 | ListManagedDataIdentifiersResponse | The request succeeded. |
Schemas
Request bodies
{ "nextToken": "string" }
Response bodies
Properties
ListManagedDataIdentifiersRequest
Specifies criteria for paginating the results of a request for information about managed data identifiers.
Property | Type | Required | Description |
---|---|---|---|
nextToken | string | False | The |
ListManagedDataIdentifiersResponse
Provides information about the managed data identifiers that Amazon Macie currently provides.
Property | Type | Required | Description |
---|---|---|---|
items | Array of type ManagedDataIdentifierSummary | False | An array of objects, one for each managed data identifier. |
nextToken | string | False | The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages. |
ManagedDataIdentifierSummary
Provides information about a managed data identifier. For additional information, see Using managed data identifiers in the Amazon Macie User Guide.
Property | Type | Required | Description |
---|---|---|---|
category | False | The category of sensitive data that the managed data identifier detects:
| |
id | string | False | The unique identifier for the managed data identifier. This is a string that
describes the type of sensitive data that the managed data identifier detects. For
example: |
SensitiveDataItemCategory
For a finding, the category of sensitive data that was detected and produced the finding. For a managed data identifier, the category of sensitive data that the managed data identifier detects. Possible values are:
FINANCIAL_INFORMATION
PERSONAL_INFORMATION
CREDENTIALS
CUSTOM_IDENTIFIER
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: