Values.RuleSourceGuardrail rules for an Amazon Q Business application. Amazon Q Business supports only one rule at a time.
type nonrec t = {includedUsersAndGroups : UsersAndGroups.t option;Users and groups to be included in a rule.
*)excludedUsersAndGroups : UsersAndGroups.t option;Users and groups to be excluded from a rule.
*)ruleType : RuleType.t;The type of rule.
*)ruleConfiguration : RuleConfiguration.t option;The configuration information for a rule.
*)}val make :
?includedUsersAndGroups:??? ->
?excludedUsersAndGroups:??? ->
?ruleConfiguration:??? ->
ruleType:RuleType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of IndexId.t ]) list ]
list
| `String of SystemMessageOverride.t ])
list ])
list ])
list ]