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
@@ -10456,6 +10456,27 @@ class CfnApplication(
10456
10456
 
10457
10457
  jsii.create(self.__class__, self, [scope, id, props])
10458
10458
 
10459
+ @jsii.member(jsii_name="fromApplicationId")
10460
+ @builtins.classmethod
10461
+ def from_application_id(
10462
+ cls,
10463
+ scope: _constructs_77d1e7e8.Construct,
10464
+ id: builtins.str,
10465
+ application_id: builtins.str,
10466
+ ) -> IApplicationRef:
10467
+ '''Creates a new IApplicationRef from a applicationId.
10468
+
10469
+ :param scope: -
10470
+ :param id: -
10471
+ :param application_id: -
10472
+ '''
10473
+ if __debug__:
10474
+ type_hints = typing.get_type_hints(_typecheckingstub__afd571466571231348a78cb931c25e5d1b3c70347a376b9d64e551c1d6126654)
10475
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10476
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10477
+ check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
10478
+ return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
10479
+
10459
10480
  @jsii.member(jsii_name="inspect")
10460
10481
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10461
10482
  '''Examines the CloudFormation resource and discloses attributes.
@@ -11402,6 +11423,27 @@ class CfnDeploymentStrategy(
11402
11423
 
11403
11424
  jsii.create(self.__class__, self, [scope, id, props])
11404
11425
 
11426
+ @jsii.member(jsii_name="fromDeploymentStrategyId")
11427
+ @builtins.classmethod
11428
+ def from_deployment_strategy_id(
11429
+ cls,
11430
+ scope: _constructs_77d1e7e8.Construct,
11431
+ id: builtins.str,
11432
+ deployment_strategy_id: builtins.str,
11433
+ ) -> IDeploymentStrategyRef:
11434
+ '''Creates a new IDeploymentStrategyRef from a deploymentStrategyId.
11435
+
11436
+ :param scope: -
11437
+ :param id: -
11438
+ :param deployment_strategy_id: -
11439
+ '''
11440
+ if __debug__:
11441
+ type_hints = typing.get_type_hints(_typecheckingstub__a211633629f45a21de52e2d3b8c73b520eee7fc38d9ec5fafe4d90b277a310a5)
11442
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11443
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11444
+ check_type(argname="argument deployment_strategy_id", value=deployment_strategy_id, expected_type=type_hints["deployment_strategy_id"])
11445
+ return typing.cast(IDeploymentStrategyRef, jsii.sinvoke(cls, "fromDeploymentStrategyId", [scope, id, deployment_strategy_id]))
11446
+
11405
11447
  @jsii.member(jsii_name="inspect")
11406
11448
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11407
11449
  '''Examines the CloudFormation resource and discloses attributes.
@@ -12021,6 +12063,27 @@ class CfnExtension(
12021
12063
 
12022
12064
  jsii.create(self.__class__, self, [scope, id, props])
12023
12065
 
12066
+ @jsii.member(jsii_name="fromExtensionArn")
12067
+ @builtins.classmethod
12068
+ def from_extension_arn(
12069
+ cls,
12070
+ scope: _constructs_77d1e7e8.Construct,
12071
+ id: builtins.str,
12072
+ arn: builtins.str,
12073
+ ) -> IExtensionRef:
12074
+ '''Creates a new IExtensionRef from an ARN.
12075
+
12076
+ :param scope: -
12077
+ :param id: -
12078
+ :param arn: -
12079
+ '''
12080
+ if __debug__:
12081
+ type_hints = typing.get_type_hints(_typecheckingstub__9c35cd1fb68aecb43f622de5da4fdd2dd5dec2b995275f05e4df9412a0f5bf43)
12082
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
12083
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
12084
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
12085
+ return typing.cast(IExtensionRef, jsii.sinvoke(cls, "fromExtensionArn", [scope, id, arn]))
12086
+
12024
12087
  @jsii.member(jsii_name="inspect")
12025
12088
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
12026
12089
  '''Examines the CloudFormation resource and discloses attributes.
@@ -12455,6 +12518,48 @@ class CfnExtensionAssociation(
12455
12518
 
12456
12519
  jsii.create(self.__class__, self, [scope, id, props])
12457
12520
 
12521
+ @jsii.member(jsii_name="fromExtensionAssociationArn")
12522
+ @builtins.classmethod
12523
+ def from_extension_association_arn(
12524
+ cls,
12525
+ scope: _constructs_77d1e7e8.Construct,
12526
+ id: builtins.str,
12527
+ arn: builtins.str,
12528
+ ) -> IExtensionAssociationRef:
12529
+ '''Creates a new IExtensionAssociationRef from an ARN.
12530
+
12531
+ :param scope: -
12532
+ :param id: -
12533
+ :param arn: -
12534
+ '''
12535
+ if __debug__:
12536
+ type_hints = typing.get_type_hints(_typecheckingstub__0f2ddb8bad12cb1e96088c9c43262a44a268a1f9f59e087e06c9e1981203af04)
12537
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
12538
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
12539
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
12540
+ return typing.cast(IExtensionAssociationRef, jsii.sinvoke(cls, "fromExtensionAssociationArn", [scope, id, arn]))
12541
+
12542
+ @jsii.member(jsii_name="fromExtensionAssociationId")
12543
+ @builtins.classmethod
12544
+ def from_extension_association_id(
12545
+ cls,
12546
+ scope: _constructs_77d1e7e8.Construct,
12547
+ id: builtins.str,
12548
+ extension_association_id: builtins.str,
12549
+ ) -> IExtensionAssociationRef:
12550
+ '''Creates a new IExtensionAssociationRef from a extensionAssociationId.
12551
+
12552
+ :param scope: -
12553
+ :param id: -
12554
+ :param extension_association_id: -
12555
+ '''
12556
+ if __debug__:
12557
+ type_hints = typing.get_type_hints(_typecheckingstub__40444fb29d9428650401cd4b9cf7689bd4735cae65b5137a1802e1a8a7fd4825)
12558
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
12559
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
12560
+ check_type(argname="argument extension_association_id", value=extension_association_id, expected_type=type_hints["extension_association_id"])
12561
+ return typing.cast(IExtensionAssociationRef, jsii.sinvoke(cls, "fromExtensionAssociationId", [scope, id, extension_association_id]))
12562
+
12458
12563
  @jsii.member(jsii_name="inspect")
12459
12564
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
12460
12565
  '''Examines the CloudFormation resource and discloses attributes.
@@ -15944,6 +16049,14 @@ def _typecheckingstub__c5cb8c402a0d1a836162f596142de6ed2a1f2a0635a355ae334b92eb1
15944
16049
  """Type checking stubs"""
15945
16050
  pass
15946
16051
 
16052
+ def _typecheckingstub__afd571466571231348a78cb931c25e5d1b3c70347a376b9d64e551c1d6126654(
16053
+ scope: _constructs_77d1e7e8.Construct,
16054
+ id: builtins.str,
16055
+ application_id: builtins.str,
16056
+ ) -> None:
16057
+ """Type checking stubs"""
16058
+ pass
16059
+
15947
16060
  def _typecheckingstub__0ea7b1a84049868bc175511a7cff8896cbe830377b519f6e81ca6912165c12a6(
15948
16061
  inspector: _TreeInspector_488e0dd5,
15949
16062
  ) -> None:
@@ -16180,6 +16293,14 @@ def _typecheckingstub__bb88c221f102c1b57ba4f19db7656eb36ff011a70e3643e39d048c313
16180
16293
  """Type checking stubs"""
16181
16294
  pass
16182
16295
 
16296
+ def _typecheckingstub__a211633629f45a21de52e2d3b8c73b520eee7fc38d9ec5fafe4d90b277a310a5(
16297
+ scope: _constructs_77d1e7e8.Construct,
16298
+ id: builtins.str,
16299
+ deployment_strategy_id: builtins.str,
16300
+ ) -> None:
16301
+ """Type checking stubs"""
16302
+ pass
16303
+
16183
16304
  def _typecheckingstub__6c07282bd387e2aab09e9241f96ded37ff336d3f231f996e048ef207d3a38bc3(
16184
16305
  inspector: _TreeInspector_488e0dd5,
16185
16306
  ) -> None:
@@ -16332,6 +16453,14 @@ def _typecheckingstub__d3442a7f4d7a9c3256544c6b0526d285ef0cf3970ec1f140b344aed1a
16332
16453
  """Type checking stubs"""
16333
16454
  pass
16334
16455
 
16456
+ def _typecheckingstub__9c35cd1fb68aecb43f622de5da4fdd2dd5dec2b995275f05e4df9412a0f5bf43(
16457
+ scope: _constructs_77d1e7e8.Construct,
16458
+ id: builtins.str,
16459
+ arn: builtins.str,
16460
+ ) -> None:
16461
+ """Type checking stubs"""
16462
+ pass
16463
+
16335
16464
  def _typecheckingstub__a6930a24c04bd5aebe54f7a225f7ec08743e520b61a781973e88a4b6678524a5(
16336
16465
  inspector: _TreeInspector_488e0dd5,
16337
16466
  ) -> None:
@@ -16412,6 +16541,22 @@ def _typecheckingstub__b2e5a069dff64a93330fdfc39cee819956ed46cafa89dc1aee558b0c2
16412
16541
  """Type checking stubs"""
16413
16542
  pass
16414
16543
 
16544
+ def _typecheckingstub__0f2ddb8bad12cb1e96088c9c43262a44a268a1f9f59e087e06c9e1981203af04(
16545
+ scope: _constructs_77d1e7e8.Construct,
16546
+ id: builtins.str,
16547
+ arn: builtins.str,
16548
+ ) -> None:
16549
+ """Type checking stubs"""
16550
+ pass
16551
+
16552
+ def _typecheckingstub__40444fb29d9428650401cd4b9cf7689bd4735cae65b5137a1802e1a8a7fd4825(
16553
+ scope: _constructs_77d1e7e8.Construct,
16554
+ id: builtins.str,
16555
+ extension_association_id: builtins.str,
16556
+ ) -> None:
16557
+ """Type checking stubs"""
16558
+ pass
16559
+
16415
16560
  def _typecheckingstub__209622600665bfa16663cc19d0b91c8caf5c5d29f4cc7cb09fd6fba67bcb1739(
16416
16561
  inspector: _TreeInspector_488e0dd5,
16417
16562
  ) -> None:
@@ -1492,6 +1492,48 @@ class CfnConnector(
1492
1492
 
1493
1493
  jsii.create(self.__class__, self, [scope, id, props])
1494
1494
 
1495
+ @jsii.member(jsii_name="fromConnectorArn")
1496
+ @builtins.classmethod
1497
+ def from_connector_arn(
1498
+ cls,
1499
+ scope: _constructs_77d1e7e8.Construct,
1500
+ id: builtins.str,
1501
+ arn: builtins.str,
1502
+ ) -> IConnectorRef:
1503
+ '''Creates a new IConnectorRef from an ARN.
1504
+
1505
+ :param scope: -
1506
+ :param id: -
1507
+ :param arn: -
1508
+ '''
1509
+ if __debug__:
1510
+ type_hints = typing.get_type_hints(_typecheckingstub__89d2d884f75c85f141464085778c5d7675802d8f402fc248b958fe15971d0a0d)
1511
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1512
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1513
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1514
+ return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorArn", [scope, id, arn]))
1515
+
1516
+ @jsii.member(jsii_name="fromConnectorLabel")
1517
+ @builtins.classmethod
1518
+ def from_connector_label(
1519
+ cls,
1520
+ scope: _constructs_77d1e7e8.Construct,
1521
+ id: builtins.str,
1522
+ connector_label: builtins.str,
1523
+ ) -> IConnectorRef:
1524
+ '''Creates a new IConnectorRef from a connectorLabel.
1525
+
1526
+ :param scope: -
1527
+ :param id: -
1528
+ :param connector_label: -
1529
+ '''
1530
+ if __debug__:
1531
+ type_hints = typing.get_type_hints(_typecheckingstub__b2a0d82bf3f1dccb0b1a3a3a16950daab039427f765764531ebb3fe99604fd95)
1532
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1533
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1534
+ check_type(argname="argument connector_label", value=connector_label, expected_type=type_hints["connector_label"])
1535
+ return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorLabel", [scope, id, connector_label]))
1536
+
1495
1537
  @jsii.member(jsii_name="inspect")
1496
1538
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1497
1539
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7414,6 +7456,48 @@ class CfnFlow(
7414
7456
 
7415
7457
  jsii.create(self.__class__, self, [scope, id, props])
7416
7458
 
7459
+ @jsii.member(jsii_name="fromFlowArn")
7460
+ @builtins.classmethod
7461
+ def from_flow_arn(
7462
+ cls,
7463
+ scope: _constructs_77d1e7e8.Construct,
7464
+ id: builtins.str,
7465
+ arn: builtins.str,
7466
+ ) -> IFlowRef:
7467
+ '''Creates a new IFlowRef from an ARN.
7468
+
7469
+ :param scope: -
7470
+ :param id: -
7471
+ :param arn: -
7472
+ '''
7473
+ if __debug__:
7474
+ type_hints = typing.get_type_hints(_typecheckingstub__dbc554537555efcc678f2a70e9afe37fed91d91849925c3480995b2bed939803)
7475
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7476
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7477
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7478
+ return typing.cast(IFlowRef, jsii.sinvoke(cls, "fromFlowArn", [scope, id, arn]))
7479
+
7480
+ @jsii.member(jsii_name="fromFlowName")
7481
+ @builtins.classmethod
7482
+ def from_flow_name(
7483
+ cls,
7484
+ scope: _constructs_77d1e7e8.Construct,
7485
+ id: builtins.str,
7486
+ flow_name: builtins.str,
7487
+ ) -> IFlowRef:
7488
+ '''Creates a new IFlowRef from a flowName.
7489
+
7490
+ :param scope: -
7491
+ :param id: -
7492
+ :param flow_name: -
7493
+ '''
7494
+ if __debug__:
7495
+ type_hints = typing.get_type_hints(_typecheckingstub__f5e2bf12ef3609a7ef4697ae93b4f27c7df57cdf570994824b72e445f513ba2f)
7496
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7497
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7498
+ check_type(argname="argument flow_name", value=flow_name, expected_type=type_hints["flow_name"])
7499
+ return typing.cast(IFlowRef, jsii.sinvoke(cls, "fromFlowName", [scope, id, flow_name]))
7500
+
7417
7501
  @jsii.member(jsii_name="inspect")
7418
7502
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7419
7503
  '''Examines the CloudFormation resource and discloses attributes.
@@ -13171,6 +13255,22 @@ def _typecheckingstub__6bcd4af5099c6e263b309786f40e217a7b9534ca68e65e020a22b5811
13171
13255
  """Type checking stubs"""
13172
13256
  pass
13173
13257
 
13258
+ def _typecheckingstub__89d2d884f75c85f141464085778c5d7675802d8f402fc248b958fe15971d0a0d(
13259
+ scope: _constructs_77d1e7e8.Construct,
13260
+ id: builtins.str,
13261
+ arn: builtins.str,
13262
+ ) -> None:
13263
+ """Type checking stubs"""
13264
+ pass
13265
+
13266
+ def _typecheckingstub__b2a0d82bf3f1dccb0b1a3a3a16950daab039427f765764531ebb3fe99604fd95(
13267
+ scope: _constructs_77d1e7e8.Construct,
13268
+ id: builtins.str,
13269
+ connector_label: builtins.str,
13270
+ ) -> None:
13271
+ """Type checking stubs"""
13272
+ pass
13273
+
13174
13274
  def _typecheckingstub__02fe175937a3851291cfe730cc744110fbd6b06062b2f72be6c64c38cb811cc2(
13175
13275
  inspector: _TreeInspector_488e0dd5,
13176
13276
  ) -> None:
@@ -13711,6 +13811,22 @@ def _typecheckingstub__76b6ef95e5f4f4d7b82746abb1435c9e6f43a91ed656c1dd9c1a02064
13711
13811
  """Type checking stubs"""
13712
13812
  pass
13713
13813
 
13814
+ def _typecheckingstub__dbc554537555efcc678f2a70e9afe37fed91d91849925c3480995b2bed939803(
13815
+ scope: _constructs_77d1e7e8.Construct,
13816
+ id: builtins.str,
13817
+ arn: builtins.str,
13818
+ ) -> None:
13819
+ """Type checking stubs"""
13820
+ pass
13821
+
13822
+ def _typecheckingstub__f5e2bf12ef3609a7ef4697ae93b4f27c7df57cdf570994824b72e445f513ba2f(
13823
+ scope: _constructs_77d1e7e8.Construct,
13824
+ id: builtins.str,
13825
+ flow_name: builtins.str,
13826
+ ) -> None:
13827
+ """Type checking stubs"""
13828
+ pass
13829
+
13714
13830
  def _typecheckingstub__3a0903a5b0777541e9478e23854a85d5a2c4808c0983bf165d70ab1b5449fca1(
13715
13831
  inspector: _TreeInspector_488e0dd5,
13716
13832
  ) -> None:
@@ -1658,6 +1658,48 @@ class CfnDataIntegration(
1658
1658
 
1659
1659
  jsii.create(self.__class__, self, [scope, id, props])
1660
1660
 
1661
+ @jsii.member(jsii_name="fromDataIntegrationArn")
1662
+ @builtins.classmethod
1663
+ def from_data_integration_arn(
1664
+ cls,
1665
+ scope: _constructs_77d1e7e8.Construct,
1666
+ id: builtins.str,
1667
+ arn: builtins.str,
1668
+ ) -> IDataIntegrationRef:
1669
+ '''Creates a new IDataIntegrationRef from an ARN.
1670
+
1671
+ :param scope: -
1672
+ :param id: -
1673
+ :param arn: -
1674
+ '''
1675
+ if __debug__:
1676
+ type_hints = typing.get_type_hints(_typecheckingstub__70d05e99699021c14d7f2458d9284b6643ee07c8bf98a6d7251ec619c575c220)
1677
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1678
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1679
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1680
+ return typing.cast(IDataIntegrationRef, jsii.sinvoke(cls, "fromDataIntegrationArn", [scope, id, arn]))
1681
+
1682
+ @jsii.member(jsii_name="fromDataIntegrationId")
1683
+ @builtins.classmethod
1684
+ def from_data_integration_id(
1685
+ cls,
1686
+ scope: _constructs_77d1e7e8.Construct,
1687
+ id: builtins.str,
1688
+ data_integration_id: builtins.str,
1689
+ ) -> IDataIntegrationRef:
1690
+ '''Creates a new IDataIntegrationRef from a dataIntegrationId.
1691
+
1692
+ :param scope: -
1693
+ :param id: -
1694
+ :param data_integration_id: -
1695
+ '''
1696
+ if __debug__:
1697
+ type_hints = typing.get_type_hints(_typecheckingstub__20305a315b3389b912aa7c2944c682e8c102efa0a52d1ebccfdcf5ad58d22c5b)
1698
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1699
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1700
+ check_type(argname="argument data_integration_id", value=data_integration_id, expected_type=type_hints["data_integration_id"])
1701
+ return typing.cast(IDataIntegrationRef, jsii.sinvoke(cls, "fromDataIntegrationId", [scope, id, data_integration_id]))
1702
+
1661
1703
  @jsii.member(jsii_name="inspect")
1662
1704
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1663
1705
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2075,6 +2117,48 @@ class CfnEventIntegration(
2075
2117
 
2076
2118
  jsii.create(self.__class__, self, [scope, id, props])
2077
2119
 
2120
+ @jsii.member(jsii_name="fromEventIntegrationArn")
2121
+ @builtins.classmethod
2122
+ def from_event_integration_arn(
2123
+ cls,
2124
+ scope: _constructs_77d1e7e8.Construct,
2125
+ id: builtins.str,
2126
+ arn: builtins.str,
2127
+ ) -> IEventIntegrationRef:
2128
+ '''Creates a new IEventIntegrationRef from an ARN.
2129
+
2130
+ :param scope: -
2131
+ :param id: -
2132
+ :param arn: -
2133
+ '''
2134
+ if __debug__:
2135
+ type_hints = typing.get_type_hints(_typecheckingstub__d4585a8d0fffc3e813b27fd6176836fb851e8dc99a7f5986e1ac81b808e31071)
2136
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2137
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2138
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2139
+ return typing.cast(IEventIntegrationRef, jsii.sinvoke(cls, "fromEventIntegrationArn", [scope, id, arn]))
2140
+
2141
+ @jsii.member(jsii_name="fromEventIntegrationName")
2142
+ @builtins.classmethod
2143
+ def from_event_integration_name(
2144
+ cls,
2145
+ scope: _constructs_77d1e7e8.Construct,
2146
+ id: builtins.str,
2147
+ event_integration_name: builtins.str,
2148
+ ) -> IEventIntegrationRef:
2149
+ '''Creates a new IEventIntegrationRef from a eventIntegrationName.
2150
+
2151
+ :param scope: -
2152
+ :param id: -
2153
+ :param event_integration_name: -
2154
+ '''
2155
+ if __debug__:
2156
+ type_hints = typing.get_type_hints(_typecheckingstub__0fc7a2e0941d7492b5dc210f140a9f33a60d60a6ccc985e636799c9a535d22b8)
2157
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2158
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2159
+ check_type(argname="argument event_integration_name", value=event_integration_name, expected_type=type_hints["event_integration_name"])
2160
+ return typing.cast(IEventIntegrationRef, jsii.sinvoke(cls, "fromEventIntegrationName", [scope, id, event_integration_name]))
2161
+
2078
2162
  @jsii.member(jsii_name="inspect")
2079
2163
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2080
2164
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2478,6 +2562,22 @@ def _typecheckingstub__07830c24dc09b0662b03583ee4edbdbaeb4fabf95d85c4f4ed965ea9d
2478
2562
  """Type checking stubs"""
2479
2563
  pass
2480
2564
 
2565
+ def _typecheckingstub__70d05e99699021c14d7f2458d9284b6643ee07c8bf98a6d7251ec619c575c220(
2566
+ scope: _constructs_77d1e7e8.Construct,
2567
+ id: builtins.str,
2568
+ arn: builtins.str,
2569
+ ) -> None:
2570
+ """Type checking stubs"""
2571
+ pass
2572
+
2573
+ def _typecheckingstub__20305a315b3389b912aa7c2944c682e8c102efa0a52d1ebccfdcf5ad58d22c5b(
2574
+ scope: _constructs_77d1e7e8.Construct,
2575
+ id: builtins.str,
2576
+ data_integration_id: builtins.str,
2577
+ ) -> None:
2578
+ """Type checking stubs"""
2579
+ pass
2580
+
2481
2581
  def _typecheckingstub__1b6af7441719b460ee4641270770c612fb58e431a8fbcc3d0f99ddae2d585fb7(
2482
2582
  inspector: _TreeInspector_488e0dd5,
2483
2583
  ) -> None:
@@ -2568,6 +2668,22 @@ def _typecheckingstub__7f4a16fc332806342706d2878c9a173a25d599659c9ec58d0c31e1ae7
2568
2668
  """Type checking stubs"""
2569
2669
  pass
2570
2670
 
2671
+ def _typecheckingstub__d4585a8d0fffc3e813b27fd6176836fb851e8dc99a7f5986e1ac81b808e31071(
2672
+ scope: _constructs_77d1e7e8.Construct,
2673
+ id: builtins.str,
2674
+ arn: builtins.str,
2675
+ ) -> None:
2676
+ """Type checking stubs"""
2677
+ pass
2678
+
2679
+ def _typecheckingstub__0fc7a2e0941d7492b5dc210f140a9f33a60d60a6ccc985e636799c9a535d22b8(
2680
+ scope: _constructs_77d1e7e8.Construct,
2681
+ id: builtins.str,
2682
+ event_integration_name: builtins.str,
2683
+ ) -> None:
2684
+ """Type checking stubs"""
2685
+ pass
2686
+
2571
2687
  def _typecheckingstub__73b155f65b8c626e094fd78079276b84b0fcfa577110b2ffa5fd975593086533(
2572
2688
  inspector: _TreeInspector_488e0dd5,
2573
2689
  ) -> None:
@@ -23876,7 +23876,7 @@ class CfnVirtualGateway(
23876
23876
  )
23877
23877
  class VirtualGatewayListenerTlsAcmCertificateProperty:
23878
23878
  def __init__(self, *, certificate_arn: builtins.str) -> None:
23879
- '''An object that represents an AWS Certificate Manager certificate.
23879
+ '''An object that represents an Certificate Manager certificate.
23880
23880
 
23881
23881
  :param certificate_arn: The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see `Transport Layer Security (TLS) <https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites>`_ .
23882
23882
 
@@ -23938,7 +23938,7 @@ class CfnVirtualGateway(
23938
23938
  ) -> None:
23939
23939
  '''An object that represents a listener's Transport Layer Security (TLS) certificate.
23940
23940
 
23941
- :param acm: A reference to an object that represents an AWS Certificate Manager certificate.
23941
+ :param acm: A reference to an object that represents an Certificate Manager certificate.
23942
23942
  :param file: A reference to an object that represents a local file certificate.
23943
23943
  :param sds: A reference to an object that represents a virtual gateway's listener's Secret Discovery Service certificate.
23944
23944
 
@@ -23981,7 +23981,7 @@ class CfnVirtualGateway(
23981
23981
  def acm(
23982
23982
  self,
23983
23983
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty"]]:
23984
- '''A reference to an object that represents an AWS Certificate Manager certificate.
23984
+ '''A reference to an object that represents an Certificate Manager certificate.
23985
23985
 
23986
23986
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewaylistenertlscertificate.html#cfn-appmesh-virtualgateway-virtualgatewaylistenertlscertificate-acm
23987
23987
  '''
@@ -24813,7 +24813,7 @@ class CfnVirtualGateway(
24813
24813
  *,
24814
24814
  certificate_authority_arns: typing.Sequence[builtins.str],
24815
24815
  ) -> None:
24816
- '''An object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
24816
+ '''An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
24817
24817
 
24818
24818
  :param certificate_authority_arns: One or more ACM Amazon Resource Name (ARN)s.
24819
24819
 
@@ -25073,7 +25073,7 @@ class CfnVirtualGateway(
25073
25073
  ) -> None:
25074
25074
  '''An object that represents a Transport Layer Security (TLS) validation context trust.
25075
25075
 
25076
- :param acm: A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
25076
+ :param acm: A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
25077
25077
  :param file: An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
25078
25078
  :param sds: A reference to an object that represents a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
25079
25079
 
@@ -25115,7 +25115,7 @@ class CfnVirtualGateway(
25115
25115
  def acm(
25116
25116
  self,
25117
25117
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty"]]:
25118
- '''A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
25118
+ '''A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
25119
25119
 
25120
25120
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewaytlsvalidationcontexttrust.html#cfn-appmesh-virtualgateway-virtualgatewaytlsvalidationcontexttrust-acm
25121
25121
  '''
@@ -27480,7 +27480,7 @@ class CfnVirtualNode(
27480
27480
  )
27481
27481
  class ListenerTlsAcmCertificateProperty:
27482
27482
  def __init__(self, *, certificate_arn: builtins.str) -> None:
27483
- '''An object that represents an AWS Certificate Manager certificate.
27483
+ '''An object that represents an Certificate Manager certificate.
27484
27484
 
27485
27485
  :param certificate_arn: The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see `Transport Layer Security (TLS) <https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites>`_ .
27486
27486
 
@@ -27542,7 +27542,7 @@ class CfnVirtualNode(
27542
27542
  ) -> None:
27543
27543
  '''An object that represents a listener's Transport Layer Security (TLS) certificate.
27544
27544
 
27545
- :param acm: A reference to an object that represents an AWS Certificate Manager certificate.
27545
+ :param acm: A reference to an object that represents an Certificate Manager certificate.
27546
27546
  :param file: A reference to an object that represents a local file certificate.
27547
27547
  :param sds: A reference to an object that represents a listener's Secret Discovery Service certificate.
27548
27548
 
@@ -27585,7 +27585,7 @@ class CfnVirtualNode(
27585
27585
  def acm(
27586
27586
  self,
27587
27587
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnVirtualNode.ListenerTlsAcmCertificateProperty"]]:
27588
- '''A reference to an object that represents an AWS Certificate Manager certificate.
27588
+ '''A reference to an object that represents an Certificate Manager certificate.
27589
27589
 
27590
27590
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-listenertlscertificate.html#cfn-appmesh-virtualnode-listenertlscertificate-acm
27591
27591
  '''
@@ -28660,7 +28660,7 @@ class CfnVirtualNode(
28660
28660
  *,
28661
28661
  certificate_authority_arns: typing.Sequence[builtins.str],
28662
28662
  ) -> None:
28663
- '''An object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
28663
+ '''An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
28664
28664
 
28665
28665
  :param certificate_authority_arns: One or more ACM Amazon Resource Name (ARN)s.
28666
28666
 
@@ -28922,7 +28922,7 @@ class CfnVirtualNode(
28922
28922
  ) -> None:
28923
28923
  '''An object that represents a Transport Layer Security (TLS) validation context trust.
28924
28924
 
28925
- :param acm: A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
28925
+ :param acm: A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
28926
28926
  :param file: An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
28927
28927
  :param sds: A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
28928
28928
 
@@ -28964,7 +28964,7 @@ class CfnVirtualNode(
28964
28964
  def acm(
28965
28965
  self,
28966
28966
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnVirtualNode.TlsValidationContextAcmTrustProperty"]]:
28967
- '''A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
28967
+ '''A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
28968
28968
 
28969
28969
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontexttrust.html#cfn-appmesh-virtualnode-tlsvalidationcontexttrust-acm
28970
28970
  '''