Queries entities in the graph store.
See https://www.paws-r-sdk.com/docs/datazone_query_graph/ for full documentation.
Usage
datazone_query_graph(
domainIdentifier,
match,
maxResults = NULL,
nextToken = NULL,
additionalAttributes = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain.
- match
[required] List of query match clauses.
- maxResults
The maximum number of entities to return in a single call to
query_graph. When the number of entities to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toquery_graphto list the next set of entities.- nextToken
When the number of entities is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of entities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toquery_graphto list the next set of entities.- additionalAttributes
Additional details on the queried entity that can be requested in the response.