aws-cdk-lib 2.152.0__py3-none-any.whl → 2.154.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (269) hide show
  1. aws_cdk/__init__.py +157 -215
  2. aws_cdk/_jsii/__init__.py +2 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.152.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -3
  5. aws_cdk/aws_accessanalyzer/__init__.py +5 -5
  6. aws_cdk/aws_acmpca/__init__.py +79 -24
  7. aws_cdk/aws_amazonmq/__init__.py +161 -161
  8. aws_cdk/aws_amplify/__init__.py +36 -36
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
  10. aws_cdk/aws_apigateway/__init__.py +122 -122
  11. aws_cdk/aws_apigatewayv2/__init__.py +135 -121
  12. aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
  13. aws_cdk/aws_appconfig/__init__.py +59 -59
  14. aws_cdk/aws_appflow/__init__.py +20 -20
  15. aws_cdk/aws_appintegrations/__init__.py +19 -19
  16. aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
  17. aws_cdk/aws_applicationinsights/__init__.py +11 -11
  18. aws_cdk/aws_applicationsignals/__init__.py +5 -5
  19. aws_cdk/aws_appmesh/__init__.py +35 -35
  20. aws_cdk/aws_apprunner/__init__.py +25 -25
  21. aws_cdk/aws_appstream/__init__.py +105 -105
  22. aws_cdk/aws_appsync/__init__.py +89 -89
  23. aws_cdk/aws_apptest/__init__.py +25 -25
  24. aws_cdk/aws_aps/__init__.py +14 -14
  25. aws_cdk/aws_arczonalshift/__init__.py +200 -3
  26. aws_cdk/aws_athena/__init__.py +25 -25
  27. aws_cdk/aws_auditmanager/__init__.py +15 -15
  28. aws_cdk/aws_autoscaling/__init__.py +84 -84
  29. aws_cdk/aws_autoscalingplans/__init__.py +2 -2
  30. aws_cdk/aws_b2bi/__init__.py +24 -24
  31. aws_cdk/aws_backup/__init__.py +33 -33
  32. aws_cdk/aws_backupgateway/__init__.py +7 -7
  33. aws_cdk/aws_batch/__init__.py +289 -35
  34. aws_cdk/aws_bcmdataexports/__init__.py +2 -2
  35. aws_cdk/aws_bedrock/__init__.py +13239 -3277
  36. aws_cdk/aws_billingconductor/__init__.py +28 -28
  37. aws_cdk/aws_budgets/__init__.py +12 -12
  38. aws_cdk/aws_cassandra/__init__.py +16 -16
  39. aws_cdk/aws_ce/__init__.py +17 -17
  40. aws_cdk/aws_certificatemanager/__init__.py +9 -9
  41. aws_cdk/aws_chatbot/__init__.py +22 -22
  42. aws_cdk/aws_cleanrooms/__init__.py +2470 -307
  43. aws_cdk/aws_cleanroomsml/__init__.py +5 -5
  44. aws_cdk/aws_cloud9/__init__.py +10 -10
  45. aws_cdk/aws_cloudformation/__init__.py +94 -69
  46. aws_cdk/aws_cloudfront/__init__.py +31 -30
  47. aws_cdk/aws_cloudfront/experimental/__init__.py +23 -0
  48. aws_cdk/aws_cloudtrail/__init__.py +46 -44
  49. aws_cdk/aws_cloudwatch/__init__.py +61 -69
  50. aws_cdk/aws_codeartifact/__init__.py +19 -19
  51. aws_cdk/aws_codebuild/__init__.py +60 -68
  52. aws_cdk/aws_codecommit/__init__.py +10 -6
  53. aws_cdk/aws_codeconnections/__init__.py +5 -5
  54. aws_cdk/aws_codedeploy/__init__.py +28 -28
  55. aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
  56. aws_cdk/aws_codegurureviewer/__init__.py +6 -6
  57. aws_cdk/aws_codepipeline/__init__.py +849 -52
  58. aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
  59. aws_cdk/aws_codestar/__init__.py +8 -8
  60. aws_cdk/aws_codestarconnections/__init__.py +17 -17
  61. aws_cdk/aws_codestarnotifications/__init__.py +10 -10
  62. aws_cdk/aws_cognito/__init__.py +465 -133
  63. aws_cdk/aws_comprehend/__init__.py +20 -20
  64. aws_cdk/aws_config/__init__.py +67 -67
  65. aws_cdk/aws_connect/__init__.py +139 -137
  66. aws_cdk/aws_connectcampaigns/__init__.py +5 -5
  67. aws_cdk/aws_controltower/__init__.py +12 -12
  68. aws_cdk/aws_cur/__init__.py +12 -12
  69. aws_cdk/aws_customerprofiles/__init__.py +36 -36
  70. aws_cdk/aws_databrew/__init__.py +45 -45
  71. aws_cdk/aws_datapipeline/__init__.py +12 -8
  72. aws_cdk/aws_datasync/__init__.py +119 -117
  73. aws_cdk/aws_datazone/__init__.py +63 -63
  74. aws_cdk/aws_dax/__init__.py +20 -20
  75. aws_cdk/aws_deadline/__init__.py +221 -292
  76. aws_cdk/aws_detective/__init__.py +8 -8
  77. aws_cdk/aws_devicefarm/__init__.py +37 -37
  78. aws_cdk/aws_devopsguru/__init__.py +2 -2
  79. aws_cdk/aws_directoryservice/__init__.py +15 -15
  80. aws_cdk/aws_dlm/__init__.py +12 -12
  81. aws_cdk/aws_dms/__init__.py +300 -298
  82. aws_cdk/aws_docdb/__init__.py +49 -49
  83. aws_cdk/aws_docdbelastic/__init__.py +14 -14
  84. aws_cdk/aws_dynamodb/__init__.py +371 -37
  85. aws_cdk/aws_ec2/__init__.py +900 -606
  86. aws_cdk/aws_ecr/__init__.py +117 -77
  87. aws_cdk/aws_ecr_assets/__init__.py +4 -4
  88. aws_cdk/aws_ecs/__init__.py +190 -191
  89. aws_cdk/aws_ecs_patterns/__init__.py +2 -2
  90. aws_cdk/aws_efs/__init__.py +22 -22
  91. aws_cdk/aws_eks/__init__.py +177 -61
  92. aws_cdk/aws_elasticache/__init__.py +218 -226
  93. aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
  94. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
  95. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
  96. aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
  97. aws_cdk/aws_elasticsearch/__init__.py +16 -16
  98. aws_cdk/aws_emr/__init__.py +74 -74
  99. aws_cdk/aws_emrcontainers/__init__.py +3 -3
  100. aws_cdk/aws_emrserverless/__init__.py +157 -14
  101. aws_cdk/aws_entityresolution/__init__.py +613 -35
  102. aws_cdk/aws_events/__init__.py +42 -42
  103. aws_cdk/aws_eventschemas/__init__.py +16 -16
  104. aws_cdk/aws_evidently/__init__.py +38 -38
  105. aws_cdk/aws_finspace/__init__.py +8 -8
  106. aws_cdk/aws_fis/__init__.py +12 -12
  107. aws_cdk/aws_fms/__init__.py +21 -21
  108. aws_cdk/aws_forecast/__init__.py +18 -11
  109. aws_cdk/aws_frauddetector/__init__.py +35 -35
  110. aws_cdk/aws_fsx/__init__.py +35 -35
  111. aws_cdk/aws_gamelift/__init__.py +103 -103
  112. aws_cdk/aws_globalaccelerator/__init__.py +46 -24
  113. aws_cdk/aws_glue/__init__.py +132 -139
  114. aws_cdk/aws_grafana/__init__.py +17 -17
  115. aws_cdk/aws_greengrass/__init__.py +48 -48
  116. aws_cdk/aws_greengrassv2/__init__.py +10 -10
  117. aws_cdk/aws_groundstation/__init__.py +16 -16
  118. aws_cdk/aws_guardduty/__init__.py +40 -38
  119. aws_cdk/aws_healthimaging/__init__.py +3 -3
  120. aws_cdk/aws_healthlake/__init__.py +6 -6
  121. aws_cdk/aws_iam/__init__.py +120 -122
  122. aws_cdk/aws_identitystore/__init__.py +6 -6
  123. aws_cdk/aws_imagebuilder/__init__.py +92 -92
  124. aws_cdk/aws_inspector/__init__.py +8 -8
  125. aws_cdk/aws_inspectorv2/__init__.py +102 -97
  126. aws_cdk/aws_internetmonitor/__init__.py +12 -12
  127. aws_cdk/aws_iot/__init__.py +141 -141
  128. aws_cdk/aws_iot1click/__init__.py +9 -9
  129. aws_cdk/aws_iotanalytics/__init__.py +21 -21
  130. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
  131. aws_cdk/aws_iotevents/__init__.py +20 -20
  132. aws_cdk/aws_iotfleethub/__init__.py +4 -4
  133. aws_cdk/aws_iotfleetwise/__init__.py +45 -45
  134. aws_cdk/aws_iotsitewise/__init__.py +40 -40
  135. aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
  136. aws_cdk/aws_iottwinmaker/__init__.py +34 -34
  137. aws_cdk/aws_iotwireless/__init__.py +66 -66
  138. aws_cdk/aws_ivs/__init__.py +32 -32
  139. aws_cdk/aws_ivschat/__init__.py +9 -9
  140. aws_cdk/aws_kafkaconnect/__init__.py +22 -22
  141. aws_cdk/aws_kendra/__init__.py +28 -28
  142. aws_cdk/aws_kendraranking/__init__.py +4 -4
  143. aws_cdk/aws_kinesis/__init__.py +8 -8
  144. aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
  145. aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
  146. aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
  147. aws_cdk/aws_kinesisvideo/__init__.py +10 -10
  148. aws_cdk/aws_kms/__init__.py +20 -20
  149. aws_cdk/aws_lakeformation/__init__.py +36 -36
  150. aws_cdk/aws_lambda/__init__.py +435 -227
  151. aws_cdk/aws_lambda_nodejs/__init__.py +23 -0
  152. aws_cdk/aws_launchwizard/__init__.py +508 -0
  153. aws_cdk/aws_lex/__init__.py +24 -24
  154. aws_cdk/aws_licensemanager/__init__.py +17 -17
  155. aws_cdk/aws_lightsail/__init__.py +90 -90
  156. aws_cdk/aws_location/__init__.py +41 -41
  157. aws_cdk/aws_logs/__init__.py +50 -50
  158. aws_cdk/aws_lookoutequipment/__init__.py +9 -9
  159. aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
  160. aws_cdk/aws_lookoutvision/__init__.py +1 -1
  161. aws_cdk/aws_m2/__init__.py +20 -20
  162. aws_cdk/aws_macie/__init__.py +19 -19
  163. aws_cdk/aws_managedblockchain/__init__.py +10 -10
  164. aws_cdk/aws_mediaconnect/__init__.py +114 -77
  165. aws_cdk/aws_mediaconvert/__init__.py +20 -20
  166. aws_cdk/aws_medialive/__init__.py +44 -76
  167. aws_cdk/aws_mediapackage/__init__.py +38 -38
  168. aws_cdk/aws_mediapackagev2/__init__.py +178 -25
  169. aws_cdk/aws_mediastore/__init__.py +7 -7
  170. aws_cdk/aws_mediatailor/__init__.py +40 -40
  171. aws_cdk/aws_memorydb/__init__.py +41 -41
  172. aws_cdk/aws_msk/__init__.py +39 -39
  173. aws_cdk/aws_mwaa/__init__.py +25 -25
  174. aws_cdk/aws_neptune/__init__.py +55 -55
  175. aws_cdk/aws_neptunegraph/__init__.py +11 -11
  176. aws_cdk/aws_networkfirewall/__init__.py +36 -30
  177. aws_cdk/aws_networkmanager/__init__.py +1062 -91
  178. aws_cdk/aws_nimblestudio/__init__.py +31 -31
  179. aws_cdk/aws_oam/__init__.py +8 -8
  180. aws_cdk/aws_omics/__init__.py +36 -36
  181. aws_cdk/aws_opensearchserverless/__init__.py +25 -25
  182. aws_cdk/aws_opensearchservice/__init__.py +20 -20
  183. aws_cdk/aws_opsworks/__init__.py +87 -87
  184. aws_cdk/aws_opsworkscm/__init__.py +21 -21
  185. aws_cdk/aws_organizations/__init__.py +17 -17
  186. aws_cdk/aws_osis/__init__.py +122 -9
  187. aws_cdk/aws_panorama/__init__.py +27 -22
  188. aws_cdk/aws_paymentcryptography/__init__.py +7 -7
  189. aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
  190. aws_cdk/aws_personalize/__init__.py +19 -19
  191. aws_cdk/aws_pinpoint/__init__.py +122 -122
  192. aws_cdk/aws_pinpointemail/__init__.py +16 -16
  193. aws_cdk/aws_pipes/__init__.py +14 -16
  194. aws_cdk/aws_proton/__init__.py +19 -19
  195. aws_cdk/aws_qbusiness/__init__.py +160 -45
  196. aws_cdk/aws_qldb/__init__.py +12 -12
  197. aws_cdk/aws_quicksight/__init__.py +91 -91
  198. aws_cdk/aws_ram/__init__.py +11 -11
  199. aws_cdk/aws_rds/__init__.py +365 -259
  200. aws_cdk/aws_redshift/__init__.py +136 -91
  201. aws_cdk/aws_redshiftserverless/__init__.py +27 -27
  202. aws_cdk/aws_refactorspaces/__init__.py +26 -26
  203. aws_cdk/aws_rekognition/__init__.py +16 -16
  204. aws_cdk/aws_resiliencehub/__init__.py +15 -15
  205. aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
  206. aws_cdk/aws_resourcegroups/__init__.py +6 -6
  207. aws_cdk/aws_robomaker/__init__.py +25 -25
  208. aws_cdk/aws_rolesanywhere/__init__.py +67 -19
  209. aws_cdk/aws_route53/__init__.py +36 -36
  210. aws_cdk/aws_route53profiles/__init__.py +11 -11
  211. aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
  212. aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
  213. aws_cdk/aws_route53resolver/__init__.py +123 -82
  214. aws_cdk/aws_rum/__init__.py +6 -6
  215. aws_cdk/aws_s3/__init__.py +136 -80
  216. aws_cdk/aws_s3_deployment/__init__.py +30 -24
  217. aws_cdk/aws_s3_notifications/__init__.py +3 -4
  218. aws_cdk/aws_s3express/__init__.py +5 -5
  219. aws_cdk/aws_s3objectlambda/__init__.py +6 -6
  220. aws_cdk/aws_s3outposts/__init__.py +16 -16
  221. aws_cdk/aws_sagemaker/__init__.py +2412 -280
  222. aws_cdk/aws_sam/__init__.py +101 -101
  223. aws_cdk/aws_scheduler/__init__.py +13 -13
  224. aws_cdk/aws_sdb/__init__.py +1 -1
  225. aws_cdk/aws_secretsmanager/__init__.py +20 -19
  226. aws_cdk/aws_securityhub/__init__.py +70 -57
  227. aws_cdk/aws_securitylake/__init__.py +341 -16
  228. aws_cdk/aws_servicecatalog/__init__.py +87 -87
  229. aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
  230. aws_cdk/aws_servicediscovery/__init__.py +23 -23
  231. aws_cdk/aws_ses/__init__.py +12038 -5604
  232. aws_cdk/aws_shield/__init__.py +15 -15
  233. aws_cdk/aws_signer/__init__.py +9 -9
  234. aws_cdk/aws_simspaceweaver/__init__.py +5 -5
  235. aws_cdk/aws_sns/__init__.py +28 -28
  236. aws_cdk/aws_sqs/__init__.py +20 -20
  237. aws_cdk/aws_ssm/__init__.py +172 -101
  238. aws_cdk/aws_ssmcontacts/__init__.py +18 -18
  239. aws_cdk/aws_ssmincidents/__init__.py +11 -11
  240. aws_cdk/aws_sso/__init__.py +31 -31
  241. aws_cdk/aws_stepfunctions/__init__.py +370 -28
  242. aws_cdk/aws_supportapp/__init__.py +11 -11
  243. aws_cdk/aws_synthetics/__init__.py +18 -18
  244. aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
  245. aws_cdk/aws_timestream/__init__.py +34 -34
  246. aws_cdk/aws_transfer/__init__.py +57 -57
  247. aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
  248. aws_cdk/aws_voiceid/__init__.py +4 -4
  249. aws_cdk/aws_vpclattice/__init__.py +42 -42
  250. aws_cdk/aws_waf/__init__.py +17 -17
  251. aws_cdk/aws_wafregional/__init__.py +28 -28
  252. aws_cdk/aws_wafv2/__init__.py +39 -39
  253. aws_cdk/aws_wisdom/__init__.py +16 -16
  254. aws_cdk/aws_workspaces/__init__.py +18 -18
  255. aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
  256. aws_cdk/aws_workspacesweb/__init__.py +87 -46
  257. aws_cdk/aws_xray/__init__.py +12 -12
  258. aws_cdk/cloud_assembly_schema/__init__.py +348 -239
  259. aws_cdk/custom_resources/__init__.py +283 -0
  260. aws_cdk/cx_api/__init__.py +15 -15
  261. aws_cdk/pipelines/__init__.py +172 -237
  262. aws_cdk/triggers/__init__.py +23 -0
  263. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
  264. aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
  265. aws_cdk_lib-2.152.0.dist-info/RECORD +0 -291
  266. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
  267. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
  268. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
  269. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
