Values_0.AmazonQSettingsSourceA collection of settings that configure the Amazon Q experience within the domain.
type nonrec t = {status : FeatureStatus.t option;Whether Amazon Q has been enabled within the domain.
*)qProfileArn : QProfileArn.t option;The ARN of the Amazon Q profile used within the domain.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of QProfileArn.t ]) list ]