Do new managed data identifiers automatically get added to jobs?

0

If you set up an Amazon Macie job and choose to use all managed data identifiers, and then you set it to run on a schedule, will it start including more and more managed data identifiers if and when more get added by AWS?

AWS
質問済み 1年前294ビュー
1回答
0

Hi, @yann_stoneman

yes. Added managed identifiers are automatically covered.
If ALL is specified, the job configuration will be set to ALL only as follows:

aws macie2 describe-classification-job --job-id 5ef5a109c085a7ad997085f85b0605f4  
{
    "allowListIds": [],
:
    "lastRunTime": "2021-09-27T07:37:52.551473+00:00",
    "managedDataIdentifierSelector": "ALL",
    "name": "all hoge",
    "s3JobDefinition": {
:
    },
:
}

Most recently, in April 2022, managed identifiers such as JWT were added.
However, if you have individually selected all instead of ALL, you will need to add them manually.

profile picture
エキスパート
iwasa
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