Skip to content

Commit 540b73e

Browse files
authored
Added conditionals to README
1 parent a95e427 commit 540b73e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ When creating templates, you can use the following convenience functions to use
140140
- `cloudformation.Select(index string, list []string)`
141141
- `cloudformation.Split(delimiter, source string)`
142142
- `cloudformation.Sub(value string)`
143+
- `And(conditions []string)`
144+
- `Equals(value1, value2 string)`
145+
- `If(value, ifEqual, ifNotEqual string)`
146+
- `Not(conditions []string)`
147+
- `Or(conditions []string)`
143148

144149
### Unmarshalling CloudFormation YAML/JSON into Go structs
145150

0 commit comments

Comments
 (0)