data_repository_associations_list_only
Lists data_repository_associations
in a region or regions, for all properties use data_repository_associations
Overview
Name | data_repository_associations_list_only |
Type | Resource |
Description | 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](https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html). |
Id | aws.fsx.data_repository_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
association_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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