aws.personalize.list_data_deletion_jobs
Example SQL Queries
SELECT * FROMaws.personalize.list_data_deletion_jobs;Description
Returns a list of data deletion jobs for a dataset group ordered by creation time, with the most recent first. When a dataset group is not specified, all the data deletion jobs associated with the account are listed. The response provides the properties for each job, including the Amazon Resource Name (ARN). For more information on data deletion jobs, see Deleting users.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Input Column The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for. | VARCHAR |
| max_results Input Column The maximum number of data deletion jobs to return. | BIGINT |
| next_token Input Column A token for getting the next set of data deletion jobs (if they exist). | 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 |
| data_deletion_jobs The list of data deletion jobs. | STRUCT( |
Show child fields
| |