Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudwatch_describe_insight_rules

Returns a list of all the Contributor Insights rules in your account


Description

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.

Usage

cloudwatch_describe_insight_rules(NextToken, MaxResults)

Arguments

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.

Value

A list with the following syntax:

list(
  NextToken = "string",
  InsightRules = list(
    list(
      Name = "string",
      State = "string",
      Schema = "string",
      Definition = "string"
    )
  )
)

Request syntax

svc$describe_insight_rules(
  NextToken = "string",
  MaxResults = 123
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.