Values.LifecycleExecutionResourceStateSourceContains the state of an impacted resource that the runtime instance of the lifecycle policy identified for action.
type nonrec t = {status : LifecycleExecutionResourceStatus.t option;The runtime status of the lifecycle action taken for the impacted resource.
*)reason : NonEmptyString.t option;Messaging that clarifies the reason for the assigned status.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]