To specify an action in an EventBridge policy, use the events:
prefix followed by the API operation name, as shown in the following example.
"Action": "events:PutRule"
To specify multiple actions in a single statement, separate them with commas as follows.
"Action": ["events:action1", "events:action2"]
To specify multiple actions, you can also use wildcards. For example, you can specify all actions that begin with the word "Put"
as follows.
"Action": "events:Put*"
To specify all EventBridge API actions, use the *
wildcard as follows.
"Action": "events:*"
The following table lists the EventBridge API operations and corresponding actions that you can specify in an IAM policy.
EventBridge API operation Required permissions Descriptionevents:DeleteRule
Required to delete a rule.
events:DescribeEventBus
Required to list accounts that are allowed to write events to the current account's event bus.
events:DescribeRule
Required to list the details about a rule.
events:DisableRule
Required to disable a rule.
events:EnableRule
Required to enable a rule.
events:ListRuleNamesByTarget
Required to list rules associated with a target.
events:ListRules
Required to list all rules in your account.
events:ListTagsForResource
Required to list all tags associated with an EventBridge resource. Currently, only rules can be tagged.
events:ListTargetsByRule
Required to list all targets associated with a rule.
events:PutEvents
Required to add custom events that can be matched to rules.
events:PutPermission
Required to give another account permission to write events to this accountâs default event bus.
events:PutRule
Required to create or update a rule.
events:PutTargets
Required to add targets to a rule.
events:RemovePermission
Required to revoke another accountâs permissions for writing events to this accountâs default event bus.
events:RemoveTargets
Required to remove a target from a rule.
events:TestEventPattern
Required to test an event pattern against a given event.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4