

これは新しい CloudFormation テンプレートリファレンスガイドです。ブックマークとリンクを更新してください。CloudFormation の開始方法については、『[AWS CloudFormation ユーザーガイド](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html)』を参照してください。

# 変換のリファレンス
<a name="transform-reference"></a>

変換は、CloudFormation によってホストされるマクロです。カスタムマクロとは異なり、変換は CloudFormation によってホストされているため、使用するための特別なアクセス権限は必要ありません。変換は、CloudFormation 内の任意のアカウントのテンプレートで使用できます。また、変換を使用する際の料金は発生しません。CloudFormation は、評価の順序と範囲の点で変換を他のマクロと同じように扱います。

マクロの仕組みの詳細については、『AWS CloudFormation ユーザーガイド』の「[CloudFormation マクロを使用したテンプレートのカスタム処理の実行](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html)」を参照してください。

CloudFormation テンプレートでは、次の変換を使用できます。

**Topics**
+ [`AWS::CodeDeployBlueGreen` 変換](transform-aws-codedeploybluegreen.md)
+ [`AWS::Include` 変換](transform-aws-include.md)
+ [`AWS::LanguageExtensions` 変換](transform-aws-languageextensions.md)
+ [`AWS::SecretsManager` 変換](transform-aws-secretsmanager.md)
+ [`AWS::Serverless` 変換](transform-aws-serverless.md)
+ [`AWS::ServiceCatalog` 変換](transform-aws-servicecatalog.md)