Get Data Repository Association Result
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
Properties
Link copied to clipboard
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.