Skip to content

/AWS1/CL_DZN=>LISTNOTIFICATIONS()

About ListNotifications

Lists all Amazon DataZone notifications.

Method Signature

IMPORTING

Required arguments:

IV_DOMAINIDENTIFIER TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain.

IV_TYPE TYPE /AWS1/DZNNOTIFICATIONTYPE /AWS1/DZNNOTIFICATIONTYPE

The type of notifications.

Optional arguments:

IV_AFTERTIMESTAMP TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The time after which you want to list notifications.

IV_BEFORETIMESTAMP TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The time before which you want to list notifications.

IT_SUBJECTS TYPE /AWS1/CL_DZNNOTIFSUBJECTS_W=>TT_NOTIFICATIONSUBJECTS TT_NOTIFICATIONSUBJECTS

The subjects of notifications.

IV_TASKSTATUS TYPE /AWS1/DZNTASKSTATUS /AWS1/DZNTASKSTATUS

The task status of notifications.

IV_MAXRESULTS TYPE /AWS1/DZNMAXRESULTS /AWS1/DZNMAXRESULTS

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

IV_NEXTTOKEN TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DZNLISTNOTIFSOUTPUT /AWS1/CL_DZNLISTNOTIFSOUTPUT