Package-level declarations

Types

data class DataRepositoryAssociationAutoExportPolicyArgs(val events: Output<List<DataRepositoryAssociationEventType>>) : ConvertibleToJava<DataRepositoryAssociationAutoExportPolicyArgs>

Describes a data repository association's automatic export policy. The `AutoExportPolicy` defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file. The `AutoExportPolicy` is only supported on Amazon FSx for Lustre file systems with a data repository association.

data class DataRepositoryAssociationAutoImportPolicyArgs(val events: Output<List<DataRepositoryAssociationEventType>>) : ConvertibleToJava<DataRepositoryAssociationAutoImportPolicyArgs>

Describes the data repository association's automatic import policy. The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket. The `AutoImportPolicy` is only supported on Amazon FSx for Lustre file systems with a data repository association.

Link copied to clipboard
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.

Link copied to clipboard
data class GetDataRepositoryAssociationPlainArgs(val associationId: String) : ConvertibleToJava<GetDataRepositoryAssociationPlainArgs>