

 Amazon Redshift は、パッチ 198 以降、新しい Python UDF の作成をサポートしなくなります。既存の Python UDF は、2026 年 6 月 30 日まで引き続き機能します。詳細については、[ブログ記事](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)を参照してください。

# AWS SDK を使用した Amazon Redshift の基本的な例
<a name="service_code_examples_basics"></a>

次のコード例は、AWS SDK を使用した Amazon Redshift の基本的な使用方法を説明しています。

**Contents**
+ [Hello Amazon Redshift](example_redshift_Hello_section.md)
+ [基本を学ぶ](example_redshift_Scenario_section.md)
+ [アクション](service_code_examples_actions.md)
  + [`CreateCluster`](example_redshift_CreateCluster_section.md)
  + [`DeleteCluster`](example_redshift_DeleteCluster_section.md)
  + [`DescribeClusters`](example_redshift_DescribeClusters_section.md)
  + [`DescribeStatement`](example_redshift_DescribeStatement_section.md)
  + [`ExecuteStatement`](example_redshift_ExecuteStatement_section.md)
  + [`GetStatementResult`](example_redshift_GetStatementResult_section.md)
  + [`ListDatabases`](example_redshift_ListDatabases_section.md)
  + [`ModifyCluster`](example_redshift_ModifyCluster_section.md)