| _key | core | string | |
| account_id | core | string | |
| accounts_with_restore_access | core | json | A list of the Amazon Web Services accounts authorized to restore the snapshot. Returns <code>null</code> if no accounts are authorized. Visible only to the snapshot owner. |
| actual_incremental_backup_size_in_mega_bytes | core | float64 | The size of the incremental backup. |
| availability_zone | core | string | The Availability Zone in which the cluster was created. |
| backup_progress_in_mega_bytes | core | float64 | The number of megabytes that have been transferred to the snapshot backup. |
| cluster_create_time | core | timestamp | The time (UTC) when the cluster was originally created. |
| cluster_identifier | core | string | The identifier of the cluster for which the snapshot was taken. |
| cluster_version | core | string | The version ID of the Amazon Redshift engine that is running on the cluster. |
| current_backup_rate_in_mega_bytes_per_second | core | float64 | The number of megabytes per second being transferred to the snapshot backup. Returns <code>0</code> for a completed backup. |
| db_name | core | string | The name of the database that was created when the cluster was created. |
| elapsed_time_in_seconds | core | int64 | The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish. |
| encrypted | core | bool | If <code>true</code>, the data in the snapshot is encrypted at rest. |
| encrypted_with_hsm | core | bool | A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. <code>true</code> indicates that the data is encrypted using HSM keys. |
| engine_full_version | core | string | The cluster version of the cluster used to create the snapshot. For example, 1.0.15503. |
| enhanced_vpc_routing | core | bool | An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html">Enhanced VPC Routing</a> in the Amazon Redshift Cluster Management Guide. If this option is <code>true</code>, enhanced VPC routing is enabled. Default: false |
| estimated_seconds_to_completion | core | int64 | The estimate of the time remaining before the snapshot backup will complete. Returns <code>0</code> for a completed backup. |
| kms_key_id | core | string | The Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken. |
| maintenance_track_name | core | string | The name of the maintenance track for the snapshot. |
| manual_snapshot_remaining_days | core | int64 | The number of days until a manual snapshot will pass its retention period. |
| manual_snapshot_retention_period | core | int64 | The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely. The value must be either -1 or an integer between 1 and 3,653. |
| master_password_secret_arn | core | string | The Amazon Resource Name (ARN) for the cluster's admin user credentials secret. |
| master_password_secret_kms_key_id | core | string | The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. |
| master_username | core | string | The admin user name for the cluster. |
| node_type | core | string | The node type of the nodes in the cluster. |
| number_of_nodes | core | int64 | The number of nodes in the cluster. |
| owner_account | core | string | For manual snapshots, the Amazon Web Services account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot. |
| port | core | int64 | The port that the cluster is listening on. |
| restorable_node_types | core | array<string> | The list of node types that this cluster snapshot is able to restore into. |
| snapshot_arn | core | string | |
| snapshot_create_time | core | timestamp | The time (in UTC format) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time. |
| snapshot_identifier | core | string | The snapshot identifier that is provided in the request. |
| snapshot_retention_start_time | core | timestamp | A timestamp representing the start of the retention period for the snapshot. |
| snapshot_type | core | string | The snapshot type. Snapshots created using <a>CreateClusterSnapshot</a> and <a>CopyClusterSnapshot</a> are of type "manual". |
| source_region | core | string | The source region from which the snapshot was copied. |
| status | core | string | The snapshot status. The value of the status depends on the API operation used: <ul> <li> <a>CreateClusterSnapshot</a> and <a>CopyClusterSnapshot</a> returns status as "creating". </li> <li> <a>DescribeClusterSnapshots</a> returns status as "creating", "available", "final snapshot", or "failed". </li> <li> <a>DeleteClusterSnapshot</a> returns status as "deleted". </li> </ul> |
| tags | core | hstore | |
| total_backup_size_in_mega_bytes | core | float64 | The size of the complete set of backup data that would be used to restore the cluster. |
| vpc_id | core | string | The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output. |