Data Repository Association Args
fun DataRepositoryAssociationArgs(batchImportMetaDataOnCreate: Output<Boolean>? = null, dataRepositoryPath: Output<String>? = null, fileSystemId: Output<String>? = null, fileSystemPath: Output<String>? = null, importedFileChunkSize: Output<Int>? = null, s3: Output<DataRepositoryAssociationS3Args>? = null, tags: Output<List<DataRepositoryAssociationTagArgs>>? = null)