AWS AWSCloudFormation documentation change
Summary
Removed regex pattern validation for IAM role ARN in Monitor property
Security assessment
The change removes a pattern constraint but doesn't explicitly address a security vulnerability. While pattern validation can help prevent misconfigurations, there's no evidence this removal is related to a specific security issue.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-appconfig-environment-monitor.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-appconfig-environment-monitor.md index 7d7f9d677..95f71dcdd 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-appconfig-environment-monitor.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-appconfig-environment-monitor.md @@ -57,2 +56,0 @@ _Required_ : No - _Pattern_ : `^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\d{12}:role[/].*)$` -