Package-level declarations

Types

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

Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

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

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 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 DataRepositoryAssociationTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<DataRepositoryAssociationTagArgs>

A key-value pair to associate with a resource.

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