aws_redshift_cluster_snapshot
account_id
Type: STRING
accounts_with_restore_access
Type: UNORDERED_LIST_STRUCT
Provider name: AccountsWithRestoreAccess
Description: A list of the Amazon Web Services accounts authorized to restore the snapshot. Returns null
if no accounts are authorized. Visible only to the snapshot owner.
account_alias
Type: STRING
Provider name: AccountAlias
Description: The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support
.
account_id
Type: STRING
Provider name: AccountId
Description: The identifier of an Amazon Web Services account authorized to restore a snapshot.
actual_incremental_backup_size_in_mega_bytes
Type: DOUBLE
Provider name: ActualIncrementalBackupSizeInMegaBytes
Description: The size of the incremental backup.
availability_zone
Type: STRING
Provider name: AvailabilityZone
Description: The Availability Zone in which the cluster was created.
backup_progress_in_mega_bytes
Type: DOUBLE
Provider name: BackupProgressInMegaBytes
Description: The number of megabytes that have been transferred to the snapshot backup.
cluster_create_time
Type: TIMESTAMP
Provider name: ClusterCreateTime
Description: The time (UTC) when the cluster was originally created.
cluster_identifier
Type: STRING
Provider name: ClusterIdentifier
Description: The identifier of the cluster for which the snapshot was taken.
cluster_version
Type: STRING
Provider name: ClusterVersion
Description: The version ID of the Amazon Redshift engine that is running on the cluster.
current_backup_rate_in_mega_bytes_per_second
Type: DOUBLE
Provider name: CurrentBackupRateInMegaBytesPerSecond
Description: The number of megabytes per second being transferred to the snapshot backup. Returns 0
for a completed backup.
db_name
Type: STRING
Provider name: DBName
Description: The name of the database that was created when the cluster was created.
elapsed_time_in_seconds
Type: INT64
Provider name: ElapsedTimeInSeconds
Description: 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
Type: BOOLEAN
Provider name: Encrypted
Description: If true
, the data in the snapshot is encrypted at rest.
encrypted_with_hsm
Type: BOOLEAN
Provider name: EncryptedWithHSM
Description: A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true
indicates that the data is encrypted using HSM keys.
engine_full_version
Type: STRING
Provider name: EngineFullVersion
Description: The cluster version of the cluster used to create the snapshot. For example, 1.0.15503.
enhanced_vpc_routing
Type: BOOLEAN
Provider name: EnhancedVpcRouting
Description: 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 Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true
, enhanced VPC routing is enabled.
Default: false
estimated_seconds_to_completion
Type: INT64
Provider name: EstimatedSecondsToCompletion
Description: The estimate of the time remaining before the snapshot backup will complete. Returns 0
for a completed backup.
kms_key_id
Type: STRING
Provider name: KmsKeyId
Description: 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
Type: STRING
Provider name: MaintenanceTrackName
Description: The name of the maintenance track for the snapshot.
manual_snapshot_remaining_days
Type: INT32
Provider name: ManualSnapshotRemainingDays
Description: The number of days until a manual snapshot will pass its retention period.
manual_snapshot_retention_period
Type: INT32
Provider name: ManualSnapshotRetentionPeriod
Description: 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
Type: STRING
Provider name: MasterPasswordSecretArn
Description: The Amazon Resource Name (ARN) for the cluster’s admin user credentials secret.
master_password_secret_kms_key_id
Type: STRING
Provider name: MasterPasswordSecretKmsKeyId
Description: The ID of the Key Management Service (KMS) key used to encrypt and store the cluster’s admin credentials secret.
master_username
Type: STRING
Provider name: MasterUsername
Description: The admin user name for the cluster.
node_type
Type: STRING
Provider name: NodeType
Description: The node type of the nodes in the cluster.
number_of_nodes
Type: INT32
Provider name: NumberOfNodes
Description: The number of nodes in the cluster.
owner_account
Type: STRING
Provider name: OwnerAccount
Description: 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
Type: INT32
Provider name: Port
Description: The port that the cluster is listening on.
restorable_node_types
Type: UNORDERED_LIST_STRING
Provider name: RestorableNodeTypes
Description: The list of node types that this cluster snapshot is able to restore into.
snapshot_arn
Type: STRING
snapshot_create_time
Type: TIMESTAMP
Provider name: SnapshotCreateTime
Description: 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
Type: STRING
Provider name: SnapshotIdentifier
Description: The snapshot identifier that is provided in the request.
snapshot_retention_start_time
Type: TIMESTAMP
Provider name: SnapshotRetentionStartTime
Description: A timestamp representing the start of the retention period for the snapshot.
snapshot_type
Type: STRING
Provider name: SnapshotType
Description: The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot are of type “manual”.
source_region
Type: STRING
Provider name: SourceRegion
Description: The source region from which the snapshot was copied.
status
Type: STRING
Provider name: Status
Description: The snapshot status. The value of the status depends on the API operation used:
- CreateClusterSnapshot and CopyClusterSnapshot returns status as “creating”.
- DescribeClusterSnapshots returns status as “creating”, “available”, “final snapshot”, or “failed”.
- DeleteClusterSnapshot returns status as “deleted”.
Type: UNORDERED_LIST_STRING
total_backup_size_in_mega_bytes
Type: DOUBLE
Provider name: TotalBackupSizeInMegaBytes
Description: The size of the complete set of backup data that would be used to restore the cluster.
vpc_id
Type: STRING
Provider name: VpcId
Description: The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.