Delete Environment Action
datazone_delete_environment_action | R Documentation |
Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment¶
Description¶
Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.
Usage¶
datazone_delete_environment_action(domainIdentifier,
environmentIdentifier, identifier)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which an environment action is deleted. |
environmentIdentifier |
[required] The ID of the environment where an environment action is deleted. |
identifier |
[required] The ID of the environment action that is deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_environment_action(
domainIdentifier = "string",
environmentIdentifier = "string",
identifier = "string"
)