aws.macie2.list_resource_profile_artifacts
Example SQL Queries
SELECT * FROMaws.macie2.list_resource_profile_artifactsWHERE"resource_arn" = 'VALUE';Description
Retrieves information about objects that Amazon Macie selected from an S3 bucket for automated sensitive data discovery.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the S3 bucket that the request applies to. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the object. | VARCHAR |
| classification_result_status The status of the analysis. Possible values are:
| VARCHAR |
| sensitive Specifies whether Amazon Macie found sensitive data in the object. | BOOLEAN |