clouddirectory_list_index {paws.security.identity} | R Documentation |
Lists objects attached to the specified index
Description
Lists objects attached to the specified index.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_index/ for full documentation.
Usage
clouddirectory_list_index(
DirectoryArn,
RangesOnIndexedValues = NULL,
IndexReference,
MaxResults = NULL,
NextToken = NULL,
ConsistencyLevel = NULL
)
Arguments
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. |
[Package paws.security.identity version 0.9.0 Index]