AWS::Notifications::EventRule EventRuleStatusSummary - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Notifications::EventRule EventRuleStatusSummary

Provides additional information about the current EventRule status.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Reason" : String, "Status" : String }

YAML

Reason: String Status: String

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 EventRule can process events.

    • INACTIVE

      • The EventRule may be unable to process events.

    • CREATING

      • The EventRule is being created.

        Only GET and LIST calls can be run.

    • UPDATING

      • The EventRule is being updated.

        Only GET and LIST calls can be run.

    • DELETING

      • The EventRule is being deleted.

        Only GET and LIST calls can be run.

Required: Yes

Type: String

Allowed values: ACTIVE | INACTIVE | CREATING | UPDATING | DELETING

Update requires: No interruption