Values.PrometheusDirectQueryDataSourceSourceConfiguration details for a Prometheus data source that can be used for direct queries.
type nonrec t = {roleArn : DirectQueryDataSourceRoleArn.t;The unique identifier of the IAM role that grants OpenSearch Service permission to access the specified data source.
*)workspaceArn : AMPWorkspaceArn.t;The unique identifier of the Amazon Managed Prometheus Workspace that is associated with the specified data source.
*)}val make :
roleArn:DirectQueryDataSourceRoleArn.t ->
workspaceArn:AMPWorkspaceArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of DirectQueryDataSourceRoleArn.t ]) list ]