Values.DescribeIndexPoliciesRequestSourceReturns the field index policies of the specified log group. For more information about field index policies, see PutIndexPolicy. If a specified log group has a log-group level index policy, that policy is returned by this operation. If a specified log group doesn't have a log-group level index policy, but an account-wide index policy applies to it, that account-wide policy is returned by this operation. To find information about only account-level policies, use DescribeAccountPolicies instead.
type nonrec t = {logGroupIdentifiers : DescribeIndexPoliciesLogGroupIdentifiers.t;An array containing the name or ARN of the log group that you want to retrieve field index policies for.
*)nextToken : NextToken.t option;}val make :
?nextToken:??? ->
logGroupIdentifiers:DescribeIndexPoliciesLogGroupIdentifiers.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LogGroupIdentifier.t ] list
| `String of NextToken.t ])
list ]