aws-cdk-lib 2.219.0__py3-none-any.whl → 2.221.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 (290) hide show
  1. aws_cdk/__init__.py +33 -35
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +3 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -1
  7. aws_cdk/aws_aiops/__init__.py +3 -0
  8. aws_cdk/aws_amazonmq/__init__.py +3 -29
  9. aws_cdk/aws_amplify/__init__.py +3 -0
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  11. aws_cdk/aws_apigateway/__init__.py +3 -0
  12. aws_cdk/aws_apigatewayv2/__init__.py +3 -0
  13. aws_cdk/aws_appconfig/__init__.py +3 -29
  14. aws_cdk/aws_appflow/__init__.py +3 -0
  15. aws_cdk/aws_appintegrations/__init__.py +3 -0
  16. aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
  17. aws_cdk/aws_applicationinsights/__init__.py +3 -0
  18. aws_cdk/aws_applicationsignals/__init__.py +453 -2
  19. aws_cdk/aws_appmesh/__init__.py +3 -0
  20. aws_cdk/aws_apprunner/__init__.py +3 -0
  21. aws_cdk/aws_appstream/__init__.py +3 -0
  22. aws_cdk/aws_appsync/__init__.py +3 -0
  23. aws_cdk/aws_apptest/__init__.py +3 -0
  24. aws_cdk/aws_aps/__init__.py +1168 -83
  25. aws_cdk/aws_arcregionswitch/__init__.py +11 -0
  26. aws_cdk/aws_arczonalshift/__init__.py +3 -0
  27. aws_cdk/aws_athena/__init__.py +3 -0
  28. aws_cdk/aws_auditmanager/__init__.py +3 -0
  29. aws_cdk/aws_autoscaling/__init__.py +3 -0
  30. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  31. aws_cdk/aws_autoscalingplans/__init__.py +3 -0
  32. aws_cdk/aws_b2bi/__init__.py +3 -0
  33. aws_cdk/aws_backup/__init__.py +32 -29
  34. aws_cdk/aws_backupgateway/__init__.py +3 -0
  35. aws_cdk/aws_batch/__init__.py +112 -7
  36. aws_cdk/aws_bcmdataexports/__init__.py +3 -0
  37. aws_cdk/aws_bedrock/__init__.py +53 -45
  38. aws_cdk/aws_bedrockagentcore/__init__.py +8499 -1732
  39. aws_cdk/aws_billingconductor/__init__.py +3 -0
  40. aws_cdk/aws_budgets/__init__.py +3 -0
  41. aws_cdk/aws_cassandra/__init__.py +3 -0
  42. aws_cdk/aws_ce/__init__.py +3 -0
  43. aws_cdk/aws_certificatemanager/__init__.py +3 -0
  44. aws_cdk/aws_chatbot/__init__.py +3 -0
  45. aws_cdk/aws_cleanrooms/__init__.py +3 -0
  46. aws_cdk/aws_cleanroomsml/__init__.py +3 -0
  47. aws_cdk/aws_cloud9/__init__.py +3 -0
  48. aws_cdk/aws_cloudformation/__init__.py +3 -0
  49. aws_cdk/aws_cloudfront/__init__.py +69 -3
  50. aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
  51. aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
  52. aws_cdk/aws_cloudtrail/__init__.py +3 -0
  53. aws_cdk/aws_cloudwatch/__init__.py +8 -5
  54. aws_cdk/aws_codeartifact/__init__.py +3 -0
  55. aws_cdk/aws_codebuild/__init__.py +3 -0
  56. aws_cdk/aws_codecommit/__init__.py +3 -0
  57. aws_cdk/aws_codeconnections/__init__.py +3 -0
  58. aws_cdk/aws_codedeploy/__init__.py +3 -0
  59. aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
  60. aws_cdk/aws_codegurureviewer/__init__.py +3 -0
  61. aws_cdk/aws_codepipeline/__init__.py +3 -0
  62. aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
  63. aws_cdk/aws_codestar/__init__.py +3 -0
  64. aws_cdk/aws_codestarconnections/__init__.py +3 -0
  65. aws_cdk/aws_codestarnotifications/__init__.py +3 -0
  66. aws_cdk/aws_cognito/__init__.py +9 -4
  67. aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
  68. aws_cdk/aws_comprehend/__init__.py +3 -0
  69. aws_cdk/aws_config/__init__.py +3 -0
  70. aws_cdk/aws_connect/__init__.py +1232 -2
  71. aws_cdk/aws_connectcampaigns/__init__.py +3 -0
  72. aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
  73. aws_cdk/aws_controltower/__init__.py +3 -0
  74. aws_cdk/aws_cur/__init__.py +3 -0
  75. aws_cdk/aws_customerprofiles/__init__.py +3 -29
  76. aws_cdk/aws_databrew/__init__.py +3 -0
  77. aws_cdk/aws_datapipeline/__init__.py +3 -0
  78. aws_cdk/aws_datasync/__init__.py +3 -0
  79. aws_cdk/aws_datazone/__init__.py +17 -15
  80. aws_cdk/aws_dax/__init__.py +15 -3
  81. aws_cdk/aws_deadline/__init__.py +3 -0
  82. aws_cdk/aws_detective/__init__.py +3 -0
  83. aws_cdk/aws_devicefarm/__init__.py +3 -0
  84. aws_cdk/aws_devopsguru/__init__.py +3 -0
  85. aws_cdk/aws_directoryservice/__init__.py +32 -0
  86. aws_cdk/aws_dlm/__init__.py +3 -0
  87. aws_cdk/aws_dms/__init__.py +3 -0
  88. aws_cdk/aws_docdb/__init__.py +14 -3
  89. aws_cdk/aws_docdbelastic/__init__.py +3 -0
  90. aws_cdk/aws_dsql/__init__.py +3 -0
  91. aws_cdk/aws_dynamodb/__init__.py +3 -0
  92. aws_cdk/aws_ec2/__init__.py +205 -48
  93. aws_cdk/aws_ecr/__init__.py +156 -33
  94. aws_cdk/aws_ecs/__init__.py +429 -182
  95. aws_cdk/aws_efs/__init__.py +3 -0
  96. aws_cdk/aws_eks/__init__.py +117 -67
  97. aws_cdk/aws_elasticache/__init__.py +3 -0
  98. aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
  99. aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
  100. aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
  101. aws_cdk/aws_elasticsearch/__init__.py +3 -0
  102. aws_cdk/aws_emr/__init__.py +3 -0
  103. aws_cdk/aws_emrcontainers/__init__.py +3 -0
  104. aws_cdk/aws_emrserverless/__init__.py +12 -11
  105. aws_cdk/aws_entityresolution/__init__.py +3 -0
  106. aws_cdk/aws_events/__init__.py +73 -29
  107. aws_cdk/aws_events_targets/__init__.py +3 -0
  108. aws_cdk/aws_eventschemas/__init__.py +3 -0
  109. aws_cdk/aws_evidently/__init__.py +3 -0
  110. aws_cdk/aws_evs/__init__.py +3 -0
  111. aws_cdk/aws_finspace/__init__.py +3 -0
  112. aws_cdk/aws_fis/__init__.py +3 -0
  113. aws_cdk/aws_fms/__init__.py +3 -0
  114. aws_cdk/aws_forecast/__init__.py +3 -0
  115. aws_cdk/aws_frauddetector/__init__.py +3 -0
  116. aws_cdk/aws_fsx/__init__.py +7 -4
  117. aws_cdk/aws_gamelift/__init__.py +3 -0
  118. aws_cdk/aws_gameliftstreams/__init__.py +8 -5
  119. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  120. aws_cdk/aws_glue/__init__.py +11 -80
  121. aws_cdk/aws_grafana/__init__.py +3 -0
  122. aws_cdk/aws_greengrass/__init__.py +3 -0
  123. aws_cdk/aws_greengrassv2/__init__.py +3 -0
  124. aws_cdk/aws_groundstation/__init__.py +3 -0
  125. aws_cdk/aws_guardduty/__init__.py +3 -0
  126. aws_cdk/aws_healthimaging/__init__.py +3 -0
  127. aws_cdk/aws_healthlake/__init__.py +3 -0
  128. aws_cdk/aws_iam/__init__.py +30 -32
  129. aws_cdk/aws_identitystore/__init__.py +3 -0
  130. aws_cdk/aws_imagebuilder/__init__.py +896 -0
  131. aws_cdk/aws_inspector/__init__.py +3 -0
  132. aws_cdk/aws_inspectorv2/__init__.py +3 -0
  133. aws_cdk/aws_internetmonitor/__init__.py +3 -0
  134. aws_cdk/aws_invoicing/__init__.py +3 -0
  135. aws_cdk/aws_iot/__init__.py +3 -0
  136. aws_cdk/aws_iotanalytics/__init__.py +3 -0
  137. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
  138. aws_cdk/aws_iotevents/__init__.py +3 -0
  139. aws_cdk/aws_iotfleethub/__init__.py +3 -0
  140. aws_cdk/aws_iotfleetwise/__init__.py +3 -0
  141. aws_cdk/aws_iotsitewise/__init__.py +139 -80
  142. aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
  143. aws_cdk/aws_iottwinmaker/__init__.py +3 -87
  144. aws_cdk/aws_iotwireless/__init__.py +61 -0
  145. aws_cdk/aws_ivs/__init__.py +3 -0
  146. aws_cdk/aws_ivschat/__init__.py +3 -0
  147. aws_cdk/aws_kafkaconnect/__init__.py +3 -0
  148. aws_cdk/aws_kendra/__init__.py +3 -58
  149. aws_cdk/aws_kendraranking/__init__.py +3 -0
  150. aws_cdk/aws_kinesis/__init__.py +98 -4
  151. aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
  152. aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
  153. aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
  154. aws_cdk/aws_kinesisvideo/__init__.py +3 -29
  155. aws_cdk/aws_kms/__init__.py +3 -0
  156. aws_cdk/aws_lakeformation/__init__.py +3 -0
  157. aws_cdk/aws_lambda/__init__.py +57 -7
  158. aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
  159. aws_cdk/aws_launchwizard/__init__.py +3 -0
  160. aws_cdk/aws_lex/__init__.py +3 -29
  161. aws_cdk/aws_licensemanager/__init__.py +3 -0
  162. aws_cdk/aws_lightsail/__init__.py +587 -0
  163. aws_cdk/aws_location/__init__.py +3 -0
  164. aws_cdk/aws_logs/__init__.py +283 -9
  165. aws_cdk/aws_lookoutequipment/__init__.py +3 -29
  166. aws_cdk/aws_lookoutmetrics/__init__.py +17 -2
  167. aws_cdk/aws_lookoutvision/__init__.py +3 -0
  168. aws_cdk/aws_m2/__init__.py +62 -13
  169. aws_cdk/aws_macie/__init__.py +3 -0
  170. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  171. aws_cdk/aws_mediaconnect/__init__.py +3 -0
  172. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  173. aws_cdk/aws_medialive/__init__.py +279 -33
  174. aws_cdk/aws_mediapackage/__init__.py +3 -0
  175. aws_cdk/aws_mediapackagev2/__init__.py +3 -0
  176. aws_cdk/aws_mediastore/__init__.py +3 -0
  177. aws_cdk/aws_mediatailor/__init__.py +3 -58
  178. aws_cdk/aws_memorydb/__init__.py +3 -0
  179. aws_cdk/aws_mpa/__init__.py +3 -0
  180. aws_cdk/aws_msk/__init__.py +3 -0
  181. aws_cdk/aws_mwaa/__init__.py +8 -5
  182. aws_cdk/aws_neptune/__init__.py +188 -70
  183. aws_cdk/aws_neptunegraph/__init__.py +3 -0
  184. aws_cdk/aws_networkfirewall/__init__.py +3 -0
  185. aws_cdk/aws_networkmanager/__init__.py +32 -0
  186. aws_cdk/aws_nimblestudio/__init__.py +3 -0
  187. aws_cdk/aws_notifications/__init__.py +3 -0
  188. aws_cdk/aws_notificationscontacts/__init__.py +3 -0
  189. aws_cdk/aws_oam/__init__.py +3 -0
  190. aws_cdk/aws_observabilityadmin/__init__.py +1365 -187
  191. aws_cdk/aws_odb/__init__.py +4 -1
  192. aws_cdk/aws_omics/__init__.py +10 -1
  193. aws_cdk/aws_opensearchserverless/__init__.py +3 -0
  194. aws_cdk/aws_opensearchservice/__init__.py +9 -0
  195. aws_cdk/aws_opsworks/__init__.py +3 -0
  196. aws_cdk/aws_opsworkscm/__init__.py +3 -0
  197. aws_cdk/aws_organizations/__init__.py +3 -116
  198. aws_cdk/aws_osis/__init__.py +157 -0
  199. aws_cdk/aws_panorama/__init__.py +3 -0
  200. aws_cdk/aws_paymentcryptography/__init__.py +3 -0
  201. aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
  202. aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
  203. aws_cdk/aws_pcs/__init__.py +227 -33
  204. aws_cdk/aws_personalize/__init__.py +3 -0
  205. aws_cdk/aws_pinpoint/__init__.py +61 -58
  206. aws_cdk/aws_pinpointemail/__init__.py +3 -0
  207. aws_cdk/aws_pipes/__init__.py +3 -0
  208. aws_cdk/aws_proton/__init__.py +3 -0
  209. aws_cdk/aws_qbusiness/__init__.py +3 -174
  210. aws_cdk/aws_qldb/__init__.py +3 -29
  211. aws_cdk/aws_quicksight/__init__.py +493 -406
  212. aws_cdk/aws_ram/__init__.py +3 -0
  213. aws_cdk/aws_rbin/__init__.py +3 -0
  214. aws_cdk/aws_rds/__init__.py +71 -42
  215. aws_cdk/aws_redshift/__init__.py +3 -0
  216. aws_cdk/aws_redshiftserverless/__init__.py +3 -0
  217. aws_cdk/aws_refactorspaces/__init__.py +21 -6
  218. aws_cdk/aws_rekognition/__init__.py +3 -29
  219. aws_cdk/aws_resiliencehub/__init__.py +3 -0
  220. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  221. aws_cdk/aws_resourcegroups/__init__.py +3 -0
  222. aws_cdk/aws_robomaker/__init__.py +3 -0
  223. aws_cdk/aws_rolesanywhere/__init__.py +3 -0
  224. aws_cdk/aws_route53/__init__.py +148 -24
  225. aws_cdk/aws_route53_targets/__init__.py +3 -0
  226. aws_cdk/aws_route53profiles/__init__.py +3 -0
  227. aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
  228. aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
  229. aws_cdk/aws_route53resolver/__init__.py +11 -4
  230. aws_cdk/aws_rum/__init__.py +3 -0
  231. aws_cdk/aws_s3/__init__.py +80 -43
  232. aws_cdk/aws_s3_deployment/__init__.py +3 -0
  233. aws_cdk/aws_s3express/__init__.py +3 -0
  234. aws_cdk/aws_s3objectlambda/__init__.py +47 -12
  235. aws_cdk/aws_s3outposts/__init__.py +3 -0
  236. aws_cdk/aws_s3tables/__init__.py +3 -0
  237. aws_cdk/aws_sagemaker/__init__.py +166 -87
  238. aws_cdk/aws_sam/__init__.py +3 -0
  239. aws_cdk/aws_scheduler/__init__.py +3 -29
  240. aws_cdk/aws_sdb/__init__.py +3 -0
  241. aws_cdk/aws_secretsmanager/__init__.py +3 -0
  242. aws_cdk/aws_securityhub/__init__.py +3 -0
  243. aws_cdk/aws_securitylake/__init__.py +3 -0
  244. aws_cdk/aws_servicecatalog/__init__.py +161 -144
  245. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
  246. aws_cdk/aws_servicediscovery/__init__.py +3 -0
  247. aws_cdk/aws_ses/__init__.py +3 -0
  248. aws_cdk/aws_shield/__init__.py +3 -0
  249. aws_cdk/aws_signer/__init__.py +3 -0
  250. aws_cdk/aws_simspaceweaver/__init__.py +3 -0
  251. aws_cdk/aws_smsvoice/__init__.py +3 -29
  252. aws_cdk/aws_sns/__init__.py +3 -0
  253. aws_cdk/aws_sqs/__init__.py +3 -0
  254. aws_cdk/aws_ssm/__init__.py +10 -3
  255. aws_cdk/aws_ssmcontacts/__init__.py +3 -0
  256. aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
  257. aws_cdk/aws_ssmincidents/__init__.py +3 -0
  258. aws_cdk/aws_ssmquicksetup/__init__.py +470 -3
  259. aws_cdk/aws_sso/__init__.py +3 -0
  260. aws_cdk/aws_stepfunctions/__init__.py +23 -19
  261. aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
  262. aws_cdk/aws_supportapp/__init__.py +3 -0
  263. aws_cdk/aws_synthetics/__init__.py +80 -27
  264. aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
  265. aws_cdk/aws_timestream/__init__.py +3 -29
  266. aws_cdk/aws_transfer/__init__.py +20 -34
  267. aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
  268. aws_cdk/aws_voiceid/__init__.py +3 -0
  269. aws_cdk/aws_vpclattice/__init__.py +7 -4
  270. aws_cdk/aws_waf/__init__.py +3 -0
  271. aws_cdk/aws_wafregional/__init__.py +3 -0
  272. aws_cdk/aws_wafv2/__init__.py +3 -0
  273. aws_cdk/aws_wisdom/__init__.py +3 -116
  274. aws_cdk/aws_workspaces/__init__.py +3 -0
  275. aws_cdk/aws_workspacesinstances/__init__.py +3 -0
  276. aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
  277. aws_cdk/aws_workspacesweb/__init__.py +3 -0
  278. aws_cdk/aws_xray/__init__.py +3 -0
  279. aws_cdk/cloud_assembly_schema/__init__.py +3 -0
  280. aws_cdk/cx_api/__init__.py +34 -0
  281. aws_cdk/pipelines/__init__.py +3 -0
  282. aws_cdk/region_info/__init__.py +3 -0
  283. aws_cdk/triggers/__init__.py +3 -0
  284. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
  285. aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
  286. aws_cdk_lib-2.219.0.dist-info/RECORD +0 -313
  287. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
  288. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
  289. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
  290. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
