Lists Amazon DataZone subscription requests
Source:R/datazone_operations.R
datazone_list_subscription_requests.RdLists Amazon DataZone subscription requests.
See https://www.paws-r-sdk.com/docs/datazone_list_subscription_requests/ for full documentation.
Usage
datazone_list_subscription_requests(
domainIdentifier,
status = NULL,
subscribedListingId = NULL,
owningProjectId = NULL,
owningIamPrincipalArn = NULL,
approverProjectId = NULL,
owningUserId = NULL,
owningGroupId = NULL,
sortBy = NULL,
sortOrder = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain.
- status
Specifies the status of the subscription requests.
This is not a required parameter, but if not specified, by default, Amazon DataZone returns only
PENDINGsubscription requests.- subscribedListingId
The identifier of the subscribed listing.
- owningProjectId
The identifier of the project for the subscription requests.
- owningIamPrincipalArn
The ARN of the owning IAM principal.
- approverProjectId
The identifier of the subscription request approver's project.
- owningUserId
The ID of the owning user.
- owningGroupId
The ID of the owning group.
- sortBy
Specifies the way to sort the results of this action.
- sortOrder
Specifies the sort order for the results of this action.
- maxResults
The maximum number of subscription requests to return in a single call to
list_subscription_requests. When the number of subscription requests to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_subscription_requeststo list the next set of subscription requests.- nextToken
When the number of subscription requests is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription requests, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_subscription_requeststo list the next set of subscription requests.