Module Values.DescribeIndexPoliciesRequestSource

Returns 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.

Sourcetype nonrec t = {
  1. logGroupIdentifiers : DescribeIndexPoliciesLogGroupIdentifiers.t;
    (*

    An array containing the name or ARN of the log group that you want to retrieve field index policies for.

    *)
  2. nextToken : NextToken.t option;
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> logGroupIdentifiers:DescribeIndexPoliciesLogGroupIdentifiers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of LogGroupIdentifier.t ] list | `String of NextToken.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t