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_msk/__init__.py
CHANGED
|
@@ -155,7 +155,7 @@ class CfnBatchScramSecret(
|
|
|
155
155
|
if __debug__:
|
|
156
156
|
type_hints = typing.get_type_hints(_typecheckingstub__1cb6bef82c23e1fc360009001db2ac936df9869c3c9c3008b243c52c51886fb6)
|
|
157
157
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
158
|
-
jsii.set(self, "clusterArn", value)
|
|
158
|
+
jsii.set(self, "clusterArn", value) # pyright: ignore[reportArgumentType]
|
|
159
159
|
|
|
160
160
|
@builtins.property
|
|
161
161
|
@jsii.member(jsii_name="secretArnList")
|
|
@@ -170,7 +170,7 @@ class CfnBatchScramSecret(
|
|
|
170
170
|
if __debug__:
|
|
171
171
|
type_hints = typing.get_type_hints(_typecheckingstub__ef33f5d92a61738839f87ca9e67498a1c64fa095dbc67d26fe3e3ae929735e2d)
|
|
172
172
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
173
|
-
jsii.set(self, "secretArnList", value)
|
|
173
|
+
jsii.set(self, "secretArnList", value) # pyright: ignore[reportArgumentType]
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
@jsii.data_type(
|
|
@@ -506,7 +506,7 @@ class CfnCluster(
|
|
|
506
506
|
if __debug__:
|
|
507
507
|
type_hints = typing.get_type_hints(_typecheckingstub__aeca16d7c9434917e084167a4ad53ae5c40e801a27aef3671a5877ed561da8a0)
|
|
508
508
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
509
|
-
jsii.set(self, "brokerNodeGroupInfo", value)
|
|
509
|
+
jsii.set(self, "brokerNodeGroupInfo", value) # pyright: ignore[reportArgumentType]
|
|
510
510
|
|
|
511
511
|
@builtins.property
|
|
512
512
|
@jsii.member(jsii_name="clusterName")
|
|
@@ -519,7 +519,7 @@ class CfnCluster(
|
|
|
519
519
|
if __debug__:
|
|
520
520
|
type_hints = typing.get_type_hints(_typecheckingstub__bcdf905665c7a5fe4197fd1e4b97211937857f4e1c57b49a985ba6d4d9945dbb)
|
|
521
521
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
522
|
-
jsii.set(self, "clusterName", value)
|
|
522
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
523
523
|
|
|
524
524
|
@builtins.property
|
|
525
525
|
@jsii.member(jsii_name="kafkaVersion")
|
|
@@ -532,7 +532,7 @@ class CfnCluster(
|
|
|
532
532
|
if __debug__:
|
|
533
533
|
type_hints = typing.get_type_hints(_typecheckingstub__41bb94e6290c69323fb75c013c4b7142158d540e2c1ec140bb735044d90aa917)
|
|
534
534
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
535
|
-
jsii.set(self, "kafkaVersion", value)
|
|
535
|
+
jsii.set(self, "kafkaVersion", value) # pyright: ignore[reportArgumentType]
|
|
536
536
|
|
|
537
537
|
@builtins.property
|
|
538
538
|
@jsii.member(jsii_name="numberOfBrokerNodes")
|
|
@@ -545,7 +545,7 @@ class CfnCluster(
|
|
|
545
545
|
if __debug__:
|
|
546
546
|
type_hints = typing.get_type_hints(_typecheckingstub__871153d778d14d527bd03c5c339f4f5c01216c5dcf58a168dbc3acf07aa35aaa)
|
|
547
547
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
548
|
-
jsii.set(self, "numberOfBrokerNodes", value)
|
|
548
|
+
jsii.set(self, "numberOfBrokerNodes", value) # pyright: ignore[reportArgumentType]
|
|
549
549
|
|
|
550
550
|
@builtins.property
|
|
551
551
|
@jsii.member(jsii_name="clientAuthentication")
|
|
@@ -563,7 +563,7 @@ class CfnCluster(
|
|
|
563
563
|
if __debug__:
|
|
564
564
|
type_hints = typing.get_type_hints(_typecheckingstub__999b897b28c870a68a155dbce687b5d48e1be0223338cc26b1ccdaa28b955337)
|
|
565
565
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
566
|
-
jsii.set(self, "clientAuthentication", value)
|
|
566
|
+
jsii.set(self, "clientAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
567
567
|
|
|
568
568
|
@builtins.property
|
|
569
569
|
@jsii.member(jsii_name="configurationInfo")
|
|
@@ -581,7 +581,7 @@ class CfnCluster(
|
|
|
581
581
|
if __debug__:
|
|
582
582
|
type_hints = typing.get_type_hints(_typecheckingstub__68aea3aaba18dee8b678c7f7677ecae9ed107f4b596657a2f2b8f07f997fd4b9)
|
|
583
583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
584
|
-
jsii.set(self, "configurationInfo", value)
|
|
584
|
+
jsii.set(self, "configurationInfo", value) # pyright: ignore[reportArgumentType]
|
|
585
585
|
|
|
586
586
|
@builtins.property
|
|
587
587
|
@jsii.member(jsii_name="currentVersion")
|
|
@@ -594,7 +594,7 @@ class CfnCluster(
|
|
|
594
594
|
if __debug__:
|
|
595
595
|
type_hints = typing.get_type_hints(_typecheckingstub__63a8f0655017a6d4bd71c8a5f323f7ff60bcb57c9c789abc6ca61aae0054113c)
|
|
596
596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
597
|
-
jsii.set(self, "currentVersion", value)
|
|
597
|
+
jsii.set(self, "currentVersion", value) # pyright: ignore[reportArgumentType]
|
|
598
598
|
|
|
599
599
|
@builtins.property
|
|
600
600
|
@jsii.member(jsii_name="encryptionInfo")
|
|
@@ -612,7 +612,7 @@ class CfnCluster(
|
|
|
612
612
|
if __debug__:
|
|
613
613
|
type_hints = typing.get_type_hints(_typecheckingstub__4cf20bb9e6c8edb93f172bf898cbe430e546eddc2d98fe341b62587d35bfcc26)
|
|
614
614
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
615
|
-
jsii.set(self, "encryptionInfo", value)
|
|
615
|
+
jsii.set(self, "encryptionInfo", value) # pyright: ignore[reportArgumentType]
|
|
616
616
|
|
|
617
617
|
@builtins.property
|
|
618
618
|
@jsii.member(jsii_name="enhancedMonitoring")
|
|
@@ -625,7 +625,7 @@ class CfnCluster(
|
|
|
625
625
|
if __debug__:
|
|
626
626
|
type_hints = typing.get_type_hints(_typecheckingstub__25a39e87ead1cc0622445b0fffb621eed514d654f142e65433d0ddca8025d62a)
|
|
627
627
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
628
|
-
jsii.set(self, "enhancedMonitoring", value)
|
|
628
|
+
jsii.set(self, "enhancedMonitoring", value) # pyright: ignore[reportArgumentType]
|
|
629
629
|
|
|
630
630
|
@builtins.property
|
|
631
631
|
@jsii.member(jsii_name="loggingInfo")
|
|
@@ -643,7 +643,7 @@ class CfnCluster(
|
|
|
643
643
|
if __debug__:
|
|
644
644
|
type_hints = typing.get_type_hints(_typecheckingstub__9d382c4554000521a60f4a1e25f292506a5889f9f704479e32e61cccc944357e)
|
|
645
645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
646
|
-
jsii.set(self, "loggingInfo", value)
|
|
646
|
+
jsii.set(self, "loggingInfo", value) # pyright: ignore[reportArgumentType]
|
|
647
647
|
|
|
648
648
|
@builtins.property
|
|
649
649
|
@jsii.member(jsii_name="openMonitoring")
|
|
@@ -661,7 +661,7 @@ class CfnCluster(
|
|
|
661
661
|
if __debug__:
|
|
662
662
|
type_hints = typing.get_type_hints(_typecheckingstub__75fe28c1f9a57617ff0d6a9ccd61b13cd12fe2b29f73cace2349bfc4cd46f2d8)
|
|
663
663
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
664
|
-
jsii.set(self, "openMonitoring", value)
|
|
664
|
+
jsii.set(self, "openMonitoring", value) # pyright: ignore[reportArgumentType]
|
|
665
665
|
|
|
666
666
|
@builtins.property
|
|
667
667
|
@jsii.member(jsii_name="storageMode")
|
|
@@ -674,7 +674,7 @@ class CfnCluster(
|
|
|
674
674
|
if __debug__:
|
|
675
675
|
type_hints = typing.get_type_hints(_typecheckingstub__dbed80e4a8389757f50e4ac3a00ab70f0b1864d27b5014ae9d52159bbb42ee2d)
|
|
676
676
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
677
|
-
jsii.set(self, "storageMode", value)
|
|
677
|
+
jsii.set(self, "storageMode", value) # pyright: ignore[reportArgumentType]
|
|
678
678
|
|
|
679
679
|
@builtins.property
|
|
680
680
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -690,7 +690,7 @@ class CfnCluster(
|
|
|
690
690
|
if __debug__:
|
|
691
691
|
type_hints = typing.get_type_hints(_typecheckingstub__b25d99a2495a599ba3309403ed99fa0b41d839c07974463afbd155e81c63d4c5)
|
|
692
692
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
693
|
-
jsii.set(self, "tagsRaw", value)
|
|
693
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
694
694
|
|
|
695
695
|
@jsii.data_type(
|
|
696
696
|
jsii_type="aws-cdk-lib.aws_msk.CfnCluster.BrokerLogsProperty",
|
|
@@ -3146,7 +3146,7 @@ class CfnClusterPolicy(
|
|
|
3146
3146
|
if __debug__:
|
|
3147
3147
|
type_hints = typing.get_type_hints(_typecheckingstub__09b7d2ce80727605483c1cca4ed70ac9461a14d815999af721ff88f333a832ec)
|
|
3148
3148
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3149
|
-
jsii.set(self, "clusterArn", value)
|
|
3149
|
+
jsii.set(self, "clusterArn", value) # pyright: ignore[reportArgumentType]
|
|
3150
3150
|
|
|
3151
3151
|
@builtins.property
|
|
3152
3152
|
@jsii.member(jsii_name="policy")
|
|
@@ -3159,7 +3159,7 @@ class CfnClusterPolicy(
|
|
|
3159
3159
|
if __debug__:
|
|
3160
3160
|
type_hints = typing.get_type_hints(_typecheckingstub__9aef09b3a5d4bfa3988541299905c0c1343ea985547573352e5a08b0a13c9243)
|
|
3161
3161
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3162
|
-
jsii.set(self, "policy", value)
|
|
3162
|
+
jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
|
|
3163
3163
|
|
|
3164
3164
|
|
|
3165
3165
|
@jsii.data_type(
|
|
@@ -3753,7 +3753,7 @@ class CfnConfiguration(
|
|
|
3753
3753
|
if __debug__:
|
|
3754
3754
|
type_hints = typing.get_type_hints(_typecheckingstub__695b362a9c27a703acdb4ba2dc747ecd9bf0d1b9ee70bd3ddb5779e480e245b6)
|
|
3755
3755
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3756
|
-
jsii.set(self, "name", value)
|
|
3756
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3757
3757
|
|
|
3758
3758
|
@builtins.property
|
|
3759
3759
|
@jsii.member(jsii_name="serverProperties")
|
|
@@ -3766,7 +3766,7 @@ class CfnConfiguration(
|
|
|
3766
3766
|
if __debug__:
|
|
3767
3767
|
type_hints = typing.get_type_hints(_typecheckingstub__08908c3ec78b02789cf18a674a51767e0dc8877a5b7ac431220532a095ede42e)
|
|
3768
3768
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3769
|
-
jsii.set(self, "serverProperties", value)
|
|
3769
|
+
jsii.set(self, "serverProperties", value) # pyright: ignore[reportArgumentType]
|
|
3770
3770
|
|
|
3771
3771
|
@builtins.property
|
|
3772
3772
|
@jsii.member(jsii_name="description")
|
|
@@ -3779,7 +3779,7 @@ class CfnConfiguration(
|
|
|
3779
3779
|
if __debug__:
|
|
3780
3780
|
type_hints = typing.get_type_hints(_typecheckingstub__b3501ea47e4e919fbc2daf2fd53e8984fb942ca686b649caea79b13ce7ab95a5)
|
|
3781
3781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3782
|
-
jsii.set(self, "description", value)
|
|
3782
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3783
3783
|
|
|
3784
3784
|
@builtins.property
|
|
3785
3785
|
@jsii.member(jsii_name="kafkaVersionsList")
|
|
@@ -3794,7 +3794,7 @@ class CfnConfiguration(
|
|
|
3794
3794
|
if __debug__:
|
|
3795
3795
|
type_hints = typing.get_type_hints(_typecheckingstub__663ee4ade66592e09fdfc891c94c07473d9e23f4b22eb0b252881053695ff63b)
|
|
3796
3796
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3797
|
-
jsii.set(self, "kafkaVersionsList", value)
|
|
3797
|
+
jsii.set(self, "kafkaVersionsList", value) # pyright: ignore[reportArgumentType]
|
|
3798
3798
|
|
|
3799
3799
|
@builtins.property
|
|
3800
3800
|
@jsii.member(jsii_name="latestRevision")
|
|
@@ -3812,7 +3812,7 @@ class CfnConfiguration(
|
|
|
3812
3812
|
if __debug__:
|
|
3813
3813
|
type_hints = typing.get_type_hints(_typecheckingstub__4beae79e12a98801242cbb2e47fafad8c377e868290a976298e39468f18cc003)
|
|
3814
3814
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3815
|
-
jsii.set(self, "latestRevision", value)
|
|
3815
|
+
jsii.set(self, "latestRevision", value) # pyright: ignore[reportArgumentType]
|
|
3816
3816
|
|
|
3817
3817
|
@jsii.data_type(
|
|
3818
3818
|
jsii_type="aws-cdk-lib.aws_msk.CfnConfiguration.LatestRevisionProperty",
|
|
@@ -4084,6 +4084,9 @@ class CfnReplicator(
|
|
|
4084
4084
|
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
4085
4085
|
type="type"
|
|
4086
4086
|
),
|
|
4087
|
+
topic_name_configuration=msk.CfnReplicator.ReplicationTopicNameConfigurationProperty(
|
|
4088
|
+
type="type"
|
|
4089
|
+
),
|
|
4087
4090
|
topics_to_exclude=["topicsToExclude"]
|
|
4088
4091
|
)
|
|
4089
4092
|
)],
|
|
@@ -4206,7 +4209,7 @@ class CfnReplicator(
|
|
|
4206
4209
|
if __debug__:
|
|
4207
4210
|
type_hints = typing.get_type_hints(_typecheckingstub__ee134ae196fcf56ff140cd1c560b79dda91e179efbe21840f1d86c4660d98db5)
|
|
4208
4211
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4209
|
-
jsii.set(self, "kafkaClusters", value)
|
|
4212
|
+
jsii.set(self, "kafkaClusters", value) # pyright: ignore[reportArgumentType]
|
|
4210
4213
|
|
|
4211
4214
|
@builtins.property
|
|
4212
4215
|
@jsii.member(jsii_name="replicationInfoList")
|
|
@@ -4224,7 +4227,7 @@ class CfnReplicator(
|
|
|
4224
4227
|
if __debug__:
|
|
4225
4228
|
type_hints = typing.get_type_hints(_typecheckingstub__56152cb302a79a267b13766e2b5e7c766263b8d69f6ee91cf037b2768210d1fa)
|
|
4226
4229
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4227
|
-
jsii.set(self, "replicationInfoList", value)
|
|
4230
|
+
jsii.set(self, "replicationInfoList", value) # pyright: ignore[reportArgumentType]
|
|
4228
4231
|
|
|
4229
4232
|
@builtins.property
|
|
4230
4233
|
@jsii.member(jsii_name="replicatorName")
|
|
@@ -4237,7 +4240,7 @@ class CfnReplicator(
|
|
|
4237
4240
|
if __debug__:
|
|
4238
4241
|
type_hints = typing.get_type_hints(_typecheckingstub__71ab84f03c5ff632755c6af4c05aef1aa589aae5ea6fdf31a25a72b6225be17a)
|
|
4239
4242
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4240
|
-
jsii.set(self, "replicatorName", value)
|
|
4243
|
+
jsii.set(self, "replicatorName", value) # pyright: ignore[reportArgumentType]
|
|
4241
4244
|
|
|
4242
4245
|
@builtins.property
|
|
4243
4246
|
@jsii.member(jsii_name="serviceExecutionRoleArn")
|
|
@@ -4250,7 +4253,7 @@ class CfnReplicator(
|
|
|
4250
4253
|
if __debug__:
|
|
4251
4254
|
type_hints = typing.get_type_hints(_typecheckingstub__407d0e51992bcbb91149b5316e9f5b3429ee3acebc8959194b791b7918c3553b)
|
|
4252
4255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4253
|
-
jsii.set(self, "serviceExecutionRoleArn", value)
|
|
4256
|
+
jsii.set(self, "serviceExecutionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
4254
4257
|
|
|
4255
4258
|
@builtins.property
|
|
4256
4259
|
@jsii.member(jsii_name="currentVersion")
|
|
@@ -4263,7 +4266,7 @@ class CfnReplicator(
|
|
|
4263
4266
|
if __debug__:
|
|
4264
4267
|
type_hints = typing.get_type_hints(_typecheckingstub__79b07be057d5f4bf56dda86a24cdbb4ced3cc7a8e053d156dd93bbcf785aeb6f)
|
|
4265
4268
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4266
|
-
jsii.set(self, "currentVersion", value)
|
|
4269
|
+
jsii.set(self, "currentVersion", value) # pyright: ignore[reportArgumentType]
|
|
4267
4270
|
|
|
4268
4271
|
@builtins.property
|
|
4269
4272
|
@jsii.member(jsii_name="description")
|
|
@@ -4276,7 +4279,7 @@ class CfnReplicator(
|
|
|
4276
4279
|
if __debug__:
|
|
4277
4280
|
type_hints = typing.get_type_hints(_typecheckingstub__0d4359699d0ff82e6e6d493eefa33cd643cafd7ea12f638de022a962a125c66d)
|
|
4278
4281
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4279
|
-
jsii.set(self, "description", value)
|
|
4282
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4280
4283
|
|
|
4281
4284
|
@builtins.property
|
|
4282
4285
|
@jsii.member(jsii_name="tags")
|
|
@@ -4289,7 +4292,7 @@ class CfnReplicator(
|
|
|
4289
4292
|
if __debug__:
|
|
4290
4293
|
type_hints = typing.get_type_hints(_typecheckingstub__bc354f2be8b1c9d39ac22542641d1fa2b82dfe634bd35bb8c6672b45284a864d)
|
|
4291
4294
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4292
|
-
jsii.set(self, "tags", value)
|
|
4295
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4293
4296
|
|
|
4294
4297
|
@jsii.data_type(
|
|
4295
4298
|
jsii_type="aws-cdk-lib.aws_msk.CfnReplicator.AmazonMskClusterProperty",
|
|
@@ -4682,6 +4685,9 @@ class CfnReplicator(
|
|
|
4682
4685
|
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
4683
4686
|
type="type"
|
|
4684
4687
|
),
|
|
4688
|
+
topic_name_configuration=msk.CfnReplicator.ReplicationTopicNameConfigurationProperty(
|
|
4689
|
+
type="type"
|
|
4690
|
+
),
|
|
4685
4691
|
topics_to_exclude=["topicsToExclude"]
|
|
4686
4692
|
)
|
|
4687
4693
|
)
|
|
@@ -4816,6 +4822,57 @@ class CfnReplicator(
|
|
|
4816
4822
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
4817
4823
|
)
|
|
4818
4824
|
|
|
4825
|
+
@jsii.data_type(
|
|
4826
|
+
jsii_type="aws-cdk-lib.aws_msk.CfnReplicator.ReplicationTopicNameConfigurationProperty",
|
|
4827
|
+
jsii_struct_bases=[],
|
|
4828
|
+
name_mapping={"type": "type"},
|
|
4829
|
+
)
|
|
4830
|
+
class ReplicationTopicNameConfigurationProperty:
|
|
4831
|
+
def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
|
|
4832
|
+
'''Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.
|
|
4833
|
+
|
|
4834
|
+
:param type: The type of replicated topic name.
|
|
4835
|
+
|
|
4836
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationtopicnameconfiguration.html
|
|
4837
|
+
:exampleMetadata: fixture=_generated
|
|
4838
|
+
|
|
4839
|
+
Example::
|
|
4840
|
+
|
|
4841
|
+
# The code below shows an example of how to instantiate this type.
|
|
4842
|
+
# The values are placeholders you should change.
|
|
4843
|
+
from aws_cdk import aws_msk as msk
|
|
4844
|
+
|
|
4845
|
+
replication_topic_name_configuration_property = msk.CfnReplicator.ReplicationTopicNameConfigurationProperty(
|
|
4846
|
+
type="type"
|
|
4847
|
+
)
|
|
4848
|
+
'''
|
|
4849
|
+
if __debug__:
|
|
4850
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9f42794dadb7055f47c6b1d4ac38c1e97c2d772710d83250815945ce778bce1c)
|
|
4851
|
+
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
4852
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4853
|
+
if type is not None:
|
|
4854
|
+
self._values["type"] = type
|
|
4855
|
+
|
|
4856
|
+
@builtins.property
|
|
4857
|
+
def type(self) -> typing.Optional[builtins.str]:
|
|
4858
|
+
'''The type of replicated topic name.
|
|
4859
|
+
|
|
4860
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationtopicnameconfiguration.html#cfn-msk-replicator-replicationtopicnameconfiguration-type
|
|
4861
|
+
'''
|
|
4862
|
+
result = self._values.get("type")
|
|
4863
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4864
|
+
|
|
4865
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4866
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4867
|
+
|
|
4868
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4869
|
+
return not (rhs == self)
|
|
4870
|
+
|
|
4871
|
+
def __repr__(self) -> str:
|
|
4872
|
+
return "ReplicationTopicNameConfigurationProperty(%s)" % ", ".join(
|
|
4873
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4874
|
+
)
|
|
4875
|
+
|
|
4819
4876
|
@jsii.data_type(
|
|
4820
4877
|
jsii_type="aws-cdk-lib.aws_msk.CfnReplicator.TopicReplicationProperty",
|
|
4821
4878
|
jsii_struct_bases=[],
|
|
@@ -4825,6 +4882,7 @@ class CfnReplicator(
|
|
|
4825
4882
|
"copy_topic_configurations": "copyTopicConfigurations",
|
|
4826
4883
|
"detect_and_copy_new_topics": "detectAndCopyNewTopics",
|
|
4827
4884
|
"starting_position": "startingPosition",
|
|
4885
|
+
"topic_name_configuration": "topicNameConfiguration",
|
|
4828
4886
|
"topics_to_exclude": "topicsToExclude",
|
|
4829
4887
|
},
|
|
4830
4888
|
)
|
|
@@ -4837,6 +4895,7 @@ class CfnReplicator(
|
|
|
4837
4895
|
copy_topic_configurations: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
4838
4896
|
detect_and_copy_new_topics: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
4839
4897
|
starting_position: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnReplicator.ReplicationStartingPositionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4898
|
+
topic_name_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnReplicator.ReplicationTopicNameConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4840
4899
|
topics_to_exclude: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4841
4900
|
) -> None:
|
|
4842
4901
|
'''
|
|
@@ -4845,6 +4904,7 @@ class CfnReplicator(
|
|
|
4845
4904
|
:param copy_topic_configurations: Whether to periodically configure remote topics to match their corresponding upstream topics.
|
|
4846
4905
|
:param detect_and_copy_new_topics: Whether to periodically check for new topics and partitions.
|
|
4847
4906
|
:param starting_position: Configuration for specifying the position in the topics to start replicating from.
|
|
4907
|
+
:param topic_name_configuration: Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.
|
|
4848
4908
|
:param topics_to_exclude: List of regular expression patterns indicating the topics that should not be replicated.
|
|
4849
4909
|
|
|
4850
4910
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-topicreplication.html
|
|
@@ -4866,6 +4926,9 @@ class CfnReplicator(
|
|
|
4866
4926
|
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
4867
4927
|
type="type"
|
|
4868
4928
|
),
|
|
4929
|
+
topic_name_configuration=msk.CfnReplicator.ReplicationTopicNameConfigurationProperty(
|
|
4930
|
+
type="type"
|
|
4931
|
+
),
|
|
4869
4932
|
topics_to_exclude=["topicsToExclude"]
|
|
4870
4933
|
)
|
|
4871
4934
|
'''
|
|
@@ -4876,6 +4939,7 @@ class CfnReplicator(
|
|
|
4876
4939
|
check_type(argname="argument copy_topic_configurations", value=copy_topic_configurations, expected_type=type_hints["copy_topic_configurations"])
|
|
4877
4940
|
check_type(argname="argument detect_and_copy_new_topics", value=detect_and_copy_new_topics, expected_type=type_hints["detect_and_copy_new_topics"])
|
|
4878
4941
|
check_type(argname="argument starting_position", value=starting_position, expected_type=type_hints["starting_position"])
|
|
4942
|
+
check_type(argname="argument topic_name_configuration", value=topic_name_configuration, expected_type=type_hints["topic_name_configuration"])
|
|
4879
4943
|
check_type(argname="argument topics_to_exclude", value=topics_to_exclude, expected_type=type_hints["topics_to_exclude"])
|
|
4880
4944
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4881
4945
|
"topics_to_replicate": topics_to_replicate,
|
|
@@ -4888,6 +4952,8 @@ class CfnReplicator(
|
|
|
4888
4952
|
self._values["detect_and_copy_new_topics"] = detect_and_copy_new_topics
|
|
4889
4953
|
if starting_position is not None:
|
|
4890
4954
|
self._values["starting_position"] = starting_position
|
|
4955
|
+
if topic_name_configuration is not None:
|
|
4956
|
+
self._values["topic_name_configuration"] = topic_name_configuration
|
|
4891
4957
|
if topics_to_exclude is not None:
|
|
4892
4958
|
self._values["topics_to_exclude"] = topics_to_exclude
|
|
4893
4959
|
|
|
@@ -4945,6 +5011,17 @@ class CfnReplicator(
|
|
|
4945
5011
|
result = self._values.get("starting_position")
|
|
4946
5012
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReplicator.ReplicationStartingPositionProperty"]], result)
|
|
4947
5013
|
|
|
5014
|
+
@builtins.property
|
|
5015
|
+
def topic_name_configuration(
|
|
5016
|
+
self,
|
|
5017
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReplicator.ReplicationTopicNameConfigurationProperty"]]:
|
|
5018
|
+
'''Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.
|
|
5019
|
+
|
|
5020
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-topicreplication.html#cfn-msk-replicator-topicreplication-topicnameconfiguration
|
|
5021
|
+
'''
|
|
5022
|
+
result = self._values.get("topic_name_configuration")
|
|
5023
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReplicator.ReplicationTopicNameConfigurationProperty"]], result)
|
|
5024
|
+
|
|
4948
5025
|
@builtins.property
|
|
4949
5026
|
def topics_to_exclude(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4950
5027
|
'''List of regular expression patterns indicating the topics that should not be replicated.
|
|
@@ -5044,6 +5121,9 @@ class CfnReplicatorProps:
|
|
|
5044
5121
|
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
5045
5122
|
type="type"
|
|
5046
5123
|
),
|
|
5124
|
+
topic_name_configuration=msk.CfnReplicator.ReplicationTopicNameConfigurationProperty(
|
|
5125
|
+
type="type"
|
|
5126
|
+
),
|
|
5047
5127
|
topics_to_exclude=["topicsToExclude"]
|
|
5048
5128
|
)
|
|
5049
5129
|
)],
|
|
@@ -5301,7 +5381,7 @@ class CfnServerlessCluster(
|
|
|
5301
5381
|
if __debug__:
|
|
5302
5382
|
type_hints = typing.get_type_hints(_typecheckingstub__fa89ccfc74c544ca6be404bf89aba0bb0165e1448da8fe2625fe0b16b1233007)
|
|
5303
5383
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5304
|
-
jsii.set(self, "clientAuthentication", value)
|
|
5384
|
+
jsii.set(self, "clientAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
5305
5385
|
|
|
5306
5386
|
@builtins.property
|
|
5307
5387
|
@jsii.member(jsii_name="clusterName")
|
|
@@ -5313,7 +5393,7 @@ class CfnServerlessCluster(
|
|
|
5313
5393
|
if __debug__:
|
|
5314
5394
|
type_hints = typing.get_type_hints(_typecheckingstub__f72f4a1e482f09869114e6642c0c6d4876a0d1f1f71f63585d48a4947074646e)
|
|
5315
5395
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5316
|
-
jsii.set(self, "clusterName", value)
|
|
5396
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
5317
5397
|
|
|
5318
5398
|
@builtins.property
|
|
5319
5399
|
@jsii.member(jsii_name="vpcConfigs")
|
|
@@ -5330,7 +5410,7 @@ class CfnServerlessCluster(
|
|
|
5330
5410
|
if __debug__:
|
|
5331
5411
|
type_hints = typing.get_type_hints(_typecheckingstub__bb1ce933052056e6636b2d8196e831285d5d488108aa04cd5e5edf99126c9ae4)
|
|
5332
5412
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5333
|
-
jsii.set(self, "vpcConfigs", value)
|
|
5413
|
+
jsii.set(self, "vpcConfigs", value) # pyright: ignore[reportArgumentType]
|
|
5334
5414
|
|
|
5335
5415
|
@builtins.property
|
|
5336
5416
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5346,7 +5426,7 @@ class CfnServerlessCluster(
|
|
|
5346
5426
|
if __debug__:
|
|
5347
5427
|
type_hints = typing.get_type_hints(_typecheckingstub__2d3b6a10ef556854108c6599fa2fb551287d8a71429ee2a81ceed14943ec4254)
|
|
5348
5428
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5349
|
-
jsii.set(self, "tagsRaw", value)
|
|
5429
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5350
5430
|
|
|
5351
5431
|
@jsii.data_type(
|
|
5352
5432
|
jsii_type="aws-cdk-lib.aws_msk.CfnServerlessCluster.ClientAuthenticationProperty",
|
|
@@ -5855,7 +5935,7 @@ class CfnVpcConnection(
|
|
|
5855
5935
|
if __debug__:
|
|
5856
5936
|
type_hints = typing.get_type_hints(_typecheckingstub__a4bd4b61163da39025a8cd09f1db5ecb199b74eb65e9556bf978064fa079e367)
|
|
5857
5937
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5858
|
-
jsii.set(self, "authentication", value)
|
|
5938
|
+
jsii.set(self, "authentication", value) # pyright: ignore[reportArgumentType]
|
|
5859
5939
|
|
|
5860
5940
|
@builtins.property
|
|
5861
5941
|
@jsii.member(jsii_name="clientSubnets")
|
|
@@ -5868,7 +5948,7 @@ class CfnVpcConnection(
|
|
|
5868
5948
|
if __debug__:
|
|
5869
5949
|
type_hints = typing.get_type_hints(_typecheckingstub__77a077d01ed7d7a5f35c6b0cc72e4a77856d510210db08615ab88c969362c05d)
|
|
5870
5950
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5871
|
-
jsii.set(self, "clientSubnets", value)
|
|
5951
|
+
jsii.set(self, "clientSubnets", value) # pyright: ignore[reportArgumentType]
|
|
5872
5952
|
|
|
5873
5953
|
@builtins.property
|
|
5874
5954
|
@jsii.member(jsii_name="securityGroups")
|
|
@@ -5881,7 +5961,7 @@ class CfnVpcConnection(
|
|
|
5881
5961
|
if __debug__:
|
|
5882
5962
|
type_hints = typing.get_type_hints(_typecheckingstub__a2ef79840a03fa0d4be5b71a3f639c366a7f8df914fc8ec7f54b778fc71ed809)
|
|
5883
5963
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5884
|
-
jsii.set(self, "securityGroups", value)
|
|
5964
|
+
jsii.set(self, "securityGroups", value) # pyright: ignore[reportArgumentType]
|
|
5885
5965
|
|
|
5886
5966
|
@builtins.property
|
|
5887
5967
|
@jsii.member(jsii_name="targetClusterArn")
|
|
@@ -5894,7 +5974,7 @@ class CfnVpcConnection(
|
|
|
5894
5974
|
if __debug__:
|
|
5895
5975
|
type_hints = typing.get_type_hints(_typecheckingstub__c908df90f79d47c80725c4c1a1ab47b0a3101ba904f6bbb93e09324deb30d3ce)
|
|
5896
5976
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5897
|
-
jsii.set(self, "targetClusterArn", value)
|
|
5977
|
+
jsii.set(self, "targetClusterArn", value) # pyright: ignore[reportArgumentType]
|
|
5898
5978
|
|
|
5899
5979
|
@builtins.property
|
|
5900
5980
|
@jsii.member(jsii_name="vpcId")
|
|
@@ -5907,7 +5987,7 @@ class CfnVpcConnection(
|
|
|
5907
5987
|
if __debug__:
|
|
5908
5988
|
type_hints = typing.get_type_hints(_typecheckingstub__7312d322f4e2b55e3a62ef768de9469e6ea2f6745665206380cde67b5c1212a7)
|
|
5909
5989
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5910
|
-
jsii.set(self, "vpcId", value)
|
|
5990
|
+
jsii.set(self, "vpcId", value) # pyright: ignore[reportArgumentType]
|
|
5911
5991
|
|
|
5912
5992
|
@builtins.property
|
|
5913
5993
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5923,7 +6003,7 @@ class CfnVpcConnection(
|
|
|
5923
6003
|
if __debug__:
|
|
5924
6004
|
type_hints = typing.get_type_hints(_typecheckingstub__41badc74ff47dd490e87b936855f3c939b6636c7093dafa31681ef018b5a53f5)
|
|
5925
6005
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5926
|
-
jsii.set(self, "tagsRaw", value)
|
|
6006
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5927
6007
|
|
|
5928
6008
|
|
|
5929
6009
|
@jsii.data_type(
|
|
@@ -6738,6 +6818,13 @@ def _typecheckingstub__5867862d62f899b15989ba1bdfade827bc8239f7341776ead0babb821
|
|
|
6738
6818
|
"""Type checking stubs"""
|
|
6739
6819
|
pass
|
|
6740
6820
|
|
|
6821
|
+
def _typecheckingstub__9f42794dadb7055f47c6b1d4ac38c1e97c2d772710d83250815945ce778bce1c(
|
|
6822
|
+
*,
|
|
6823
|
+
type: typing.Optional[builtins.str] = None,
|
|
6824
|
+
) -> None:
|
|
6825
|
+
"""Type checking stubs"""
|
|
6826
|
+
pass
|
|
6827
|
+
|
|
6741
6828
|
def _typecheckingstub__0c30cafe96a0d51060e8bc61471dbbee1baf46133c8ecfbc997c5305121f3d6d(
|
|
6742
6829
|
*,
|
|
6743
6830
|
topics_to_replicate: typing.Sequence[builtins.str],
|
|
@@ -6745,6 +6832,7 @@ def _typecheckingstub__0c30cafe96a0d51060e8bc61471dbbee1baf46133c8ecfbc997c53051
|
|
|
6745
6832
|
copy_topic_configurations: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6746
6833
|
detect_and_copy_new_topics: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6747
6834
|
starting_position: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnReplicator.ReplicationStartingPositionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6835
|
+
topic_name_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnReplicator.ReplicationTopicNameConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6748
6836
|
topics_to_exclude: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6749
6837
|
) -> None:
|
|
6750
6838
|
"""Type checking stubs"""
|