aws.redshift_serverless.list_snapshots
Example SQL Queries
SELECT * FROMaws.redshift_serverless.list_snapshots;Description
Returns a list of snapshots.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Input Column The timestamp showing when the snapshot creation finished. | TIMESTAMP_S |
| namespace_arn Input Column The Amazon Resource Name (ARN) of the namespace the snapshot was created from. | VARCHAR |
| namespace_name Input Column The name of the namepsace. | VARCHAR |
| owner_account Input Column The owner Amazon Web Services; account of the snapshot. | VARCHAR |
| start_time Input Column The time when the creation of the snapshot was initiated. | TIMESTAMP_S |
| _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 |
| accounts_with_provisioned_restore_access All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster. | VARCHAR[] |
Show child fields
| |
| accounts_with_restore_access All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace. | VARCHAR[] |
Show child fields
| |
| actual_incremental_backup_size_in_mega_bytes The size of the incremental backup in megabytes. | DOUBLE |
| admin_password_secret_arn The Amazon Resource Name (ARN) for the namespace's admin user credentials secret. | VARCHAR |
| admin_password_secret_kms_key_id The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. | VARCHAR |
| admin_username The username of the database within a snapshot. | VARCHAR |
| backup_progress_in_mega_bytes The size in megabytes of the data that has been backed up to a snapshot. | DOUBLE |
| current_backup_rate_in_mega_bytes_per_second The rate at which data is backed up into a snapshot in megabytes per second. | DOUBLE |
| elapsed_time_in_seconds The amount of time it took to back up data into a snapshot. | BIGINT |
| estimated_seconds_to_completion The estimated amount of seconds until the snapshot completes backup. | BIGINT |
| kms_key_id The unique identifier of the KMS key used to encrypt the snapshot. | VARCHAR |
| snapshot_arn The Amazon Resource Name (ARN) of the snapshot. | VARCHAR |
| snapshot_create_time The timestamp of when the snapshot was created. | TIMESTAMP_S |
| snapshot_name The name of the snapshot. | VARCHAR |
| snapshot_remaining_days The amount of days until the snapshot is deleted. | BIGINT |
| snapshot_retention_period The period of time, in days, of how long the snapshot is retained. | BIGINT |
| snapshot_retention_start_time The timestamp of when data within the snapshot started getting retained. | TIMESTAMP_S |
| status The status of the snapshot. | VARCHAR |
| total_backup_size_in_mega_bytes The total size, in megabytes, of how big the snapshot is. | DOUBLE |