robhan-cdk-lib.aws-mwaa 0.0.6__tar.gz → 0.0.33__tar.gz

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.

Potentially problematic release.


This version of robhan-cdk-lib.aws-mwaa might be problematic. Click here for more details.

Files changed (18) hide show
  1. {robhan_cdk_lib_aws_mwaa-0.0.6/src/robhan_cdk_lib.aws_mwaa.egg-info → robhan_cdk_lib_aws_mwaa-0.0.33}/PKG-INFO +4 -4
  2. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/setup.py +5 -5
  3. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/src/robhan_cdk_lib/aws_mwaa/__init__.py +131 -131
  4. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/src/robhan_cdk_lib/aws_mwaa/_jsii/__init__.py +1 -1
  5. robhan_cdk_lib_aws_mwaa-0.0.33/src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.33.jsii.tgz +0 -0
  6. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33/src/robhan_cdk_lib.aws_mwaa.egg-info}/PKG-INFO +4 -4
  7. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/src/robhan_cdk_lib.aws_mwaa.egg-info/SOURCES.txt +1 -1
  8. robhan_cdk_lib_aws_mwaa-0.0.33/src/robhan_cdk_lib.aws_mwaa.egg-info/requires.txt +6 -0
  9. robhan_cdk_lib_aws_mwaa-0.0.6/src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.6.jsii.tgz +0 -0
  10. robhan_cdk_lib_aws_mwaa-0.0.6/src/robhan_cdk_lib.aws_mwaa.egg-info/requires.txt +0 -6
  11. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/LICENSE +0 -0
  12. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/MANIFEST.in +0 -0
  13. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/README.md +0 -0
  14. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/pyproject.toml +0 -0
  15. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/setup.cfg +0 -0
  16. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/src/robhan_cdk_lib/aws_mwaa/py.typed +0 -0
  17. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/src/robhan_cdk_lib.aws_mwaa.egg-info/dependency_links.txt +0 -0
  18. {robhan_cdk_lib_aws_mwaa-0.0.6 → robhan_cdk_lib_aws_mwaa-0.0.33}/src/robhan_cdk_lib.aws_mwaa.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robhan_cdk_lib.aws_mwaa
3
- Version: 0.0.6
3
+ Version: 0.0.33
4
4
  Summary: AWS CDK Construct Library for Amazon Managed Workflows for Apache Airflow
5
5
  Home-page: https://github.com/robert-hanuschke/cdk-aws_mwaa.git
6
6
  Author: Robert Hanuschke<robhan-cdk-lib@hanuschke.eu>
@@ -21,10 +21,10 @@ Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
22
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.221.0
23
23
  Requires-Dist: constructs<11.0.0,>=10.0.5
24
- Requires-Dist: jsii<2.0.0,>=1.119.0
24
+ Requires-Dist: jsii<2.0.0,>=1.121.0
25
25
  Requires-Dist: publication>=0.0.3
26
- Requires-Dist: robhan_cdk_lib.utils<0.0.96,>=0.0.95
27
- Requires-Dist: typeguard<4.3.0,>=2.13.3
26
+ Requires-Dist: robhan_cdk_lib.utils<0.0.118,>=0.0.117
27
+ Requires-Dist: typeguard==2.13.3
28
28
 
29
29
  # @robhan-cdk-lib/aws_mwaa
30
30
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "robhan_cdk_lib.aws_mwaa",
8
- "version": "0.0.6",
8
+ "version": "0.0.33",
9
9
  "description": "AWS CDK Construct Library for Amazon Managed Workflows for Apache Airflow",
10
10
  "license": "MIT",
11
11
  "url": "https://github.com/robert-hanuschke/cdk-aws_mwaa.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "robhan_cdk_lib.aws_mwaa._jsii": [
29
- "aws_mwaa@0.0.6.jsii.tgz"
29
+ "aws_mwaa@0.0.33.jsii.tgz"
30
30
  ],
31
31
  "robhan_cdk_lib.aws_mwaa": [
32
32
  "py.typed"
@@ -36,10 +36,10 @@ kwargs = json.loads(
36
36
  "install_requires": [
37
37
  "aws-cdk-lib>=2.221.0, <3.0.0",
38
38
  "constructs>=10.0.5, <11.0.0",
39
- "jsii>=1.119.0, <2.0.0",
39
+ "jsii>=1.121.0, <2.0.0",
40
40
  "publication>=0.0.3",
41
- "robhan_cdk_lib.utils>=0.0.95, <0.0.96",
42
- "typeguard>=2.13.3,<4.3.0"
41
+ "robhan_cdk_lib.utils>=0.0.117, <0.0.118",
42
+ "typeguard==2.13.3"
43
43
  ],
44
44
  "classifiers": [
45
45
  "Intended Audience :: Developers",
@@ -158,14 +158,14 @@ class EnvironmentAttributes:
158
158
  airflow_configuration_options: typing.Mapping[builtins.str, builtins.str],
159
159
  environment_arn: builtins.str,
160
160
  name: builtins.str,
161
- airflow_version: typing.Optional[AirflowVersion] = None,
161
+ airflow_version: typing.Optional["AirflowVersion"] = None,
162
162
  celery_executor_queue: typing.Optional[builtins.str] = None,
163
163
  dag_s3_path: typing.Optional[builtins.str] = None,
164
164
  database_vpc_endpoint_service: typing.Optional[builtins.str] = None,
165
- endpoint_management: typing.Optional[EndpointManagement] = None,
165
+ endpoint_management: typing.Optional["EndpointManagement"] = None,
166
166
  environment_class: typing.Optional["EnvironmentClass"] = None,
167
- execution_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
168
- kms_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey] = None,
167
+ execution_role: typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"] = None,
168
+ kms_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"] = None,
169
169
  logging_configuration: typing.Optional[typing.Union["LoggingConfiguration", typing.Dict[builtins.str, typing.Any]]] = None,
170
170
  logging_configuration_dag_processing_logs_cloud_watch_log_group_arn: typing.Optional[builtins.str] = None,
171
171
  logging_configuration_scheduler_logs_cloud_watch_log_group_arn: typing.Optional[builtins.str] = None,
@@ -182,7 +182,7 @@ class EnvironmentAttributes:
182
182
  requirements_s3_object_version: typing.Optional[builtins.str] = None,
183
183
  requirements_s3_path: typing.Optional[builtins.str] = None,
184
184
  schedulers: typing.Optional[jsii.Number] = None,
185
- source_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
185
+ source_bucket: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
186
186
  startup_script_s3_object_version: typing.Optional[builtins.str] = None,
187
187
  startup_script_s3_path: typing.Optional[builtins.str] = None,
188
188
  webserver_access_mode: typing.Optional["WebserverAccessMode"] = None,
@@ -362,7 +362,7 @@ class EnvironmentAttributes:
362
362
  return typing.cast(builtins.str, result)
363
363
 
364
364
  @builtins.property
365
- def airflow_version(self) -> typing.Optional[AirflowVersion]:
365
+ def airflow_version(self) -> typing.Optional["AirflowVersion"]:
366
366
  '''The version of Apache Airflow to use for the environment.
367
367
 
368
368
  If no value is specified, defaults to the latest version.
@@ -370,7 +370,7 @@ class EnvironmentAttributes:
370
370
  If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
371
371
  '''
372
372
  result = self._values.get("airflow_version")
373
- return typing.cast(typing.Optional[AirflowVersion], result)
373
+ return typing.cast(typing.Optional["AirflowVersion"], result)
374
374
 
375
375
  @builtins.property
376
376
  def celery_executor_queue(self) -> typing.Optional[builtins.str]:
@@ -398,14 +398,14 @@ class EnvironmentAttributes:
398
398
  return typing.cast(typing.Optional[builtins.str], result)
399
399
 
400
400
  @builtins.property
401
- def endpoint_management(self) -> typing.Optional[EndpointManagement]:
401
+ def endpoint_management(self) -> typing.Optional["EndpointManagement"]:
402
402
  '''Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
403
403
 
404
404
  If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC.
405
405
  If set to CUSTOMER, you must create, and manage, the VPC endpoints in your VPC.
406
406
  '''
407
407
  result = self._values.get("endpoint_management")
408
- return typing.cast(typing.Optional[EndpointManagement], result)
408
+ return typing.cast(typing.Optional["EndpointManagement"], result)
409
409
 
410
410
  @builtins.property
411
411
  def environment_class(self) -> typing.Optional["EnvironmentClass"]:
@@ -414,19 +414,19 @@ class EnvironmentAttributes:
414
414
  return typing.cast(typing.Optional["EnvironmentClass"], result)
415
415
 
416
416
  @builtins.property
417
- def execution_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
417
+ def execution_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
418
418
  '''The execution role in IAM that allows MWAA to access AWS resources in your environment.'''
419
419
  result = self._values.get("execution_role")
420
- return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole], result)
420
+ return typing.cast(typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"], result)
421
421
 
422
422
  @builtins.property
423
- def kms_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey]:
423
+ def kms_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"]:
424
424
  '''The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
425
425
 
426
426
  You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
427
427
  '''
