Values.SsmAutomationSourceDetails about the Systems Manager automation document that will be used as a runbook during an incident.
type nonrec t = {documentName : SsmAutomationDocumentNameString.t;The automation document's name.
*)documentVersion : SsmAutomationDocumentVersionString.t option;The automation document's version to use when running.
*)dynamicParameters : DynamicSsmParameters.t option;The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
*)parameters : SsmParameters.t option;The key-value pair parameters to use when running the automation document.
*)roleArn : RoleArn.t;The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.
*)targetAccount : SsmTargetAccount.t option;The account that the automation document will be run in. This can be in either the management account or an application account.
*)}val make :
?documentVersion:??? ->
?dynamicParameters:??? ->
?parameters:??? ->
?targetAccount:??? ->
documentName:SsmAutomationDocumentNameString.t ->
roleArn:RoleArn.t ->
unit ->
tval to_value :
t ->
[> `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 ]