Learn R Programming

paws.management (version 0.1.8)

cloudwatch_delete_insight_rules: Permanently deletes the specified Contributor Insights rules

Description

Permanently deletes the specified Contributor Insights rules.

Usage

cloudwatch_delete_insight_rules(RuleNames)

Arguments

RuleNames

[required] An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.

Request syntax

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

Details

If you create a rule, delete it, and then re-create it with the same name, historical data from the first time the rule was created may or may not be available.