Data Repository Association S3Args
data class DataRepositoryAssociationS3Args(val autoExportPolicy: Output<DataRepositoryAssociationAutoExportPolicyArgs>? = null, val autoImportPolicy: Output<DataRepositoryAssociationAutoImportPolicyArgs>? = null) : ConvertibleToJava<DataRepositoryAssociationS3Args>
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.
Constructors
Link copied to clipboard
fun DataRepositoryAssociationS3Args(autoExportPolicy: Output<DataRepositoryAssociationAutoExportPolicyArgs>? = null, autoImportPolicy: Output<DataRepositoryAssociationAutoImportPolicyArgs>? = null)