This product is not supported for your selected
Datadog site. (
).
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.aws_macie2_allow_list
account_id
Type: STRING
arn
Type: STRING
Provider name: arn
Description: The Amazon Resource Name (ARN) of the allow list.
created_at
Type: TIMESTAMP
Provider name: createdAt
Description: The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
criteria
Type: STRUCT
Provider name: criteria
Description: The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression (regex) that defines a text pattern to ignore.
regex
Type: STRING
Provider name: regex
Description: The regular expression (regex) that defines the text pattern to ignore. The expression can contain as many as 512 characters.
s3_words_list
Type: STRUCT
Provider name: s3WordsList
Description: The location and name of the S3 object that lists specific text to ignore.
bucket_name
Type: STRING
Provider name: bucketName
Description: The full name of the S3 bucket that contains the object.
object_key
Type: STRING
Provider name: objectKey
Description: The full name (key) of the object.
description
Type: STRING
Provider name: description
Description: The custom description of the allow list.
id
Type: STRING
Provider name: id
Description: The unique identifier for the allow list.
name
Type: STRING
Provider name: name
Description: The custom name of the allow list.
status
Type: STRUCT
Provider name: status
Description: The current status of the allow list, which indicates whether Amazon Macie can access and use the list’s criteria.
code
Type: STRING
Provider name: code
Description: The current status of the allow list. If the list’s criteria specify a regular expression (regex), this value is typically OK. Amazon Macie can compile the expression. If the list’s criteria specify an S3 object, possible values are:- OK - Macie can retrieve and parse the contents of the object.
- S3_OBJECT_ACCESS_DENIED - Macie isn’t allowed to access the object or the object is encrypted with a customer managed KMS key that Macie isn’t allowed to use. Check the bucket policy and other permissions settings for the bucket and the object. If the object is encrypted, also ensure that it’s encrypted with a key that Macie is allowed to use.
- S3_OBJECT_EMPTY - Macie can retrieve the object but the object doesn’t contain any content. Ensure that the object contains the correct entries. Also ensure that the list’s criteria specify the correct bucket and object names.
- S3_OBJECT_NOT_FOUND - The object doesn’t exist in Amazon S3. Ensure that the list’s criteria specify the correct bucket and object names.
- S3_OBJECT_OVERSIZE - Macie can retrieve the object. However, the object contains too many entries or its storage size exceeds the quota for an allow list. Try breaking the list into multiple files and ensure that each file doesn’t exceed any quotas. Then configure list settings in Macie for each file.
- S3_THROTTLED - Amazon S3 throttled the request to retrieve the object. Wait a few minutes and then try again.
- S3_USER_ACCESS_DENIED - Amazon S3 denied the request to retrieve the object. If the specified object exists, you’re not allowed to access it or it’s encrypted with an KMS key that you’re not allowed to use. Work with your Amazon Web Services administrator to ensure that the list’s criteria specify the correct bucket and object names, and you have read access to the bucket and the object. If the object is encrypted, also ensure that it’s encrypted with a key that you’re allowed to use.
- UNKNOWN_ERROR - A transient or internal error occurred when Macie attempted to retrieve or parse the object. Wait a few minutes and then try again. A list can also have this status if it’s encrypted with a key that Amazon S3 and Macie can’t access or use.
description
Type: STRING
Provider name: description
Description: A brief description of the status of the allow list. Amazon Macie uses this value to provide additional information about an error that occurred when Macie tried to access and use the list’s criteria.
Type: UNORDERED_LIST_STRING
updated_at
Type: TIMESTAMP
Provider name: updatedAt
Description: The date and time, in UTC and extended ISO 8601 format, when the allow list’s settings were most recently changed in Amazon Macie.