Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_notifications: Lists all Amazon DataZone notifications

Description

Lists all Amazon DataZone notifications.

See https://www.paws-r-sdk.com/docs/datazone_list_notifications/ for full documentation.

Usage

datazone_list_notifications(
  afterTimestamp = NULL,
  beforeTimestamp = NULL,
  domainIdentifier,
  maxResults = NULL,
  nextToken = NULL,
  subjects = NULL,
  taskStatus = NULL,
  type
)

Arguments

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 list_notifications. 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 list_notifications to list the next set of notifications.

nextToken

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 list_notifications to list the next set of notifications.

subjects

The subjects of notifications.

taskStatus

The task status of notifications.

type

[required] The type of notifications.