AWS elasticloadbalancing documentation change
Summary
Formatted CLI command for readability without functional changes
Security assessment
The change is purely cosmetic and does not alter security-related content or address vulnerabilities.
Diff
diff --git a/elasticloadbalancing/latest/application/listener-authenticate-users.md b/elasticloadbalancing/latest/application/listener-authenticate-users.md index b1327aff8..047a35740 100644 --- a//elasticloadbalancing/latest/application/listener-authenticate-users.md +++ b//elasticloadbalancing/latest/application/listener-authenticate-users.md @@ -184,2 +184,5 @@ Use the following [create-rule](https://docs.aws.amazon.com/cli/latest/reference - aws elbv2 create-rule --listener-arn listener-arn --priority 10 \ - --conditions Field=path-pattern,Values="/login" --actions file://actions.json + aws elbv2 create-rule \ + --listener-arn listener-arn \ + --priority 10 \ + --conditions Field=path-pattern,Values="/login" \ + --actions file://actions.json