v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439228184.1 KB

Returns a specified <code>EventRule</code>.

get/event-rules/{arn}

Path parameters

arnstring required

The Amazon Resource Name (ARN) of the <code>EventRule</code> to return.

Response

Success

arnstring required

The ARN of the resource.

notificationConfigurationArnstring required

The ARN of a <code>NotificationConfiguration</code>.

creationTimestring date-time required

The date when the <code>EventRule</code> was created.

sourcestring required
<p>The matched event source.</p> <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
eventTypestring required
<p>The event type to match.</p> <p>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
eventPatternstring required
<p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i> </p>
regionsRegion[] required

A list of Amazon Web Services Regions that send events to this <code>EventRule</code>.

managedRulesManagedRuleArn[] required
<p>A list of managed rules from EventBridge that are associated with this <code>EventRule</code>.</p> <note> <p>These are created by User Notifications within your account so this <code>EventRule</code> functions.</p> </note>
statusSummaryByRegionobject required

A list of an <code>EventRule</code>'s status by Region. Regions are mapped to <code>EventRuleStatusSummary</code>.