DataRepositoryTask

A description of the data repository task.

  • You use import and export data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository.

  • You use release data repository tasks to release files that have been exported to a linked S3 bucket from your Amazon FSx for Lustre file system.

  • An Amazon File Cache resource uses a task to automatically release files from the cache.

To learn more about data repository tasks, see Data Repository Tasks.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.

Link copied to clipboard

The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Link copied to clipboard

The time the system completed processing the task, populated after the task is complete.

Link copied to clipboard

Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.

Link copied to clipboard

The system-generated, unique ID of the cache.

Link copied to clipboard

The globally unique ID of the file system.

Link copied to clipboard

The lifecycle status of the data repository task, as follows:

Link copied to clipboard

An array of paths that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository.

Link copied to clipboard

The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.

Link copied to clipboard

Provides a report detailing the data repository task results of the files processed that match the criteria specified in the report Scope parameter. FSx delivers the report to the file system's linked data repository in Amazon S3, using the path specified in the report Path parameter. You can specify whether or not a report gets generated for a task using the Enabled parameter.

Link copied to clipboard

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The time the system began processing the task.

Link copied to clipboard

Provides the status of the number of files that the task has processed successfully and failed to process.

Link copied to clipboard
val tags: List<Tag>?

A list of Tag values, with a maximum of 50 elements.

Link copied to clipboard

The system-generated, unique 17-digit ID of the data repository task.

Link copied to clipboard

The type of data repository task.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String