DataRepositoryAssociationS3

data class DataRepositoryAssociationS3(val autoExportPolicy: DataRepositoryAssociationAutoExportPolicy? = null, val autoImportPolicy: DataRepositoryAssociationAutoImportPolicy? = null)

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

Types

Link copied to clipboard
object Companion

Properties