

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Amazon EventBridge アクセス許可のリファレンス
<a name="eb-permissions-reference"></a>





EventBridge ポリシーでアクションを指定するには、次の例のように `events:` というプレフィックスの後に API オペレーション名を使用します。

```
"Action": "events:PutRule"
```

単一のステートメントに複数のアクションを指定するには、次のようにコンマで区切ります。

```
"Action": ["events:action1", "events:action2"]
```

複数のアクションを指定するには、ワイルドカードを使用することもできます。例えば、名前が `"Put"` という単語で始まるすべてのアクションは、以下のように指定できます。

```
"Action": "events:Put*"
```

Eventbridge API アクションをすべて指定するには、`*` ワイルドカードを以下のように使用します。

```
"Action": "events:*"
```

次の表は、IAM ポリシーで指定できる EventBridge API オペレーションとそれに対応するアクションの一覧です。


| EventBridge API オペレーション | 必要なアクセス許可 | 説明 | 
| --- | --- | --- | 
|  [DeleteRule](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DeleteRule.html)  |  `events:DeleteRule`  |  ルールを削除するのに必要です。  | 
|  [DescribeEventBus](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DescribeEventBus.html)  |  `events:DescribeEventBus`  |  現在のアカウントのイベントバスにイベントを書き込むことが許可されているアカウントを一覧表示するために必要です。  | 
|  [DescribeRule](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DescribeRule.html)  |  `events:DescribeRule`  |  ルールについての詳細を一覧表示するのに必要です。  | 
|  [DisableRule](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DisableRule.html)  |  `events:DisableRule`  |  ルールを無効にするのに必要です。  | 
|  [EnableRule](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_EnableRule.html)  |  `events:EnableRule`  |  ルールを有効にするのに必要です。  | 
|  [ListRuleNamesByTarget](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListRuleNamesByTarget.html)  |  `events:ListRuleNamesByTarget`  |  ターゲットと関連付けられるルールを一覧表示するために必要です。  | 
|  [ListRules](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListRules.html)  |  `events:ListRules`  |  アカウントの全グループを一覧表示するために必要です。  | 
|  [ListTagsForResource](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTagsForResource.html)  |  `events:ListTagsForResource`  |  EventBridge リソースに関連付けられているすべてのタグを一覧表示するために必要です。現在、タグ付けできるのはルールのみです。  | 
|  [ListTargetsByRule](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html)  |  `events:ListTargetsByRule`  |  ルールと関連付けられるすべてのターゲットを一覧表示するために必要です。  | 
|  [PutEvents](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html)  |  `events:PutEvents`  |  ルールと一致するカスタムイベントを追加するために必要です。  | 
|  [PutPermission](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutPermission.html)  |  `events:PutPermission`  |  このアカウントのデフォルトのイベントバスにイベントを書き込むアクセス権限を別のアカウントに付与するために必要です。  | 
|  [PutRule](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutRule.html)  |  `events:PutRule`  |  ルールを作成または更新するために必要です。  | 
|  [PutTargets](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutTargets.html)  |  `events:PutTargets`  |  ルールにターゲットを追加するために必要です。  | 
|  [RemovePermission](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html)  |  `events:RemovePermission`  |  このアカウントのデフォルトのイベントバスにイベントを書き込むアクセス権限を別のアカウントから取り消すために必要です。  | 
|  [RemoveTargets](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemoveTargets.html)  |  `events:RemoveTargets`  |  ターゲットをルールから削除するために必要です。  | 
|  [TestEventPattern](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_TestEventPattern.html)  |  `events:TestEventPattern`  |  特定のイベントに対してイベントパターンをテストするために必要です。  | 