This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Notifications::EventRule EventRuleStatusSummary
Provides additional information about the current EventRule status.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
Properties
Reason-
A human-readable reason for
EventRuleStatus.Required: Yes
Type: String
Update requires: No interruption
Status-
The status of the
EventRule.-
Values:
-
ACTIVE-
The
EventRulecan process events.
-
-
INACTIVE-
The
EventRulemay be unable to process events.
-
-
CREATING-
The
EventRuleis being created.Only
GETandLISTcalls can be run.
-
-
UPDATING-
The
EventRuleis being updated.Only
GETandLISTcalls can be run.
-
-
DELETING-
The
EventRuleis being deleted.Only
GETandLISTcalls can be run.
-
-
Required: Yes
Type: String
Allowed values:
ACTIVE | INACTIVE | CREATING | UPDATING | DELETINGUpdate requires: No interruption
-