datazone_create_environment_action {paws.analytics} | R Documentation |
Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
See https://www.paws-r-sdk.com/docs/datazone_create_environment_action/ for full documentation.
datazone_create_environment_action(
description = NULL,
domainIdentifier,
environmentIdentifier,
name,
parameters
)
description |
The description of the environment action that is being created in the environment. |
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the environment action is created. |
environmentIdentifier |
[required] The ID of the environment in which the environment action is created. |
name |
[required] The name of the environment action. |
parameters |
[required] The parameters of the environment action. |