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