Backup - AWS CloudHSM

Backup

Contains information about a backup of an AWS CloudHSM cluster. All backup objects contain the BackupId, BackupState, ClusterId, and CreateTimestamp parameters. Backups that were copied into a destination region additionally contain the CopyTimestamp, SourceBackup, SourceCluster, and SourceRegion parameters. A backup that is pending deletion will include the DeleteTimestamp parameter.

Contents

BackupId

The identifier (ID) of the backup.

Type: String

Pattern: backup-[2-7a-zA-Z]{11,16}

Required: Yes

BackupState

The state of the backup.

Type: String

Valid Values: CREATE_IN_PROGRESS | READY | DELETED | PENDING_DELETION

Required: No

ClusterId

The identifier (ID) of the cluster that was backed up.

Type: String

Pattern: cluster-[2-7a-zA-Z]{11,16}

Required: No

CopyTimestamp

The date and time when the backup was copied from a source backup.

Type: Timestamp

Required: No

CreateTimestamp

The date and time when the backup was created.

Type: Timestamp

Required: No

DeleteTimestamp

The date and time when the backup will be permanently deleted.

Type: Timestamp

Required: No

NeverExpires

Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.

Type: Boolean

Required: No

SourceBackup

The identifier (ID) of the source backup from which the new backup was copied.

Type: String

Pattern: backup-[2-7a-zA-Z]{11,16}

Required: No

SourceCluster

The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

Type: String

Pattern: cluster-[2-7a-zA-Z]{11,16}

Required: No

SourceRegion

The AWS Region that contains the source backup from which the new backup was copied.

Type: String

Pattern: [a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\d

Required: No

TagList

The list of tags for the backup.

Type: Array of Tag objects

Array Members: Minimum number of 1 item. Maximum number of 50 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: