Values.LifecyclePolicyResourceIdentifierSourceThe unique identifiers of policy types and resource names.
type nonrec t = {type_ : LifecyclePolicyType.t;The type of lifecycle policy.
*)resource : ResourceName.t;The name of the OpenSearch Serverless ilndex resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]