aws.cloudwatch.list_managed_insight_rules
Example SQL Queries
SELECT * FROMaws.cloudwatch.list_managed_insight_rulesWHERE"resource_arn" = 'VALUE';Description
Returns a list that contains the number of managed Contributor Insights rules in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The ARN of an Amazon Web Services resource that has managed Contributor Insights rules. | VARCHAR |
| max_results Input Column The maximum number of results to return in one operation. If you omit this parameter, the default number is used. The default number is 100. | BIGINT |
| next_token Input Column Include this value to get the next set of rules if the value was returned by the previous operation. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| managed_rules The managed rules that are available for the specified Amazon Web Services resource. | STRUCT( |
Show child fields
| |