Values.AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsSourceProvides information about domain access control options.
type nonrec t = {enabled : Boolean.t option;Enables fine-grained access control.
*)internalUserDatabaseEnabled : Boolean.t option;Enables the internal user database.
*)masterUserOptions : AwsOpenSearchServiceDomainMasterUserOptionsDetails.t option;Specifies information about the master user of the domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]