cloudsnorkel.cdk-rds-sanitized-snapshots 0.1.2__tar.gz → 0.1.4__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 cloudsnorkel.cdk-rds-sanitized-snapshots might be problematic. Click here for more details.
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/PKG-INFO +5 -6
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/pyproject.toml +2 -2
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/setup.py +6 -7
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/src/cloudsnorkel/cdk_rds_sanitized_snapshots/__init__.py +30 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/__init__.py +2 -2
- cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4/src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.4.jsii.tgz +0 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info}/PKG-INFO +5 -6
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/SOURCES.txt +1 -1
- cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/requires.txt +5 -0
- cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2/src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.2.jsii.tgz +0 -0
- cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/requires.txt +0 -5
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/LICENSE +0 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/MANIFEST.in +0 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/README.md +0 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/setup.cfg +0 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/src/cloudsnorkel/cdk_rds_sanitized_snapshots/py.typed +0 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/dependency_links.txt +0 -0
- {cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.2 → cloudsnorkel_cdk_rds_sanitized_snapshots-0.1.4}/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-rds-sanitized-snapshots
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: CDK construct to periodically take snapshots of RDS databases, sanitize them, and share with selected accounts.
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-rds-sanitized-snapshots.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -10,21 +10,20 @@ Classifier: Intended Audience :: Developers
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Programming Language :: JavaScript
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
16
|
Classifier: Typing :: Typed
|
|
18
17
|
Classifier: Development Status :: 4 - Beta
|
|
19
18
|
Classifier: License :: OSI Approved
|
|
20
|
-
Requires-Python: ~=3.
|
|
19
|
+
Requires-Python: ~=3.9
|
|
21
20
|
Description-Content-Type: text/markdown
|
|
22
21
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.127.0
|
|
24
23
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.111.0
|
|
26
25
|
Requires-Dist: publication>=0.0.3
|
|
27
|
-
Requires-Dist: typeguard<
|
|
26
|
+
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
27
|
|
|
29
28
|
# CDK Construct for RDS Sanitized Snapshots
|
|
30
29
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools~=
|
|
2
|
+
requires = ["setuptools~=75.3.2", "wheel~=0.42"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[tool.pyright]
|
|
6
6
|
defineConstant = { DEBUG = true }
|
|
7
|
-
pythonVersion = "3.
|
|
7
|
+
pythonVersion = "3.9"
|
|
8
8
|
pythonPlatform = "All"
|
|
9
9
|
reportSelfClsParameterName = false
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cloudsnorkel.cdk-rds-sanitized-snapshots",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.4",
|
|
9
9
|
"description": "CDK construct to periodically take snapshots of RDS databases, sanitize them, and share with selected accounts.",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/CloudSnorkel/cdk-rds-sanitized-snapshots.git",
|
|
@@ -26,26 +26,25 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cloudsnorkel.cdk_rds_sanitized_snapshots._jsii": [
|
|
29
|
-
"cdk-rds-sanitized-snapshots@0.1.
|
|
29
|
+
"cdk-rds-sanitized-snapshots@0.1.4.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cloudsnorkel.cdk_rds_sanitized_snapshots": [
|
|
32
32
|
"py.typed"
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
|
-
"python_requires": "~=3.
|
|
35
|
+
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.127.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.5, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.111.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
41
|
-
"typeguard>=2.13.3,<
|
|
41
|
+
"typeguard>=2.13.3,<4.3.0"
|
|
42
42
|
],
|
|
43
43
|
"classifiers": [
|
|
44
44
|
"Intended Audience :: Developers",
|
|
45
45
|
"Operating System :: OS Independent",
|
|
46
46
|
"Programming Language :: JavaScript",
|
|
47
47
|
"Programming Language :: Python :: 3 :: Only",
|
|
48
|
-
"Programming Language :: Python :: 3.8",
|
|
49
48
|
"Programming Language :: Python :: 3.9",
|
|
50
49
|
"Programming Language :: Python :: 3.10",
|
|
51
50
|
"Programming Language :: Python :: 3.11",
|
|
@@ -325,6 +325,21 @@ class IRdsSanitizedSnapshotter(typing_extensions.Protocol):
|
|
|
325
325
|
'''
|
|
326
326
|
...
|
|
327
327
|
|
|
328
|
+
@builtins.property
|
|
329
|
+
@jsii.member(jsii_name="useExistingSnapshot")
|
|
330
|
+
def use_existing_snapshot(self) -> typing.Optional[builtins.bool]:
|
|
331
|
+
'''(experimental) Use the latest available snapshot instead of taking a new one.
|
|
332
|
+
|
|
333
|
+
This can be used to shorten the process at the cost of using a possibly older snapshot.
|
|
334
|
+
|
|
335
|
+
This will use the latest snapshot whether it's an automatic system snapshot or a manual snapshot.
|
|
336
|
+
|
|
337
|
+
:default: false
|
|
338
|
+
|
|
339
|
+
:stability: experimental
|
|
340
|
+
'''
|
|
341
|
+
...
|
|
342
|
+
|
|
328
343
|
|
|
329
344
|
class _IRdsSanitizedSnapshotterProxy:
|
|
330
345
|
'''
|
|
@@ -500,6 +515,21 @@ class _IRdsSanitizedSnapshotterProxy:
|
|
|
500
515
|
'''
|
|
501
516
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "tempPrefix"))
|
|
502
517
|
|
|
518
|
+
@builtins.property
|
|
519
|
+
@jsii.member(jsii_name="useExistingSnapshot")
|
|
520
|
+
def use_existing_snapshot(self) -> typing.Optional[builtins.bool]:
|
|
521
|
+
'''(experimental) Use the latest available snapshot instead of taking a new one.
|
|
522
|
+
|
|
523
|
+
This can be used to shorten the process at the cost of using a possibly older snapshot.
|
|
524
|
+
|
|
525
|
+
This will use the latest snapshot whether it's an automatic system snapshot or a manual snapshot.
|
|
526
|
+
|
|
527
|
+
:default: false
|
|
528
|
+
|
|
529
|
+
:stability: experimental
|
|
530
|
+
'''
|
|
531
|
+
return typing.cast(typing.Optional[builtins.bool], jsii.get(self, "useExistingSnapshot"))
|
|
532
|
+
|
|
503
533
|
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
504
534
|
typing.cast(typing.Any, IRdsSanitizedSnapshotter).__jsii_proxy_class__ = lambda : _IRdsSanitizedSnapshotterProxy
|
|
505
535
|
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"@cloudsnorkel/cdk-rds-sanitized-snapshots",
|
|
36
|
-
"0.1.
|
|
36
|
+
"0.1.4",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"cdk-rds-sanitized-snapshots@0.1.
|
|
38
|
+
"cdk-rds-sanitized-snapshots@0.1.4.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-rds-sanitized-snapshots
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: CDK construct to periodically take snapshots of RDS databases, sanitize them, and share with selected accounts.
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-rds-sanitized-snapshots.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -10,21 +10,20 @@ Classifier: Intended Audience :: Developers
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Programming Language :: JavaScript
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
16
|
Classifier: Typing :: Typed
|
|
18
17
|
Classifier: Development Status :: 4 - Beta
|
|
19
18
|
Classifier: License :: OSI Approved
|
|
20
|
-
Requires-Python: ~=3.
|
|
19
|
+
Requires-Python: ~=3.9
|
|
21
20
|
Description-Content-Type: text/markdown
|
|
22
21
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.127.0
|
|
24
23
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.111.0
|
|
26
25
|
Requires-Dist: publication>=0.0.3
|
|
27
|
-
Requires-Dist: typeguard<
|
|
26
|
+
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
27
|
|
|
29
28
|
# CDK Construct for RDS Sanitized Snapshots
|
|
30
29
|
|
|
@@ -11,4 +11,4 @@ src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/top_level.txt
|
|
|
11
11
|
src/cloudsnorkel/cdk_rds_sanitized_snapshots/__init__.py
|
|
12
12
|
src/cloudsnorkel/cdk_rds_sanitized_snapshots/py.typed
|
|
13
13
|
src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/__init__.py
|
|
14
|
-
src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.
|
|
14
|
+
src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.4.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|