GetDataRepositoryAssociationResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val associationId: String? = null

The system-generated, unique ID of the data repository association.

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.

Link copied to clipboard
val resourceArn: String? = null

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

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

A list of Tag values, with a maximum of 50 elements.