Values.ActionSourceThe action that starts at the beginning of an incident. The response plan defines the action.
type nonrec t = {ssmAutomation : SsmAutomation.t option;The Systems Manager automation document to start as the runbook at the beginning of the incident.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of DynamicSsmParametersKeyString.t ]
* [> `List of
[> `String of SsmParameterValuesMemberString.t ]
list
| `Structure of (string * [> `Enum of string ]) list ])
list
| `String of SsmAutomationDocumentNameString.t ])
list ])
list ]