Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_subscriptions: Lists subscriptions in Amazon DataZone

Description

Lists subscriptions in Amazon DataZone.

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

Usage

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

Arguments

approverProjectId

The identifier of the project for the subscription's approver.

domainIdentifier

[required] The identifier of the Amazon DataZone domain.

maxResults

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

nextToken

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

owningProjectId

The identifier of the owning project.

sortBy

Specifies the way in which the results of this action are to be sorted.

sortOrder

Specifies the sort order for the results of this action.

status

The status of the subscriptions that you want to list.

This is not a required parameter, but if not provided, by default, Amazon DataZone returns only APPROVED subscriptions.

subscribedListingId

The identifier of the subscribed listing for the subscriptions that you want to list.

subscriptionRequestIdentifier

The identifier of the subscription request for the subscriptions that you want to list.