Skip to content

/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 for MaxResults that is less than the number of activities, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSourceRunActivities 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 of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataSourceRunActivities to list the next set of activities.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DZNLSTDATASRCRUNACT01 /AWS1/CL_DZNLSTDATASRCRUNACT01