EventBridge Rules¶
Provider: AWS
Service ID: eventbridge_rules
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'eventbridge_rules',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'arn', 'state', 'description', 'schedule', 'event_bus']
});
</script>
<div data-sd-service="eventbridge_rules" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Rule Name | text |
Resource display name (from tags or identifier) |
rule_name |
Name | text |
From API field: Name |
arn |
ARN | arn_name |
From API field: Arn |
state |
State | status_badge |
From API field: State |
description |
Description | text |
From API field: Description |
schedule |
Schedule | text |
From API field: ScheduleExpression |
event_pattern |
Event Pattern | text |
From API field: EventPattern |
event_bus |
Event Bus | text |
From API field: EventBusName. Default: default |
= included in default view
Sort Order¶
Results are sorted by: name