Lists data source runs in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_list_data_source_runs/ for full documentation.
datazone_list_data_source_runs(
dataSourceIdentifier,
domainIdentifier,
maxResults = NULL,
nextToken = NULL,
status = NULL
)[required] The identifier of the data source.
[required] The identifier of the Amazon DataZone domain in which to invoke the
list_data_source_runs action.
The maximum number of runs to return in a single call to
list_data_source_runs. When the
number of runs to be listed is greater than the value of MaxResults,
the response contains a NextToken value that you can use in a
subsequent call to
list_data_source_runs to list the
next set of runs.
When the number of runs is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for
MaxResults that is less than the number of runs, the response includes
a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to
list_data_source_runs to list the
next set of runs.
The status of the data source.