428
428
  result = self._values.get("kms_key")
429
- return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey], result)
429
+ return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"], result)
430
430
 
431
431
  @builtins.property
432
432
  def logging_configuration(self) -> typing.Optional["LoggingConfiguration"]:
@@ -569,10 +569,10 @@ class EnvironmentAttributes:
569
569
  return typing.cast(typing.Optional[jsii.Number], result)
570
570
 
571
571
  @builtins.property
572
- def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
572
+ def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
573
573
  '''The Amazon S3 bucket where your DAG code and supporting files are stored.'''
574
574
  result = self._values.get("source_bucket")
575
- return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], result)
575
+ return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"], result)
576
576
 
577
577
  @builtins.property
578
578
  def startup_script_s3_object_version(self) -> typing.Optional[builtins.str]:
@@ -686,12 +686,12 @@ class EnvironmentProps:
686
686
  *,
687
687
  airflow_configuration_options: typing.Mapping[builtins.str, builtins.str],
688
688
  name: builtins.str,
689
- airflow_version: typing.Optional[AirflowVersion] = None,
689
+ airflow_version: typing.Optional["AirflowVersion"] = None,
690
690
  dag_s3_path: typing.Optional[builtins.str] = None,
691
- endpoint_management: typing.Optional[EndpointManagement] = None,
692
- environment_class: typing.Optional[EnvironmentClass] = None,
693
- execution_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
694
- kms_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey] = None,
691
+ endpoint_management: typing.Optional["EndpointManagement"] = None,
692
+ environment_class: typing.Optional["EnvironmentClass"] = None,
693
+ execution_role: typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"] = None,
694
+ kms_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"] = None,
695
695
  logging_configuration: typing.Optional[typing.Union["LoggingConfiguration", typing.Dict[builtins.str, typing.Any]]] = None,
696
696
  max_webservers: typing.Optional[jsii.Number] = None,
697
697
  max_workers: typing.Optional[jsii.Number] = None,
@@ -703,7 +703,7 @@ class EnvironmentProps:
703
703
  requirements_s3_object_version: typing.Optional[builtins.str] = None,
704
704
  requirements_s3_path: typing.Optional[builtins.str] = None,
705
705
  schedulers: typing.Optional[jsii.Number] = None,
706
- source_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
706
+ source_bucket: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
707
707
  startup_script_s3_object_version: typing.Optional[builtins.str] = None,
708
708
  startup_script_s3_path: typing.Optional[builtins.str] = None,
709
709
  webserver_access_mode: typing.Optional["WebserverAccessMode"] = None,
@@ -835,7 +835,7 @@ class EnvironmentProps:
835
835
  return typing.cast(builtins.str, result)
836
836
 
837
837
  @builtins.property
838
- def airflow_version(self) -> typing.Optional[AirflowVersion]:
838
+ def airflow_version(self) -> typing.Optional["AirflowVersion"]:
839
839
  '''The version of Apache Airflow to use for the environment.
840
840
 
841
841
  If no value is specified, defaults to the latest version.
@@ -843,7 +843,7 @@ class EnvironmentProps:
843
843
  If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
844
844
  '''
845
845
  result = self._values.get("airflow_version")
846
- return typing.cast(typing.Optional[AirflowVersion], result)
846
+ return typing.cast(typing.Optional["AirflowVersion"], result)
847
847
 
848
848
  @builtins.property
849
849
  def dag_s3_path(self) -> typing.Optional[builtins.str]:
@@ -855,35 +855,35 @@ class EnvironmentProps:
855
855
  return typing.cast(typing.Optional[builtins.str], result)
856
856
 
857
857
  @builtins.property
858
- def endpoint_management(self) -> typing.Optional[EndpointManagement]:
858
+ def endpoint_management(self) -> typing.Optional["EndpointManagement"]:
859
859
  '''Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
860
860
 
861
861
  If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC.
862
862
  If set to CUSTOMER, you must create, and manage, the VPC endpoints in your VPC.
863
863
  '''
864
864
  result = self._values.get("endpoint_management")
865
- return typing.cast(typing.Optional[EndpointManagement], result)
865
+ return typing.cast(typing.Optional["EndpointManagement"], result)
866
866
 
867
867
  @builtins.property
