DataRepositoryAssociationArgs

data class DataRepositoryAssociationArgs(val batchImportMetaDataOnCreate: Output<Boolean>? = null, val dataRepositoryPath: Output<String>? = null, val fileSystemId: Output<String>? = null, val fileSystemPath: Output<String>? = null, val importedFileChunkSize: Output<Int>? = null, val s3: Output<DataRepositoryAssociationS3Args>? = null, val tags: Output<List<DataRepositoryAssociationTagArgs>>? = null) : ConvertibleToJava<DataRepositoryAssociationArgs>

Resource Type definition for AWS::FSx::DataRepositoryAssociation

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
fun DataRepositoryAssociationArgs(batchImportMetaDataOnCreate: Output<Boolean>? = null, dataRepositoryPath: Output<String>? = null, fileSystemId: Output<String>? = null, fileSystemPath: Output<String>? = null, importedFileChunkSize: Output<Int>? = null, s3: Output<DataRepositoryAssociationS3Args>? = null, tags: Output<List<DataRepositoryAssociationTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DataRepositoryAssociationArgs

Properties

Link copied to clipboard

A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true.

Link copied to clipboard
val dataRepositoryPath: Output<String>? = null

The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/ . This path specifies where in the S3 data repository files will be imported from or exported to.

Link copied to clipboard
val fileSystemId: Output<String>? = null

The globally unique ID of the file system, assigned by Amazon FSx.

Link copied to clipboard
val fileSystemPath: Output<String>? = null

This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

Link copied to clipboard
val importedFileChunkSize: Output<Int>? = null

For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

Link copied to clipboard
val s3: Output<DataRepositoryAssociationS3Args>? = 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 list of Tag values, with a maximum of 50 elements.