AWS::Notifications::EventRuleResource Type definition for AWS::Notifications::EventRule
5 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EventType | string | RequiredCreate-only |
NotificationConfigurationArn | string | RequiredCreate-only |
Regions | Array<string> | Required |
Source | string | RequiredCreate-only |
EventPattern | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | - |
ManagedRules | Array<string> | - |
StatusSummaryByRegion | StatusSummaryByRegion | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Notifications::EventRule
Resources:
MyResource:
Type: AWS::Notifications::EventRule
Properties:
EventType: "value"
NotificationConfigurationArn: "arn:aws:service:region:account:resource"
Regions: []
Source: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
notifications:CreateEventRulenotifications:UpdateEventRulenotifications:GetEventRulenotifications:GetEventRulenotifications:UpdateEventRulenotifications:GetEventRulenotifications:DeleteEventRulenotifications:GetEventRulenotifications:ListEventRulesnotifications:GetEventRuleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EventTypeNotificationConfigurationArnSource