Values.CognitoOptionsSourceOptions to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
type nonrec t = {enabled : Boolean.t option;Specifies the option to enable Cognito for Kibana authentication.
*)userPoolId : UserPoolId.t option;Specifies the Cognito user pool ID for Kibana authentication.
*)identityPoolId : IdentityPoolId.t option;Specifies the Cognito identity pool ID for Kibana authentication.
*)roleArn : RoleArn.t option;Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of UserPoolId.t ]) list ]