aws.cloudwatch.describe_insight_rules
Example SQL Queries
SELECT * FROMaws.cloudwatch.describe_insight_rules;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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used. | BIGINT |
| next_token Input Column If this parameter is present, it is a token that marks the start of the next batch of returned results. | 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
| |
| insight_rules The rules returned by the operation. | STRUCT( |
Show child fields
| |