GetDataRepositoryAssociationResult

data class GetDataRepositoryAssociationResult(val associationId: String? = null, val importedFileChunkSize: Int? = null, val resourceArn: String? = null, val s3: DataRepositoryAssociationS3? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(associationId: String? = null, importedFileChunkSize: Int? = null, resourceArn: String? = null, s3: DataRepositoryAssociationS3? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val associationId: String? = null

Returns the data repository association's system generated Association ID. Example: dra-abcdef0123456789d

Link copied to clipboard

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 or cache. The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

Link copied to clipboard
val resourceArn: String? = null

Returns the data repository association's Amazon Resource Name (ARN). Example: arn:aws:fsx:us-east-1:111122223333:association/fs-abc012345def6789a/dra-abcdef0123456789b

Link copied to clipboard

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
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag.