cloudwatch_put_managed_insight_rules {paws.management} | R Documentation |
Creates a managed Contributor Insights rule for a specified Amazon Web Services resource
Description
Creates a managed Contributor Insights rule for a specified Amazon Web Services resource. When you enable a managed rule, you create a Contributor Insights rule that collects data from Amazon Web Services services. You cannot edit these rules with put_insight_rule
. The rules can be enabled, disabled, and deleted using enable_insight_rules
, disable_insight_rules
, and delete_insight_rules
. If a previously created managed rule is currently disabled, a subsequent call to this API will re-enable it. Use list_managed_insight_rules
to describe all available rules.
See https://www.paws-r-sdk.com/docs/cloudwatch_put_managed_insight_rules/ for full documentation.
Usage
cloudwatch_put_managed_insight_rules(ManagedRules)
Arguments
ManagedRules |
[required] A list of |
[Package paws.management version 0.9.0 Index]