Values.AmazonQPropertiesPatchSourceThe Amazon Q properties of the connection.
type nonrec t = {isEnabled : Boolean.t;Specifies whether Amazon Q is enabled for the connection.
*)profileArn : AmazonQPropertiesPatchProfileArnString.t option;The profile ARN of the connection's Amazon Q properties.
*)authMode : AmazonQPropertiesPatchAuthModeString.t option;The authentication mode of the connection's Amazon Q properties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of AmazonQPropertiesPatchProfileArnString.t ])
list ]