View source: R/clouddirectory_operations.R
clouddirectory_list_index | R Documentation |
Lists objects attached to the specified index.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_index/ for full documentation.
clouddirectory_list_index(
DirectoryArn,
RangesOnIndexedValues = NULL,
IndexReference,
MaxResults = NULL,
NextToken = NULL,
ConsistencyLevel = NULL
)
DirectoryArn |
[required] The ARN of the directory that the index exists in. |
RangesOnIndexedValues |
Specifies the ranges of indexed values that you want to query. |
IndexReference |
[required] The reference to the index to list. |
MaxResults |
The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits. |
NextToken |
The pagination token. |
ConsistencyLevel |
The consistency level to execute the request at. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.