View source: R/datazone_operations.R
datazone_list_subscription_targets | R Documentation |
Lists subscription targets in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_list_subscription_targets/ for full documentation.
datazone_list_subscription_targets(
domainIdentifier,
environmentIdentifier,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
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. |
maxResults |
The maximum number of subscription targets to return in a single call to
|
nextToken |
When the number of subscription targets is greater than the default
value for the |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.