

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 使用 AWS SDKs的 EventBridge 基本範例
<a name="service_code_examples_basics"></a>

下列程式碼範例示範如何搭配 AWS SDK 使用 Amazon EventBridge 的基本功能。

**Contents**
+ [您好 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)