Values.AmazonQPropertiesInputSourceThe Amazon Q properties of the connection.
type nonrec t = {isEnabled : Boolean.t;Specifies whether Amazon Q is enabled for the connection.
*)profileArn : AmazonQPropertiesInputProfileArnString.t option;The profile ARN of the connection's Amazon Q properties.
*)authMode : AmazonQPropertiesInputAuthModeString.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 AmazonQPropertiesInputProfileArnString.t ])
list ]