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,
subscriptionTargetId = NULL,
subscribedListingId = NULL,
subscriptionId = NULL,
owningProjectId = NULL,
owningIamPrincipalArn = NULL,
owningUserId = NULL,
owningGroupId = NULL,
sortBy = NULL,
sortOrder = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain.
- environmentId
The identifier of the Amazon DataZone environment.
- subscriptionTargetId
The identifier of the subscription target.
- subscribedListingId
The identifier of the subscribed listing.
- subscriptionId
The identifier of the subscription.
- owningProjectId
The ID of the owning project of the subscription grants.
- owningIamPrincipalArn
The ARN of the owning IAM principal.
- owningUserId
The ID of the owning user.
- owningGroupId
The ID of the owning group.
- sortBy
Specifies the way of sorting the results of this action.
- sortOrder
Specifies the sort order of this action.
- 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 ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_subscription_grantsto list the next set of subscription grants.- nextToken
When the number of subscription grants is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription grants, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_subscription_grantsto list the next set of subscription grants.