Method: Aws::FSx::Types::CreateDataRepositoryTaskRequest#type

Defined in:
lib/aws-sdk-fsx/types.rb

#typeString

Specifies the type of data repository task to create.

  • ‘EXPORT_TO_REPOSITORY` tasks export from your Amazon FSx for Lustre file system to a linked data repository.

  • ‘IMPORT_METADATA_FROM_REPOSITORY` tasks import metadata changes from a linked S3 bucket to your Amazon FSx for Lustre file system.

  • ‘RELEASE_DATA_FROM_FILESYSTEM` tasks release files in your Amazon FSx for Lustre file system that have been exported to a linked S3 bucket and that meet your specified release criteria.

  • ‘AUTO_RELEASE_DATA` tasks automatically release files from an Amazon File Cache resource.



1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-fsx/types.rb', line 1341

class CreateDataRepositoryTaskRequest < Struct.new(
  :type,
  :paths,
  :file_system_id,
  :report,
  :client_request_token,
  :tags,
  :capacity_to_release,
  :release_configuration)
  SENSITIVE = []
  include Aws::Structure
end