AWS Fundamentals Logo
AWS Fundamentals
AWS::Notifications::EventRule

Notifications EventRule

Resource Type definition for AWS::Notifications::EventRule

Properties

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

Filter:
PropertyTypeFlags
EventType
string
RequiredCreate-only
NotificationConfigurationArn
string
RequiredCreate-only
Regions
Array<string>
Required
Source
string
RequiredCreate-only
EventPattern
string

Return Values

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

AttributeTypeDescription
Arnstring-
CreationTimestring-
ManagedRulesArray<string>-
StatusSummaryByRegionStatusSummaryByRegion-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

notifications:CreateEventRulenotifications:UpdateEventRulenotifications:GetEventRule

read

notifications:GetEventRule

update

notifications:UpdateEventRulenotifications:GetEventRule

delete

notifications:DeleteEventRulenotifications:GetEventRule

list

notifications:ListEventRulesnotifications:GetEventRule

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNotifications
Properties9
Required4
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

EventTypeNotificationConfigurationArnSource

External Links