Skip to main content

data_repository_associations_list_only

Lists data_repository_associations in a region or regions, for all properties use data_repository_associations

Overview

Namedata_repository_associations_list_only
TypeResource
DescriptionCreates 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](https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html).
Idaws.fsx.data_repository_associations_list_only

Fields

NameDatatypeDescription
association_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all data_repository_associations in a region.

SELECT
region,
association_id
FROM aws.fsx.data_repository_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_repository_associations_list_only resource, see data_repository_associations