Values_0.CloudWatchOutputConfigSourceConfiguration options for sending command output to Amazon CloudWatch Logs.
type nonrec t = {cloudWatchLogGroupName : CloudWatchLogGroupName.t option;The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format: aws/ssm/SystemsManagerDocumentName
*)cloudWatchOutputEnabled : CloudWatchOutputEnabled.t option;Enables Systems Manager to send command output to CloudWatch Logs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of CloudWatchOutputEnabled.t
| `String of CloudWatchLogGroupName.t ])
list ]