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
| hash_key_type | Hash Key type, which must be a scalar type: `S`, `N`, or `B` for (S)tring, (N)umber or (B)inary data | string |`S`| no |
214
215
| local_secondary_index_map | Additional local secondary indexes in the form of a list of mapped values | object |`<list>`| no |
215
-
| name |Name (e.g. `app` or `cluster`)| string |-|yes|
216
-
| namespace | Namespace (e.g. `eg` or `cp`)| string | `` | no |
216
+
| name |Solution name, e.g. 'app' or 'jenkins'| string |``|no|
217
+
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp'| string | `` | no |
217
218
| range_key | DynamoDB table Range Key | string | `` | no |
218
219
| range_key_type | Range Key type, which must be a scalar type: `S`, `N`, or `B` for (S)tring, (N)umber or (B)inary data | string |`S`| no |
219
220
| regex_replace_chars | Regex to replace chars with empty string in `namespace`, `environment`, `stage` and `name`. By default only hyphens, letters and digits are allowed, all other chars are removed | string |`/[^a-zA-Z0-9-]/`| no |
| hash_key_type | Hash Key type, which must be a scalar type: `S`, `N`, or `B` for (S)tring, (N)umber or (B)inary data | string |`S`| no |
23
24
| local_secondary_index_map | Additional local secondary indexes in the form of a list of mapped values | object |`<list>`| no |
24
-
| name |Name (e.g. `app` or `cluster`)| string |-|yes|
25
-
| namespace | Namespace (e.g. `eg` or `cp`)| string | `` | no |
25
+
| name |Solution name, e.g. 'app' or 'jenkins'| string |``|no|
26
+
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp'| string | `` | no |
26
27
| range_key | DynamoDB table Range Key | string | `` | no |
27
28
| range_key_type | Range Key type, which must be a scalar type: `S`, `N`, or `B` for (S)tring, (N)umber or (B)inary data | string |`S`| no |
28
29
| regex_replace_chars | Regex to replace chars with empty string in `namespace`, `environment`, `stage` and `name`. By default only hyphens, letters and digits are allowed, all other chars are removed | string |`/[^a-zA-Z0-9-]/`| no |
0 commit comments