Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.
cloudwatch_enable_insight_rules(RuleNames)
[required] An array of the rule names to enable. If you need to find out the names
of your rules, use
describe_insight_rules
.
A list with the following syntax:
list( Failures = list( list( FailureResource = "string", ExceptionType = "string", FailureCode = "string", FailureDescription = "string" ) ) )
svc$enable_insight_rules( RuleNames = list( "string" ) )