lifecycle property

BackupLifecycle lifecycle
final

The lifecycle status of the backup.

  • AVAILABLE - The backup is fully available.
  • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx has not started creating the backup.
  • CREATING - Amazon FSx is creating the backup.
  • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to S3.
  • DELETED - Amazon FSx deleted the backup and it is no longer available.
  • FAILED - Amazon FSx could not complete the backup.

Implementation

final BackupLifecycle lifecycle;