Lists subscription targets in Amazon DataZone
Source:R/datazone_operations.R
datazone_list_subscription_targets.RdLists subscription targets in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_list_subscription_targets/ for full documentation.
Usage
datazone_list_subscription_targets(
domainIdentifier,
environmentIdentifier,
sortBy = NULL,
sortOrder = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain where you want to list subscription targets.
- environmentIdentifier
[required] The identifier of the environment where you want to list subscription targets.
- 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.
- maxResults
The maximum number of subscription targets to return in a single call to
list_subscription_targets. When the number of subscription targets to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_subscription_targetsto list the next set of subscription targets.- nextToken
When the number of subscription targets is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription targets, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_subscription_targetsto list the next set of subscription targets.