@@ -328,7 +328,7 @@ class CfnTestCase(
328
328
  if __debug__:
329
329
  type_hints = typing.get_type_hints(_typecheckingstub__a0b8945362e3fa289aad135a767811c67a4cdb45010d2377c0fb6dd670ca829f)
330
330
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
331
- jsii.set(self, "name", value)
331
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
332
332
 
333
333
  @builtins.property
334
334
  @jsii.member(jsii_name="steps")
@@ -346,7 +346,7 @@ class CfnTestCase(
346
346
  if __debug__:
347
347
  type_hints = typing.get_type_hints(_typecheckingstub__b0a0c6d80a2bab21c010f9956a7784691e07a0d6ed782a3cc4f9fe81b470a060)
348
348
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
349
- jsii.set(self, "steps", value)
349
+ jsii.set(self, "steps", value) # pyright: ignore[reportArgumentType]
350
350
 
351
351
  @builtins.property
352
352
  @jsii.member(jsii_name="description")
@@ -359,7 +359,7 @@ class CfnTestCase(
359
359
  if __debug__:
360
360
  type_hints = typing.get_type_hints(_typecheckingstub__a7d3be2bb2b7f3fe2d6ec231a15d229997932dffe177165c78ec826c8431cca3)
361
361
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
362
- jsii.set(self, "description", value)
362
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
363
363
 
364
364
  @builtins.property
365
365
  @jsii.member(jsii_name="tags")
@@ -375,7 +375,7 @@ class CfnTestCase(
375
375
  if __debug__:
376
376
  type_hints = typing.get_type_hints(_typecheckingstub__6e8acfd7d3d54fa56bbe1ab5b9bc79609eaccb189083fe4b8cc7217ad659a8e7)
377
377
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
378
- jsii.set(self, "tags", value)
378
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
379
379
 
380
380
  @jsii.data_type(
381
381
  jsii_type="aws-cdk-lib.aws_apptest.CfnTestCase.BatchProperty",
@@ -1151,10 +1151,10 @@ class CfnTestCase(
1151
1151
  force_stop: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1152
1152
  import_data_set_location: typing.Optional[builtins.str] = None,
1153
1153
  ) -> None:
1154
- '''Specifies the AWS Mainframe Modernization managed action properties.
1154
+ '''Specifies the Mainframe Modernization managed action properties.
1155
1155
 
1156
- :param force_stop: Force stops the AWS Mainframe Modernization managed action properties.
1157
- :param import_data_set_location: The import data set location of the AWS Mainframe Modernization managed action properties.
1156
+ :param force_stop: Force stops the Mainframe Modernization managed action properties.
1157
+ :param import_data_set_location: The import data set location of the Mainframe Modernization managed action properties.
1158
1158
 
1159
1159
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedactionproperties.html
1160
1160
  :exampleMetadata: fixture=_generated
@@ -1184,7 +1184,7 @@ class CfnTestCase(
1184
1184
  def force_stop(
1185
1185
  self,
1186
1186
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1187
- '''Force stops the AWS Mainframe Modernization managed action properties.
1187
+ '''Force stops the Mainframe Modernization managed action properties.
1188
1188
 
1189
1189
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedactionproperties.html#cfn-apptest-testcase-m2managedactionproperties-forcestop
1190
1190
  '''
@@ -1193,7 +1193,7 @@ class CfnTestCase(
1193
1193
 
1194
1194
  @builtins.property
1195
1195
  def import_data_set_location(self) -> typing.Optional[builtins.str]:
1196
- '''The import data set location of the AWS Mainframe Modernization managed action properties.
1196
+ '''The import data set location of the Mainframe Modernization managed action properties.
1197
1197
 
1198
1198
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedactionproperties.html#cfn-apptest-testcase-m2managedactionproperties-importdatasetlocation
1199
1199
  '''
@@ -1228,11 +1228,11 @@ class CfnTestCase(
1228
1228
  resource: builtins.str,
1229
1229
  properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTestCase.M2ManagedActionPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1230
1230
  ) -> None:
1231
- '''Specifies the AWS Mainframe Modernization managed application action.
1231
+ '''Specifies the Mainframe Modernization managed application action.
1232
1232
 
1233
- :param action_type: The action type of the AWS Mainframe Modernization managed application action.
1234
- :param resource: The resource of the AWS Mainframe Modernization managed application action.
1235
- :param properties: The properties of the AWS Mainframe Modernization managed application action.
1233
+ :param action_type: The action type of the Mainframe Modernization managed application action.
1234
+ :param resource: The resource of the Mainframe Modernization managed application action.
1235
+ :param properties: The properties of the Mainframe Modernization managed application action.
1236
1236
 
1237
1237
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedapplicationaction.html
1238
1238
  :exampleMetadata: fixture=_generated
@@ -1268,7 +1268,7 @@ class CfnTestCase(
1268
1268
 
1269
1269
  @builtins.property
1270
1270
  def action_type(self) -> builtins.str:
1271
- '''The action type of the AWS Mainframe Modernization managed application action.
1271
+ '''The action type of the Mainframe Modernization managed application action.
1272
1272
 
1273
1273
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedapplicationaction.html#cfn-apptest-testcase-m2managedapplicationaction-actiontype
1274
1274
  '''
@@ -1278,7 +1278,7 @@ class CfnTestCase(
1278
1278
 
1279
1279
  @builtins.property
1280
1280
  def resource(self) -> builtins.str:
1281
- '''The resource of the AWS Mainframe Modernization managed application action.
1281
+ '''The resource of the Mainframe Modernization managed application action.
1282
1282
 
1283
1283
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedapplicationaction.html#cfn-apptest-testcase-m2managedapplicationaction-resource
1284
1284
  '''
@@ -1290,7 +1290,7 @@ class CfnTestCase(
1290
1290
  def properties(
1291
1291
  self,
1292
1292
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTestCase.M2ManagedActionPropertiesProperty"]]:
1293
- '''The properties of the AWS Mainframe Modernization managed application action.
1293
+ '''The properties of the Mainframe Modernization managed application action.
1294
1294
 
1295
1295
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedapplicationaction.html#cfn-apptest-testcase-m2managedapplicationaction-properties
1296
1296
  '''
@@ -1320,10 +1320,10 @@ class CfnTestCase(
1320
1320
  action_type: builtins.str,
1321
1321
  resource: builtins.str,
1322
1322
  ) -> None:
1323
- '''Specifies the AWS Mainframe Modernization non-managed application action.
1323
+ '''Specifies the Mainframe Modernization non-managed application action.
1324
1324
 
1325
- :param action_type: The action type of the AWS Mainframe Modernization non-managed application action.
1326
- :param resource: The resource of the AWS Mainframe Modernization non-managed application action.
1325
+ :param action_type: The action type of the Mainframe Modernization non-managed application action.
1326
+ :param resource: The resource of the Mainframe Modernization non-managed application action.
1327
1327
 
1328
1328
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2nonmanagedapplicationaction.html
1329
1329
  :exampleMetadata: fixture=_generated
@@ -1350,7 +1350,7 @@ class CfnTestCase(
1350
1350
 
1351
1351
  @builtins.property
1352
1352
  def action_type(self) -> builtins.str:
1353
- '''The action type of the AWS Mainframe Modernization non-managed application action.
1353
+ '''The action type of the Mainframe Modernization non-managed application action.
1354
1354
 
1355
1355
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2nonmanagedapplicationaction.html#cfn-apptest-testcase-m2nonmanagedapplicationaction-actiontype
1356
1356
  '''
@@ -1360,7 +1360,7 @@ class CfnTestCase(
1360
1360
 
1361
1361
  @builtins.property
1362
1362
  def resource(self) -> builtins.str:
1363
- '''The resource of the AWS Mainframe Modernization non-managed application action.
1363
+ '''The resource of the Mainframe Modernization non-managed application action.
1364
1364
 
1365
1365
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2nonmanagedapplicationaction.html#cfn-apptest-testcase-m2nonmanagedapplicationaction-resource
1366
1366
  '''
@@ -1776,8 +1776,8 @@ class CfnTestCase(
1776
1776
  '''Specifies a resource action.
1777
1777
 
1778
1778
  :param cloud_formation_action: The CloudFormation action of the resource action.
1779
- :param m2_managed_application_action: The AWS Mainframe Modernization managed application action of the resource action.
1780
- :param m2_non_managed_application_action: The AWS Mainframe Modernization non-managed application action of the resource action.
1779
+ :param m2_managed_application_action: The Mainframe Modernization managed application action of the resource action.
1780
+ :param m2_non_managed_application_action: The Mainframe Modernization non-managed application action of the resource action.
1781
1781
 
1782
1782
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-resourceaction.html
1783
1783
  :exampleMetadata: fixture=_generated
@@ -1839,7 +1839,7 @@ class CfnTestCase(
1839
1839
  def m2_managed_application_action(
1840
1840
  self,
1841
1841
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTestCase.M2ManagedApplicationActionProperty"]]:
1842
- '''The AWS Mainframe Modernization managed application action of the resource action.
1842
+ '''The Mainframe Modernization managed application action of the resource action.
1843
1843
 
1844
1844
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-resourceaction.html#cfn-apptest-testcase-resourceaction-m2managedapplicationaction
1845
1845
  '''
@@ -1850,7 +1850,7 @@ class CfnTestCase(
1850
1850
  def m2_non_managed_application_action(
1851
1851
  self,
1852
1852
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTestCase.M2NonManagedApplicationActionProperty"]]:
1853
- '''The AWS Mainframe Modernization non-managed application action of the resource action.
1853
+ '''The Mainframe Modernization non-managed application action of the resource action.
1854
1854
 
1855
1855
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-resourceaction.html#cfn-apptest-testcase-resourceaction-m2nonmanagedapplicationaction
1856
1856
  '''
@@ -179,7 +179,7 @@ class CfnRuleGroupsNamespace(
179
179
  if __debug__:
180
180
  type_hints = typing.get_type_hints(_typecheckingstub__327e955bc86deb15923357f0f050e077304b8dbbb2c9baba9d84a13c5d7b695d)
181
181
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
182
- jsii.set(self, "data", value)
182
+ jsii.set(self, "data", value) # pyright: ignore[reportArgumentType]
183
183
 
184
184
  @builtins.property
185
185
  @jsii.member(jsii_name="name")
@@ -192,7 +192,7 @@ class CfnRuleGroupsNamespace(
192
192
  if __debug__:
193
193
  type_hints = typing.get_type_hints(_typecheckingstub__6f3851e1fa5b758763dff1a85515e41a8c57e1b4da81b2e677f003890944957f)
194
194
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
195
- jsii.set(self, "name", value)
195
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
196
196
 
197
197
  @builtins.property
198
198
  @jsii.member(jsii_name="workspace")
@@ -205,7 +205,7 @@ class CfnRuleGroupsNamespace(
205
205
  if __debug__:
206
206
  type_hints = typing.get_type_hints(_typecheckingstub__f899db17dfa1e1837e2b90cca5f83f23f67ca015116201811ad84d044e9ebe95)
207
207
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
208
- jsii.set(self, "workspace", value)
208
+ jsii.set(self, "workspace", value) # pyright: ignore[reportArgumentType]
209
209
 
210
210
  @builtins.property
211
211
  @jsii.member(jsii_name="tagsRaw")
@@ -218,7 +218,7 @@ class CfnRuleGroupsNamespace(
218
218
  if __debug__:
219
219
  type_hints = typing.get_type_hints(_typecheckingstub__d9af819e60d52c87c9369e4854d0dfc8d4917db97219839fbc11cf2bdad55659)
220
220
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
221
- jsii.set(self, "tagsRaw", value)
221
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
222
222
 
223
223
 
224
224
  @jsii.data_type(
@@ -514,7 +514,7 @@ class CfnScraper(
514
514
  if __debug__:
515
515
  type_hints = typing.get_type_hints(_typecheckingstub__29d835d9e17a3614f6837476fe3d3de37c4e38685abfd4cc8e4e49236802dfc0)
516
516
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
517
- jsii.set(self, "destination", value)
517
+ jsii.set(self, "destination", value) # pyright: ignore[reportArgumentType]
518
518
 
519
519
  @builtins.property
520
520
  @jsii.member(jsii_name="scrapeConfiguration")
@@ -532,7 +532,7 @@ class CfnScraper(
532
532
  if __debug__:
533
533
  type_hints = typing.get_type_hints(_typecheckingstub__09a91c6d3e6031af4c2e1ba10ae98234919eb5f1efa54c12c929f7141e223af9)
534
534
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
535
- jsii.set(self, "scrapeConfiguration", value)
535
+ jsii.set(self, "scrapeConfiguration", value) # pyright: ignore[reportArgumentType]
536
536
 
537
537
  @builtins.property
538
538
  @jsii.member(jsii_name="source")
@@ -550,7 +550,7 @@ class CfnScraper(
550
550
  if __debug__:
551
551
  type_hints = typing.get_type_hints(_typecheckingstub__4baaa2665d7ddf1c8e51575f5139441f25d102954ee91a2fcbf97644019a8c48)
552
552
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
553
- jsii.set(self, "source", value)
553
+ jsii.set(self, "source", value) # pyright: ignore[reportArgumentType]
554
554
 
555
555
  @builtins.property
556
556
  @jsii.member(jsii_name="alias")
@@ -563,7 +563,7 @@ class CfnScraper(
563
563
  if __debug__:
564
564
  type_hints = typing.get_type_hints(_typecheckingstub__36b98e11e4ea8701c0469eb24a036fb1452c2573d264405f3d5237c104fd77a0)
565
565
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
566
- jsii.set(self, "alias", value)
566
+ jsii.set(self, "alias", value) # pyright: ignore[reportArgumentType]
567
567
 
568
568
  @builtins.property
569
569
  @jsii.member(jsii_name="tags")
@@ -576,7 +576,7 @@ class CfnScraper(
576
576
  if __debug__:
577
577
  type_hints = typing.get_type_hints(_typecheckingstub__265ada3fe1d3014c11a5af4d87c8e4b691d29a917e8643b804a82b7c3223573f)
578
578
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
579
- jsii.set(self, "tags", value)
579
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
580
580
 
581
581
  @jsii.data_type(
582
582
  jsii_type="aws-cdk-lib.aws_aps.CfnScraper.AmpConfigurationProperty",
@@ -1198,7 +1198,7 @@ class CfnWorkspace(
1198
1198
  if __debug__:
1199
1199
  type_hints = typing.get_type_hints(_typecheckingstub__3c2399f13a196d4fdd83827148d3942b4231e42e722c32b0c66a56f8425f5d1a)
1200
1200
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1201
- jsii.set(self, "alertManagerDefinition", value)
1201
+ jsii.set(self, "alertManagerDefinition", value) # pyright: ignore[reportArgumentType]
1202
1202
 
1203
1203
  @builtins.property
1204
1204
  @jsii.member(jsii_name="alias")
@@ -1211,7 +1211,7 @@ class CfnWorkspace(
1211
1211
  if __debug__:
1212
1212
  type_hints = typing.get_type_hints(_typecheckingstub__69c703012a200792f370b43791a7b9e6c8ab12b196993de037a82396c6c51b3d)
1213
1213
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1214
- jsii.set(self, "alias", value)
1214
+ jsii.set(self, "alias", value) # pyright: ignore[reportArgumentType]
1215
1215
 
1216
1216
  @builtins.property
1217
1217
  @jsii.member(jsii_name="kmsKeyArn")
@@ -1224,7 +1224,7 @@ class CfnWorkspace(
1224
1224
  if __debug__:
1225
1225
  type_hints = typing.get_type_hints(_typecheckingstub__06e1bc26d25cdad92f552b6ceb5e8a4ae6d459a5f2737ae032c5a2f069eedf68)
1226
1226
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1227
- jsii.set(self, "kmsKeyArn", value)
1227
+ jsii.set(self, "kmsKeyArn", value) # pyright: ignore[reportArgumentType]
1228
1228
 
1229
1229
  @builtins.property
1230
1230
  @jsii.member(jsii_name="loggingConfiguration")
@@ -1242,7 +1242,7 @@ class CfnWorkspace(
1242
1242
  if __debug__:
1243
1243
  type_hints = typing.get_type_hints(_typecheckingstub__ab06dccfc037b2ba3e02b4a3154224a63edcfe3fc06381ff9162c2c33a94b712)
1244
1244
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1245
- jsii.set(self, "loggingConfiguration", value)
1245
+ jsii.set(self, "loggingConfiguration", value) # pyright: ignore[reportArgumentType]
1246
1246
 
1247
1247
  @builtins.property
1248
1248
  @jsii.member(jsii_name="tagsRaw")
@@ -1255,7 +1255,7 @@ class CfnWorkspace(
1255
1255
  if __debug__:
1256
1256
  type_hints = typing.get_type_hints(_typecheckingstub__fb4e1977fb1f7aad47144a42af408e41c9d01794f3569a614a9ed54effb1c1e5)
1257
1257
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1258
- jsii.set(self, "tagsRaw", value)
1258
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
1259
1259
 
1260
1260
  @jsii.data_type(
1261
1261
  jsii_type="aws-cdk-lib.aws_aps.CfnWorkspace.LoggingConfigurationProperty",
@@ -61,6 +61,167 @@ from .. import (
61
61
  )
62
62
 
63
63
 
64
+ @jsii.implements(_IInspectable_c2943556)
65
+ class CfnAutoshiftObserverNotificationStatus(
66
+ _CfnResource_9df397a6,
67
+ metaclass=jsii.JSIIMeta,
68
+ jsii_type="aws-cdk-lib.aws_arczonalshift.CfnAutoshiftObserverNotificationStatus",
69
+ ):
70
+ '''Definition of AWS::ARCZonalShift::AutoshiftObserverNotificationStatus Resource Type.
71
+
72
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arczonalshift-autoshiftobservernotificationstatus.html
73
+ :cloudformationResource: AWS::ARCZonalShift::AutoshiftObserverNotificationStatus
74
+ :exampleMetadata: fixture=_generated
75
+
76
+ Example::
77
+
78
+ # The code below shows an example of how to instantiate this type.
79
+ # The values are placeholders you should change.
80
+ from aws_cdk import aws_arczonalshift as arczonalshift
81
+
82
+ cfn_autoshift_observer_notification_status = arczonalshift.CfnAutoshiftObserverNotificationStatus(self, "MyCfnAutoshiftObserverNotificationStatus",
83
+ status="status"
84
+ )
85
+ '''
86
+
87
+ def __init__(
88
+ self,
89
+ scope: _constructs_77d1e7e8.Construct,
90
+ id: builtins.str,
91
+ *,
92
+ status: builtins.str,
93
+ ) -> None:
94
+ '''
95
+ :param scope: Scope in which this resource is defined.
96
+ :param id: Construct identifier for this resource (unique in its scope).
97
+ :param status:
98
+ '''
99
+ if __debug__:
100
+ type_hints = typing.get_type_hints(_typecheckingstub__a641c95b7291cd74504f21deec131b94f9a4820ca9da19c12dcb74b342b75c5f)
101
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
102
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
103
+ props = CfnAutoshiftObserverNotificationStatusProps(status=status)
104
+
105
+ jsii.create(self.__class__, self, [scope, id, props])
106
+
107
+ @jsii.member(jsii_name="inspect")
108
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
109
+ '''Examines the CloudFormation resource and discloses attributes.
110
+
111
+ :param inspector: tree inspector to collect and process attributes.
112
+ '''
113
+ if __debug__:
114
+ type_hints = typing.get_type_hints(_typecheckingstub__367a58f6c0a1e21e312519427c6e0c9dec1c77bae6f15f5e3bb87efaf051de75)
115
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
116
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
117
+
118
+ @jsii.member(jsii_name="renderProperties")
119
+ def _render_properties(
120
+ self,
121
+ props: typing.Mapping[builtins.str, typing.Any],
122
+ ) -> typing.Mapping[builtins.str, typing.Any]:
123
+ '''
124
+ :param props: -
125
+ '''
126
+ if __debug__:
127
+ type_hints = typing.get_type_hints(_typecheckingstub__f50aa9c339197b955491d70b247d392f25ffabeb5671525df666d3ee91a733a0)
128
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
129
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
130
+
131
+ @jsii.python.classproperty
132
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
133
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
134
+ '''The CloudFormation resource type name for this resource class.'''
135
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
136
+
137
+ @builtins.property
138
+ @jsii.member(jsii_name="attrAccountId")
139
+ def attr_account_id(self) -> builtins.str:
140
+ '''User account id, used as part of the primary identifier for the resource.
141
+
142
+ :cloudformationAttribute: AccountId
143
+ '''
144
+ return typing.cast(builtins.str, jsii.get(self, "attrAccountId"))
145
+
146
+ @builtins.property
147
+ @jsii.member(jsii_name="attrRegion")
148
+ def attr_region(self) -> builtins.str:
149
+ '''Region, used as part of the primary identifier for the resource.
150
+
151
+ :cloudformationAttribute: Region
152
+ '''
153
+ return typing.cast(builtins.str, jsii.get(self, "attrRegion"))
154
+
155
+ @builtins.property
156
+ @jsii.member(jsii_name="cfnProperties")
157
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
158
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
159
+
160
+ @builtins.property
161
+ @jsii.member(jsii_name="status")
162
+ def status(self) -> builtins.str:
163
+ return typing.cast(builtins.str, jsii.get(self, "status"))
164
+
165
+ @status.setter
166
+ def status(self, value: builtins.str) -> None:
167
+ if __debug__:
168
+ type_hints = typing.get_type_hints(_typecheckingstub__ef429db68210cb2d5549e51165dc50e2f32e0d65575831ef012354037d1bcfd0)
169
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
170
+ jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
171
+
172
+
173
+ @jsii.data_type(
174
+ jsii_type="aws-cdk-lib.aws_arczonalshift.CfnAutoshiftObserverNotificationStatusProps",
175
+ jsii_struct_bases=[],
176
+ name_mapping={"status": "status"},
177
+ )
178
+ class CfnAutoshiftObserverNotificationStatusProps:
179
+ def __init__(self, *, status: builtins.str) -> None:
180
+ '''Properties for defining a ``CfnAutoshiftObserverNotificationStatus``.
181
+
182
+ :param status:
183
+
184
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arczonalshift-autoshiftobservernotificationstatus.html
185
+ :exampleMetadata: fixture=_generated
186
+
187
+ Example::
188
+
189
+ # The code below shows an example of how to instantiate this type.
190
+ # The values are placeholders you should change.
191
+ from aws_cdk import aws_arczonalshift as arczonalshift
192
+
193
+ cfn_autoshift_observer_notification_status_props = arczonalshift.CfnAutoshiftObserverNotificationStatusProps(
194
+ status="status"
195
+ )
196
+ '''
197
+ if __debug__:
198
+ type_hints = typing.get_type_hints(_typecheckingstub__02982b02d19d6396959a28b523ecc10a35db9ead5858b9c048a1ff36123d13d7)
199
+ check_type(argname="argument status", value=status, expected_type=type_hints["status"])
200
+ self._values: typing.Dict[builtins.str, typing.Any] = {
201
+ "status": status,
202
+ }
203
+
204
+ @builtins.property
205
+ def status(self) -> builtins.str:
206
+ '''
207
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arczonalshift-autoshiftobservernotificationstatus.html#cfn-arczonalshift-autoshiftobservernotificationstatus-status
208
+ '''
209
+ result = self._values.get("status")
210
+ assert result is not None, "Required property 'status' is missing"
211
+ return typing.cast(builtins.str, result)
212
+
213
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
214
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
215
+
216
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
217
+ return not (rhs == self)
218
+
219
+ def __repr__(self) -> str:
220
+ return "CfnAutoshiftObserverNotificationStatusProps(%s)" % ", ".join(
221
+ k + "=" + repr(v) for k, v in self._values.items()
222
+ )
223
+
224
+
64
225
  @jsii.implements(_IInspectable_c2943556)
65
226
  class CfnZonalAutoshiftConfiguration(
66
227
  _CfnResource_9df397a6,
@@ -179,7 +340,7 @@ class CfnZonalAutoshiftConfiguration(
179
340
  if __debug__:
180
341
  type_hints = typing.get_type_hints(_typecheckingstub__0172f855e8c8e45fb028b84c5b6c061a5bab422e24d02655056a950949eb68fa)
181
342
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
182
- jsii.set(self, "resourceIdentifier", value)
343
+ jsii.set(self, "resourceIdentifier", value) # pyright: ignore[reportArgumentType]
183
344
 
184
345
  @builtins.property
185
346
  @jsii.member(jsii_name="practiceRunConfiguration")
@@ -197,7 +358,7 @@ class CfnZonalAutoshiftConfiguration(
197
358
  if __debug__:
198
359
  type_hints = typing.get_type_hints(_typecheckingstub__deabf71a3e0015b91f35f23b96354f1d2feeb19a3f783edd9e6c4be281a4d00a)
199
360
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
200
- jsii.set(self, "practiceRunConfiguration", value)
361
+ jsii.set(self, "practiceRunConfiguration", value) # pyright: ignore[reportArgumentType]
201
362
 
202
363
  @builtins.property
203
364
  @jsii.member(jsii_name="zonalAutoshiftStatus")
@@ -210,7 +371,7 @@ class CfnZonalAutoshiftConfiguration(
210
371
  if __debug__:
211
372
  type_hints = typing.get_type_hints(_typecheckingstub__38043ab0659274c5d49e518db7e7a8d1c6e2ecac6e3e25ff03a10aec470be875)
212
373
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
213
- jsii.set(self, "zonalAutoshiftStatus", value)
374
+ jsii.set(self, "zonalAutoshiftStatus", value) # pyright: ignore[reportArgumentType]
214
375
 
215
376
  @jsii.data_type(
216
377
  jsii_type="aws-cdk-lib.aws_arczonalshift.CfnZonalAutoshiftConfiguration.ControlConditionProperty",
@@ -547,12 +708,48 @@ class CfnZonalAutoshiftConfigurationProps:
547
708
 
548
709
 
549
710
  __all__ = [
711
+ "CfnAutoshiftObserverNotificationStatus",
712
+ "CfnAutoshiftObserverNotificationStatusProps",
550
713
  "CfnZonalAutoshiftConfiguration",
551
714
  "CfnZonalAutoshiftConfigurationProps",
552
715
  ]
553
716
 
554
717
  publication.publish()
555
718
 
719
+ def _typecheckingstub__a641c95b7291cd74504f21deec131b94f9a4820ca9da19c12dcb74b342b75c5f(
720
+ scope: _constructs_77d1e7e8.Construct,
721
+ id: builtins.str,
722
+ *,
723
+ status: builtins.str,
724
+ ) -> None:
725
+ """Type checking stubs"""
726
+ pass
727
+
728
+ def _typecheckingstub__367a58f6c0a1e21e312519427c6e0c9dec1c77bae6f15f5e3bb87efaf051de75(
729
+ inspector: _TreeInspector_488e0dd5,
730
+ ) -> None:
731
+ """Type checking stubs"""
732
+ pass
733
+
734
+ def _typecheckingstub__f50aa9c339197b955491d70b247d392f25ffabeb5671525df666d3ee91a733a0(
735
+ props: typing.Mapping[builtins.str, typing.Any],
736
+ ) -> None:
737
+ """Type checking stubs"""
738
+ pass
739
+
740
+ def _typecheckingstub__ef429db68210cb2d5549e51165dc50e2f32e0d65575831ef012354037d1bcfd0(
741
+ value: builtins.str,
742
+ ) -> None:
743
+ """Type checking stubs"""
744
+ pass
745
+
746
+ def _typecheckingstub__02982b02d19d6396959a28b523ecc10a35db9ead5858b9c048a1ff36123d13d7(
747
+ *,
748
+ status: builtins.str,
749
+ ) -> None:
750
+ """Type checking stubs"""
751
+ pass
752
+
556
753
  def _typecheckingstub__8c7357d3884cea81f1166de2f6ac59cb16a8663a471270d73a743eb77c875eb9(
557
754
  scope: _constructs_77d1e7e8.Construct,
558
755
  id: builtins.str,