Lists data source run activities
Source:R/datazone_operations.R
datazone_list_data_source_run_activities.RdLists data source run activities.
See https://www.paws-r-sdk.com/docs/datazone_list_data_source_run_activities/ for full documentation.
Usage
datazone_list_data_source_run_activities(
domainIdentifier,
identifier,
status = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain in which to list data source run activities.
- identifier
[required] The identifier of the data source run.
- status
The status of the data source run.
- nextToken
When the number of activities is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of activities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_data_source_run_activitiesto list the next set of activities.- maxResults
The maximum number of activities to return in a single call to
list_data_source_run_activities. When the number of activities to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_data_source_run_activitiesto list the next set of activities.