Data Repository Association Args
data class DataRepositoryAssociationArgs(val batchImportMetaDataOnCreate: Output<Boolean>? = null, val dataRepositoryPath: Output<String>? = null, val fileSystemId: Output<String>? = null, val fileSystemPath: Output<String>? = null, val importedFileChunkSize: Output<Int>? = null, val s3: Output<DataRepositoryAssociationS3Args>? = null, val tags: Output<List<DataRepositoryAssociationTagArgs>>? = null) : ConvertibleToJava<DataRepositoryAssociationArgs>
Resource Type definition for AWS::FSx::DataRepositoryAssociation
Example Usage
Example
No Java example available.
Constructors
Link copied to clipboard
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)
Functions
Properties
Link copied to clipboard
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.