@@ -1156,3 +1156,6 @@ def _typecheckingstub__2e8df76745e5c0758e8b5233e879c50ee5a6f6f817a0850af55da2744
1156
1156
  ) -> None:
1157
1157
  """Type checking stubs"""
1158
1158
  pass
1159
+
1160
+ for cls in [IPermissionRef, IResourceShareRef]:
1161
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1035,3 +1035,6 @@ def _typecheckingstub__d5cb70d54df5cb782865dd65947c16d9455e200989ec0b11ea250d281
1035
1035
  ) -> None:
1036
1036
  """Type checking stubs"""
1037
1037
  pass
1038
+
1039
+ for cls in [IRuleRef]:
1040
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -712,7 +712,7 @@ cloudwatch.Alarm(self, "HighCPU",
712
712
  fn = lambda_.Function(self, "Function",
713
713
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
714
714
  handler="index.handler",
715
- runtime=lambda_.Runtime.NODEJS_18_X
715
+ runtime=lambda_.Runtime.NODEJS_20_X
716
716
  )
717
717
 
718
718
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -790,7 +790,7 @@ cloudwatch.Alarm(self, "HighCPU",
790
790
  fn = lambda_.Function(self, "Function",
791
791
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
792
792
  handler="index.handler",
793
- runtime=lambda_.Runtime.NODEJS_18_X
793
+ runtime=lambda_.Runtime.NODEJS_20_X
794
794
  )
795
795
 
796
796
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -3272,6 +3272,12 @@ class AuroraMysqlEngineVersion(
3272
3272
  '''Version "8.0.mysql_aurora.3.10.0".'''
3273
3273
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_10_0"))
3274
3274
 
3275
+ @jsii.python.classproperty
3276
+ @jsii.member(jsii_name="VER_3_10_1")
3277
+ def VER_3_10_1(cls) -> "AuroraMysqlEngineVersion":
3278
+ '''Version "8.0.mysql_aurora.3.10.1".'''
3279
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_10_1"))
3280
+
3275
3281
  @jsii.python.classproperty
3276
3282
  @jsii.member(jsii_name="VER_5_7_12")
3277
3283
  def VER_5_7_12(cls) -> "AuroraMysqlEngineVersion":
@@ -5416,7 +5422,7 @@ class CfnDBClusterProps:
5416
5422
  :param port: The port number on which the DB instances in the DB cluster accept connections. Default: - When ``EngineMode`` is ``provisioned`` , ``3306`` (for both Aurora MySQL and Aurora PostgreSQL) - When ``EngineMode`` is ``serverless`` : - ``3306`` when ``Engine`` is ``aurora`` or ``aurora-mysql`` - ``5432`` when ``Engine`` is ``aurora-postgresql`` .. epigraph:: The ``No interruption`` on update behavior only applies to DB clusters. If you are updating a DB instance, see `Port <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port>`_ for the AWS::RDS::DBInstance resource. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5417
5423
  :param preferred_backup_window: The daily time range during which automated backups are created. For more information, see `Backup Window <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow>`_ in the *Amazon Aurora User Guide.* Constraints: - Must be in the format ``hh24:mi-hh24:mi`` . - Must be in Universal Coordinated Time (UTC). - Must not conflict with the preferred maintenance window. - Must be at least 30 minutes. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5418
5424
  :param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see `Maintaining an Amazon Aurora DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora>`_ in the *Amazon Aurora User Guide.* Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5419
- :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Valid for Cluster Type: Multi-AZ DB clusters only Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified. If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the subnets are part of a VPC that doesnt have an internet gateway attached to it, the DB cluster is private. - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
5425
+ :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. Valid for Cluster Type: Multi-AZ DB clusters only When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. The default behavior when ``PubliclyAccessible`` is not specified depends on whether a ``DBSubnetGroup`` is specified. If ``DBSubnetGroup`` isn't specified, ``PubliclyAccessible`` defaults to ``true`` . If ``DBSubnetGroup`` is specified, ``PubliclyAccessible`` defaults to ``false`` unless the value of ``DBSubnetGroup`` is ``default`` , in which case ``PubliclyAccessible`` defaults to ``true`` . If ``PubliclyAccessible`` is true and the VPC that the ``DBSubnetGroup`` is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.
5420
5426
  :param replication_source_identifier: The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters only
5421
5427
  :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` This property must be used with ``SourceDBClusterIdentifier`` property. The resulting cluster will have the identifier that matches the value of the ``DBclusterIdentifier`` property. Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
5422
5428
  :param restore_type: The type of restore to be performed. You can specify one of the following values:. - ``full-copy`` - The new DB cluster is restored as a full copy of the source DB cluster. - ``copy-on-write`` - The new DB cluster is restored as a clone of the source DB cluster. If you don't specify a ``RestoreType`` value, then the new DB cluster is restored as a full copy of the source DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -6525,23 +6531,19 @@ class CfnDBClusterProps:
6525
6531
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6526
6532
  '''Specifies whether the DB cluster is publicly accessible.
6527
6533
 
6528
- When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.
6529
-
6530
- When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
6531
-
6532
6534
  Valid for Cluster Type: Multi-AZ DB clusters only
6533
6535
 
6534
- Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified.
6536
+ When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings.
6535
6537
 
6536
- If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies:
6538
+ When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
6537
6539
 
6538
- - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.
6539
- - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.
6540
+ The default behavior when ``PubliclyAccessible`` is not specified depends on whether a ``DBSubnetGroup`` is specified.
6540
6541
 
6541
- If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies:
6542
+ If ``DBSubnetGroup`` isn't specified, ``PubliclyAccessible`` defaults to ``true`` .
6542
6543
 
6543
- - If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.
6544
- - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
6544
+ If ``DBSubnetGroup`` is specified, ``PubliclyAccessible`` defaults to ``false`` unless the value of ``DBSubnetGroup`` is ``default`` , in which case ``PubliclyAccessible`` defaults to ``true`` .
6545
+
6546
+ If ``PubliclyAccessible`` is true and the VPC that the ``DBSubnetGroup`` is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.
6545
6547
 
6546
6548
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-publiclyaccessible
6547
6549
  '''
@@ -17009,7 +17011,7 @@ class DatabaseInstanceNewProps:
17009
17011
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
17010
17012
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
17011
17013
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
17012
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
17014
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
17013
17015
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
17014
17016
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
17015
17017
 
@@ -17717,11 +17719,11 @@ class DatabaseInstanceNewProps:
17717
17719
 
17718
17720
  @builtins.property
17719
17721
  def storage_type(self) -> typing.Optional["StorageType"]:
17720
- '''The storage type.
17722
+ '''The storage type to associate with the DB instance.
17721
17723
 
17722
- Storage types supported are gp2, io1, standard.
17724
+ Storage types supported are gp2, gp3, io1, io2, and standard.
17723
17725
 
17724
- :default: GP2
17726
+ :default: StorageType.GP2
17725
17727
 
17726
17728
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
17727
17729
  '''
@@ -17910,7 +17912,7 @@ class DatabaseInstanceReadReplicaProps(DatabaseInstanceNewProps):
17910
17912
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
17911
17913
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
17912
17914
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
17913
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
17915
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
17914
17916
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
17915
17917
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
17916
17918
  :param instance_type: The name of the compute and memory capacity classes.
@@ -18571,11 +18573,11 @@ class DatabaseInstanceReadReplicaProps(DatabaseInstanceNewProps):
18571
18573
 
18572
18574
  @builtins.property
18573
18575
  def storage_type(self) -> typing.Optional["StorageType"]:
18574
- '''The storage type.
18576
+ '''The storage type to associate with the DB instance.
18575
18577
 
18576
- Storage types supported are gp2, io1, standard.
18578
+ Storage types supported are gp2, gp3, io1, io2, and standard.
18577
18579
 
18578
- :default: GP2
18580
+ :default: StorageType.GP2
18579
18581
 
18580
18582
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
18581
18583
  '''
@@ -18815,7 +18817,7 @@ class DatabaseInstanceSourceProps(DatabaseInstanceNewProps):
18815
18817
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
18816
18818
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
18817
18819
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
18818
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
18820
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
18819
18821
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
18820
18822
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
18821
18823
  :param engine: The database engine.
@@ -19566,11 +19568,11 @@ class DatabaseInstanceSourceProps(DatabaseInstanceNewProps):
19566
19568
 
19567
19569
  @builtins.property
19568
19570
  def storage_type(self) -> typing.Optional["StorageType"]:
19569
- '''The storage type.
19571
+ '''The storage type to associate with the DB instance.
19570
19572
 
19571
- Storage types supported are gp2, io1, standard.
19573
+ Storage types supported are gp2, gp3, io1, io2, and standard.
19572
19574
 
19573
- :default: GP2
19575
+ :default: StorageType.GP2
19574
19576
 
19575
19577
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
19576
19578
  '''
@@ -26289,7 +26291,7 @@ class LicenseModel(enum.Enum):
26289
26291
  fn = lambda_.Function(self, "Function",
26290
26292
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
26291
26293
  handler="index.handler",
26292
- runtime=lambda_.Runtime.NODEJS_18_X
26294
+ runtime=lambda_.Runtime.NODEJS_20_X
26293
26295
  )
26294
26296
 
26295
26297
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -28221,7 +28223,7 @@ class OptionGroup(
28221
28223
  fn = lambda_.Function(self, "Function",
28222
28224
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
28223
28225
  handler="index.handler",
28224
- runtime=lambda_.Runtime.NODEJS_18_X
28226
+ runtime=lambda_.Runtime.NODEJS_20_X
28225
28227
  )
28226
28228
 
28227
28229
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -28422,7 +28424,7 @@ class OptionGroupProps:
28422
28424
  fn = lambda_.Function(self, "Function",
28423
28425
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
28424
28426
  handler="index.handler",
28425
- runtime=lambda_.Runtime.NODEJS_18_X
28427
+ runtime=lambda_.Runtime.NODEJS_20_X
28426
28428
  )
28427
28429
 
28428
28430
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -30057,7 +30059,7 @@ class ParameterGroupProps:
30057
30059
  fn = lambda_.Function(self, "Function",
30058
30060
  code=lambda_.Code.from_inline("exports.handler = (event) => console.log(event);"),
30059
30061
  handler="index.handler",
30060
- runtime=lambda_.Runtime.NODEJS_18_X
30062
+ runtime=lambda_.Runtime.NODEJS_20_X
30061
30063
  )
30062
30064
 
30063
30065
  availability_rule = instance.on_event("Availability", target=targets.LambdaFunction(fn))
@@ -35494,6 +35496,12 @@ class SqlServerEngineVersion(
35494
35496
  '''Version "13.00.6465.1.v1".'''
35495
35497
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6465_1_V1"))
35496
35498
 
35499
+ @jsii.python.classproperty
35500
+ @jsii.member(jsii_name="VER_13_00_6470_1_V1")
35501
+ def VER_13_00_6470_1_V1(cls) -> "SqlServerEngineVersion":
35502
+ '''Version "13.00.6470.1.v1".'''
35503
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6470_1_V1"))
35504
+
35497
35505
  @jsii.python.classproperty
35498
35506
  @jsii.member(jsii_name="VER_14")
35499
35507
  def VER_14(cls) -> "SqlServerEngineVersion":
@@ -35656,6 +35664,12 @@ class SqlServerEngineVersion(
35656
35664
  '''Version "14.00.3500.1.v1".'''
35657
35665
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3500_1_V1"))
35658
35666
 
35667
+ @jsii.python.classproperty
35668
+ @jsii.member(jsii_name="VER_14_00_3505_1_V1")
35669
+ def VER_14_00_3505_1_V1(cls) -> "SqlServerEngineVersion":
35670
+ '''Version "14.00.3505.1.v1".'''
35671
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3505_1_V1"))
35672
+
35659
35673
  @jsii.python.classproperty
35660
35674
  @jsii.member(jsii_name="VER_15")
35661
35675
  def VER_15(cls) -> "SqlServerEngineVersion":
@@ -35800,6 +35814,12 @@ class SqlServerEngineVersion(
35800
35814
  '''Version "15.00.4440.1.v1".'''
35801
35815
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4440_1_V1"))
35802
35816
 
35817
+ @jsii.python.classproperty
35818
+ @jsii.member(jsii_name="VER_15_00_4445_1_V1")
35819
+ def VER_15_00_4445_1_V1(cls) -> "SqlServerEngineVersion":
35820
+ '''Version "15.00.4445.1.v1".'''
35821
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4445_1_V1"))
35822
+
35803
35823
  @jsii.python.classproperty
35804
35824
  @jsii.member(jsii_name="VER_16")
35805
35825
  def VER_16(cls) -> "SqlServerEngineVersion":
@@ -35902,6 +35922,12 @@ class SqlServerEngineVersion(
35902
35922
  '''Version "16.00.4210.1.v1".'''
35903
35923
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4210_1_V1"))
35904
35924
 
35925
+ @jsii.python.classproperty
35926
+ @jsii.member(jsii_name="VER_16_00_4215_2_V1")
35927
+ def VER_16_00_4215_2_V1(cls) -> "SqlServerEngineVersion":
35928
+ '''Version "16.00.4215.2.v1".'''
35929
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4215_2_V1"))
35930
+
35905
35931
  @builtins.property
35906
35932
  @jsii.member(jsii_name="sqlServerFullVersion")
35907
35933
  def sql_server_full_version(self) -> builtins.str:
@@ -36994,7 +37020,7 @@ class CfnDBCluster(
36994
37020
  :param port: The port number on which the DB instances in the DB cluster accept connections. Default: - When ``EngineMode`` is ``provisioned`` , ``3306`` (for both Aurora MySQL and Aurora PostgreSQL) - When ``EngineMode`` is ``serverless`` : - ``3306`` when ``Engine`` is ``aurora`` or ``aurora-mysql`` - ``5432`` when ``Engine`` is ``aurora-postgresql`` .. epigraph:: The ``No interruption`` on update behavior only applies to DB clusters. If you are updating a DB instance, see `Port <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port>`_ for the AWS::RDS::DBInstance resource. Valid for: Aurora DB clusters and Multi-AZ DB clusters
36995
37021
  :param preferred_backup_window: The daily time range during which automated backups are created. For more information, see `Backup Window <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow>`_ in the *Amazon Aurora User Guide.* Constraints: - Must be in the format ``hh24:mi-hh24:mi`` . - Must be in Universal Coordinated Time (UTC). - Must not conflict with the preferred maintenance window. - Must be at least 30 minutes. Valid for: Aurora DB clusters and Multi-AZ DB clusters
36996
37022
  :param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see `Maintaining an Amazon Aurora DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora>`_ in the *Amazon Aurora User Guide.* Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window. Valid for: Aurora DB clusters and Multi-AZ DB clusters
36997
- :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Valid for Cluster Type: Multi-AZ DB clusters only Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified. If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the subnets are part of a VPC that doesnt have an internet gateway attached to it, the DB cluster is private. - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
37023
+ :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. Valid for Cluster Type: Multi-AZ DB clusters only When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. The default behavior when ``PubliclyAccessible`` is not specified depends on whether a ``DBSubnetGroup`` is specified. If ``DBSubnetGroup`` isn't specified, ``PubliclyAccessible`` defaults to ``true`` . If ``DBSubnetGroup`` is specified, ``PubliclyAccessible`` defaults to ``false`` unless the value of ``DBSubnetGroup`` is ``default`` , in which case ``PubliclyAccessible`` defaults to ``true`` . If ``PubliclyAccessible`` is true and the VPC that the ``DBSubnetGroup`` is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.
36998
37024
  :param replication_source_identifier: The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters only
36999
37025
  :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` This property must be used with ``SourceDBClusterIdentifier`` property. The resulting cluster will have the identifier that matches the value of the ``DBclusterIdentifier`` property. Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
37000
37026
  :param restore_type: The type of restore to be performed. You can specify one of the following values:. - ``full-copy`` - The new DB cluster is restored as a full copy of the source DB cluster. - ``copy-on-write`` - The new DB cluster is restored as a clone of the source DB cluster. If you don't specify a ``RestoreType`` value, then the new DB cluster is restored as a full copy of the source DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -47714,7 +47740,7 @@ class DatabaseInstanceFromSnapshot(
47714
47740
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
47715
47741
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
47716
47742
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
47717
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
47743
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
47718
47744
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
47719
47745
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
47720
47746
  '''
@@ -48148,7 +48174,7 @@ class DatabaseInstanceFromSnapshotProps(DatabaseInstanceSourceProps):
48148
48174
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
48149
48175
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
48150
48176
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
48151
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
48177
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
48152
48178
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
48153
48179
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
48154
48180
  :param engine: The database engine.
@@ -48833,11 +48859,11 @@ class DatabaseInstanceFromSnapshotProps(DatabaseInstanceSourceProps):
48833
48859
 
48834
48860
  @builtins.property
48835
48861
  def storage_type(self) -> typing.Optional[StorageType]:
48836
- '''The storage type.
48862
+ '''The storage type to associate with the DB instance.
48837
48863
 
48838
- Storage types supported are gp2, io1, standard.
48864
+ Storage types supported are gp2, gp3, io1, io2, and standard.
48839
48865
 
48840
- :default: GP2
48866
+ :default: StorageType.GP2
48841
48867
 
48842
48868
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
48843
48869
  '''
@@ -49163,7 +49189,7 @@ class DatabaseInstanceProps(DatabaseInstanceSourceProps):
49163
49189
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
49164
49190
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
49165
49191
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
49166
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
49192
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
49167
49193
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
49168
49194
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
49169
49195
  :param engine: The database engine.
@@ -49854,11 +49880,11 @@ class DatabaseInstanceProps(DatabaseInstanceSourceProps):
49854
49880
 
49855
49881
  @builtins.property
49856
49882
  def storage_type(self) -> typing.Optional[StorageType]:
49857
- '''The storage type.
49883
+ '''The storage type to associate with the DB instance.
49858
49884
 
49859
- Storage types supported are gp2, io1, standard.
49885
+ Storage types supported are gp2, gp3, io1, io2, and standard.
49860
49886
 
49861
- :default: GP2
49887
+ :default: StorageType.GP2
49862
49888
 
49863
49889
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
49864
49890
  '''
@@ -50141,7 +50167,7 @@ class DatabaseInstanceReadReplica(
50141
50167
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
50142
50168
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
50143
50169
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
50144
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
50170
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
50145
50171
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
50146
50172
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
50147
50173
  '''
@@ -51607,7 +51633,7 @@ class DatabaseInstance(
51607
51633
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
51608
51634
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
51609
51635
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
51610
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
51636
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
51611
51637
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
51612
51638
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
51613
51639
  '''
@@ -57078,3 +57104,6 @@ def _typecheckingstub__84d6de235f7d15c552af4bc77a663d18a20524641c0cf9a49a093c712
57078
57104
  ) -> None:
57079
57105
  """Type checking stubs"""
57080
57106
  pass
57107
+
57108
+ for cls in [IAuroraClusterInstance, IClusterEngine, IClusterInstance, ICustomDBEngineVersionRef, IDBClusterParameterGroupRef, IDBClusterRef, IDBInstanceRef, IDBParameterGroupRef, IDBProxyEndpointRef, IDBProxyRef, IDBProxyTargetGroupRef, IDBSecurityGroupIngressRef, IDBSecurityGroupRef, IDBShardGroupRef, IDBSubnetGroupRef, IDatabaseCluster, IDatabaseInstance, IDatabaseProxy, IDatabaseProxyEndpoint, IEngine, IEventSubscriptionRef, IGlobalClusterRef, IInstanceEngine, IIntegrationRef, IOptionGroup, IOptionGroupRef, IParameterGroup, IServerlessCluster, ISubnetGroup]:
57109
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -8564,3 +8564,6 @@ def _typecheckingstub__d636da52cf59446f020e242a88d41b50e55ef8273a113c78f968a7fe2
8564
8564
  ) -> None:
8565
8565
  """Type checking stubs"""
8566
8566
  pass
8567
+
8568
+ for cls in [IClusterParameterGroupRef, IClusterRef, IClusterSecurityGroupIngressRef, IClusterSecurityGroupRef, IClusterSubnetGroupRef, IEndpointAccessRef, IEndpointAuthorizationRef, IEventSubscriptionRef, IIntegrationRef, IScheduledActionRef]:
8569
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -4448,3 +4448,6 @@ def _typecheckingstub__b7cad236eecd67272da075e88f17a1dbdae4ee5083553d6443dcc19b3
4448
4448
  ) -> None:
4449
4449
  """Type checking stubs"""
4450
4450
  pass
4451
+
4452
+ for cls in [INamespaceRef, ISnapshotRef, IWorkgroupRef]:
4453
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1207,9 +1207,13 @@ class CfnApplication(
1207
1207
  metaclass=jsii.JSIIMeta,
1208
1208
  jsii_type="aws-cdk-lib.aws_refactorspaces.CfnApplication",
1209
1209
  ):
1210
- '''Creates an AWS Migration Hub Refactor Spaces application.
1210
+ '''.. epigraph::
1211
1211
 
1212
- The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
1212
+ AWS Migration Hub will no longer be open to new customers starting November 7, 2025.
1213
+
1214
+ To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
1215
+
1216
+ Creates an AWS Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
1213
1217
 
1214
1218
  In environments created with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``NONE`` you need to configure `VPC to VPC connectivity <https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html>`_ between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see `Create an application <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-application.html>`_ in the *Refactor Spaces User Guide* .
1215
1219
 
@@ -1565,9 +1569,13 @@ class CfnEnvironment(
1565
1569
  metaclass=jsii.JSIIMeta,
1566
1570
  jsii_type="aws-cdk-lib.aws_refactorspaces.CfnEnvironment",
1567
1571
  ):
1568
- '''Creates an AWS Migration Hub Refactor Spaces environment.
1572
+ '''.. epigraph::
1573
+
1574
+ AWS Migration Hub will no longer be open to new customers starting November 7, 2025.
1575
+
1576
+ To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
1569
1577
 
1570
- The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
1578
+ Creates an AWS Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
1571
1579
 
1572
1580
  When creating an environment with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``TRANSIT_GATEWAY`` , Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ is ``NONE`` , Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.
1573
1581
 
@@ -2235,9 +2243,13 @@ class CfnService(
2235
2243
  metaclass=jsii.JSIIMeta,
2236
2244
  jsii_type="aws-cdk-lib.aws_refactorspaces.CfnService",
2237
2245
  ):
2238
- '''Creates an AWS Migration Hub Refactor Spaces service.
2246
+ '''.. epigraph::
2239
2247
 
2240
- The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
2248
+ AWS Migration Hub will no longer be open to new customers starting November 7, 2025.
2249
+
2250
+ To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
2251
+
2252
+ Creates an AWS Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
2241
2253
  .. epigraph::
2242
2254
 
2243
2255
  If an AWS resource is launched in a service VPC, and you want it to be accessible to all of an environment’s services with VPCs and routes, apply the ``RefactorSpacesSecurityGroup`` to the resource. Alternatively, to add more cross-account constraints, apply your own security group.
@@ -3055,3 +3067,6 @@ def _typecheckingstub__7d86383e689f1caa847c77d7b82f3353251e619448c701919f0bc57ed
3055
3067
  ) -> None:
3056
3068
  """Type checking stubs"""
3057
3069
  pass
3070
+
3071
+ for cls in [IApplicationRef, IEnvironmentRef, IRouteRef, IServiceRef]:
3072
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1064,27 +1064,6 @@ class CfnProject(
1064
1064
 
1065
1065
  jsii.create(self.__class__, self, [scope, id, props])
1066
1066
 
1067
- @jsii.member(jsii_name="fromProjectArn")
1068
- @builtins.classmethod
1069
- def from_project_arn(
1070
- cls,
1071
- scope: _constructs_77d1e7e8.Construct,
1072
- id: builtins.str,
1073
- arn: builtins.str,
1074
- ) -> IProjectRef:
1075
- '''Creates a new IProjectRef from an ARN.
1076
-
1077
- :param scope: -
1078
- :param id: -
1079
- :param arn: -
1080
- '''
1081
- if __debug__:
1082
- type_hints = typing.get_type_hints(_typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d)
1083
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1084
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1085
- check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1086
- return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
1087
-
1088
1067
  @jsii.member(jsii_name="inspect")
1089
1068
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1090
1069
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2347,14 +2326,6 @@ def _typecheckingstub__14434bd621070d38889fc701fc289b3379981bee9c73fd7502773f1ee
2347
2326
  """Type checking stubs"""
2348
2327
  pass
2349
2328
 
2350
- def _typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d(
2351
- scope: _constructs_77d1e7e8.Construct,
2352
- id: builtins.str,
2353
- arn: builtins.str,
2354
- ) -> None:
2355
- """Type checking stubs"""
2356
- pass
2357
-
2358
2329
  def _typecheckingstub__0172e641847a31da5e6877581313d2ece51b9650bcb74b1b80ba13e563323cc0(
2359
2330
  inspector: _TreeInspector_488e0dd5,
2360
2331
  ) -> None:
@@ -2553,3 +2524,6 @@ def _typecheckingstub__e523487c02bfde11953c715444eddb9f2ed729eec0aa81767c2868bf9
2553
2524
  ) -> None:
2554
2525
  """Type checking stubs"""
2555
2526
  pass
2527
+
2528
+ for cls in [ICollectionRef, IProjectRef, IStreamProcessorRef]:
2529
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2162,3 +2162,6 @@ def _typecheckingstub__1b31c880d8724506ba4025d50fede62d462b847c02406fe66ed0c1b34
2162
2162
  ) -> None:
2163
2163
  """Type checking stubs"""
2164
2164
  pass
2165
+
2166
+ for cls in [IAppRef, IResiliencyPolicyRef]:
2167
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1454,3 +1454,6 @@ def _typecheckingstub__bd724c6b685500a7e2e21d499880a01c7a397039f097a6228c73a6e01
1454
1454
  ) -> None:
1455
1455
  """Type checking stubs"""
1456
1456
  pass
1457
+
1458
+ for cls in [IDefaultViewAssociationRef, IIndexRef, IViewRef]:
1459
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1680,3 +1680,6 @@ def _typecheckingstub__66392dc23dc3e7ed8bf3c5d524bd90c2953712bb7e49a797537fda8d8
1680
1680
  ) -> None:
1681
1681
  """Type checking stubs"""
1682
1682
  pass
1683
+
1684
+ for cls in [IGroupRef, ITagSyncTaskRef]:
1685
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -3422,3 +3422,6 @@ def _typecheckingstub__b4436c869d1e97db1310a07c8709c1c39527703571128932c8cdb4b5b
3422
3422
  ) -> None:
3423
3423
  """Type checking stubs"""
3424
3424
  pass
3425
+
3426
+ for cls in [IFleetRef, IRobotApplicationRef, IRobotApplicationVersionRef, IRobotRef, ISimulationApplicationRef, ISimulationApplicationVersionRef]:
3427
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2460,3 +2460,6 @@ def _typecheckingstub__d423be7ff47fcc8761e7797ad37aac03811962bc633d561f5c9c8721d
2460
2460
  ) -> None:
2461
2461
  """Type checking stubs"""
2462
2462
  pass
2463
+
2464
+ for cls in [ICRLRef, IProfileRef, ITrustAnchorRef]:
2465
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])