clouddirectory_list_index: Lists objects attached to the specified index

View source: R/clouddirectory_operations.R

clouddirectory_list_indexR 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.