View source: R/datazone_operations.R
datazone_list_subscription_grants | R Documentation |
Lists subscription grants.
See https://www.paws-r-sdk.com/docs/datazone_list_subscription_grants/ for full documentation.
datazone_list_subscription_grants(
domainIdentifier,
environmentId = NULL,
maxResults = NULL,
nextToken = NULL,
owningProjectId = NULL,
sortBy = NULL,
sortOrder = NULL,
subscribedListingId = NULL,
subscriptionId = NULL,
subscriptionTargetId = NULL
)
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
environmentId |
The identifier of the Amazon DataZone environment. |
maxResults |
The maximum number of subscription grants to return in a single call to
|
nextToken |
When the number of subscription grants is greater than the default value
for the |
owningProjectId |
The ID of the owning project of the subscription grants. |
sortBy |
Specifies the way of sorting the results of this action. |
sortOrder |
Specifies the sort order of this action. |
subscribedListingId |
The identifier of the subscribed listing. |
subscriptionId |
The identifier of the subscription. |
subscriptionTargetId |
The identifier of the subscription target. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.