AWS::CloudWatch::InsightRuleResource Type definition for AWS::CloudWatch::InsightRule
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RuleBody | string | Required |
RuleName | string | RequiredCreate-only |
RuleState | string | Required |
ApplyOnTransformedLogs | boolean | |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
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: ProductionEverything you need to know about CloudWatch on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RuleName