getDataRepositoryAssociation

Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported on all FSx for Lustre 2.12 and newer file systems, excluding `scratch_1` deployment type. Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket.

Return

null

Parameters

argument

null


Return

null

Parameters

associationId

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

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.fsx.kotlin.inputs.GetDataRepositoryAssociationPlainArgs.

See also