View source: R/datazone_operations.R
datazone_list_notifications | R Documentation |
Lists all Amazon DataZone notifications.
See https://www.paws-r-sdk.com/docs/datazone_list_notifications/ for full documentation.
datazone_list_notifications(
afterTimestamp = NULL,
beforeTimestamp = NULL,
domainIdentifier,
maxResults = NULL,
nextToken = NULL,
subjects = NULL,
taskStatus = NULL,
type
)
afterTimestamp |
The time after which you want to list notifications. |
beforeTimestamp |
The time before which you want to list notifications. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
maxResults |
The maximum number of notifications to return in a single call to
|
nextToken |
When the number of notifications is greater than the default value for
the |
subjects |
The subjects of notifications. |
taskStatus |
The task status of notifications. |
type |
[required] The type of notifications. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.