Skip to content

/AWS1/CL_FSX=>DSCDATAREPOSITORYASSOCIATI00()

About DescribeDataRepositoryAssociations

Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported on Amazon File Cache resources and all FSx for Lustre 2.12 and 2,15 file systems, excluding scratch_1 deployment type.

You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or caches (use the file-cache-id filter with the ID of the cache), or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3 or NFS). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations remain, a NextToken value is returned in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

Method Signature

IMPORTING

Optional arguments:

IT_ASSOCIATIONIDS TYPE /AWS1/CL_FSXDATAREPOSITORYAS01=>TT_DATAREPOSITORYASSOCIATION00 TT_DATAREPOSITORYASSOCIATION00

IDs of the data repository associations whose descriptions you want to retrieve (String).

IT_FILTERS TYPE /AWS1/CL_FSXFILTER=>TT_FILTERS TT_FILTERS

Filters

IV_MAXRESULTS TYPE /AWS1/FSXLIMITEDMAXRESULTS /AWS1/FSXLIMITEDMAXRESULTS

The maximum number of resources to return in the response. This value must be an integer greater than zero.

IV_NEXTTOKEN TYPE /AWS1/FSXNEXTTOKEN /AWS1/FSXNEXTTOKEN

NextToken

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FSXDSCDATAREPOSITOR01 /AWS1/CL_FSXDSCDATAREPOSITOR01