Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_subscription_grants: Lists subscription grants

Description

Lists subscription grants.

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

Usage

datazone_list_subscription_grants(
  domainIdentifier,
  environmentId = NULL,
  maxResults = NULL,
  nextToken = NULL,
  owningProjectId = NULL,
  sortBy = NULL,
  sortOrder = NULL,
  subscribedListingId = NULL,
  subscriptionId = NULL,
  subscriptionTargetId = NULL
)

Arguments

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 list_subscription_grants. When the number of subscription grants 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_grants to list the next set of subscription grants.

nextToken

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

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.