AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudWatch::InsightRule

CloudWatch InsightRule

Resource Type definition for AWS::CloudWatch::InsightRule

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
RuleBody
string
Required
RuleName
string
RequiredCreate-only
RuleState
string
Required
ApplyOnTransformedLogs
boolean
Tags
Tags

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudWatch::InsightRule

Resources:
  MyResource:
    Type: AWS::CloudWatch::InsightRule
    Properties:
      RuleState: "value"
      RuleBody: "value"
      RuleName: "my-rulename"
      Tags:
        - Key: Environment
          Value: Production

Get the CloudWatch Cheat Sheet

Everything you need to know about CloudWatch on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudWatch
Properties7
Required3
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

RuleName

External Links