View source: R/datazone_operations.R
datazone_update_environment_action | R Documentation |
Updates an environment action.
See https://www.paws-r-sdk.com/docs/datazone_update_environment_action/ for full documentation.
datazone_update_environment_action(
description = NULL,
domainIdentifier,
environmentIdentifier,
identifier,
name = NULL,
parameters = NULL
)
description |
The description of the environment action. |
domainIdentifier |
[required] The domain ID of the environment action. |
environmentIdentifier |
[required] The environment ID of the environment action. |
identifier |
[required] The ID of the environment action. |
name |
The name of the environment action. |
parameters |
The parameters of the environment action. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.