Values.LifecycleExecutionResourceActionSourceThe lifecycle policy action that was identified for the impacted resource.
type nonrec t = {name : LifecycleExecutionResourceActionName.t option;The name of the resource that was identified for a lifecycle policy action.
*)reason : NonEmptyString.t option;The reason why the lifecycle policy action is taken.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]