View source: R/datazone_operations.R
datazone_list_environment_actions | R Documentation |
Lists existing environment actions.
See https://www.paws-r-sdk.com/docs/datazone_list_environment_actions/ for full documentation.
datazone_list_environment_actions(
domainIdentifier,
environmentIdentifier,
maxResults = NULL,
nextToken = NULL
)
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the environment actions are listed. |
environmentIdentifier |
[required] The ID of the envrironment whose environment actions are listed. |
maxResults |
The maximum number of environment actions to return in a single call to
|
nextToken |
When the number of environment actions is greater than the default value
for the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.