Values.GetDataSourceRequestSourceGets information about an existing Amazon Q Business data source connector.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the Amazon Q Business application.
*)indexId : IndexId.t;The identfier of the index used with the data source connector.
*)dataSourceId : DataSourceId.t;The identifier of the data source connector.
*)}val make :
applicationId:ApplicationId.t ->
indexId:IndexId.t ->
dataSourceId:DataSourceId.t ->
unit ->
t