Values_0.MitigationActionSourceDescribes which changes should be applied as part of a mitigation action.
type nonrec t = {name : MitigationActionName.t option;A user-friendly name for the mitigation action.
*)id : MitigationActionId.t option;A unique identifier for the mitigation action.
*)roleArn : RoleArn.t option;The IAM role ARN used to apply this mitigation action.
*)actionParams : MitigationActionParams.t option;The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of MitigationActionName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of [> `String of ThingGroupName.t ] list
| `String of RoleArn.t ])
list ])
list ])
list ]