View source: R/ssm_operations.R
ssm_get_maintenance_window_execution_task_invocation | R Documentation |
Retrieves information about a specific task running on a specific target.
See https://www.paws-r-sdk.com/docs/ssm_get_maintenance_window_execution_task_invocation/ for full documentation.
ssm_get_maintenance_window_execution_task_invocation(
WindowExecutionId,
TaskId,
InvocationId
)
WindowExecutionId |
[required] The ID of the maintenance window execution for which the task is a part. |
TaskId |
[required] The ID of the specific task in the maintenance window task that should be retrieved. |
InvocationId |
[required] The invocation ID to retrieve. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.