Values.AccessPoliciesStatusSourceThe configured access rules for the domain's document and search endpoints, and the current status of those rules.
type nonrec t = {options : PolicyDocument.t option;The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
*)status : OptionStatus.t option;The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.
*)}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 ]