CreateDataRepositoryTaskRequest

public struct CreateDataRepositoryTaskRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let clientRequestToken: String?
  • Undocumented

    Declaration

    Swift

    public let fileSystemId: String
  • (Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory or file on the file system you want to export, then the path to provide is path1. If a path that you provide isn’t valid, the task fails.

    Declaration

    Swift

    public let paths: [String]?
  • Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the Scope parameter. For more information, see Working with Task Completion Reports.

    Declaration

    Swift

    public let report: CompletionReport
  • Undocumented

    Declaration

    Swift

    public let tags: [Tag]?
  • Specifies the type of data repository task to create.

    Declaration

    Swift

    public let type: DataRepositoryTaskType
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = CreateDataRepositoryTaskRequest.idempotencyToken(), fileSystemId: String, paths: [String]? = nil, report: CompletionReport, tags: [Tag]? = nil, type: DataRepositoryTaskType)
  • Declaration

    Swift

    public func validate(name: String) throws