lifecycle property

FileSystemLifecycle? lifecycle
final

The lifecycle status of the file system, following are the possible values and what they mean:

  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
  • CREATING - Amazon FSx is creating the new file system.
  • DELETING - Amazon FSx is deleting an existing file system.
  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
  • MISCONFIGURED indicates that the file system is in a failed but recoverable state.
  • UPDATING indicates that the file system is undergoing a customer initiated update.

Implementation

final FileSystemLifecycle? lifecycle;