Values.ManagedRuleSourceContains the information that's required to enable a managed Contributor Insights rule for an Amazon Web Services resource.
type nonrec t = {templateName : TemplateName.t;The template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
*)resourceARN : AmazonResourceName.t;The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
*)}val make :
?tags:??? ->
templateName:TemplateName.t ->
resourceARN:AmazonResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of TemplateName.t ])
list ]