cdk-mwaa 0.0.16__tar.gz → 0.0.18__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-mwaa
3
- Version: 0.0.16
4
- Summary: cdk-mwaa
3
+ Version: 0.0.18
4
+ Summary: AWS CDK construct library for Amazon Managed Workflows for Apache Airflow (MWAA)
5
5
  Home-page: https://github.com/hupe1980/cdk-mwaa.git
6
6
  Author: hupe1980<frankhuebner1980@gmail.com>
7
7
  License: MIT
@@ -5,8 +5,8 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdk-mwaa",
8
- "version": "0.0.16",
9
- "description": "cdk-mwaa",
8
+ "version": "0.0.18",
9
+ "description": "AWS CDK construct library for Amazon Managed Workflows for Apache Airflow (MWAA)",
10
10
  "license": "MIT",
11
11
  "url": "https://github.com/hupe1980/cdk-mwaa.git",
12
12
  "long_description_content_type": "text/markdown",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "cdk_mwaa._jsii": [
29
- "cdk-mwaa@0.0.16.jsii.tgz"
29
+ "cdk-mwaa@0.0.18.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 paths and object versions for configuration files.'''
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
 
@@ -32,7 +32,7 @@ import aws_cdk._jsii
32
32
  import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
- "cdk-mwaa", "0.0.16", __name__[0:-6], "cdk-mwaa@0.0.16.jsii.tgz"
35
+ "cdk-mwaa", "0.0.18", __name__[0:-6], "cdk-mwaa@0.0.18.jsii.tgz"
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-mwaa
3
- Version: 0.0.16
4
- Summary: cdk-mwaa
3
+ Version: 0.0.18
4
+ Summary: AWS CDK construct library for Amazon Managed Workflows for Apache Airflow (MWAA)
5
5
  Home-page: https://github.com/hupe1980/cdk-mwaa.git
6
6
  Author: hupe1980<frankhuebner1980@gmail.com>
7
7
  License: MIT
@@ -11,4 +11,4 @@ src/cdk_mwaa.egg-info/dependency_links.txt
11
11
  src/cdk_mwaa.egg-info/requires.txt
12
12
  src/cdk_mwaa.egg-info/top_level.txt
13
13
  src/cdk_mwaa/_jsii/__init__.py
14
- src/cdk_mwaa/_jsii/cdk-mwaa@0.0.16.jsii.tgz
14
+ src/cdk_mwaa/_jsii/cdk-mwaa@0.0.18.jsii.tgz
File without changes
File without changes
File without changes
File without changes
File without changes