Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit ba315a9

Browse files
authored
Update aws-properties-elasticloadbalancingv2-listenerrule-redirectconfig.md
Fix sytax error
1 parent e36f94c commit ba315a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc_source/aws-properties-elasticloadbalancingv2-listenerrule-redirectconfig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,15 @@ This example creates a listener rule with an action that redirects HTTPS request
113113
}
114114
],
115115
"Conditions": [
116+
{
116117
"Field" : "path-pattern",
117118
"Values" : ["/path"]
119+
}
118120
],
119121
"ListenerArn": {
120122
"Ref": "myHTTPListener"
121123
},
122124
"Priority": "1"
123125
}
124126
}
125-
```
127+
```

0 commit comments

Comments
 (0)