Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_subscription_requests: Lists Amazon DataZone subscription requests

Description

Lists Amazon DataZone subscription requests.

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

Usage

datazone_list_subscription_requests(
  approverProjectId = NULL,
  domainIdentifier,
  maxResults = NULL,
  nextToken = NULL,
  owningProjectId = NULL,
  sortBy = NULL,
  sortOrder = NULL,
  status = NULL,
  subscribedListingId = NULL
)

Arguments

approverProjectId

The identifier of the subscription request approver's project.

domainIdentifier

[required] The identifier of the Amazon DataZone domain.

maxResults

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

nextToken

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

owningProjectId

The identifier of the project for the subscription requests.

sortBy

Specifies the way to sort the results of this action.

sortOrder

Specifies the sort order for the results of this action.

status

Specifies the status of the subscription requests.

This is not a required parameter, but if not specified, by default, Amazon DataZone returns only PENDING subscription requests.

subscribedListingId

The identifier of the subscribed listing.