AWS AWSCloudFormation documentation change
Summary
Rephrased example text about rule usage for parameter constraints
Security assessment
Minor editorial improvement with no security implications
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-rules.md b/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-rules.md index fa51aa107..8e5c20519 100644 --- a//AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-rules.md +++ b//AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-rules.md @@ -11 +11 @@ Rule functions are special functions that work only in the `Rules` section of a -Rules are useful when standard parameter constraints are insufficient. For example, if SSL is enabled, both a certificate and domain name must be provided. +Rules are useful when standard parameter constraints are insufficient. For example, when SSL is enabled, both a certificate and domain name must be provided. A rule can ensure that these dependencies are met.