

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

# SDK を使用した EventBridge のコード例 AWS SDKs
<a name="service_code_examples"></a>

次のコード例は、 AWS Software Development Kit (SDK) で EventBridge を使用する方法を示しています。

*基本* は、重要なオペレーションをサービス内で実行する方法を示すコード例です。

*アクション*はより大きなプログラムからのコードの抜粋であり、コンテキスト内で実行する必要があります。アクションは個々のサービス機能を呼び出す方法を示していますが、コンテキスト内のアクションは、関連するシナリオで確認できます。

*シナリオ*は、1 つのサービス内から、または他の AWS のサービスと組み合わせて複数の関数を呼び出し、特定のタスクを実行する方法を示すコード例です。

 AWS SDK 開発者ガイドとコード例の完全なリストについては、「」を参照してください[AWS SDK での EventBridge の使用](sdk-general-information-section.md)。このトピックには、使用開始方法に関する情報と、以前の SDK バージョンの詳細も含まれています。

**Contents**
+ [基本](service_code_examples_basics.md)
  + [Hello EventBridge](example_eventbridge_Hello_section.md)
  + [基本を学ぶ](example_eventbridge_Scenario_GettingStarted_section.md)
  + [アクション](service_code_examples_actions.md)
    + [`DeleteRule`](example_eventbridge_DeleteRule_section.md)
    + [`DescribeRule`](example_eventbridge_DescribeRule_section.md)
    + [`DisableRule`](example_eventbridge_DisableRule_section.md)
    + [`EnableRule`](example_eventbridge_EnableRule_section.md)
    + [`ListRuleNamesByTarget`](example_eventbridge_ListRuleNamesByTarget_section.md)
    + [`ListRules`](example_eventbridge_ListRules_section.md)
    + [`ListTargetsByRule`](example_eventbridge_ListTargetsByRule_section.md)
    + [`PutEvents`](example_eventbridge_PutEvents_section.md)
    + [`PutRule`](example_eventbridge_PutRule_section.md)
    + [`PutTargets`](example_eventbridge_PutTargets_section.md)
    + [`RemoveTargets`](example_eventbridge_RemoveTargets_section.md)
+ [シナリオ](service_code_examples_scenarios.md)
  + [ルールを作成してトリガーする](example_eventbridge_Scenario_createAndTriggerARule_section.md)
  + [EventBridge へのイベント通知の送信](example_s3_Scenario_PutBucketNotificationConfiguration_section.md)
  + [スケジュールされたイベントを使用した Lambda 関数の呼び出し](example_cross_LambdaScheduledEvents_section.md)