868
- def environment_class(self) -> typing.Optional[EnvironmentClass]:
868
+ def environment_class(self) -> typing.Optional["EnvironmentClass"]:
869
869
  '''The environment class type.'''
870
870
  result = self._values.get("environment_class")
871
- return typing.cast(typing.Optional[EnvironmentClass], result)
871
+ return typing.cast(typing.Optional["EnvironmentClass"], result)
872
872
 
873
873
  @builtins.property
874
- def execution_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
874
+ def execution_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
875
875
  '''The execution role in IAM that allows MWAA to access AWS resources in your environment.'''
876
876
  result = self._values.get("execution_role")
877
- return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole], result)
877
+ return typing.cast(typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"], result)
878
878
 
879
879
  @builtins.property
880
- def kms_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey]:
880
+ def kms_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"]:
881
881
  '''The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
882
882
 
883
883
  You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
884
884
  '''
885
885
  result = self._values.get("kms_key")
886
- return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey], result)
886
+ return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"], result)
887
887
 
888
888
  @builtins.property
889
889
  def logging_configuration(self) -> typing.Optional["LoggingConfiguration"]:
@@ -986,10 +986,10 @@ class EnvironmentProps:
986
986
  return typing.cast(typing.Optional[jsii.Number], result)
987
987
 
988
988
  @builtins.property
989
- def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
989
+ def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
990
990
  '''The Amazon S3 bucket where your DAG code and supporting files are stored.'''
991
991
  result = self._values.get("source_bucket")
992
- return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], result)
992
+ return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"], result)
993
993
 
994
994
  @builtins.property
995
995
  def startup_script_s3_object_version(self) -> typing.Optional[builtins.str]:
@@ -1072,7 +1072,7 @@ class IEnvironment(_aws_cdk_ceddda9d.IResource, typing_extensions.Protocol):
1072
1072
 
1073
1073
  @builtins.property
1074
1074
  @jsii.member(jsii_name="airflowVersion")
1075
- def airflow_version(self) -> typing.Optional[AirflowVersion]:
1075
+ def airflow_version(self) -> typing.Optional["AirflowVersion"]:
1076
1076
  '''The version of Apache Airflow to use for the environment.
1077
1077
 
1078
1078
  If no value is specified, defaults to the latest version.
@@ -1108,7 +1108,7 @@ class IEnvironment(_aws_cdk_ceddda9d.IResource, typing_extensions.Protocol):
1108
1108
 
1109
1109
  @builtins.property
1110
1110
  @jsii.member(jsii_name="endpointManagement")
1111
- def endpoint_management(self) -> typing.Optional[EndpointManagement]:
1111
+ def endpoint_management(self) -> typing.Optional["EndpointManagement"]:
1112
1112
  '''Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
1113
1113
 
1114
1114
  If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC.
@@ -1118,19 +1118,19 @@ class IEnvironment(_aws_cdk_ceddda9d.IResource, typing_extensions.Protocol):
1118
1118
 
1119
1119
  @builtins.property
1120
1120
  @jsii.member(jsii_name="environmentClass")
1121
- def environment_class(self) -> typing.Optional[EnvironmentClass]:
1121
+ def environment_class(self) -> typing.Optional["EnvironmentClass"]:
1122
1122
  '''The environment class type.'''
1123
1123
  ...
1124
1124
 
1125
1125
  @builtins.property
1126
1126
  @jsii.member(jsii_name="executionRole")
1127
- def execution_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
1127
+ def execution_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
1128
1128
  '''The execution role in IAM that allows MWAA to access AWS resources in your environment.'''
1129
1129
  ...
1130
1130
 
1131
1131
  @builtins.property
1132
1132
  @jsii.member(jsii_name="kmsKey")
1133
- def kms_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey]:
1133
+ def kms_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"]:
1134
1134
  '''The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
1135
1135
 
1136
1136
  You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
@@ -1279,7 +1279,7 @@ class IEnvironment(_aws_cdk_ceddda9d.IResource, typing_extensions.Protocol):
1279
1279
 
1280
1280
  @builtins.property
1281
1281
  @jsii.member(jsii_name="sourceBucket")
1282
- def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
1282
+ def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
1283
1283
  '''The Amazon S3 bucket where your DAG code and supporting files are stored.'''
1284
1284
  ...
1285
1285
 
@@ -1368,14 +1368,14 @@ class _IEnvironmentProxy(
1368
1368
 
1369
1369
  @builtins.property
1370
1370
  @jsii.member(jsii_name="airflowVersion")
1371
- def airflow_version(self) -> typing.Optional[AirflowVersion]:
1371
+ def airflow_version(self) -> typing.Optional["AirflowVersion"]:
1372
1372
  '''The version of Apache Airflow to use for the environment.
1373
1373
 
1374
1374
  If no value is specified, defaults to the latest version.
1375
1375
 
1376
1376
  If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
1377
1377
  '''
1378
- return typing.cast(typing.Optional[AirflowVersion], jsii.get(self, "airflowVersion"))
1378
+ return typing.cast(typing.Optional["AirflowVersion"], jsii.get(self, "airflowVersion"))
1379
1379
 
1380
1380
  @builtins.property
1381
1381
  @jsii.member(jsii_name="celeryExecutorQueue")
@@ -1404,34 +1404,34 @@ class _IEnvironmentProxy(
1404
1404
 
1405
1405
  @builtins.property
1406
1406
  @jsii.member(jsii_name="endpointManagement")
1407
- def endpoint_management(self) -> typing.Optional[EndpointManagement]:
1407
+ def endpoint_management(self) -> typing.Optional["EndpointManagement"]:
1408
1408
  '''Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
1409
1409
 
1410
1410
  If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC.
1411
1411
  If set to CUSTOMER, you must create, and manage, the VPC endpoints in your VPC.
1412
1412
  '''
1413
- return typing.cast(typing.Optional[EndpointManagement], jsii.get(self, "endpointManagement"))
1413
+ return typing.cast(typing.Optional["EndpointManagement"], jsii.get(self, "endpointManagement"))
1414
1414
 
1415
1415
  @builtins.property
1416
1416
  @jsii.member(jsii_name="environmentClass")
1417
- def environment_class(self) -> typing.Optional[EnvironmentClass]:
1417
+ def environment_class(self) -> typing.Optional["EnvironmentClass"]:
1418
1418
  '''The environment class type.'''
1419
- return typing.cast(typing.Optional[EnvironmentClass], jsii.get(self, "environmentClass"))
1419
+ return typing.cast(typing.Optional["EnvironmentClass"], jsii.get(self, "environmentClass"))
1420
1420
 
1421
1421
  @builtins.property
1422
1422
  @jsii.member(jsii_name="executionRole")
1423
- def execution_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
1423
+ def execution_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
1424
1424
  '''The execution role in IAM that allows MWAA to access AWS resources in your environment.'''
1425
- return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole], jsii.get(self, "executionRole"))
1425
+ return typing.cast(typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"], jsii.get(self, "executionRole"))
1426
1426
 
1427
1427
  @builtins.property
1428
1428
  @jsii.member(jsii_name="kmsKey")
1429
- def kms_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey]:
1429
+ def kms_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"]:
1430
1430
  '''The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
