AWS AWSCloudFormation documentation change
Summary
Added 'Tags' property to SES EmailIdentity resource documentation
Security assessment
The change adds tag management capabilities to SES EmailIdentity resources. While tags help with resource organization, there is no evidence this addresses a security vulnerability or introduces security-specific features.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-ses-emailidentity.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-ses-emailidentity.md index 03ab4b22a..84a79c579 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-ses-emailidentity.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-ses-emailidentity.md @@ -32 +32,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy - "MailFromAttributes" : [MailFromAttributes](./aws-properties-ses-emailidentity-mailfromattributes.html) + "MailFromAttributes" : [MailFromAttributes](./aws-properties-ses-emailidentity-mailfromattributes.html), + "Tags" : [ [Tag](./aws-properties-ses-emailidentity-tag.html), ... ] @@ -52,0 +54,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + Tags: + - [Tag](./aws-properties-ses-emailidentity-tag.html) @@ -124,0 +128,15 @@ _Required_ : No +`Tags` + + +An array of objects that define the tags (keys and values) to associate with the email identity. + +_Required_ : No + + _Type_ : Array of [Tag](./aws-properties-ses-emailidentity-tag.html) + + _Minimum_ : `0` + + _Maximum_ : `50` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -173 +191 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -AWS::SES::DedicatedIpPool +Tag