aws.rds.describe_db_cluster_backtracks
Example SQL Queries
SELECT * FROMaws.rds.describe_db_cluster_backtracksWHERE"db_cluster_identifier" = 'VALUE';Description
Returns information about backtracks for a DB cluster.
For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.
This action only applies to Aurora MySQL DB clusters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_cluster_identifier Required Input Column Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster. | VARCHAR |
| backtrack_identifier Input Column Contains the backtrack identifier. | VARCHAR |
| filters Input Column A filter that specifies one or more DB clusters to describe. Supported filters include the following:
| STRUCT( |
Show child fields
| |
| _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 |
| backtrack_request_creation_time The timestamp of the time at which the backtrack was requested. | TIMESTAMP_S |
| backtrack_to The timestamp of the time to which the DB cluster was backtracked. | TIMESTAMP_S |
| backtracked_from The timestamp of the time from which the DB cluster was backtracked. | TIMESTAMP_S |
| status The status of the backtrack. This property returns one of the following values:
| VARCHAR |