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

cloudwatch_enable_insight_rules

Enables the specified Contributor Insights rules


Description

Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.

Usage

cloudwatch_enable_insight_rules(RuleNames)

Arguments

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.

Value

A list with the following syntax:

list(
  Failures = list(
    list(
      FailureResource = "string",
      ExceptionType = "string",
      FailureCode = "string",
      FailureDescription = "string"
    )
  )
)

Request syntax

svc$enable_insight_rules(
  RuleNames = list(
    "string"
  )
)

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.