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
This result lists the attributes and folders available for the `JDBCSystemResource` folder in the `resources` section of the model. You can use this information to construct this model section:
30
30
```yaml
@@ -36,8 +36,12 @@ resources:
36
36
JdbcSystemResource:
37
37
# JdbcSystemResource attributes and folders
38
38
SubDeployment:
39
-
# SubDeployment attributes and folders
39
+
deployment1:
40
+
# SubDeployment attributes and folders
41
+
deployment2:
42
+
# SubDeployment attributes and folders
40
43
```
44
+
The `(multiple)` notation on the `SubDeployment` folder indicates that it should have one or more named sub-folders containing its attributes and sub-folders.
41
45
42
46
### Path Patterns
43
47
There are a number of ways to specify model location in the path argument. Here are some examples:
0 commit comments