Skip to content

/AWS1/CL_DZN=>LISTDATASOURCES()

About ListDataSources

Lists data sources in Amazon DataZone.

Method Signature

IMPORTING

Required arguments:

IV_DOMAINIDENTIFIER TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain in which to list the data sources.

IV_PROJECTIDENTIFIER TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The identifier of the project in which to list data sources.

Optional arguments:

IV_ENVIRONMENTIDENTIFIER TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The identifier of the environment in which to list the data sources.

IV_TYPE TYPE /AWS1/DZNDATASOURCETYPE /AWS1/DZNDATASOURCETYPE

The type of the data source.

IV_STATUS TYPE /AWS1/DZNDATASOURCESTATUS /AWS1/DZNDATASOURCESTATUS

The status of the data source.

IV_NAME TYPE /AWS1/DZNNAME /AWS1/DZNNAME

The name of the data source.

IV_NEXTTOKEN TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN

When the number of data sources 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 data sources, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSources to list the next set of data sources.

IV_MAXRESULTS TYPE /AWS1/DZNMAXRESULTS /AWS1/DZNMAXRESULTS

The maximum number of data sources to return in a single call to ListDataSources. When the number of data sources 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 ListDataSources to list the next set of data sources.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DZNLISTDATASRCSOUTPUT /AWS1/CL_DZNLISTDATASRCSOUTPUT