Lists all Amazon DataZone notifications
Source:R/datazone_operations.R
datazone_list_notifications.RdLists all Amazon DataZone notifications.
See https://www.paws-r-sdk.com/docs/datazone_list_notifications/ for full documentation.
Usage
datazone_list_notifications(
domainIdentifier,
type,
afterTimestamp = NULL,
beforeTimestamp = NULL,
subjects = NULL,
taskStatus = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain.
- type
[required] The type of notifications.
- afterTimestamp
The time after which you want to list notifications.
- beforeTimestamp
The time before which you want to list notifications.
- subjects
The subjects of notifications.
- taskStatus
The task status of notifications.
- maxResults
The maximum number of notifications to return in a single call to
list_notifications. When the number of notifications to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_notificationsto list the next set of notifications.- nextToken
When the number of notifications is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notifications, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_notificationsto list the next set of notifications.