Values.AccessPoliciesStatusSourceThe configured access rules for the domain's search endpoint, and the current status of those rules.
type nonrec t = {options : PolicyDocument.t option;The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see Configuring access policies.
*)status : OptionStatus.t option;The status of the access policy for the domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PolicyDocument.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]