Values.ActionConfigurationSourceSpecifies an allowed action and its associated filter configuration.
type nonrec t = {action : QIamAction.t;The Amazon Q Business action that is allowed.
*)filterConfiguration : ActionFilterConfiguration.t option;The filter configuration for the action, if any.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of QIamAction.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]