Module Values_0.AmazonQSettingsSource

A collection of settings that configure the Amazon Q experience within the domain.

Sourcetype nonrec t = {
  1. status : FeatureStatus.t option;
    (*

    Whether Amazon Q has been enabled within the domain.

    *)
  2. qProfileArn : QProfileArn.t option;
    (*

    The ARN of the Amazon Q profile used within the domain.

    *)
}
Sourceval make : ?status:??? -> ?qProfileArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of QProfileArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t