lifecycle property

DataRepositoryLifecycle? lifecycle
final

Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

  • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
  • AVAILABLE - The data repository is available for use.
  • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket.
  • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.

Implementation

final DataRepositoryLifecycle? lifecycle;