1431
1431
 
1432
1432
  You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
1433
1433
  '''
1434
- return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey], jsii.get(self, "kmsKey"))
1434
+ return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"], jsii.get(self, "kmsKey"))
1435
1435
 
1436
1436
  @builtins.property
1437
1437
  @jsii.member(jsii_name="loggingConfiguration")
@@ -1575,9 +1575,9 @@ class _IEnvironmentProxy(
1575
1575
 
1576
1576
  @builtins.property
1577
1577
  @jsii.member(jsii_name="sourceBucket")
1578
- def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
1578
+ def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
1579
1579
  '''The Amazon S3 bucket where your DAG code and supporting files are stored.'''
1580
- return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], jsii.get(self, "sourceBucket"))
1580
+ return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"], jsii.get(self, "sourceBucket"))
1581
1581
 
1582
1582
  @builtins.property
1583
1583
  @jsii.member(jsii_name="startupScriptS3ObjectVersion")
@@ -1759,9 +1759,9 @@ class ModuleLoggingConfiguration:
1759
1759
  def __init__(
1760
1760
  self,
1761
1761
  *,
1762
- cloud_watch_log_group: typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup] = None,
1762
+ cloud_watch_log_group: typing.Optional["_aws_cdk_aws_logs_ceddda9d.ILogGroup"] = None,
1763
1763
  enabled: typing.Optional[builtins.bool] = None,
1764
- log_level: typing.Optional[LogLevel] = None,
1764
+ log_level: typing.Optional["LogLevel"] = None,
1765
1765
  ) -> None:
1766
1766
  '''Defines the type of logs to send for the Apache Airflow log type (e.g. DagProcessingLogs).
1767
1767
 
@@ -1785,10 +1785,10 @@ class ModuleLoggingConfiguration:
1785
1785
  @builtins.property
1786
1786
  def cloud_watch_log_group(
1787
1787
  self,
1788
- ) -> typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup]:
1788
+ ) -> typing.Optional["_aws_cdk_aws_logs_ceddda9d.ILogGroup"]:
1789
1789
  '''The CloudWatch Logs log group for each type ofApache Airflow log type that you have enabled.'''
1790
1790
  result = self._values.get("cloud_watch_log_group")
1791
- return typing.cast(typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup], result)
1791
+ return typing.cast(typing.Optional["_aws_cdk_aws_logs_ceddda9d.ILogGroup"], result)
1792
1792
 
1793
1793
  @builtins.property
1794
1794
  def enabled(self) -> typing.Optional[builtins.bool]:
@@ -1797,10 +1797,10 @@ class ModuleLoggingConfiguration:
1797
1797
  return typing.cast(typing.Optional[builtins.bool], result)
1798
1798
 
1799
1799
  @builtins.property
1800
- def log_level(self) -> typing.Optional[LogLevel]:
1800
+ def log_level(self) -> typing.Optional["LogLevel"]:
1801
1801
  '''Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch Logs.'''
1802
1802
  result = self._values.get("log_level")
1803
- return typing.cast(typing.Optional[LogLevel], result)
1803
+ return typing.cast(typing.Optional["LogLevel"], result)
1804
1804
 
1805
1805
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1806
1806
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -1823,8 +1823,8 @@ class NetworkConfiguration:
1823
1823
  def __init__(
1824
1824
  self,
1825
1825
  *,
1826
- security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
1827
- subnets: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISubnet]] = None,
1826
+ security_groups: typing.Optional[typing.Sequence["_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup"]] = None,
1827
+ subnets: typing.Optional[typing.Sequence["_aws_cdk_aws_ec2_ceddda9d.ISubnet"]] = None,
1828
1828
  ) -> None:
1829
1829
  '''The VPC networking components used to secure and enable network traffic between the AWS resources for your environment.
1830
1830
 
@@ -1844,25 +1844,25 @@ class NetworkConfiguration:
1844
1844
  @builtins.property
1845
1845
  def security_groups(
1846
1846
  self,
1847
- ) -> typing.Optional[typing.List[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]]:
1847
+ ) -> typing.Optional[typing.List["_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup"]]:
1848
1848
  '''A list of one or more security groups.
1849
1849
 
1850
1850
  Accepts up to 5 security groups. A security group must be attached to the same VPC as the subnets.
1851
1851
  '''
1852
1852
  result = self._values.get("security_groups")
1853
- return typing.cast(typing.Optional[typing.List[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]], result)
1853
+ return typing.cast(typing.Optional[typing.List["_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup"]], result)
1854
1854
 
1855
1855
  @builtins.property
1856
1856
  def subnets(
1857
1857
  self,
1858
- ) -> typing.Optional[typing.List[_aws_cdk_aws_ec2_ceddda9d.ISubnet]]:
1858
+ ) -> typing.Optional[typing.List["_aws_cdk_aws_ec2_ceddda9d.ISubnet"]]:
1859
1859
  '''A list of subnets.
1860
1860
 
1861
1861
  Required to create an environment. Must be private subnets in two different availability zones.
1862
1862
  A subnet must be attached to the same VPC as the security group.
1863
1863
  '''
1864
1864
  result = self._values.get("subnets")
1865
- return typing.cast(typing.Optional[typing.List[_aws_cdk_aws_ec2_ceddda9d.ISubnet]], result)
1865
+ return typing.cast(typing.Optional[typing.List["_aws_cdk_aws_ec2_ceddda9d.ISubnet"]], result)
1866
1866
 
1867
1867
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1868
1868
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -1896,7 +1896,7 @@ class EnvironmentBase(
1896
1896
  ):
1897
1897
  def __init__(
1898
1898
  self,
1899
- scope: _constructs_77d1e7e8.Construct,
1899
+ scope: "_constructs_77d1e7e8.Construct",
1900
1900
  id: builtins.str,
1901
1901
  *,
1902
1902
  account: typing.Optional[builtins.str] = None,
@@ -1954,7 +1954,7 @@ class EnvironmentBase(
1954
1954
  @builtins.property
1955
1955
  @jsii.member(jsii_name="airflowVersion")
1956
1956
  @abc.abstractmethod
1957
- def airflow_version(self) -> typing.Optional[AirflowVersion]:
1957
+ def airflow_version(self) -> typing.Optional["AirflowVersion"]:
1958
1958
  '''The version of Apache Airflow to use for the environment.
