cdk-mwaa 0.0.16__tar.gz → 0.0.17__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.
- {cdk_mwaa-0.0.16/src/cdk_mwaa.egg-info → cdk_mwaa-0.0.17}/PKG-INFO +1 -1
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/setup.py +2 -2
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/src/cdk_mwaa/__init__.py +24 -1
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/src/cdk_mwaa/_jsii/__init__.py +1 -1
- cdk_mwaa-0.0.17/src/cdk_mwaa/_jsii/cdk-mwaa@0.0.17.jsii.tgz +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17/src/cdk_mwaa.egg-info}/PKG-INFO +1 -1
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/src/cdk_mwaa.egg-info/SOURCES.txt +1 -1
- cdk_mwaa-0.0.16/src/cdk_mwaa/_jsii/cdk-mwaa@0.0.16.jsii.tgz +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/LICENSE +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/MANIFEST.in +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/README.md +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/pyproject.toml +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/setup.cfg +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/src/cdk_mwaa/py.typed +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/src/cdk_mwaa.egg-info/dependency_links.txt +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/src/cdk_mwaa.egg-info/requires.txt +0 -0
- {cdk_mwaa-0.0.16 → cdk_mwaa-0.0.17}/src/cdk_mwaa.egg-info/top_level.txt +0 -0
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
5
5
|
"""
|
6
6
|
{
|
7
7
|
"name": "cdk-mwaa",
|
8
|
-
"version": "0.0.
|
8
|
+
"version": "0.0.17",
|
9
9
|
"description": "cdk-mwaa",
|
10
10
|
"license": "MIT",
|
11
11
|
"url": "https://github.com/hupe1980/cdk-mwaa.git",
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
26
26
|
],
|
27
27
|
"package_data": {
|
28
28
|
"cdk_mwaa._jsii": [
|
29
|
-
"cdk-mwaa@0.0.
|
29
|
+
"cdk-mwaa@0.0.17.jsii.tgz"
|
30
30
|
],
|
31
31
|
"cdk_mwaa": [
|
32
32
|
"py.typed"
|
@@ -663,32 +663,55 @@ class DagStorage(
|
|
663
663
|
@builtins.property
|
664
664
|
@jsii.member(jsii_name="pluginsS3ObjectVersion")
|
665
665
|
def plugins_s3_object_version(self) -> typing.Optional[builtins.str]:
|
666
|
+
'''The version ID of the plugins file in S3, if versioning is enabled for the bucket.
|
667
|
+
|
668
|
+
This allows referencing a specific version of the plugins file.
|
669
|
+
'''
|
666
670
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "pluginsS3ObjectVersion"))
|
667
671
|
|
668
672
|
@builtins.property
|
669
673
|
@jsii.member(jsii_name="pluginsS3Path")
|
670
674
|
def plugins_s3_path(self) -> typing.Optional[builtins.str]:
|
671
|
-
'''S3
|
675
|
+
'''The S3 path where the plugins file is stored.
|
676
|
+
|
677
|
+
This is the full path in the S3 bucket, including the prefix and file name.
|
678
|
+
'''
|
672
679
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "pluginsS3Path"))
|
673
680
|
|
674
681
|
@builtins.property
|
675
682
|
@jsii.member(jsii_name="requirementsS3ObjectVersion")
|
676
683
|
def requirements_s3_object_version(self) -> typing.Optional[builtins.str]:
|
684
|
+
'''The version ID of the requirements file in S3, if versioning is enabled for the bucket.
|
685
|
+
|
686
|
+
This allows referencing a specific version of the requirements file.
|
687
|
+
'''
|
677
688
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "requirementsS3ObjectVersion"))
|
678
689
|
|
679
690
|
@builtins.property
|
680
691
|
@jsii.member(jsii_name="requirementsS3Path")
|
681
692
|
def requirements_s3_path(self) -> typing.Optional[builtins.str]:
|
693
|
+
'''The S3 path where the requirements file is stored.
|
694
|
+
|
695
|
+
This is the full path in the S3 bucket, including the prefix and file name.
|
696
|
+
'''
|
682
697
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "requirementsS3Path"))
|
683
698
|
|
684
699
|
@builtins.property
|
685
700
|
@jsii.member(jsii_name="startupScriptS3ObjectVersion")
|
686
701
|
def startup_script_s3_object_version(self) -> typing.Optional[builtins.str]:
|
702
|
+
'''The version ID of the startup script in S3, if versioning is enabled for the bucket.
|
703
|
+
|
704
|
+
This allows referencing a specific version of the startup script.
|
705
|
+
'''
|
687
706
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "startupScriptS3ObjectVersion"))
|
688
707
|
|
689
708
|
@builtins.property
|
690
709
|
@jsii.member(jsii_name="startupScriptS3Path")
|
691
710
|
def startup_script_s3_path(self) -> typing.Optional[builtins.str]:
|
711
|
+
'''The S3 path where the startup script is stored.
|
712
|
+
|
713
|
+
This is the full path in the S3 bucket, including the prefix and file name.
|
714
|
+
'''
|
692
715
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "startupScriptS3Path"))
|
693
716
|
|
694
717
|
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|