cdk-aurora-globaldatabase 2.3.908__tar.gz → 2.3.1040__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_aurora_globaldatabase-2.3.908/src/cdk_aurora_globaldatabase.egg-info → cdk_aurora_globaldatabase-2.3.1040}/PKG-INFO +3 -3
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/pyproject.toml +1 -1
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/setup.py +4 -4
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/src/cdk_aurora_globaldatabase/__init__.py +54 -54
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/src/cdk_aurora_globaldatabase/_jsii/__init__.py +2 -2
- cdk_aurora_globaldatabase-2.3.1040/src/cdk_aurora_globaldatabase/_jsii/cdk-aurora-globaldatabase@2.3.1040.jsii.tgz +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040/src/cdk_aurora_globaldatabase.egg-info}/PKG-INFO +3 -3
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/src/cdk_aurora_globaldatabase.egg-info/SOURCES.txt +1 -1
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/src/cdk_aurora_globaldatabase.egg-info/requires.txt +2 -2
- cdk_aurora_globaldatabase-2.3.908/src/cdk_aurora_globaldatabase/_jsii/cdk-aurora-globaldatabase@2.3.908.jsii.tgz +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/LICENSE +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/MANIFEST.in +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/README.md +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/setup.cfg +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/src/cdk_aurora_globaldatabase/py.typed +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/src/cdk_aurora_globaldatabase.egg-info/dependency_links.txt +0 -0
- {cdk_aurora_globaldatabase-2.3.908 → cdk_aurora_globaldatabase-2.3.1040}/src/cdk_aurora_globaldatabase.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdk-aurora-globaldatabase
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1040
|
|
4
4
|
Summary: cdk-aurora-globaldatabase is an AWS CDK construct library that provides Cross Region Create Global Aurora RDS Databases.
|
|
5
5
|
Home-page: https://github.com/neilkuan/cdk-aurora-globaldatabase.git
|
|
6
6
|
Author: Neil Kuan<guan840912@gmail.com>
|
|
@@ -21,9 +21,9 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.126.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.122.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
[](https://badge.fury.io/js/cdk-aurora-globaldatabase)
|
|
29
29
|
[](https://badge.fury.io/py/cdk-aurora-globaldatabase)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cdk-aurora-globaldatabase",
|
|
8
|
-
"version": "2.3.
|
|
8
|
+
"version": "2.3.1040",
|
|
9
9
|
"description": "cdk-aurora-globaldatabase is an AWS CDK construct library that provides Cross Region Create Global Aurora RDS Databases.",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/neilkuan/cdk-aurora-globaldatabase.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cdk_aurora_globaldatabase._jsii": [
|
|
29
|
-
"cdk-aurora-globaldatabase@2.3.
|
|
29
|
+
"cdk-aurora-globaldatabase@2.3.1040.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cdk_aurora_globaldatabase": [
|
|
32
32
|
"py.typed"
|
|
@@ -36,9 +36,9 @@ kwargs = json.loads(
|
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk-lib>=2.126.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.5, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.122.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
41
|
-
"typeguard
|
|
41
|
+
"typeguard==2.13.3"
|
|
42
42
|
],
|
|
43
43
|
"classifiers": [
|
|
44
44
|
"Intended Audience :: Developers",
|
|
@@ -241,24 +241,24 @@ class GlobalAuroraRDSMaster(
|
|
|
241
241
|
|
|
242
242
|
def __init__(
|
|
243
243
|
self,
|
|
244
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
244
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
245
245
|
id: builtins.str,
|
|
246
246
|
*,
|
|
247
|
-
credentials: typing.Optional[_aws_cdk_aws_rds_ceddda9d.Credentials] = None,
|
|
248
|
-
db_clusterp_pg: typing.Optional[_aws_cdk_aws_rds_ceddda9d.IParameterGroup] = None,
|
|
247
|
+
credentials: typing.Optional["_aws_cdk_aws_rds_ceddda9d.Credentials"] = None,
|
|
248
|
+
db_clusterp_pg: typing.Optional["_aws_cdk_aws_rds_ceddda9d.IParameterGroup"] = None,
|
|
249
249
|
db_user_name: typing.Optional[builtins.str] = None,
|
|
250
250
|
default_database_name: typing.Optional[builtins.str] = None,
|
|
251
251
|
deletion_protection: typing.Optional[builtins.bool] = None,
|
|
252
|
-
engine_version: typing.Optional[_aws_cdk_aws_rds_ceddda9d.IClusterEngine] = None,
|
|
252
|
+
engine_version: typing.Optional["_aws_cdk_aws_rds_ceddda9d.IClusterEngine"] = None,
|
|
253
253
|
instance_type: typing.Optional["InstanceTypeEnum"] = None,
|
|
254
|
-
monitoring_interval: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
|
|
255
|
-
monitoring_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
|
|
254
|
+
monitoring_interval: typing.Optional["_aws_cdk_ceddda9d.Duration"] = None,
|
|
255
|
+
monitoring_role: typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"] = None,
|
|
256
256
|
parameters: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
257
257
|
rds_password: typing.Optional[builtins.str] = None,
|
|
258
|
-
security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
|
|
258
|
+
security_groups: typing.Optional[typing.Sequence["_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup"]] = None,
|
|
259
259
|
storage_encrypted: typing.Optional[builtins.bool] = None,
|
|
260
260
|
time_zone: typing.Optional["MySQLtimeZone"] = None,
|
|
261
|
-
vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
261
|
+
vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
262
262
|
) -> None:
|
|
263
263
|
'''
|
|
264
264
|
:param scope: -
|
|
@@ -308,7 +308,7 @@ class GlobalAuroraRDSMaster(
|
|
|
308
308
|
@jsii.member(jsii_name="addRegionalCluster")
|
|
309
309
|
def add_regional_cluster(
|
|
310
310
|
self,
|
|
311
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
311
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
312
312
|
id: builtins.str,
|
|
313
313
|
*,
|
|
314
314
|
region: builtins.str,
|
|
@@ -350,12 +350,12 @@ class GlobalAuroraRDSMaster(
|
|
|
350
350
|
|
|
351
351
|
@builtins.property
|
|
352
352
|
@jsii.member(jsii_name="dbClusterpPG")
|
|
353
|
-
def db_clusterp_pg(self) -> _aws_cdk_aws_rds_ceddda9d.IParameterGroup:
|
|
353
|
+
def db_clusterp_pg(self) -> "_aws_cdk_aws_rds_ceddda9d.IParameterGroup":
|
|
354
354
|
'''(experimental) return RDS Cluster ParameterGroup.
|
|
355
355
|
|
|
356
356
|
:stability: experimental
|
|
357
357
|
'''
|
|
358
|
-
return typing.cast(_aws_cdk_aws_rds_ceddda9d.IParameterGroup, jsii.get(self, "dbClusterpPG"))
|
|
358
|
+
return typing.cast("_aws_cdk_aws_rds_ceddda9d.IParameterGroup", jsii.get(self, "dbClusterpPG"))
|
|
359
359
|
|
|
360
360
|
@builtins.property
|
|
361
361
|
@jsii.member(jsii_name="engine")
|
|
@@ -368,12 +368,12 @@ class GlobalAuroraRDSMaster(
|
|
|
368
368
|
|
|
369
369
|
@builtins.property
|
|
370
370
|
@jsii.member(jsii_name="engineVersion")
|
|
371
|
-
def engine_version(self) -> _aws_cdk_aws_rds_ceddda9d.IClusterEngine:
|
|
371
|
+
def engine_version(self) -> "_aws_cdk_aws_rds_ceddda9d.IClusterEngine":
|
|
372
372
|
'''(experimental) return RDS Cluster DB Engine Version.
|
|
373
373
|
|
|
374
374
|
:stability: experimental
|
|
375
375
|
'''
|
|
376
|
-
return typing.cast(_aws_cdk_aws_rds_ceddda9d.IClusterEngine, jsii.get(self, "engineVersion"))
|
|
376
|
+
return typing.cast("_aws_cdk_aws_rds_ceddda9d.IClusterEngine", jsii.get(self, "engineVersion"))
|
|
377
377
|
|
|
378
378
|
@builtins.property
|
|
379
379
|
@jsii.member(jsii_name="globalClusterArn")
|
|
@@ -395,12 +395,12 @@ class GlobalAuroraRDSMaster(
|
|
|
395
395
|
|
|
396
396
|
@builtins.property
|
|
397
397
|
@jsii.member(jsii_name="rdsCluster")
|
|
398
|
-
def rds_cluster(self) -> _aws_cdk_aws_rds_ceddda9d.DatabaseCluster:
|
|
398
|
+
def rds_cluster(self) -> "_aws_cdk_aws_rds_ceddda9d.DatabaseCluster":
|
|
399
399
|
'''(experimental) return RDS Cluster.
|
|
400
400
|
|
|
401
401
|
:stability: experimental
|
|
402
402
|
'''
|
|
403
|
-
return typing.cast(_aws_cdk_aws_rds_ceddda9d.DatabaseCluster, jsii.get(self, "rdsCluster"))
|
|
403
|
+
return typing.cast("_aws_cdk_aws_rds_ceddda9d.DatabaseCluster", jsii.get(self, "rdsCluster"))
|
|
404
404
|
|
|
405
405
|
@builtins.property
|
|
406
406
|
@jsii.member(jsii_name="rdsClusterarn")
|
|
@@ -422,12 +422,12 @@ class GlobalAuroraRDSMaster(
|
|
|
422
422
|
|
|
423
423
|
@builtins.property
|
|
424
424
|
@jsii.member(jsii_name="rdsIsPublic")
|
|
425
|
-
def rds_is_public(self) -> _aws_cdk_aws_ec2_ceddda9d.SubnetType:
|
|
425
|
+
def rds_is_public(self) -> "_aws_cdk_aws_ec2_ceddda9d.SubnetType":
|
|
426
426
|
'''(experimental) return RDS Cluster is Public ?
|
|
427
427
|
|
|
428
428
|
:stability: experimental
|
|
429
429
|
'''
|
|
430
|
-
return typing.cast(_aws_cdk_aws_ec2_ceddda9d.SubnetType, jsii.get(self, "rdsIsPublic"))
|
|
430
|
+
return typing.cast("_aws_cdk_aws_ec2_ceddda9d.SubnetType", jsii.get(self, "rdsIsPublic"))
|
|
431
431
|
|
|
432
432
|
@builtins.property
|
|
433
433
|
@jsii.member(jsii_name="rdsPassword")
|
|
@@ -467,21 +467,21 @@ class GlobalAuroraRDSMasterProps:
|
|
|
467
467
|
def __init__(
|
|
468
468
|
self,
|
|
469
469
|
*,
|
|
470
|
-
credentials: typing.Optional[_aws_cdk_aws_rds_ceddda9d.Credentials] = None,
|
|
471
|
-
db_clusterp_pg: typing.Optional[_aws_cdk_aws_rds_ceddda9d.IParameterGroup] = None,
|
|
470
|
+
credentials: typing.Optional["_aws_cdk_aws_rds_ceddda9d.Credentials"] = None,
|
|
471
|
+
db_clusterp_pg: typing.Optional["_aws_cdk_aws_rds_ceddda9d.IParameterGroup"] = None,
|
|
472
472
|
db_user_name: typing.Optional[builtins.str] = None,
|
|
473
473
|
default_database_name: typing.Optional[builtins.str] = None,
|
|
474
474
|
deletion_protection: typing.Optional[builtins.bool] = None,
|
|
475
|
-
engine_version: typing.Optional[_aws_cdk_aws_rds_ceddda9d.IClusterEngine] = None,
|
|
475
|
+
engine_version: typing.Optional["_aws_cdk_aws_rds_ceddda9d.IClusterEngine"] = None,
|
|
476
476
|
instance_type: typing.Optional["InstanceTypeEnum"] = None,
|
|
477
|
-
monitoring_interval: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
|
|
478
|
-
monitoring_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
|
|
477
|
+
monitoring_interval: typing.Optional["_aws_cdk_ceddda9d.Duration"] = None,
|
|
478
|
+
monitoring_role: typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"] = None,
|
|
479
479
|
parameters: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
480
480
|
rds_password: typing.Optional[builtins.str] = None,
|
|
481
|
-
security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
|
|
481
|
+
security_groups: typing.Optional[typing.Sequence["_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup"]] = None,
|
|
482
482
|
storage_encrypted: typing.Optional[builtins.bool] = None,
|
|
483
483
|
time_zone: typing.Optional["MySQLtimeZone"] = None,
|
|
484
|
-
vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
484
|
+
vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
485
485
|
) -> None:
|
|
486
486
|
'''
|
|
487
487
|
:param credentials: (experimental) Credentials to use for the RDS database. Default: - creates new credentials
|
|
@@ -552,7 +552,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
552
552
|
self._values["vpc"] = vpc
|
|
553
553
|
|
|
554
554
|
@builtins.property
|
|
555
|
-
def credentials(self) -> typing.Optional[_aws_cdk_aws_rds_ceddda9d.Credentials]:
|
|
555
|
+
def credentials(self) -> typing.Optional["_aws_cdk_aws_rds_ceddda9d.Credentials"]:
|
|
556
556
|
'''(experimental) Credentials to use for the RDS database.
|
|
557
557
|
|
|
558
558
|
:default: - creates new credentials
|
|
@@ -560,12 +560,12 @@ class GlobalAuroraRDSMasterProps:
|
|
|
560
560
|
:stability: experimental
|
|
561
561
|
'''
|
|
562
562
|
result = self._values.get("credentials")
|
|
563
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_rds_ceddda9d.Credentials], result)
|
|
563
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_rds_ceddda9d.Credentials"], result)
|
|
564
564
|
|
|
565
565
|
@builtins.property
|
|
566
566
|
def db_clusterp_pg(
|
|
567
567
|
self,
|
|
568
|
-
) -> typing.Optional[_aws_cdk_aws_rds_ceddda9d.IParameterGroup]:
|
|
568
|
+
) -> typing.Optional["_aws_cdk_aws_rds_ceddda9d.IParameterGroup"]:
|
|
569
569
|
'''(experimental) RDS ParameterGroup.
|
|
570
570
|
|
|
571
571
|
:default: - Aurora MySQL ParameterGroup
|
|
@@ -573,7 +573,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
573
573
|
:stability: experimental
|
|
574
574
|
'''
|
|
575
575
|
result = self._values.get("db_clusterp_pg")
|
|
576
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_rds_ceddda9d.IParameterGroup], result)
|
|
576
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_rds_ceddda9d.IParameterGroup"], result)
|
|
577
577
|
|
|
578
578
|
@builtins.property
|
|
579
579
|
def db_user_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -611,7 +611,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
611
611
|
@builtins.property
|
|
612
612
|
def engine_version(
|
|
613
613
|
self,
|
|
614
|
-
) -> typing.Optional[_aws_cdk_aws_rds_ceddda9d.IClusterEngine]:
|
|
614
|
+
) -> typing.Optional["_aws_cdk_aws_rds_ceddda9d.IClusterEngine"]:
|
|
615
615
|
'''(experimental) RDS Database Cluster Engine .
|
|
616
616
|
|
|
617
617
|
:default: - rds.DatabaseClusterEngine.auroraMysql({version: rds.AuroraMysqlEngineVersion.VER_2_07_1,})
|
|
@@ -619,7 +619,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
619
619
|
:stability: experimental
|
|
620
620
|
'''
|
|
621
621
|
result = self._values.get("engine_version")
|
|
622
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_rds_ceddda9d.IClusterEngine], result)
|
|
622
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_rds_ceddda9d.IClusterEngine"], result)
|
|
623
623
|
|
|
624
624
|
@builtins.property
|
|
625
625
|
def instance_type(self) -> typing.Optional["InstanceTypeEnum"]:
|
|
@@ -633,7 +633,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
633
633
|
return typing.cast(typing.Optional["InstanceTypeEnum"], result)
|
|
634
634
|
|
|
635
635
|
@builtins.property
|
|
636
|
-
def monitoring_interval(self) -> typing.Optional[_aws_cdk_ceddda9d.Duration]:
|
|
636
|
+
def monitoring_interval(self) -> typing.Optional["_aws_cdk_ceddda9d.Duration"]:
|
|
637
637
|
'''(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
|
638
638
|
|
|
639
639
|
:default: no enhanced monitoring
|
|
@@ -641,10 +641,10 @@ class GlobalAuroraRDSMasterProps:
|
|
|
641
641
|
:stability: experimental
|
|
642
642
|
'''
|
|
643
643
|
result = self._values.get("monitoring_interval")
|
|
644
|
-
return typing.cast(typing.Optional[_aws_cdk_ceddda9d.Duration], result)
|
|
644
|
+
return typing.cast(typing.Optional["_aws_cdk_ceddda9d.Duration"], result)
|
|
645
645
|
|
|
646
646
|
@builtins.property
|
|
647
|
-
def monitoring_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole]:
|
|
647
|
+
def monitoring_role(self) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"]:
|
|
648
648
|
'''(experimental) Role that will be used to manage DB instances monitoring.
|
|
649
649
|
|
|
650
650
|
:default: - A role is automatically created for you
|
|
@@ -652,7 +652,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
652
652
|
:stability: experimental
|
|
653
653
|
'''
|
|
654
654
|
result = self._values.get("monitoring_role")
|
|
655
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole], result)
|
|
655
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_iam_ceddda9d.IRole"], result)
|
|
656
656
|
|
|
657
657
|
@builtins.property
|
|
658
658
|
def parameters(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
@@ -677,7 +677,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
677
677
|
@builtins.property
|
|
678
678
|
def security_groups(
|
|
679
679
|
self,
|
|
680
|
-
) -> typing.Optional[typing.List[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]]:
|
|
680
|
+
) -> typing.Optional[typing.List["_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup"]]:
|
|
681
681
|
'''(experimental) Credentials to use for the RDS database.
|
|
682
682
|
|
|
683
683
|
:default: - []
|
|
@@ -685,7 +685,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
685
685
|
:stability: experimental
|
|
686
686
|
'''
|
|
687
687
|
result = self._values.get("security_groups")
|
|
688
|
-
return typing.cast(typing.Optional[typing.List[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]], result)
|
|
688
|
+
return typing.cast(typing.Optional[typing.List["_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup"]], result)
|
|
689
689
|
|
|
690
690
|
@builtins.property
|
|
691
691
|
def storage_encrypted(self) -> typing.Optional[builtins.bool]:
|
|
@@ -710,7 +710,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
710
710
|
return typing.cast(typing.Optional["MySQLtimeZone"], result)
|
|
711
711
|
|
|
712
712
|
@builtins.property
|
|
713
|
-
def vpc(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc]:
|
|
713
|
+
def vpc(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"]:
|
|
714
714
|
'''(experimental) RDS default VPC.
|
|
715
715
|
|
|
716
716
|
:default: - new VPC
|
|
@@ -718,7 +718,7 @@ class GlobalAuroraRDSMasterProps:
|
|
|
718
718
|
:stability: experimental
|
|
719
719
|
'''
|
|
720
720
|
result = self._values.get("vpc")
|
|
721
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc], result)
|
|
721
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"], result)
|
|
722
722
|
|
|
723
723
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
724
724
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -743,14 +743,14 @@ class GlobalAuroraRDSSlaveInfra(
|
|
|
743
743
|
|
|
744
744
|
def __init__(
|
|
745
745
|
self,
|
|
746
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
746
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
747
747
|
id: builtins.str,
|
|
748
748
|
*,
|
|
749
749
|
deletion_protection: typing.Optional[builtins.bool] = None,
|
|
750
|
-
stack: typing.Optional[_aws_cdk_ceddda9d.Stack] = None,
|
|
750
|
+
stack: typing.Optional["_aws_cdk_ceddda9d.Stack"] = None,
|
|
751
751
|
storage_encrypted: typing.Optional[builtins.bool] = None,
|
|
752
|
-
subnet_type: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.SubnetType] = None,
|
|
753
|
-
vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
752
|
+
subnet_type: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.SubnetType"] = None,
|
|
753
|
+
vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
754
754
|
) -> None:
|
|
755
755
|
'''
|
|
756
756
|
:param scope: -
|
|
@@ -779,14 +779,14 @@ class GlobalAuroraRDSSlaveInfra(
|
|
|
779
779
|
|
|
780
780
|
@builtins.property
|
|
781
781
|
@jsii.member(jsii_name="dbSubnetGroup")
|
|
782
|
-
def db_subnet_group(self) -> _aws_cdk_aws_rds_ceddda9d.CfnDBSubnetGroup:
|
|
782
|
+
def db_subnet_group(self) -> "_aws_cdk_aws_rds_ceddda9d.CfnDBSubnetGroup":
|
|
783
783
|
'''(experimental) GlobalAuroraRDSSlaveInfra subnet group .
|
|
784
784
|
|
|
785
785
|
:default: - true
|
|
786
786
|
|
|
787
787
|
:stability: experimental
|
|
788
788
|
'''
|
|
789
|
-
return typing.cast(_aws_cdk_aws_rds_ceddda9d.CfnDBSubnetGroup, jsii.get(self, "dbSubnetGroup"))
|
|
789
|
+
return typing.cast("_aws_cdk_aws_rds_ceddda9d.CfnDBSubnetGroup", jsii.get(self, "dbSubnetGroup"))
|
|
790
790
|
|
|
791
791
|
|
|
792
792
|
@jsii.data_type(
|
|
@@ -805,10 +805,10 @@ class GlobalAuroraRDSSlaveInfraProps:
|
|
|
805
805
|
self,
|
|
806
806
|
*,
|
|
807
807
|
deletion_protection: typing.Optional[builtins.bool] = None,
|
|
808
|
-
stack: typing.Optional[_aws_cdk_ceddda9d.Stack] = None,
|
|
808
|
+
stack: typing.Optional["_aws_cdk_ceddda9d.Stack"] = None,
|
|
809
809
|
storage_encrypted: typing.Optional[builtins.bool] = None,
|
|
810
|
-
subnet_type: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.SubnetType] = None,
|
|
811
|
-
vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
810
|
+
subnet_type: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.SubnetType"] = None,
|
|
811
|
+
vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
812
812
|
) -> None:
|
|
813
813
|
'''
|
|
814
814
|
:param deletion_protection: (experimental) Global RDS Database Cluster Engine Deletion Protection Option . Default: - false
|
|
@@ -850,13 +850,13 @@ class GlobalAuroraRDSSlaveInfraProps:
|
|
|
850
850
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
851
851
|
|
|
852
852
|
@builtins.property
|
|
853
|
-
def stack(self) -> typing.Optional[_aws_cdk_ceddda9d.Stack]:
|
|
853
|
+
def stack(self) -> typing.Optional["_aws_cdk_ceddda9d.Stack"]:
|
|
854
854
|
'''(experimental) RDS Stack.
|
|
855
855
|
|
|
856
856
|
:stability: experimental
|
|
857
857
|
'''
|
|
858
858
|
result = self._values.get("stack")
|
|
859
|
-
return typing.cast(typing.Optional[_aws_cdk_ceddda9d.Stack], result)
|
|
859
|
+
return typing.cast(typing.Optional["_aws_cdk_ceddda9d.Stack"], result)
|
|
860
860
|
|
|
861
861
|
@builtins.property
|
|
862
862
|
def storage_encrypted(self) -> typing.Optional[builtins.bool]:
|
|
@@ -870,16 +870,16 @@ class GlobalAuroraRDSSlaveInfraProps:
|
|
|
870
870
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
871
871
|
|
|
872
872
|
@builtins.property
|
|
873
|
-
def subnet_type(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.SubnetType]:
|
|
873
|
+
def subnet_type(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.SubnetType"]:
|
|
874
874
|
'''(experimental) Slave region.
|
|
875
875
|
|
|
876
876
|
:stability: experimental
|
|
877
877
|
'''
|
|
878
878
|
result = self._values.get("subnet_type")
|
|
879
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.SubnetType], result)
|
|
879
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.SubnetType"], result)
|
|
880
880
|
|
|
881
881
|
@builtins.property
|
|
882
|
-
def vpc(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc]:
|
|
882
|
+
def vpc(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"]:
|
|
883
883
|
'''(experimental) Slave region VPC.
|
|
884
884
|
|
|
885
885
|
:default: - new VPC
|
|
@@ -887,7 +887,7 @@ class GlobalAuroraRDSSlaveInfraProps:
|
|
|
887
887
|
:stability: experimental
|
|
888
888
|
'''
|
|
889
889
|
result = self._values.get("vpc")
|
|
890
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc], result)
|
|
890
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"], result)
|
|
891
891
|
|
|
892
892
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
893
893
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -1538,7 +1538,7 @@ class StackParams(
|
|
|
1538
1538
|
:stability: experimental
|
|
1539
1539
|
'''
|
|
1540
1540
|
|
|
1541
|
-
def __init__(self, scope: _constructs_77d1e7e8.Construct) -> None:
|
|
1541
|
+
def __init__(self, scope: "_constructs_77d1e7e8.Construct") -> None:
|
|
1542
1542
|
'''
|
|
1543
1543
|
:param scope: -
|
|
1544
1544
|
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"cdk-aurora-globaldatabase",
|
|
36
|
-
"2.3.
|
|
36
|
+
"2.3.1040",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"cdk-aurora-globaldatabase@2.3.
|
|
38
|
+
"cdk-aurora-globaldatabase@2.3.1040.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdk-aurora-globaldatabase
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1040
|
|
4
4
|
Summary: cdk-aurora-globaldatabase is an AWS CDK construct library that provides Cross Region Create Global Aurora RDS Databases.
|
|
5
5
|
Home-page: https://github.com/neilkuan/cdk-aurora-globaldatabase.git
|
|
6
6
|
Author: Neil Kuan<guan840912@gmail.com>
|
|
@@ -21,9 +21,9 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.126.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.122.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
[](https://badge.fury.io/js/cdk-aurora-globaldatabase)
|
|
29
29
|
[](https://badge.fury.io/py/cdk-aurora-globaldatabase)
|
|
@@ -11,4 +11,4 @@ src/cdk_aurora_globaldatabase.egg-info/dependency_links.txt
|
|
|
11
11
|
src/cdk_aurora_globaldatabase.egg-info/requires.txt
|
|
12
12
|
src/cdk_aurora_globaldatabase.egg-info/top_level.txt
|
|
13
13
|
src/cdk_aurora_globaldatabase/_jsii/__init__.py
|
|
14
|
-
src/cdk_aurora_globaldatabase/_jsii/cdk-aurora-globaldatabase@2.3.
|
|
14
|
+
src/cdk_aurora_globaldatabase/_jsii/cdk-aurora-globaldatabase@2.3.1040.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|