1959
1959
 
1960
1960
  If no value is specified, defaults to the latest version.
@@ -1994,7 +1994,7 @@ class EnvironmentBase(
1994
1994
  @builtins.property
1995
1995
  @jsii.member(jsii_name="endpointManagement")
1996
1996
  @abc.abstractmethod
1997
- def endpoint_management(self) -> typing.Optional[EndpointManagement]:
1997
+ def endpoint_management(self) -> typing.Optional["EndpointManagement"]:
1998
1998
  '''Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
1999
1999
 
2000
2000
  If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC.
@@ -2005,21 +2005,21 @@ class EnvironmentBase(
2005
2005
  @builtins.property
2006
2006
  @jsii.member(jsii_name="environmentClass")
2007
2007
  @abc.abstractmethod
2008
- def environment_class(self) -> typing.Optional[EnvironmentClass]:
2008
+ def environment_class(self) -> typing.Optional["EnvironmentClass"]:
2009
2009
  '''The environment class type.'''
2010
2010
  ...
2011
2011
 
2012
2012
  @builtins.property
2013
2013
  @jsii.member(jsii_name="executionRole")
2014
2014
  @abc.abstractmethod
2015
- def execution_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
2015
+ def execution_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
2016
2016
  '''The execution role in IAM that allows MWAA to access AWS resources in your environment.'''
2017
2017
  ...
2018
2018
 
2019
2019
  @builtins.property
2020
2020
  @jsii.member(jsii_name="kmsKey")
2021
2021
  @abc.abstractmethod
2022
- def kms_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey]:
2022
+ def kms_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"]:
2023
2023
  '''The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
2024
2024
 
2025
2025
  You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
@@ -2029,7 +2029,7 @@ class EnvironmentBase(
2029
2029
  @builtins.property
2030
2030
  @jsii.member(jsii_name="loggingConfiguration")
2031
2031
  @abc.abstractmethod
2032
- def logging_configuration(self) -> typing.Optional[LoggingConfiguration]:
2032
+ def logging_configuration(self) -> typing.Optional["LoggingConfiguration"]:
2033
2033
  '''The Apache Airflow logs being sent to CloudWatch Logs.'''
2034
2034
  ...
2035
2035
 
@@ -2137,7 +2137,7 @@ class EnvironmentBase(
2137
2137
  @builtins.property
2138
2138
  @jsii.member(jsii_name="networkConfiguration")
2139
2139
  @abc.abstractmethod
2140
- def network_configuration(self) -> typing.Optional[NetworkConfiguration]:
2140
+ def network_configuration(self) -> typing.Optional["NetworkConfiguration"]:
2141
2141
  '''The VPC networking components used to secure and enable network traffic between the AWS resources for your environment.'''
2142
2142
  ...
2143
2143
 
@@ -2185,7 +2185,7 @@ class EnvironmentBase(
2185
2185
  @builtins.property
2186
2186
  @jsii.member(jsii_name="sourceBucket")
2187
2187
  @abc.abstractmethod
2188
- def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
2188
+ def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
2189
2189
  '''The Amazon S3 bucket where your DAG code and supporting files are stored.'''
2190
2190
  ...
2191
2191
 
@@ -2218,7 +2218,7 @@ class EnvironmentBase(
2218
2218
  @builtins.property
2219
2219
  @jsii.member(jsii_name="webserverAccessMode")
2220
2220
  @abc.abstractmethod
2221
- def webserver_access_mode(self) -> typing.Optional[WebserverAccessMode]:
2221
+ def webserver_access_mode(self) -> typing.Optional["WebserverAccessMode"]:
2222
2222
  '''The Apache Airflow Web server access mode.'''
2223
2223
  ...
2224
2224
 
@@ -2279,14 +2279,14 @@ class _EnvironmentBaseProxy(
2279
2279
 
2280
2280
  @builtins.property
2281
2281
  @jsii.member(jsii_name="airflowVersion")
2282
- def airflow_version(self) -> typing.Optional[AirflowVersion]:
2282
+ def airflow_version(self) -> typing.Optional["AirflowVersion"]:
2283
2283
  '''The version of Apache Airflow to use for the environment.
2284
2284
 
2285
2285
  If no value is specified, defaults to the latest version.
2286
2286
 
2287
2287
  If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
2288
2288
  '''
2289
- return typing.cast(typing.Optional[AirflowVersion], jsii.get(self, "airflowVersion"))
2289
+ return typing.cast(typing.Optional["AirflowVersion"], jsii.get(self, "airflowVersion"))
2290
2290
 
2291
2291
  @builtins.property
2292
2292
  @jsii.member(jsii_name="celeryExecutorQueue")
@@ -2315,40 +2315,40 @@ class _EnvironmentBaseProxy(
2315
2315
 
2316
2316
  @builtins.property
2317
2317
  @jsii.member(jsii_name="endpointManagement")
2318
- def endpoint_management(self) -> typing.Optional[EndpointManagement]:
2318
+ def endpoint_management(self) -> typing.Optional["EndpointManagement"]:
2319
2319
  '''Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
2320
2320
 
2321
2321
  If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC.
2322
2322
  If set to CUSTOMER, you must create, and manage, the VPC endpoints in your VPC.
2323
2323
  '''
2324
- return typing.cast(typing.Optional[EndpointManagement], jsii.get(self, "endpointManagement"))
2324
+ return typing.cast(typing.Optional["EndpointManagement"], jsii.get(self, "endpointManagement"))
2325
2325
 
2326
2326
  @builtins.property
2327
2327
  @jsii.member(jsii_name="environmentClass")
2328
- def environment_class(self) -> typing.Optional[EnvironmentClass]:
2328
+ def environment_class(self) -> typing.Optional["EnvironmentClass"]:
2329
2329
  '''The environment class type.'''
2330
- return typing.cast(typing.Optional[EnvironmentClass], jsii.get(self, "environmentClass"))
2330
+ return typing.cast(typing.Optional["EnvironmentClass"], jsii.get(self, "environmentClass"))
2331
2331
 
2332
2332
  @builtins.property
2333
2333
  @jsii.member(jsii_name="executionRole")
2334
- def execution_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
2334
+ def execution_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
2335
2335
  '''The execution role in IAM that allows MWAA to access AWS resources in your environment.'''
2336
- return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole], jsii.get(self, "executionRole"))
2336
+ return typing.cast(typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"], jsii.get(self, "executionRole"))
2337
2337
 
2338
2338
  @builtins.property
2339
2339
  @jsii.member(jsii_name="kmsKey")
2340
- def kms_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey]:
2340
+ def kms_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"]:
2341
2341
  '''The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
2342
2342
 
2343
2343
  You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
2344
2344
  '''
2345
- return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey], jsii.get(self, "kmsKey"))
2345
+ return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"], jsii.get(self, "kmsKey"))
2346
2346
 
2347
2347
  @builtins.property
2348
2348
  @jsii.member(jsii_name="loggingConfiguration")
2349
- def logging_configuration(self) -> typing.Optional[LoggingConfiguration]:
2349
+ def logging_configuration(self) -> typing.Optional["LoggingConfiguration"]:
2350
2350
  '''The Apache Airflow logs being sent to CloudWatch Logs.'''
2351
- return typing.cast(typing.Optional[LoggingConfiguration], jsii.get(self, "loggingConfiguration"))
2351
+ return typing.cast(typing.Optional["LoggingConfiguration"], jsii.get(self, "loggingConfiguration"))
2352
2352
 
2353
2353
  @builtins.property
2354
2354
  @jsii.member(jsii_name="loggingConfigurationDagProcessingLogsCloudWatchLogGroupArn")
@@ -2444,9 +2444,9 @@ class _EnvironmentBaseProxy(
2444
2444
 
2445
2445
  @builtins.property
2446
2446
  @jsii.member(jsii_name="networkConfiguration")
2447
- def network_configuration(self) -> typing.Optional[NetworkConfiguration]:
2447
+ def network_configuration(self) -> typing.Optional["NetworkConfiguration"]:
2448
2448
  '''The VPC networking components used to secure and enable network traffic between the AWS resources for your environment.'''
2449
- return typing.cast(typing.Optional[NetworkConfiguration], jsii.get(self, "networkConfiguration"))
2449
+ return typing.cast(typing.Optional["NetworkConfiguration"], jsii.get(self, "networkConfiguration"))
2450
2450
 
2451
2451
  @builtins.property
2452
2452
  @jsii.member(jsii_name="pluginsS3ObjectVersion")
@@ -2486,9 +2486,9 @@ class _EnvironmentBaseProxy(
2486
2486
 
2487
2487
  @builtins.property
2488
2488
  @jsii.member(jsii_name="sourceBucket")
2489
- def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
2489
+ def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
2490
2490
  '''The Amazon S3 bucket where your DAG code and supporting files are stored.'''
2491
- return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], jsii.get(self, "sourceBucket"))
2491
+ return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"], jsii.get(self, "sourceBucket"))
2492
2492
 
2493
2493
  @builtins.property
2494
2494
  @jsii.member(jsii_name="startupScriptS3ObjectVersion")
@@ -2516,9 +2516,9 @@ class _EnvironmentBaseProxy(
2516
2516
 
2517
2517
  @builtins.property
2518
2518
  @jsii.member(jsii_name="webserverAccessMode")
2519
- def webserver_access_mode(self) -> typing.Optional[WebserverAccessMode]:
2519
+ def webserver_access_mode(self) -> typing.Optional["WebserverAccessMode"]:
2520
2520
  '''The Apache Airflow Web server access mode.'''
2521
- return typing.cast(typing.Optional[WebserverAccessMode], jsii.get(self, "webserverAccessMode"))
2521
+ return typing.cast(typing.Optional["WebserverAccessMode"], jsii.get(self, "webserverAccessMode"))
2522
2522
 
2523
2523
  @builtins.property
2524
2524
  @jsii.member(jsii_name="webserverUrl")
@@ -2555,32 +2555,32 @@ class Environment(
2555
2555
  ):
2556
2556
  def __init__(
2557
2557
  self,
2558
- scope: _constructs_77d1e7e8.Construct,
2558
+ scope: "_constructs_77d1e7e8.Construct",
2559
2559
  id: builtins.str,
2560
2560
  *,
2561
2561
  airflow_configuration_options: typing.Mapping[builtins.str, builtins.str],
2562
2562
  name: builtins.str,
2563
- airflow_version: typing.Optional[AirflowVersion] = None,
2563
+ airflow_version: typing.Optional["AirflowVersion"] = None,
2564
2564
  dag_s3_path: typing.Optional[builtins.str] = None,
2565
- endpoint_management: typing.Optional[EndpointManagement] = None,
2566
- environment_class: typing.Optional[EnvironmentClass] = None,
2567
- execution_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
2568
- kms_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey] = None,
2569
- logging_configuration: typing.Optional[typing.Union[LoggingConfiguration, typing.Dict[builtins.str, typing.Any]]] = None,
2565
+ endpoint_management: typing.Optional["EndpointManagement"] = None,
2566
+ environment_class: typing.Optional["EnvironmentClass"] = None,
2567
+ execution_role: typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"] = None,
2568
+ kms_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"] = None,
2569
+ logging_configuration: typing.Optional[typing.Union["LoggingConfiguration", typing.Dict[builtins.str, typing.Any]]] = None,
2570
2570
  max_webservers: typing.Optional[jsii.Number] = None,
2571
2571
  max_workers: typing.Optional[jsii.Number] = None,
2572
2572
  min_webservers: typing.Optional[jsii.Number] = None,
2573
2573
  min_workers: typing.Optional[jsii.Number] = None,
2574
- network_configuration: typing.Optional[typing.Union[NetworkConfiguration, typing.Dict[builtins.str, typing.Any]]] = None,
2574
+ network_configuration: typing.Optional[typing.Union["NetworkConfiguration", typing.Dict[builtins.str, typing.Any]]] = None,
2575
2575
  plugins_s3_object_version: typing.Optional[builtins.str] = None,
2576
2576
  plugins_s3_path: typing.Optional[builtins.str] = None,
2577
2577
  requirements_s3_object_version: typing.Optional[builtins.str] = None,
2578
2578
  requirements_s3_path: typing.Optional[builtins.str] = None,
2579
2579
  schedulers: typing.Optional[jsii.Number] = None,
2580
- source_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
2580
+ source_bucket: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
2581
2581
  startup_script_s3_object_version: typing.Optional[builtins.str] = None,
2582
2582
  startup_script_s3_path: typing.Optional[builtins.str] = None,
2583
- webserver_access_mode: typing.Optional[WebserverAccessMode] = None,
2583
+ webserver_access_mode: typing.Optional["WebserverAccessMode"] = None,
2584
2584
  weekly_maintenance_window_start: typing.Optional[builtins.str] = None,
2585
2585
  ) -> None:
2586
2586
  '''
@@ -2648,21 +2648,21 @@ class Environment(
2648
2648
  @builtins.classmethod
2649
2649
  def from_environment_attributes(
2650
2650
  cls,
2651
- scope: _constructs_77d1e7e8.Construct,
2651
+ scope: "_constructs_77d1e7e8.Construct",
2652
2652
  id: builtins.str,
2653
2653
  *,
2654
2654
  airflow_configuration_options: typing.Mapping[builtins.str, builtins.str],
2655
2655
  environment_arn: builtins.str,
2656
2656
  name: builtins.str,
2657
- airflow_version: typing.Optional[AirflowVersion] = None,
2657
+ airflow_version: typing.Optional["AirflowVersion"] = None,
2658
2658
  celery_executor_queue: typing.Optional[builtins.str] = None,
2659
2659
  dag_s3_path: typing.Optional[builtins.str] = None,
2660
2660
  database_vpc_endpoint_service: typing.Optional[builtins.str] = None,
2661
- endpoint_management: typing.Optional[EndpointManagement] = None,
2662
- environment_class: typing.Optional[EnvironmentClass] = None,
2663
- execution_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
2664
- kms_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey] = None,
2665
- logging_configuration: typing.Optional[typing.Union[LoggingConfiguration, typing.Dict[builtins.str, typing.Any]]] = None,
2661
+ endpoint_management: typing.Optional["EndpointManagement"] = None,
2662
+ environment_class: typing.Optional["EnvironmentClass"] = None,
2663
+ execution_role: typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"] = None,
2664
+ kms_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"] = None,
2665
+ logging_configuration: typing.Optional[typing.Union["LoggingConfiguration", typing.Dict[builtins.str, typing.Any]]] = None,
2666
2666
  logging_configuration_dag_processing_logs_cloud_watch_log_group_arn: typing.Optional[builtins.str] = None,
2667
2667
  logging_configuration_scheduler_logs_cloud_watch_log_group_arn: typing.Optional[builtins.str] = None,
2668
2668
  logging_configuration_task_logs_cloud_watch_log_group_arn: typing.Optional[builtins.str] = None,
@@ -2672,20 +2672,20 @@ class Environment(
2672
2672
  max_workers: typing.Optional[jsii.Number] = None,
2673
2673
  min_webservers: typing.Optional[jsii.Number] = None,
2674
2674
  min_workers: typing.Optional[jsii.Number] = None,
2675
- network_configuration: typing.Optional[typing.Union[NetworkConfiguration, typing.Dict[builtins.str, typing.Any]]] = None,
2675
+ network_configuration: typing.Optional[typing.Union["NetworkConfiguration", typing.Dict[builtins.str, typing.Any]]] = None,
2676
2676
  plugins_s3_object_version: typing.Optional[builtins.str] = None,
2677
2677
  plugins_s3_path: typing.Optional[builtins.str] = None,
2678
2678
  requirements_s3_object_version: typing.Optional[builtins.str] = None,
2679
2679
  requirements_s3_path: typing.Optional[builtins.str] = None,
2680
2680
  schedulers: typing.Optional[jsii.Number] = None,
2681
- source_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
2681
+ source_bucket: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
2682
2682
  startup_script_s3_object_version: typing.Optional[builtins.str] = None,
2683
2683
  startup_script_s3_path: typing.Optional[builtins.str] = None,
2684
- webserver_access_mode: typing.Optional[WebserverAccessMode] = None,
2684
+ webserver_access_mode: typing.Optional["WebserverAccessMode"] = None,
2685
2685
  webserver_url: typing.Optional[builtins.str] = None,
2686
2686
  webserver_vpc_endpoint_service: typing.Optional[builtins.str] = None,
2687
2687
  weekly_maintenance_window_start: typing.Optional[builtins.str] = None,
2688
- ) -> IEnvironment:
2688
+ ) -> "IEnvironment":
2689
2689
  '''
2690
2690
  :param scope: -
2691
2691
  :param id: -
@@ -2765,7 +2765,7 @@ class Environment(
2765
2765
  weekly_maintenance_window_start=weekly_maintenance_window_start,
2766
2766
  )
2767
2767
 
2768
- return typing.cast(IEnvironment, jsii.sinvoke(cls, "fromEnvironmentAttributes", [scope, id, attrs]))
2768
+ return typing.cast("IEnvironment", jsii.sinvoke(cls, "fromEnvironmentAttributes", [scope, id, attrs]))
2769
2769
 
2770
2770
  @jsii.member(jsii_name="isEnvironment")
2771
2771
  @builtins.classmethod
@@ -2803,14 +2803,14 @@ class Environment(
2803
2803
 
2804
2804
  @builtins.property
2805
2805
  @jsii.member(jsii_name="airflowVersion")
2806
- def airflow_version(self) -> typing.Optional[AirflowVersion]:
2806
+ def airflow_version(self) -> typing.Optional["AirflowVersion"]:
2807
2807
  '''The version of Apache Airflow to use for the environment.
2808
2808
 
2809
2809
  If no value is specified, defaults to the latest version.
2810
2810
 
2811
2811
  If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
2812
2812
  '''
2813
- return typing.cast(typing.Optional[AirflowVersion], jsii.get(self, "airflowVersion"))
2813
+ return typing.cast(typing.Optional["AirflowVersion"], jsii.get(self, "airflowVersion"))
2814
2814
 
2815
2815
  @builtins.property
2816
2816
  @jsii.member(jsii_name="celeryExecutorQueue")
@@ -2839,40 +2839,40 @@ class Environment(
2839
2839
 
2840
2840
  @builtins.property
2841
2841
  @jsii.member(jsii_name="endpointManagement")
2842
- def endpoint_management(self) -> typing.Optional[EndpointManagement]:
2842
+ def endpoint_management(self) -> typing.Optional["EndpointManagement"]:
2843
2843
  '''Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
2844
2844
 
2845
2845
  If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC.
2846
2846
  If set to CUSTOMER, you must create, and manage, the VPC endpoints in your VPC.
2847
2847
  '''
2848
- return typing.cast(typing.Optional[EndpointManagement], jsii.get(self, "endpointManagement"))
2848
+ return typing.cast(typing.Optional["EndpointManagement"], jsii.get(self, "endpointManagement"))
2849
2849
 
2850
2850
  @builtins.property
2851
2851
  @jsii.member(jsii_name="environmentClass")
2852
- def environment_class(self) -> typing.Optional[EnvironmentClass]:
2852
+ def environment_class(self) -> typing.Optional["EnvironmentClass"]:
2853
2853
  '''The environment class type.'''
2854
- return typing.cast(typing.Optional[EnvironmentClass], jsii.get(self, "environmentClass"))
2854
+ return typing.cast(typing.Optional["EnvironmentClass"], jsii.get(self, "environmentClass"))
2855
2855
 
2856
2856
  @builtins.property
2857
2857
  @jsii.member(jsii_name="executionRole")
2858
- def execution_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
2858
+ def execution_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
2859
2859
  '''The execution role in IAM that allows MWAA to access AWS resources in your environment.'''
2860
- return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole], jsii.get(self, "executionRole"))
2860
+ return typing.cast(typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"], jsii.get(self, "executionRole"))
2861
2861
 
2862
2862
  @builtins.property
2863
2863
  @jsii.member(jsii_name="kmsKey")
2864
- def kms_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey]:
2864
+ def kms_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"]:
2865
2865
  '''The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
2866
2866
 
2867
2867
  You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
2868
2868
  '''
2869
- return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.IKey], jsii.get(self, "kmsKey"))
2869
+ return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.IKey"], jsii.get(self, "kmsKey"))
2870
2870
 
2871
2871
  @builtins.property
2872
2872
  @jsii.member(jsii_name="loggingConfiguration")
2873
- def logging_configuration(self) -> typing.Optional[LoggingConfiguration]:
2873
+ def logging_configuration(self) -> typing.Optional["LoggingConfiguration"]:
2874
2874
  '''The Apache Airflow logs being sent to CloudWatch Logs.'''
2875
- return typing.cast(typing.Optional[LoggingConfiguration], jsii.get(self, "loggingConfiguration"))
2875
+ return typing.cast(typing.Optional["LoggingConfiguration"], jsii.get(self, "loggingConfiguration"))
2876
2876
 
2877
2877
  @builtins.property
2878
2878
  @jsii.member(jsii_name="loggingConfigurationDagProcessingLogsCloudWatchLogGroupArn")
@@ -2968,9 +2968,9 @@ class Environment(
2968
2968
 
2969
2969
  @builtins.property
2970
2970
  @jsii.member(jsii_name="networkConfiguration")
2971
- def network_configuration(self) -> typing.Optional[NetworkConfiguration]:
2971
+ def network_configuration(self) -> typing.Optional["NetworkConfiguration"]:
2972
2972
  '''The VPC networking components used to secure and enable network traffic between the AWS resources for your environment.'''
2973
- return typing.cast(typing.Optional[NetworkConfiguration], jsii.get(self, "networkConfiguration"))
2973
+ return typing.cast(typing.Optional["NetworkConfiguration"], jsii.get(self, "networkConfiguration"))
2974
2974
 
2975
2975
  @builtins.property
2976
2976
  @jsii.member(jsii_name="pluginsS3ObjectVersion")
@@ -3010,9 +3010,9 @@ class Environment(
3010
3010
 
3011
3011
  @builtins.property
3012
3012
  @jsii.member(jsii_name="sourceBucket")
3013
- def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
3013
+ def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
3014
3014
  '''The Amazon S3 bucket where your DAG code and supporting files are stored.'''
3015
- return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], jsii.get(self, "sourceBucket"))
3015
+ return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"], jsii.get(self, "sourceBucket"))
3016
3016
 
3017
3017
  @builtins.property
3018
3018
  @jsii.member(jsii_name="startupScriptS3ObjectVersion")
@@ -3040,9 +3040,9 @@ class Environment(
3040
3040
 
3041
3041
  @builtins.property
3042
3042
  @jsii.member(jsii_name="webserverAccessMode")
3043
- def webserver_access_mode(self) -> typing.Optional[WebserverAccessMode]:
3043
+ def webserver_access_mode(self) -> typing.Optional["WebserverAccessMode"]:
3044
3044
  '''The Apache Airflow Web server access mode.'''
3045
- return typing.cast(typing.Optional[WebserverAccessMode], jsii.get(self, "webserverAccessMode"))
3045
+ return typing.cast(typing.Optional["WebserverAccessMode"], jsii.get(self, "webserverAccessMode"))
3046
3046
 
3047
3047
  @builtins.property
3048
3048
  @jsii.member(jsii_name="webserverUrl")
@@ -33,7 +33,7 @@ import constructs._jsii
33
33
  import robhan_cdk_lib.utils._jsii
34
34
 
35
35
  __jsii_assembly__ = jsii.JSIIAssembly.load(
36
- "@robhan-cdk-lib/aws_mwaa", "0.0.6", __name__[0:-6], "aws_mwaa@0.0.6.jsii.tgz"
36
+ "@robhan-cdk-lib/aws_mwaa", "0.0.33", __name__[0:-6], "aws_mwaa@0.0.33.jsii.tgz"
37
37
  )
38
38
 
39
39
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robhan_cdk_lib.aws_mwaa
3
- Version: 0.0.6
3
+ Version: 0.0.33
4
4
  Summary: AWS CDK Construct Library for Amazon Managed Workflows for Apache Airflow
5
5
  Home-page: https://github.com/robert-hanuschke/cdk-aws_mwaa.git
6
6
  Author: Robert Hanuschke<robhan-cdk-lib@hanuschke.eu>
@@ -21,10 +21,10 @@ Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
22
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.221.0
23
23
  Requires-Dist: constructs<11.0.0,>=10.0.5
24
- Requires-Dist: jsii<2.0.0,>=1.119.0
24
+ Requires-Dist: jsii<2.0.0,>=1.121.0
25
25
  Requires-Dist: publication>=0.0.3
26
- Requires-Dist: robhan_cdk_lib.utils<0.0.96,>=0.0.95
27
- Requires-Dist: typeguard<4.3.0,>=2.13.3
26
+ Requires-Dist: robhan_cdk_lib.utils<0.0.118,>=0.0.117
27
+ Requires-Dist: typeguard==2.13.3
28
28
 
29
29
  # @robhan-cdk-lib/aws_mwaa
30
30
 
@@ -11,4 +11,4 @@ src/robhan_cdk_lib.aws_mwaa.egg-info/top_level.txt
11
11
  src/robhan_cdk_lib/aws_mwaa/__init__.py
12
12
  src/robhan_cdk_lib/aws_mwaa/py.typed
13
13
  src/robhan_cdk_lib/aws_mwaa/_jsii/__init__.py
14
- src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.6.jsii.tgz
14
+ src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.33.jsii.tgz
@@ -0,0 +1,6 @@
1
+ aws-cdk-lib<3.0.0,>=2.221.0
2
+ constructs<11.0.0,>=10.0.5
3
+ jsii<2.0.0,>=1.121.0
4
+ publication>=0.0.3
5
+ robhan_cdk_lib.utils<0.0.118,>=0.0.117
6
+ typeguard==2.13.3
@@ -1,6 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.221.0
2
- constructs<11.0.0,>=10.0.5
3
- jsii<2.0.0,>=1.119.0
4
- publication>=0.0.3
5
- robhan_cdk_lib.utils<0.0.96,>=0.0.95
6
- typeguard<4.3.0,>=2.13.3