AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-03-13 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-resource-ses-customverificationemailtemplate.md

Summary

Added example for Ref function returning template name

Security assessment

Change only adds a documentation example for intrinsic function behavior, with no security implications.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-ses-customverificationemailtemplate.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-ses-customverificationemailtemplate.md
index 0da3a7a11..c05fb3073 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-ses-customverificationemailtemplate.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-ses-customverificationemailtemplate.md
@@ -137,0 +138,6 @@ _Required_ : Yes
+When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the template name. For example:
+
+`{ "Ref": "MyCustomVerificationEmailTemplate" }`
+
+For the Amazon SES custom verification email template `MyCustomVerificationEmailTemplate`, `Ref` returns the name of the custom verification email template.
+