View source: R/ssm_operations.R
ssm_send_automation_signal | R Documentation |
Sends a signal to an Automation execution to change the current behavior or status of the execution.
See https://www.paws-r-sdk.com/docs/ssm_send_automation_signal/ for full documentation.
ssm_send_automation_signal(AutomationExecutionId, SignalType, Payload = NULL)
AutomationExecutionId |
[required] The unique identifier for an existing Automation execution that you want to send the signal to. |
SignalType |
[required] The type of signal to send to an Automation execution. |
Payload |
The data sent with the signal. The data schema depends on the type of signal used in the request. For
For
For the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.