You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,6 +76,7 @@ The following **153** rules are applied by this linter:
76
76
|[E1029<aname="E1029"></a>](../src/cfnlint/rules/functions/SubNeeded.py)| Sub is required if a variable is used in a string | If a substitution variable exists in a string but isn't wrapped with the Fn::Sub function the deployment will fail. | custom_excludes:string: |[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-sub.html)|`functions`,`sub`|
77
77
|[E1030<aname="E1030"></a>](../src/cfnlint/rules/functions/Length.py)| Length validation of parameters | Making sure Fn::Length is configured correctly ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-length.html)|`functions`,`length`|
78
78
|[E1031<aname="E1031"></a>](../src/cfnlint/rules/functions/ToJsonString.py)| ToJsonString validation of parameters | Making sure Fn::ToJsonString is configured correctly ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html)|`functions`,`toJsonString`|
79
+
|[E1032<aname="E1032"></a>](../src/cfnlint/rules/functions/ForEach.py)| Validates ForEach functions | Validates that ForEach parameters have a valid configuration ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html)|`functions`,`foreach`|
79
80
|[E2001<aname="E2001"></a>](../src/cfnlint/rules/parameters/Configuration.py)| Parameters have appropriate properties | Making sure the parameters are properly configured ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html)|`parameters`|
80
81
|[E2002<aname="E2002"></a>](../src/cfnlint/rules/parameters/Types.py)| Parameters have appropriate type | Making sure the parameters have a correct type ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html#parmtypes)|`parameters`|
81
82
|[E2003<aname="E2003"></a>](../src/cfnlint/rules/parameters/Name.py)| Parameters have appropriate names | Check if Parameters are properly named (A-Za-z0-9) ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#parameters-section-structure-requirements)|`parameters`|
0 commit comments