/AWS1/CL_DZN=>LISTDATASOURCERUNACTIVITIES()
¶
About ListDataSourceRunActivities¶
Lists data source run activities.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DOMAINIDENTIFIER
TYPE /AWS1/DZNDOMAINID
/AWS1/DZNDOMAINID
¶
The identifier of the Amazon DataZone domain in which to list data source run activities.
IV_IDENTIFIER
TYPE /AWS1/DZNDATASOURCERUNID
/AWS1/DZNDATASOURCERUNID
¶
The identifier of the data source run.
Optional arguments:¶
IV_STATUS
TYPE /AWS1/DZNDATAASSETACTIVITYSTAT
/AWS1/DZNDATAASSETACTIVITYSTAT
¶
The status of the data source run.
IV_NEXTTOKEN
TYPE /AWS1/DZNPAGINATIONTOKEN
/AWS1/DZNPAGINATIONTOKEN
¶
When the number of activities is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of activities, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListDataSourceRunActivities
to list the next set of activities.
IV_MAXRESULTS
TYPE /AWS1/DZNMAXRESULTS
/AWS1/DZNMAXRESULTS
¶
The maximum number of activities to return in a single call to
ListDataSourceRunActivities
. When the number of activities to be listed is greater than the value ofMaxResults
, the response contains aNextToken
value that you can use in a subsequent call toListDataSourceRunActivities
to list the next set of activities.