exportPath property
(Optional) The path in Amazon S3 where the root of your Amazon FSx file
system is exported. The path must use the same Amazon S3 bucket as specified
in ImportPath. You can provide an optional prefix to which new and changed
data is to be exported from your Amazon FSx for Lustre file system. If an
ExportPath
value is not provided, Amazon FSx sets a default
export path, s3://import-bucket/FSxLustre
.
The timestamp is in UTC format, for example
creation-timestamp
s3://import-bucket/FSxLustre20181105T222312Z
.
The Amazon S3 export bucket must be the same as the import bucket specified
by ImportPath
. If you only specify a bucket name, such as
s3://import-bucket
, you get a 1:1 mapping of file system
objects to S3 bucket objects. This mapping means that the input data in S3
is overwritten on export. If you provide a custom prefix in the export path,
such as s3://import-bucket/
, Amazon FSx
exports the contents of your file system to that export prefix in the Amazon
S3 bucket.custom-optional-prefix
Implementation
final String? exportPath;