aws.rds.describe_db_cluster_automated_backups
Example SQL Queries
SELECT * FROMaws.rds.describe_db_cluster_automated_backups;Description
Displays backups for both current and deleted DB clusters. For example, use this operation to find details about automated backups for previously deleted clusters. Current clusters are returned for both the DescribeDBClusterAutomatedBackups and DescribeDBClusters operations.
All parameters are optional.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_cluster_identifier Input Column The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region. | VARCHAR |
| db_cluster_resource_id Input Column The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region. | VARCHAR |
| filters Input Column A filter that specifies which resources to return based on status. Supported filters are the following:
Returns all resources by default. The status for each resource is specified in the response. | 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 |
| allocated_storage For all database engines except Amazon Aurora, AllocatedStorage specifies the allocated storage size in gibibytes (GiB). For Aurora, AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed. | BIGINT |
| availability_zones The Availability Zones where instances in the DB cluster can be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones. | VARCHAR[] |
Show child fields
| |
| aws_backup_recovery_point_arn The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup. | VARCHAR |
| backup_retention_period The retention period for the automated backups. | BIGINT |
| cluster_create_time The time when the DB cluster was created, in Universal Coordinated Time (UTC). | TIMESTAMP_S |
| db_cluster_arn The Amazon Resource Name (ARN) for the source DB cluster. | VARCHAR |
| db_cluster_automated_backups_arn The Amazon Resource Name (ARN) for the automated backups. | VARCHAR |
| engine The name of the database engine for this automated backup. | VARCHAR |
| engine_mode The engine mode of the database engine for the automated backup. | VARCHAR |
| engine_version The version of the database engine for the automated backup. | VARCHAR |
| iam_database_authentication_enabled Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled. | BOOLEAN |
| iops The IOPS (I/O operations per second) value for the automated backup. This setting is only for non-Aurora Multi-AZ DB clusters. | BIGINT |
| kms_key_id The Amazon Web Services KMS key ID for an automated backup. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. | VARCHAR |
| license_model The license model information for this DB cluster automated backup. | VARCHAR |
| master_username The master user name of the automated backup. | VARCHAR |
| port The port number that the automated backup used for connections. Default: Inherits from the source DB cluster Valid Values: 1150-65535 | BIGINT |
| region The Amazon Web Services Region associated with the automated backup. | VARCHAR |
| restore_window Earliest and latest time an instance can be restored to: | STRUCT( |
Show child fields
| |
| status A list of status information for an automated backup:
| VARCHAR |
| storage_encrypted Indicates whether the source DB cluster is encrypted. | BOOLEAN |
| storage_throughput The storage throughput for the automated backup. The throughput is automatically set based on the IOPS that you provision, and is not configurable. This setting is only for non-Aurora Multi-AZ DB clusters. | BIGINT |
| storage_type The storage type associated with the DB cluster. This setting is only for non-Aurora Multi-AZ DB clusters. | VARCHAR |
| vpc_id The VPC ID associated with the DB cluster. | VARCHAR |