Values.IndexPolicySourceThis structure contains information about one field index policy in this account.
type nonrec t = {logGroupIdentifier : LogGroupIdentifier.t option;The ARN of the log group that this index policy applies to.
*)lastUpdateTime : Timestamp.t option;The date and time that this index policy was most recently updated.
*)policyDocument : PolicyDocument.t option;The policy document for this index policy, in JSON format.
*)policyName : PolicyName.t option;The name of this policy. Responses about log group-level field index policies don't have this field, because those policies don't have names.
*)source : IndexSource.t option;This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of LogGroupIdentifier.t ])
list ]