actions-marketplace-validations/aws-eventbridge-action
Publish an event to AWS EventBridge.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| event-bus-name | The name or ARN of the event bus to receive the event. | yes | — |
| source | The source of the event. | yes | — |
| resources | A comma separated list of of ARNs which the event concerns. | no | — |
| detail-type | Used to decide what fields to expect in the event detail. | yes | — |
| detail | A valid JSON string. | yes | — |
| aws-region | AWS region | yes | us-east-1 |
Outputs
| name | description |
|---|---|
| event-id | The event ID from AWS EventBridge. |