aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -2021,6 +2021,27 @@ class CfnDataSource(
2021
2021
 
2022
2022
  jsii.create(self.__class__, self, [scope, id, props])
2023
2023
 
2024
+ @jsii.member(jsii_name="fromDataSourceArn")
2025
+ @builtins.classmethod
2026
+ def from_data_source_arn(
2027
+ cls,
2028
+ scope: _constructs_77d1e7e8.Construct,
2029
+ id: builtins.str,
2030
+ arn: builtins.str,
2031
+ ) -> IDataSourceRef:
2032
+ '''Creates a new IDataSourceRef from an ARN.
2033
+
2034
+ :param scope: -
2035
+ :param id: -
2036
+ :param arn: -
2037
+ '''
2038
+ if __debug__:
2039
+ type_hints = typing.get_type_hints(_typecheckingstub__706fff372dcf2263b3ab788506e7c77792e4a5cae5211288f1733c9303ece68d)
2040
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2041
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2042
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2043
+ return typing.cast(IDataSourceRef, jsii.sinvoke(cls, "fromDataSourceArn", [scope, id, arn]))
2044
+
2024
2045
  @jsii.member(jsii_name="inspect")
2025
2046
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2026
2047
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8935,6 +8956,27 @@ class CfnFaq(
8935
8956
 
8936
8957
  jsii.create(self.__class__, self, [scope, id, props])
8937
8958
 
8959
+ @jsii.member(jsii_name="fromFaqArn")
8960
+ @builtins.classmethod
8961
+ def from_faq_arn(
8962
+ cls,
8963
+ scope: _constructs_77d1e7e8.Construct,
8964
+ id: builtins.str,
8965
+ arn: builtins.str,
8966
+ ) -> IFaqRef:
8967
+ '''Creates a new IFaqRef from an ARN.
8968
+
8969
+ :param scope: -
8970
+ :param id: -
8971
+ :param arn: -
8972
+ '''
8973
+ if __debug__:
8974
+ type_hints = typing.get_type_hints(_typecheckingstub__2b40544b7dfa36a1b1244afc2843ba70c752aae5f6c21935fec914da6fd7f074)
8975
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8976
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8977
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8978
+ return typing.cast(IFaqRef, jsii.sinvoke(cls, "fromFaqArn", [scope, id, arn]))
8979
+
8938
8980
  @jsii.member(jsii_name="inspect")
8939
8981
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8940
8982
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9306,6 +9348,48 @@ class CfnIndex(
9306
9348
 
9307
9349
  jsii.create(self.__class__, self, [scope, id, props])
9308
9350
 
9351
+ @jsii.member(jsii_name="fromIndexArn")
9352
+ @builtins.classmethod
9353
+ def from_index_arn(
9354
+ cls,
9355
+ scope: _constructs_77d1e7e8.Construct,
9356
+ id: builtins.str,
9357
+ arn: builtins.str,
9358
+ ) -> IIndexRef:
9359
+ '''Creates a new IIndexRef from an ARN.
9360
+
9361
+ :param scope: -
9362
+ :param id: -
9363
+ :param arn: -
9364
+ '''
9365
+ if __debug__:
9366
+ type_hints = typing.get_type_hints(_typecheckingstub__9c3cbc2e84defcc8e097b629b1377eab8c983f072040ad64099e394d8a6b80f1)
9367
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9368
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9369
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
9370
+ return typing.cast(IIndexRef, jsii.sinvoke(cls, "fromIndexArn", [scope, id, arn]))
9371
+
9372
+ @jsii.member(jsii_name="fromIndexId")
9373
+ @builtins.classmethod
9374
+ def from_index_id(
9375
+ cls,
9376
+ scope: _constructs_77d1e7e8.Construct,
9377
+ id: builtins.str,
9378
+ index_id: builtins.str,
9379
+ ) -> IIndexRef:
9380
+ '''Creates a new IIndexRef from a indexId.
9381
+
9382
+ :param scope: -
9383
+ :param id: -
9384
+ :param index_id: -
9385
+ '''
9386
+ if __debug__:
9387
+ type_hints = typing.get_type_hints(_typecheckingstub__a3d65e01f4a12797e9ee2f3e2941dcfeed4c42a38a506c8b0213a0613c94d3f6)
9388
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9389
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9390
+ check_type(argname="argument index_id", value=index_id, expected_type=type_hints["index_id"])
9391
+ return typing.cast(IIndexRef, jsii.sinvoke(cls, "fromIndexId", [scope, id, index_id]))
9392
+
9309
9393
  @jsii.member(jsii_name="inspect")
9310
9394
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9311
9395
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10559,6 +10643,14 @@ def _typecheckingstub__db7b870c602f215572ec4f7667cd46c2ae4e2c6035e16924c08cf6d68
10559
10643
  """Type checking stubs"""
10560
10644
  pass
10561
10645
 
10646
+ def _typecheckingstub__706fff372dcf2263b3ab788506e7c77792e4a5cae5211288f1733c9303ece68d(
10647
+ scope: _constructs_77d1e7e8.Construct,
10648
+ id: builtins.str,
10649
+ arn: builtins.str,
10650
+ ) -> None:
10651
+ """Type checking stubs"""
10652
+ pass
10653
+
10562
10654
  def _typecheckingstub__857c3d47368883ad30477d4c7721d4f448bafe37d7457ab7e8fa7ab0c70e6c2a(
10563
10655
  inspector: _TreeInspector_488e0dd5,
10564
10656
  ) -> None:
@@ -11146,6 +11238,14 @@ def _typecheckingstub__da52634bf448f13a8dfdf111b1193f46a241ac941af460a15585386c0
11146
11238
  """Type checking stubs"""
11147
11239
  pass
11148
11240
 
11241
+ def _typecheckingstub__2b40544b7dfa36a1b1244afc2843ba70c752aae5f6c21935fec914da6fd7f074(
11242
+ scope: _constructs_77d1e7e8.Construct,
11243
+ id: builtins.str,
11244
+ arn: builtins.str,
11245
+ ) -> None:
11246
+ """Type checking stubs"""
11247
+ pass
11248
+
11149
11249
  def _typecheckingstub__11ca22cd6dac6125f6c23af39c883b9555dc5ca8feff5890bbf847c4d2ec1afa(
11150
11250
  inspector: _TreeInspector_488e0dd5,
11151
11251
  ) -> None:
@@ -11232,6 +11332,22 @@ def _typecheckingstub__5f1204970a88ec523311382503badf4dde293efe7a39dfb0456e12407
11232
11332
  """Type checking stubs"""
11233
11333
  pass
11234
11334
 
11335
+ def _typecheckingstub__9c3cbc2e84defcc8e097b629b1377eab8c983f072040ad64099e394d8a6b80f1(
11336
+ scope: _constructs_77d1e7e8.Construct,
11337
+ id: builtins.str,
11338
+ arn: builtins.str,
11339
+ ) -> None:
11340
+ """Type checking stubs"""
11341
+ pass
11342
+
11343
+ def _typecheckingstub__a3d65e01f4a12797e9ee2f3e2941dcfeed4c42a38a506c8b0213a0613c94d3f6(
11344
+ scope: _constructs_77d1e7e8.Construct,
11345
+ id: builtins.str,
11346
+ index_id: builtins.str,
11347
+ ) -> None:
11348
+ """Type checking stubs"""
11349
+ pass
11350
+
11235
11351
  def _typecheckingstub__540517a32fdcfcd298c87cf94ee56816edf19e0499b0f6948fee9fd23be529c6(
11236
11352
  inspector: _TreeInspector_488e0dd5,
11237
11353
  ) -> None:
@@ -5452,6 +5452,48 @@ class CfnStream(
5452
5452
 
5453
5453
  jsii.create(self.__class__, self, [scope, id, props])
5454
5454
 
5455
+ @jsii.member(jsii_name="fromStreamArn")
5456
+ @builtins.classmethod
5457
+ def from_stream_arn(
5458
+ cls,
5459
+ scope: _constructs_77d1e7e8.Construct,
5460
+ id: builtins.str,
5461
+ arn: builtins.str,
5462
+ ) -> IStreamRef:
5463
+ '''Creates a new IStreamRef from an ARN.
5464
+
5465
+ :param scope: -
5466
+ :param id: -
5467
+ :param arn: -
5468
+ '''
5469
+ if __debug__:
5470
+ type_hints = typing.get_type_hints(_typecheckingstub__3c69677685a82f8e525ad2739006025db5278674d3e523946f160156221a9f73)
5471
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5472
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5473
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
5474
+ return typing.cast(IStreamRef, jsii.sinvoke(cls, "fromStreamArn", [scope, id, arn]))
5475
+
5476
+ @jsii.member(jsii_name="fromStreamName")
5477
+ @builtins.classmethod
5478
+ def from_stream_name(
5479
+ cls,
5480
+ scope: _constructs_77d1e7e8.Construct,
5481
+ id: builtins.str,
5482
+ stream_name: builtins.str,
5483
+ ) -> IStreamRef:
5484
+ '''Creates a new IStreamRef from a streamName.
5485
+
5486
+ :param scope: -
5487
+ :param id: -
5488
+ :param stream_name: -
5489
+ '''
5490
+ if __debug__:
5491
+ type_hints = typing.get_type_hints(_typecheckingstub__29cb46b7ceb2cd8a127a3866d6508b48f921857bfb60faeb20b84a87cb83f072)
5492
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5493
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5494
+ check_type(argname="argument stream_name", value=stream_name, expected_type=type_hints["stream_name"])
5495
+ return typing.cast(IStreamRef, jsii.sinvoke(cls, "fromStreamName", [scope, id, stream_name]))
5496
+
5455
5497
  @jsii.member(jsii_name="inspect")
5456
5498
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5457
5499
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6342,6 +6384,22 @@ def _typecheckingstub__b956aa40f3e4f7ebba018fbc1caa3788147e52190c5c7131c5c035b04
6342
6384
  """Type checking stubs"""
6343
6385
  pass
6344
6386
 
6387
+ def _typecheckingstub__3c69677685a82f8e525ad2739006025db5278674d3e523946f160156221a9f73(
6388
+ scope: _constructs_77d1e7e8.Construct,
6389
+ id: builtins.str,
6390
+ arn: builtins.str,
6391
+ ) -> None:
6392
+ """Type checking stubs"""
6393
+ pass
6394
+
6395
+ def _typecheckingstub__29cb46b7ceb2cd8a127a3866d6508b48f921857bfb60faeb20b84a87cb83f072(
6396
+ scope: _constructs_77d1e7e8.Construct,
6397
+ id: builtins.str,
6398
+ stream_name: builtins.str,
6399
+ ) -> None:
6400
+ """Type checking stubs"""
6401
+ pass
6402
+
6345
6403
  def _typecheckingstub__333b8ca1bf2a7b045485860c8e016bc7f84165557984c70011b4f8bbc53133b1(
6346
6404
  inspector: _TreeInspector_488e0dd5,
6347
6405
  ) -> None:
@@ -6503,6 +6503,29 @@ class CfnApplicationV2(
6503
6503
 
6504
6504
  jsii.create(self.__class__, self, [scope, id, props])
6505
6505
 
6506
+ @jsii.member(jsii_name="fromApplicationName")
6507
+ @builtins.classmethod
6508
+ def from_application_name(
6509
+ cls,
6510
+ scope: _constructs_77d1e7e8.Construct,
6511
+ id: builtins.str,
6512
+ application_name: builtins.str,
6513
+ ) -> IApplicationV2Ref:
6514
+ '''(deprecated) Creates a new IApplicationV2Ref from a applicationName.
6515
+
6516
+ :param scope: -
6517
+ :param id: -
6518
+ :param application_name: -
6519
+
6520
+ :stability: deprecated
6521
+ '''
6522
+ if __debug__:
6523
+ type_hints = typing.get_type_hints(_typecheckingstub__6ad6fec85f8d8fd2cbda89e4d5e375818d13d6060f328eec41a9330b6fec772b)
6524
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6525
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6526
+ check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
6527
+ return typing.cast(IApplicationV2Ref, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
6528
+
6506
6529
  @jsii.member(jsii_name="inspect")
6507
6530
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6508
6531
  '''(deprecated) Examines the CloudFormation resource and discloses attributes.
@@ -10925,6 +10948,14 @@ def _typecheckingstub__68f6c265e7d219c8087ecccfd8c8908a6940a2b12916b5234453b46ae
10925
10948
  """Type checking stubs"""
10926
10949
  pass
10927
10950
 
10951
+ def _typecheckingstub__6ad6fec85f8d8fd2cbda89e4d5e375818d13d6060f328eec41a9330b6fec772b(
10952
+ scope: _constructs_77d1e7e8.Construct,
10953
+ id: builtins.str,
10954
+ application_name: builtins.str,
10955
+ ) -> None:
10956
+ """Type checking stubs"""
10957
+ pass
10958
+
10928
10959
  def _typecheckingstub__7ea17d8a69f816e0d5e0fe4c8ba39325dd561dac4af7c67c01d09dc75d750b92(
10929
10960
  inspector: _TreeInspector_488e0dd5,
10930
10961
  ) -> None:
@@ -1340,6 +1340,27 @@ class CfnApplication(
1340
1340
 
1341
1341
  jsii.create(self.__class__, self, [scope, id, props])
1342
1342
 
1343
+ @jsii.member(jsii_name="fromApplicationName")
1344
+ @builtins.classmethod
1345
+ def from_application_name(
1346
+ cls,
1347
+ scope: _constructs_77d1e7e8.Construct,
1348
+ id: builtins.str,
1349
+ application_name: builtins.str,
1350
+ ) -> IApplicationRef:
1351
+ '''Creates a new IApplicationRef from a applicationName.
1352
+
1353
+ :param scope: -
1354
+ :param id: -
1355
+ :param application_name: -
1356
+ '''
1357
+ if __debug__:
1358
+ type_hints = typing.get_type_hints(_typecheckingstub__9c9a0ebdcc66a0570c262d92570b65f5b0951e044a932dd8cd82de9aac1283b9)
1359
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1360
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1361
+ check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
1362
+ return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
1363
+
1343
1364
  @jsii.member(jsii_name="inspect")
1344
1365
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1345
1366
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6702,6 +6723,14 @@ def _typecheckingstub__7c8b2c6c7d478ea7b78b40516077a829373526fa660eddd97eaf1bd6d
6702
6723
  """Type checking stubs"""
6703
6724
  pass
6704
6725
 
6726
+ def _typecheckingstub__9c9a0ebdcc66a0570c262d92570b65f5b0951e044a932dd8cd82de9aac1283b9(
6727
+ scope: _constructs_77d1e7e8.Construct,
6728
+ id: builtins.str,
6729
+ application_name: builtins.str,
6730
+ ) -> None:
6731
+ """Type checking stubs"""
6732
+ pass
6733
+
6705
6734
  def _typecheckingstub__97309c6f402e280964f725459e9a30e5481a8634812a35f109d54712867d0245(
6706
6735
  inspector: _TreeInspector_488e0dd5,
6707
6736
  ) -> None:
@@ -4148,6 +4148,48 @@ class CfnDeliveryStream(
4148
4148
 
4149
4149
  jsii.create(self.__class__, self, [scope, id, props])
4150
4150
 
4151
+ @jsii.member(jsii_name="fromDeliveryStreamArn")
4152
+ @builtins.classmethod
4153
+ def from_delivery_stream_arn(
4154
+ cls,
4155
+ scope: _constructs_77d1e7e8.Construct,
4156
+ id: builtins.str,
4157
+ arn: builtins.str,
4158
+ ) -> IDeliveryStreamRef:
4159
+ '''Creates a new IDeliveryStreamRef from an ARN.
4160
+
4161
+ :param scope: -
4162
+ :param id: -
4163
+ :param arn: -
4164
+ '''
4165
+ if __debug__:
4166
+ type_hints = typing.get_type_hints(_typecheckingstub__ac404a7fa1d1175b0b0a315429a21df403efec17716e0d0126de549b60901e43)
4167
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4168
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4169
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4170
+ return typing.cast(IDeliveryStreamRef, jsii.sinvoke(cls, "fromDeliveryStreamArn", [scope, id, arn]))
4171
+
4172
+ @jsii.member(jsii_name="fromDeliveryStreamName")
4173
+ @builtins.classmethod
4174
+ def from_delivery_stream_name(
4175
+ cls,
4176
+ scope: _constructs_77d1e7e8.Construct,
4177
+ id: builtins.str,
4178
+ delivery_stream_name: builtins.str,
4179
+ ) -> IDeliveryStreamRef:
4180
+ '''Creates a new IDeliveryStreamRef from a deliveryStreamName.
4181
+
4182
+ :param scope: -
4183
+ :param id: -
4184
+ :param delivery_stream_name: -
4185
+ '''
4186
+ if __debug__:
4187
+ type_hints = typing.get_type_hints(_typecheckingstub__537ae2739e300bc97b7a362a703d67a61ec717ff18fbb371a4140cee84f23b48)
4188
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4189
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4190
+ check_type(argname="argument delivery_stream_name", value=delivery_stream_name, expected_type=type_hints["delivery_stream_name"])
4191
+ return typing.cast(IDeliveryStreamRef, jsii.sinvoke(cls, "fromDeliveryStreamName", [scope, id, delivery_stream_name]))
4192
+
4151
4193
  @jsii.member(jsii_name="inspect")
4152
4194
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4153
4195
  '''Examines the CloudFormation resource and discloses attributes.
@@ -13561,6 +13603,22 @@ def _typecheckingstub__b3cd824a2680c7d043cac684bd1be9ca77e94201f1ba00785d60a50ff
13561
13603
  """Type checking stubs"""
13562
13604
  pass
13563
13605
 
13606
+ def _typecheckingstub__ac404a7fa1d1175b0b0a315429a21df403efec17716e0d0126de549b60901e43(
13607
+ scope: _constructs_77d1e7e8.Construct,
13608
+ id: builtins.str,
13609
+ arn: builtins.str,
13610
+ ) -> None:
13611
+ """Type checking stubs"""
13612
+ pass
13613
+
13614
+ def _typecheckingstub__537ae2739e300bc97b7a362a703d67a61ec717ff18fbb371a4140cee84f23b48(
13615
+ scope: _constructs_77d1e7e8.Construct,
13616
+ id: builtins.str,
13617
+ delivery_stream_name: builtins.str,
13618
+ ) -> None:
13619
+ """Type checking stubs"""
13620
+ pass
13621
+
13564
13622
  def _typecheckingstub__0f6206943f45cc34824996fe47b775be3c1a09cb74450254dfa716bc71a96a69(
13565
13623
  inspector: _TreeInspector_488e0dd5,
13566
13624
  ) -> None:
@@ -780,6 +780,27 @@ class CfnStream(
780
780
 
781
781
  jsii.create(self.__class__, self, [scope, id, props])
782
782
 
783
+ @jsii.member(jsii_name="fromStreamArn")
784
+ @builtins.classmethod
785
+ def from_stream_arn(
786
+ cls,
787
+ scope: _constructs_77d1e7e8.Construct,
788
+ id: builtins.str,
789
+ arn: builtins.str,
790
+ ) -> IStreamRef:
791
+ '''Creates a new IStreamRef from an ARN.
792
+
793
+ :param scope: -
794
+ :param id: -
795
+ :param arn: -
796
+ '''
797
+ if __debug__:
798
+ type_hints = typing.get_type_hints(_typecheckingstub__fe0f44c811e2d2cc90117554fb9deac330b94d4acd5a32161f8a4592bdd478e7)
799
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
800
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
801
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
802
+ return typing.cast(IStreamRef, jsii.sinvoke(cls, "fromStreamArn", [scope, id, arn]))
803
+
783
804
  @jsii.member(jsii_name="inspect")
784
805
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
785
806
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1028,6 +1049,14 @@ def _typecheckingstub__9ec46ef966c55301f1d7f90935a5a7340c3d7ee98963234b59d16d191
1028
1049
  """Type checking stubs"""
1029
1050
  pass
1030
1051
 
1052
+ def _typecheckingstub__fe0f44c811e2d2cc90117554fb9deac330b94d4acd5a32161f8a4592bdd478e7(
1053
+ scope: _constructs_77d1e7e8.Construct,
1054
+ id: builtins.str,
1055
+ arn: builtins.str,
1056
+ ) -> None:
1057
+ """Type checking stubs"""
1058
+ pass
1059
+
1031
1060
  def _typecheckingstub__9cce8d8f4e1ffc1f91558eea316dc5656b61eced6fd4e5ed8f9c5d2aedaeb00f(
1032
1061
  inspector: _TreeInspector_488e0dd5,
1033
1062
  ) -> None:
@@ -2287,6 +2287,48 @@ class CfnKey(
2287
2287
 
2288
2288
  jsii.create(self.__class__, self, [scope, id, props])
2289
2289
 
2290
+ @jsii.member(jsii_name="fromKeyArn")
2291
+ @builtins.classmethod
2292
+ def from_key_arn(
2293
+ cls,
2294
+ scope: _constructs_77d1e7e8.Construct,
2295
+ id: builtins.str,
2296
+ arn: builtins.str,
2297
+ ) -> IKeyRef:
2298
+ '''Creates a new IKeyRef from an ARN.
2299
+
2300
+ :param scope: -
2301
+ :param id: -
2302
+ :param arn: -
2303
+ '''
2304
+ if __debug__:
2305
+ type_hints = typing.get_type_hints(_typecheckingstub__717dcad4d9cbf2639e4a7706f2520822fc3c58d7d28a72e3e2c89cd6ecd9ec77)
2306
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2307
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2308
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2309
+ return typing.cast(IKeyRef, jsii.sinvoke(cls, "fromKeyArn", [scope, id, arn]))
2310
+
2311
+ @jsii.member(jsii_name="fromKeyId")
2312
+ @builtins.classmethod
2313
+ def from_key_id(
2314
+ cls,
2315
+ scope: _constructs_77d1e7e8.Construct,
2316
+ id: builtins.str,
2317
+ key_id: builtins.str,
2318
+ ) -> IKeyRef:
2319
+ '''Creates a new IKeyRef from a keyId.
2320
+
2321
+ :param scope: -
2322
+ :param id: -
2323
+ :param key_id: -
2324
+ '''
2325
+ if __debug__:
2326
+ type_hints = typing.get_type_hints(_typecheckingstub__017d6fb56914db7b54b414d0535f40acc821857d39e3de53a3749ea5b44c245a)
2327
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2328
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2329
+ check_type(argname="argument key_id", value=key_id, expected_type=type_hints["key_id"])
2330
+ return typing.cast(IKeyRef, jsii.sinvoke(cls, "fromKeyId", [scope, id, key_id]))
2331
+
2290
2332
  @jsii.member(jsii_name="inspect")
2291
2333
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2292
2334
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2783,7 +2825,11 @@ class CfnReplicaKey(
2783
2825
 
2784
2826
  @jsii.interface(jsii_type="aws-cdk-lib.aws_kms.IKey")
2785
2827
  class IKey(_IResource_c80c4260, IKeyRef, typing_extensions.Protocol):
2786
- '''A KMS Key, either managed by this CDK app, or imported.'''
2828
+ '''A KMS Key, either managed by this CDK app, or imported.
2829
+
2830
+ This interface does double duty: it represents an actual KMS keys, but it
2831
+ also represents things that can behave like KMS keys, like a key alias.
2832
+ '''
2787
2833
 
2788
2834
  @builtins.property
2789
2835
  @jsii.member(jsii_name="keyArn")
@@ -2906,7 +2952,11 @@ class _IKeyProxy(
2906
2952
  jsii.proxy_for(_IResource_c80c4260), # type: ignore[misc]
2907
2953
  jsii.proxy_for(IKeyRef), # type: ignore[misc]
2908
2954
  ):
2909
- '''A KMS Key, either managed by this CDK app, or imported.'''
2955
+ '''A KMS Key, either managed by this CDK app, or imported.
2956
+
2957
+ This interface does double duty: it represents an actual KMS keys, but it
2958
+ also represents things that can behave like KMS keys, like a key alias.
2959
+ '''
2910
2960
 
2911
2961
  __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.aws_kms.IKey"
2912
2962
 
@@ -4032,6 +4082,22 @@ def _typecheckingstub__5ea678e9e5a947601d16e5bb11fec3683fbb15bba768bee0b88be7e19
4032
4082
  """Type checking stubs"""
4033
4083
  pass
4034
4084
 
4085
+ def _typecheckingstub__717dcad4d9cbf2639e4a7706f2520822fc3c58d7d28a72e3e2c89cd6ecd9ec77(
4086
+ scope: _constructs_77d1e7e8.Construct,
4087
+ id: builtins.str,
4088
+ arn: builtins.str,
4089
+ ) -> None:
4090
+ """Type checking stubs"""
4091
+ pass
4092
+
4093
+ def _typecheckingstub__017d6fb56914db7b54b414d0535f40acc821857d39e3de53a3749ea5b44c245a(
4094
+ scope: _constructs_77d1e7e8.Construct,
4095
+ id: builtins.str,
4096
+ key_id: builtins.str,
4097
+ ) -> None:
4098
+ """Type checking stubs"""
4099
+ pass
4100
+
4035
4101
  def _typecheckingstub__c6311cde99d8265c1aa77cad19077d4dc11fa11a16a0a5d601158013e78b4de6(
4036
4102
  inspector: _TreeInspector_488e0dd5,
4037
4103
  ) -> None: