View source: R/datazone_operations.R
datazone_list_subscriptions | R Documentation |
Lists subscriptions in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_list_subscriptions/ for full documentation.
datazone_list_subscriptions(
approverProjectId = NULL,
domainIdentifier,
maxResults = NULL,
nextToken = NULL,
owningProjectId = NULL,
sortBy = NULL,
sortOrder = NULL,
status = NULL,
subscribedListingId = NULL,
subscriptionRequestIdentifier = NULL
)
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
|
nextToken |
When the number of subscriptions is greater than the default value for
the |
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.