aws.backup.list_legal_holds
Example SQL Queries
SELECT * FROMaws.backup.list_legal_holds;Description
This action returns metadata about active and previous legal holds.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| cancellation_date This is the time in number format when legal hold was cancelled. | TIMESTAMP_S |
| creation_date This is the time in number format when legal hold was created. | TIMESTAMP_S |
| description This is the description of a legal hold. | VARCHAR |
| legal_hold_arn This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. | VARCHAR |
| legal_hold_id ID of specific legal hold on one or more recovery points. | VARCHAR |
| status This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED, and CANCELING. | VARCHAR |
| title This is the title of a legal hold. | VARCHAR |