Returns a list of all the Contributor Insights rules in your account
Returns a list of all the Contributor Insights rules in your account.
For more information about Contributor Insights, see Using Contributor Insights to Analyze High-Cardinality Data.
cloudwatch_describe_insight_rules(NextToken, MaxResults)
NextToken |
Include this value, if it was returned by the previous operation, to get the next set of rules. |
MaxResults |
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used. |
A list with the following syntax:
list( NextToken = "string", InsightRules = list( list( Name = "string", State = "string", Schema = "string", Definition = "string" ) ) )
svc$describe_insight_rules( NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.