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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
| logging\_configuration | The Apache Airflow logs you want to send to Amazon CloudWatch Logs. |`any`| n/a | yes |
32
32
| max\_workers | The maximum number of workers that can be automatically scaled up. Value need to be between 1 and 25. Will be 10 by default. |`number`|`10`| no |
33
33
| min\_workers | The minimum number of workers that you want to run in your environment. Will be 1 by default. |`number`|`1`| no |
34
+
| org\_name | Name of the Organisation |`any`| n/a | yes |
34
35
| plugins\_s3\_path | The relative path to the plugins.zip file on your Amazon S3 storage bucket. For example, plugins.zip. |`string`|`"plugins.zip"`| no |
35
36
| private\_subnet\_ids | The private subnet IDs in which the environment should be created. MWAA requires two subnets. |`list(string)`| n/a | yes |
36
37
| requirements\_s3\_path | The relative path to the requirements.txt file on your Amazon S3 storage bucket. For example, requirements.txt. |`string`|`"requirements.txt"`| no |
0 commit comments