Package-level declarations
Types
Link copied to clipboard
data class DataRepositoryAssociationAutoExportPolicy(val events: List<DataRepositoryAssociationEventType>)
Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.
Link copied to clipboard
data class DataRepositoryAssociationAutoImportPolicy(val events: List<DataRepositoryAssociationEventType>)
Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
Link copied to clipboard
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.
Link copied to clipboard
A key-value pair to associate with a resource.
Link copied to clipboard
data class GetDataRepositoryAssociationResult(val associationId: String? = null, val importedFileChunkSize: Int? = null, val resourceArn: String? = null, val s3: DataRepositoryAssociationS3? = null, val tags: List<DataRepositoryAssociationTag>? = null)