@aws-mdaa/datawarehouse 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/SCHEMA.md +7457 -546
- package/lib/config-schema.json +2730 -212
- package/lib/datawarehouse-config.d.ts +143 -148
- package/lib/datawarehouse-config.js +2 -2
- package/package.json +19 -20
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ Add the following snippet to your mdaa.yaml under the `modules:` section of a do
|
|
|
57
57
|
|
|
58
58
|
```yaml
|
|
59
59
|
datawarehouse: # Module Name can be customized
|
|
60
|
-
module_path: "@aws-
|
|
60
|
+
module_path: "@aws-mdaa/datawarehouse" # Must match module NPM package name
|
|
61
61
|
module_configs:
|
|
62
62
|
- ./datawarehouse.yaml # Filename/path can be customized
|
|
63
63
|
```
|
|
@@ -116,8 +116,8 @@ subnetIds:
|
|
|
116
116
|
#Example: 'Sun:23:45-Mon:00:15'
|
|
117
117
|
preferredMaintenanceWindow: Sun:23:45-Mon:00:15
|
|
118
118
|
|
|
119
|
-
# Port the cluster will listen on (defaults to
|
|
120
|
-
clusterPort:
|
|
119
|
+
# Port the cluster will listen on (defaults to 5440)
|
|
120
|
+
clusterPort: 5440
|
|
121
121
|
|
|
122
122
|
# Ingress rules to be added to the cluster security group.
|
|
123
123
|
# All other traffic will be blocked
|