aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__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.1.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 +143 -130
- 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 +15766 -3438
- 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 +47 -33
- 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 +99 -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 +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -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 +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- 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 +98 -98
- 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 +490 -34
- 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 +49 -40
- 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 +127 -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 +2414 -282
- 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 +176 -105
- 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 +289 -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.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.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.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_dms/__init__.py
CHANGED
|
@@ -162,7 +162,7 @@ class CfnCertificate(
|
|
|
162
162
|
if __debug__:
|
|
163
163
|
type_hints = typing.get_type_hints(_typecheckingstub__5f62a480b92e0600c6f9c24ec065961ca68c8267f28552593ff2bd04d1a6071d)
|
|
164
164
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
165
|
-
jsii.set(self, "certificateIdentifier", value)
|
|
165
|
+
jsii.set(self, "certificateIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
166
166
|
|
|
167
167
|
@builtins.property
|
|
168
168
|
@jsii.member(jsii_name="certificatePem")
|
|
@@ -175,7 +175,7 @@ class CfnCertificate(
|
|
|
175
175
|
if __debug__:
|
|
176
176
|
type_hints = typing.get_type_hints(_typecheckingstub__313faf62724606e0e1418e631be23b5d6929e5f5b5dc81d9efcf33f65b18ee6f)
|
|
177
177
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
178
|
-
jsii.set(self, "certificatePem", value)
|
|
178
|
+
jsii.set(self, "certificatePem", value) # pyright: ignore[reportArgumentType]
|
|
179
179
|
|
|
180
180
|
@builtins.property
|
|
181
181
|
@jsii.member(jsii_name="certificateWallet")
|
|
@@ -188,7 +188,7 @@ class CfnCertificate(
|
|
|
188
188
|
if __debug__:
|
|
189
189
|
type_hints = typing.get_type_hints(_typecheckingstub__4d761187c2ccc6e6454d7cb505d195a8e53d4bc1a28c7f3f46d3c576a1fb0671)
|
|
190
190
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
191
|
-
jsii.set(self, "certificateWallet", value)
|
|
191
|
+
jsii.set(self, "certificateWallet", value) # pyright: ignore[reportArgumentType]
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
@jsii.data_type(
|
|
@@ -425,7 +425,7 @@ class CfnDataProvider(
|
|
|
425
425
|
if __debug__:
|
|
426
426
|
type_hints = typing.get_type_hints(_typecheckingstub__020de7951d6d70bc9d3efa600e1210f388dcd2776433c31a4e92b6afe9782ff2)
|
|
427
427
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
428
|
-
jsii.set(self, "engine", value)
|
|
428
|
+
jsii.set(self, "engine", value) # pyright: ignore[reportArgumentType]
|
|
429
429
|
|
|
430
430
|
@builtins.property
|
|
431
431
|
@jsii.member(jsii_name="dataProviderIdentifier")
|
|
@@ -438,7 +438,7 @@ class CfnDataProvider(
|
|
|
438
438
|
if __debug__:
|
|
439
439
|
type_hints = typing.get_type_hints(_typecheckingstub__05caa8991d8aa025161e83d5ae88c03b5b1d3dc49c14071f0728788a968f2568)
|
|
440
440
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
441
|
-
jsii.set(self, "dataProviderIdentifier", value)
|
|
441
|
+
jsii.set(self, "dataProviderIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
442
442
|
|
|
443
443
|
@builtins.property
|
|
444
444
|
@jsii.member(jsii_name="dataProviderName")
|
|
@@ -451,7 +451,7 @@ class CfnDataProvider(
|
|
|
451
451
|
if __debug__:
|
|
452
452
|
type_hints = typing.get_type_hints(_typecheckingstub__454cfcd7845bc90fe7e1a58a73587247e646a6372c641c3514ea21f8d6f11777)
|
|
453
453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
454
|
-
jsii.set(self, "dataProviderName", value)
|
|
454
|
+
jsii.set(self, "dataProviderName", value) # pyright: ignore[reportArgumentType]
|
|
455
455
|
|
|
456
456
|
@builtins.property
|
|
457
457
|
@jsii.member(jsii_name="description")
|
|
@@ -464,7 +464,7 @@ class CfnDataProvider(
|
|
|
464
464
|
if __debug__:
|
|
465
465
|
type_hints = typing.get_type_hints(_typecheckingstub__ecadd16a9c7e49c8bf8e1b2e26f904f253dbd4bbefc352e35330e2788cb60915)
|
|
466
466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
467
|
-
jsii.set(self, "description", value)
|
|
467
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
468
468
|
|
|
469
469
|
@builtins.property
|
|
470
470
|
@jsii.member(jsii_name="exactSettings")
|
|
@@ -482,7 +482,7 @@ class CfnDataProvider(
|
|
|
482
482
|
if __debug__:
|
|
483
483
|
type_hints = typing.get_type_hints(_typecheckingstub__f4d016d92a836fecec39275d37ba39e9b434aac43e0b8d6b9a644a15bfff4ef8)
|
|
484
484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
485
|
-
jsii.set(self, "exactSettings", value)
|
|
485
|
+
jsii.set(self, "exactSettings", value) # pyright: ignore[reportArgumentType]
|
|
486
486
|
|
|
487
487
|
@builtins.property
|
|
488
488
|
@jsii.member(jsii_name="tags")
|
|
@@ -495,7 +495,7 @@ class CfnDataProvider(
|
|
|
495
495
|
if __debug__:
|
|
496
496
|
type_hints = typing.get_type_hints(_typecheckingstub__15d6e40a485e85376660625e14969b38fc293c419cb77e7880107c25ae376134)
|
|
497
497
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
498
|
-
jsii.set(self, "tags", value)
|
|
498
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
499
499
|
|
|
500
500
|
|
|
501
501
|
@jsii.data_type(
|
|
@@ -1143,7 +1143,7 @@ class CfnEndpoint(
|
|
|
1143
1143
|
if __debug__:
|
|
1144
1144
|
type_hints = typing.get_type_hints(_typecheckingstub__eda1263f706197fdf07170ebe2dd59f394f263e412b2d4e5dd097f6126b80995)
|
|
1145
1145
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1146
|
-
jsii.set(self, "endpointType", value)
|
|
1146
|
+
jsii.set(self, "endpointType", value) # pyright: ignore[reportArgumentType]
|
|
1147
1147
|
|
|
1148
1148
|
@builtins.property
|
|
1149
1149
|
@jsii.member(jsii_name="engineName")
|
|
@@ -1156,7 +1156,7 @@ class CfnEndpoint(
|
|
|
1156
1156
|
if __debug__:
|
|
1157
1157
|
type_hints = typing.get_type_hints(_typecheckingstub__63622e2ea94914c36460dc51358529b45a8dccc7d4b2c8b2cd29cfa5a8a292c3)
|
|
1158
1158
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1159
|
-
jsii.set(self, "engineName", value)
|
|
1159
|
+
jsii.set(self, "engineName", value) # pyright: ignore[reportArgumentType]
|
|
1160
1160
|
|
|
1161
1161
|
@builtins.property
|
|
1162
1162
|
@jsii.member(jsii_name="certificateArn")
|
|
@@ -1169,7 +1169,7 @@ class CfnEndpoint(
|
|
|
1169
1169
|
if __debug__:
|
|
1170
1170
|
type_hints = typing.get_type_hints(_typecheckingstub__9a24a958c0fb12c44c9cb90d3499e73f80f94637351708be30c85163fc7c3694)
|
|
1171
1171
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1172
|
-
jsii.set(self, "certificateArn", value)
|
|
1172
|
+
jsii.set(self, "certificateArn", value) # pyright: ignore[reportArgumentType]
|
|
1173
1173
|
|
|
1174
1174
|
@builtins.property
|
|
1175
1175
|
@jsii.member(jsii_name="databaseName")
|
|
@@ -1182,7 +1182,7 @@ class CfnEndpoint(
|
|
|
1182
1182
|
if __debug__:
|
|
1183
1183
|
type_hints = typing.get_type_hints(_typecheckingstub__a7fa111faf4b7852de973ab5c9eef4a2e95048c2fb0e4c4677655ec5b350a002)
|
|
1184
1184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1185
|
-
jsii.set(self, "databaseName", value)
|
|
1185
|
+
jsii.set(self, "databaseName", value) # pyright: ignore[reportArgumentType]
|
|
1186
1186
|
|
|
1187
1187
|
@builtins.property
|
|
1188
1188
|
@jsii.member(jsii_name="docDbSettings")
|
|
@@ -1200,7 +1200,7 @@ class CfnEndpoint(
|
|
|
1200
1200
|
if __debug__:
|
|
1201
1201
|
type_hints = typing.get_type_hints(_typecheckingstub__964181ee2a910015024cb3f101a00f9f8185212a583fc0880419c4b8f4665704)
|
|
1202
1202
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1203
|
-
jsii.set(self, "docDbSettings", value)
|
|
1203
|
+
jsii.set(self, "docDbSettings", value) # pyright: ignore[reportArgumentType]
|
|
1204
1204
|
|
|
1205
1205
|
@builtins.property
|
|
1206
1206
|
@jsii.member(jsii_name="dynamoDbSettings")
|
|
@@ -1218,7 +1218,7 @@ class CfnEndpoint(
|
|
|
1218
1218
|
if __debug__:
|
|
1219
1219
|
type_hints = typing.get_type_hints(_typecheckingstub__d1e66bdb10c14f72319011edd2b4677a0c649392f33602507802cb167a5121d5)
|
|
1220
1220
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1221
|
-
jsii.set(self, "dynamoDbSettings", value)
|
|
1221
|
+
jsii.set(self, "dynamoDbSettings", value) # pyright: ignore[reportArgumentType]
|
|
1222
1222
|
|
|
1223
1223
|
@builtins.property
|
|
1224
1224
|
@jsii.member(jsii_name="elasticsearchSettings")
|
|
@@ -1236,7 +1236,7 @@ class CfnEndpoint(
|
|
|
1236
1236
|
if __debug__:
|
|
1237
1237
|
type_hints = typing.get_type_hints(_typecheckingstub__7a06f40e1959e428f7f5c27f542081cd85f979ba31209ebc3fe63da010fddb64)
|
|
1238
1238
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1239
|
-
jsii.set(self, "elasticsearchSettings", value)
|
|
1239
|
+
jsii.set(self, "elasticsearchSettings", value) # pyright: ignore[reportArgumentType]
|
|
1240
1240
|
|
|
1241
1241
|
@builtins.property
|
|
1242
1242
|
@jsii.member(jsii_name="endpointIdentifier")
|
|
@@ -1249,7 +1249,7 @@ class CfnEndpoint(
|
|
|
1249
1249
|
if __debug__:
|
|
1250
1250
|
type_hints = typing.get_type_hints(_typecheckingstub__92a35632be5509ee14e90879734777fda7c0b08f4db0213ccb6b20ac83182823)
|
|
1251
1251
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1252
|
-
jsii.set(self, "endpointIdentifier", value)
|
|
1252
|
+
jsii.set(self, "endpointIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
1253
1253
|
|
|
1254
1254
|
@builtins.property
|
|
1255
1255
|
@jsii.member(jsii_name="extraConnectionAttributes")
|
|
@@ -1262,7 +1262,7 @@ class CfnEndpoint(
|
|
|
1262
1262
|
if __debug__:
|
|
1263
1263
|
type_hints = typing.get_type_hints(_typecheckingstub__e00122aa6cacf409b94a9e3ae515c70d887464581820b45e08ce367673072c58)
|
|
1264
1264
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1265
|
-
jsii.set(self, "extraConnectionAttributes", value)
|
|
1265
|
+
jsii.set(self, "extraConnectionAttributes", value) # pyright: ignore[reportArgumentType]
|
|
1266
1266
|
|
|
1267
1267
|
@builtins.property
|
|
1268
1268
|
@jsii.member(jsii_name="gcpMySqlSettings")
|
|
@@ -1280,7 +1280,7 @@ class CfnEndpoint(
|
|
|
1280
1280
|
if __debug__:
|
|
1281
1281
|
type_hints = typing.get_type_hints(_typecheckingstub__4c3a8d92e577dbc9df7cec45318f33c1e0fcbdf463cc7dfd5569ea58f1d00c06)
|
|
1282
1282
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1283
|
-
jsii.set(self, "gcpMySqlSettings", value)
|
|
1283
|
+
jsii.set(self, "gcpMySqlSettings", value) # pyright: ignore[reportArgumentType]
|
|
1284
1284
|
|
|
1285
1285
|
@builtins.property
|
|
1286
1286
|
@jsii.member(jsii_name="ibmDb2Settings")
|
|
@@ -1298,7 +1298,7 @@ class CfnEndpoint(
|
|
|
1298
1298
|
if __debug__:
|
|
1299
1299
|
type_hints = typing.get_type_hints(_typecheckingstub__44fef44c81ef6b8da87158243f0ccbedc43e7299d8652a35b098afa7a04a61c3)
|
|
1300
1300
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1301
|
-
jsii.set(self, "ibmDb2Settings", value)
|
|
1301
|
+
jsii.set(self, "ibmDb2Settings", value) # pyright: ignore[reportArgumentType]
|
|
1302
1302
|
|
|
1303
1303
|
@builtins.property
|
|
1304
1304
|
@jsii.member(jsii_name="kafkaSettings")
|
|
@@ -1316,7 +1316,7 @@ class CfnEndpoint(
|
|
|
1316
1316
|
if __debug__:
|
|
1317
1317
|
type_hints = typing.get_type_hints(_typecheckingstub__5b7582d27225e5fe52e2294251941bf9c566610655a620a14039a2b6f9e42b21)
|
|
1318
1318
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1319
|
-
jsii.set(self, "kafkaSettings", value)
|
|
1319
|
+
jsii.set(self, "kafkaSettings", value) # pyright: ignore[reportArgumentType]
|
|
1320
1320
|
|
|
1321
1321
|
@builtins.property
|
|
1322
1322
|
@jsii.member(jsii_name="kinesisSettings")
|
|
@@ -1334,7 +1334,7 @@ class CfnEndpoint(
|
|
|
1334
1334
|
if __debug__:
|
|
1335
1335
|
type_hints = typing.get_type_hints(_typecheckingstub__ceccea684f95f5083095044bdbf739f8871dcf9b280587dfc9f741fad0e19969)
|
|
1336
1336
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1337
|
-
jsii.set(self, "kinesisSettings", value)
|
|
1337
|
+
jsii.set(self, "kinesisSettings", value) # pyright: ignore[reportArgumentType]
|
|
1338
1338
|
|
|
1339
1339
|
@builtins.property
|
|
1340
1340
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -1347,7 +1347,7 @@ class CfnEndpoint(
|
|
|
1347
1347
|
if __debug__:
|
|
1348
1348
|
type_hints = typing.get_type_hints(_typecheckingstub__2f98695584c46299d7a2dcf051622c328dcc6be01c1ec45e4645a4976755b9b8)
|
|
1349
1349
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1350
|
-
jsii.set(self, "kmsKeyId", value)
|
|
1350
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
1351
1351
|
|
|
1352
1352
|
@builtins.property
|
|
1353
1353
|
@jsii.member(jsii_name="microsoftSqlServerSettings")
|
|
@@ -1365,7 +1365,7 @@ class CfnEndpoint(
|
|
|
1365
1365
|
if __debug__:
|
|
1366
1366
|
type_hints = typing.get_type_hints(_typecheckingstub__f0d6650a04db2e7248a94227234af24d3685774adf590b885acf6d9a8e46f33c)
|
|
1367
1367
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1368
|
-
jsii.set(self, "microsoftSqlServerSettings", value)
|
|
1368
|
+
jsii.set(self, "microsoftSqlServerSettings", value) # pyright: ignore[reportArgumentType]
|
|
1369
1369
|
|
|
1370
1370
|
@builtins.property
|
|
1371
1371
|
@jsii.member(jsii_name="mongoDbSettings")
|
|
@@ -1383,7 +1383,7 @@ class CfnEndpoint(
|
|
|
1383
1383
|
if __debug__:
|
|
1384
1384
|
type_hints = typing.get_type_hints(_typecheckingstub__7c34d02d08d15c9c23ee3acd69fc24c805faf00f28977c15fc4904ad2240ff59)
|
|
1385
1385
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1386
|
-
jsii.set(self, "mongoDbSettings", value)
|
|
1386
|
+
jsii.set(self, "mongoDbSettings", value) # pyright: ignore[reportArgumentType]
|
|
1387
1387
|
|
|
1388
1388
|
@builtins.property
|
|
1389
1389
|
@jsii.member(jsii_name="mySqlSettings")
|
|
@@ -1401,7 +1401,7 @@ class CfnEndpoint(
|
|
|
1401
1401
|
if __debug__:
|
|
1402
1402
|
type_hints = typing.get_type_hints(_typecheckingstub__33dc654f9976a21468a898b3a1a83eab0b9827d20b4050ca617ac942a51a2bc3)
|
|
1403
1403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1404
|
-
jsii.set(self, "mySqlSettings", value)
|
|
1404
|
+
jsii.set(self, "mySqlSettings", value) # pyright: ignore[reportArgumentType]
|
|
1405
1405
|
|
|
1406
1406
|
@builtins.property
|
|
1407
1407
|
@jsii.member(jsii_name="neptuneSettings")
|
|
@@ -1419,7 +1419,7 @@ class CfnEndpoint(
|
|
|
1419
1419
|
if __debug__:
|
|
1420
1420
|
type_hints = typing.get_type_hints(_typecheckingstub__4bf2bf255501ef1ab216d754bda1b21fd5c2d7fa8b9eb7aef6710a3a3486ac0e)
|
|
1421
1421
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1422
|
-
jsii.set(self, "neptuneSettings", value)
|
|
1422
|
+
jsii.set(self, "neptuneSettings", value) # pyright: ignore[reportArgumentType]
|
|
1423
1423
|
|
|
1424
1424
|
@builtins.property
|
|
1425
1425
|
@jsii.member(jsii_name="oracleSettings")
|
|
@@ -1437,7 +1437,7 @@ class CfnEndpoint(
|
|
|
1437
1437
|
if __debug__:
|
|
1438
1438
|
type_hints = typing.get_type_hints(_typecheckingstub__6b582a457202f3791a344c9af49ce79ffaf942cd191b44898b2f3c01b25dcc73)
|
|
1439
1439
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1440
|
-
jsii.set(self, "oracleSettings", value)
|
|
1440
|
+
jsii.set(self, "oracleSettings", value) # pyright: ignore[reportArgumentType]
|
|
1441
1441
|
|
|
1442
1442
|
@builtins.property
|
|
1443
1443
|
@jsii.member(jsii_name="password")
|
|
@@ -1450,7 +1450,7 @@ class CfnEndpoint(
|
|
|
1450
1450
|
if __debug__:
|
|
1451
1451
|
type_hints = typing.get_type_hints(_typecheckingstub__d8fd19a57de2f1cfb856e6db1169b1753391b1b029e1d88babd8e74254c6a135)
|
|
1452
1452
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1453
|
-
jsii.set(self, "password", value)
|
|
1453
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
1454
1454
|
|
|
1455
1455
|
@builtins.property
|
|
1456
1456
|
@jsii.member(jsii_name="port")
|
|
@@ -1463,7 +1463,7 @@ class CfnEndpoint(
|
|
|
1463
1463
|
if __debug__:
|
|
1464
1464
|
type_hints = typing.get_type_hints(_typecheckingstub__bc21911fa58b80854e027035398d650995a4315e7a391656d88cbdffe85c10b8)
|
|
1465
1465
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1466
|
-
jsii.set(self, "port", value)
|
|
1466
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
1467
1467
|
|
|
1468
1468
|
@builtins.property
|
|
1469
1469
|
@jsii.member(jsii_name="postgreSqlSettings")
|
|
@@ -1481,7 +1481,7 @@ class CfnEndpoint(
|
|
|
1481
1481
|
if __debug__:
|
|
1482
1482
|
type_hints = typing.get_type_hints(_typecheckingstub__5ae50808797b6c50dc9996fead375c4ab91f2b93a7e63dfb0f24b0eda9b51f9e)
|
|
1483
1483
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1484
|
-
jsii.set(self, "postgreSqlSettings", value)
|
|
1484
|
+
jsii.set(self, "postgreSqlSettings", value) # pyright: ignore[reportArgumentType]
|
|
1485
1485
|
|
|
1486
1486
|
@builtins.property
|
|
1487
1487
|
@jsii.member(jsii_name="redisSettings")
|
|
@@ -1499,7 +1499,7 @@ class CfnEndpoint(
|
|
|
1499
1499
|
if __debug__:
|
|
1500
1500
|
type_hints = typing.get_type_hints(_typecheckingstub__804bbb4ffca52155c93eb3b6c86a39edc8f1c8e0f7285eed7a57484757768a01)
|
|
1501
1501
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1502
|
-
jsii.set(self, "redisSettings", value)
|
|
1502
|
+
jsii.set(self, "redisSettings", value) # pyright: ignore[reportArgumentType]
|
|
1503
1503
|
|
|
1504
1504
|
@builtins.property
|
|
1505
1505
|
@jsii.member(jsii_name="redshiftSettings")
|
|
@@ -1517,7 +1517,7 @@ class CfnEndpoint(
|
|
|
1517
1517
|
if __debug__:
|
|
1518
1518
|
type_hints = typing.get_type_hints(_typecheckingstub__29371f2c2b4a796793306172c888eba1b4d13b9962006ea4ea55d37fd5168a89)
|
|
1519
1519
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1520
|
-
jsii.set(self, "redshiftSettings", value)
|
|
1520
|
+
jsii.set(self, "redshiftSettings", value) # pyright: ignore[reportArgumentType]
|
|
1521
1521
|
|
|
1522
1522
|
@builtins.property
|
|
1523
1523
|
@jsii.member(jsii_name="resourceIdentifier")
|
|
@@ -1530,7 +1530,7 @@ class CfnEndpoint(
|
|
|
1530
1530
|
if __debug__:
|
|
1531
1531
|
type_hints = typing.get_type_hints(_typecheckingstub__3b0c28b3eb52d69409a66690703aa50b58092a39244a75cec0482fe1b15ddf90)
|
|
1532
1532
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1533
|
-
jsii.set(self, "resourceIdentifier", value)
|
|
1533
|
+
jsii.set(self, "resourceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
1534
1534
|
|
|
1535
1535
|
@builtins.property
|
|
1536
1536
|
@jsii.member(jsii_name="s3Settings")
|
|
@@ -1548,7 +1548,7 @@ class CfnEndpoint(
|
|
|
1548
1548
|
if __debug__:
|
|
1549
1549
|
type_hints = typing.get_type_hints(_typecheckingstub__beebfa648d87c594a19d4f5008c375d047ed33feb9cda485735fdfbdf6778832)
|
|
1550
1550
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1551
|
-
jsii.set(self, "s3Settings", value)
|
|
1551
|
+
jsii.set(self, "s3Settings", value) # pyright: ignore[reportArgumentType]
|
|
1552
1552
|
|
|
1553
1553
|
@builtins.property
|
|
1554
1554
|
@jsii.member(jsii_name="serverName")
|
|
@@ -1561,7 +1561,7 @@ class CfnEndpoint(
|
|
|
1561
1561
|
if __debug__:
|
|
1562
1562
|
type_hints = typing.get_type_hints(_typecheckingstub__47a4f86e530d3114bac695174df1fa4dfd6e883942abff5dbd2860264e4f021d)
|
|
1563
1563
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1564
|
-
jsii.set(self, "serverName", value)
|
|
1564
|
+
jsii.set(self, "serverName", value) # pyright: ignore[reportArgumentType]
|
|
1565
1565
|
|
|
1566
1566
|
@builtins.property
|
|
1567
1567
|
@jsii.member(jsii_name="sslMode")
|
|
@@ -1577,7 +1577,7 @@ class CfnEndpoint(
|
|
|
1577
1577
|
if __debug__:
|
|
1578
1578
|
type_hints = typing.get_type_hints(_typecheckingstub__5b43aa7a197c10a98a463aa675a5dab6fedd3c8ab62c561e6c675f9cbf2294ce)
|
|
1579
1579
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1580
|
-
jsii.set(self, "sslMode", value)
|
|
1580
|
+
jsii.set(self, "sslMode", value) # pyright: ignore[reportArgumentType]
|
|
1581
1581
|
|
|
1582
1582
|
@builtins.property
|
|
1583
1583
|
@jsii.member(jsii_name="sybaseSettings")
|
|
@@ -1595,7 +1595,7 @@ class CfnEndpoint(
|
|
|
1595
1595
|
if __debug__:
|
|
1596
1596
|
type_hints = typing.get_type_hints(_typecheckingstub__8233892017699d61eafcea4f1e10c7e0569b5267219badd590e4c1371d4b6fad)
|
|
1597
1597
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1598
|
-
jsii.set(self, "sybaseSettings", value)
|
|
1598
|
+
jsii.set(self, "sybaseSettings", value) # pyright: ignore[reportArgumentType]
|
|
1599
1599
|
|
|
1600
1600
|
@builtins.property
|
|
1601
1601
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1608,7 +1608,7 @@ class CfnEndpoint(
|
|
|
1608
1608
|
if __debug__:
|
|
1609
1609
|
type_hints = typing.get_type_hints(_typecheckingstub__b8deb35cf3c053bed3738b0ba1313a78b00c19fe30ee591619e0da0e7a7a4be5)
|
|
1610
1610
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1611
|
-
jsii.set(self, "tagsRaw", value)
|
|
1611
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1612
1612
|
|
|
1613
1613
|
@builtins.property
|
|
1614
1614
|
@jsii.member(jsii_name="username")
|
|
@@ -1621,7 +1621,7 @@ class CfnEndpoint(
|
|
|
1621
1621
|
if __debug__:
|
|
1622
1622
|
type_hints = typing.get_type_hints(_typecheckingstub__4b95c2f7591c459e1e407d93e4a7301b1635408431907ffa3cf1c028147952ba)
|
|
1623
1623
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1624
|
-
jsii.set(self, "username", value)
|
|
1624
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
1625
1625
|
|
|
1626
1626
|
@jsii.data_type(
|
|
1627
1627
|
jsii_type="aws-cdk-lib.aws_dms.CfnEndpoint.DocDbSettingsProperty",
|
|
@@ -7813,7 +7813,7 @@ class CfnEventSubscription(
|
|
|
7813
7813
|
if __debug__:
|
|
7814
7814
|
type_hints = typing.get_type_hints(_typecheckingstub__593d665e1b397d43ab850799dd046cefd2398ae5f20b75c1c583ffd38e44a267)
|
|
7815
7815
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7816
|
-
jsii.set(self, "snsTopicArn", value)
|
|
7816
|
+
jsii.set(self, "snsTopicArn", value) # pyright: ignore[reportArgumentType]
|
|
7817
7817
|
|
|
7818
7818
|
@builtins.property
|
|
7819
7819
|
@jsii.member(jsii_name="enabled")
|
|
@@ -7831,7 +7831,7 @@ class CfnEventSubscription(
|
|
|
7831
7831
|
if __debug__:
|
|
7832
7832
|
type_hints = typing.get_type_hints(_typecheckingstub__3f9e6185bdbcfc8331ed5d83bf2fbaa37dd9cb811c4e70a7c8fa3cf2a9f73604)
|
|
7833
7833
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7834
|
-
jsii.set(self, "enabled", value)
|
|
7834
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
7835
7835
|
|
|
7836
7836
|
@builtins.property
|
|
7837
7837
|
@jsii.member(jsii_name="eventCategories")
|
|
@@ -7847,7 +7847,7 @@ class CfnEventSubscription(
|
|
|
7847
7847
|
if __debug__:
|
|
7848
7848
|
type_hints = typing.get_type_hints(_typecheckingstub__81aa84e39b9b7bbdb179d4aaaf48fa31beb2f53900fa1922bc6eec95a164d353)
|
|
7849
7849
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7850
|
-
jsii.set(self, "eventCategories", value)
|
|
7850
|
+
jsii.set(self, "eventCategories", value) # pyright: ignore[reportArgumentType]
|
|
7851
7851
|
|
|
7852
7852
|
@builtins.property
|
|
7853
7853
|
@jsii.member(jsii_name="sourceIds")
|
|
@@ -7860,7 +7860,7 @@ class CfnEventSubscription(
|
|
|
7860
7860
|
if __debug__:
|
|
7861
7861
|
type_hints = typing.get_type_hints(_typecheckingstub__5edd33fe4079b583e104f1f4e62422a4260f4f203418e37a0cf7bcc1966c9565)
|
|
7862
7862
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7863
|
-
jsii.set(self, "sourceIds", value)
|
|
7863
|
+
jsii.set(self, "sourceIds", value) # pyright: ignore[reportArgumentType]
|
|
7864
7864
|
|
|
7865
7865
|
@builtins.property
|
|
7866
7866
|
@jsii.member(jsii_name="sourceType")
|
|
@@ -7873,7 +7873,7 @@ class CfnEventSubscription(
|
|
|
7873
7873
|
if __debug__:
|
|
7874
7874
|
type_hints = typing.get_type_hints(_typecheckingstub__df31bd385d9a632c6d6aefb66fd10f1e20bfc574f4166fbdc97e9057812618dc)
|
|
7875
7875
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7876
|
-
jsii.set(self, "sourceType", value)
|
|
7876
|
+
jsii.set(self, "sourceType", value) # pyright: ignore[reportArgumentType]
|
|
7877
7877
|
|
|
7878
7878
|
@builtins.property
|
|
7879
7879
|
@jsii.member(jsii_name="subscriptionName")
|
|
@@ -7886,7 +7886,7 @@ class CfnEventSubscription(
|
|
|
7886
7886
|
if __debug__:
|
|
7887
7887
|
type_hints = typing.get_type_hints(_typecheckingstub__ff68707f28923ac91e18c59be07ef7df511b633754f39276fd09448e2df08f91)
|
|
7888
7888
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7889
|
-
jsii.set(self, "subscriptionName", value)
|
|
7889
|
+
jsii.set(self, "subscriptionName", value) # pyright: ignore[reportArgumentType]
|
|
7890
7890
|
|
|
7891
7891
|
@builtins.property
|
|
7892
7892
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7899,7 +7899,7 @@ class CfnEventSubscription(
|
|
|
7899
7899
|
if __debug__:
|
|
7900
7900
|
type_hints = typing.get_type_hints(_typecheckingstub__80baa3035b4fe50b1e5040583141b0b892965c1bceea423668eba59b6a4693e0)
|
|
7901
7901
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7902
|
-
jsii.set(self, "tagsRaw", value)
|
|
7902
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7903
7903
|
|
|
7904
7904
|
|
|
7905
7905
|
@jsii.data_type(
|
|
@@ -8234,7 +8234,7 @@ class CfnInstanceProfile(
|
|
|
8234
8234
|
if __debug__:
|
|
8235
8235
|
type_hints = typing.get_type_hints(_typecheckingstub__7805a3c0f395e2f5616503be94a7a3d3a684e843abb549e10dafe313f3b6963e)
|
|
8236
8236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8237
|
-
jsii.set(self, "availabilityZone", value)
|
|
8237
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
8238
8238
|
|
|
8239
8239
|
@builtins.property
|
|
8240
8240
|
@jsii.member(jsii_name="description")
|
|
@@ -8247,7 +8247,7 @@ class CfnInstanceProfile(
|
|
|
8247
8247
|
if __debug__:
|
|
8248
8248
|
type_hints = typing.get_type_hints(_typecheckingstub__98de871dda338355afedba4e4db5b2f2d06c3dac29d4225e710c03a257396bda)
|
|
8249
8249
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8250
|
-
jsii.set(self, "description", value)
|
|
8250
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
8251
8251
|
|
|
8252
8252
|
@builtins.property
|
|
8253
8253
|
@jsii.member(jsii_name="instanceProfileIdentifier")
|
|
@@ -8260,7 +8260,7 @@ class CfnInstanceProfile(
|
|
|
8260
8260
|
if __debug__:
|
|
8261
8261
|
type_hints = typing.get_type_hints(_typecheckingstub__adc46e83492bd9e5c1b2998646230bbfaefa04312834f26a3704ed50fe6d3c73)
|
|
8262
8262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8263
|
-
jsii.set(self, "instanceProfileIdentifier", value)
|
|
8263
|
+
jsii.set(self, "instanceProfileIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8264
8264
|
|
|
8265
8265
|
@builtins.property
|
|
8266
8266
|
@jsii.member(jsii_name="instanceProfileName")
|
|
@@ -8273,7 +8273,7 @@ class CfnInstanceProfile(
|
|
|
8273
8273
|
if __debug__:
|
|
8274
8274
|
type_hints = typing.get_type_hints(_typecheckingstub__4e1381637e90360c57a7887d83c6d85fd5d618213f81718da1dcf9c140a95966)
|
|
8275
8275
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8276
|
-
jsii.set(self, "instanceProfileName", value)
|
|
8276
|
+
jsii.set(self, "instanceProfileName", value) # pyright: ignore[reportArgumentType]
|
|
8277
8277
|
|
|
8278
8278
|
@builtins.property
|
|
8279
8279
|
@jsii.member(jsii_name="kmsKeyArn")
|
|
@@ -8286,7 +8286,7 @@ class CfnInstanceProfile(
|
|
|
8286
8286
|
if __debug__:
|
|
8287
8287
|
type_hints = typing.get_type_hints(_typecheckingstub__7f4d581525fcc739af608fad445ea300f231676aaaddbc1fe7ef970e225bb1f7)
|
|
8288
8288
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8289
|
-
jsii.set(self, "kmsKeyArn", value)
|
|
8289
|
+
jsii.set(self, "kmsKeyArn", value) # pyright: ignore[reportArgumentType]
|
|
8290
8290
|
|
|
8291
8291
|
@builtins.property
|
|
8292
8292
|
@jsii.member(jsii_name="networkType")
|
|
@@ -8299,7 +8299,7 @@ class CfnInstanceProfile(
|
|
|
8299
8299
|
if __debug__:
|
|
8300
8300
|
type_hints = typing.get_type_hints(_typecheckingstub__23bc9a7e8ff96ae22982668c0a90e427cd65f81443fa65b96881009765893978)
|
|
8301
8301
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8302
|
-
jsii.set(self, "networkType", value)
|
|
8302
|
+
jsii.set(self, "networkType", value) # pyright: ignore[reportArgumentType]
|
|
8303
8303
|
|
|
8304
8304
|
@builtins.property
|
|
8305
8305
|
@jsii.member(jsii_name="publiclyAccessible")
|
|
@@ -8317,7 +8317,7 @@ class CfnInstanceProfile(
|
|
|
8317
8317
|
if __debug__:
|
|
8318
8318
|
type_hints = typing.get_type_hints(_typecheckingstub__bab01c20133942c669cfa6364b41fe2f0884195135cdb484b907cd1d017de096)
|
|
8319
8319
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8320
|
-
jsii.set(self, "publiclyAccessible", value)
|
|
8320
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
8321
8321
|
|
|
8322
8322
|
@builtins.property
|
|
8323
8323
|
@jsii.member(jsii_name="subnetGroupIdentifier")
|
|
@@ -8330,7 +8330,7 @@ class CfnInstanceProfile(
|
|
|
8330
8330
|
if __debug__:
|
|
8331
8331
|
type_hints = typing.get_type_hints(_typecheckingstub__9dd1328bedaa07486f249a94e5cb045c3d86574e3e0b22d39915c10b0944c77d)
|
|
8332
8332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8333
|
-
jsii.set(self, "subnetGroupIdentifier", value)
|
|
8333
|
+
jsii.set(self, "subnetGroupIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8334
8334
|
|
|
8335
8335
|
@builtins.property
|
|
8336
8336
|
@jsii.member(jsii_name="tags")
|
|
@@ -8343,7 +8343,7 @@ class CfnInstanceProfile(
|
|
|
8343
8343
|
if __debug__:
|
|
8344
8344
|
type_hints = typing.get_type_hints(_typecheckingstub__18cb1326620745b811df71b6f775ffff322b6d7a24cc629d76bd1a938e4e1e10)
|
|
8345
8345
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8346
|
-
jsii.set(self, "tags", value)
|
|
8346
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
8347
8347
|
|
|
8348
8348
|
@builtins.property
|
|
8349
8349
|
@jsii.member(jsii_name="vpcSecurityGroups")
|
|
@@ -8359,7 +8359,7 @@ class CfnInstanceProfile(
|
|
|
8359
8359
|
if __debug__:
|
|
8360
8360
|
type_hints = typing.get_type_hints(_typecheckingstub__4acb79a955201c074f7475d3a51ea385cae01e682de7bd61381384953fb050e4)
|
|
8361
8361
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8362
|
-
jsii.set(self, "vpcSecurityGroups", value)
|
|
8362
|
+
jsii.set(self, "vpcSecurityGroups", value) # pyright: ignore[reportArgumentType]
|
|
8363
8363
|
|
|
8364
8364
|
|
|
8365
8365
|
@jsii.data_type(
|
|
@@ -8753,7 +8753,7 @@ class CfnMigrationProject(
|
|
|
8753
8753
|
if __debug__:
|
|
8754
8754
|
type_hints = typing.get_type_hints(_typecheckingstub__b6c4df3a27d190edf622a69f5bd243619958a52f12a7a2096b3c8915be11ee0d)
|
|
8755
8755
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8756
|
-
jsii.set(self, "description", value)
|
|
8756
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
8757
8757
|
|
|
8758
8758
|
@builtins.property
|
|
8759
8759
|
@jsii.member(jsii_name="instanceProfileArn")
|
|
@@ -8766,7 +8766,7 @@ class CfnMigrationProject(
|
|
|
8766
8766
|
if __debug__:
|
|
8767
8767
|
type_hints = typing.get_type_hints(_typecheckingstub__fb1088337e159a58c057cac4f84e3b23c6881a1c6ead507f336ae854ce449cc0)
|
|
8768
8768
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8769
|
-
jsii.set(self, "instanceProfileArn", value)
|
|
8769
|
+
jsii.set(self, "instanceProfileArn", value) # pyright: ignore[reportArgumentType]
|
|
8770
8770
|
|
|
8771
8771
|
@builtins.property
|
|
8772
8772
|
@jsii.member(jsii_name="instanceProfileIdentifier")
|
|
@@ -8779,7 +8779,7 @@ class CfnMigrationProject(
|
|
|
8779
8779
|
if __debug__:
|
|
8780
8780
|
type_hints = typing.get_type_hints(_typecheckingstub__69e488dc8697a5afa8fd5ad8a91be36da51b419476ffb73594779e6c292e3cd9)
|
|
8781
8781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8782
|
-
jsii.set(self, "instanceProfileIdentifier", value)
|
|
8782
|
+
jsii.set(self, "instanceProfileIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8783
8783
|
|
|
8784
8784
|
@builtins.property
|
|
8785
8785
|
@jsii.member(jsii_name="instanceProfileName")
|
|
@@ -8792,7 +8792,7 @@ class CfnMigrationProject(
|
|
|
8792
8792
|
if __debug__:
|
|
8793
8793
|
type_hints = typing.get_type_hints(_typecheckingstub__812b2039dff2aa0cc8cc17107db06bd70989e3fa445f454e3410c74ec7c6255e)
|
|
8794
8794
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8795
|
-
jsii.set(self, "instanceProfileName", value)
|
|
8795
|
+
jsii.set(self, "instanceProfileName", value) # pyright: ignore[reportArgumentType]
|
|
8796
8796
|
|
|
8797
8797
|
@builtins.property
|
|
8798
8798
|
@jsii.member(jsii_name="migrationProjectCreationTime")
|
|
@@ -8813,7 +8813,7 @@ class CfnMigrationProject(
|
|
|
8813
8813
|
if __debug__:
|
|
8814
8814
|
type_hints = typing.get_type_hints(_typecheckingstub__b554b998a3f49e6d6edda5123f6f8268659d40c8705e87858e33b1f6edcce8e6)
|
|
8815
8815
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8816
|
-
jsii.set(self, "migrationProjectCreationTime", value)
|
|
8816
|
+
jsii.set(self, "migrationProjectCreationTime", value) # pyright: ignore[reportArgumentType]
|
|
8817
8817
|
|
|
8818
8818
|
@builtins.property
|
|
8819
8819
|
@jsii.member(jsii_name="migrationProjectIdentifier")
|
|
@@ -8829,7 +8829,7 @@ class CfnMigrationProject(
|
|
|
8829
8829
|
if __debug__:
|
|
8830
8830
|
type_hints = typing.get_type_hints(_typecheckingstub__57db7ced3b40ef7d0d29ee5e2525eaa55617b8369a29470dc7866521cffd6b47)
|
|
8831
8831
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8832
|
-
jsii.set(self, "migrationProjectIdentifier", value)
|
|
8832
|
+
jsii.set(self, "migrationProjectIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
8833
8833
|
|
|
8834
8834
|
@builtins.property
|
|
8835
8835
|
@jsii.member(jsii_name="migrationProjectName")
|
|
@@ -8842,7 +8842,7 @@ class CfnMigrationProject(
|
|
|
8842
8842
|
if __debug__:
|
|
8843
8843
|
type_hints = typing.get_type_hints(_typecheckingstub__12a0e20b765f80d1bd487470e2ba2e107b2e528e71b3f54206b3fa21f1350973)
|
|
8844
8844
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8845
|
-
jsii.set(self, "migrationProjectName", value)
|
|
8845
|
+
jsii.set(self, "migrationProjectName", value) # pyright: ignore[reportArgumentType]
|
|
8846
8846
|
|
|
8847
8847
|
@builtins.property
|
|
8848
8848
|
@jsii.member(jsii_name="schemaConversionApplicationAttributes")
|
|
@@ -8860,7 +8860,7 @@ class CfnMigrationProject(
|
|
|
8860
8860
|
if __debug__:
|
|
8861
8861
|
type_hints = typing.get_type_hints(_typecheckingstub__8248f02c8a28507c6fd7b69d9078ece62cf902113b4922ac2c3b1eb1efe99e47)
|
|
8862
8862
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8863
|
-
jsii.set(self, "schemaConversionApplicationAttributes", value)
|
|
8863
|
+
jsii.set(self, "schemaConversionApplicationAttributes", value) # pyright: ignore[reportArgumentType]
|
|
8864
8864
|
|
|
8865
8865
|
@builtins.property
|
|
8866
8866
|
@jsii.member(jsii_name="sourceDataProviderDescriptors")
|
|
@@ -8878,7 +8878,7 @@ class CfnMigrationProject(
|
|
|
8878
8878
|
if __debug__:
|
|
8879
8879
|
type_hints = typing.get_type_hints(_typecheckingstub__a00bd941d6a9f753e2588061a187fa267a4026e4ad4481a8223f35bfb06bc87c)
|
|
8880
8880
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8881
|
-
jsii.set(self, "sourceDataProviderDescriptors", value)
|
|
8881
|
+
jsii.set(self, "sourceDataProviderDescriptors", value) # pyright: ignore[reportArgumentType]
|
|
8882
8882
|
|
|
8883
8883
|
@builtins.property
|
|
8884
8884
|
@jsii.member(jsii_name="tags")
|
|
@@ -8891,7 +8891,7 @@ class CfnMigrationProject(
|
|
|
8891
8891
|
if __debug__:
|
|
8892
8892
|
type_hints = typing.get_type_hints(_typecheckingstub__ac8af1fc70b174a366c98ab2a01a5b731e43ae5aea452d554ac059c8709dc325)
|
|
8893
8893
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8894
|
-
jsii.set(self, "tags", value)
|
|
8894
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
8895
8895
|
|
|
8896
8896
|
@builtins.property
|
|
8897
8897
|
@jsii.member(jsii_name="targetDataProviderDescriptors")
|
|
@@ -8909,7 +8909,7 @@ class CfnMigrationProject(
|
|
|
8909
8909
|
if __debug__:
|
|
8910
8910
|
type_hints = typing.get_type_hints(_typecheckingstub__e70fa24655fe3ca5e620c8a935fd467925c600296ae5d6c563060ae2bd7b8ebb)
|
|
8911
8911
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8912
|
-
jsii.set(self, "targetDataProviderDescriptors", value)
|
|
8912
|
+
jsii.set(self, "targetDataProviderDescriptors", value) # pyright: ignore[reportArgumentType]
|
|
8913
8913
|
|
|
8914
8914
|
@builtins.property
|
|
8915
8915
|
@jsii.member(jsii_name="transformationRules")
|
|
@@ -8922,7 +8922,7 @@ class CfnMigrationProject(
|
|
|
8922
8922
|
if __debug__:
|
|
8923
8923
|
type_hints = typing.get_type_hints(_typecheckingstub__1b22cebadf8cc06e1152ada0e5ac728f60ae06205a5b8fdd994f6a4353bbae96)
|
|
8924
8924
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8925
|
-
jsii.set(self, "transformationRules", value)
|
|
8925
|
+
jsii.set(self, "transformationRules", value) # pyright: ignore[reportArgumentType]
|
|
8926
8926
|
|
|
8927
8927
|
@jsii.data_type(
|
|
8928
8928
|
jsii_type="aws-cdk-lib.aws_dms.CfnMigrationProject.DataProviderDescriptorProperty",
|
|
@@ -9418,17 +9418,19 @@ class CfnReplicationConfig(
|
|
|
9418
9418
|
vpc_security_group_ids=["vpcSecurityGroupIds"]
|
|
9419
9419
|
),
|
|
9420
9420
|
replication_config_identifier="replicationConfigIdentifier",
|
|
9421
|
-
replication_settings=replication_settings,
|
|
9422
9421
|
replication_type="replicationType",
|
|
9423
|
-
resource_identifier="resourceIdentifier",
|
|
9424
9422
|
source_endpoint_arn="sourceEndpointArn",
|
|
9425
|
-
supplemental_settings=supplemental_settings,
|
|
9426
9423
|
table_mappings=table_mappings,
|
|
9424
|
+
target_endpoint_arn="targetEndpointArn",
|
|
9425
|
+
|
|
9426
|
+
# the properties below are optional
|
|
9427
|
+
replication_settings=replication_settings,
|
|
9428
|
+
resource_identifier="resourceIdentifier",
|
|
9429
|
+
supplemental_settings=supplemental_settings,
|
|
9427
9430
|
tags=[CfnTag(
|
|
9428
9431
|
key="key",
|
|
9429
9432
|
value="value"
|
|
9430
|
-
)]
|
|
9431
|
-
target_endpoint_arn="targetEndpointArn"
|
|
9433
|
+
)]
|
|
9432
9434
|
)
|
|
9433
9435
|
'''
|
|
9434
9436
|
|
|
@@ -9437,30 +9439,30 @@ class CfnReplicationConfig(
|
|
|
9437
9439
|
scope: _constructs_77d1e7e8.Construct,
|
|
9438
9440
|
id: builtins.str,
|
|
9439
9441
|
*,
|
|
9440
|
-
compute_config: typing.
|
|
9441
|
-
replication_config_identifier:
|
|
9442
|
+
compute_config: typing.Union[_IResolvable_da3f097b, typing.Union["CfnReplicationConfig.ComputeConfigProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
9443
|
+
replication_config_identifier: builtins.str,
|
|
9444
|
+
replication_type: builtins.str,
|
|
9445
|
+
source_endpoint_arn: builtins.str,
|
|
9446
|
+
table_mappings: typing.Any,
|
|
9447
|
+
target_endpoint_arn: builtins.str,
|
|
9442
9448
|
replication_settings: typing.Any = None,
|
|
9443
|
-
replication_type: typing.Optional[builtins.str] = None,
|
|
9444
9449
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
9445
|
-
source_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
9446
9450
|
supplemental_settings: typing.Any = None,
|
|
9447
|
-
table_mappings: typing.Any = None,
|
|
9448
9451
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9449
|
-
target_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
9450
9452
|
) -> None:
|
|
9451
9453
|
'''
|
|
9452
9454
|
:param scope: Scope in which this resource is defined.
|
|
9453
9455
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
9454
9456
|
:param compute_config: Configuration parameters for provisioning an AWS DMS Serverless replication.
|
|
9455
9457
|
:param replication_config_identifier: A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action. You can then pass this output ``ReplicationConfigArn`` as the value of the ``ReplicationConfigArn`` option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.
|
|
9456
|
-
:param replication_settings: Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
|
|
9457
9458
|
:param replication_type: The type of AWS DMS Serverless replication to provision using this replication configuration. Possible values: - ``"full-load"`` - ``"cdc"`` - ``"full-load-and-cdc"``
|
|
9458
|
-
:param resource_identifier: Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see `Fine-grained access control using resource names and tags <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess>`_ .
|
|
9459
9459
|
:param source_endpoint_arn: The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.
|
|
9460
|
-
:param supplemental_settings: Optional JSON settings for specifying supplemental data. For more information, see `Specifying supplemental data for task settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html>`_ .
|
|
9461
9460
|
:param table_mappings: JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. For more information, see `Specifying table selection and transformations rules using JSON <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html>`_ .
|
|
9462
|
-
:param tags: One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see `Tagging resources in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html>`_ .
|
|
9463
9461
|
:param target_endpoint_arn: The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
|
|
9462
|
+
:param replication_settings: Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
|
|
9463
|
+
:param resource_identifier: Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see `Fine-grained access control using resource names and tags <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess>`_ .
|
|
9464
|
+
:param supplemental_settings: Optional JSON settings for specifying supplemental data. For more information, see `Specifying supplemental data for task settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html>`_ .
|
|
9465
|
+
:param tags: One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see `Tagging resources in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html>`_ .
|
|
9464
9466
|
'''
|
|
9465
9467
|
if __debug__:
|
|
9466
9468
|
type_hints = typing.get_type_hints(_typecheckingstub__94680f790d4726b7c801a80c1413457134b08ba7f03ece13365f54d8fea28dbb)
|
|
@@ -9469,14 +9471,14 @@ class CfnReplicationConfig(
|
|
|
9469
9471
|
props = CfnReplicationConfigProps(
|
|
9470
9472
|
compute_config=compute_config,
|
|
9471
9473
|
replication_config_identifier=replication_config_identifier,
|
|
9472
|
-
replication_settings=replication_settings,
|
|
9473
9474
|
replication_type=replication_type,
|
|
9474
|
-
resource_identifier=resource_identifier,
|
|
9475
9475
|
source_endpoint_arn=source_endpoint_arn,
|
|
9476
|
-
supplemental_settings=supplemental_settings,
|
|
9477
9476
|
table_mappings=table_mappings,
|
|
9478
|
-
tags=tags,
|
|
9479
9477
|
target_endpoint_arn=target_endpoint_arn,
|
|
9478
|
+
replication_settings=replication_settings,
|
|
9479
|
+
resource_identifier=resource_identifier,
|
|
9480
|
+
supplemental_settings=supplemental_settings,
|
|
9481
|
+
tags=tags,
|
|
9480
9482
|
)
|
|
9481
9483
|
|
|
9482
9484
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -9535,35 +9537,84 @@ class CfnReplicationConfig(
|
|
|
9535
9537
|
@jsii.member(jsii_name="computeConfig")
|
|
9536
9538
|
def compute_config(
|
|
9537
9539
|
self,
|
|
9538
|
-
) -> typing.
|
|
9540
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnReplicationConfig.ComputeConfigProperty"]:
|
|
9539
9541
|
'''Configuration parameters for provisioning an AWS DMS Serverless replication.'''
|
|
9540
|
-
return typing.cast(typing.
|
|
9542
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnReplicationConfig.ComputeConfigProperty"], jsii.get(self, "computeConfig"))
|
|
9541
9543
|
|
|
9542
9544
|
@compute_config.setter
|
|
9543
9545
|
def compute_config(
|
|
9544
9546
|
self,
|
|
9545
|
-
value: typing.
|
|
9547
|
+
value: typing.Union[_IResolvable_da3f097b, "CfnReplicationConfig.ComputeConfigProperty"],
|
|
9546
9548
|
) -> None:
|
|
9547
9549
|
if __debug__:
|
|
9548
9550
|
type_hints = typing.get_type_hints(_typecheckingstub__32966575e9a17251f77f3c3fd9f0bb4f54a2ab6b20a6253bb2e3f97654887c8e)
|
|
9549
9551
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9550
|
-
jsii.set(self, "computeConfig", value)
|
|
9552
|
+
jsii.set(self, "computeConfig", value) # pyright: ignore[reportArgumentType]
|
|
9551
9553
|
|
|
9552
9554
|
@builtins.property
|
|
9553
9555
|
@jsii.member(jsii_name="replicationConfigIdentifier")
|
|
9554
|
-
def replication_config_identifier(self) ->
|
|
9556
|
+
def replication_config_identifier(self) -> builtins.str:
|
|
9555
9557
|
'''A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action.'''
|
|
9556
|
-
return typing.cast(
|
|
9558
|
+
return typing.cast(builtins.str, jsii.get(self, "replicationConfigIdentifier"))
|
|
9557
9559
|
|
|
9558
9560
|
@replication_config_identifier.setter
|
|
9559
|
-
def replication_config_identifier(
|
|
9560
|
-
self,
|
|
9561
|
-
value: typing.Optional[builtins.str],
|
|
9562
|
-
) -> None:
|
|
9561
|
+
def replication_config_identifier(self, value: builtins.str) -> None:
|
|
9563
9562
|
if __debug__:
|
|
9564
9563
|
type_hints = typing.get_type_hints(_typecheckingstub__b0eda6e7fe61fa165d7afb96aba6536d12a18d3c374115a7c447ed9d37c61998)
|
|
9565
9564
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9566
|
-
jsii.set(self, "replicationConfigIdentifier", value)
|
|
9565
|
+
jsii.set(self, "replicationConfigIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
9566
|
+
|
|
9567
|
+
@builtins.property
|
|
9568
|
+
@jsii.member(jsii_name="replicationType")
|
|
9569
|
+
def replication_type(self) -> builtins.str:
|
|
9570
|
+
'''The type of AWS DMS Serverless replication to provision using this replication configuration.'''
|
|
9571
|
+
return typing.cast(builtins.str, jsii.get(self, "replicationType"))
|
|
9572
|
+
|
|
9573
|
+
@replication_type.setter
|
|
9574
|
+
def replication_type(self, value: builtins.str) -> None:
|
|
9575
|
+
if __debug__:
|
|
9576
|
+
type_hints = typing.get_type_hints(_typecheckingstub__805ebea2610d6a01f26aed0eb893129ec908af9d73cbb47689f5d6c727f01381)
|
|
9577
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9578
|
+
jsii.set(self, "replicationType", value) # pyright: ignore[reportArgumentType]
|
|
9579
|
+
|
|
9580
|
+
@builtins.property
|
|
9581
|
+
@jsii.member(jsii_name="sourceEndpointArn")
|
|
9582
|
+
def source_endpoint_arn(self) -> builtins.str:
|
|
9583
|
+
'''The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.'''
|
|
9584
|
+
return typing.cast(builtins.str, jsii.get(self, "sourceEndpointArn"))
|
|
9585
|
+
|
|
9586
|
+
@source_endpoint_arn.setter
|
|
9587
|
+
def source_endpoint_arn(self, value: builtins.str) -> None:
|
|
9588
|
+
if __debug__:
|
|
9589
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c60be257dd07e3947c2b6c272e0798fe76f69b66051d6c2dfca413c2d616b936)
|
|
9590
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9591
|
+
jsii.set(self, "sourceEndpointArn", value) # pyright: ignore[reportArgumentType]
|
|
9592
|
+
|
|
9593
|
+
@builtins.property
|
|
9594
|
+
@jsii.member(jsii_name="tableMappings")
|
|
9595
|
+
def table_mappings(self) -> typing.Any:
|
|
9596
|
+
'''JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.'''
|
|
9597
|
+
return typing.cast(typing.Any, jsii.get(self, "tableMappings"))
|
|
9598
|
+
|
|
9599
|
+
@table_mappings.setter
|
|
9600
|
+
def table_mappings(self, value: typing.Any) -> None:
|
|
9601
|
+
if __debug__:
|
|
9602
|
+
type_hints = typing.get_type_hints(_typecheckingstub__727026dd4d118a926dedb1245c81eb2e5065bead645e182231e1258e77153d2b)
|
|
9603
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9604
|
+
jsii.set(self, "tableMappings", value) # pyright: ignore[reportArgumentType]
|
|
9605
|
+
|
|
9606
|
+
@builtins.property
|
|
9607
|
+
@jsii.member(jsii_name="targetEndpointArn")
|
|
9608
|
+
def target_endpoint_arn(self) -> builtins.str:
|
|
9609
|
+
'''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.'''
|
|
9610
|
+
return typing.cast(builtins.str, jsii.get(self, "targetEndpointArn"))
|
|
9611
|
+
|
|
9612
|
+
@target_endpoint_arn.setter
|
|
9613
|
+
def target_endpoint_arn(self, value: builtins.str) -> None:
|
|
9614
|
+
if __debug__:
|
|
9615
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4ca6e7b9ff71eb3a98317ab9f9de43b76c48b035eddf3add1e2ff840fa9af02b)
|
|
9616
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9617
|
+
jsii.set(self, "targetEndpointArn", value) # pyright: ignore[reportArgumentType]
|
|
9567
9618
|
|
|
9568
9619
|
@builtins.property
|
|
9569
9620
|
@jsii.member(jsii_name="replicationSettings")
|
|
@@ -9576,20 +9627,7 @@ class CfnReplicationConfig(
|
|
|
9576
9627
|
if __debug__:
|
|
9577
9628
|
type_hints = typing.get_type_hints(_typecheckingstub__13c1acc7a82f208546609dcf4d8a9e2a00dabcf1c361d10d0f4f3604035d01cc)
|
|
9578
9629
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9579
|
-
jsii.set(self, "replicationSettings", value)
|
|
9580
|
-
|
|
9581
|
-
@builtins.property
|
|
9582
|
-
@jsii.member(jsii_name="replicationType")
|
|
9583
|
-
def replication_type(self) -> typing.Optional[builtins.str]:
|
|
9584
|
-
'''The type of AWS DMS Serverless replication to provision using this replication configuration.'''
|
|
9585
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "replicationType"))
|
|
9586
|
-
|
|
9587
|
-
@replication_type.setter
|
|
9588
|
-
def replication_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
9589
|
-
if __debug__:
|
|
9590
|
-
type_hints = typing.get_type_hints(_typecheckingstub__805ebea2610d6a01f26aed0eb893129ec908af9d73cbb47689f5d6c727f01381)
|
|
9591
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9592
|
-
jsii.set(self, "replicationType", value)
|
|
9630
|
+
jsii.set(self, "replicationSettings", value) # pyright: ignore[reportArgumentType]
|
|
9593
9631
|
|
|
9594
9632
|
@builtins.property
|
|
9595
9633
|
@jsii.member(jsii_name="resourceIdentifier")
|
|
@@ -9602,20 +9640,7 @@ class CfnReplicationConfig(
|
|
|
9602
9640
|
if __debug__:
|
|
9603
9641
|
type_hints = typing.get_type_hints(_typecheckingstub__9dfbba127aff370430ba7dccb2539bc163a4dc67c556711d3450abbd5c937247)
|
|
9604
9642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9605
|
-
jsii.set(self, "resourceIdentifier", value)
|
|
9606
|
-
|
|
9607
|
-
@builtins.property
|
|
9608
|
-
@jsii.member(jsii_name="sourceEndpointArn")
|
|
9609
|
-
def source_endpoint_arn(self) -> typing.Optional[builtins.str]:
|
|
9610
|
-
'''The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.'''
|
|
9611
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sourceEndpointArn"))
|
|
9612
|
-
|
|
9613
|
-
@source_endpoint_arn.setter
|
|
9614
|
-
def source_endpoint_arn(self, value: typing.Optional[builtins.str]) -> None:
|
|
9615
|
-
if __debug__:
|
|
9616
|
-
type_hints = typing.get_type_hints(_typecheckingstub__c60be257dd07e3947c2b6c272e0798fe76f69b66051d6c2dfca413c2d616b936)
|
|
9617
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9618
|
-
jsii.set(self, "sourceEndpointArn", value)
|
|
9643
|
+
jsii.set(self, "resourceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
9619
9644
|
|
|
9620
9645
|
@builtins.property
|
|
9621
9646
|
@jsii.member(jsii_name="supplementalSettings")
|
|
@@ -9628,20 +9653,7 @@ class CfnReplicationConfig(
|
|
|
9628
9653
|
if __debug__:
|
|
9629
9654
|
type_hints = typing.get_type_hints(_typecheckingstub__0bcc39fb53e8639c570621f12a090b2b213567d85d495108a6b12db7f7442ee8)
|
|
9630
9655
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9631
|
-
jsii.set(self, "supplementalSettings", value)
|
|
9632
|
-
|
|
9633
|
-
@builtins.property
|
|
9634
|
-
@jsii.member(jsii_name="tableMappings")
|
|
9635
|
-
def table_mappings(self) -> typing.Any:
|
|
9636
|
-
'''JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.'''
|
|
9637
|
-
return typing.cast(typing.Any, jsii.get(self, "tableMappings"))
|
|
9638
|
-
|
|
9639
|
-
@table_mappings.setter
|
|
9640
|
-
def table_mappings(self, value: typing.Any) -> None:
|
|
9641
|
-
if __debug__:
|
|
9642
|
-
type_hints = typing.get_type_hints(_typecheckingstub__727026dd4d118a926dedb1245c81eb2e5065bead645e182231e1258e77153d2b)
|
|
9643
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9644
|
-
jsii.set(self, "tableMappings", value)
|
|
9656
|
+
jsii.set(self, "supplementalSettings", value) # pyright: ignore[reportArgumentType]
|
|
9645
9657
|
|
|
9646
9658
|
@builtins.property
|
|
9647
9659
|
@jsii.member(jsii_name="tags")
|
|
@@ -9654,20 +9666,7 @@ class CfnReplicationConfig(
|
|
|
9654
9666
|
if __debug__:
|
|
9655
9667
|
type_hints = typing.get_type_hints(_typecheckingstub__2f7a00e90f9a69724097ed67b1c9d994575c88df02b8ab67e96b098dd2bb1aea)
|
|
9656
9668
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9657
|
-
jsii.set(self, "tags", value)
|
|
9658
|
-
|
|
9659
|
-
@builtins.property
|
|
9660
|
-
@jsii.member(jsii_name="targetEndpointArn")
|
|
9661
|
-
def target_endpoint_arn(self) -> typing.Optional[builtins.str]:
|
|
9662
|
-
'''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.'''
|
|
9663
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "targetEndpointArn"))
|
|
9664
|
-
|
|
9665
|
-
@target_endpoint_arn.setter
|
|
9666
|
-
def target_endpoint_arn(self, value: typing.Optional[builtins.str]) -> None:
|
|
9667
|
-
if __debug__:
|
|
9668
|
-
type_hints = typing.get_type_hints(_typecheckingstub__4ca6e7b9ff71eb3a98317ab9f9de43b76c48b035eddf3add1e2ff840fa9af02b)
|
|
9669
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9670
|
-
jsii.set(self, "targetEndpointArn", value)
|
|
9669
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
9671
9670
|
|
|
9672
9671
|
@jsii.data_type(
|
|
9673
9672
|
jsii_type="aws-cdk-lib.aws_dms.CfnReplicationConfig.ComputeConfigProperty",
|
|
@@ -9888,43 +9887,43 @@ class CfnReplicationConfig(
|
|
|
9888
9887
|
name_mapping={
|
|
9889
9888
|
"compute_config": "computeConfig",
|
|
9890
9889
|
"replication_config_identifier": "replicationConfigIdentifier",
|
|
9891
|
-
"replication_settings": "replicationSettings",
|
|
9892
9890
|
"replication_type": "replicationType",
|
|
9893
|
-
"resource_identifier": "resourceIdentifier",
|
|
9894
9891
|
"source_endpoint_arn": "sourceEndpointArn",
|
|
9895
|
-
"supplemental_settings": "supplementalSettings",
|
|
9896
9892
|
"table_mappings": "tableMappings",
|
|
9897
|
-
"tags": "tags",
|
|
9898
9893
|
"target_endpoint_arn": "targetEndpointArn",
|
|
9894
|
+
"replication_settings": "replicationSettings",
|
|
9895
|
+
"resource_identifier": "resourceIdentifier",
|
|
9896
|
+
"supplemental_settings": "supplementalSettings",
|
|
9897
|
+
"tags": "tags",
|
|
9899
9898
|
},
|
|
9900
9899
|
)
|
|
9901
9900
|
class CfnReplicationConfigProps:
|
|
9902
9901
|
def __init__(
|
|
9903
9902
|
self,
|
|
9904
9903
|
*,
|
|
9905
|
-
compute_config: typing.
|
|
9906
|
-
replication_config_identifier:
|
|
9904
|
+
compute_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnReplicationConfig.ComputeConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
9905
|
+
replication_config_identifier: builtins.str,
|
|
9906
|
+
replication_type: builtins.str,
|
|
9907
|
+
source_endpoint_arn: builtins.str,
|
|
9908
|
+
table_mappings: typing.Any,
|
|
9909
|
+
target_endpoint_arn: builtins.str,
|
|
9907
9910
|
replication_settings: typing.Any = None,
|
|
9908
|
-
replication_type: typing.Optional[builtins.str] = None,
|
|
9909
9911
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
9910
|
-
source_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
9911
9912
|
supplemental_settings: typing.Any = None,
|
|
9912
|
-
table_mappings: typing.Any = None,
|
|
9913
9913
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9914
|
-
target_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
9915
9914
|
) -> None:
|
|
9916
9915
|
'''Properties for defining a ``CfnReplicationConfig``.
|
|
9917
9916
|
|
|
9918
9917
|
:param compute_config: Configuration parameters for provisioning an AWS DMS Serverless replication.
|
|
9919
9918
|
:param replication_config_identifier: A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action. You can then pass this output ``ReplicationConfigArn`` as the value of the ``ReplicationConfigArn`` option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.
|
|
9920
|
-
:param replication_settings: Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
|
|
9921
9919
|
:param replication_type: The type of AWS DMS Serverless replication to provision using this replication configuration. Possible values: - ``"full-load"`` - ``"cdc"`` - ``"full-load-and-cdc"``
|
|
9922
|
-
:param resource_identifier: Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see `Fine-grained access control using resource names and tags <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess>`_ .
|
|
9923
9920
|
:param source_endpoint_arn: The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.
|
|
9924
|
-
:param supplemental_settings: Optional JSON settings for specifying supplemental data. For more information, see `Specifying supplemental data for task settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html>`_ .
|
|
9925
9921
|
:param table_mappings: JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. For more information, see `Specifying table selection and transformations rules using JSON <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html>`_ .
|
|
9926
|
-
:param tags: One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see `Tagging resources in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html>`_ .
|
|
9927
9922
|
:param target_endpoint_arn: The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
|
|
9923
|
+
:param replication_settings: Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
|
|
9924
|
+
:param resource_identifier: Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see `Fine-grained access control using resource names and tags <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess>`_ .
|
|
9925
|
+
:param supplemental_settings: Optional JSON settings for specifying supplemental data. For more information, see `Specifying supplemental data for task settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html>`_ .
|
|
9926
|
+
:param tags: One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see `Tagging resources in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html>`_ .
|
|
9928
9927
|
|
|
9929
9928
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html
|
|
9930
9929
|
:exampleMetadata: fixture=_generated
|
|
@@ -9954,66 +9953,64 @@ class CfnReplicationConfigProps:
|
|
|
9954
9953
|
vpc_security_group_ids=["vpcSecurityGroupIds"]
|
|
9955
9954
|
),
|
|
9956
9955
|
replication_config_identifier="replicationConfigIdentifier",
|
|
9957
|
-
replication_settings=replication_settings,
|
|
9958
9956
|
replication_type="replicationType",
|
|
9959
|
-
resource_identifier="resourceIdentifier",
|
|
9960
9957
|
source_endpoint_arn="sourceEndpointArn",
|
|
9961
|
-
supplemental_settings=supplemental_settings,
|
|
9962
9958
|
table_mappings=table_mappings,
|
|
9959
|
+
target_endpoint_arn="targetEndpointArn",
|
|
9960
|
+
|
|
9961
|
+
# the properties below are optional
|
|
9962
|
+
replication_settings=replication_settings,
|
|
9963
|
+
resource_identifier="resourceIdentifier",
|
|
9964
|
+
supplemental_settings=supplemental_settings,
|
|
9963
9965
|
tags=[CfnTag(
|
|
9964
9966
|
key="key",
|
|
9965
9967
|
value="value"
|
|
9966
|
-
)]
|
|
9967
|
-
target_endpoint_arn="targetEndpointArn"
|
|
9968
|
+
)]
|
|
9968
9969
|
)
|
|
9969
9970
|
'''
|
|
9970
9971
|
if __debug__:
|
|
9971
9972
|
type_hints = typing.get_type_hints(_typecheckingstub__ae045521aeb34847358ce5837e2233ae9d158bb9756b046af6dbf7b3db07a492)
|
|
9972
9973
|
check_type(argname="argument compute_config", value=compute_config, expected_type=type_hints["compute_config"])
|
|
9973
9974
|
check_type(argname="argument replication_config_identifier", value=replication_config_identifier, expected_type=type_hints["replication_config_identifier"])
|
|
9974
|
-
check_type(argname="argument replication_settings", value=replication_settings, expected_type=type_hints["replication_settings"])
|
|
9975
9975
|
check_type(argname="argument replication_type", value=replication_type, expected_type=type_hints["replication_type"])
|
|
9976
|
-
check_type(argname="argument resource_identifier", value=resource_identifier, expected_type=type_hints["resource_identifier"])
|
|
9977
9976
|
check_type(argname="argument source_endpoint_arn", value=source_endpoint_arn, expected_type=type_hints["source_endpoint_arn"])
|
|
9978
|
-
check_type(argname="argument supplemental_settings", value=supplemental_settings, expected_type=type_hints["supplemental_settings"])
|
|
9979
9977
|
check_type(argname="argument table_mappings", value=table_mappings, expected_type=type_hints["table_mappings"])
|
|
9980
|
-
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
9981
9978
|
check_type(argname="argument target_endpoint_arn", value=target_endpoint_arn, expected_type=type_hints["target_endpoint_arn"])
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
|
|
9985
|
-
|
|
9986
|
-
|
|
9979
|
+
check_type(argname="argument replication_settings", value=replication_settings, expected_type=type_hints["replication_settings"])
|
|
9980
|
+
check_type(argname="argument resource_identifier", value=resource_identifier, expected_type=type_hints["resource_identifier"])
|
|
9981
|
+
check_type(argname="argument supplemental_settings", value=supplemental_settings, expected_type=type_hints["supplemental_settings"])
|
|
9982
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
9983
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
9984
|
+
"compute_config": compute_config,
|
|
9985
|
+
"replication_config_identifier": replication_config_identifier,
|
|
9986
|
+
"replication_type": replication_type,
|
|
9987
|
+
"source_endpoint_arn": source_endpoint_arn,
|
|
9988
|
+
"table_mappings": table_mappings,
|
|
9989
|
+
"target_endpoint_arn": target_endpoint_arn,
|
|
9990
|
+
}
|
|
9987
9991
|
if replication_settings is not None:
|
|
9988
9992
|
self._values["replication_settings"] = replication_settings
|
|
9989
|
-
if replication_type is not None:
|
|
9990
|
-
self._values["replication_type"] = replication_type
|
|
9991
9993
|
if resource_identifier is not None:
|
|
9992
9994
|
self._values["resource_identifier"] = resource_identifier
|
|
9993
|
-
if source_endpoint_arn is not None:
|
|
9994
|
-
self._values["source_endpoint_arn"] = source_endpoint_arn
|
|
9995
9995
|
if supplemental_settings is not None:
|
|
9996
9996
|
self._values["supplemental_settings"] = supplemental_settings
|
|
9997
|
-
if table_mappings is not None:
|
|
9998
|
-
self._values["table_mappings"] = table_mappings
|
|
9999
9997
|
if tags is not None:
|
|
10000
9998
|
self._values["tags"] = tags
|
|
10001
|
-
if target_endpoint_arn is not None:
|
|
10002
|
-
self._values["target_endpoint_arn"] = target_endpoint_arn
|
|
10003
9999
|
|
|
10004
10000
|
@builtins.property
|
|
10005
10001
|
def compute_config(
|
|
10006
10002
|
self,
|
|
10007
|
-
) -> typing.
|
|
10003
|
+
) -> typing.Union[_IResolvable_da3f097b, CfnReplicationConfig.ComputeConfigProperty]:
|
|
10008
10004
|
'''Configuration parameters for provisioning an AWS DMS Serverless replication.
|
|
10009
10005
|
|
|
10010
10006
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-computeconfig
|
|
10011
10007
|
'''
|
|
10012
10008
|
result = self._values.get("compute_config")
|
|
10013
|
-
|
|
10009
|
+
assert result is not None, "Required property 'compute_config' is missing"
|
|
10010
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnReplicationConfig.ComputeConfigProperty], result)
|
|
10014
10011
|
|
|
10015
10012
|
@builtins.property
|
|
10016
|
-
def replication_config_identifier(self) ->
|
|
10013
|
+
def replication_config_identifier(self) -> builtins.str:
|
|
10017
10014
|
'''A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action.
|
|
10018
10015
|
|
|
10019
10016
|
You can then pass this output ``ReplicationConfigArn`` as the value of the ``ReplicationConfigArn`` option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.
|
|
@@ -10021,21 +10018,11 @@ class CfnReplicationConfigProps:
|
|
|
10021
10018
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationconfigidentifier
|
|
10022
10019
|
'''
|
|
10023
10020
|
result = self._values.get("replication_config_identifier")
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
@builtins.property
|
|
10027
|
-
def replication_settings(self) -> typing.Any:
|
|
10028
|
-
'''Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.
|
|
10029
|
-
|
|
10030
|
-
For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
|
|
10031
|
-
|
|
10032
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationsettings
|
|
10033
|
-
'''
|
|
10034
|
-
result = self._values.get("replication_settings")
|
|
10035
|
-
return typing.cast(typing.Any, result)
|
|
10021
|
+
assert result is not None, "Required property 'replication_config_identifier' is missing"
|
|
10022
|
+
return typing.cast(builtins.str, result)
|
|
10036
10023
|
|
|
10037
10024
|
@builtins.property
|
|
10038
|
-
def replication_type(self) ->
|
|
10025
|
+
def replication_type(self) -> builtins.str:
|
|
10039
10026
|
'''The type of AWS DMS Serverless replication to provision using this replication configuration.
|
|
10040
10027
|
|
|
10041
10028
|
Possible values:
|
|
@@ -10047,7 +10034,51 @@ class CfnReplicationConfigProps:
|
|
|
10047
10034
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationtype
|
|
10048
10035
|
'''
|
|
10049
10036
|
result = self._values.get("replication_type")
|
|
10050
|
-
|
|
10037
|
+
assert result is not None, "Required property 'replication_type' is missing"
|
|
10038
|
+
return typing.cast(builtins.str, result)
|
|
10039
|
+
|
|
10040
|
+
@builtins.property
|
|
10041
|
+
def source_endpoint_arn(self) -> builtins.str:
|
|
10042
|
+
'''The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.
|
|
10043
|
+
|
|
10044
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-sourceendpointarn
|
|
10045
|
+
'''
|
|
10046
|
+
result = self._values.get("source_endpoint_arn")
|
|
10047
|
+
assert result is not None, "Required property 'source_endpoint_arn' is missing"
|
|
10048
|
+
return typing.cast(builtins.str, result)
|
|
10049
|
+
|
|
10050
|
+
@builtins.property
|
|
10051
|
+
def table_mappings(self) -> typing.Any:
|
|
10052
|
+
'''JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.
|
|
10053
|
+
|
|
10054
|
+
For more information, see `Specifying table selection and transformations rules using JSON <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html>`_ .
|
|
10055
|
+
|
|
10056
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-tablemappings
|
|
10057
|
+
'''
|
|
10058
|
+
result = self._values.get("table_mappings")
|
|
10059
|
+
assert result is not None, "Required property 'table_mappings' is missing"
|
|
10060
|
+
return typing.cast(typing.Any, result)
|
|
10061
|
+
|
|
10062
|
+
@builtins.property
|
|
10063
|
+
def target_endpoint_arn(self) -> builtins.str:
|
|
10064
|
+
'''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
|
|
10065
|
+
|
|
10066
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-targetendpointarn
|
|
10067
|
+
'''
|
|
10068
|
+
result = self._values.get("target_endpoint_arn")
|
|
10069
|
+
assert result is not None, "Required property 'target_endpoint_arn' is missing"
|
|
10070
|
+
return typing.cast(builtins.str, result)
|
|
10071
|
+
|
|
10072
|
+
@builtins.property
|
|
10073
|
+
def replication_settings(self) -> typing.Any:
|
|
10074
|
+
'''Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.
|
|
10075
|
+
|
|
10076
|
+
For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
|
|
10077
|
+
|
|
10078
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationsettings
|
|
10079
|
+
'''
|
|
10080
|
+
result = self._values.get("replication_settings")
|
|
10081
|
+
return typing.cast(typing.Any, result)
|
|
10051
10082
|
|
|
10052
10083
|
@builtins.property
|
|
10053
10084
|
def resource_identifier(self) -> typing.Optional[builtins.str]:
|
|
@@ -10060,15 +10091,6 @@ class CfnReplicationConfigProps:
|
|
|
10060
10091
|
result = self._values.get("resource_identifier")
|
|
10061
10092
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
10062
10093
|
|
|
10063
|
-
@builtins.property
|
|
10064
|
-
def source_endpoint_arn(self) -> typing.Optional[builtins.str]:
|
|
10065
|
-
'''The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.
|
|
10066
|
-
|
|
10067
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-sourceendpointarn
|
|
10068
|
-
'''
|
|
10069
|
-
result = self._values.get("source_endpoint_arn")
|
|
10070
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
10071
|
-
|
|
10072
10094
|
@builtins.property
|
|
10073
10095
|
def supplemental_settings(self) -> typing.Any:
|
|
10074
10096
|
'''Optional JSON settings for specifying supplemental data.
|
|
@@ -10080,17 +10102,6 @@ class CfnReplicationConfigProps:
|
|
|
10080
10102
|
result = self._values.get("supplemental_settings")
|
|
10081
10103
|
return typing.cast(typing.Any, result)
|
|
10082
10104
|
|
|
10083
|
-
@builtins.property
|
|
10084
|
-
def table_mappings(self) -> typing.Any:
|
|
10085
|
-
'''JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.
|
|
10086
|
-
|
|
10087
|
-
For more information, see `Specifying table selection and transformations rules using JSON <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html>`_ .
|
|
10088
|
-
|
|
10089
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-tablemappings
|
|
10090
|
-
'''
|
|
10091
|
-
result = self._values.get("table_mappings")
|
|
10092
|
-
return typing.cast(typing.Any, result)
|
|
10093
|
-
|
|
10094
10105
|
@builtins.property
|
|
10095
10106
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
10096
10107
|
'''One or more optional tags associated with resources used by the AWS DMS Serverless replication.
|
|
@@ -10102,15 +10113,6 @@ class CfnReplicationConfigProps:
|
|
|
10102
10113
|
result = self._values.get("tags")
|
|
10103
10114
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
10104
10115
|
|
|
10105
|
-
@builtins.property
|
|
10106
|
-
def target_endpoint_arn(self) -> typing.Optional[builtins.str]:
|
|
10107
|
-
'''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
|
|
10108
|
-
|
|
10109
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-targetendpointarn
|
|
10110
|
-
'''
|
|
10111
|
-
result = self._values.get("target_endpoint_arn")
|
|
10112
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
10113
|
-
|
|
10114
10116
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
10115
10117
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
10116
10118
|
|
|
@@ -10309,7 +10311,7 @@ class CfnReplicationInstance(
|
|
|
10309
10311
|
if __debug__:
|
|
10310
10312
|
type_hints = typing.get_type_hints(_typecheckingstub__09832a68a18b219cca2b96430b6178182193c29706dbb315af37a153eca4cdde)
|
|
10311
10313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10312
|
-
jsii.set(self, "replicationInstanceClass", value)
|
|
10314
|
+
jsii.set(self, "replicationInstanceClass", value) # pyright: ignore[reportArgumentType]
|
|
10313
10315
|
|
|
10314
10316
|
@builtins.property
|
|
10315
10317
|
@jsii.member(jsii_name="allocatedStorage")
|
|
@@ -10322,7 +10324,7 @@ class CfnReplicationInstance(
|
|
|
10322
10324
|
if __debug__:
|
|
10323
10325
|
type_hints = typing.get_type_hints(_typecheckingstub__8b9e67dd6df4f96e5fbe4476427a0fec05fc31d81e20a170515a3acb1a5d1369)
|
|
10324
10326
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10325
|
-
jsii.set(self, "allocatedStorage", value)
|
|
10327
|
+
jsii.set(self, "allocatedStorage", value) # pyright: ignore[reportArgumentType]
|
|
10326
10328
|
|
|
10327
10329
|
@builtins.property
|
|
10328
10330
|
@jsii.member(jsii_name="allowMajorVersionUpgrade")
|
|
@@ -10340,7 +10342,7 @@ class CfnReplicationInstance(
|
|
|
10340
10342
|
if __debug__:
|
|
10341
10343
|
type_hints = typing.get_type_hints(_typecheckingstub__d542d7160e59f9611ad93908e6070b4d58a40287b9bb64428b6c6fdfd564831b)
|
|
10342
10344
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10343
|
-
jsii.set(self, "allowMajorVersionUpgrade", value)
|
|
10345
|
+
jsii.set(self, "allowMajorVersionUpgrade", value) # pyright: ignore[reportArgumentType]
|
|
10344
10346
|
|
|
10345
10347
|
@builtins.property
|
|
10346
10348
|
@jsii.member(jsii_name="autoMinorVersionUpgrade")
|
|
@@ -10358,7 +10360,7 @@ class CfnReplicationInstance(
|
|
|
10358
10360
|
if __debug__:
|
|
10359
10361
|
type_hints = typing.get_type_hints(_typecheckingstub__a670c3f6412303c20ee8b484b6db57b09d69fe3bfd90a5002f50a95211ae920d)
|
|
10360
10362
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10361
|
-
jsii.set(self, "autoMinorVersionUpgrade", value)
|
|
10363
|
+
jsii.set(self, "autoMinorVersionUpgrade", value) # pyright: ignore[reportArgumentType]
|
|
10362
10364
|
|
|
10363
10365
|
@builtins.property
|
|
10364
10366
|
@jsii.member(jsii_name="availabilityZone")
|
|
@@ -10371,7 +10373,7 @@ class CfnReplicationInstance(
|
|
|
10371
10373
|
if __debug__:
|
|
10372
10374
|
type_hints = typing.get_type_hints(_typecheckingstub__ee6e53d98bd50e381b61c765da3209f4c1b0aa394cf600eb2ccbafb35ce8af4e)
|
|
10373
10375
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10374
|
-
jsii.set(self, "availabilityZone", value)
|
|
10376
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
10375
10377
|
|
|
10376
10378
|
@builtins.property
|
|
10377
10379
|
@jsii.member(jsii_name="engineVersion")
|
|
@@ -10384,7 +10386,7 @@ class CfnReplicationInstance(
|
|
|
10384
10386
|
if __debug__:
|
|
10385
10387
|
type_hints = typing.get_type_hints(_typecheckingstub__d057c8319f7bf4d361b904777f661a4864eb7ad3c9a58d1f9f491601759c9956)
|
|
10386
10388
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10387
|
-
jsii.set(self, "engineVersion", value)
|
|
10389
|
+
jsii.set(self, "engineVersion", value) # pyright: ignore[reportArgumentType]
|
|
10388
10390
|
|
|
10389
10391
|
@builtins.property
|
|
10390
10392
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -10397,7 +10399,7 @@ class CfnReplicationInstance(
|
|
|
10397
10399
|
if __debug__:
|
|
10398
10400
|
type_hints = typing.get_type_hints(_typecheckingstub__abe6e8b360ba283be066d96a22e1ad4f7808a99bbbeb4988aed6418caf56c7b0)
|
|
10399
10401
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10400
|
-
jsii.set(self, "kmsKeyId", value)
|
|
10402
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
10401
10403
|
|
|
10402
10404
|
@builtins.property
|
|
10403
10405
|
@jsii.member(jsii_name="multiAz")
|
|
@@ -10415,7 +10417,7 @@ class CfnReplicationInstance(
|
|
|
10415
10417
|
if __debug__:
|
|
10416
10418
|
type_hints = typing.get_type_hints(_typecheckingstub__15cd762d24a89b64d936fd024f99a77b04a531719743e2b8fc0fe1101c056518)
|
|
10417
10419
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10418
|
-
jsii.set(self, "multiAz", value)
|
|
10420
|
+
jsii.set(self, "multiAz", value) # pyright: ignore[reportArgumentType]
|
|
10419
10421
|
|
|
10420
10422
|
@builtins.property
|
|
10421
10423
|
@jsii.member(jsii_name="preferredMaintenanceWindow")
|
|
@@ -10431,7 +10433,7 @@ class CfnReplicationInstance(
|
|
|
10431
10433
|
if __debug__:
|
|
10432
10434
|
type_hints = typing.get_type_hints(_typecheckingstub__fb3624de443f0642843ae64062943a44b0b37d9aaf7365263558a992066fa413)
|
|
10433
10435
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10434
|
-
jsii.set(self, "preferredMaintenanceWindow", value)
|
|
10436
|
+
jsii.set(self, "preferredMaintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
10435
10437
|
|
|
10436
10438
|
@builtins.property
|
|
10437
10439
|
@jsii.member(jsii_name="publiclyAccessible")
|
|
@@ -10449,7 +10451,7 @@ class CfnReplicationInstance(
|
|
|
10449
10451
|
if __debug__:
|
|
10450
10452
|
type_hints = typing.get_type_hints(_typecheckingstub__47cab327863ed0bd5c6846fe9c62673d11bac796afa3f7043664bf2daed7b5af)
|
|
10451
10453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10452
|
-
jsii.set(self, "publiclyAccessible", value)
|
|
10454
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
10453
10455
|
|
|
10454
10456
|
@builtins.property
|
|
10455
10457
|
@jsii.member(jsii_name="replicationInstanceIdentifier")
|
|
@@ -10468,7 +10470,7 @@ class CfnReplicationInstance(
|
|
|
10468
10470
|
if __debug__:
|
|
10469
10471
|
type_hints = typing.get_type_hints(_typecheckingstub__402b46a802ca5d0ff866921876e55cf0e8bd91600bd78100df01d59637c6afa0)
|
|
10470
10472
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10471
|
-
jsii.set(self, "replicationInstanceIdentifier", value)
|
|
10473
|
+
jsii.set(self, "replicationInstanceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
10472
10474
|
|
|
10473
10475
|
@builtins.property
|
|
10474
10476
|
@jsii.member(jsii_name="replicationSubnetGroupIdentifier")
|
|
@@ -10484,7 +10486,7 @@ class CfnReplicationInstance(
|
|
|
10484
10486
|
if __debug__:
|
|
10485
10487
|
type_hints = typing.get_type_hints(_typecheckingstub__2553943d04f50c2d328b10b637b470619c78fe30b1745a6502b62a64ad270665)
|
|
10486
10488
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10487
|
-
jsii.set(self, "replicationSubnetGroupIdentifier", value)
|
|
10489
|
+
jsii.set(self, "replicationSubnetGroupIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
10488
10490
|
|
|
10489
10491
|
@builtins.property
|
|
10490
10492
|
@jsii.member(jsii_name="resourceIdentifier")
|
|
@@ -10497,7 +10499,7 @@ class CfnReplicationInstance(
|
|
|
10497
10499
|
if __debug__:
|
|
10498
10500
|
type_hints = typing.get_type_hints(_typecheckingstub__d537376d50c1da10f951999f623055e223ea0ef187139a647b2dc59433351ecf)
|
|
10499
10501
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10500
|
-
jsii.set(self, "resourceIdentifier", value)
|
|
10502
|
+
jsii.set(self, "resourceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
10501
10503
|
|
|
10502
10504
|
@builtins.property
|
|
10503
10505
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -10510,7 +10512,7 @@ class CfnReplicationInstance(
|
|
|
10510
10512
|
if __debug__:
|
|
10511
10513
|
type_hints = typing.get_type_hints(_typecheckingstub__4e9b076e4deeb27025899867a8af58f94e0b718991df1032113865eea27810a7)
|
|
10512
10514
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10513
|
-
jsii.set(self, "tagsRaw", value)
|
|
10515
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
10514
10516
|
|
|
10515
10517
|
@builtins.property
|
|
10516
10518
|
@jsii.member(jsii_name="vpcSecurityGroupIds")
|
|
@@ -10526,7 +10528,7 @@ class CfnReplicationInstance(
|
|
|
10526
10528
|
if __debug__:
|
|
10527
10529
|
type_hints = typing.get_type_hints(_typecheckingstub__2272874fc3b867238f325a525b2ac85dcf4945e3c079e6b738328ca05e4fdeb3)
|
|
10528
10530
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10529
|
-
jsii.set(self, "vpcSecurityGroupIds", value)
|
|
10531
|
+
jsii.set(self, "vpcSecurityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
10530
10532
|
|
|
10531
10533
|
|
|
10532
10534
|
@jsii.data_type(
|
|
@@ -10994,7 +10996,7 @@ class CfnReplicationSubnetGroup(
|
|
|
10994
10996
|
if __debug__:
|
|
10995
10997
|
type_hints = typing.get_type_hints(_typecheckingstub__9d909c13d7865691ec6500187b62c3440be766838954fdb7f9596c04333f4489)
|
|
10996
10998
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10997
|
-
jsii.set(self, "replicationSubnetGroupDescription", value)
|
|
10999
|
+
jsii.set(self, "replicationSubnetGroupDescription", value) # pyright: ignore[reportArgumentType]
|
|
10998
11000
|
|
|
10999
11001
|
@builtins.property
|
|
11000
11002
|
@jsii.member(jsii_name="subnetIds")
|
|
@@ -11007,7 +11009,7 @@ class CfnReplicationSubnetGroup(
|
|
|
11007
11009
|
if __debug__:
|
|
11008
11010
|
type_hints = typing.get_type_hints(_typecheckingstub__39901919e58265bd08c68e7a3020f2c18c1eab151c6e7abc2c36a23e13e4ad87)
|
|
11009
11011
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11010
|
-
jsii.set(self, "subnetIds", value)
|
|
11012
|
+
jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
|
|
11011
11013
|
|
|
11012
11014
|
@builtins.property
|
|
11013
11015
|
@jsii.member(jsii_name="replicationSubnetGroupIdentifier")
|
|
@@ -11023,7 +11025,7 @@ class CfnReplicationSubnetGroup(
|
|
|
11023
11025
|
if __debug__:
|
|
11024
11026
|
type_hints = typing.get_type_hints(_typecheckingstub__5816ca3fba920e525d95f66cb9a6b814a604c65126d99e0ac24793b4b83ff1a1)
|
|
11025
11027
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11026
|
-
jsii.set(self, "replicationSubnetGroupIdentifier", value)
|
|
11028
|
+
jsii.set(self, "replicationSubnetGroupIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
11027
11029
|
|
|
11028
11030
|
@builtins.property
|
|
11029
11031
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -11036,7 +11038,7 @@ class CfnReplicationSubnetGroup(
|
|
|
11036
11038
|
if __debug__:
|
|
11037
11039
|
type_hints = typing.get_type_hints(_typecheckingstub__a2c3c4e17f3d3ba3275fed9a1aab23448ad30fccd5e22c0ae03edd65bc8ff2e7)
|
|
11038
11040
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11039
|
-
jsii.set(self, "tagsRaw", value)
|
|
11041
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
11040
11042
|
|
|
11041
11043
|
|
|
11042
11044
|
@jsii.data_type(
|
|
@@ -11311,7 +11313,7 @@ class CfnReplicationTask(
|
|
|
11311
11313
|
if __debug__:
|
|
11312
11314
|
type_hints = typing.get_type_hints(_typecheckingstub__7a2d7db1f375c2eb85289daa210e397195c735edc0594acece968e9e3f82d279)
|
|
11313
11315
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11314
|
-
jsii.set(self, "migrationType", value)
|
|
11316
|
+
jsii.set(self, "migrationType", value) # pyright: ignore[reportArgumentType]
|
|
11315
11317
|
|
|
11316
11318
|
@builtins.property
|
|
11317
11319
|
@jsii.member(jsii_name="replicationInstanceArn")
|
|
@@ -11324,7 +11326,7 @@ class CfnReplicationTask(
|
|
|
11324
11326
|
if __debug__:
|
|
11325
11327
|
type_hints = typing.get_type_hints(_typecheckingstub__e709e027364b9c4aa12a0ec67b3c5c693106edce0f31eac15786bf3e68264fa8)
|
|
11326
11328
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11327
|
-
jsii.set(self, "replicationInstanceArn", value)
|
|
11329
|
+
jsii.set(self, "replicationInstanceArn", value) # pyright: ignore[reportArgumentType]
|
|
11328
11330
|
|
|
11329
11331
|
@builtins.property
|
|
11330
11332
|
@jsii.member(jsii_name="sourceEndpointArn")
|
|
@@ -11337,7 +11339,7 @@ class CfnReplicationTask(
|
|
|
11337
11339
|
if __debug__:
|
|
11338
11340
|
type_hints = typing.get_type_hints(_typecheckingstub__b775185958b0123f87c513439fdb9eda838d692dd012b524dc3fb6ab433f467e)
|
|
11339
11341
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11340
|
-
jsii.set(self, "sourceEndpointArn", value)
|
|
11342
|
+
jsii.set(self, "sourceEndpointArn", value) # pyright: ignore[reportArgumentType]
|
|
11341
11343
|
|
|
11342
11344
|
@builtins.property
|
|
11343
11345
|
@jsii.member(jsii_name="tableMappings")
|
|
@@ -11350,7 +11352,7 @@ class CfnReplicationTask(
|
|
|
11350
11352
|
if __debug__:
|
|
11351
11353
|
type_hints = typing.get_type_hints(_typecheckingstub__3e1554f3f8fac9be6e304509c0164e1677aa1b61b31af49fd7792c8ef5b5dedf)
|
|
11352
11354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11353
|
-
jsii.set(self, "tableMappings", value)
|
|
11355
|
+
jsii.set(self, "tableMappings", value) # pyright: ignore[reportArgumentType]
|
|
11354
11356
|
|
|
11355
11357
|
@builtins.property
|
|
11356
11358
|
@jsii.member(jsii_name="targetEndpointArn")
|
|
@@ -11363,7 +11365,7 @@ class CfnReplicationTask(
|
|
|
11363
11365
|
if __debug__:
|
|
11364
11366
|
type_hints = typing.get_type_hints(_typecheckingstub__c4ca9dfb966142087d009c3e30808a83bbbeb6258daa6ad5c3852d8c4951ab6a)
|
|
11365
11367
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11366
|
-
jsii.set(self, "targetEndpointArn", value)
|
|
11368
|
+
jsii.set(self, "targetEndpointArn", value) # pyright: ignore[reportArgumentType]
|
|
11367
11369
|
|
|
11368
11370
|
@builtins.property
|
|
11369
11371
|
@jsii.member(jsii_name="cdcStartPosition")
|
|
@@ -11376,7 +11378,7 @@ class CfnReplicationTask(
|
|
|
11376
11378
|
if __debug__:
|
|
11377
11379
|
type_hints = typing.get_type_hints(_typecheckingstub__3e5b6a190ec7e6fa4d8f098e921e3964e9e278b81e54483059762ae2bedd23d1)
|
|
11378
11380
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11379
|
-
jsii.set(self, "cdcStartPosition", value)
|
|
11381
|
+
jsii.set(self, "cdcStartPosition", value) # pyright: ignore[reportArgumentType]
|
|
11380
11382
|
|
|
11381
11383
|
@builtins.property
|
|
11382
11384
|
@jsii.member(jsii_name="cdcStartTime")
|
|
@@ -11389,7 +11391,7 @@ class CfnReplicationTask(
|
|
|
11389
11391
|
if __debug__:
|
|
11390
11392
|
type_hints = typing.get_type_hints(_typecheckingstub__c0148017c2d95abc8b4f00353f65446218011f3d9d7319a3d4b65d0f4a5da634)
|
|
11391
11393
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11392
|
-
jsii.set(self, "cdcStartTime", value)
|
|
11394
|
+
jsii.set(self, "cdcStartTime", value) # pyright: ignore[reportArgumentType]
|
|
11393
11395
|
|
|
11394
11396
|
@builtins.property
|
|
11395
11397
|
@jsii.member(jsii_name="cdcStopPosition")
|
|
@@ -11402,7 +11404,7 @@ class CfnReplicationTask(
|
|
|
11402
11404
|
if __debug__:
|
|
11403
11405
|
type_hints = typing.get_type_hints(_typecheckingstub__6117dd7c6cf29911168934ab8376c68f4b18ba2c09744952230e79da9ca035bf)
|
|
11404
11406
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11405
|
-
jsii.set(self, "cdcStopPosition", value)
|
|
11407
|
+
jsii.set(self, "cdcStopPosition", value) # pyright: ignore[reportArgumentType]
|
|
11406
11408
|
|
|
11407
11409
|
@builtins.property
|
|
11408
11410
|
@jsii.member(jsii_name="replicationTaskIdentifier")
|
|
@@ -11415,7 +11417,7 @@ class CfnReplicationTask(
|
|
|
11415
11417
|
if __debug__:
|
|
11416
11418
|
type_hints = typing.get_type_hints(_typecheckingstub__79c4c9f366c664854b019827e55c7db32243c996e962557a9eafb7393d43545d)
|
|
11417
11419
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11418
|
-
jsii.set(self, "replicationTaskIdentifier", value)
|
|
11420
|
+
jsii.set(self, "replicationTaskIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
11419
11421
|
|
|
11420
11422
|
@builtins.property
|
|
11421
11423
|
@jsii.member(jsii_name="replicationTaskSettings")
|
|
@@ -11428,7 +11430,7 @@ class CfnReplicationTask(
|
|
|
11428
11430
|
if __debug__:
|
|
11429
11431
|
type_hints = typing.get_type_hints(_typecheckingstub__6c154fa2dd4edd39838c39b94653df9e66c95542ef0ea24a97883c7f55608a45)
|
|
11430
11432
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11431
|
-
jsii.set(self, "replicationTaskSettings", value)
|
|
11433
|
+
jsii.set(self, "replicationTaskSettings", value) # pyright: ignore[reportArgumentType]
|
|
11432
11434
|
|
|
11433
11435
|
@builtins.property
|
|
11434
11436
|
@jsii.member(jsii_name="resourceIdentifier")
|
|
@@ -11441,7 +11443,7 @@ class CfnReplicationTask(
|
|
|
11441
11443
|
if __debug__:
|
|
11442
11444
|
type_hints = typing.get_type_hints(_typecheckingstub__d0d4ca56aa921ac8bd069b2f1998ad160a58977be3a22b054aea931d00840b7a)
|
|
11443
11445
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11444
|
-
jsii.set(self, "resourceIdentifier", value)
|
|
11446
|
+
jsii.set(self, "resourceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
11445
11447
|
|
|
11446
11448
|
@builtins.property
|
|
11447
11449
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -11454,7 +11456,7 @@ class CfnReplicationTask(
|
|
|
11454
11456
|
if __debug__:
|
|
11455
11457
|
type_hints = typing.get_type_hints(_typecheckingstub__6a8fadfeae4645d0ebd875d4c0285d22d91319e75b8c434882a51c7205d677cb)
|
|
11456
11458
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11457
|
-
jsii.set(self, "tagsRaw", value)
|
|
11459
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
11458
11460
|
|
|
11459
11461
|
@builtins.property
|
|
11460
11462
|
@jsii.member(jsii_name="taskData")
|
|
@@ -11467,7 +11469,7 @@ class CfnReplicationTask(
|
|
|
11467
11469
|
if __debug__:
|
|
11468
11470
|
type_hints = typing.get_type_hints(_typecheckingstub__22dc69cf7eb1071bfc83826615b45d1eff66b8eccd5636322983df53e2f5ea82)
|
|
11469
11471
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11470
|
-
jsii.set(self, "taskData", value)
|
|
11472
|
+
jsii.set(self, "taskData", value) # pyright: ignore[reportArgumentType]
|
|
11471
11473
|
|
|
11472
11474
|
|
|
11473
11475
|
@jsii.data_type(
|
|
@@ -12854,16 +12856,16 @@ def _typecheckingstub__94680f790d4726b7c801a80c1413457134b08ba7f03ece13365f54d8f
|
|
|
12854
12856
|
scope: _constructs_77d1e7e8.Construct,
|
|
12855
12857
|
id: builtins.str,
|
|
12856
12858
|
*,
|
|
12857
|
-
compute_config: typing.
|
|
12858
|
-
replication_config_identifier:
|
|
12859
|
+
compute_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnReplicationConfig.ComputeConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
12860
|
+
replication_config_identifier: builtins.str,
|
|
12861
|
+
replication_type: builtins.str,
|
|
12862
|
+
source_endpoint_arn: builtins.str,
|
|
12863
|
+
table_mappings: typing.Any,
|
|
12864
|
+
target_endpoint_arn: builtins.str,
|
|
12859
12865
|
replication_settings: typing.Any = None,
|
|
12860
|
-
replication_type: typing.Optional[builtins.str] = None,
|
|
12861
12866
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
12862
|
-
source_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
12863
12867
|
supplemental_settings: typing.Any = None,
|
|
12864
|
-
table_mappings: typing.Any = None,
|
|
12865
12868
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12866
|
-
target_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
12867
12869
|
) -> None:
|
|
12868
12870
|
"""Type checking stubs"""
|
|
12869
12871
|
pass
|
|
@@ -12881,61 +12883,61 @@ def _typecheckingstub__60c2c81b84c37c69f1a05883a3f08b5bac388736e426b8395fe01e4f2
|
|
|
12881
12883
|
pass
|
|
12882
12884
|
|
|
12883
12885
|
def _typecheckingstub__32966575e9a17251f77f3c3fd9f0bb4f54a2ab6b20a6253bb2e3f97654887c8e(
|
|
12884
|
-
value: typing.
|
|
12886
|
+
value: typing.Union[_IResolvable_da3f097b, CfnReplicationConfig.ComputeConfigProperty],
|
|
12885
12887
|
) -> None:
|
|
12886
12888
|
"""Type checking stubs"""
|
|
12887
12889
|
pass
|
|
12888
12890
|
|
|
12889
12891
|
def _typecheckingstub__b0eda6e7fe61fa165d7afb96aba6536d12a18d3c374115a7c447ed9d37c61998(
|
|
12890
|
-
value:
|
|
12892
|
+
value: builtins.str,
|
|
12891
12893
|
) -> None:
|
|
12892
12894
|
"""Type checking stubs"""
|
|
12893
12895
|
pass
|
|
12894
12896
|
|
|
12895
|
-
def
|
|
12896
|
-
value:
|
|
12897
|
+
def _typecheckingstub__805ebea2610d6a01f26aed0eb893129ec908af9d73cbb47689f5d6c727f01381(
|
|
12898
|
+
value: builtins.str,
|
|
12897
12899
|
) -> None:
|
|
12898
12900
|
"""Type checking stubs"""
|
|
12899
12901
|
pass
|
|
12900
12902
|
|
|
12901
|
-
def
|
|
12902
|
-
value:
|
|
12903
|
+
def _typecheckingstub__c60be257dd07e3947c2b6c272e0798fe76f69b66051d6c2dfca413c2d616b936(
|
|
12904
|
+
value: builtins.str,
|
|
12903
12905
|
) -> None:
|
|
12904
12906
|
"""Type checking stubs"""
|
|
12905
12907
|
pass
|
|
12906
12908
|
|
|
12907
|
-
def
|
|
12908
|
-
value: typing.
|
|
12909
|
+
def _typecheckingstub__727026dd4d118a926dedb1245c81eb2e5065bead645e182231e1258e77153d2b(
|
|
12910
|
+
value: typing.Any,
|
|
12909
12911
|
) -> None:
|
|
12910
12912
|
"""Type checking stubs"""
|
|
12911
12913
|
pass
|
|
12912
12914
|
|
|
12913
|
-
def
|
|
12914
|
-
value:
|
|
12915
|
+
def _typecheckingstub__4ca6e7b9ff71eb3a98317ab9f9de43b76c48b035eddf3add1e2ff840fa9af02b(
|
|
12916
|
+
value: builtins.str,
|
|
12915
12917
|
) -> None:
|
|
12916
12918
|
"""Type checking stubs"""
|
|
12917
12919
|
pass
|
|
12918
12920
|
|
|
12919
|
-
def
|
|
12921
|
+
def _typecheckingstub__13c1acc7a82f208546609dcf4d8a9e2a00dabcf1c361d10d0f4f3604035d01cc(
|
|
12920
12922
|
value: typing.Any,
|
|
12921
12923
|
) -> None:
|
|
12922
12924
|
"""Type checking stubs"""
|
|
12923
12925
|
pass
|
|
12924
12926
|
|
|
12925
|
-
def
|
|
12926
|
-
value: typing.
|
|
12927
|
+
def _typecheckingstub__9dfbba127aff370430ba7dccb2539bc163a4dc67c556711d3450abbd5c937247(
|
|
12928
|
+
value: typing.Optional[builtins.str],
|
|
12927
12929
|
) -> None:
|
|
12928
12930
|
"""Type checking stubs"""
|
|
12929
12931
|
pass
|
|
12930
12932
|
|
|
12931
|
-
def
|
|
12932
|
-
value: typing.
|
|
12933
|
+
def _typecheckingstub__0bcc39fb53e8639c570621f12a090b2b213567d85d495108a6b12db7f7442ee8(
|
|
12934
|
+
value: typing.Any,
|
|
12933
12935
|
) -> None:
|
|
12934
12936
|
"""Type checking stubs"""
|
|
12935
12937
|
pass
|
|
12936
12938
|
|
|
12937
|
-
def
|
|
12938
|
-
value: typing.Optional[
|
|
12939
|
+
def _typecheckingstub__2f7a00e90f9a69724097ed67b1c9d994575c88df02b8ab67e96b098dd2bb1aea(
|
|
12940
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
12939
12941
|
) -> None:
|
|
12940
12942
|
"""Type checking stubs"""
|
|
12941
12943
|
pass
|
|
@@ -12957,16 +12959,16 @@ def _typecheckingstub__cccd397fe05dc0de656d261a2e429c3413c0e550cfcb56b8936f9090b
|
|
|
12957
12959
|
|
|
12958
12960
|
def _typecheckingstub__ae045521aeb34847358ce5837e2233ae9d158bb9756b046af6dbf7b3db07a492(
|
|
12959
12961
|
*,
|
|
12960
|
-
compute_config: typing.
|
|
12961
|
-
replication_config_identifier:
|
|
12962
|
+
compute_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnReplicationConfig.ComputeConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
12963
|
+
replication_config_identifier: builtins.str,
|
|
12964
|
+
replication_type: builtins.str,
|
|
12965
|
+
source_endpoint_arn: builtins.str,
|
|
12966
|
+
table_mappings: typing.Any,
|
|
12967
|
+
target_endpoint_arn: builtins.str,
|
|
12962
12968
|
replication_settings: typing.Any = None,
|
|
12963
|
-
replication_type: typing.Optional[builtins.str] = None,
|
|
12964
12969
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
12965
|
-
source_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
12966
12970
|
supplemental_settings: typing.Any = None,
|
|
12967
|
-
table_mappings: typing.Any = None,
|
|
12968
12971
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12969
|
-
target_endpoint_arn: typing.Optional[builtins.str] = None,
|
|
12970
12972
|
) -> None:
|
|
12971
12973
|
"""Type checking stubs"""
|
|
12972
12974
|
pass
|