ImportJobArgs

constructor(amlFilesystemName: Output<String>? = null, conflictResolutionMode: Output<Either<String, ConflictResolutionMode>>? = null, importJobName: Output<String>? = null, importPrefixes: Output<List<String>>? = null, location: Output<String>? = null, maximumErrors: Output<Int>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)