aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.0__py3-none-any.whl
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 aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_rds/__init__.py
CHANGED
|
@@ -2603,6 +2603,12 @@ class AuroraMysqlEngineVersion(
|
|
|
2603
2603
|
'''Version "8.0.mysql_aurora.3.07.0".'''
|
|
2604
2604
|
return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_07_0"))
|
|
2605
2605
|
|
|
2606
|
+
@jsii.python.classproperty
|
|
2607
|
+
@jsii.member(jsii_name="VER_3_07_1")
|
|
2608
|
+
def VER_3_07_1(cls) -> "AuroraMysqlEngineVersion":
|
|
2609
|
+
'''Version "8.0.mysql_aurora.3.07.1".'''
|
|
2610
|
+
return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_07_1"))
|
|
2611
|
+
|
|
2606
2612
|
@jsii.python.classproperty
|
|
2607
2613
|
@jsii.member(jsii_name="VER_5_7_12")
|
|
2608
2614
|
def VER_5_7_12(cls) -> "AuroraMysqlEngineVersion":
|
|
@@ -3288,6 +3294,12 @@ class AuroraPostgresEngineVersion(
|
|
|
3288
3294
|
'''Version "12.18".'''
|
|
3289
3295
|
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_12_18"))
|
|
3290
3296
|
|
|
3297
|
+
@jsii.python.classproperty
|
|
3298
|
+
@jsii.member(jsii_name="VER_12_19")
|
|
3299
|
+
def VER_12_19(cls) -> "AuroraPostgresEngineVersion":
|
|
3300
|
+
'''Version "12.19".'''
|
|
3301
|
+
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_12_19"))
|
|
3302
|
+
|
|
3291
3303
|
@jsii.python.classproperty
|
|
3292
3304
|
@jsii.member(jsii_name="VER_12_4")
|
|
3293
3305
|
def VER_12_4(cls) -> "AuroraPostgresEngineVersion":
|
|
@@ -3368,6 +3380,12 @@ class AuroraPostgresEngineVersion(
|
|
|
3368
3380
|
'''Version "13.14".'''
|
|
3369
3381
|
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_13_14"))
|
|
3370
3382
|
|
|
3383
|
+
@jsii.python.classproperty
|
|
3384
|
+
@jsii.member(jsii_name="VER_13_15")
|
|
3385
|
+
def VER_13_15(cls) -> "AuroraPostgresEngineVersion":
|
|
3386
|
+
'''Version "13.15".'''
|
|
3387
|
+
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_13_15"))
|
|
3388
|
+
|
|
3371
3389
|
@jsii.python.classproperty
|
|
3372
3390
|
@jsii.member(jsii_name="VER_13_3")
|
|
3373
3391
|
def VER_13_3(cls) -> "AuroraPostgresEngineVersion":
|
|
@@ -3442,6 +3460,12 @@ class AuroraPostgresEngineVersion(
|
|
|
3442
3460
|
'''Version "14.11".'''
|
|
3443
3461
|
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_14_11"))
|
|
3444
3462
|
|
|
3463
|
+
@jsii.python.classproperty
|
|
3464
|
+
@jsii.member(jsii_name="VER_14_12")
|
|
3465
|
+
def VER_14_12(cls) -> "AuroraPostgresEngineVersion":
|
|
3466
|
+
'''Version "14.12".'''
|
|
3467
|
+
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_14_12"))
|
|
3468
|
+
|
|
3445
3469
|
@jsii.python.classproperty
|
|
3446
3470
|
@jsii.member(jsii_name="VER_14_3")
|
|
3447
3471
|
def VER_14_3(cls) -> "AuroraPostgresEngineVersion":
|
|
@@ -3514,6 +3538,12 @@ class AuroraPostgresEngineVersion(
|
|
|
3514
3538
|
'''Version "15.6".'''
|
|
3515
3539
|
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_15_6"))
|
|
3516
3540
|
|
|
3541
|
+
@jsii.python.classproperty
|
|
3542
|
+
@jsii.member(jsii_name="VER_15_7")
|
|
3543
|
+
def VER_15_7(cls) -> "AuroraPostgresEngineVersion":
|
|
3544
|
+
'''Version "15.7".'''
|
|
3545
|
+
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_15_7"))
|
|
3546
|
+
|
|
3517
3547
|
@jsii.python.classproperty
|
|
3518
3548
|
@jsii.member(jsii_name="VER_16_0")
|
|
3519
3549
|
def VER_16_0(cls) -> "AuroraPostgresEngineVersion":
|
|
@@ -3537,6 +3567,12 @@ class AuroraPostgresEngineVersion(
|
|
|
3537
3567
|
'''Version "16.2".'''
|
|
3538
3568
|
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_16_2"))
|
|
3539
3569
|
|
|
3570
|
+
@jsii.python.classproperty
|
|
3571
|
+
@jsii.member(jsii_name="VER_16_3")
|
|
3572
|
+
def VER_16_3(cls) -> "AuroraPostgresEngineVersion":
|
|
3573
|
+
'''Version "16.3".'''
|
|
3574
|
+
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_16_3"))
|
|
3575
|
+
|
|
3540
3576
|
@jsii.python.classproperty
|
|
3541
3577
|
@jsii.member(jsii_name="VER_9_6_11")
|
|
3542
3578
|
def VER_9_6_11(cls) -> "AuroraPostgresEngineVersion":
|
|
@@ -3981,7 +4017,7 @@ class CfnCustomDBEngineVersion(
|
|
|
3981
4017
|
if __debug__:
|
|
3982
4018
|
type_hints = typing.get_type_hints(_typecheckingstub__57b06d6a61a7aa40468b988c47f903780541aacb379dfa0bf146f37e0c779729)
|
|
3983
4019
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3984
|
-
jsii.set(self, "engine", value)
|
|
4020
|
+
jsii.set(self, "engine", value) # pyright: ignore[reportArgumentType]
|
|
3985
4021
|
|
|
3986
4022
|
@builtins.property
|
|
3987
4023
|
@jsii.member(jsii_name="engineVersion")
|
|
@@ -3994,7 +4030,7 @@ class CfnCustomDBEngineVersion(
|
|
|
3994
4030
|
if __debug__:
|
|
3995
4031
|
type_hints = typing.get_type_hints(_typecheckingstub__09530b6c217cbc4998aaea3601330c702807beb29fc30fa9af5ceab12214408d)
|
|
3996
4032
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3997
|
-
jsii.set(self, "engineVersion", value)
|
|
4033
|
+
jsii.set(self, "engineVersion", value) # pyright: ignore[reportArgumentType]
|
|
3998
4034
|
|
|
3999
4035
|
@builtins.property
|
|
4000
4036
|
@jsii.member(jsii_name="databaseInstallationFilesS3BucketName")
|
|
@@ -4012,7 +4048,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4012
4048
|
if __debug__:
|
|
4013
4049
|
type_hints = typing.get_type_hints(_typecheckingstub__e8dcd4aecfb92c6617a76401829247508a5196d1219bdf3c496c1eef202e0c37)
|
|
4014
4050
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4015
|
-
jsii.set(self, "databaseInstallationFilesS3BucketName", value)
|
|
4051
|
+
jsii.set(self, "databaseInstallationFilesS3BucketName", value) # pyright: ignore[reportArgumentType]
|
|
4016
4052
|
|
|
4017
4053
|
@builtins.property
|
|
4018
4054
|
@jsii.member(jsii_name="databaseInstallationFilesS3Prefix")
|
|
@@ -4028,7 +4064,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4028
4064
|
if __debug__:
|
|
4029
4065
|
type_hints = typing.get_type_hints(_typecheckingstub__eed0c37a026ac98aca414552d356dfb6e8f65704640034a73702c850f465b41a)
|
|
4030
4066
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4031
|
-
jsii.set(self, "databaseInstallationFilesS3Prefix", value)
|
|
4067
|
+
jsii.set(self, "databaseInstallationFilesS3Prefix", value) # pyright: ignore[reportArgumentType]
|
|
4032
4068
|
|
|
4033
4069
|
@builtins.property
|
|
4034
4070
|
@jsii.member(jsii_name="description")
|
|
@@ -4041,7 +4077,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4041
4077
|
if __debug__:
|
|
4042
4078
|
type_hints = typing.get_type_hints(_typecheckingstub__4aaac4d275f054bf611e124a013cfc149ce4ce49db255d6b8bdbf993794d3044)
|
|
4043
4079
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4044
|
-
jsii.set(self, "description", value)
|
|
4080
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4045
4081
|
|
|
4046
4082
|
@builtins.property
|
|
4047
4083
|
@jsii.member(jsii_name="imageId")
|
|
@@ -4054,7 +4090,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4054
4090
|
if __debug__:
|
|
4055
4091
|
type_hints = typing.get_type_hints(_typecheckingstub__573de89cab865fb2fe6437920ada3b601ffcf5832b228e0d126bedaf494c57eb)
|
|
4056
4092
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4057
|
-
jsii.set(self, "imageId", value)
|
|
4093
|
+
jsii.set(self, "imageId", value) # pyright: ignore[reportArgumentType]
|
|
4058
4094
|
|
|
4059
4095
|
@builtins.property
|
|
4060
4096
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -4067,7 +4103,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4067
4103
|
if __debug__:
|
|
4068
4104
|
type_hints = typing.get_type_hints(_typecheckingstub__1a0cd73871adb0d339f703041dbaa1e90b6c3ad3be57fe4b1f55f2e61af11dca)
|
|
4069
4105
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4070
|
-
jsii.set(self, "kmsKeyId", value)
|
|
4106
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
4071
4107
|
|
|
4072
4108
|
@builtins.property
|
|
4073
4109
|
@jsii.member(jsii_name="manifest")
|
|
@@ -4080,7 +4116,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4080
4116
|
if __debug__:
|
|
4081
4117
|
type_hints = typing.get_type_hints(_typecheckingstub__463fc7056b1df9d389ba18cfed697b7ea579834be61dc7627fe4a6bba7a0ce5b)
|
|
4082
4118
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4083
|
-
jsii.set(self, "manifest", value)
|
|
4119
|
+
jsii.set(self, "manifest", value) # pyright: ignore[reportArgumentType]
|
|
4084
4120
|
|
|
4085
4121
|
@builtins.property
|
|
4086
4122
|
@jsii.member(jsii_name="sourceCustomDbEngineVersionIdentifier")
|
|
@@ -4098,7 +4134,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4098
4134
|
if __debug__:
|
|
4099
4135
|
type_hints = typing.get_type_hints(_typecheckingstub__ab74f194180555de35de6a9023fe9e2d2972ffd40051f7cc505df6dd0438f8d6)
|
|
4100
4136
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4101
|
-
jsii.set(self, "sourceCustomDbEngineVersionIdentifier", value)
|
|
4137
|
+
jsii.set(self, "sourceCustomDbEngineVersionIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
4102
4138
|
|
|
4103
4139
|
@builtins.property
|
|
4104
4140
|
@jsii.member(jsii_name="status")
|
|
@@ -4111,7 +4147,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4111
4147
|
if __debug__:
|
|
4112
4148
|
type_hints = typing.get_type_hints(_typecheckingstub__ec128ecf80f4b2e6d4529f80259fe9fb957476b36db57ec7b870982375842eac)
|
|
4113
4149
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4114
|
-
jsii.set(self, "status", value)
|
|
4150
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
4115
4151
|
|
|
4116
4152
|
@builtins.property
|
|
4117
4153
|
@jsii.member(jsii_name="tags")
|
|
@@ -4124,7 +4160,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4124
4160
|
if __debug__:
|
|
4125
4161
|
type_hints = typing.get_type_hints(_typecheckingstub__72ea58fd4af1464d2f87e63b0113772cf0f44d78fc2c75319017136876b35c90)
|
|
4126
4162
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4127
|
-
jsii.set(self, "tags", value)
|
|
4163
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4128
4164
|
|
|
4129
4165
|
@builtins.property
|
|
4130
4166
|
@jsii.member(jsii_name="useAwsProvidedLatestImage")
|
|
@@ -4142,7 +4178,7 @@ class CfnCustomDBEngineVersion(
|
|
|
4142
4178
|
if __debug__:
|
|
4143
4179
|
type_hints = typing.get_type_hints(_typecheckingstub__30204c42eef4323c823e84f7a43420a689740a78fa5382e0d646d46b0102a5c1)
|
|
4144
4180
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4145
|
-
jsii.set(self, "useAwsProvidedLatestImage", value)
|
|
4181
|
+
jsii.set(self, "useAwsProvidedLatestImage", value) # pyright: ignore[reportArgumentType]
|
|
4146
4182
|
|
|
4147
4183
|
|
|
4148
4184
|
@jsii.data_type(
|
|
@@ -4628,7 +4664,7 @@ class CfnDBCluster(
|
|
|
4628
4664
|
:param associated_roles: Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon Web Services on your behalf. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
4629
4665
|
:param auto_minor_version_upgrade: Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically. Valid for Cluster Type: Multi-AZ DB clusters only
|
|
4630
4666
|
:param availability_zones: A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see `Choosing the Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
|
|
4631
|
-
:param backtrack_window: The target backtrack window, in seconds. To disable backtracking, set this value to ``0`` . Valid for Cluster Type: Aurora MySQL DB clusters only Default: ``0`` Constraints: - If specified, this value must be set to a number from 0 to 259,200 (72 hours).
|
|
4667
|
+
:param backtrack_window: The target backtrack window, in seconds. To disable backtracking, set this value to ``0`` . Valid for Cluster Type: Aurora MySQL DB clusters only Default: ``0`` Constraints: - If specified, this value must be set to a number from 0 to 259,200 (72 hours).
|
|
4632
4668
|
:param backup_retention_period: The number of days for which automated backups are retained. Default: 1 Constraints: - Must be a value from 1 to 35 Valid for: Aurora DB clusters and Multi-AZ DB clusters Default: - 1
|
|
4633
4669
|
:param copy_tags_to_snapshot: A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
4634
4670
|
:param database_name: The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see `Naming Constraints <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html#RDS_Limits.Constraints>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
@@ -4799,7 +4835,8 @@ class CfnDBCluster(
|
|
|
4799
4835
|
@builtins.property
|
|
4800
4836
|
@jsii.member(jsii_name="attrEndpoint")
|
|
4801
4837
|
def attr_endpoint(self) -> _IResolvable_da3f097b:
|
|
4802
|
-
'''
|
|
4838
|
+
'''The ``Endpoint`` return value specifies the connection endpoint for the primary instance of the DB cluster.
|
|
4839
|
+
|
|
4803
4840
|
:cloudformationAttribute: Endpoint
|
|
4804
4841
|
'''
|
|
4805
4842
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrEndpoint"))
|
|
@@ -4838,7 +4875,12 @@ class CfnDBCluster(
|
|
|
4838
4875
|
@builtins.property
|
|
4839
4876
|
@jsii.member(jsii_name="attrReadEndpoint")
|
|
4840
4877
|
def attr_read_endpoint(self) -> _IResolvable_da3f097b:
|
|
4841
|
-
'''
|
|
4878
|
+
'''The ``ReadEndpoint`` return value specifies the reader endpoint for the DB cluster.
|
|
4879
|
+
|
|
4880
|
+
The reader endpoint for a DB cluster load-balances connections across the Aurora Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Aurora distributes the connection requests among the Aurora Replicas in the DB cluster. This functionality can help balance your read workload across multiple Aurora Replicas in your DB cluster.
|
|
4881
|
+
If a failover occurs, and the Aurora Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Aurora Replicas in the cluster, you can then reconnect to the reader endpoint.
|
|
4882
|
+
For more information about Aurora endpoints, see `Amazon Aurora connection management <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.Endpoints.html>`_ in the *Amazon Aurora User Guide*.
|
|
4883
|
+
|
|
4842
4884
|
:cloudformationAttribute: ReadEndpoint
|
|
4843
4885
|
'''
|
|
4844
4886
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrReadEndpoint"))
|
|
@@ -4889,7 +4931,7 @@ class CfnDBCluster(
|
|
|
4889
4931
|
if __debug__:
|
|
4890
4932
|
type_hints = typing.get_type_hints(_typecheckingstub__b26bf63f703c49cf31086603eee69e2db43fbf32c1853bc110ebaf79f1dab39a)
|
|
4891
4933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4892
|
-
jsii.set(self, "allocatedStorage", value)
|
|
4934
|
+
jsii.set(self, "allocatedStorage", value) # pyright: ignore[reportArgumentType]
|
|
4893
4935
|
|
|
4894
4936
|
@builtins.property
|
|
4895
4937
|
@jsii.member(jsii_name="associatedRoles")
|
|
@@ -4907,7 +4949,7 @@ class CfnDBCluster(
|
|
|
4907
4949
|
if __debug__:
|
|
4908
4950
|
type_hints = typing.get_type_hints(_typecheckingstub__de474bccf1889322c51196d8d4ba255be11c15b5fc0aedc1544af2907fa6839c)
|
|
4909
4951
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4910
|
-
jsii.set(self, "associatedRoles", value)
|
|
4952
|
+
jsii.set(self, "associatedRoles", value) # pyright: ignore[reportArgumentType]
|
|
4911
4953
|
|
|
4912
4954
|
@builtins.property
|
|
4913
4955
|
@jsii.member(jsii_name="autoMinorVersionUpgrade")
|
|
@@ -4925,7 +4967,7 @@ class CfnDBCluster(
|
|
|
4925
4967
|
if __debug__:
|
|
4926
4968
|
type_hints = typing.get_type_hints(_typecheckingstub__5b57470a09145bed53fc4a1308635f9b075d8f9123010ef7c1dc3b85c549e681)
|
|
4927
4969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4928
|
-
jsii.set(self, "autoMinorVersionUpgrade", value)
|
|
4970
|
+
jsii.set(self, "autoMinorVersionUpgrade", value) # pyright: ignore[reportArgumentType]
|
|
4929
4971
|
|
|
4930
4972
|
@builtins.property
|
|
4931
4973
|
@jsii.member(jsii_name="availabilityZones")
|
|
@@ -4941,7 +4983,7 @@ class CfnDBCluster(
|
|
|
4941
4983
|
if __debug__:
|
|
4942
4984
|
type_hints = typing.get_type_hints(_typecheckingstub__b64e0486b077769f0d7b122ad62924be65560c00ad9f13d222f1ab55fd1051ba)
|
|
4943
4985
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4944
|
-
jsii.set(self, "availabilityZones", value)
|
|
4986
|
+
jsii.set(self, "availabilityZones", value) # pyright: ignore[reportArgumentType]
|
|
4945
4987
|
|
|
4946
4988
|
@builtins.property
|
|
4947
4989
|
@jsii.member(jsii_name="backtrackWindow")
|
|
@@ -4957,7 +4999,7 @@ class CfnDBCluster(
|
|
|
4957
4999
|
if __debug__:
|
|
4958
5000
|
type_hints = typing.get_type_hints(_typecheckingstub__d3f12b5a2273631891f7cf85219c21cc48606155594350de01bdcdd7a4cf403b)
|
|
4959
5001
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4960
|
-
jsii.set(self, "backtrackWindow", value)
|
|
5002
|
+
jsii.set(self, "backtrackWindow", value) # pyright: ignore[reportArgumentType]
|
|
4961
5003
|
|
|
4962
5004
|
@builtins.property
|
|
4963
5005
|
@jsii.member(jsii_name="backupRetentionPeriod")
|
|
@@ -4970,7 +5012,7 @@ class CfnDBCluster(
|
|
|
4970
5012
|
if __debug__:
|
|
4971
5013
|
type_hints = typing.get_type_hints(_typecheckingstub__8dbb89a95c41c7cbbc3c4804ae23a1ef19f4b4b61e97878b54d704b3dc955eb7)
|
|
4972
5014
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4973
|
-
jsii.set(self, "backupRetentionPeriod", value)
|
|
5015
|
+
jsii.set(self, "backupRetentionPeriod", value) # pyright: ignore[reportArgumentType]
|
|
4974
5016
|
|
|
4975
5017
|
@builtins.property
|
|
4976
5018
|
@jsii.member(jsii_name="copyTagsToSnapshot")
|
|
@@ -4988,7 +5030,7 @@ class CfnDBCluster(
|
|
|
4988
5030
|
if __debug__:
|
|
4989
5031
|
type_hints = typing.get_type_hints(_typecheckingstub__7aaebe942bef486fa4f2def6b116a47a3513d6909fa29d9fdd20eb31f9d9dc03)
|
|
4990
5032
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4991
|
-
jsii.set(self, "copyTagsToSnapshot", value)
|
|
5033
|
+
jsii.set(self, "copyTagsToSnapshot", value) # pyright: ignore[reportArgumentType]
|
|
4992
5034
|
|
|
4993
5035
|
@builtins.property
|
|
4994
5036
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -5001,7 +5043,7 @@ class CfnDBCluster(
|
|
|
5001
5043
|
if __debug__:
|
|
5002
5044
|
type_hints = typing.get_type_hints(_typecheckingstub__133622b74470290a34fd20f1677f713d047e14ddfc8138b0693817c347f0904f)
|
|
5003
5045
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5004
|
-
jsii.set(self, "databaseName", value)
|
|
5046
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
5005
5047
|
|
|
5006
5048
|
@builtins.property
|
|
5007
5049
|
@jsii.member(jsii_name="dbClusterIdentifier")
|
|
@@ -5017,7 +5059,7 @@ class CfnDBCluster(
|
|
|
5017
5059
|
if __debug__:
|
|
5018
5060
|
type_hints = typing.get_type_hints(_typecheckingstub__55617043df14666e3665f3947be2c7d08d730bd5dafad5d1b2b7394f6af7e64a)
|
|
5019
5061
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5020
|
-
jsii.set(self, "dbClusterIdentifier", value)
|
|
5062
|
+
jsii.set(self, "dbClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
5021
5063
|
|
|
5022
5064
|
@builtins.property
|
|
5023
5065
|
@jsii.member(jsii_name="dbClusterInstanceClass")
|
|
@@ -5030,7 +5072,7 @@ class CfnDBCluster(
|
|
|
5030
5072
|
if __debug__:
|
|
5031
5073
|
type_hints = typing.get_type_hints(_typecheckingstub__4698294b15845f23b998066d033e773c1f919d48f4dd8d3547ae9465ca4c8623)
|
|
5032
5074
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5033
|
-
jsii.set(self, "dbClusterInstanceClass", value)
|
|
5075
|
+
jsii.set(self, "dbClusterInstanceClass", value) # pyright: ignore[reportArgumentType]
|
|
5034
5076
|
|
|
5035
5077
|
@builtins.property
|
|
5036
5078
|
@jsii.member(jsii_name="dbClusterParameterGroupName")
|
|
@@ -5046,7 +5088,7 @@ class CfnDBCluster(
|
|
|
5046
5088
|
if __debug__:
|
|
5047
5089
|
type_hints = typing.get_type_hints(_typecheckingstub__a8ce71543e697fea0216ebbb847f7ea81a4524c91c47b22e9025e7907c8d944e)
|
|
5048
5090
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5049
|
-
jsii.set(self, "dbClusterParameterGroupName", value)
|
|
5091
|
+
jsii.set(self, "dbClusterParameterGroupName", value) # pyright: ignore[reportArgumentType]
|
|
5050
5092
|
|
|
5051
5093
|
@builtins.property
|
|
5052
5094
|
@jsii.member(jsii_name="dbInstanceParameterGroupName")
|
|
@@ -5062,7 +5104,7 @@ class CfnDBCluster(
|
|
|
5062
5104
|
if __debug__:
|
|
5063
5105
|
type_hints = typing.get_type_hints(_typecheckingstub__030bf42bf8de41396ecd68ad44900e73fba0d7d7b572e13c4693f5c399f4ece6)
|
|
5064
5106
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5065
|
-
jsii.set(self, "dbInstanceParameterGroupName", value)
|
|
5107
|
+
jsii.set(self, "dbInstanceParameterGroupName", value) # pyright: ignore[reportArgumentType]
|
|
5066
5108
|
|
|
5067
5109
|
@builtins.property
|
|
5068
5110
|
@jsii.member(jsii_name="dbSubnetGroupName")
|
|
@@ -5075,7 +5117,7 @@ class CfnDBCluster(
|
|
|
5075
5117
|
if __debug__:
|
|
5076
5118
|
type_hints = typing.get_type_hints(_typecheckingstub__2659ab1026eaa69df2aeac64c6195777b6de1b6c75de8c797bfe2b7420168e99)
|
|
5077
5119
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5078
|
-
jsii.set(self, "dbSubnetGroupName", value)
|
|
5120
|
+
jsii.set(self, "dbSubnetGroupName", value) # pyright: ignore[reportArgumentType]
|
|
5079
5121
|
|
|
5080
5122
|
@builtins.property
|
|
5081
5123
|
@jsii.member(jsii_name="dbSystemId")
|
|
@@ -5088,7 +5130,7 @@ class CfnDBCluster(
|
|
|
5088
5130
|
if __debug__:
|
|
5089
5131
|
type_hints = typing.get_type_hints(_typecheckingstub__41f2773ed2c93659b8bf06ee2830b9675bbe867fb30ad2e89f77f72a45a3b0e0)
|
|
5090
5132
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5091
|
-
jsii.set(self, "dbSystemId", value)
|
|
5133
|
+
jsii.set(self, "dbSystemId", value) # pyright: ignore[reportArgumentType]
|
|
5092
5134
|
|
|
5093
5135
|
@builtins.property
|
|
5094
5136
|
@jsii.member(jsii_name="deletionProtection")
|
|
@@ -5106,7 +5148,7 @@ class CfnDBCluster(
|
|
|
5106
5148
|
if __debug__:
|
|
5107
5149
|
type_hints = typing.get_type_hints(_typecheckingstub__a96b132db813926d0ef31c223b961804a782255c93a76d8ab91de8c2ca7b0f35)
|
|
5108
5150
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5109
|
-
jsii.set(self, "deletionProtection", value)
|
|
5151
|
+
jsii.set(self, "deletionProtection", value) # pyright: ignore[reportArgumentType]
|
|
5110
5152
|
|
|
5111
5153
|
@builtins.property
|
|
5112
5154
|
@jsii.member(jsii_name="domain")
|
|
@@ -5119,7 +5161,7 @@ class CfnDBCluster(
|
|
|
5119
5161
|
if __debug__:
|
|
5120
5162
|
type_hints = typing.get_type_hints(_typecheckingstub__4c2ea957168641e8393a37255bd4ba2d434b8e535b1d5a9ab7fa27f77a5170ce)
|
|
5121
5163
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5122
|
-
jsii.set(self, "domain", value)
|
|
5164
|
+
jsii.set(self, "domain", value) # pyright: ignore[reportArgumentType]
|
|
5123
5165
|
|
|
5124
5166
|
@builtins.property
|
|
5125
5167
|
@jsii.member(jsii_name="domainIamRoleName")
|
|
@@ -5132,7 +5174,7 @@ class CfnDBCluster(
|
|
|
5132
5174
|
if __debug__:
|
|
5133
5175
|
type_hints = typing.get_type_hints(_typecheckingstub__c5de45b0b0fd43e3ef9a298cddfe7e10c64f9f20a7d58aa4ee83b083b4846a61)
|
|
5134
5176
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5135
|
-
jsii.set(self, "domainIamRoleName", value)
|
|
5177
|
+
jsii.set(self, "domainIamRoleName", value) # pyright: ignore[reportArgumentType]
|
|
5136
5178
|
|
|
5137
5179
|
@builtins.property
|
|
5138
5180
|
@jsii.member(jsii_name="enableCloudwatchLogsExports")
|
|
@@ -5150,7 +5192,7 @@ class CfnDBCluster(
|
|
|
5150
5192
|
if __debug__:
|
|
5151
5193
|
type_hints = typing.get_type_hints(_typecheckingstub__f36bc814efe003a4b1230628ace46a0c376dd67efae9edd14e7b2455cddae236)
|
|
5152
5194
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5153
|
-
jsii.set(self, "enableCloudwatchLogsExports", value)
|
|
5195
|
+
jsii.set(self, "enableCloudwatchLogsExports", value) # pyright: ignore[reportArgumentType]
|
|
5154
5196
|
|
|
5155
5197
|
@builtins.property
|
|
5156
5198
|
@jsii.member(jsii_name="enableGlobalWriteForwarding")
|
|
@@ -5168,7 +5210,7 @@ class CfnDBCluster(
|
|
|
5168
5210
|
if __debug__:
|
|
5169
5211
|
type_hints = typing.get_type_hints(_typecheckingstub__38ca7c1872335fd2182c5ed7074d233593534aaa2d9b95ebed74e7577dd81551)
|
|
5170
5212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5171
|
-
jsii.set(self, "enableGlobalWriteForwarding", value)
|
|
5213
|
+
jsii.set(self, "enableGlobalWriteForwarding", value) # pyright: ignore[reportArgumentType]
|
|
5172
5214
|
|
|
5173
5215
|
@builtins.property
|
|
5174
5216
|
@jsii.member(jsii_name="enableHttpEndpoint")
|
|
@@ -5189,7 +5231,7 @@ class CfnDBCluster(
|
|
|
5189
5231
|
if __debug__:
|
|
5190
5232
|
type_hints = typing.get_type_hints(_typecheckingstub__9a15b1a5e04501a5e471c4c72ca3df92d9893d051244504b2eb71d63cca41b49)
|
|
5191
5233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5192
|
-
jsii.set(self, "enableHttpEndpoint", value)
|
|
5234
|
+
jsii.set(self, "enableHttpEndpoint", value) # pyright: ignore[reportArgumentType]
|
|
5193
5235
|
|
|
5194
5236
|
@builtins.property
|
|
5195
5237
|
@jsii.member(jsii_name="enableIamDatabaseAuthentication")
|
|
@@ -5207,7 +5249,7 @@ class CfnDBCluster(
|
|
|
5207
5249
|
if __debug__:
|
|
5208
5250
|
type_hints = typing.get_type_hints(_typecheckingstub__7946d487f5118b449bf2e0669e304a130a394dee094f86279a80a19ef45afaf6)
|
|
5209
5251
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5210
|
-
jsii.set(self, "enableIamDatabaseAuthentication", value)
|
|
5252
|
+
jsii.set(self, "enableIamDatabaseAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
5211
5253
|
|
|
5212
5254
|
@builtins.property
|
|
5213
5255
|
@jsii.member(jsii_name="enableLocalWriteForwarding")
|
|
@@ -5225,7 +5267,7 @@ class CfnDBCluster(
|
|
|
5225
5267
|
if __debug__:
|
|
5226
5268
|
type_hints = typing.get_type_hints(_typecheckingstub__a595f3e36536e3c842268826e5bbf22a2b627b51c58cb99201c084493b91fd7c)
|
|
5227
5269
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5228
|
-
jsii.set(self, "enableLocalWriteForwarding", value)
|
|
5270
|
+
jsii.set(self, "enableLocalWriteForwarding", value) # pyright: ignore[reportArgumentType]
|
|
5229
5271
|
|
|
5230
5272
|
@builtins.property
|
|
5231
5273
|
@jsii.member(jsii_name="engine")
|
|
@@ -5238,7 +5280,7 @@ class CfnDBCluster(
|
|
|
5238
5280
|
if __debug__:
|
|
5239
5281
|
type_hints = typing.get_type_hints(_typecheckingstub__3b719515b7b61b9703874b8014129227da07665daf27a6c705c2777e43612e46)
|
|
5240
5282
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5241
|
-
jsii.set(self, "engine", value)
|
|
5283
|
+
jsii.set(self, "engine", value) # pyright: ignore[reportArgumentType]
|
|
5242
5284
|
|
|
5243
5285
|
@builtins.property
|
|
5244
5286
|
@jsii.member(jsii_name="engineLifecycleSupport")
|
|
@@ -5251,7 +5293,7 @@ class CfnDBCluster(
|
|
|
5251
5293
|
if __debug__:
|
|
5252
5294
|
type_hints = typing.get_type_hints(_typecheckingstub__1bcf395c2b58052ef29e580f58a0ee658dd38127a749a7b05934c9fe89fb1578)
|
|
5253
5295
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5254
|
-
jsii.set(self, "engineLifecycleSupport", value)
|
|
5296
|
+
jsii.set(self, "engineLifecycleSupport", value) # pyright: ignore[reportArgumentType]
|
|
5255
5297
|
|
|
5256
5298
|
@builtins.property
|
|
5257
5299
|
@jsii.member(jsii_name="engineMode")
|
|
@@ -5264,7 +5306,7 @@ class CfnDBCluster(
|
|
|
5264
5306
|
if __debug__:
|
|
5265
5307
|
type_hints = typing.get_type_hints(_typecheckingstub__1720afb1a1233807859444f6991dbfb4334fef08adc5e3a2104ed03f4269a766)
|
|
5266
5308
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5267
|
-
jsii.set(self, "engineMode", value)
|
|
5309
|
+
jsii.set(self, "engineMode", value) # pyright: ignore[reportArgumentType]
|
|
5268
5310
|
|
|
5269
5311
|
@builtins.property
|
|
5270
5312
|
@jsii.member(jsii_name="engineVersion")
|
|
@@ -5277,7 +5319,7 @@ class CfnDBCluster(
|
|
|
5277
5319
|
if __debug__:
|
|
5278
5320
|
type_hints = typing.get_type_hints(_typecheckingstub__6fb241407bb17623e1e6f2f9310a1b3ebac9240cdbdcf5b152e7df5cc0a21488)
|
|
5279
5321
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5280
|
-
jsii.set(self, "engineVersion", value)
|
|
5322
|
+
jsii.set(self, "engineVersion", value) # pyright: ignore[reportArgumentType]
|
|
5281
5323
|
|
|
5282
5324
|
@builtins.property
|
|
5283
5325
|
@jsii.member(jsii_name="globalClusterIdentifier")
|
|
@@ -5290,7 +5332,7 @@ class CfnDBCluster(
|
|
|
5290
5332
|
if __debug__:
|
|
5291
5333
|
type_hints = typing.get_type_hints(_typecheckingstub__32506437b25c6239bdf71df465671ddee1a1e4067ca0e6d79b7399d81b6b7f45)
|
|
5292
5334
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5293
|
-
jsii.set(self, "globalClusterIdentifier", value)
|
|
5335
|
+
jsii.set(self, "globalClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
5294
5336
|
|
|
5295
5337
|
@builtins.property
|
|
5296
5338
|
@jsii.member(jsii_name="iops")
|
|
@@ -5303,7 +5345,7 @@ class CfnDBCluster(
|
|
|
5303
5345
|
if __debug__:
|
|
5304
5346
|
type_hints = typing.get_type_hints(_typecheckingstub__d385d85f593ce39d43b397540e5fb9f90e7feb955d365ea85b413633bb27d03d)
|
|
5305
5347
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5306
|
-
jsii.set(self, "iops", value)
|
|
5348
|
+
jsii.set(self, "iops", value) # pyright: ignore[reportArgumentType]
|
|
5307
5349
|
|
|
5308
5350
|
@builtins.property
|
|
5309
5351
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -5316,7 +5358,7 @@ class CfnDBCluster(
|
|
|
5316
5358
|
if __debug__:
|
|
5317
5359
|
type_hints = typing.get_type_hints(_typecheckingstub__b8d0fdd0070aafd30ad6bcb3a42b259df4088aada78fe5a4669ad688f585b7f4)
|
|
5318
5360
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5319
|
-
jsii.set(self, "kmsKeyId", value)
|
|
5361
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
5320
5362
|
|
|
5321
5363
|
@builtins.property
|
|
5322
5364
|
@jsii.member(jsii_name="manageMasterUserPassword")
|
|
@@ -5334,7 +5376,7 @@ class CfnDBCluster(
|
|
|
5334
5376
|
if __debug__:
|
|
5335
5377
|
type_hints = typing.get_type_hints(_typecheckingstub__7ca876954b5556832b0c941ce0f6ef94a61eb0cd960bb6e8a0106369ccc13a12)
|
|
5336
5378
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5337
|
-
jsii.set(self, "manageMasterUserPassword", value)
|
|
5379
|
+
jsii.set(self, "manageMasterUserPassword", value) # pyright: ignore[reportArgumentType]
|
|
5338
5380
|
|
|
5339
5381
|
@builtins.property
|
|
5340
5382
|
@jsii.member(jsii_name="masterUsername")
|
|
@@ -5347,7 +5389,7 @@ class CfnDBCluster(
|
|
|
5347
5389
|
if __debug__:
|
|
5348
5390
|
type_hints = typing.get_type_hints(_typecheckingstub__0dd3cba91c2c8db72b7eb5eeec9e8fbd7f06d277b876e3e89834d03071aaf6d8)
|
|
5349
5391
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5350
|
-
jsii.set(self, "masterUsername", value)
|
|
5392
|
+
jsii.set(self, "masterUsername", value) # pyright: ignore[reportArgumentType]
|
|
5351
5393
|
|
|
5352
5394
|
@builtins.property
|
|
5353
5395
|
@jsii.member(jsii_name="masterUserPassword")
|
|
@@ -5360,7 +5402,7 @@ class CfnDBCluster(
|
|
|
5360
5402
|
if __debug__:
|
|
5361
5403
|
type_hints = typing.get_type_hints(_typecheckingstub__226485ff852dd8e2c2c05d1e84d6d461e5fa073f85f9c00a6f3481b72ef96495)
|
|
5362
5404
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5363
|
-
jsii.set(self, "masterUserPassword", value)
|
|
5405
|
+
jsii.set(self, "masterUserPassword", value) # pyright: ignore[reportArgumentType]
|
|
5364
5406
|
|
|
5365
5407
|
@builtins.property
|
|
5366
5408
|
@jsii.member(jsii_name="masterUserSecret")
|
|
@@ -5378,7 +5420,7 @@ class CfnDBCluster(
|
|
|
5378
5420
|
if __debug__:
|
|
5379
5421
|
type_hints = typing.get_type_hints(_typecheckingstub__ca6746fea0781a1a399dcc243d901ddf185eaeeaa1c195a09f668c467ff7485f)
|
|
5380
5422
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5381
|
-
jsii.set(self, "masterUserSecret", value)
|
|
5423
|
+
jsii.set(self, "masterUserSecret", value) # pyright: ignore[reportArgumentType]
|
|
5382
5424
|
|
|
5383
5425
|
@builtins.property
|
|
5384
5426
|
@jsii.member(jsii_name="monitoringInterval")
|
|
@@ -5391,7 +5433,7 @@ class CfnDBCluster(
|
|
|
5391
5433
|
if __debug__:
|
|
5392
5434
|
type_hints = typing.get_type_hints(_typecheckingstub__ca22a124f153ad06adcc2d086a7b548cb1efcf6716b8a7b1f4f3241a11ab9538)
|
|
5393
5435
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5394
|
-
jsii.set(self, "monitoringInterval", value)
|
|
5436
|
+
jsii.set(self, "monitoringInterval", value) # pyright: ignore[reportArgumentType]
|
|
5395
5437
|
|
|
5396
5438
|
@builtins.property
|
|
5397
5439
|
@jsii.member(jsii_name="monitoringRoleArn")
|
|
@@ -5404,7 +5446,7 @@ class CfnDBCluster(
|
|
|
5404
5446
|
if __debug__:
|
|
5405
5447
|
type_hints = typing.get_type_hints(_typecheckingstub__a0ed903ae6c409f8db9f60a46656ecd36777befccd23abacc27700b6b56ac0f8)
|
|
5406
5448
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5407
|
-
jsii.set(self, "monitoringRoleArn", value)
|
|
5449
|
+
jsii.set(self, "monitoringRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
5408
5450
|
|
|
5409
5451
|
@builtins.property
|
|
5410
5452
|
@jsii.member(jsii_name="networkType")
|
|
@@ -5417,7 +5459,7 @@ class CfnDBCluster(
|
|
|
5417
5459
|
if __debug__:
|
|
5418
5460
|
type_hints = typing.get_type_hints(_typecheckingstub__5d91088eeabeff13b3d044e9d5767593b2142a6f71342b829d605562d87e4dab)
|
|
5419
5461
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5420
|
-
jsii.set(self, "networkType", value)
|
|
5462
|
+
jsii.set(self, "networkType", value) # pyright: ignore[reportArgumentType]
|
|
5421
5463
|
|
|
5422
5464
|
@builtins.property
|
|
5423
5465
|
@jsii.member(jsii_name="performanceInsightsEnabled")
|
|
@@ -5435,7 +5477,7 @@ class CfnDBCluster(
|
|
|
5435
5477
|
if __debug__:
|
|
5436
5478
|
type_hints = typing.get_type_hints(_typecheckingstub__66cd4e8195f60ef500150681ff7782ad12c06bfe45fa29747fcfabdccca5ba66)
|
|
5437
5479
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5438
|
-
jsii.set(self, "performanceInsightsEnabled", value)
|
|
5480
|
+
jsii.set(self, "performanceInsightsEnabled", value) # pyright: ignore[reportArgumentType]
|
|
5439
5481
|
|
|
5440
5482
|
@builtins.property
|
|
5441
5483
|
@jsii.member(jsii_name="performanceInsightsKmsKeyId")
|
|
@@ -5451,7 +5493,7 @@ class CfnDBCluster(
|
|
|
5451
5493
|
if __debug__:
|
|
5452
5494
|
type_hints = typing.get_type_hints(_typecheckingstub__cf157608d0a77dbe9fb6c7ea88b4e939cfbeafdeede50421bf1570b1de2e8aa2)
|
|
5453
5495
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5454
|
-
jsii.set(self, "performanceInsightsKmsKeyId", value)
|
|
5496
|
+
jsii.set(self, "performanceInsightsKmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
5455
5497
|
|
|
5456
5498
|
@builtins.property
|
|
5457
5499
|
@jsii.member(jsii_name="performanceInsightsRetentionPeriod")
|
|
@@ -5467,7 +5509,7 @@ class CfnDBCluster(
|
|
|
5467
5509
|
if __debug__:
|
|
5468
5510
|
type_hints = typing.get_type_hints(_typecheckingstub__cd68a178f4f64cdaf56c7b6d5478f034a1449271243c8949641c0f1d1278e6e7)
|
|
5469
5511
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5470
|
-
jsii.set(self, "performanceInsightsRetentionPeriod", value)
|
|
5512
|
+
jsii.set(self, "performanceInsightsRetentionPeriod", value) # pyright: ignore[reportArgumentType]
|
|
5471
5513
|
|
|
5472
5514
|
@builtins.property
|
|
5473
5515
|
@jsii.member(jsii_name="port")
|
|
@@ -5480,7 +5522,7 @@ class CfnDBCluster(
|
|
|
5480
5522
|
if __debug__:
|
|
5481
5523
|
type_hints = typing.get_type_hints(_typecheckingstub__07fd869af6e08eb8d08ffcb2930cfc8084e9af885f80caa554c1017a14533953)
|
|
5482
5524
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5483
|
-
jsii.set(self, "port", value)
|
|
5525
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
5484
5526
|
|
|
5485
5527
|
@builtins.property
|
|
5486
5528
|
@jsii.member(jsii_name="preferredBackupWindow")
|
|
@@ -5493,7 +5535,7 @@ class CfnDBCluster(
|
|
|
5493
5535
|
if __debug__:
|
|
5494
5536
|
type_hints = typing.get_type_hints(_typecheckingstub__46ed70953175e13a4a0e3215c1f628258e678b4b33374b7bcab3055aa26f43b5)
|
|
5495
5537
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5496
|
-
jsii.set(self, "preferredBackupWindow", value)
|
|
5538
|
+
jsii.set(self, "preferredBackupWindow", value) # pyright: ignore[reportArgumentType]
|
|
5497
5539
|
|
|
5498
5540
|
@builtins.property
|
|
5499
5541
|
@jsii.member(jsii_name="preferredMaintenanceWindow")
|
|
@@ -5509,7 +5551,7 @@ class CfnDBCluster(
|
|
|
5509
5551
|
if __debug__:
|
|
5510
5552
|
type_hints = typing.get_type_hints(_typecheckingstub__99907fd311daffb4e77200a4de40cf06114de840559ce190f327fae84815447d)
|
|
5511
5553
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5512
|
-
jsii.set(self, "preferredMaintenanceWindow", value)
|
|
5554
|
+
jsii.set(self, "preferredMaintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
5513
5555
|
|
|
5514
5556
|
@builtins.property
|
|
5515
5557
|
@jsii.member(jsii_name="publiclyAccessible")
|
|
@@ -5527,7 +5569,7 @@ class CfnDBCluster(
|
|
|
5527
5569
|
if __debug__:
|
|
5528
5570
|
type_hints = typing.get_type_hints(_typecheckingstub__b3a0b6d6f1bc188271336aaf17873ab87aacd8647ebe3cf297378988a529d0cc)
|
|
5529
5571
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5530
|
-
jsii.set(self, "publiclyAccessible", value)
|
|
5572
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
5531
5573
|
|
|
5532
5574
|
@builtins.property
|
|
5533
5575
|
@jsii.member(jsii_name="replicationSourceIdentifier")
|
|
@@ -5543,7 +5585,7 @@ class CfnDBCluster(
|
|
|
5543
5585
|
if __debug__:
|
|
5544
5586
|
type_hints = typing.get_type_hints(_typecheckingstub__56b1a90f3bce5fc91bac762e68220d7408521d009b606dc505619b0c7ebd3c64)
|
|
5545
5587
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5546
|
-
jsii.set(self, "replicationSourceIdentifier", value)
|
|
5588
|
+
jsii.set(self, "replicationSourceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
5547
5589
|
|
|
5548
5590
|
@builtins.property
|
|
5549
5591
|
@jsii.member(jsii_name="restoreToTime")
|
|
@@ -5556,7 +5598,7 @@ class CfnDBCluster(
|
|
|
5556
5598
|
if __debug__:
|
|
5557
5599
|
type_hints = typing.get_type_hints(_typecheckingstub__968c8eea9022fda98e791ba1ed74ac7968f89dc147e76f278478ff3ed225bb72)
|
|
5558
5600
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5559
|
-
jsii.set(self, "restoreToTime", value)
|
|
5601
|
+
jsii.set(self, "restoreToTime", value) # pyright: ignore[reportArgumentType]
|
|
5560
5602
|
|
|
5561
5603
|
@builtins.property
|
|
5562
5604
|
@jsii.member(jsii_name="restoreType")
|
|
@@ -5572,7 +5614,7 @@ class CfnDBCluster(
|
|
|
5572
5614
|
if __debug__:
|
|
5573
5615
|
type_hints = typing.get_type_hints(_typecheckingstub__4a357bfe90277fc3992eb9dae141ee8d090d0466086def5838c34cce565f37fa)
|
|
5574
5616
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5575
|
-
jsii.set(self, "restoreType", value)
|
|
5617
|
+
jsii.set(self, "restoreType", value) # pyright: ignore[reportArgumentType]
|
|
5576
5618
|
|
|
5577
5619
|
@builtins.property
|
|
5578
5620
|
@jsii.member(jsii_name="scalingConfiguration")
|
|
@@ -5590,7 +5632,7 @@ class CfnDBCluster(
|
|
|
5590
5632
|
if __debug__:
|
|
5591
5633
|
type_hints = typing.get_type_hints(_typecheckingstub__8471c5722f16288bc2a5c637b511c81be4cd4b09f3f7899592b7fd02808dba4c)
|
|
5592
5634
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5593
|
-
jsii.set(self, "scalingConfiguration", value)
|
|
5635
|
+
jsii.set(self, "scalingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5594
5636
|
|
|
5595
5637
|
@builtins.property
|
|
5596
5638
|
@jsii.member(jsii_name="serverlessV2ScalingConfiguration")
|
|
@@ -5608,7 +5650,7 @@ class CfnDBCluster(
|
|
|
5608
5650
|
if __debug__:
|
|
5609
5651
|
type_hints = typing.get_type_hints(_typecheckingstub__d0876352acbd9ca1b842c3ece417cf0c5ed155f8c160597474dd24e11ac318ad)
|
|
5610
5652
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5611
|
-
jsii.set(self, "serverlessV2ScalingConfiguration", value)
|
|
5653
|
+
jsii.set(self, "serverlessV2ScalingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5612
5654
|
|
|
5613
5655
|
@builtins.property
|
|
5614
5656
|
@jsii.member(jsii_name="snapshotIdentifier")
|
|
@@ -5621,7 +5663,7 @@ class CfnDBCluster(
|
|
|
5621
5663
|
if __debug__:
|
|
5622
5664
|
type_hints = typing.get_type_hints(_typecheckingstub__25045b6189370a8d94ebe994abba5de432cd9df49345a99151f42b12416f3025)
|
|
5623
5665
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5624
|
-
jsii.set(self, "snapshotIdentifier", value)
|
|
5666
|
+
jsii.set(self, "snapshotIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
5625
5667
|
|
|
5626
5668
|
@builtins.property
|
|
5627
5669
|
@jsii.member(jsii_name="sourceDbClusterIdentifier")
|
|
@@ -5637,7 +5679,7 @@ class CfnDBCluster(
|
|
|
5637
5679
|
if __debug__:
|
|
5638
5680
|
type_hints = typing.get_type_hints(_typecheckingstub__df647406eec5ba2e24bb07694e286def32cd947e8728ac6ec3727fd145515f2f)
|
|
5639
5681
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5640
|
-
jsii.set(self, "sourceDbClusterIdentifier", value)
|
|
5682
|
+
jsii.set(self, "sourceDbClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
5641
5683
|
|
|
5642
5684
|
@builtins.property
|
|
5643
5685
|
@jsii.member(jsii_name="sourceRegion")
|
|
@@ -5653,7 +5695,7 @@ class CfnDBCluster(
|
|
|
5653
5695
|
if __debug__:
|
|
5654
5696
|
type_hints = typing.get_type_hints(_typecheckingstub__2ee6860d8d1d897c5c878ca6693329e97bdddac0cb37f822ceb26aabdb5b78fb)
|
|
5655
5697
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5656
|
-
jsii.set(self, "sourceRegion", value)
|
|
5698
|
+
jsii.set(self, "sourceRegion", value) # pyright: ignore[reportArgumentType]
|
|
5657
5699
|
|
|
5658
5700
|
@builtins.property
|
|
5659
5701
|
@jsii.member(jsii_name="storageEncrypted")
|
|
@@ -5671,7 +5713,7 @@ class CfnDBCluster(
|
|
|
5671
5713
|
if __debug__:
|
|
5672
5714
|
type_hints = typing.get_type_hints(_typecheckingstub__723ea3f9c61b8480429b9258611e755a66af6ea0e34bcf9fb1b6bcb4a5d1fcfd)
|
|
5673
5715
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5674
|
-
jsii.set(self, "storageEncrypted", value)
|
|
5716
|
+
jsii.set(self, "storageEncrypted", value) # pyright: ignore[reportArgumentType]
|
|
5675
5717
|
|
|
5676
5718
|
@builtins.property
|
|
5677
5719
|
@jsii.member(jsii_name="storageType")
|
|
@@ -5684,7 +5726,7 @@ class CfnDBCluster(
|
|
|
5684
5726
|
if __debug__:
|
|
5685
5727
|
type_hints = typing.get_type_hints(_typecheckingstub__6ea7aa6db917d8cfeff95d9bf2e01ba5d459e1c34f195572dd025eb91defd280)
|
|
5686
5728
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5687
|
-
jsii.set(self, "storageType", value)
|
|
5729
|
+
jsii.set(self, "storageType", value) # pyright: ignore[reportArgumentType]
|
|
5688
5730
|
|
|
5689
5731
|
@builtins.property
|
|
5690
5732
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5697,7 +5739,7 @@ class CfnDBCluster(
|
|
|
5697
5739
|
if __debug__:
|
|
5698
5740
|
type_hints = typing.get_type_hints(_typecheckingstub__9de4e86900354e8eebc50b0e6116dbdd0a6d9a349167c497c58d101074aacdf5)
|
|
5699
5741
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5700
|
-
jsii.set(self, "tagsRaw", value)
|
|
5742
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5701
5743
|
|
|
5702
5744
|
@builtins.property
|
|
5703
5745
|
@jsii.member(jsii_name="useLatestRestorableTime")
|
|
@@ -5715,7 +5757,7 @@ class CfnDBCluster(
|
|
|
5715
5757
|
if __debug__:
|
|
5716
5758
|
type_hints = typing.get_type_hints(_typecheckingstub__2233cd63167d19c1f7b632ba4a2ecd1142eba944359f46221ba7e9394e0501c6)
|
|
5717
5759
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5718
|
-
jsii.set(self, "useLatestRestorableTime", value)
|
|
5760
|
+
jsii.set(self, "useLatestRestorableTime", value) # pyright: ignore[reportArgumentType]
|
|
5719
5761
|
|
|
5720
5762
|
@builtins.property
|
|
5721
5763
|
@jsii.member(jsii_name="vpcSecurityGroupIds")
|
|
@@ -5731,7 +5773,7 @@ class CfnDBCluster(
|
|
|
5731
5773
|
if __debug__:
|
|
5732
5774
|
type_hints = typing.get_type_hints(_typecheckingstub__9157d76fdc416fb2667fc663c3e08fe740d3b43b5c2fb5bc0da881dc4fd3d1c3)
|
|
5733
5775
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5734
|
-
jsii.set(self, "vpcSecurityGroupIds", value)
|
|
5776
|
+
jsii.set(self, "vpcSecurityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
5735
5777
|
|
|
5736
5778
|
@jsii.data_type(
|
|
5737
5779
|
jsii_type="aws-cdk-lib.aws_rds.CfnDBCluster.DBClusterRoleProperty",
|
|
@@ -6400,7 +6442,7 @@ class CfnDBClusterParameterGroup(
|
|
|
6400
6442
|
if __debug__:
|
|
6401
6443
|
type_hints = typing.get_type_hints(_typecheckingstub__a385d094303e0167ab68da37077fab8909f20f87d11b139fd5ef69090e76f8fb)
|
|
6402
6444
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6403
|
-
jsii.set(self, "description", value)
|
|
6445
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6404
6446
|
|
|
6405
6447
|
@builtins.property
|
|
6406
6448
|
@jsii.member(jsii_name="family")
|
|
@@ -6413,7 +6455,7 @@ class CfnDBClusterParameterGroup(
|
|
|
6413
6455
|
if __debug__:
|
|
6414
6456
|
type_hints = typing.get_type_hints(_typecheckingstub__dbdfcaf985524b33f444a02535bb68b9ba3263c90ef5e0985151f104aeeb260b)
|
|
6415
6457
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6416
|
-
jsii.set(self, "family", value)
|
|
6458
|
+
jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
|
|
6417
6459
|
|
|
6418
6460
|
@builtins.property
|
|
6419
6461
|
@jsii.member(jsii_name="parameters")
|
|
@@ -6426,7 +6468,7 @@ class CfnDBClusterParameterGroup(
|
|
|
6426
6468
|
if __debug__:
|
|
6427
6469
|
type_hints = typing.get_type_hints(_typecheckingstub__c77a7367d69d8d946eb31a37bfbabde86b3fd025985be9f6006fb54af746b2a8)
|
|
6428
6470
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6429
|
-
jsii.set(self, "parameters", value)
|
|
6471
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
6430
6472
|
|
|
6431
6473
|
@builtins.property
|
|
6432
6474
|
@jsii.member(jsii_name="dbClusterParameterGroupName")
|
|
@@ -6442,7 +6484,7 @@ class CfnDBClusterParameterGroup(
|
|
|
6442
6484
|
if __debug__:
|
|
6443
6485
|
type_hints = typing.get_type_hints(_typecheckingstub__0f4022845bd024f0aff7d6277fa4309ef0b25b2e9f601bc06782d5194fdea18a)
|
|
6444
6486
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6445
|
-
jsii.set(self, "dbClusterParameterGroupName", value)
|
|
6487
|
+
jsii.set(self, "dbClusterParameterGroupName", value) # pyright: ignore[reportArgumentType]
|
|
6446
6488
|
|
|
6447
6489
|
@builtins.property
|
|
6448
6490
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6455,7 +6497,7 @@ class CfnDBClusterParameterGroup(
|
|
|
6455
6497
|
if __debug__:
|
|
6456
6498
|
type_hints = typing.get_type_hints(_typecheckingstub__8018e8ecfbc68fa3bab5cb42941501fe1a025ce67315e44b2774f271f35ea411)
|
|
6457
6499
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6458
|
-
jsii.set(self, "tagsRaw", value)
|
|
6500
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6459
6501
|
|
|
6460
6502
|
|
|
6461
6503
|
@jsii.data_type(
|
|
@@ -6761,7 +6803,7 @@ class CfnDBClusterProps:
|
|
|
6761
6803
|
:param associated_roles: Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon Web Services on your behalf. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
6762
6804
|
:param auto_minor_version_upgrade: Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically. Valid for Cluster Type: Multi-AZ DB clusters only
|
|
6763
6805
|
:param availability_zones: A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see `Choosing the Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
|
|
6764
|
-
:param backtrack_window: The target backtrack window, in seconds. To disable backtracking, set this value to ``0`` . Valid for Cluster Type: Aurora MySQL DB clusters only Default: ``0`` Constraints: - If specified, this value must be set to a number from 0 to 259,200 (72 hours).
|
|
6806
|
+
:param backtrack_window: The target backtrack window, in seconds. To disable backtracking, set this value to ``0`` . Valid for Cluster Type: Aurora MySQL DB clusters only Default: ``0`` Constraints: - If specified, this value must be set to a number from 0 to 259,200 (72 hours).
|
|
6765
6807
|
:param backup_retention_period: The number of days for which automated backups are retained. Default: 1 Constraints: - Must be a value from 1 to 35 Valid for: Aurora DB clusters and Multi-AZ DB clusters Default: - 1
|
|
6766
6808
|
:param copy_tags_to_snapshot: A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
6767
6809
|
:param database_name: The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see `Naming Constraints <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html#RDS_Limits.Constraints>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
@@ -7143,8 +7185,6 @@ class CfnDBClusterProps:
|
|
|
7143
7185
|
|
|
7144
7186
|
- If specified, this value must be set to a number from 0 to 259,200 (72 hours).
|
|
7145
7187
|
|
|
7146
|
-
:default: - 0
|
|
7147
|
-
|
|
7148
7188
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow
|
|
7149
7189
|
'''
|
|
7150
7190
|
result = self._values.get("backtrack_window")
|
|
@@ -8346,7 +8386,7 @@ class CfnDBInstance(
|
|
|
8346
8386
|
:param allow_major_version_upgrade: A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. Constraints: Major version upgrades must be allowed when specifying a value for the ``EngineVersion`` parameter that is a different major version than the DB instance's current version.
|
|
8347
8387
|
:param associated_roles: The AWS Identity and Access Management (IAM) roles associated with the DB instance. *Amazon Aurora* Not applicable. The associated roles are managed by the DB cluster.
|
|
8348
8388
|
:param automatic_backup_replication_kms_key_id: The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region , for example, ``arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`` .
|
|
8349
|
-
:param automatic_backup_replication_region: The
|
|
8389
|
+
:param automatic_backup_replication_region: The AWS Region associated with the automated backup.
|
|
8350
8390
|
:param auto_minor_version_upgrade: A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
|
|
8351
8391
|
:param availability_zone: The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see `Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ . For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. Default: A random, system-chosen Availability Zone in the endpoint's AWS Region . Constraints: - The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment. - The specified Availability Zone must be in the same AWS Region as the current endpoint. Example: ``us-east-1d``
|
|
8352
8392
|
:param backup_retention_period: The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. *Amazon Aurora* Not applicable. The retention period for automated backups is managed by the DB cluster. Default: 1 Constraints: - Must be a value from 0 to 35 - Can't be set to 0 if the DB instance is a source to read replicas Default: - 1
|
|
@@ -8404,7 +8444,7 @@ class CfnDBInstance(
|
|
|
8404
8444
|
:param promotion_tier: The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see `Fault Tolerance for an Aurora DB Cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Aurora.Managing.FaultTolerance>`_ in the *Amazon Aurora User Guide* . This setting doesn't apply to RDS Custom DB instances. Default: ``1`` Valid Values: ``0 - 15`` Default: - 1
|
|
8405
8445
|
:param publicly_accessible: Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address. The default behavior value depends on your VPC setup and the database subnet group. For more information, see the ``PubliclyAccessible`` parameter in the `CreateDBInstance <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html>`_ in the *Amazon RDS API Reference* .
|
|
8406
8446
|
:param replica_mode: The open mode of an Oracle read replica. For more information, see `Working with Oracle Read Replicas for Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html>`_ in the *Amazon RDS User Guide* . This setting is only supported in RDS for Oracle. Default: ``open-read-only`` Valid Values: ``open-read-only`` or ``mounted``
|
|
8407
|
-
:param restore_time: The date and time to restore from. Constraints: - Must be a time in Universal Coordinated Time (UTC) format. - Must be before the latest restorable time for the DB instance. - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled. Example: ``2009-09-07T23:45:00Z``
|
|
8447
|
+
:param restore_time: The date and time to restore from. This parameter applies to point-in-time recovery. For more information, see `Restoring a DB instance to a specified time <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html>`_ in the in the *Amazon RDS User Guide* . Constraints: - Must be a time in Universal Coordinated Time (UTC) format. - Must be before the latest restorable time for the DB instance. - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled. Example: ``2009-09-07T23:45:00Z``
|
|
8408
8448
|
:param source_db_cluster_identifier: The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas. Constraints: - Must be the identifier of an existing Multi-AZ DB cluster. - Can't be specified if the ``SourceDBInstanceIdentifier`` parameter is also specified. - The specified DB cluster must have automatic backups enabled, that is, its backup retention period must be greater than 0. - The source DB cluster must be in the same AWS Region as the read replica. Cross-Region replication isn't supported.
|
|
8409
8449
|
:param source_db_instance_automated_backups_arn: The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, ``arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`` . This setting doesn't apply to RDS Custom.
|
|
8410
8450
|
:param source_db_instance_identifier: If you want to create a read replica DB instance, specify the ID of the source DB instance. Each DB instance can have a limited number of read replicas. For more information, see `Working with Read Replicas <https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/USER_ReadRepl.html>`_ in the *Amazon RDS User Guide* . For information about constraints that apply to DB instance identifiers, see `Naming constraints in Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints>`_ in the *Amazon RDS User Guide* . The ``SourceDBInstanceIdentifier`` property determines whether a DB instance is a read replica. If you remove the ``SourceDBInstanceIdentifier`` property from your template and then update your stack, AWS CloudFormation promotes the read replica to a standalone DB instance. If you specify the ``UseLatestRestorableTime`` or ``RestoreTime`` properties in conjunction with the ``SourceDBInstanceIdentifier`` property, RDS restores the DB instance to the requested point in time, thereby creating a new DB instance. .. epigraph:: - If you specify a source DB instance that uses VPC security groups, we recommend that you specify the ``VPCSecurityGroups`` property. If you don't specify the property, the read replica inherits the value of the ``VPCSecurityGroups`` property from the source DB when you create the replica. However, if you update the stack, AWS CloudFormation reverts the replica's ``VPCSecurityGroups`` property to the default value because it's not defined in the stack's template. This change might cause unexpected issues. - Read replicas don't support deletion policies. AWS CloudFormation ignores any deletion policy that's associated with a read replica. - If you specify ``SourceDBInstanceIdentifier`` , don't specify the ``DBSnapshotIdentifier`` property. You can't create a read replica from a snapshot. - Don't set the ``BackupRetentionPeriod`` , ``DBName`` , ``MasterUsername`` , ``MasterUserPassword`` , and ``PreferredBackupWindow`` properties. The database attributes are inherited from the source DB instance, and backups are disabled for read replicas. - If the source DB instance is in a different region than the read replica, specify the source region in ``SourceRegion`` , and specify an ARN for a valid DB instance in ``SourceDBInstanceIdentifier`` . For more information, see `Constructing a Amazon RDS Amazon Resource Name (ARN) <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN>`_ in the *Amazon RDS User Guide* . - For DB instances in Amazon Aurora clusters, don't specify this property. Amazon RDS automatically assigns writer and reader DB instances.
|
|
@@ -8418,7 +8458,7 @@ class CfnDBInstance(
|
|
|
8418
8458
|
:param tde_credential_password:
|
|
8419
8459
|
:param timezone: The time zone of the DB instance. The time zone parameter is currently supported only by `RDS for Db2 <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone>`_ and `RDS for SQL Server <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone>`_ .
|
|
8420
8460
|
:param use_default_processor_features: Specifies whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom DB instances.
|
|
8421
|
-
:param use_latest_restorable_time: Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. Constraints: - Can't be specified if the ``RestoreTime`` parameter is provided.
|
|
8461
|
+
:param use_latest_restorable_time: Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. This parameter applies to point-in-time recovery. For more information, see `Restoring a DB instance to a specified time <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html>`_ in the in the *Amazon RDS User Guide* . Constraints: - Can't be specified if the ``RestoreTime`` parameter is provided.
|
|
8422
8462
|
:param vpc_security_groups: A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to `AWS::EC2::SecurityGroup <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html>`_ resources created in the template. If you plan to update the resource, don't specify VPC security groups in a shared VPC. If you set ``VPCSecurityGroups`` , you must not set ```DBSecurityGroups`` <https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsecuritygroups>`_ , and vice versa. .. epigraph:: You can migrate a DB instance in your stack from an RDS DB security group to a VPC security group, but keep the following in mind: - You can't revert to using an RDS security group after you establish a VPC security group membership. - When you migrate your DB instance to VPC security groups, if your stack update rolls back because the DB instance update fails or because an update fails in another AWS CloudFormation resource, the rollback fails because it can't revert to an RDS security group. - To use the properties that are available when you use a VPC security group, you must recreate the DB instance. If you don't, AWS CloudFormation submits only the property values that are listed in the ```DBSecurityGroups`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsecuritygroups>`_ property. To avoid this situation, migrate your DB instance to using VPC security groups only when that is the only change in your stack template. *Amazon Aurora* Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. If specified, the setting must match the DB cluster setting.
|
|
8423
8463
|
'''
|
|
8424
8464
|
if __debug__:
|
|
@@ -8653,7 +8693,7 @@ class CfnDBInstance(
|
|
|
8653
8693
|
if __debug__:
|
|
8654
8694
|
type_hints = typing.get_type_hints(_typecheckingstub__59d3152c4d5e7cecbdcd76480fe92201176e0eb1c7199001a91e36c3d8409682)
|
|
8655
8695
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8656
|
-
jsii.set(self, "allocatedStorage", value)
|
|
8696
|
+
jsii.set(self, "allocatedStorage", value) # pyright: ignore[reportArgumentType]
|
|
8657
8697
|
|
|
8658
8698
|
@builtins.property
|
|
8659
8699
|
@jsii.member(jsii_name="allowMajorVersionUpgrade")
|
|
@@ -8671,7 +8711,7 @@ class CfnDBInstance(
|
|
|
8671
8711
|
if __debug__:
|
|
8672
8712
|
type_hints = typing.get_type_hints(_typecheckingstub__57716fbcac28344145554895630d9e7d3ed16ff833d836025eba0e8559dae931)
|
|
8673
8713
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8674
|
-
jsii.set(self, "allowMajorVersionUpgrade", value)
|
|
8714
|
+
jsii.set(self, "allowMajorVersionUpgrade", value) # pyright: ignore[reportArgumentType]
|
|
8675
8715
|
|
|
8676
8716
|
@builtins.property
|
|
8677
8717
|
@jsii.member(jsii_name="associatedRoles")
|
|
@@ -8689,7 +8729,7 @@ class CfnDBInstance(
|
|
|
8689
8729
|
if __debug__:
|
|
8690
8730
|
type_hints = typing.get_type_hints(_typecheckingstub__4ce8e79d061f4d460ac08196091e00285779b468080063faf9f5f8f7466a94f4)
|
|
8691
8731
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8692
|
-
jsii.set(self, "associatedRoles", value)
|
|
8732
|
+
jsii.set(self, "associatedRoles", value) # pyright: ignore[reportArgumentType]
|
|
8693
8733
|
|
|
8694
8734
|
@builtins.property
|
|
8695
8735
|
@jsii.member(jsii_name="automaticBackupReplicationKmsKeyId")
|
|
@@ -8705,12 +8745,12 @@ class CfnDBInstance(
|
|
|
8705
8745
|
if __debug__:
|
|
8706
8746
|
type_hints = typing.get_type_hints(_typecheckingstub__7de66731ee5fdd45e40db8d58e3041a46d64fff9265d6aa870ac5ff27419bb86)
|
|
8707
8747
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8708
|
-
jsii.set(self, "automaticBackupReplicationKmsKeyId", value)
|
|
8748
|
+
jsii.set(self, "automaticBackupReplicationKmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
8709
8749
|
|
|
8710
8750
|
@builtins.property
|
|
8711
8751
|
@jsii.member(jsii_name="automaticBackupReplicationRegion")
|
|
8712
8752
|
def automatic_backup_replication_region(self) -> typing.Optional[builtins.str]:
|
|
8713
|
-
'''The
|
|
8753
|
+
'''The AWS Region associated with the automated backup.'''
|
|
8714
8754
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "automaticBackupReplicationRegion"))
|
|
8715
8755
|
|
|
8716
8756
|
@automatic_backup_replication_region.setter
|
|
@@ -8721,7 +8761,7 @@ class CfnDBInstance(
|
|
|
8721
8761
|
if __debug__:
|
|
8722
8762
|
type_hints = typing.get_type_hints(_typecheckingstub__570af392a4da1d3a00accc2e05674065be4ff1306321cb7944dc793fd8d479ad)
|
|
8723
8763
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8724
|
-
jsii.set(self, "automaticBackupReplicationRegion", value)
|
|
8764
|
+
jsii.set(self, "automaticBackupReplicationRegion", value) # pyright: ignore[reportArgumentType]
|
|
8725
8765
|
|
|
8726
8766
|
@builtins.property
|
|
8727
8767
|
@jsii.member(jsii_name="autoMinorVersionUpgrade")
|
|
@@ -8739,7 +8779,7 @@ class CfnDBInstance(
|
|
|
8739
8779
|
if __debug__:
|
|
8740
8780
|
type_hints = typing.get_type_hints(_typecheckingstub__e378bc6005eb441ad86673219aa0312b39d55a509b73b385123b215a0aeff4c6)
|
|
8741
8781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8742
|
-
jsii.set(self, "autoMinorVersionUpgrade", value)
|
|
8782
|
+
jsii.set(self, "autoMinorVersionUpgrade", value) # pyright: ignore[reportArgumentType]
|
|
8743
8783
|
|
|
8744
8784
|
@builtins.property
|
|
8745
8785
|
@jsii.member(jsii_name="availabilityZone")
|
|
@@ -8752,7 +8792,7 @@ class CfnDBInstance(
|
|
|
8752
8792
|
if __debug__:
|
|
8753
8793
|
type_hints = typing.get_type_hints(_typecheckingstub__2e158ac3f914684014bad2a96a64f29bf9a9be0671712af053302bafb993e770)
|
|
8754
8794
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8755
|
-
jsii.set(self, "availabilityZone", value)
|
|
8795
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
8756
8796
|
|
|
8757
8797
|
@builtins.property
|
|
8758
8798
|
@jsii.member(jsii_name="backupRetentionPeriod")
|
|
@@ -8765,7 +8805,7 @@ class CfnDBInstance(
|
|
|
8765
8805
|
if __debug__:
|
|
8766
8806
|
type_hints = typing.get_type_hints(_typecheckingstub__fd3e9f688b875610637e10e82f5815bcffe370acaf10d2173ec8c9703912f28b)
|
|
8767
8807
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8768
|
-
jsii.set(self, "backupRetentionPeriod", value)
|
|
8808
|
+
jsii.set(self, "backupRetentionPeriod", value) # pyright: ignore[reportArgumentType]
|
|
8769
8809
|
|
|
8770
8810
|
@builtins.property
|
|
8771
8811
|
@jsii.member(jsii_name="caCertificateIdentifier")
|
|
@@ -8778,7 +8818,7 @@ class CfnDBInstance(
|
|
|
8778
8818
|
if __debug__:
|
|
8779
8819
|
type_hints = typing.get_type_hints(_typecheckingstub__62ccd61fdb1bb7842d321fcd1476ed686baf586bf907671076cafd6ba9e2c776)
|
|
8780
8820
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8781
|
-
jsii.set(self, "caCertificateIdentifier", value)
|
|
8821
|
+
jsii.set(self, "caCertificateIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8782
8822
|
|
|
8783
8823
|
@builtins.property
|
|
8784
8824
|
@jsii.member(jsii_name="certificateDetails")
|
|
@@ -8796,7 +8836,7 @@ class CfnDBInstance(
|
|
|
8796
8836
|
if __debug__:
|
|
8797
8837
|
type_hints = typing.get_type_hints(_typecheckingstub__8fa6bdf9b58edb0597b51a45bb01b0942f96853a6387af364c3ca19f8ebd5009)
|
|
8798
8838
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8799
|
-
jsii.set(self, "certificateDetails", value)
|
|
8839
|
+
jsii.set(self, "certificateDetails", value) # pyright: ignore[reportArgumentType]
|
|
8800
8840
|
|
|
8801
8841
|
@builtins.property
|
|
8802
8842
|
@jsii.member(jsii_name="certificateRotationRestart")
|
|
@@ -8814,7 +8854,7 @@ class CfnDBInstance(
|
|
|
8814
8854
|
if __debug__:
|
|
8815
8855
|
type_hints = typing.get_type_hints(_typecheckingstub__8300a7358b8f3721e212076b4d43c16dce7eaecbef2865d4c267632cacd1e540)
|
|
8816
8856
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8817
|
-
jsii.set(self, "certificateRotationRestart", value)
|
|
8857
|
+
jsii.set(self, "certificateRotationRestart", value) # pyright: ignore[reportArgumentType]
|
|
8818
8858
|
|
|
8819
8859
|
@builtins.property
|
|
8820
8860
|
@jsii.member(jsii_name="characterSetName")
|
|
@@ -8827,7 +8867,7 @@ class CfnDBInstance(
|
|
|
8827
8867
|
if __debug__:
|
|
8828
8868
|
type_hints = typing.get_type_hints(_typecheckingstub__7b1c408e443b2c694ab495abfa8baccc012dc2d461177a5fa00b9476bc4dc78a)
|
|
8829
8869
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8830
|
-
jsii.set(self, "characterSetName", value)
|
|
8870
|
+
jsii.set(self, "characterSetName", value) # pyright: ignore[reportArgumentType]
|
|
8831
8871
|
|
|
8832
8872
|
@builtins.property
|
|
8833
8873
|
@jsii.member(jsii_name="copyTagsToSnapshot")
|
|
@@ -8845,7 +8885,7 @@ class CfnDBInstance(
|
|
|
8845
8885
|
if __debug__:
|
|
8846
8886
|
type_hints = typing.get_type_hints(_typecheckingstub__cefd61afb4df8c491b91bfe227e165b190c98273315fd7ee9c3fb459c756ed53)
|
|
8847
8887
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8848
|
-
jsii.set(self, "copyTagsToSnapshot", value)
|
|
8888
|
+
jsii.set(self, "copyTagsToSnapshot", value) # pyright: ignore[reportArgumentType]
|
|
8849
8889
|
|
|
8850
8890
|
@builtins.property
|
|
8851
8891
|
@jsii.member(jsii_name="customIamInstanceProfile")
|
|
@@ -8858,7 +8898,7 @@ class CfnDBInstance(
|
|
|
8858
8898
|
if __debug__:
|
|
8859
8899
|
type_hints = typing.get_type_hints(_typecheckingstub__226e820a1b504a7c3743da9e7c7340401e28197ad7bd4b0cb3f5526c4eee15e0)
|
|
8860
8900
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8861
|
-
jsii.set(self, "customIamInstanceProfile", value)
|
|
8901
|
+
jsii.set(self, "customIamInstanceProfile", value) # pyright: ignore[reportArgumentType]
|
|
8862
8902
|
|
|
8863
8903
|
@builtins.property
|
|
8864
8904
|
@jsii.member(jsii_name="dbClusterIdentifier")
|
|
@@ -8871,7 +8911,7 @@ class CfnDBInstance(
|
|
|
8871
8911
|
if __debug__:
|
|
8872
8912
|
type_hints = typing.get_type_hints(_typecheckingstub__47e201d1e2bcfacba9b2fdb9245c97a0850bff8695fda8e45cb8e1df70fbde73)
|
|
8873
8913
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8874
|
-
jsii.set(self, "dbClusterIdentifier", value)
|
|
8914
|
+
jsii.set(self, "dbClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8875
8915
|
|
|
8876
8916
|
@builtins.property
|
|
8877
8917
|
@jsii.member(jsii_name="dbClusterSnapshotIdentifier")
|
|
@@ -8887,7 +8927,7 @@ class CfnDBInstance(
|
|
|
8887
8927
|
if __debug__:
|
|
8888
8928
|
type_hints = typing.get_type_hints(_typecheckingstub__f6ac99ea519540338b63e73e1edb5ebcecb0684d4ae715eddd3fc36e8cce5268)
|
|
8889
8929
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8890
|
-
jsii.set(self, "dbClusterSnapshotIdentifier", value)
|
|
8930
|
+
jsii.set(self, "dbClusterSnapshotIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8891
8931
|
|
|
8892
8932
|
@builtins.property
|
|
8893
8933
|
@jsii.member(jsii_name="dbInstanceClass")
|
|
@@ -8900,7 +8940,7 @@ class CfnDBInstance(
|
|
|
8900
8940
|
if __debug__:
|
|
8901
8941
|
type_hints = typing.get_type_hints(_typecheckingstub__1e7a5d9ef2683da37e4ade6581c3ea4b7e1dd46b2492278a1c7d1aadacedc8f7)
|
|
8902
8942
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8903
|
-
jsii.set(self, "dbInstanceClass", value)
|
|
8943
|
+
jsii.set(self, "dbInstanceClass", value) # pyright: ignore[reportArgumentType]
|
|
8904
8944
|
|
|
8905
8945
|
@builtins.property
|
|
8906
8946
|
@jsii.member(jsii_name="dbInstanceIdentifier")
|
|
@@ -8913,7 +8953,7 @@ class CfnDBInstance(
|
|
|
8913
8953
|
if __debug__:
|
|
8914
8954
|
type_hints = typing.get_type_hints(_typecheckingstub__d43e0be95e8cce4fb01016f4a0386ec7484b400a153c752c5dfc73e4b1b71899)
|
|
8915
8955
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8916
|
-
jsii.set(self, "dbInstanceIdentifier", value)
|
|
8956
|
+
jsii.set(self, "dbInstanceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8917
8957
|
|
|
8918
8958
|
@builtins.property
|
|
8919
8959
|
@jsii.member(jsii_name="dbName")
|
|
@@ -8926,7 +8966,7 @@ class CfnDBInstance(
|
|
|
8926
8966
|
if __debug__:
|
|
8927
8967
|
type_hints = typing.get_type_hints(_typecheckingstub__5d256e48a4652f318e0f5c5f55fdbb24a3bbb22c363551d47299bad26b3e97a4)
|
|
8928
8968
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8929
|
-
jsii.set(self, "dbName", value)
|
|
8969
|
+
jsii.set(self, "dbName", value) # pyright: ignore[reportArgumentType]
|
|
8930
8970
|
|
|
8931
8971
|
@builtins.property
|
|
8932
8972
|
@jsii.member(jsii_name="dbParameterGroupName")
|
|
@@ -8939,7 +8979,7 @@ class CfnDBInstance(
|
|
|
8939
8979
|
if __debug__:
|
|
8940
8980
|
type_hints = typing.get_type_hints(_typecheckingstub__b3a82f6fc74079b4a8567e6ca4252240887a8500538096be62863c72b24cec5a)
|
|
8941
8981
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8942
|
-
jsii.set(self, "dbParameterGroupName", value)
|
|
8982
|
+
jsii.set(self, "dbParameterGroupName", value) # pyright: ignore[reportArgumentType]
|
|
8943
8983
|
|
|
8944
8984
|
@builtins.property
|
|
8945
8985
|
@jsii.member(jsii_name="dbSecurityGroups")
|
|
@@ -8955,7 +8995,7 @@ class CfnDBInstance(
|
|
|
8955
8995
|
if __debug__:
|
|
8956
8996
|
type_hints = typing.get_type_hints(_typecheckingstub__1e071dd53356b085b74267fe26c1ebcd9289d04cd1ed93b2939cc4e361678c22)
|
|
8957
8997
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8958
|
-
jsii.set(self, "dbSecurityGroups", value)
|
|
8998
|
+
jsii.set(self, "dbSecurityGroups", value) # pyright: ignore[reportArgumentType]
|
|
8959
8999
|
|
|
8960
9000
|
@builtins.property
|
|
8961
9001
|
@jsii.member(jsii_name="dbSnapshotIdentifier")
|
|
@@ -8968,7 +9008,7 @@ class CfnDBInstance(
|
|
|
8968
9008
|
if __debug__:
|
|
8969
9009
|
type_hints = typing.get_type_hints(_typecheckingstub__320452dcf7b927bfc9aec68b39b5030136baa93bd57004318389808127706212)
|
|
8970
9010
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8971
|
-
jsii.set(self, "dbSnapshotIdentifier", value)
|
|
9011
|
+
jsii.set(self, "dbSnapshotIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8972
9012
|
|
|
8973
9013
|
@builtins.property
|
|
8974
9014
|
@jsii.member(jsii_name="dbSubnetGroupName")
|
|
@@ -8981,7 +9021,7 @@ class CfnDBInstance(
|
|
|
8981
9021
|
if __debug__:
|
|
8982
9022
|
type_hints = typing.get_type_hints(_typecheckingstub__ee9b5bb70dbab22ab4481a77c04dc86a6cae16b4c7d30ccb17a77b55dfce2817)
|
|
8983
9023
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8984
|
-
jsii.set(self, "dbSubnetGroupName", value)
|
|
9024
|
+
jsii.set(self, "dbSubnetGroupName", value) # pyright: ignore[reportArgumentType]
|
|
8985
9025
|
|
|
8986
9026
|
@builtins.property
|
|
8987
9027
|
@jsii.member(jsii_name="dedicatedLogVolume")
|
|
@@ -8999,7 +9039,7 @@ class CfnDBInstance(
|
|
|
8999
9039
|
if __debug__:
|
|
9000
9040
|
type_hints = typing.get_type_hints(_typecheckingstub__7cd09d7a96adc908e67e26f47cc2b3781666622d7377834d51fb7cb5e0371bcf)
|
|
9001
9041
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9002
|
-
jsii.set(self, "dedicatedLogVolume", value)
|
|
9042
|
+
jsii.set(self, "dedicatedLogVolume", value) # pyright: ignore[reportArgumentType]
|
|
9003
9043
|
|
|
9004
9044
|
@builtins.property
|
|
9005
9045
|
@jsii.member(jsii_name="deleteAutomatedBackups")
|
|
@@ -9017,7 +9057,7 @@ class CfnDBInstance(
|
|
|
9017
9057
|
if __debug__:
|
|
9018
9058
|
type_hints = typing.get_type_hints(_typecheckingstub__c979622824ea89b2c82e75127adcccb34f01b788bee2b54f7640626087bf93fe)
|
|
9019
9059
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9020
|
-
jsii.set(self, "deleteAutomatedBackups", value)
|
|
9060
|
+
jsii.set(self, "deleteAutomatedBackups", value) # pyright: ignore[reportArgumentType]
|
|
9021
9061
|
|
|
9022
9062
|
@builtins.property
|
|
9023
9063
|
@jsii.member(jsii_name="deletionProtection")
|
|
@@ -9035,7 +9075,7 @@ class CfnDBInstance(
|
|
|
9035
9075
|
if __debug__:
|
|
9036
9076
|
type_hints = typing.get_type_hints(_typecheckingstub__b43d542832e60e979f75dde2ef2c09d4c4186b15c1ab0b0111aa86d3d9f6241c)
|
|
9037
9077
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9038
|
-
jsii.set(self, "deletionProtection", value)
|
|
9078
|
+
jsii.set(self, "deletionProtection", value) # pyright: ignore[reportArgumentType]
|
|
9039
9079
|
|
|
9040
9080
|
@builtins.property
|
|
9041
9081
|
@jsii.member(jsii_name="domain")
|
|
@@ -9048,7 +9088,7 @@ class CfnDBInstance(
|
|
|
9048
9088
|
if __debug__:
|
|
9049
9089
|
type_hints = typing.get_type_hints(_typecheckingstub__983187a72c004fd527e146e600a3ba6e403cc37a21153eb4891e215e54ee58df)
|
|
9050
9090
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9051
|
-
jsii.set(self, "domain", value)
|
|
9091
|
+
jsii.set(self, "domain", value) # pyright: ignore[reportArgumentType]
|
|
9052
9092
|
|
|
9053
9093
|
@builtins.property
|
|
9054
9094
|
@jsii.member(jsii_name="domainAuthSecretArn")
|
|
@@ -9061,7 +9101,7 @@ class CfnDBInstance(
|
|
|
9061
9101
|
if __debug__:
|
|
9062
9102
|
type_hints = typing.get_type_hints(_typecheckingstub__9b5d4902ede3d92cf4c7fab61f72976571c6eb7c6ab3f302c7a3141ebf579693)
|
|
9063
9103
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9064
|
-
jsii.set(self, "domainAuthSecretArn", value)
|
|
9104
|
+
jsii.set(self, "domainAuthSecretArn", value) # pyright: ignore[reportArgumentType]
|
|
9065
9105
|
|
|
9066
9106
|
@builtins.property
|
|
9067
9107
|
@jsii.member(jsii_name="domainDnsIps")
|
|
@@ -9074,7 +9114,7 @@ class CfnDBInstance(
|
|
|
9074
9114
|
if __debug__:
|
|
9075
9115
|
type_hints = typing.get_type_hints(_typecheckingstub__a7b0abeab7a2e8161cf91da1b3dc87147814a47d1bfd5ad97fc9f7e9cf76a60e)
|
|
9076
9116
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9077
|
-
jsii.set(self, "domainDnsIps", value)
|
|
9117
|
+
jsii.set(self, "domainDnsIps", value) # pyright: ignore[reportArgumentType]
|
|
9078
9118
|
|
|
9079
9119
|
@builtins.property
|
|
9080
9120
|
@jsii.member(jsii_name="domainFqdn")
|
|
@@ -9087,7 +9127,7 @@ class CfnDBInstance(
|
|
|
9087
9127
|
if __debug__:
|
|
9088
9128
|
type_hints = typing.get_type_hints(_typecheckingstub__7df38ba6bc42bad8a2ae880683ff414eeb28bb260f5afef16aa42f7acff5f965)
|
|
9089
9129
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9090
|
-
jsii.set(self, "domainFqdn", value)
|
|
9130
|
+
jsii.set(self, "domainFqdn", value) # pyright: ignore[reportArgumentType]
|
|
9091
9131
|
|
|
9092
9132
|
@builtins.property
|
|
9093
9133
|
@jsii.member(jsii_name="domainIamRoleName")
|
|
@@ -9100,7 +9140,7 @@ class CfnDBInstance(
|
|
|
9100
9140
|
if __debug__:
|
|
9101
9141
|
type_hints = typing.get_type_hints(_typecheckingstub__7fd9be68a3f0ada770758f20ae678e93c881b405fc762613862a364717217184)
|
|
9102
9142
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9103
|
-
jsii.set(self, "domainIamRoleName", value)
|
|
9143
|
+
jsii.set(self, "domainIamRoleName", value) # pyright: ignore[reportArgumentType]
|
|
9104
9144
|
|
|
9105
9145
|
@builtins.property
|
|
9106
9146
|
@jsii.member(jsii_name="domainOu")
|
|
@@ -9113,7 +9153,7 @@ class CfnDBInstance(
|
|
|
9113
9153
|
if __debug__:
|
|
9114
9154
|
type_hints = typing.get_type_hints(_typecheckingstub__2fbe1d1078f743fa5360c26d9fed3f54f1a508a16b962a9b930ace1bb00a3a25)
|
|
9115
9155
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9116
|
-
jsii.set(self, "domainOu", value)
|
|
9156
|
+
jsii.set(self, "domainOu", value) # pyright: ignore[reportArgumentType]
|
|
9117
9157
|
|
|
9118
9158
|
@builtins.property
|
|
9119
9159
|
@jsii.member(jsii_name="enableCloudwatchLogsExports")
|
|
@@ -9131,7 +9171,7 @@ class CfnDBInstance(
|
|
|
9131
9171
|
if __debug__:
|
|
9132
9172
|
type_hints = typing.get_type_hints(_typecheckingstub__7c0c6818a7c294ab57309fd6f8297e3dcbd9fe8f30e3c917aa472918a93f5ab3)
|
|
9133
9173
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9134
|
-
jsii.set(self, "enableCloudwatchLogsExports", value)
|
|
9174
|
+
jsii.set(self, "enableCloudwatchLogsExports", value) # pyright: ignore[reportArgumentType]
|
|
9135
9175
|
|
|
9136
9176
|
@builtins.property
|
|
9137
9177
|
@jsii.member(jsii_name="enableIamDatabaseAuthentication")
|
|
@@ -9149,7 +9189,7 @@ class CfnDBInstance(
|
|
|
9149
9189
|
if __debug__:
|
|
9150
9190
|
type_hints = typing.get_type_hints(_typecheckingstub__02b9754bcfc32fe9a220fb4db94bd394cdd93ece54fea3e49ae5a0855157e259)
|
|
9151
9191
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9152
|
-
jsii.set(self, "enableIamDatabaseAuthentication", value)
|
|
9192
|
+
jsii.set(self, "enableIamDatabaseAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
9153
9193
|
|
|
9154
9194
|
@builtins.property
|
|
9155
9195
|
@jsii.member(jsii_name="enablePerformanceInsights")
|
|
@@ -9167,7 +9207,7 @@ class CfnDBInstance(
|
|
|
9167
9207
|
if __debug__:
|
|
9168
9208
|
type_hints = typing.get_type_hints(_typecheckingstub__55acaa45776cf6b5432f2a97177653a9807b3c5b475626ccb7e031f2c6fba8b0)
|
|
9169
9209
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9170
|
-
jsii.set(self, "enablePerformanceInsights", value)
|
|
9210
|
+
jsii.set(self, "enablePerformanceInsights", value) # pyright: ignore[reportArgumentType]
|
|
9171
9211
|
|
|
9172
9212
|
@builtins.property
|
|
9173
9213
|
@jsii.member(jsii_name="endpoint")
|
|
@@ -9185,7 +9225,7 @@ class CfnDBInstance(
|
|
|
9185
9225
|
if __debug__:
|
|
9186
9226
|
type_hints = typing.get_type_hints(_typecheckingstub__33fac2f64e551e516fef566fbc6d4ca2de02e0f84b5ef369d43a164e7683d854)
|
|
9187
9227
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9188
|
-
jsii.set(self, "endpoint", value)
|
|
9228
|
+
jsii.set(self, "endpoint", value) # pyright: ignore[reportArgumentType]
|
|
9189
9229
|
|
|
9190
9230
|
@builtins.property
|
|
9191
9231
|
@jsii.member(jsii_name="engine")
|
|
@@ -9198,7 +9238,7 @@ class CfnDBInstance(
|
|
|
9198
9238
|
if __debug__:
|
|
9199
9239
|
type_hints = typing.get_type_hints(_typecheckingstub__c1390f99110e4c5a9ba1f2e9dd4d5ccd134a1dd6c4610d4f96e29fca66cf7a9b)
|
|
9200
9240
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9201
|
-
jsii.set(self, "engine", value)
|
|
9241
|
+
jsii.set(self, "engine", value) # pyright: ignore[reportArgumentType]
|
|
9202
9242
|
|
|
9203
9243
|
@builtins.property
|
|
9204
9244
|
@jsii.member(jsii_name="engineLifecycleSupport")
|
|
@@ -9211,7 +9251,7 @@ class CfnDBInstance(
|
|
|
9211
9251
|
if __debug__:
|
|
9212
9252
|
type_hints = typing.get_type_hints(_typecheckingstub__1e4a3baa949212d23dabaa3b33ca02f43095e7fa1f113950ef1f68fb171220fa)
|
|
9213
9253
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9214
|
-
jsii.set(self, "engineLifecycleSupport", value)
|
|
9254
|
+
jsii.set(self, "engineLifecycleSupport", value) # pyright: ignore[reportArgumentType]
|
|
9215
9255
|
|
|
9216
9256
|
@builtins.property
|
|
9217
9257
|
@jsii.member(jsii_name="engineVersion")
|
|
@@ -9224,7 +9264,7 @@ class CfnDBInstance(
|
|
|
9224
9264
|
if __debug__:
|
|
9225
9265
|
type_hints = typing.get_type_hints(_typecheckingstub__8701105551fd11936573565b33d18a229c8e49f33df0332b41d26d0e2844e469)
|
|
9226
9266
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9227
|
-
jsii.set(self, "engineVersion", value)
|
|
9267
|
+
jsii.set(self, "engineVersion", value) # pyright: ignore[reportArgumentType]
|
|
9228
9268
|
|
|
9229
9269
|
@builtins.property
|
|
9230
9270
|
@jsii.member(jsii_name="iops")
|
|
@@ -9237,7 +9277,7 @@ class CfnDBInstance(
|
|
|
9237
9277
|
if __debug__:
|
|
9238
9278
|
type_hints = typing.get_type_hints(_typecheckingstub__4dbde1a697cf13178cdc952ba20d96e49376a7d1a06d1a66526a976aed755024)
|
|
9239
9279
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9240
|
-
jsii.set(self, "iops", value)
|
|
9280
|
+
jsii.set(self, "iops", value) # pyright: ignore[reportArgumentType]
|
|
9241
9281
|
|
|
9242
9282
|
@builtins.property
|
|
9243
9283
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -9250,7 +9290,7 @@ class CfnDBInstance(
|
|
|
9250
9290
|
if __debug__:
|
|
9251
9291
|
type_hints = typing.get_type_hints(_typecheckingstub__de6372899c9340294ca3177a2377c0d7daa930a95e1af32be42f420531b1b38e)
|
|
9252
9292
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9253
|
-
jsii.set(self, "kmsKeyId", value)
|
|
9293
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
9254
9294
|
|
|
9255
9295
|
@builtins.property
|
|
9256
9296
|
@jsii.member(jsii_name="licenseModel")
|
|
@@ -9263,7 +9303,7 @@ class CfnDBInstance(
|
|
|
9263
9303
|
if __debug__:
|
|
9264
9304
|
type_hints = typing.get_type_hints(_typecheckingstub__0c41787d61e55405af610e638cfb248119ac823a7f335c64acea8a348fe45c03)
|
|
9265
9305
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9266
|
-
jsii.set(self, "licenseModel", value)
|
|
9306
|
+
jsii.set(self, "licenseModel", value) # pyright: ignore[reportArgumentType]
|
|
9267
9307
|
|
|
9268
9308
|
@builtins.property
|
|
9269
9309
|
@jsii.member(jsii_name="manageMasterUserPassword")
|
|
@@ -9281,7 +9321,7 @@ class CfnDBInstance(
|
|
|
9281
9321
|
if __debug__:
|
|
9282
9322
|
type_hints = typing.get_type_hints(_typecheckingstub__8ecef20f6921c76abf800f6b708fec7f9adf740c5601480addc60f0e306f478d)
|
|
9283
9323
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9284
|
-
jsii.set(self, "manageMasterUserPassword", value)
|
|
9324
|
+
jsii.set(self, "manageMasterUserPassword", value) # pyright: ignore[reportArgumentType]
|
|
9285
9325
|
|
|
9286
9326
|
@builtins.property
|
|
9287
9327
|
@jsii.member(jsii_name="masterUsername")
|
|
@@ -9294,7 +9334,7 @@ class CfnDBInstance(
|
|
|
9294
9334
|
if __debug__:
|
|
9295
9335
|
type_hints = typing.get_type_hints(_typecheckingstub__e4f4f227c9a762f25ad0222448fd600edf7e310cc003e4a2fed9244a343499d9)
|
|
9296
9336
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9297
|
-
jsii.set(self, "masterUsername", value)
|
|
9337
|
+
jsii.set(self, "masterUsername", value) # pyright: ignore[reportArgumentType]
|
|
9298
9338
|
|
|
9299
9339
|
@builtins.property
|
|
9300
9340
|
@jsii.member(jsii_name="masterUserPassword")
|
|
@@ -9310,7 +9350,7 @@ class CfnDBInstance(
|
|
|
9310
9350
|
if __debug__:
|
|
9311
9351
|
type_hints = typing.get_type_hints(_typecheckingstub__a65967234a8bc97dd1c51d3614691b923323d4f925dea11d8efcd922f9c90774)
|
|
9312
9352
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9313
|
-
jsii.set(self, "masterUserPassword", value)
|
|
9353
|
+
jsii.set(self, "masterUserPassword", value) # pyright: ignore[reportArgumentType]
|
|
9314
9354
|
|
|
9315
9355
|
@builtins.property
|
|
9316
9356
|
@jsii.member(jsii_name="masterUserSecret")
|
|
@@ -9328,7 +9368,7 @@ class CfnDBInstance(
|
|
|
9328
9368
|
if __debug__:
|
|
9329
9369
|
type_hints = typing.get_type_hints(_typecheckingstub__b1517e3589a0cd23b097cdb03130a65dc936f20953fc163bd77838fa521130dd)
|
|
9330
9370
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9331
|
-
jsii.set(self, "masterUserSecret", value)
|
|
9371
|
+
jsii.set(self, "masterUserSecret", value) # pyright: ignore[reportArgumentType]
|
|
9332
9372
|
|
|
9333
9373
|
@builtins.property
|
|
9334
9374
|
@jsii.member(jsii_name="maxAllocatedStorage")
|
|
@@ -9341,7 +9381,7 @@ class CfnDBInstance(
|
|
|
9341
9381
|
if __debug__:
|
|
9342
9382
|
type_hints = typing.get_type_hints(_typecheckingstub__bb250fb7de4268a630027fa9d484face4c61a0e4b77adb24be3cd520b206064e)
|
|
9343
9383
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9344
|
-
jsii.set(self, "maxAllocatedStorage", value)
|
|
9384
|
+
jsii.set(self, "maxAllocatedStorage", value) # pyright: ignore[reportArgumentType]
|
|
9345
9385
|
|
|
9346
9386
|
@builtins.property
|
|
9347
9387
|
@jsii.member(jsii_name="monitoringInterval")
|
|
@@ -9354,7 +9394,7 @@ class CfnDBInstance(
|
|
|
9354
9394
|
if __debug__:
|
|
9355
9395
|
type_hints = typing.get_type_hints(_typecheckingstub__b528d960661e1022702318dc03705b042bc858142a319cc10ec73e9b1e97c946)
|
|
9356
9396
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9357
|
-
jsii.set(self, "monitoringInterval", value)
|
|
9397
|
+
jsii.set(self, "monitoringInterval", value) # pyright: ignore[reportArgumentType]
|
|
9358
9398
|
|
|
9359
9399
|
@builtins.property
|
|
9360
9400
|
@jsii.member(jsii_name="monitoringRoleArn")
|
|
@@ -9367,7 +9407,7 @@ class CfnDBInstance(
|
|
|
9367
9407
|
if __debug__:
|
|
9368
9408
|
type_hints = typing.get_type_hints(_typecheckingstub__7bedeace820a42b41d81c9462da797c3dc857df410e818904dbf41f51f08b8ac)
|
|
9369
9409
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9370
|
-
jsii.set(self, "monitoringRoleArn", value)
|
|
9410
|
+
jsii.set(self, "monitoringRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
9371
9411
|
|
|
9372
9412
|
@builtins.property
|
|
9373
9413
|
@jsii.member(jsii_name="multiAz")
|
|
@@ -9385,7 +9425,7 @@ class CfnDBInstance(
|
|
|
9385
9425
|
if __debug__:
|
|
9386
9426
|
type_hints = typing.get_type_hints(_typecheckingstub__3327a234013f3d0335a19b3511368b3abb4012a785056954d57fd348f2fa5338)
|
|
9387
9427
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9388
|
-
jsii.set(self, "multiAz", value)
|
|
9428
|
+
jsii.set(self, "multiAz", value) # pyright: ignore[reportArgumentType]
|
|
9389
9429
|
|
|
9390
9430
|
@builtins.property
|
|
9391
9431
|
@jsii.member(jsii_name="ncharCharacterSetName")
|
|
@@ -9398,7 +9438,7 @@ class CfnDBInstance(
|
|
|
9398
9438
|
if __debug__:
|
|
9399
9439
|
type_hints = typing.get_type_hints(_typecheckingstub__892bb93f0162e32f045bd286f21569851a2ad0901f846b0f97f5f799b92c5c12)
|
|
9400
9440
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9401
|
-
jsii.set(self, "ncharCharacterSetName", value)
|
|
9441
|
+
jsii.set(self, "ncharCharacterSetName", value) # pyright: ignore[reportArgumentType]
|
|
9402
9442
|
|
|
9403
9443
|
@builtins.property
|
|
9404
9444
|
@jsii.member(jsii_name="networkType")
|
|
@@ -9411,7 +9451,7 @@ class CfnDBInstance(
|
|
|
9411
9451
|
if __debug__:
|
|
9412
9452
|
type_hints = typing.get_type_hints(_typecheckingstub__b3e81a4acfb4dd0912b4cfd138d002111d620357759e7ea378643291526acd06)
|
|
9413
9453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9414
|
-
jsii.set(self, "networkType", value)
|
|
9454
|
+
jsii.set(self, "networkType", value) # pyright: ignore[reportArgumentType]
|
|
9415
9455
|
|
|
9416
9456
|
@builtins.property
|
|
9417
9457
|
@jsii.member(jsii_name="optionGroupName")
|
|
@@ -9424,7 +9464,7 @@ class CfnDBInstance(
|
|
|
9424
9464
|
if __debug__:
|
|
9425
9465
|
type_hints = typing.get_type_hints(_typecheckingstub__0c2c9f5e382f496654dae761c27630aa8347daa36712b25ae0ab1d5510c8a482)
|
|
9426
9466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9427
|
-
jsii.set(self, "optionGroupName", value)
|
|
9467
|
+
jsii.set(self, "optionGroupName", value) # pyright: ignore[reportArgumentType]
|
|
9428
9468
|
|
|
9429
9469
|
@builtins.property
|
|
9430
9470
|
@jsii.member(jsii_name="performanceInsightsKmsKeyId")
|
|
@@ -9440,7 +9480,7 @@ class CfnDBInstance(
|
|
|
9440
9480
|
if __debug__:
|
|
9441
9481
|
type_hints = typing.get_type_hints(_typecheckingstub__0b2c4ed20f0c5bd0071d155c8fb9f35b9f449062dc47146657cb0b594689ce7c)
|
|
9442
9482
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9443
|
-
jsii.set(self, "performanceInsightsKmsKeyId", value)
|
|
9483
|
+
jsii.set(self, "performanceInsightsKmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
9444
9484
|
|
|
9445
9485
|
@builtins.property
|
|
9446
9486
|
@jsii.member(jsii_name="performanceInsightsRetentionPeriod")
|
|
@@ -9456,7 +9496,7 @@ class CfnDBInstance(
|
|
|
9456
9496
|
if __debug__:
|
|
9457
9497
|
type_hints = typing.get_type_hints(_typecheckingstub__6fb914e791795f1a4e550f9cee3704def112b60601f4bf9edb1a56e6eaccd14a)
|
|
9458
9498
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9459
|
-
jsii.set(self, "performanceInsightsRetentionPeriod", value)
|
|
9499
|
+
jsii.set(self, "performanceInsightsRetentionPeriod", value) # pyright: ignore[reportArgumentType]
|
|
9460
9500
|
|
|
9461
9501
|
@builtins.property
|
|
9462
9502
|
@jsii.member(jsii_name="port")
|
|
@@ -9469,7 +9509,7 @@ class CfnDBInstance(
|
|
|
9469
9509
|
if __debug__:
|
|
9470
9510
|
type_hints = typing.get_type_hints(_typecheckingstub__50adadf77381c2728bec99c8b734bfb963b3e4a2c290d2556fdee15d6691af74)
|
|
9471
9511
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9472
|
-
jsii.set(self, "port", value)
|
|
9512
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
9473
9513
|
|
|
9474
9514
|
@builtins.property
|
|
9475
9515
|
@jsii.member(jsii_name="preferredBackupWindow")
|
|
@@ -9482,7 +9522,7 @@ class CfnDBInstance(
|
|
|
9482
9522
|
if __debug__:
|
|
9483
9523
|
type_hints = typing.get_type_hints(_typecheckingstub__fa4b3fb0a080432fe19a9cc48251373285d2ef78d3f0997ec15a613e49eafc46)
|
|
9484
9524
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9485
|
-
jsii.set(self, "preferredBackupWindow", value)
|
|
9525
|
+
jsii.set(self, "preferredBackupWindow", value) # pyright: ignore[reportArgumentType]
|
|
9486
9526
|
|
|
9487
9527
|
@builtins.property
|
|
9488
9528
|
@jsii.member(jsii_name="preferredMaintenanceWindow")
|
|
@@ -9498,7 +9538,7 @@ class CfnDBInstance(
|
|
|
9498
9538
|
if __debug__:
|
|
9499
9539
|
type_hints = typing.get_type_hints(_typecheckingstub__17724379e33a6330192b417d9aed05a4de6e5dd002684e29f403d3dd93c845ad)
|
|
9500
9540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9501
|
-
jsii.set(self, "preferredMaintenanceWindow", value)
|
|
9541
|
+
jsii.set(self, "preferredMaintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
9502
9542
|
|
|
9503
9543
|
@builtins.property
|
|
9504
9544
|
@jsii.member(jsii_name="processorFeatures")
|
|
@@ -9516,7 +9556,7 @@ class CfnDBInstance(
|
|
|
9516
9556
|
if __debug__:
|
|
9517
9557
|
type_hints = typing.get_type_hints(_typecheckingstub__a8243c3c3cfc99dee0c95cbbece0bf27fc12383f043ab0dfbe786d7d666807b3)
|
|
9518
9558
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9519
|
-
jsii.set(self, "processorFeatures", value)
|
|
9559
|
+
jsii.set(self, "processorFeatures", value) # pyright: ignore[reportArgumentType]
|
|
9520
9560
|
|
|
9521
9561
|
@builtins.property
|
|
9522
9562
|
@jsii.member(jsii_name="promotionTier")
|
|
@@ -9529,7 +9569,7 @@ class CfnDBInstance(
|
|
|
9529
9569
|
if __debug__:
|
|
9530
9570
|
type_hints = typing.get_type_hints(_typecheckingstub__33e74d15d4d5a91207335c5c9d0dd5a8206f8a5538c08e40663b0d0c1dccd362)
|
|
9531
9571
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9532
|
-
jsii.set(self, "promotionTier", value)
|
|
9572
|
+
jsii.set(self, "promotionTier", value) # pyright: ignore[reportArgumentType]
|
|
9533
9573
|
|
|
9534
9574
|
@builtins.property
|
|
9535
9575
|
@jsii.member(jsii_name="publiclyAccessible")
|
|
@@ -9547,7 +9587,7 @@ class CfnDBInstance(
|
|
|
9547
9587
|
if __debug__:
|
|
9548
9588
|
type_hints = typing.get_type_hints(_typecheckingstub__9a8c13e6d86c8f02d54e695d3280055c4d496df3feac4a13a1b2068a580c019e)
|
|
9549
9589
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9550
|
-
jsii.set(self, "publiclyAccessible", value)
|
|
9590
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
9551
9591
|
|
|
9552
9592
|
@builtins.property
|
|
9553
9593
|
@jsii.member(jsii_name="replicaMode")
|
|
@@ -9560,7 +9600,7 @@ class CfnDBInstance(
|
|
|
9560
9600
|
if __debug__:
|
|
9561
9601
|
type_hints = typing.get_type_hints(_typecheckingstub__3591a1aca4c267b7cff5154e9b62939375b9a03cceff31d5ee1c7b3a9abd5c5f)
|
|
9562
9602
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9563
|
-
jsii.set(self, "replicaMode", value)
|
|
9603
|
+
jsii.set(self, "replicaMode", value) # pyright: ignore[reportArgumentType]
|
|
9564
9604
|
|
|
9565
9605
|
@builtins.property
|
|
9566
9606
|
@jsii.member(jsii_name="restoreTime")
|
|
@@ -9573,7 +9613,7 @@ class CfnDBInstance(
|
|
|
9573
9613
|
if __debug__:
|
|
9574
9614
|
type_hints = typing.get_type_hints(_typecheckingstub__263fd1ac2359aa08c71bfffc7bfa9a50b76cd283ff791db92e88940527896ed0)
|
|
9575
9615
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9576
|
-
jsii.set(self, "restoreTime", value)
|
|
9616
|
+
jsii.set(self, "restoreTime", value) # pyright: ignore[reportArgumentType]
|
|
9577
9617
|
|
|
9578
9618
|
@builtins.property
|
|
9579
9619
|
@jsii.member(jsii_name="sourceDbClusterIdentifier")
|
|
@@ -9589,7 +9629,7 @@ class CfnDBInstance(
|
|
|
9589
9629
|
if __debug__:
|
|
9590
9630
|
type_hints = typing.get_type_hints(_typecheckingstub__c25e998ba1faa1810a989309027441507208bcd60b801d55051b0646ace6beb8)
|
|
9591
9631
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9592
|
-
jsii.set(self, "sourceDbClusterIdentifier", value)
|
|
9632
|
+
jsii.set(self, "sourceDbClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
9593
9633
|
|
|
9594
9634
|
@builtins.property
|
|
9595
9635
|
@jsii.member(jsii_name="sourceDbInstanceAutomatedBackupsArn")
|
|
@@ -9605,7 +9645,7 @@ class CfnDBInstance(
|
|
|
9605
9645
|
if __debug__:
|
|
9606
9646
|
type_hints = typing.get_type_hints(_typecheckingstub__af18d610cff75c65be584ce8e423768f378e5c61ac363a8cbaf9d3b96beb20b8)
|
|
9607
9647
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9608
|
-
jsii.set(self, "sourceDbInstanceAutomatedBackupsArn", value)
|
|
9648
|
+
jsii.set(self, "sourceDbInstanceAutomatedBackupsArn", value) # pyright: ignore[reportArgumentType]
|
|
9609
9649
|
|
|
9610
9650
|
@builtins.property
|
|
9611
9651
|
@jsii.member(jsii_name="sourceDbInstanceIdentifier")
|
|
@@ -9621,7 +9661,7 @@ class CfnDBInstance(
|
|
|
9621
9661
|
if __debug__:
|
|
9622
9662
|
type_hints = typing.get_type_hints(_typecheckingstub__1da20396eef426f835570b10e92c00cf53d2a42dd847d680daf9832f45ca5d76)
|
|
9623
9663
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9624
|
-
jsii.set(self, "sourceDbInstanceIdentifier", value)
|
|
9664
|
+
jsii.set(self, "sourceDbInstanceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
9625
9665
|
|
|
9626
9666
|
@builtins.property
|
|
9627
9667
|
@jsii.member(jsii_name="sourceDbiResourceId")
|
|
@@ -9634,7 +9674,7 @@ class CfnDBInstance(
|
|
|
9634
9674
|
if __debug__:
|
|
9635
9675
|
type_hints = typing.get_type_hints(_typecheckingstub__8d4ea3cac4a190f60e6b97aa5cf291a71db11554bc2d7074974c73bd6d712ce9)
|
|
9636
9676
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9637
|
-
jsii.set(self, "sourceDbiResourceId", value)
|
|
9677
|
+
jsii.set(self, "sourceDbiResourceId", value) # pyright: ignore[reportArgumentType]
|
|
9638
9678
|
|
|
9639
9679
|
@builtins.property
|
|
9640
9680
|
@jsii.member(jsii_name="sourceRegion")
|
|
@@ -9647,7 +9687,7 @@ class CfnDBInstance(
|
|
|
9647
9687
|
if __debug__:
|
|
9648
9688
|
type_hints = typing.get_type_hints(_typecheckingstub__54e6abd38ac0878b58009488af0c37180d8361eafe2d4e20fd21251d299b85ce)
|
|
9649
9689
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9650
|
-
jsii.set(self, "sourceRegion", value)
|
|
9690
|
+
jsii.set(self, "sourceRegion", value) # pyright: ignore[reportArgumentType]
|
|
9651
9691
|
|
|
9652
9692
|
@builtins.property
|
|
9653
9693
|
@jsii.member(jsii_name="storageEncrypted")
|
|
@@ -9668,7 +9708,7 @@ class CfnDBInstance(
|
|
|
9668
9708
|
if __debug__:
|
|
9669
9709
|
type_hints = typing.get_type_hints(_typecheckingstub__e45dbb04a9f91d51cce34e9ad406fb8b0bf3ca45ebf5191d2c3fe3ef60c0f73a)
|
|
9670
9710
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9671
|
-
jsii.set(self, "storageEncrypted", value)
|
|
9711
|
+
jsii.set(self, "storageEncrypted", value) # pyright: ignore[reportArgumentType]
|
|
9672
9712
|
|
|
9673
9713
|
@builtins.property
|
|
9674
9714
|
@jsii.member(jsii_name="storageThroughput")
|
|
@@ -9684,7 +9724,7 @@ class CfnDBInstance(
|
|
|
9684
9724
|
if __debug__:
|
|
9685
9725
|
type_hints = typing.get_type_hints(_typecheckingstub__6a2e75b4699a0265165309d411411ba379fe29e69969b094d7db7f269836aee7)
|
|
9686
9726
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9687
|
-
jsii.set(self, "storageThroughput", value)
|
|
9727
|
+
jsii.set(self, "storageThroughput", value) # pyright: ignore[reportArgumentType]
|
|
9688
9728
|
|
|
9689
9729
|
@builtins.property
|
|
9690
9730
|
@jsii.member(jsii_name="storageType")
|
|
@@ -9697,7 +9737,7 @@ class CfnDBInstance(
|
|
|
9697
9737
|
if __debug__:
|
|
9698
9738
|
type_hints = typing.get_type_hints(_typecheckingstub__877e0a83255a41fdac41927a9ffb31f450bea764beca34bd0e59e3090b315b5a)
|
|
9699
9739
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9700
|
-
jsii.set(self, "storageType", value)
|
|
9740
|
+
jsii.set(self, "storageType", value) # pyright: ignore[reportArgumentType]
|
|
9701
9741
|
|
|
9702
9742
|
@builtins.property
|
|
9703
9743
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -9710,7 +9750,7 @@ class CfnDBInstance(
|
|
|
9710
9750
|
if __debug__:
|
|
9711
9751
|
type_hints = typing.get_type_hints(_typecheckingstub__7e28bda6bffa5708d614b6dbf2bcc12b7ed3e773a09aba9e074145058e8d2ec4)
|
|
9712
9752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9713
|
-
jsii.set(self, "tagsRaw", value)
|
|
9753
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
9714
9754
|
|
|
9715
9755
|
@builtins.property
|
|
9716
9756
|
@jsii.member(jsii_name="tdeCredentialArn")
|
|
@@ -9727,7 +9767,7 @@ class CfnDBInstance(
|
|
|
9727
9767
|
if __debug__:
|
|
9728
9768
|
type_hints = typing.get_type_hints(_typecheckingstub__676317149c4a3de99c6ac649dc1e80f08f5849f0b7fbabd025fea2dd4a79256d)
|
|
9729
9769
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9730
|
-
jsii.set(self, "tdeCredentialArn", value)
|
|
9770
|
+
jsii.set(self, "tdeCredentialArn", value) # pyright: ignore[reportArgumentType]
|
|
9731
9771
|
|
|
9732
9772
|
@builtins.property
|
|
9733
9773
|
@jsii.member(jsii_name="tdeCredentialPassword")
|
|
@@ -9744,7 +9784,7 @@ class CfnDBInstance(
|
|
|
9744
9784
|
if __debug__:
|
|
9745
9785
|
type_hints = typing.get_type_hints(_typecheckingstub__0055a17c45941e376527b711affd5635db14800a343e4607b2485142c5b20328)
|
|
9746
9786
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9747
|
-
jsii.set(self, "tdeCredentialPassword", value)
|
|
9787
|
+
jsii.set(self, "tdeCredentialPassword", value) # pyright: ignore[reportArgumentType]
|
|
9748
9788
|
|
|
9749
9789
|
@builtins.property
|
|
9750
9790
|
@jsii.member(jsii_name="timezone")
|
|
@@ -9757,7 +9797,7 @@ class CfnDBInstance(
|
|
|
9757
9797
|
if __debug__:
|
|
9758
9798
|
type_hints = typing.get_type_hints(_typecheckingstub__8e8a3ddd2e63e665f0964d94694ca633ce56b8b4a4257c33430373cb04ea8633)
|
|
9759
9799
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9760
|
-
jsii.set(self, "timezone", value)
|
|
9800
|
+
jsii.set(self, "timezone", value) # pyright: ignore[reportArgumentType]
|
|
9761
9801
|
|
|
9762
9802
|
@builtins.property
|
|
9763
9803
|
@jsii.member(jsii_name="useDefaultProcessorFeatures")
|
|
@@ -9775,7 +9815,7 @@ class CfnDBInstance(
|
|
|
9775
9815
|
if __debug__:
|
|
9776
9816
|
type_hints = typing.get_type_hints(_typecheckingstub__ea18e3dd0128a4bd7998126d71646de66d7aaf15a75a3ef90a69134b69dac881)
|
|
9777
9817
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9778
|
-
jsii.set(self, "useDefaultProcessorFeatures", value)
|
|
9818
|
+
jsii.set(self, "useDefaultProcessorFeatures", value) # pyright: ignore[reportArgumentType]
|
|
9779
9819
|
|
|
9780
9820
|
@builtins.property
|
|
9781
9821
|
@jsii.member(jsii_name="useLatestRestorableTime")
|
|
@@ -9793,7 +9833,7 @@ class CfnDBInstance(
|
|
|
9793
9833
|
if __debug__:
|
|
9794
9834
|
type_hints = typing.get_type_hints(_typecheckingstub__7795f768216594eb6974dbf42046d2cc7bad24f83c78e5c2389203a763ca5edf)
|
|
9795
9835
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9796
|
-
jsii.set(self, "useLatestRestorableTime", value)
|
|
9836
|
+
jsii.set(self, "useLatestRestorableTime", value) # pyright: ignore[reportArgumentType]
|
|
9797
9837
|
|
|
9798
9838
|
@builtins.property
|
|
9799
9839
|
@jsii.member(jsii_name="vpcSecurityGroups")
|
|
@@ -9809,7 +9849,7 @@ class CfnDBInstance(
|
|
|
9809
9849
|
if __debug__:
|
|
9810
9850
|
type_hints = typing.get_type_hints(_typecheckingstub__347bbde8fcaff5958e8257d0b86319fb49d7cad9dd1f919f9270a1de11ca907c)
|
|
9811
9851
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9812
|
-
jsii.set(self, "vpcSecurityGroups", value)
|
|
9852
|
+
jsii.set(self, "vpcSecurityGroups", value) # pyright: ignore[reportArgumentType]
|
|
9813
9853
|
|
|
9814
9854
|
@jsii.data_type(
|
|
9815
9855
|
jsii_type="aws-cdk-lib.aws_rds.CfnDBInstance.CertificateDetailsProperty",
|
|
@@ -10373,7 +10413,7 @@ class CfnDBInstanceProps:
|
|
|
10373
10413
|
:param allow_major_version_upgrade: A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. Constraints: Major version upgrades must be allowed when specifying a value for the ``EngineVersion`` parameter that is a different major version than the DB instance's current version.
|
|
10374
10414
|
:param associated_roles: The AWS Identity and Access Management (IAM) roles associated with the DB instance. *Amazon Aurora* Not applicable. The associated roles are managed by the DB cluster.
|
|
10375
10415
|
:param automatic_backup_replication_kms_key_id: The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region , for example, ``arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`` .
|
|
10376
|
-
:param automatic_backup_replication_region: The
|
|
10416
|
+
:param automatic_backup_replication_region: The AWS Region associated with the automated backup.
|
|
10377
10417
|
:param auto_minor_version_upgrade: A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
|
|
10378
10418
|
:param availability_zone: The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see `Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ . For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. Default: A random, system-chosen Availability Zone in the endpoint's AWS Region . Constraints: - The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment. - The specified Availability Zone must be in the same AWS Region as the current endpoint. Example: ``us-east-1d``
|
|
10379
10419
|
:param backup_retention_period: The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. *Amazon Aurora* Not applicable. The retention period for automated backups is managed by the DB cluster. Default: 1 Constraints: - Must be a value from 0 to 35 - Can't be set to 0 if the DB instance is a source to read replicas Default: - 1
|
|
@@ -10431,7 +10471,7 @@ class CfnDBInstanceProps:
|
|
|
10431
10471
|
:param promotion_tier: The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see `Fault Tolerance for an Aurora DB Cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Aurora.Managing.FaultTolerance>`_ in the *Amazon Aurora User Guide* . This setting doesn't apply to RDS Custom DB instances. Default: ``1`` Valid Values: ``0 - 15`` Default: - 1
|
|
10432
10472
|
:param publicly_accessible: Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address. The default behavior value depends on your VPC setup and the database subnet group. For more information, see the ``PubliclyAccessible`` parameter in the `CreateDBInstance <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html>`_ in the *Amazon RDS API Reference* .
|
|
10433
10473
|
:param replica_mode: The open mode of an Oracle read replica. For more information, see `Working with Oracle Read Replicas for Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html>`_ in the *Amazon RDS User Guide* . This setting is only supported in RDS for Oracle. Default: ``open-read-only`` Valid Values: ``open-read-only`` or ``mounted``
|
|
10434
|
-
:param restore_time: The date and time to restore from. Constraints: - Must be a time in Universal Coordinated Time (UTC) format. - Must be before the latest restorable time for the DB instance. - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled. Example: ``2009-09-07T23:45:00Z``
|
|
10474
|
+
:param restore_time: The date and time to restore from. This parameter applies to point-in-time recovery. For more information, see `Restoring a DB instance to a specified time <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html>`_ in the in the *Amazon RDS User Guide* . Constraints: - Must be a time in Universal Coordinated Time (UTC) format. - Must be before the latest restorable time for the DB instance. - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled. Example: ``2009-09-07T23:45:00Z``
|
|
10435
10475
|
:param source_db_cluster_identifier: The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas. Constraints: - Must be the identifier of an existing Multi-AZ DB cluster. - Can't be specified if the ``SourceDBInstanceIdentifier`` parameter is also specified. - The specified DB cluster must have automatic backups enabled, that is, its backup retention period must be greater than 0. - The source DB cluster must be in the same AWS Region as the read replica. Cross-Region replication isn't supported.
|
|
10436
10476
|
:param source_db_instance_automated_backups_arn: The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, ``arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`` . This setting doesn't apply to RDS Custom.
|
|
10437
10477
|
:param source_db_instance_identifier: If you want to create a read replica DB instance, specify the ID of the source DB instance. Each DB instance can have a limited number of read replicas. For more information, see `Working with Read Replicas <https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/USER_ReadRepl.html>`_ in the *Amazon RDS User Guide* . For information about constraints that apply to DB instance identifiers, see `Naming constraints in Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints>`_ in the *Amazon RDS User Guide* . The ``SourceDBInstanceIdentifier`` property determines whether a DB instance is a read replica. If you remove the ``SourceDBInstanceIdentifier`` property from your template and then update your stack, AWS CloudFormation promotes the read replica to a standalone DB instance. If you specify the ``UseLatestRestorableTime`` or ``RestoreTime`` properties in conjunction with the ``SourceDBInstanceIdentifier`` property, RDS restores the DB instance to the requested point in time, thereby creating a new DB instance. .. epigraph:: - If you specify a source DB instance that uses VPC security groups, we recommend that you specify the ``VPCSecurityGroups`` property. If you don't specify the property, the read replica inherits the value of the ``VPCSecurityGroups`` property from the source DB when you create the replica. However, if you update the stack, AWS CloudFormation reverts the replica's ``VPCSecurityGroups`` property to the default value because it's not defined in the stack's template. This change might cause unexpected issues. - Read replicas don't support deletion policies. AWS CloudFormation ignores any deletion policy that's associated with a read replica. - If you specify ``SourceDBInstanceIdentifier`` , don't specify the ``DBSnapshotIdentifier`` property. You can't create a read replica from a snapshot. - Don't set the ``BackupRetentionPeriod`` , ``DBName`` , ``MasterUsername`` , ``MasterUserPassword`` , and ``PreferredBackupWindow`` properties. The database attributes are inherited from the source DB instance, and backups are disabled for read replicas. - If the source DB instance is in a different region than the read replica, specify the source region in ``SourceRegion`` , and specify an ARN for a valid DB instance in ``SourceDBInstanceIdentifier`` . For more information, see `Constructing a Amazon RDS Amazon Resource Name (ARN) <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN>`_ in the *Amazon RDS User Guide* . - For DB instances in Amazon Aurora clusters, don't specify this property. Amazon RDS automatically assigns writer and reader DB instances.
|
|
@@ -10445,7 +10485,7 @@ class CfnDBInstanceProps:
|
|
|
10445
10485
|
:param tde_credential_password:
|
|
10446
10486
|
:param timezone: The time zone of the DB instance. The time zone parameter is currently supported only by `RDS for Db2 <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone>`_ and `RDS for SQL Server <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone>`_ .
|
|
10447
10487
|
:param use_default_processor_features: Specifies whether the DB instance class of the DB instance uses its default processor features. This setting doesn't apply to RDS Custom DB instances.
|
|
10448
|
-
:param use_latest_restorable_time: Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. Constraints: - Can't be specified if the ``RestoreTime`` parameter is provided.
|
|
10488
|
+
:param use_latest_restorable_time: Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. This parameter applies to point-in-time recovery. For more information, see `Restoring a DB instance to a specified time <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html>`_ in the in the *Amazon RDS User Guide* . Constraints: - Can't be specified if the ``RestoreTime`` parameter is provided.
|
|
10449
10489
|
:param vpc_security_groups: A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to `AWS::EC2::SecurityGroup <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html>`_ resources created in the template. If you plan to update the resource, don't specify VPC security groups in a shared VPC. If you set ``VPCSecurityGroups`` , you must not set ```DBSecurityGroups`` <https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsecuritygroups>`_ , and vice versa. .. epigraph:: You can migrate a DB instance in your stack from an RDS DB security group to a VPC security group, but keep the following in mind: - You can't revert to using an RDS security group after you establish a VPC security group membership. - When you migrate your DB instance to VPC security groups, if your stack update rolls back because the DB instance update fails or because an update fails in another AWS CloudFormation resource, the rollback fails because it can't revert to an RDS security group. - To use the properties that are available when you use a VPC security group, you must recreate the DB instance. If you don't, AWS CloudFormation submits only the property values that are listed in the ```DBSecurityGroups`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsecuritygroups>`_ property. To avoid this situation, migrate your DB instance to using VPC security groups only when that is the only change in your stack template. *Amazon Aurora* Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. If specified, the setting must match the DB cluster setting.
|
|
10450
10490
|
|
|
10451
10491
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html
|
|
@@ -10908,9 +10948,7 @@ class CfnDBInstanceProps:
|
|
|
10908
10948
|
|
|
10909
10949
|
@builtins.property
|
|
10910
10950
|
def automatic_backup_replication_region(self) -> typing.Optional[builtins.str]:
|
|
10911
|
-
'''The
|
|
10912
|
-
|
|
10913
|
-
For more info, see `Replicating automated backups to another Region <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html>`_ in the *Amazon RDS User Guide*.
|
|
10951
|
+
'''The AWS Region associated with the automated backup.
|
|
10914
10952
|
|
|
10915
10953
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-automaticbackupreplicationregion
|
|
10916
10954
|
'''
|
|
@@ -12105,6 +12143,8 @@ class CfnDBInstanceProps:
|
|
|
12105
12143
|
def restore_time(self) -> typing.Optional[builtins.str]:
|
|
12106
12144
|
'''The date and time to restore from.
|
|
12107
12145
|
|
|
12146
|
+
This parameter applies to point-in-time recovery. For more information, see `Restoring a DB instance to a specified time <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html>`_ in the in the *Amazon RDS User Guide* .
|
|
12147
|
+
|
|
12108
12148
|
Constraints:
|
|
12109
12149
|
|
|
12110
12150
|
- Must be a time in Universal Coordinated Time (UTC) format.
|
|
@@ -12302,7 +12342,7 @@ class CfnDBInstanceProps:
|
|
|
12302
12342
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
12303
12343
|
'''Specifies whether the DB instance is restored from the latest backup time.
|
|
12304
12344
|
|
|
12305
|
-
By default, the DB instance isn't restored from the latest backup time.
|
|
12345
|
+
By default, the DB instance isn't restored from the latest backup time. This parameter applies to point-in-time recovery. For more information, see `Restoring a DB instance to a specified time <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html>`_ in the in the *Amazon RDS User Guide* .
|
|
12306
12346
|
|
|
12307
12347
|
Constraints:
|
|
12308
12348
|
|
|
@@ -12491,7 +12531,7 @@ class CfnDBParameterGroup(
|
|
|
12491
12531
|
if __debug__:
|
|
12492
12532
|
type_hints = typing.get_type_hints(_typecheckingstub__5b1e742192c12a8df7282b8be0119d1f389986eece1c470f22704a55b6114379)
|
|
12493
12533
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12494
|
-
jsii.set(self, "description", value)
|
|
12534
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
12495
12535
|
|
|
12496
12536
|
@builtins.property
|
|
12497
12537
|
@jsii.member(jsii_name="family")
|
|
@@ -12504,7 +12544,7 @@ class CfnDBParameterGroup(
|
|
|
12504
12544
|
if __debug__:
|
|
12505
12545
|
type_hints = typing.get_type_hints(_typecheckingstub__9e21a919c5d348b9b21e85ad530ebd9d61da372e1b23e938e25fddde0c0ce7d2)
|
|
12506
12546
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12507
|
-
jsii.set(self, "family", value)
|
|
12547
|
+
jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
|
|
12508
12548
|
|
|
12509
12549
|
@builtins.property
|
|
12510
12550
|
@jsii.member(jsii_name="dbParameterGroupName")
|
|
@@ -12517,7 +12557,7 @@ class CfnDBParameterGroup(
|
|
|
12517
12557
|
if __debug__:
|
|
12518
12558
|
type_hints = typing.get_type_hints(_typecheckingstub__a22c7ecd784517cdedb05f2be1ead50de4ec8f05506992db84a909159e60e408)
|
|
12519
12559
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12520
|
-
jsii.set(self, "dbParameterGroupName", value)
|
|
12560
|
+
jsii.set(self, "dbParameterGroupName", value) # pyright: ignore[reportArgumentType]
|
|
12521
12561
|
|
|
12522
12562
|
@builtins.property
|
|
12523
12563
|
@jsii.member(jsii_name="parameters")
|
|
@@ -12530,7 +12570,7 @@ class CfnDBParameterGroup(
|
|
|
12530
12570
|
if __debug__:
|
|
12531
12571
|
type_hints = typing.get_type_hints(_typecheckingstub__987f1082fdf4a5da0b26fcc782aacbe415062f22410b31c0cf4ce6fdbfcf67ab)
|
|
12532
12572
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12533
|
-
jsii.set(self, "parameters", value)
|
|
12573
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
12534
12574
|
|
|
12535
12575
|
@builtins.property
|
|
12536
12576
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -12543,7 +12583,7 @@ class CfnDBParameterGroup(
|
|
|
12543
12583
|
if __debug__:
|
|
12544
12584
|
type_hints = typing.get_type_hints(_typecheckingstub__0f20b9c07a30514ec36b0488f4811c4317ff75f401d721897e197726d01ce214)
|
|
12545
12585
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12546
|
-
jsii.set(self, "tagsRaw", value)
|
|
12586
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
12547
12587
|
|
|
12548
12588
|
|
|
12549
12589
|
@jsii.data_type(
|
|
@@ -12913,7 +12953,7 @@ class CfnDBProxy(
|
|
|
12913
12953
|
if __debug__:
|
|
12914
12954
|
type_hints = typing.get_type_hints(_typecheckingstub__869ef0e6807a044fbcf1b07244e827164f63faefbf4f14d0b5f86f685fd1c949)
|
|
12915
12955
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12916
|
-
jsii.set(self, "auth", value)
|
|
12956
|
+
jsii.set(self, "auth", value) # pyright: ignore[reportArgumentType]
|
|
12917
12957
|
|
|
12918
12958
|
@builtins.property
|
|
12919
12959
|
@jsii.member(jsii_name="dbProxyName")
|
|
@@ -12926,7 +12966,7 @@ class CfnDBProxy(
|
|
|
12926
12966
|
if __debug__:
|
|
12927
12967
|
type_hints = typing.get_type_hints(_typecheckingstub__b3a9e7095215a0a9bdb8ab44b83362bbd101299c63fc799b2a6ff66bca4e33e1)
|
|
12928
12968
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12929
|
-
jsii.set(self, "dbProxyName", value)
|
|
12969
|
+
jsii.set(self, "dbProxyName", value) # pyright: ignore[reportArgumentType]
|
|
12930
12970
|
|
|
12931
12971
|
@builtins.property
|
|
12932
12972
|
@jsii.member(jsii_name="engineFamily")
|
|
@@ -12939,7 +12979,7 @@ class CfnDBProxy(
|
|
|
12939
12979
|
if __debug__:
|
|
12940
12980
|
type_hints = typing.get_type_hints(_typecheckingstub__33274cc615f5efe896fb2bb53359c7a72868f554a4c622c60251562ecf4513b6)
|
|
12941
12981
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12942
|
-
jsii.set(self, "engineFamily", value)
|
|
12982
|
+
jsii.set(self, "engineFamily", value) # pyright: ignore[reportArgumentType]
|
|
12943
12983
|
|
|
12944
12984
|
@builtins.property
|
|
12945
12985
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -12952,7 +12992,7 @@ class CfnDBProxy(
|
|
|
12952
12992
|
if __debug__:
|
|
12953
12993
|
type_hints = typing.get_type_hints(_typecheckingstub__26bbab9272e0e8cc38f3c322aa24d461c5a03ae7e9f59e8ca108b48fb8b1f3a5)
|
|
12954
12994
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12955
|
-
jsii.set(self, "roleArn", value)
|
|
12995
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
12956
12996
|
|
|
12957
12997
|
@builtins.property
|
|
12958
12998
|
@jsii.member(jsii_name="vpcSubnetIds")
|
|
@@ -12965,7 +13005,7 @@ class CfnDBProxy(
|
|
|
12965
13005
|
if __debug__:
|
|
12966
13006
|
type_hints = typing.get_type_hints(_typecheckingstub__41d92774518120032be7c505a800af682ea1962c565406683dc31aa332e238e9)
|
|
12967
13007
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12968
|
-
jsii.set(self, "vpcSubnetIds", value)
|
|
13008
|
+
jsii.set(self, "vpcSubnetIds", value) # pyright: ignore[reportArgumentType]
|
|
12969
13009
|
|
|
12970
13010
|
@builtins.property
|
|
12971
13011
|
@jsii.member(jsii_name="debugLogging")
|
|
@@ -12983,7 +13023,7 @@ class CfnDBProxy(
|
|
|
12983
13023
|
if __debug__:
|
|
12984
13024
|
type_hints = typing.get_type_hints(_typecheckingstub__74bf8fd129aa7db6aa8cbe4c31cc1e5c4cc49092cdf5e1df037dc0169913f027)
|
|
12985
13025
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12986
|
-
jsii.set(self, "debugLogging", value)
|
|
13026
|
+
jsii.set(self, "debugLogging", value) # pyright: ignore[reportArgumentType]
|
|
12987
13027
|
|
|
12988
13028
|
@builtins.property
|
|
12989
13029
|
@jsii.member(jsii_name="idleClientTimeout")
|
|
@@ -12996,7 +13036,7 @@ class CfnDBProxy(
|
|
|
12996
13036
|
if __debug__:
|
|
12997
13037
|
type_hints = typing.get_type_hints(_typecheckingstub__20d24f3922bd4d273f50d9ca90e005b2b8fc4e91024a96337ec2377ca188b833)
|
|
12998
13038
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12999
|
-
jsii.set(self, "idleClientTimeout", value)
|
|
13039
|
+
jsii.set(self, "idleClientTimeout", value) # pyright: ignore[reportArgumentType]
|
|
13000
13040
|
|
|
13001
13041
|
@builtins.property
|
|
13002
13042
|
@jsii.member(jsii_name="requireTls")
|
|
@@ -13014,7 +13054,7 @@ class CfnDBProxy(
|
|
|
13014
13054
|
if __debug__:
|
|
13015
13055
|
type_hints = typing.get_type_hints(_typecheckingstub__cafb97ac157af82b7b8950ec8723a47d1feed5e51aae3131c9f0eae5c7471530)
|
|
13016
13056
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13017
|
-
jsii.set(self, "requireTls", value)
|
|
13057
|
+
jsii.set(self, "requireTls", value) # pyright: ignore[reportArgumentType]
|
|
13018
13058
|
|
|
13019
13059
|
@builtins.property
|
|
13020
13060
|
@jsii.member(jsii_name="tags")
|
|
@@ -13030,7 +13070,7 @@ class CfnDBProxy(
|
|
|
13030
13070
|
if __debug__:
|
|
13031
13071
|
type_hints = typing.get_type_hints(_typecheckingstub__40e4176c733c58b29a8f2c935c044c4a11574a0150e5b0cfa2bfd50ca6c8e729)
|
|
13032
13072
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13033
|
-
jsii.set(self, "tags", value)
|
|
13073
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
13034
13074
|
|
|
13035
13075
|
@builtins.property
|
|
13036
13076
|
@jsii.member(jsii_name="vpcSecurityGroupIds")
|
|
@@ -13046,7 +13086,7 @@ class CfnDBProxy(
|
|
|
13046
13086
|
if __debug__:
|
|
13047
13087
|
type_hints = typing.get_type_hints(_typecheckingstub__0e3b5046d5f0ce58c561c6efda61644df88a6d63ab0ce20e5ce3314ed37dba62)
|
|
13048
13088
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13049
|
-
jsii.set(self, "vpcSecurityGroupIds", value)
|
|
13089
|
+
jsii.set(self, "vpcSecurityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
13050
13090
|
|
|
13051
13091
|
@jsii.data_type(
|
|
13052
13092
|
jsii_type="aws-cdk-lib.aws_rds.CfnDBProxy.AuthFormatProperty",
|
|
@@ -13187,7 +13227,7 @@ class CfnDBProxy(
|
|
|
13187
13227
|
) -> None:
|
|
13188
13228
|
'''Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
13189
13229
|
|
|
13190
|
-
For more information, see `Tagging Amazon RDS
|
|
13230
|
+
For more information, see `Tagging Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html>`_ in the *Amazon RDS User Guide* or `Tagging Amazon Aurora and Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html>`_ in the *Amazon Aurora User Guide* .
|
|
13191
13231
|
|
|
13192
13232
|
:param key: A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:`` . The string can only contain only the set of Unicode letters, digits, white-space, '*', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}*.:/=+\\-@]*)$").
|
|
13193
13233
|
:param value: A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:`` . The string can only contain only the set of Unicode letters, digits, white-space, '*', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}*.:/=+\\-@]*)$").
|
|
@@ -13416,7 +13456,7 @@ class CfnDBProxyEndpoint(
|
|
|
13416
13456
|
if __debug__:
|
|
13417
13457
|
type_hints = typing.get_type_hints(_typecheckingstub__4fb93bcffa32328d910e09228d3ab5aa421446dc563897ed2166fb90de6ef4b3)
|
|
13418
13458
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13419
|
-
jsii.set(self, "dbProxyEndpointName", value)
|
|
13459
|
+
jsii.set(self, "dbProxyEndpointName", value) # pyright: ignore[reportArgumentType]
|
|
13420
13460
|
|
|
13421
13461
|
@builtins.property
|
|
13422
13462
|
@jsii.member(jsii_name="dbProxyName")
|
|
@@ -13429,7 +13469,7 @@ class CfnDBProxyEndpoint(
|
|
|
13429
13469
|
if __debug__:
|
|
13430
13470
|
type_hints = typing.get_type_hints(_typecheckingstub__3095e42d7cd1f0e74a79a5ee9fc57b041d819bd79c12932b424bf150aa93eea3)
|
|
13431
13471
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13432
|
-
jsii.set(self, "dbProxyName", value)
|
|
13472
|
+
jsii.set(self, "dbProxyName", value) # pyright: ignore[reportArgumentType]
|
|
13433
13473
|
|
|
13434
13474
|
@builtins.property
|
|
13435
13475
|
@jsii.member(jsii_name="vpcSubnetIds")
|
|
@@ -13442,7 +13482,7 @@ class CfnDBProxyEndpoint(
|
|
|
13442
13482
|
if __debug__:
|
|
13443
13483
|
type_hints = typing.get_type_hints(_typecheckingstub__46c2bdfcac6804daeebeae78f3431ef98a8d5656ee2fedd5f51ebf7343ca46d8)
|
|
13444
13484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13445
|
-
jsii.set(self, "vpcSubnetIds", value)
|
|
13485
|
+
jsii.set(self, "vpcSubnetIds", value) # pyright: ignore[reportArgumentType]
|
|
13446
13486
|
|
|
13447
13487
|
@builtins.property
|
|
13448
13488
|
@jsii.member(jsii_name="tags")
|
|
@@ -13460,7 +13500,7 @@ class CfnDBProxyEndpoint(
|
|
|
13460
13500
|
if __debug__:
|
|
13461
13501
|
type_hints = typing.get_type_hints(_typecheckingstub__f6a5dc208e5f863d586ec1e35a3b9362d553db4adbb0ff7cc43308284678c640)
|
|
13462
13502
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13463
|
-
jsii.set(self, "tags", value)
|
|
13503
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
13464
13504
|
|
|
13465
13505
|
@builtins.property
|
|
13466
13506
|
@jsii.member(jsii_name="targetRole")
|
|
@@ -13473,7 +13513,7 @@ class CfnDBProxyEndpoint(
|
|
|
13473
13513
|
if __debug__:
|
|
13474
13514
|
type_hints = typing.get_type_hints(_typecheckingstub__aee92c413e62fd2a5a22a00876726fa8421a5c4d7295829abae273dcf808ab6a)
|
|
13475
13515
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13476
|
-
jsii.set(self, "targetRole", value)
|
|
13516
|
+
jsii.set(self, "targetRole", value) # pyright: ignore[reportArgumentType]
|
|
13477
13517
|
|
|
13478
13518
|
@builtins.property
|
|
13479
13519
|
@jsii.member(jsii_name="vpcSecurityGroupIds")
|
|
@@ -13489,7 +13529,7 @@ class CfnDBProxyEndpoint(
|
|
|
13489
13529
|
if __debug__:
|
|
13490
13530
|
type_hints = typing.get_type_hints(_typecheckingstub__3cc8627aac139cb2d52a0c04399764a62f3f25267f6089132138b2c719830039)
|
|
13491
13531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13492
|
-
jsii.set(self, "vpcSecurityGroupIds", value)
|
|
13532
|
+
jsii.set(self, "vpcSecurityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
13493
13533
|
|
|
13494
13534
|
@jsii.data_type(
|
|
13495
13535
|
jsii_type="aws-cdk-lib.aws_rds.CfnDBProxyEndpoint.TagFormatProperty",
|
|
@@ -13505,7 +13545,7 @@ class CfnDBProxyEndpoint(
|
|
|
13505
13545
|
) -> None:
|
|
13506
13546
|
'''Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
13507
13547
|
|
|
13508
|
-
For more information, see `Tagging Amazon RDS
|
|
13548
|
+
For more information, see `Tagging Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html>`_ in the *Amazon RDS User Guide* or `Tagging Amazon Aurora and Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html>`_ in the *Amazon Aurora User Guide* .
|
|
13509
13549
|
|
|
13510
13550
|
:param key: A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:`` . The string can only contain only the set of Unicode letters, digits, white-space, '*', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}*.:/=+\\-@]*)$").
|
|
13511
13551
|
:param value: A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:`` . The string can only contain only the set of Unicode letters, digits, white-space, '*', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}*.:/=+\\-@]*)$").
|
|
@@ -14091,7 +14131,7 @@ class CfnDBProxyTargetGroup(
|
|
|
14091
14131
|
if __debug__:
|
|
14092
14132
|
type_hints = typing.get_type_hints(_typecheckingstub__c8ca62159383c226618750b550b9e5bec499f33b3efc4ee5837df640c5decb73)
|
|
14093
14133
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14094
|
-
jsii.set(self, "dbProxyName", value)
|
|
14134
|
+
jsii.set(self, "dbProxyName", value) # pyright: ignore[reportArgumentType]
|
|
14095
14135
|
|
|
14096
14136
|
@builtins.property
|
|
14097
14137
|
@jsii.member(jsii_name="targetGroupName")
|
|
@@ -14104,7 +14144,7 @@ class CfnDBProxyTargetGroup(
|
|
|
14104
14144
|
if __debug__:
|
|
14105
14145
|
type_hints = typing.get_type_hints(_typecheckingstub__1ea68affa8cf2a2cfc1debf82e87971b7038f848912829aff3c950dded41eae3)
|
|
14106
14146
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14107
|
-
jsii.set(self, "targetGroupName", value)
|
|
14147
|
+
jsii.set(self, "targetGroupName", value) # pyright: ignore[reportArgumentType]
|
|
14108
14148
|
|
|
14109
14149
|
@builtins.property
|
|
14110
14150
|
@jsii.member(jsii_name="connectionPoolConfigurationInfo")
|
|
@@ -14122,7 +14162,7 @@ class CfnDBProxyTargetGroup(
|
|
|
14122
14162
|
if __debug__:
|
|
14123
14163
|
type_hints = typing.get_type_hints(_typecheckingstub__520851595c02429c55b9e77ddbc1a10539d75d1f1b3c4ee51d2f11794c3c6a8e)
|
|
14124
14164
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14125
|
-
jsii.set(self, "connectionPoolConfigurationInfo", value)
|
|
14165
|
+
jsii.set(self, "connectionPoolConfigurationInfo", value) # pyright: ignore[reportArgumentType]
|
|
14126
14166
|
|
|
14127
14167
|
@builtins.property
|
|
14128
14168
|
@jsii.member(jsii_name="dbClusterIdentifiers")
|
|
@@ -14138,7 +14178,7 @@ class CfnDBProxyTargetGroup(
|
|
|
14138
14178
|
if __debug__:
|
|
14139
14179
|
type_hints = typing.get_type_hints(_typecheckingstub__785e2a5c6a85bae9af5725efc3ca3a314f0cf13fb07115a23485e5f65478ef8d)
|
|
14140
14180
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14141
|
-
jsii.set(self, "dbClusterIdentifiers", value)
|
|
14181
|
+
jsii.set(self, "dbClusterIdentifiers", value) # pyright: ignore[reportArgumentType]
|
|
14142
14182
|
|
|
14143
14183
|
@builtins.property
|
|
14144
14184
|
@jsii.member(jsii_name="dbInstanceIdentifiers")
|
|
@@ -14154,7 +14194,7 @@ class CfnDBProxyTargetGroup(
|
|
|
14154
14194
|
if __debug__:
|
|
14155
14195
|
type_hints = typing.get_type_hints(_typecheckingstub__35bfb6397667331b569deebc6de4d2a7bb40d612d7d70e07f9191c69e9d56e7e)
|
|
14156
14196
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14157
|
-
jsii.set(self, "dbInstanceIdentifiers", value)
|
|
14197
|
+
jsii.set(self, "dbInstanceIdentifiers", value) # pyright: ignore[reportArgumentType]
|
|
14158
14198
|
|
|
14159
14199
|
@jsii.data_type(
|
|
14160
14200
|
jsii_type="aws-cdk-lib.aws_rds.CfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty",
|
|
@@ -14507,7 +14547,7 @@ class CfnDBSecurityGroup(
|
|
|
14507
14547
|
:param db_security_group_ingress: Ingress rules to be applied to the DB security group.
|
|
14508
14548
|
:param group_description: Provides the description of the DB security group.
|
|
14509
14549
|
:param ec2_vpc_id: The identifier of an Amazon virtual private cloud (VPC). This property indicates the VPC that this DB security group belongs to. .. epigraph:: This property is included for backwards compatibility and is no longer recommended for providing security information to an RDS DB instance.
|
|
14510
|
-
:param tags: Metadata assigned to an Amazon RDS resource consisting of a key-value pair. For more information, see `Tagging Amazon RDS
|
|
14550
|
+
:param tags: Metadata assigned to an Amazon RDS resource consisting of a key-value pair. For more information, see `Tagging Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html>`_ in the *Amazon RDS User Guide* or `Tagging Amazon Aurora and Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html>`_ in the *Amazon Aurora User Guide* .
|
|
14511
14551
|
'''
|
|
14512
14552
|
if __debug__:
|
|
14513
14553
|
type_hints = typing.get_type_hints(_typecheckingstub__b692ab00b4d5e8d1153b5156b9ec79e26f77bbcf930e94b43eb9adff11e07a12)
|
|
@@ -14587,7 +14627,7 @@ class CfnDBSecurityGroup(
|
|
|
14587
14627
|
if __debug__:
|
|
14588
14628
|
type_hints = typing.get_type_hints(_typecheckingstub__f0a2828efed62f85e7a4227c409bcfcba0cc543df215aea11c2fbcb718b43eac)
|
|
14589
14629
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14590
|
-
jsii.set(self, "dbSecurityGroupIngress", value)
|
|
14630
|
+
jsii.set(self, "dbSecurityGroupIngress", value) # pyright: ignore[reportArgumentType]
|
|
14591
14631
|
|
|
14592
14632
|
@builtins.property
|
|
14593
14633
|
@jsii.member(jsii_name="groupDescription")
|
|
@@ -14600,7 +14640,7 @@ class CfnDBSecurityGroup(
|
|
|
14600
14640
|
if __debug__:
|
|
14601
14641
|
type_hints = typing.get_type_hints(_typecheckingstub__f62ca646c854acb28107210bd01d8eb5aba231c9aed0b63a809dbbee3ce39ec1)
|
|
14602
14642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14603
|
-
jsii.set(self, "groupDescription", value)
|
|
14643
|
+
jsii.set(self, "groupDescription", value) # pyright: ignore[reportArgumentType]
|
|
14604
14644
|
|
|
14605
14645
|
@builtins.property
|
|
14606
14646
|
@jsii.member(jsii_name="ec2VpcId")
|
|
@@ -14613,7 +14653,7 @@ class CfnDBSecurityGroup(
|
|
|
14613
14653
|
if __debug__:
|
|
14614
14654
|
type_hints = typing.get_type_hints(_typecheckingstub__2dfd06adbf58bcb2beaf48e685c038d8a5fcd5eee11160cb7bbe777a59419f27)
|
|
14615
14655
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14616
|
-
jsii.set(self, "ec2VpcId", value)
|
|
14656
|
+
jsii.set(self, "ec2VpcId", value) # pyright: ignore[reportArgumentType]
|
|
14617
14657
|
|
|
14618
14658
|
@builtins.property
|
|
14619
14659
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -14626,7 +14666,7 @@ class CfnDBSecurityGroup(
|
|
|
14626
14666
|
if __debug__:
|
|
14627
14667
|
type_hints = typing.get_type_hints(_typecheckingstub__3667d8b2d973d318f0e014ebba602f6aae225667dfa8531d6f63fb824fdcdcf1)
|
|
14628
14668
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14629
|
-
jsii.set(self, "tagsRaw", value)
|
|
14669
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
14630
14670
|
|
|
14631
14671
|
@jsii.data_type(
|
|
14632
14672
|
jsii_type="aws-cdk-lib.aws_rds.CfnDBSecurityGroup.IngressProperty",
|
|
@@ -14870,7 +14910,7 @@ class CfnDBSecurityGroupIngress(
|
|
|
14870
14910
|
if __debug__:
|
|
14871
14911
|
type_hints = typing.get_type_hints(_typecheckingstub__33cb0b467b4b5a2127be68dfeee1b484e3f625bdde8c73d7f2f5861004c0f361)
|
|
14872
14912
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14873
|
-
jsii.set(self, "dbSecurityGroupName", value)
|
|
14913
|
+
jsii.set(self, "dbSecurityGroupName", value) # pyright: ignore[reportArgumentType]
|
|
14874
14914
|
|
|
14875
14915
|
@builtins.property
|
|
14876
14916
|
@jsii.member(jsii_name="cidrip")
|
|
@@ -14883,7 +14923,7 @@ class CfnDBSecurityGroupIngress(
|
|
|
14883
14923
|
if __debug__:
|
|
14884
14924
|
type_hints = typing.get_type_hints(_typecheckingstub__3b822e8578847e0e12edd4bd77727d367bfdb2efdab5adb3a74ecbea2b11e891)
|
|
14885
14925
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14886
|
-
jsii.set(self, "cidrip", value)
|
|
14926
|
+
jsii.set(self, "cidrip", value) # pyright: ignore[reportArgumentType]
|
|
14887
14927
|
|
|
14888
14928
|
@builtins.property
|
|
14889
14929
|
@jsii.member(jsii_name="ec2SecurityGroupId")
|
|
@@ -14896,7 +14936,7 @@ class CfnDBSecurityGroupIngress(
|
|
|
14896
14936
|
if __debug__:
|
|
14897
14937
|
type_hints = typing.get_type_hints(_typecheckingstub__bc4d69fafb31a7c2c2d8154ceba60a149b275d471fe03bc14976992875633538)
|
|
14898
14938
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14899
|
-
jsii.set(self, "ec2SecurityGroupId", value)
|
|
14939
|
+
jsii.set(self, "ec2SecurityGroupId", value) # pyright: ignore[reportArgumentType]
|
|
14900
14940
|
|
|
14901
14941
|
@builtins.property
|
|
14902
14942
|
@jsii.member(jsii_name="ec2SecurityGroupName")
|
|
@@ -14909,7 +14949,7 @@ class CfnDBSecurityGroupIngress(
|
|
|
14909
14949
|
if __debug__:
|
|
14910
14950
|
type_hints = typing.get_type_hints(_typecheckingstub__d2349d21856d92d874a8cb171c952c917d8223483bc87d0e3d511d3ef6e07157)
|
|
14911
14951
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14912
|
-
jsii.set(self, "ec2SecurityGroupName", value)
|
|
14952
|
+
jsii.set(self, "ec2SecurityGroupName", value) # pyright: ignore[reportArgumentType]
|
|
14913
14953
|
|
|
14914
14954
|
@builtins.property
|
|
14915
14955
|
@jsii.member(jsii_name="ec2SecurityGroupOwnerId")
|
|
@@ -14922,7 +14962,7 @@ class CfnDBSecurityGroupIngress(
|
|
|
14922
14962
|
if __debug__:
|
|
14923
14963
|
type_hints = typing.get_type_hints(_typecheckingstub__77347fbce3871e8527d4550ee6c73c1ce3513c725367d951e52c076697239be5)
|
|
14924
14964
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14925
|
-
jsii.set(self, "ec2SecurityGroupOwnerId", value)
|
|
14965
|
+
jsii.set(self, "ec2SecurityGroupOwnerId", value) # pyright: ignore[reportArgumentType]
|
|
14926
14966
|
|
|
14927
14967
|
|
|
14928
14968
|
@jsii.data_type(
|
|
@@ -15080,7 +15120,7 @@ class CfnDBSecurityGroupProps:
|
|
|
15080
15120
|
:param db_security_group_ingress: Ingress rules to be applied to the DB security group.
|
|
15081
15121
|
:param group_description: Provides the description of the DB security group.
|
|
15082
15122
|
:param ec2_vpc_id: The identifier of an Amazon virtual private cloud (VPC). This property indicates the VPC that this DB security group belongs to. .. epigraph:: This property is included for backwards compatibility and is no longer recommended for providing security information to an RDS DB instance.
|
|
15083
|
-
:param tags: Metadata assigned to an Amazon RDS resource consisting of a key-value pair. For more information, see `Tagging Amazon RDS
|
|
15123
|
+
:param tags: Metadata assigned to an Amazon RDS resource consisting of a key-value pair. For more information, see `Tagging Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html>`_ in the *Amazon RDS User Guide* or `Tagging Amazon Aurora and Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html>`_ in the *Amazon Aurora User Guide* .
|
|
15084
15124
|
|
|
15085
15125
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsecuritygroup.html
|
|
15086
15126
|
:exampleMetadata: fixture=_generated
|
|
@@ -15163,7 +15203,7 @@ class CfnDBSecurityGroupProps:
|
|
|
15163
15203
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
15164
15204
|
'''Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
15165
15205
|
|
|
15166
|
-
For more information, see `Tagging Amazon RDS
|
|
15206
|
+
For more information, see `Tagging Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html>`_ in the *Amazon RDS User Guide* or `Tagging Amazon Aurora and Amazon RDS resources <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html>`_ in the *Amazon Aurora User Guide* .
|
|
15167
15207
|
|
|
15168
15208
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbsecuritygroup.html#cfn-rds-dbsecuritygroup-tags
|
|
15169
15209
|
'''
|
|
@@ -15300,7 +15340,7 @@ class CfnDBSubnetGroup(
|
|
|
15300
15340
|
if __debug__:
|
|
15301
15341
|
type_hints = typing.get_type_hints(_typecheckingstub__f8fc42270bedfbabbcd6ae88d4f87f1ddad75d82484bd7bd257c9456db2629b5)
|
|
15302
15342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15303
|
-
jsii.set(self, "dbSubnetGroupDescription", value)
|
|
15343
|
+
jsii.set(self, "dbSubnetGroupDescription", value) # pyright: ignore[reportArgumentType]
|
|
15304
15344
|
|
|
15305
15345
|
@builtins.property
|
|
15306
15346
|
@jsii.member(jsii_name="subnetIds")
|
|
@@ -15313,7 +15353,7 @@ class CfnDBSubnetGroup(
|
|
|
15313
15353
|
if __debug__:
|
|
15314
15354
|
type_hints = typing.get_type_hints(_typecheckingstub__80adf03e2774c29f8199884349ab971da0c13541b8a93956d440e6cef2f35a33)
|
|
15315
15355
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15316
|
-
jsii.set(self, "subnetIds", value)
|
|
15356
|
+
jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
|
|
15317
15357
|
|
|
15318
15358
|
@builtins.property
|
|
15319
15359
|
@jsii.member(jsii_name="dbSubnetGroupName")
|
|
@@ -15329,7 +15369,7 @@ class CfnDBSubnetGroup(
|
|
|
15329
15369
|
if __debug__:
|
|
15330
15370
|
type_hints = typing.get_type_hints(_typecheckingstub__f106bcbb8c63de9fd9ad65eff1a8a73d3e0cdb022528b57cd97e00d93c8e504e)
|
|
15331
15371
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15332
|
-
jsii.set(self, "dbSubnetGroupName", value)
|
|
15372
|
+
jsii.set(self, "dbSubnetGroupName", value) # pyright: ignore[reportArgumentType]
|
|
15333
15373
|
|
|
15334
15374
|
@builtins.property
|
|
15335
15375
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -15342,7 +15382,7 @@ class CfnDBSubnetGroup(
|
|
|
15342
15382
|
if __debug__:
|
|
15343
15383
|
type_hints = typing.get_type_hints(_typecheckingstub__2de007053c0d484224b01fc0bfd1a04dc727898fdb5222faf562e7fd3461f37b)
|
|
15344
15384
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15345
|
-
jsii.set(self, "tagsRaw", value)
|
|
15385
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
15346
15386
|
|
|
15347
15387
|
|
|
15348
15388
|
@jsii.data_type(
|
|
@@ -15593,7 +15633,7 @@ class CfnEventSubscription(
|
|
|
15593
15633
|
if __debug__:
|
|
15594
15634
|
type_hints = typing.get_type_hints(_typecheckingstub__725eef3acf6a3d45ddad2bbb8033eecd25b8265a0113b5a4bde635eccc922e26)
|
|
15595
15635
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15596
|
-
jsii.set(self, "snsTopicArn", value)
|
|
15636
|
+
jsii.set(self, "snsTopicArn", value) # pyright: ignore[reportArgumentType]
|
|
15597
15637
|
|
|
15598
15638
|
@builtins.property
|
|
15599
15639
|
@jsii.member(jsii_name="enabled")
|
|
@@ -15611,7 +15651,7 @@ class CfnEventSubscription(
|
|
|
15611
15651
|
if __debug__:
|
|
15612
15652
|
type_hints = typing.get_type_hints(_typecheckingstub__d27f61978b38a92532fbb55b533f68090bb9edde6df3cf1aae5ca81d6fd745cb)
|
|
15613
15653
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15614
|
-
jsii.set(self, "enabled", value)
|
|
15654
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
15615
15655
|
|
|
15616
15656
|
@builtins.property
|
|
15617
15657
|
@jsii.member(jsii_name="eventCategories")
|
|
@@ -15627,7 +15667,7 @@ class CfnEventSubscription(
|
|
|
15627
15667
|
if __debug__:
|
|
15628
15668
|
type_hints = typing.get_type_hints(_typecheckingstub__b451c3a9b4f0ecc0f0d2566ff7304db2ebdbb202d3898d49b840a814d78832f5)
|
|
15629
15669
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15630
|
-
jsii.set(self, "eventCategories", value)
|
|
15670
|
+
jsii.set(self, "eventCategories", value) # pyright: ignore[reportArgumentType]
|
|
15631
15671
|
|
|
15632
15672
|
@builtins.property
|
|
15633
15673
|
@jsii.member(jsii_name="sourceIds")
|
|
@@ -15640,7 +15680,7 @@ class CfnEventSubscription(
|
|
|
15640
15680
|
if __debug__:
|
|
15641
15681
|
type_hints = typing.get_type_hints(_typecheckingstub__117c27a2bfa4fdddd71e0cf520f0a488e608552d4e40fc438d80956908d02094)
|
|
15642
15682
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15643
|
-
jsii.set(self, "sourceIds", value)
|
|
15683
|
+
jsii.set(self, "sourceIds", value) # pyright: ignore[reportArgumentType]
|
|
15644
15684
|
|
|
15645
15685
|
@builtins.property
|
|
15646
15686
|
@jsii.member(jsii_name="sourceType")
|
|
@@ -15653,7 +15693,7 @@ class CfnEventSubscription(
|
|
|
15653
15693
|
if __debug__:
|
|
15654
15694
|
type_hints = typing.get_type_hints(_typecheckingstub__f291135ba489a08dc82c67edf431fcab65c4ee57d2fe99484d61a7278397a932)
|
|
15655
15695
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15656
|
-
jsii.set(self, "sourceType", value)
|
|
15696
|
+
jsii.set(self, "sourceType", value) # pyright: ignore[reportArgumentType]
|
|
15657
15697
|
|
|
15658
15698
|
@builtins.property
|
|
15659
15699
|
@jsii.member(jsii_name="subscriptionName")
|
|
@@ -15666,7 +15706,7 @@ class CfnEventSubscription(
|
|
|
15666
15706
|
if __debug__:
|
|
15667
15707
|
type_hints = typing.get_type_hints(_typecheckingstub__5d411ca6aa9fb044fefb897f96abcf36ea0e4876e110a7e51d644679861e68fd)
|
|
15668
15708
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15669
|
-
jsii.set(self, "subscriptionName", value)
|
|
15709
|
+
jsii.set(self, "subscriptionName", value) # pyright: ignore[reportArgumentType]
|
|
15670
15710
|
|
|
15671
15711
|
@builtins.property
|
|
15672
15712
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -15679,7 +15719,7 @@ class CfnEventSubscription(
|
|
|
15679
15719
|
if __debug__:
|
|
15680
15720
|
type_hints = typing.get_type_hints(_typecheckingstub__f9548d8c2732d5e0b965692b2b5ce0ada7fc0f66638ef417c33f207b05a8e478)
|
|
15681
15721
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15682
|
-
jsii.set(self, "tagsRaw", value)
|
|
15722
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
15683
15723
|
|
|
15684
15724
|
|
|
15685
15725
|
@jsii.data_type(
|
|
@@ -16000,7 +16040,7 @@ class CfnGlobalCluster(
|
|
|
16000
16040
|
if __debug__:
|
|
16001
16041
|
type_hints = typing.get_type_hints(_typecheckingstub__3cfbe56a53cd6d95cfdd32ab00cf3bfe312f7c16be1b0f4f4e34aeb398290763)
|
|
16002
16042
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16003
|
-
jsii.set(self, "deletionProtection", value)
|
|
16043
|
+
jsii.set(self, "deletionProtection", value) # pyright: ignore[reportArgumentType]
|
|
16004
16044
|
|
|
16005
16045
|
@builtins.property
|
|
16006
16046
|
@jsii.member(jsii_name="engine")
|
|
@@ -16013,7 +16053,7 @@ class CfnGlobalCluster(
|
|
|
16013
16053
|
if __debug__:
|
|
16014
16054
|
type_hints = typing.get_type_hints(_typecheckingstub__377a45f027efcee5d8bac171dee917b896fe5f052401019cb110b569cded8f8d)
|
|
16015
16055
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16016
|
-
jsii.set(self, "engine", value)
|
|
16056
|
+
jsii.set(self, "engine", value) # pyright: ignore[reportArgumentType]
|
|
16017
16057
|
|
|
16018
16058
|
@builtins.property
|
|
16019
16059
|
@jsii.member(jsii_name="engineLifecycleSupport")
|
|
@@ -16026,7 +16066,7 @@ class CfnGlobalCluster(
|
|
|
16026
16066
|
if __debug__:
|
|
16027
16067
|
type_hints = typing.get_type_hints(_typecheckingstub__2520542b1261b31d9007187006a212fdaf668dc69447bad72f9ade5b3bfd3350)
|
|
16028
16068
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16029
|
-
jsii.set(self, "engineLifecycleSupport", value)
|
|
16069
|
+
jsii.set(self, "engineLifecycleSupport", value) # pyright: ignore[reportArgumentType]
|
|
16030
16070
|
|
|
16031
16071
|
@builtins.property
|
|
16032
16072
|
@jsii.member(jsii_name="engineVersion")
|
|
@@ -16039,7 +16079,7 @@ class CfnGlobalCluster(
|
|
|
16039
16079
|
if __debug__:
|
|
16040
16080
|
type_hints = typing.get_type_hints(_typecheckingstub__484590244ee41b9290f1f270ea1960cd87e41b189211e6d5978a3239b94469b9)
|
|
16041
16081
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16042
|
-
jsii.set(self, "engineVersion", value)
|
|
16082
|
+
jsii.set(self, "engineVersion", value) # pyright: ignore[reportArgumentType]
|
|
16043
16083
|
|
|
16044
16084
|
@builtins.property
|
|
16045
16085
|
@jsii.member(jsii_name="globalClusterIdentifier")
|
|
@@ -16052,7 +16092,7 @@ class CfnGlobalCluster(
|
|
|
16052
16092
|
if __debug__:
|
|
16053
16093
|
type_hints = typing.get_type_hints(_typecheckingstub__8c0878c8feb5b0667b16ebe0d996cc33dadb0920b96e5594e9cf1b8cc8e82a5d)
|
|
16054
16094
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16055
|
-
jsii.set(self, "globalClusterIdentifier", value)
|
|
16095
|
+
jsii.set(self, "globalClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
16056
16096
|
|
|
16057
16097
|
@builtins.property
|
|
16058
16098
|
@jsii.member(jsii_name="sourceDbClusterIdentifier")
|
|
@@ -16068,7 +16108,7 @@ class CfnGlobalCluster(
|
|
|
16068
16108
|
if __debug__:
|
|
16069
16109
|
type_hints = typing.get_type_hints(_typecheckingstub__2b8b99331248625e609d8c61fdd2aeead968468cd83f1da2306ce25de200e221)
|
|
16070
16110
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16071
|
-
jsii.set(self, "sourceDbClusterIdentifier", value)
|
|
16111
|
+
jsii.set(self, "sourceDbClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
16072
16112
|
|
|
16073
16113
|
@builtins.property
|
|
16074
16114
|
@jsii.member(jsii_name="storageEncrypted")
|
|
@@ -16086,7 +16126,7 @@ class CfnGlobalCluster(
|
|
|
16086
16126
|
if __debug__:
|
|
16087
16127
|
type_hints = typing.get_type_hints(_typecheckingstub__f760cdb237d4844bc219ed58856db0d37bc81d9e590f5413f4b7b4f0cdc9a17d)
|
|
16088
16128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16089
|
-
jsii.set(self, "storageEncrypted", value)
|
|
16129
|
+
jsii.set(self, "storageEncrypted", value) # pyright: ignore[reportArgumentType]
|
|
16090
16130
|
|
|
16091
16131
|
|
|
16092
16132
|
@jsii.data_type(
|
|
@@ -16434,7 +16474,7 @@ class CfnIntegration(
|
|
|
16434
16474
|
if __debug__:
|
|
16435
16475
|
type_hints = typing.get_type_hints(_typecheckingstub__4ff54116f19c139bb3931b7f2a39aa904d2c464c4982c9f68dc93ed3ac29ffc6)
|
|
16436
16476
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16437
|
-
jsii.set(self, "sourceArn", value)
|
|
16477
|
+
jsii.set(self, "sourceArn", value) # pyright: ignore[reportArgumentType]
|
|
16438
16478
|
|
|
16439
16479
|
@builtins.property
|
|
16440
16480
|
@jsii.member(jsii_name="targetArn")
|
|
@@ -16447,7 +16487,7 @@ class CfnIntegration(
|
|
|
16447
16487
|
if __debug__:
|
|
16448
16488
|
type_hints = typing.get_type_hints(_typecheckingstub__6dd8ff906d13523a9100f3e1da8891fd48222fa9aef07e443b5b2ab9f06db37b)
|
|
16449
16489
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16450
|
-
jsii.set(self, "targetArn", value)
|
|
16490
|
+
jsii.set(self, "targetArn", value) # pyright: ignore[reportArgumentType]
|
|
16451
16491
|
|
|
16452
16492
|
@builtins.property
|
|
16453
16493
|
@jsii.member(jsii_name="additionalEncryptionContext")
|
|
@@ -16465,7 +16505,7 @@ class CfnIntegration(
|
|
|
16465
16505
|
if __debug__:
|
|
16466
16506
|
type_hints = typing.get_type_hints(_typecheckingstub__f7fbdfa17cddec711beb6235c912d759435b5df9d3a68892f8c59ac577e099e8)
|
|
16467
16507
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16468
|
-
jsii.set(self, "additionalEncryptionContext", value)
|
|
16508
|
+
jsii.set(self, "additionalEncryptionContext", value) # pyright: ignore[reportArgumentType]
|
|
16469
16509
|
|
|
16470
16510
|
@builtins.property
|
|
16471
16511
|
@jsii.member(jsii_name="dataFilter")
|
|
@@ -16478,7 +16518,7 @@ class CfnIntegration(
|
|
|
16478
16518
|
if __debug__:
|
|
16479
16519
|
type_hints = typing.get_type_hints(_typecheckingstub__8f252e37d51ec7f1680d3efcea4e0b7e52aad4f42ab7602e3513cfddd333cc79)
|
|
16480
16520
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16481
|
-
jsii.set(self, "dataFilter", value)
|
|
16521
|
+
jsii.set(self, "dataFilter", value) # pyright: ignore[reportArgumentType]
|
|
16482
16522
|
|
|
16483
16523
|
@builtins.property
|
|
16484
16524
|
@jsii.member(jsii_name="description")
|
|
@@ -16491,7 +16531,7 @@ class CfnIntegration(
|
|
|
16491
16531
|
if __debug__:
|
|
16492
16532
|
type_hints = typing.get_type_hints(_typecheckingstub__f153335081bdb228cf54af39607edd8cc138405105c83cea1f20045a38af6740)
|
|
16493
16533
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16494
|
-
jsii.set(self, "description", value)
|
|
16534
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
16495
16535
|
|
|
16496
16536
|
@builtins.property
|
|
16497
16537
|
@jsii.member(jsii_name="integrationName")
|
|
@@ -16504,7 +16544,7 @@ class CfnIntegration(
|
|
|
16504
16544
|
if __debug__:
|
|
16505
16545
|
type_hints = typing.get_type_hints(_typecheckingstub__d5b123c2905fc9a976f7d4b785712c7b5d8b6b3c679debd526c66604c144a9d7)
|
|
16506
16546
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16507
|
-
jsii.set(self, "integrationName", value)
|
|
16547
|
+
jsii.set(self, "integrationName", value) # pyright: ignore[reportArgumentType]
|
|
16508
16548
|
|
|
16509
16549
|
@builtins.property
|
|
16510
16550
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -16517,7 +16557,7 @@ class CfnIntegration(
|
|
|
16517
16557
|
if __debug__:
|
|
16518
16558
|
type_hints = typing.get_type_hints(_typecheckingstub__aad7195276c93d472e4715d546034cb06c361628e5b57dc7197786dbc43fe4b3)
|
|
16519
16559
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16520
|
-
jsii.set(self, "kmsKeyId", value)
|
|
16560
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
16521
16561
|
|
|
16522
16562
|
@builtins.property
|
|
16523
16563
|
@jsii.member(jsii_name="tags")
|
|
@@ -16530,7 +16570,7 @@ class CfnIntegration(
|
|
|
16530
16570
|
if __debug__:
|
|
16531
16571
|
type_hints = typing.get_type_hints(_typecheckingstub__a6b4346bf0db7d57b333211f6a259203a41499bb6b5a1a17f43f88ba74141158)
|
|
16532
16572
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16533
|
-
jsii.set(self, "tags", value)
|
|
16573
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
16534
16574
|
|
|
16535
16575
|
|
|
16536
16576
|
@jsii.data_type(
|
|
@@ -16784,7 +16824,7 @@ class CfnOptionGroup(
|
|
|
16784
16824
|
:param engine_name: Specifies the name of the engine that this option group should be associated with. Valid Values: - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
|
|
16785
16825
|
:param major_engine_version: Specifies the major version of the engine that this option group should be associated with.
|
|
16786
16826
|
:param option_group_description: The description of the option group.
|
|
16787
|
-
:param option_configurations: A list of all available options.
|
|
16827
|
+
:param option_configurations: A list of all available options for an option group.
|
|
16788
16828
|
:param option_group_name: The name of the option group to be created. Constraints: - Must be 1 to 255 letters, numbers, or hyphens - First character must be a letter - Can't end with a hyphen or contain two consecutive hyphens Example: ``myoptiongroup`` If you don't specify a value for ``OptionGroupName`` property, a name is automatically created for the option group. .. epigraph:: This value is stored as a lowercase string.
|
|
16789
16829
|
:param tags: Tags to assign to the option group.
|
|
16790
16830
|
'''
|
|
@@ -16855,7 +16895,7 @@ class CfnOptionGroup(
|
|
|
16855
16895
|
if __debug__:
|
|
16856
16896
|
type_hints = typing.get_type_hints(_typecheckingstub__72372a94787a9864fc46f22b9d45f7c5dcfcbad2eda2989a8adc542733e60f22)
|
|
16857
16897
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16858
|
-
jsii.set(self, "engineName", value)
|
|
16898
|
+
jsii.set(self, "engineName", value) # pyright: ignore[reportArgumentType]
|
|
16859
16899
|
|
|
16860
16900
|
@builtins.property
|
|
16861
16901
|
@jsii.member(jsii_name="majorEngineVersion")
|
|
@@ -16868,7 +16908,7 @@ class CfnOptionGroup(
|
|
|
16868
16908
|
if __debug__:
|
|
16869
16909
|
type_hints = typing.get_type_hints(_typecheckingstub__4478385707495a878504e313bccb79280c8a7f007a5284e0d246df801ac15ecd)
|
|
16870
16910
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16871
|
-
jsii.set(self, "majorEngineVersion", value)
|
|
16911
|
+
jsii.set(self, "majorEngineVersion", value) # pyright: ignore[reportArgumentType]
|
|
16872
16912
|
|
|
16873
16913
|
@builtins.property
|
|
16874
16914
|
@jsii.member(jsii_name="optionGroupDescription")
|
|
@@ -16881,14 +16921,14 @@ class CfnOptionGroup(
|
|
|
16881
16921
|
if __debug__:
|
|
16882
16922
|
type_hints = typing.get_type_hints(_typecheckingstub__70a4d961d60d8299bea5f34463e0ff9bf36d78e4beac1ee95ab63c4f35ffad1b)
|
|
16883
16923
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16884
|
-
jsii.set(self, "optionGroupDescription", value)
|
|
16924
|
+
jsii.set(self, "optionGroupDescription", value) # pyright: ignore[reportArgumentType]
|
|
16885
16925
|
|
|
16886
16926
|
@builtins.property
|
|
16887
16927
|
@jsii.member(jsii_name="optionConfigurations")
|
|
16888
16928
|
def option_configurations(
|
|
16889
16929
|
self,
|
|
16890
16930
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOptionGroup.OptionConfigurationProperty"]]]]:
|
|
16891
|
-
'''A list of all available options.'''
|
|
16931
|
+
'''A list of all available options for an option group.'''
|
|
16892
16932
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnOptionGroup.OptionConfigurationProperty"]]]], jsii.get(self, "optionConfigurations"))
|
|
16893
16933
|
|
|
16894
16934
|
@option_configurations.setter
|
|
@@ -16899,7 +16939,7 @@ class CfnOptionGroup(
|
|
|
16899
16939
|
if __debug__:
|
|
16900
16940
|
type_hints = typing.get_type_hints(_typecheckingstub__0e6faa2dc60f2e082ba41358aaa072b9f716e841d6d86aa8416dd4762d042f4b)
|
|
16901
16941
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16902
|
-
jsii.set(self, "optionConfigurations", value)
|
|
16942
|
+
jsii.set(self, "optionConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
16903
16943
|
|
|
16904
16944
|
@builtins.property
|
|
16905
16945
|
@jsii.member(jsii_name="optionGroupName")
|
|
@@ -16912,7 +16952,7 @@ class CfnOptionGroup(
|
|
|
16912
16952
|
if __debug__:
|
|
16913
16953
|
type_hints = typing.get_type_hints(_typecheckingstub__83fce14b08e54b5e8de18e0a16de115b6e07a1cff51025c36b8d3fa95875349a)
|
|
16914
16954
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16915
|
-
jsii.set(self, "optionGroupName", value)
|
|
16955
|
+
jsii.set(self, "optionGroupName", value) # pyright: ignore[reportArgumentType]
|
|
16916
16956
|
|
|
16917
16957
|
@builtins.property
|
|
16918
16958
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -16925,7 +16965,7 @@ class CfnOptionGroup(
|
|
|
16925
16965
|
if __debug__:
|
|
16926
16966
|
type_hints = typing.get_type_hints(_typecheckingstub__6dd45d15262b2cfad6dac99cb65fcdda1cf93031597d136a60b79d9ab6ed5db6)
|
|
16927
16967
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16928
|
-
jsii.set(self, "tagsRaw", value)
|
|
16968
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
16929
16969
|
|
|
16930
16970
|
@jsii.data_type(
|
|
16931
16971
|
jsii_type="aws-cdk-lib.aws_rds.CfnOptionGroup.OptionConfigurationProperty",
|
|
@@ -16953,11 +16993,11 @@ class CfnOptionGroup(
|
|
|
16953
16993
|
'''The ``OptionConfiguration`` property type specifies an individual option, and its settings, within an ``AWS::RDS::OptionGroup`` resource.
|
|
16954
16994
|
|
|
16955
16995
|
:param option_name: The configuration of options to include in a group.
|
|
16956
|
-
:param db_security_group_memberships: A list of
|
|
16996
|
+
:param db_security_group_memberships: A list of DB security groups used for this option.
|
|
16957
16997
|
:param option_settings: The option settings to include in an option group.
|
|
16958
16998
|
:param option_version: The version for the option.
|
|
16959
16999
|
:param port: The optional port for the option.
|
|
16960
|
-
:param vpc_security_group_memberships: A list of
|
|
17000
|
+
:param vpc_security_group_memberships: A list of VPC security group names used for this option.
|
|
16961
17001
|
|
|
16962
17002
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-optionconfiguration.html
|
|
16963
17003
|
:exampleMetadata: fixture=_generated
|
|
@@ -17018,7 +17058,7 @@ class CfnOptionGroup(
|
|
|
17018
17058
|
def db_security_group_memberships(
|
|
17019
17059
|
self,
|
|
17020
17060
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
17021
|
-
'''A list of
|
|
17061
|
+
'''A list of DB security groups used for this option.
|
|
17022
17062
|
|
|
17023
17063
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-optionconfiguration.html#cfn-rds-optiongroup-optionconfiguration-dbsecuritygroupmemberships
|
|
17024
17064
|
'''
|
|
@@ -17058,7 +17098,7 @@ class CfnOptionGroup(
|
|
|
17058
17098
|
def vpc_security_group_memberships(
|
|
17059
17099
|
self,
|
|
17060
17100
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
17061
|
-
'''A list of
|
|
17101
|
+
'''A list of VPC security group names used for this option.
|
|
17062
17102
|
|
|
17063
17103
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-optionconfiguration.html#cfn-rds-optiongroup-optionconfiguration-vpcsecuritygroupmemberships
|
|
17064
17104
|
'''
|
|
@@ -17175,7 +17215,7 @@ class CfnOptionGroupProps:
|
|
|
17175
17215
|
:param engine_name: Specifies the name of the engine that this option group should be associated with. Valid Values: - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
|
|
17176
17216
|
:param major_engine_version: Specifies the major version of the engine that this option group should be associated with.
|
|
17177
17217
|
:param option_group_description: The description of the option group.
|
|
17178
|
-
:param option_configurations: A list of all available options.
|
|
17218
|
+
:param option_configurations: A list of all available options for an option group.
|
|
17179
17219
|
:param option_group_name: The name of the option group to be created. Constraints: - Must be 1 to 255 letters, numbers, or hyphens - First character must be a letter - Can't end with a hyphen or contain two consecutive hyphens Example: ``myoptiongroup`` If you don't specify a value for ``OptionGroupName`` property, a name is automatically created for the option group. .. epigraph:: This value is stored as a lowercase string.
|
|
17180
17220
|
:param tags: Tags to assign to the option group.
|
|
17181
17221
|
|
|
@@ -17282,7 +17322,7 @@ class CfnOptionGroupProps:
|
|
|
17282
17322
|
def option_configurations(
|
|
17283
17323
|
self,
|
|
17284
17324
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnOptionGroup.OptionConfigurationProperty]]]]:
|
|
17285
|
-
'''A list of all available options.
|
|
17325
|
+
'''A list of all available options for an option group.
|
|
17286
17326
|
|
|
17287
17327
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optionconfigurations
|
|
17288
17328
|
'''
|
|
@@ -30521,6 +30561,12 @@ class MysqlEngineVersion(
|
|
|
30521
30561
|
'''Version "8.0.37".'''
|
|
30522
30562
|
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_37"))
|
|
30523
30563
|
|
|
30564
|
+
@jsii.python.classproperty
|
|
30565
|
+
@jsii.member(jsii_name="VER_8_0_39")
|
|
30566
|
+
def VER_8_0_39(cls) -> "MysqlEngineVersion":
|
|
30567
|
+
'''Version "8.0.39".'''
|
|
30568
|
+
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_39"))
|
|
30569
|
+
|
|
30524
30570
|
@builtins.property
|
|
30525
30571
|
@jsii.member(jsii_name="mysqlFullVersion")
|
|
30526
30572
|
def mysql_full_version(self) -> builtins.str:
|
|
@@ -33351,6 +33397,12 @@ class PostgresEngineVersion(
|
|
|
33351
33397
|
'''
|
|
33352
33398
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_12_2"))
|
|
33353
33399
|
|
|
33400
|
+
@jsii.python.classproperty
|
|
33401
|
+
@jsii.member(jsii_name="VER_12_20")
|
|
33402
|
+
def VER_12_20(cls) -> "PostgresEngineVersion":
|
|
33403
|
+
'''Version "12.20".'''
|
|
33404
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_12_20"))
|
|
33405
|
+
|
|
33354
33406
|
@jsii.python.classproperty
|
|
33355
33407
|
@jsii.member(jsii_name="VER_12_3")
|
|
33356
33408
|
def VER_12_3(cls) -> "PostgresEngineVersion":
|
|
@@ -33486,6 +33538,12 @@ class PostgresEngineVersion(
|
|
|
33486
33538
|
'''Version "13.15".'''
|
|
33487
33539
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_13_15"))
|
|
33488
33540
|
|
|
33541
|
+
@jsii.python.classproperty
|
|
33542
|
+
@jsii.member(jsii_name="VER_13_16")
|
|
33543
|
+
def VER_13_16(cls) -> "PostgresEngineVersion":
|
|
33544
|
+
'''Version "13.16".'''
|
|
33545
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_13_16"))
|
|
33546
|
+
|
|
33489
33547
|
@jsii.python.classproperty
|
|
33490
33548
|
@jsii.member(jsii_name="VER_13_2")
|
|
33491
33549
|
def VER_13_2(cls) -> "PostgresEngineVersion":
|
|
@@ -33609,6 +33667,12 @@ class PostgresEngineVersion(
|
|
|
33609
33667
|
'''Version "14.12".'''
|
|
33610
33668
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_12"))
|
|
33611
33669
|
|
|
33670
|
+
@jsii.python.classproperty
|
|
33671
|
+
@jsii.member(jsii_name="VER_14_13")
|
|
33672
|
+
def VER_14_13(cls) -> "PostgresEngineVersion":
|
|
33673
|
+
'''Version "14.13".'''
|
|
33674
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_13"))
|
|
33675
|
+
|
|
33612
33676
|
@jsii.python.classproperty
|
|
33613
33677
|
@jsii.member(jsii_name="VER_14_2")
|
|
33614
33678
|
def VER_14_2(cls) -> "PostgresEngineVersion":
|
|
@@ -33744,6 +33808,12 @@ class PostgresEngineVersion(
|
|
|
33744
33808
|
'''Version "15.7".'''
|
|
33745
33809
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_15_7"))
|
|
33746
33810
|
|
|
33811
|
+
@jsii.python.classproperty
|
|
33812
|
+
@jsii.member(jsii_name="VER_15_8")
|
|
33813
|
+
def VER_15_8(cls) -> "PostgresEngineVersion":
|
|
33814
|
+
'''Version "15.8".'''
|
|
33815
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_15_8"))
|
|
33816
|
+
|
|
33747
33817
|
@jsii.python.classproperty
|
|
33748
33818
|
@jsii.member(jsii_name="VER_16")
|
|
33749
33819
|
def VER_16(cls) -> "PostgresEngineVersion":
|
|
@@ -33768,6 +33838,12 @@ class PostgresEngineVersion(
|
|
|
33768
33838
|
'''Version "16.3".'''
|
|
33769
33839
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_16_3"))
|
|
33770
33840
|
|
|
33841
|
+
@jsii.python.classproperty
|
|
33842
|
+
@jsii.member(jsii_name="VER_16_4")
|
|
33843
|
+
def VER_16_4(cls) -> "PostgresEngineVersion":
|
|
33844
|
+
'''Version "16.4".'''
|
|
33845
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_16_4"))
|
|
33846
|
+
|
|
33771
33847
|
@jsii.python.classproperty
|
|
33772
33848
|
@jsii.member(jsii_name="VER_9_6_24")
|
|
33773
33849
|
def VER_9_6_24(cls) -> "PostgresEngineVersion":
|
|
@@ -35046,7 +35122,7 @@ class ServerlessCluster(
|
|
|
35046
35122
|
if __debug__:
|
|
35047
35123
|
type_hints = typing.get_type_hints(_typecheckingstub__38ab6f274f39c27db2a82e89e04a333b1eba06e69bb8f5de0eab5c6555f73300)
|
|
35048
35124
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
35049
|
-
jsii.set(self, "enableDataApi", value)
|
|
35125
|
+
jsii.set(self, "enableDataApi", value) # pyright: ignore[reportArgumentType]
|
|
35050
35126
|
|
|
35051
35127
|
|
|
35052
35128
|
@jsii.data_type(
|
|
@@ -35352,7 +35428,7 @@ class ServerlessClusterFromSnapshot(
|
|
|
35352
35428
|
if __debug__:
|
|
35353
35429
|
type_hints = typing.get_type_hints(_typecheckingstub__cd33d5d88e14e8fffd24174a11a3e61a38defbc0d21acade71e832548bba49b9)
|
|
35354
35430
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
35355
|
-
jsii.set(self, "enableDataApi", value)
|
|
35431
|
+
jsii.set(self, "enableDataApi", value) # pyright: ignore[reportArgumentType]
|
|
35356
35432
|
|
|
35357
35433
|
|
|
35358
35434
|
@jsii.data_type(
|
|
@@ -37374,6 +37450,12 @@ class SqlServerEngineVersion(
|
|
|
37374
37450
|
'''Version "13.00.6435.1.v1".'''
|
|
37375
37451
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6435_1_V1"))
|
|
37376
37452
|
|
|
37453
|
+
@jsii.python.classproperty
|
|
37454
|
+
@jsii.member(jsii_name="VER_13_00_6441_1_V1")
|
|
37455
|
+
def VER_13_00_6441_1_V1(cls) -> "SqlServerEngineVersion":
|
|
37456
|
+
'''Version "13.00.6441.1.v1".'''
|
|
37457
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6441_1_V1"))
|
|
37458
|
+
|
|
37377
37459
|
@jsii.python.classproperty
|
|
37378
37460
|
@jsii.member(jsii_name="VER_14")
|
|
37379
37461
|
def VER_14(cls) -> "SqlServerEngineVersion":
|
|
@@ -37500,6 +37582,12 @@ class SqlServerEngineVersion(
|
|
|
37500
37582
|
'''Version "14.00.3465.1.v1".'''
|
|
37501
37583
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3465_1_V1"))
|
|
37502
37584
|
|
|
37585
|
+
@jsii.python.classproperty
|
|
37586
|
+
@jsii.member(jsii_name="VER_14_00_3471_2_V1")
|
|
37587
|
+
def VER_14_00_3471_2_V1(cls) -> "SqlServerEngineVersion":
|
|
37588
|
+
'''Version "14.00.3471.2.v1 ".'''
|
|
37589
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3471_2_V1"))
|
|
37590
|
+
|
|
37503
37591
|
@jsii.python.classproperty
|
|
37504
37592
|
@jsii.member(jsii_name="VER_15")
|
|
37505
37593
|
def VER_15(cls) -> "SqlServerEngineVersion":
|
|
@@ -37578,6 +37666,18 @@ class SqlServerEngineVersion(
|
|
|
37578
37666
|
'''Version "15.00.4365.2.v1".'''
|
|
37579
37667
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4365_2_V1"))
|
|
37580
37668
|
|
|
37669
|
+
@jsii.python.classproperty
|
|
37670
|
+
@jsii.member(jsii_name="VER_15_00_4375_4_V1")
|
|
37671
|
+
def VER_15_00_4375_4_V1(cls) -> "SqlServerEngineVersion":
|
|
37672
|
+
'''Version "15.00.4375.4.v1".'''
|
|
37673
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4375_4_V1"))
|
|
37674
|
+
|
|
37675
|
+
@jsii.python.classproperty
|
|
37676
|
+
@jsii.member(jsii_name="VER_15_00_4382_1_V1")
|
|
37677
|
+
def VER_15_00_4382_1_V1(cls) -> "SqlServerEngineVersion":
|
|
37678
|
+
'''Version "15.00.4382.1.v1".'''
|
|
37679
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4382_1_V1"))
|
|
37680
|
+
|
|
37581
37681
|
@jsii.python.classproperty
|
|
37582
37682
|
@jsii.member(jsii_name="VER_16")
|
|
37583
37683
|
def VER_16(cls) -> "SqlServerEngineVersion":
|
|
@@ -37620,6 +37720,12 @@ class SqlServerEngineVersion(
|
|
|
37620
37720
|
'''Version "16.00.4125.3.v1".'''
|
|
37621
37721
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4125_3_V1"))
|
|
37622
37722
|
|
|
37723
|
+
@jsii.python.classproperty
|
|
37724
|
+
@jsii.member(jsii_name="VER_16_00_4131_2_V1")
|
|
37725
|
+
def VER_16_00_4131_2_V1(cls) -> "SqlServerEngineVersion":
|
|
37726
|
+
'''Version "16.00.4131.2.v1".'''
|
|
37727
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4131_2_V1"))
|
|
37728
|
+
|
|
37623
37729
|
@builtins.property
|
|
37624
37730
|
@jsii.member(jsii_name="sqlServerFullVersion")
|
|
37625
37731
|
def sql_server_full_version(self) -> builtins.str:
|
|
@@ -39216,7 +39322,7 @@ class _DatabaseClusterBaseProxy(
|
|
|
39216
39322
|
if __debug__:
|
|
39217
39323
|
type_hints = typing.get_type_hints(_typecheckingstub__9d08b66d07bda6740308029f9f9847a946318eb4f7c400dc292bc613bf2aa981)
|
|
39218
39324
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
39219
|
-
jsii.set(self, "enableDataApi", value)
|
|
39325
|
+
jsii.set(self, "enableDataApi", value) # pyright: ignore[reportArgumentType]
|
|
39220
39326
|
|
|
39221
39327
|
# Adding a "__jsii_proxy_class__(): typing.Type" function to the abstract class
|
|
39222
39328
|
typing.cast(typing.Any, DatabaseClusterBase).__jsii_proxy_class__ = lambda : _DatabaseClusterBaseProxy
|
|
@@ -39679,7 +39785,7 @@ class DatabaseClusterFromSnapshot(
|
|
|
39679
39785
|
if __debug__:
|
|
39680
39786
|
type_hints = typing.get_type_hints(_typecheckingstub__09168f249a61eb2955070eb4f6d8bb0e27f0b93823b959b2f8d4144b90a1de13)
|
|
39681
39787
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
39682
|
-
jsii.set(self, "enableDataApi", value)
|
|
39788
|
+
jsii.set(self, "enableDataApi", value) # pyright: ignore[reportArgumentType]
|
|
39683
39789
|
|
|
39684
39790
|
@builtins.property
|
|
39685
39791
|
@jsii.member(jsii_name="hasServerlessInstance")
|
|
@@ -39691,7 +39797,7 @@ class DatabaseClusterFromSnapshot(
|
|
|
39691
39797
|
if __debug__:
|
|
39692
39798
|
type_hints = typing.get_type_hints(_typecheckingstub__e63eb6f34d67d73fbb22731ad6edbec3ecbfe466c66956a480d7c6261891a5ec)
|
|
39693
39799
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
39694
|
-
jsii.set(self, "hasServerlessInstance", value)
|
|
39800
|
+
jsii.set(self, "hasServerlessInstance", value) # pyright: ignore[reportArgumentType]
|
|
39695
39801
|
|
|
39696
39802
|
|
|
39697
39803
|
@jsii.implements(IDatabaseInstance)
|
|
@@ -40334,7 +40440,7 @@ class _DatabaseInstanceBaseProxy(
|
|
|
40334
40440
|
if __debug__:
|
|
40335
40441
|
type_hints = typing.get_type_hints(_typecheckingstub__c4dd1452331e9244df1d03e1bfb9218a6f8a135539675439a1ca84aba6183327)
|
|
40336
40442
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
40337
|
-
jsii.set(self, "enableIamAuthentication", value)
|
|
40443
|
+
jsii.set(self, "enableIamAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
40338
40444
|
|
|
40339
40445
|
# Adding a "__jsii_proxy_class__(): typing.Type" function to the abstract class
|
|
40340
40446
|
typing.cast(typing.Any, DatabaseInstanceBase).__jsii_proxy_class__ = lambda : _DatabaseInstanceBaseProxy
|
|
@@ -40736,7 +40842,7 @@ class DatabaseInstanceFromSnapshot(
|
|
|
40736
40842
|
if __debug__:
|
|
40737
40843
|
type_hints = typing.get_type_hints(_typecheckingstub__461242b933d96c2475c414109a3d51cfd19b6d911ac2c0e37cb8b34f344b8ff2)
|
|
40738
40844
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
40739
|
-
jsii.set(self, "enableIamAuthentication", value)
|
|
40845
|
+
jsii.set(self, "enableIamAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
40740
40846
|
|
|
40741
40847
|
|
|
40742
40848
|
@jsii.data_type(
|
|
@@ -42902,7 +43008,7 @@ class DatabaseInstanceReadReplica(
|
|
|
42902
43008
|
if __debug__:
|
|
42903
43009
|
type_hints = typing.get_type_hints(_typecheckingstub__c12068276d8ec381a1d03be32bb38fc655789a4e773a9ef806ca3e5ffa12ff12)
|
|
42904
43010
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
42905
|
-
jsii.set(self, "enableIamAuthentication", value)
|
|
43011
|
+
jsii.set(self, "enableIamAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
42906
43012
|
|
|
42907
43013
|
|
|
42908
43014
|
@jsii.implements(_IConnectable_10015a05, _ISecretAttachmentTarget_123e2df9, IDatabaseProxy)
|
|
@@ -43723,7 +43829,7 @@ class DatabaseCluster(
|
|
|
43723
43829
|
if __debug__:
|
|
43724
43830
|
type_hints = typing.get_type_hints(_typecheckingstub__99866d5c41074781c4a79886fe77854701d0fd6f6828cca02592648a0b355bfc)
|
|
43725
43831
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
43726
|
-
jsii.set(self, "enableDataApi", value)
|
|
43832
|
+
jsii.set(self, "enableDataApi", value) # pyright: ignore[reportArgumentType]
|
|
43727
43833
|
|
|
43728
43834
|
@builtins.property
|
|
43729
43835
|
@jsii.member(jsii_name="hasServerlessInstance")
|
|
@@ -43735,7 +43841,7 @@ class DatabaseCluster(
|
|
|
43735
43841
|
if __debug__:
|
|
43736
43842
|
type_hints = typing.get_type_hints(_typecheckingstub__fa163739e67c44827c5ffd010e81181ab3a57ccec6514d860c3261ddb935f3f5)
|
|
43737
43843
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
43738
|
-
jsii.set(self, "hasServerlessInstance", value)
|
|
43844
|
+
jsii.set(self, "hasServerlessInstance", value) # pyright: ignore[reportArgumentType]
|
|
43739
43845
|
|
|
43740
43846
|
|
|
43741
43847
|
@jsii.implements(IDatabaseInstance)
|
|
@@ -44150,7 +44256,7 @@ class DatabaseInstance(
|
|
|
44150
44256
|
if __debug__:
|
|
44151
44257
|
type_hints = typing.get_type_hints(_typecheckingstub__84d6de235f7d15c552af4bc77a663d18a20524641c0cf9a49a093c712f276687)
|
|
44152
44258
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
44153
|
-
jsii.set(self, "enableIamAuthentication", value)
|
|
44259
|
+
jsii.set(self, "enableIamAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
44154
44260
|
|
|
44155
44261
|
|
|
44156
44262
|
__all__ = [
|