Module: AWSCDK::FSX::LustreAutoImportPolicy
- Defined in:
- fsx/lustre_auto_import_policy.rb
Overview
The different auto import policies which are allowed.
Constant Summary collapse
- NONE =
Deprecated.Note:
Default:
AutoImport is off.
Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreAutoImportPolicy", "NONE")
- NEW =
Deprecated.Note:
Default:
AutoImport is on.
Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreAutoImportPolicy", "NEW")
- NEW_CHANGED =
Deprecated.Note:
Default:
AutoImport is on.
Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreAutoImportPolicy", "NEW_CHANGED")
- NEW_CHANGED_DELETED =
Deprecated.Note:
Default:
AutoImport is on.
Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreAutoImportPolicy", "NEW_CHANGED_DELETED")