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
@@ -4740,6 +4740,27 @@ class CfnClusterParameterGroup(
4740
4740
 
4741
4741
  jsii.create(self.__class__, self, [scope, id, props])
4742
4742
 
4743
+ @jsii.member(jsii_name="fromParameterGroupName")
4744
+ @builtins.classmethod
4745
+ def from_parameter_group_name(
4746
+ cls,
4747
+ scope: _constructs_77d1e7e8.Construct,
4748
+ id: builtins.str,
4749
+ parameter_group_name: builtins.str,
4750
+ ) -> IClusterParameterGroupRef:
4751
+ '''Creates a new IClusterParameterGroupRef from a parameterGroupName.
4752
+
4753
+ :param scope: -
4754
+ :param id: -
4755
+ :param parameter_group_name: -
4756
+ '''
4757
+ if __debug__:
4758
+ type_hints = typing.get_type_hints(_typecheckingstub__a4fcc0dd642456f37020bcfe38fd9cfd482cbd79750adda84ea8706f1e6df408)
4759
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4760
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4761
+ check_type(argname="argument parameter_group_name", value=parameter_group_name, expected_type=type_hints["parameter_group_name"])
4762
+ return typing.cast(IClusterParameterGroupRef, jsii.sinvoke(cls, "fromParameterGroupName", [scope, id, parameter_group_name]))
4763
+
4743
4764
  @jsii.member(jsii_name="inspect")
4744
4765
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4745
4766
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7985,6 +8006,14 @@ def _typecheckingstub__a4414ca463de61620f73bf7c02eb829639136d7dcc505964ba4d9e961
7985
8006
  """Type checking stubs"""
7986
8007
  pass
7987
8008
 
8009
+ def _typecheckingstub__a4fcc0dd642456f37020bcfe38fd9cfd482cbd79750adda84ea8706f1e6df408(
8010
+ scope: _constructs_77d1e7e8.Construct,
8011
+ id: builtins.str,
8012
+ parameter_group_name: builtins.str,
8013
+ ) -> None:
8014
+ """Type checking stubs"""
8015
+ pass
8016
+
7988
8017
  def _typecheckingstub__33c3f5debe7a54728cc11b0bbd4cd3ef9a8b793416272ffb149cec7294e16c50(
7989
8018
  inspector: _TreeInspector_488e0dd5,
7990
8019
  ) -> None:
@@ -894,6 +894,48 @@ class CfnCollection(
894
894
 
895
895
  jsii.create(self.__class__, self, [scope, id, props])
896
896
 
897
+ @jsii.member(jsii_name="fromCollectionArn")
898
+ @builtins.classmethod
899
+ def from_collection_arn(
900
+ cls,
901
+ scope: _constructs_77d1e7e8.Construct,
902
+ id: builtins.str,
903
+ arn: builtins.str,
904
+ ) -> ICollectionRef:
905
+ '''Creates a new ICollectionRef from an ARN.
906
+
907
+ :param scope: -
908
+ :param id: -
909
+ :param arn: -
910
+ '''
911
+ if __debug__:
912
+ type_hints = typing.get_type_hints(_typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8)
913
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
914
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
915
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
916
+ return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionArn", [scope, id, arn]))
917
+
918
+ @jsii.member(jsii_name="fromCollectionId")
919
+ @builtins.classmethod
920
+ def from_collection_id(
921
+ cls,
922
+ scope: _constructs_77d1e7e8.Construct,
923
+ id: builtins.str,
924
+ collection_id: builtins.str,
925
+ ) -> ICollectionRef:
926
+ '''Creates a new ICollectionRef from a collectionId.
927
+
928
+ :param scope: -
929
+ :param id: -
930
+ :param collection_id: -
931
+ '''
932
+ if __debug__:
933
+ type_hints = typing.get_type_hints(_typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2)
934
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
935
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
936
+ check_type(argname="argument collection_id", value=collection_id, expected_type=type_hints["collection_id"])
937
+ return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionId", [scope, id, collection_id]))
938
+
897
939
  @jsii.member(jsii_name="inspect")
898
940
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
899
941
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1022,6 +1064,27 @@ class CfnProject(
1022
1064
 
1023
1065
  jsii.create(self.__class__, self, [scope, id, props])
1024
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
+
1025
1088
  @jsii.member(jsii_name="inspect")
1026
1089
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1027
1090
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2235,6 +2298,22 @@ def _typecheckingstub__001405b167561982ca01f91c85c5f23fd1bfd335896f67495614aef9f
2235
2298
  """Type checking stubs"""
2236
2299
  pass
2237
2300
 
2301
+ def _typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8(
2302
+ scope: _constructs_77d1e7e8.Construct,
2303
+ id: builtins.str,
2304
+ arn: builtins.str,
2305
+ ) -> None:
2306
+ """Type checking stubs"""
2307
+ pass
2308
+
2309
+ def _typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2(
2310
+ scope: _constructs_77d1e7e8.Construct,
2311
+ id: builtins.str,
2312
+ collection_id: builtins.str,
2313
+ ) -> None:
2314
+ """Type checking stubs"""
2315
+ pass
2316
+
2238
2317
  def _typecheckingstub__6b782257f4d64c4abcb4d4415ba27cde118213945920a4b2608a0dc326e124dc(
2239
2318
  inspector: _TreeInspector_488e0dd5,
2240
2319
  ) -> None:
@@ -2268,6 +2347,14 @@ def _typecheckingstub__14434bd621070d38889fc701fc289b3379981bee9c73fd7502773f1ee
2268
2347
  """Type checking stubs"""
2269
2348
  pass
2270
2349
 
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
+
2271
2358
  def _typecheckingstub__0172e641847a31da5e6877581313d2ece51b9650bcb74b1b80ba13e563323cc0(
2272
2359
  inspector: _TreeInspector_488e0dd5,
2273
2360
  ) -> None:
@@ -641,6 +641,48 @@ class CfnGroup(
641
641
 
642
642
  jsii.create(self.__class__, self, [scope, id, props])
643
643
 
644
+ @jsii.member(jsii_name="fromGroupArn")
645
+ @builtins.classmethod
646
+ def from_group_arn(
647
+ cls,
648
+ scope: _constructs_77d1e7e8.Construct,
649
+ id: builtins.str,
650
+ arn: builtins.str,
651
+ ) -> IGroupRef:
652
+ '''Creates a new IGroupRef from an ARN.
653
+
654
+ :param scope: -
655
+ :param id: -
656
+ :param arn: -
657
+ '''
658
+ if __debug__:
659
+ type_hints = typing.get_type_hints(_typecheckingstub__adf19b20317ea5b1aed5dec2e389f960280f3252e29ef20fd762d0120802a953)
660
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
661
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
662
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
663
+ return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupArn", [scope, id, arn]))
664
+
665
+ @jsii.member(jsii_name="fromGroupName")
666
+ @builtins.classmethod
667
+ def from_group_name(
668
+ cls,
669
+ scope: _constructs_77d1e7e8.Construct,
670
+ id: builtins.str,
671
+ group_name: builtins.str,
672
+ ) -> IGroupRef:
673
+ '''Creates a new IGroupRef from a groupName.
674
+
675
+ :param scope: -
676
+ :param id: -
677
+ :param group_name: -
678
+ '''
679
+ if __debug__:
680
+ type_hints = typing.get_type_hints(_typecheckingstub__e31bae7be8ddcdc275d883cce7776babcc40916d4526c6139f289f7109c034a5)
681
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
682
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
683
+ check_type(argname="argument group_name", value=group_name, expected_type=type_hints["group_name"])
684
+ return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupName", [scope, id, group_name]))
685
+
644
686
  @jsii.member(jsii_name="inspect")
645
687
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
646
688
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1486,6 +1528,22 @@ def _typecheckingstub__b5a62cc8e7383e674185642c2fff396c4c4bfc5896a81d18b8b2d31ba
1486
1528
  """Type checking stubs"""
1487
1529
  pass
1488
1530
 
1531
+ def _typecheckingstub__adf19b20317ea5b1aed5dec2e389f960280f3252e29ef20fd762d0120802a953(
1532
+ scope: _constructs_77d1e7e8.Construct,
1533
+ id: builtins.str,
1534
+ arn: builtins.str,
1535
+ ) -> None:
1536
+ """Type checking stubs"""
1537
+ pass
1538
+
1539
+ def _typecheckingstub__e31bae7be8ddcdc275d883cce7776babcc40916d4526c6139f289f7109c034a5(
1540
+ scope: _constructs_77d1e7e8.Construct,
1541
+ id: builtins.str,
1542
+ group_name: builtins.str,
1543
+ ) -> None:
1544
+ """Type checking stubs"""
1545
+ pass
1546
+
1489
1547
  def _typecheckingstub__b11658f9899003b5e16f6a06df53d35f15ebaecd961ee7465f012660a6bba090(
1490
1548
  inspector: _TreeInspector_488e0dd5,
1491
1549
  ) -> None:
@@ -932,6 +932,27 @@ class CfnCRL(
932
932
 
933
933
  jsii.create(self.__class__, self, [scope, id, props])
934
934
 
935
+ @jsii.member(jsii_name="fromCrlId")
936
+ @builtins.classmethod
937
+ def from_crl_id(
938
+ cls,
939
+ scope: _constructs_77d1e7e8.Construct,
940
+ id: builtins.str,
941
+ crl_id: builtins.str,
942
+ ) -> ICRLRef:
943
+ '''Creates a new ICRLRef from a crlId.
944
+
945
+ :param scope: -
946
+ :param id: -
947
+ :param crl_id: -
948
+ '''
949
+ if __debug__:
950
+ type_hints = typing.get_type_hints(_typecheckingstub__8204e9b235056c4607bf2a8db01ddb35e4b3074bbf873b9d68e9be5ab350a5d1)
951
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
952
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
953
+ check_type(argname="argument crl_id", value=crl_id, expected_type=type_hints["crl_id"])
954
+ return typing.cast(ICRLRef, jsii.sinvoke(cls, "fromCrlId", [scope, id, crl_id]))
955
+
935
956
  @jsii.member(jsii_name="inspect")
936
957
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
937
958
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1150,6 +1171,48 @@ class CfnProfile(
1150
1171
 
1151
1172
  jsii.create(self.__class__, self, [scope, id, props])
1152
1173
 
1174
+ @jsii.member(jsii_name="fromProfileArn")
1175
+ @builtins.classmethod
1176
+ def from_profile_arn(
1177
+ cls,
1178
+ scope: _constructs_77d1e7e8.Construct,
1179
+ id: builtins.str,
1180
+ arn: builtins.str,
1181
+ ) -> IProfileRef:
1182
+ '''Creates a new IProfileRef from an ARN.
1183
+
1184
+ :param scope: -
1185
+ :param id: -
1186
+ :param arn: -
1187
+ '''
1188
+ if __debug__:
1189
+ type_hints = typing.get_type_hints(_typecheckingstub__5a599a06fb2ee0316d660e3bf0eb0dc7243ad46e36c87de099cb066eec61d1c3)
1190
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1191
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1192
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1193
+ return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileArn", [scope, id, arn]))
1194
+
1195
+ @jsii.member(jsii_name="fromProfileId")
1196
+ @builtins.classmethod
1197
+ def from_profile_id(
1198
+ cls,
1199
+ scope: _constructs_77d1e7e8.Construct,
1200
+ id: builtins.str,
1201
+ profile_id: builtins.str,
1202
+ ) -> IProfileRef:
1203
+ '''Creates a new IProfileRef from a profileId.
1204
+
1205
+ :param scope: -
1206
+ :param id: -
1207
+ :param profile_id: -
1208
+ '''
1209
+ if __debug__:
1210
+ type_hints = typing.get_type_hints(_typecheckingstub__1f9aa44b88d6ed3fd5d41a336777d0efa3496e91f55dcf344b750b37d91434a7)
1211
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1212
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1213
+ check_type(argname="argument profile_id", value=profile_id, expected_type=type_hints["profile_id"])
1214
+ return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileId", [scope, id, profile_id]))
1215
+
1153
1216
  @jsii.member(jsii_name="inspect")
1154
1217
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1155
1218
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1578,6 +1641,48 @@ class CfnTrustAnchor(
1578
1641
 
1579
1642
  jsii.create(self.__class__, self, [scope, id, props])
1580
1643
 
1644
+ @jsii.member(jsii_name="fromTrustAnchorArn")
1645
+ @builtins.classmethod
1646
+ def from_trust_anchor_arn(
1647
+ cls,
1648
+ scope: _constructs_77d1e7e8.Construct,
1649
+ id: builtins.str,
1650
+ arn: builtins.str,
1651
+ ) -> ITrustAnchorRef:
1652
+ '''Creates a new ITrustAnchorRef from an ARN.
1653
+
1654
+ :param scope: -
1655
+ :param id: -
1656
+ :param arn: -
1657
+ '''
1658
+ if __debug__:
1659
+ type_hints = typing.get_type_hints(_typecheckingstub__386bedec1c6a93456b654676162c67a7c29651ce39736fdc5c6263cfe6bbad95)
1660
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1661
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1662
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1663
+ return typing.cast(ITrustAnchorRef, jsii.sinvoke(cls, "fromTrustAnchorArn", [scope, id, arn]))
1664
+
1665
+ @jsii.member(jsii_name="fromTrustAnchorId")
1666
+ @builtins.classmethod
1667
+ def from_trust_anchor_id(
1668
+ cls,
1669
+ scope: _constructs_77d1e7e8.Construct,
1670
+ id: builtins.str,
1671
+ trust_anchor_id: builtins.str,
1672
+ ) -> ITrustAnchorRef:
1673
+ '''Creates a new ITrustAnchorRef from a trustAnchorId.
1674
+
1675
+ :param scope: -
1676
+ :param id: -
1677
+ :param trust_anchor_id: -
1678
+ '''
1679
+ if __debug__:
1680
+ type_hints = typing.get_type_hints(_typecheckingstub__9c74d8e90ef0bef49a45147e252ba08bc97f3f0738fa055f1700d853fcdf88d5)
1681
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1682
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1683
+ check_type(argname="argument trust_anchor_id", value=trust_anchor_id, expected_type=type_hints["trust_anchor_id"])
1684
+ return typing.cast(ITrustAnchorRef, jsii.sinvoke(cls, "fromTrustAnchorId", [scope, id, trust_anchor_id]))
1685
+
1581
1686
  @jsii.member(jsii_name="inspect")
1582
1687
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1583
1688
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2088,6 +2193,14 @@ def _typecheckingstub__f35b45debe8136e3de3e7d231f09e2d880d31e3c89eb1adb6a8c5613d
2088
2193
  """Type checking stubs"""
2089
2194
  pass
2090
2195
 
2196
+ def _typecheckingstub__8204e9b235056c4607bf2a8db01ddb35e4b3074bbf873b9d68e9be5ab350a5d1(
2197
+ scope: _constructs_77d1e7e8.Construct,
2198
+ id: builtins.str,
2199
+ crl_id: builtins.str,
2200
+ ) -> None:
2201
+ """Type checking stubs"""
2202
+ pass
2203
+
2091
2204
  def _typecheckingstub__8dd9193cb33ddf82dba5396e1ae096cc9b451b4296ca2900997bdae6a30a6f44(
2092
2205
  inspector: _TreeInspector_488e0dd5,
2093
2206
  ) -> None:
@@ -2148,6 +2261,22 @@ def _typecheckingstub__15739ec913066dea67815f6297a7c4e3ed351b4df22323a7b46fa138a
2148
2261
  """Type checking stubs"""
2149
2262
  pass
2150
2263
 
2264
+ def _typecheckingstub__5a599a06fb2ee0316d660e3bf0eb0dc7243ad46e36c87de099cb066eec61d1c3(
2265
+ scope: _constructs_77d1e7e8.Construct,
2266
+ id: builtins.str,
2267
+ arn: builtins.str,
2268
+ ) -> None:
2269
+ """Type checking stubs"""
2270
+ pass
2271
+
2272
+ def _typecheckingstub__1f9aa44b88d6ed3fd5d41a336777d0efa3496e91f55dcf344b750b37d91434a7(
2273
+ scope: _constructs_77d1e7e8.Construct,
2274
+ id: builtins.str,
2275
+ profile_id: builtins.str,
2276
+ ) -> None:
2277
+ """Type checking stubs"""
2278
+ pass
2279
+
2151
2280
  def _typecheckingstub__108c1e464f03498a2ed8b024d67deacffc0a29dab3268a255ff590ab8cbd851c(
2152
2281
  inspector: _TreeInspector_488e0dd5,
2153
2282
  ) -> None:
@@ -2248,6 +2377,22 @@ def _typecheckingstub__0fba7372f75a907053dd110f3529fe09fcae6182a22a6de9556840fb3
2248
2377
  """Type checking stubs"""
2249
2378
  pass
2250
2379
 
2380
+ def _typecheckingstub__386bedec1c6a93456b654676162c67a7c29651ce39736fdc5c6263cfe6bbad95(
2381
+ scope: _constructs_77d1e7e8.Construct,
2382
+ id: builtins.str,
2383
+ arn: builtins.str,
2384
+ ) -> None:
2385
+ """Type checking stubs"""
2386
+ pass
2387
+
2388
+ def _typecheckingstub__9c74d8e90ef0bef49a45147e252ba08bc97f3f0738fa055f1700d853fcdf88d5(
2389
+ scope: _constructs_77d1e7e8.Construct,
2390
+ id: builtins.str,
2391
+ trust_anchor_id: builtins.str,
2392
+ ) -> None:
2393
+ """Type checking stubs"""
2394
+ pass
2395
+
2251
2396
  def _typecheckingstub__6b9cfbe10bfdb6cef935d4ff153ccc2bfa14f7d75a5fc9e9b33a6065c5f889fb(
2252
2397
  inspector: _TreeInspector_488e0dd5,
2253
2398
  ) -> None:
@@ -969,6 +969,48 @@ class CfnCell(
969
969
 
970
970
  jsii.create(self.__class__, self, [scope, id, props])
971
971
 
972
+ @jsii.member(jsii_name="fromCellArn")
973
+ @builtins.classmethod
974
+ def from_cell_arn(
975
+ cls,
976
+ scope: _constructs_77d1e7e8.Construct,
977
+ id: builtins.str,
978
+ arn: builtins.str,
979
+ ) -> ICellRef:
980
+ '''Creates a new ICellRef from an ARN.
981
+
982
+ :param scope: -
983
+ :param id: -
984
+ :param arn: -
985
+ '''
986
+ if __debug__:
987
+ type_hints = typing.get_type_hints(_typecheckingstub__6384526a3a16df29e41d1e0c5d9c81ec2669c9b7911801fdf4022e3a8b4f4956)
988
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
989
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
990
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
991
+ return typing.cast(ICellRef, jsii.sinvoke(cls, "fromCellArn", [scope, id, arn]))
992
+
993
+ @jsii.member(jsii_name="fromCellName")
994
+ @builtins.classmethod
995
+ def from_cell_name(
996
+ cls,
997
+ scope: _constructs_77d1e7e8.Construct,
998
+ id: builtins.str,
999
+ cell_name: builtins.str,
1000
+ ) -> ICellRef:
1001
+ '''Creates a new ICellRef from a cellName.
1002
+
1003
+ :param scope: -
1004
+ :param id: -
1005
+ :param cell_name: -
1006
+ '''
1007
+ if __debug__:
1008
+ type_hints = typing.get_type_hints(_typecheckingstub__490cd1ec8bad2bbf8558d3345ceae28cce102a92e3ba7672076e995e2785050e)
1009
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1010
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1011
+ check_type(argname="argument cell_name", value=cell_name, expected_type=type_hints["cell_name"])
1012
+ return typing.cast(ICellRef, jsii.sinvoke(cls, "fromCellName", [scope, id, cell_name]))
1013
+
972
1014
  @jsii.member(jsii_name="inspect")
973
1015
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
974
1016
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2153,6 +2195,22 @@ def _typecheckingstub__13c868895ca08bff854c8fe7678338e1867e993f867d49908046cd6a1
2153
2195
  """Type checking stubs"""
2154
2196
  pass
2155
2197
 
2198
+ def _typecheckingstub__6384526a3a16df29e41d1e0c5d9c81ec2669c9b7911801fdf4022e3a8b4f4956(
2199
+ scope: _constructs_77d1e7e8.Construct,
2200
+ id: builtins.str,
2201
+ arn: builtins.str,
2202
+ ) -> None:
2203
+ """Type checking stubs"""
2204
+ pass
2205
+
2206
+ def _typecheckingstub__490cd1ec8bad2bbf8558d3345ceae28cce102a92e3ba7672076e995e2785050e(
2207
+ scope: _constructs_77d1e7e8.Construct,
2208
+ id: builtins.str,
2209
+ cell_name: builtins.str,
2210
+ ) -> None:
2211
+ """Type checking stubs"""
2212
+ pass
2213
+
2156
2214
  def _typecheckingstub__26df4eeedb5a0c616a1f3dad8c75f078f50e698da7a0e84e3a5d5735d6c00031(
2157
2215
  inspector: _TreeInspector_488e0dd5,
2158
2216
  ) -> None:
@@ -3885,6 +3885,27 @@ class CfnResolverConfig(
3885
3885
 
3886
3886
  jsii.create(self.__class__, self, [scope, id, props])
3887
3887
 
3888
+ @jsii.member(jsii_name="fromResourceId")
3889
+ @builtins.classmethod
3890
+ def from_resource_id(
3891
+ cls,
3892
+ scope: _constructs_77d1e7e8.Construct,
3893
+ id: builtins.str,
3894
+ resource_id: builtins.str,
3895
+ ) -> IResolverConfigRef:
3896
+ '''Creates a new IResolverConfigRef from a resourceId.
3897
+
3898
+ :param scope: -
3899
+ :param id: -
3900
+ :param resource_id: -
3901
+ '''
3902
+ if __debug__:
3903
+ type_hints = typing.get_type_hints(_typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa)
3904
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3905
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3906
+ check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
3907
+ return typing.cast(IResolverConfigRef, jsii.sinvoke(cls, "fromResourceId", [scope, id, resource_id]))
3908
+
3888
3909
  @jsii.member(jsii_name="inspect")
3889
3910
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3890
3911
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6012,6 +6033,14 @@ def _typecheckingstub__35122d782a5f80846e3948e7eb0337b124eee2f562394f9f0ac3811b7
6012
6033
  """Type checking stubs"""
6013
6034
  pass
6014
6035
 
6036
+ def _typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa(
6037
+ scope: _constructs_77d1e7e8.Construct,
6038
+ id: builtins.str,
6039
+ resource_id: builtins.str,
6040
+ ) -> None:
6041
+ """Type checking stubs"""
6042
+ pass
6043
+
6015
6044
  def _typecheckingstub__b9b80f7dd8c3634834446059b6a5647da70f751aee16fc635988309e2b114da8(
6016
6045
  inspector: _TreeInspector_488e0dd5,
6017
6046
  ) -> None:
@@ -9430,6 +9430,48 @@ class CfnAccessPoint(
9430
9430
 
9431
9431
  jsii.create(self.__class__, self, [scope, id, props])
9432
9432
 
9433
+ @jsii.member(jsii_name="fromAccessPointArn")
9434
+ @builtins.classmethod
9435
+ def from_access_point_arn(
9436
+ cls,
9437
+ scope: _constructs_77d1e7e8.Construct,
9438
+ id: builtins.str,
9439
+ arn: builtins.str,
9440
+ ) -> IAccessPointRef:
9441
+ '''Creates a new IAccessPointRef from an ARN.
9442
+
9443
+ :param scope: -
9444
+ :param id: -
9445
+ :param arn: -
9446
+ '''
9447
+ if __debug__:
9448
+ type_hints = typing.get_type_hints(_typecheckingstub__27c1fdb406b539ade70eea36bce09782bba11b354442fee5c5d43c938bfd0aee)
9449
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9450
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9451
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
9452
+ return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointArn", [scope, id, arn]))
9453
+
9454
+ @jsii.member(jsii_name="fromAccessPointName")
9455
+ @builtins.classmethod
9456
+ def from_access_point_name(
9457
+ cls,
9458
+ scope: _constructs_77d1e7e8.Construct,
9459
+ id: builtins.str,
9460
+ access_point_name: builtins.str,
9461
+ ) -> IAccessPointRef:
9462
+ '''Creates a new IAccessPointRef from a accessPointName.
9463
+
9464
+ :param scope: -
9465
+ :param id: -
9466
+ :param access_point_name: -
9467
+ '''
9468
+ if __debug__:
9469
+ type_hints = typing.get_type_hints(_typecheckingstub__9af2790fec8caeab2621c276234587e70ab62b4d6d6f7a82947b3b7326f42deb)
9470
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9471
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9472
+ check_type(argname="argument access_point_name", value=access_point_name, expected_type=type_hints["access_point_name"])
9473
+ return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointName", [scope, id, access_point_name]))
9474
+
9433
9475
  @jsii.member(jsii_name="inspect")
9434
9476
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9435
9477
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9922,6 +9964,48 @@ class CfnBucket(
9922
9964
 
9923
9965
  jsii.create(self.__class__, self, [scope, id, props])
9924
9966
 
9967
+ @jsii.member(jsii_name="fromBucketArn")
9968
+ @builtins.classmethod
9969
+ def from_bucket_arn(
9970
+ cls,
9971
+ scope: _constructs_77d1e7e8.Construct,
9972
+ id: builtins.str,
9973
+ arn: builtins.str,
9974
+ ) -> IBucketRef:
9975
+ '''Creates a new IBucketRef from an ARN.
9976
+
9977
+ :param scope: -
9978
+ :param id: -
9979
+ :param arn: -
9980
+ '''
9981
+ if __debug__:
9982
+ type_hints = typing.get_type_hints(_typecheckingstub__f218931ccffe0d6407edcfc452f39d64609d0cceec6ea04313fa364cf5a4f3df)
9983
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9984
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9985
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
9986
+ return typing.cast(IBucketRef, jsii.sinvoke(cls, "fromBucketArn", [scope, id, arn]))
9987
+
9988
+ @jsii.member(jsii_name="fromBucketName")
9989
+ @builtins.classmethod
9990
+ def from_bucket_name(
9991
+ cls,
9992
+ scope: _constructs_77d1e7e8.Construct,
9993
+ id: builtins.str,
9994
+ bucket_name: builtins.str,
9995
+ ) -> IBucketRef:
9996
+ '''Creates a new IBucketRef from a bucketName.
9997
+
9998
+ :param scope: -
9999
+ :param id: -
10000
+ :param bucket_name: -
10001
+ '''
10002
+ if __debug__:
10003
+ type_hints = typing.get_type_hints(_typecheckingstub__08ccc75711c8ec0fedd9747e674f732b2653120a392c01413875cc0df08e91fa)
10004
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10005
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10006
+ check_type(argname="argument bucket_name", value=bucket_name, expected_type=type_hints["bucket_name"])
10007
+ return typing.cast(IBucketRef, jsii.sinvoke(cls, "fromBucketName", [scope, id, bucket_name]))
10008
+
9925
10009
  @jsii.member(jsii_name="inspect")
9926
10010
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9927
10011
  '''Examines the CloudFormation resource and discloses attributes.
@@ -24195,6 +24279,22 @@ def _typecheckingstub__effa13924691e4b61b906bb0dc0bd5da8dfc4d4cbd167af0fe9491358
24195
24279
  """Type checking stubs"""
24196
24280
  pass
24197
24281
 
24282
+ def _typecheckingstub__27c1fdb406b539ade70eea36bce09782bba11b354442fee5c5d43c938bfd0aee(
24283
+ scope: _constructs_77d1e7e8.Construct,
24284
+ id: builtins.str,
24285
+ arn: builtins.str,
24286
+ ) -> None:
24287
+ """Type checking stubs"""
24288
+ pass
24289
+
24290
+ def _typecheckingstub__9af2790fec8caeab2621c276234587e70ab62b4d6d6f7a82947b3b7326f42deb(
24291
+ scope: _constructs_77d1e7e8.Construct,
24292
+ id: builtins.str,
24293
+ access_point_name: builtins.str,
24294
+ ) -> None:
24295
+ """Type checking stubs"""
24296
+ pass
24297
+
24198
24298
  def _typecheckingstub__71b3c7d208bf045aac83ee95ce52f903885375649aecea79c502164e94dcdf8a(
24199
24299
  inspector: _TreeInspector_488e0dd5,
24200
24300
  ) -> None:
@@ -24296,6 +24396,22 @@ def _typecheckingstub__0cfa39e37f5fa17b8234ce2f712ef5cf3bf2c262914967924c19a67f6
24296
24396
  """Type checking stubs"""
24297
24397
  pass
24298
24398
 
24399
+ def _typecheckingstub__f218931ccffe0d6407edcfc452f39d64609d0cceec6ea04313fa364cf5a4f3df(
24400
+ scope: _constructs_77d1e7e8.Construct,
24401
+ id: builtins.str,
24402
+ arn: builtins.str,
24403
+ ) -> None:
24404
+ """Type checking stubs"""
24405
+ pass
24406
+
24407
+ def _typecheckingstub__08ccc75711c8ec0fedd9747e674f732b2653120a392c01413875cc0df08e91fa(
24408
+ scope: _constructs_77d1e7e8.Construct,
24409
+ id: builtins.str,
24410
+ bucket_name: builtins.str,
24411
+ ) -> None:
24412
+ """Type checking stubs"""
24413
+ pass
24414
+
24299
24415
  def _typecheckingstub__176de3038f1db142ab99b5462bff80dea14e125a51ef31e58c268c52bbbc103e(
24300
24416
  inspector: _TreeInspector_488e0dd5,
24301
24417
  ) -> None: