Values.EffectiveLifecyclePolicyDetailSourceError information for an OpenSearch Serverless request.
type nonrec t = {type_ : LifecyclePolicyType.t option;The type of lifecycle policy.
*)resource : Resource.t option;The name of the OpenSearch Serverless index resource.
*)policyName : PolicyName.t option;The name of the lifecycle policy.
*)resourceType : ResourceType.t option;The type of OpenSearch Serverless resource. Currently, the only supported resource is index.
*)retentionPeriod : String_.t option;The minimum number of index retention in days or hours. This is an optional parameter that will return only if itβs set.
*)noMinRetentionPeriod : Boolean.t option;The minimum number of index retention days set. That is an optional param that will return as true if the minimum number of days or hours is not set to a index resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `Enum of string | `String of Resource.t ])
list ]