

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

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

# AWS SDKs AWS Glue を使用するためのコード例
<a name="glue_code_examples"></a>

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

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

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

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

**その他のリソース**
+  **[AWS Glue デベロッパーガイド](https://docs.aws.amazon.com/glue/latest/dg/what-is-glue.html)** – 詳細 AWS Glue。
+ **[AWS Glue API リファレンス](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api.html)** – 使用可能なすべての AWS Glue アクションに関する詳細。
+ **[AWS デベロッパーセンター](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23glue)** – カテゴリまたは全文検索でフィルタリングできるコード例。
+ **[AWS SDK の例](https://github.com/awsdocs/aws-doc-sdk-examples)** – 完全なコードを優先言語で含む GitHub リポジトリ。コードの設定と実行に関する説明が記載されています。

**Contents**
+ [基本](glue_code_examples_basics.md)
  + [こんにち AWS Glueは](glue_example_glue_Hello_section.md)
  + [基本を学ぶ](glue_example_glue_Scenario_GetStartedCrawlersJobs_section.md)
  + [アクション](glue_code_examples_actions.md)
    + [`CreateCrawler`](glue_example_glue_CreateCrawler_section.md)
    + [`CreateJob`](glue_example_glue_CreateJob_section.md)
    + [`DeleteCrawler`](glue_example_glue_DeleteCrawler_section.md)
    + [`DeleteDatabase`](glue_example_glue_DeleteDatabase_section.md)
    + [`DeleteJob`](glue_example_glue_DeleteJob_section.md)
    + [`DeleteTable`](glue_example_glue_DeleteTable_section.md)
    + [`GetCrawler`](glue_example_glue_GetCrawler_section.md)
    + [`GetDatabase`](glue_example_glue_GetDatabase_section.md)
    + [`GetDatabases`](glue_example_glue_GetDatabases_section.md)
    + [`GetJob`](glue_example_glue_GetJob_section.md)
    + [`GetJobRun`](glue_example_glue_GetJobRun_section.md)
    + [`GetJobRuns`](glue_example_glue_GetJobRuns_section.md)
    + [`GetTables`](glue_example_glue_GetTables_section.md)
    + [`ListJobs`](glue_example_glue_ListJobs_section.md)
    + [`StartCrawler`](glue_example_glue_StartCrawler_section.md)
    + [`StartJobRun`](glue_example_glue_StartJobRun_section.md)
+ [シナリオ](glue_code_examples_scenarios.md)
  + [Glue データカタログの使用開始](glue_example_glue_GettingStarted_024_section.md)