aws-cdk-lib 2.217.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 (130) hide show
  1. aws_cdk/_jsii/__init__.py +1 -1
  2. aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  3. aws_cdk/aws_amazonmq/__init__.py +87 -0
  4. aws_cdk/aws_apigateway/__init__.py +203 -0
  5. aws_cdk/aws_apigatewayv2/__init__.py +58 -0
  6. aws_cdk/aws_appconfig/__init__.py +145 -0
  7. aws_cdk/aws_appflow/__init__.py +116 -0
  8. aws_cdk/aws_appintegrations/__init__.py +116 -0
  9. aws_cdk/aws_appstream/__init__.py +87 -0
  10. aws_cdk/aws_appsync/__init__.py +58 -0
  11. aws_cdk/aws_apptest/__init__.py +58 -0
  12. aws_cdk/aws_athena/__init__.py +58 -0
  13. aws_cdk/aws_auditmanager/__init__.py +58 -0
  14. aws_cdk/aws_backup/__init__.py +145 -0
  15. aws_cdk/aws_batch/__init__.py +58 -0
  16. aws_cdk/aws_bedrock/__init__.py +145 -0
  17. aws_cdk/aws_cassandra/__init__.py +29 -0
  18. aws_cdk/aws_certificatemanager/__init__.py +29 -0
  19. aws_cdk/aws_cloudfront/__init__.py +57 -0
  20. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  21. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  22. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  23. aws_cdk/aws_codebuild/__init__.py +115 -12
  24. aws_cdk/aws_codedeploy/__init__.py +29 -0
  25. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  26. aws_cdk/aws_codepipeline/__init__.py +29 -0
  27. aws_cdk/aws_cognito/__init__.py +87 -0
  28. aws_cdk/aws_config/__init__.py +58 -0
  29. aws_cdk/aws_cur/__init__.py +29 -0
  30. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  31. aws_cdk/aws_datapipeline/__init__.py +29 -0
  32. aws_cdk/aws_datazone/__init__.py +58 -0
  33. aws_cdk/aws_directoryservice/__init__.py +29 -0
  34. aws_cdk/aws_dms/__init__.py +58 -0
  35. aws_cdk/aws_docdb/__init__.py +153 -25
  36. aws_cdk/aws_dsql/__init__.py +29 -0
  37. aws_cdk/aws_dynamodb/__init__.py +58 -0
  38. aws_cdk/aws_ec2/__init__.py +1976 -0
  39. aws_cdk/aws_ecr/__init__.py +116 -0
  40. aws_cdk/aws_ecs/__init__.py +87 -0
  41. aws_cdk/aws_efs/__init__.py +116 -0
  42. aws_cdk/aws_eks/__init__.py +118 -0
  43. aws_cdk/aws_elasticache/__init__.py +261 -0
  44. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  45. aws_cdk/aws_emr/__init__.py +87 -0
  46. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  47. aws_cdk/aws_emrserverless/__init__.py +58 -0
  48. aws_cdk/aws_entityresolution/__init__.py +145 -0
  49. aws_cdk/aws_events/__init__.py +290 -0
  50. aws_cdk/aws_finspace/__init__.py +58 -0
  51. aws_cdk/aws_gamelift/__init__.py +435 -0
  52. aws_cdk/aws_glue/__init__.py +145 -0
  53. aws_cdk/aws_greengrass/__init__.py +464 -0
  54. aws_cdk/aws_groundstation/__init__.py +87 -0
  55. aws_cdk/aws_guardduty/__init__.py +87 -0
  56. aws_cdk/aws_healthimaging/__init__.py +58 -0
  57. aws_cdk/aws_healthlake/__init__.py +29 -0
  58. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  59. aws_cdk/aws_iot/__init__.py +957 -0
  60. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  61. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
  62. aws_cdk/aws_iotevents/__init__.py +87 -0
  63. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  64. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  65. aws_cdk/aws_iotsitewise/__init__.py +493 -0
  66. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  67. aws_cdk/aws_iotwireless/__init__.py +464 -0
  68. aws_cdk/aws_kendra/__init__.py +116 -0
  69. aws_cdk/aws_kinesis/__init__.py +58 -0
  70. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  71. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  72. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  73. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  74. aws_cdk/aws_kms/__init__.py +58 -0
  75. aws_cdk/aws_lambda/__init__.py +58 -0
  76. aws_cdk/aws_lex/__init__.py +29 -0
  77. aws_cdk/aws_location/__init__.py +348 -0
  78. aws_cdk/aws_logs/__init__.py +232 -0
  79. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  80. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  81. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  82. aws_cdk/aws_medialive/__init__.py +435 -0
  83. aws_cdk/aws_mediatailor/__init__.py +174 -0
  84. aws_cdk/aws_memorydb/__init__.py +203 -0
  85. aws_cdk/aws_mwaa/__init__.py +58 -0
  86. aws_cdk/aws_networkmanager/__init__.py +29 -0
  87. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  88. aws_cdk/aws_omics/__init__.py +174 -0
  89. aws_cdk/aws_opensearchserverless/__init__.py +58 -0
  90. aws_cdk/aws_opsworks/__init__.py +29 -0
  91. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  92. aws_cdk/aws_organizations/__init__.py +116 -0
  93. aws_cdk/aws_panorama/__init__.py +116 -0
  94. aws_cdk/aws_pinpoint/__init__.py +116 -0
  95. aws_cdk/aws_qbusiness/__init__.py +232 -0
  96. aws_cdk/aws_qldb/__init__.py +29 -0
  97. aws_cdk/aws_rds/__init__.py +64 -0
  98. aws_cdk/aws_redshift/__init__.py +29 -0
  99. aws_cdk/aws_rekognition/__init__.py +87 -0
  100. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  101. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  102. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  103. aws_cdk/aws_route53resolver/__init__.py +29 -0
  104. aws_cdk/aws_s3/__init__.py +116 -0
  105. aws_cdk/aws_s3express/__init__.py +116 -0
  106. aws_cdk/aws_sagemaker/__init__.py +464 -0
  107. aws_cdk/aws_scheduler/__init__.py +29 -0
  108. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  109. aws_cdk/aws_servicecatalog/__init__.py +29 -0
  110. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  111. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  112. aws_cdk/aws_ses/__init__.py +261 -0
  113. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  114. aws_cdk/aws_ssm/__init__.py +87 -0
  115. aws_cdk/aws_synthetics/__init__.py +29 -0
  116. aws_cdk/aws_timestream/__init__.py +87 -0
  117. aws_cdk/aws_transfer/__init__.py +261 -0
  118. aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
  119. aws_cdk/aws_voiceid/__init__.py +29 -0
  120. aws_cdk/aws_wisdom/__init__.py +232 -0
  121. aws_cdk/aws_workspaces/__init__.py +58 -0
  122. aws_cdk/aws_workspacesinstances/__init__.py +29 -0
  123. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  124. aws_cdk/pipelines/__init__.py +5 -1
  125. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  126. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +130 -130
  127. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  128. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  129. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  130. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -2058,6 +2058,48 @@ class CfnAPIKey(
2058
2058
 
2059
2059
  jsii.create(self.__class__, self, [scope, id, props])
2060
2060
 
2061
+ @jsii.member(jsii_name="fromAPIKeyArn")
2062
+ @builtins.classmethod
2063
+ def from_api_key_arn(
2064
+ cls,
2065
+ scope: _constructs_77d1e7e8.Construct,
2066
+ id: builtins.str,
2067
+ arn: builtins.str,
2068
+ ) -> IAPIKeyRef:
2069
+ '''Creates a new IAPIKeyRef from an ARN.
2070
+
2071
+ :param scope: -
2072
+ :param id: -
2073
+ :param arn: -
2074
+ '''
2075
+ if __debug__:
2076
+ type_hints = typing.get_type_hints(_typecheckingstub__39b592709b5b02e935f60d35f554a437c6039ddcaf32dd519ba463c1e60d2aa9)
2077
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2078
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2079
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2080
+ return typing.cast(IAPIKeyRef, jsii.sinvoke(cls, "fromAPIKeyArn", [scope, id, arn]))
2081
+
2082
+ @jsii.member(jsii_name="fromKeyName")
2083
+ @builtins.classmethod
2084
+ def from_key_name(
2085
+ cls,
2086
+ scope: _constructs_77d1e7e8.Construct,
2087
+ id: builtins.str,
2088
+ key_name: builtins.str,
2089
+ ) -> IAPIKeyRef:
2090
+ '''Creates a new IAPIKeyRef from a keyName.
2091
+
2092
+ :param scope: -
2093
+ :param id: -
2094
+ :param key_name: -
2095
+ '''
2096
+ if __debug__:
2097
+ type_hints = typing.get_type_hints(_typecheckingstub__252ed95f79a8e3f1207bcf22e30ccce54352607889625ae0c44f99f5ccd7e62e)
2098
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2099
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2100
+ check_type(argname="argument key_name", value=key_name, expected_type=type_hints["key_name"])
2101
+ return typing.cast(IAPIKeyRef, jsii.sinvoke(cls, "fromKeyName", [scope, id, key_name]))
2102
+
2061
2103
  @jsii.member(jsii_name="inspect")
2062
2104
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2063
2105
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2489,6 +2531,48 @@ class CfnGeofenceCollection(
2489
2531
 
2490
2532
  jsii.create(self.__class__, self, [scope, id, props])
2491
2533
 
2534
+ @jsii.member(jsii_name="fromCollectionName")
2535
+ @builtins.classmethod
2536
+ def from_collection_name(
2537
+ cls,
2538
+ scope: _constructs_77d1e7e8.Construct,
2539
+ id: builtins.str,
2540
+ collection_name: builtins.str,
2541
+ ) -> IGeofenceCollectionRef:
2542
+ '''Creates a new IGeofenceCollectionRef from a collectionName.
2543
+
2544
+ :param scope: -
2545
+ :param id: -
2546
+ :param collection_name: -
2547
+ '''
2548
+ if __debug__:
2549
+ type_hints = typing.get_type_hints(_typecheckingstub__2db63a46e35bb9b60c434522ebfeb44645b416f72aee9dcca112a00dca6fe7d5)
2550
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2551
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2552
+ check_type(argname="argument collection_name", value=collection_name, expected_type=type_hints["collection_name"])
2553
+ return typing.cast(IGeofenceCollectionRef, jsii.sinvoke(cls, "fromCollectionName", [scope, id, collection_name]))
2554
+
2555
+ @jsii.member(jsii_name="fromGeofenceCollectionArn")
2556
+ @builtins.classmethod
2557
+ def from_geofence_collection_arn(
2558
+ cls,
2559
+ scope: _constructs_77d1e7e8.Construct,
2560
+ id: builtins.str,
2561
+ arn: builtins.str,
2562
+ ) -> IGeofenceCollectionRef:
2563
+ '''Creates a new IGeofenceCollectionRef from an ARN.
2564
+
2565
+ :param scope: -
2566
+ :param id: -
2567
+ :param arn: -
2568
+ '''
2569
+ if __debug__:
2570
+ type_hints = typing.get_type_hints(_typecheckingstub__c08c10d57c8eee3a7ab3b16b2260e0eba901740b7d53feea0bc19561f58ee7cf)
2571
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2572
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2573
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2574
+ return typing.cast(IGeofenceCollectionRef, jsii.sinvoke(cls, "fromGeofenceCollectionArn", [scope, id, arn]))
2575
+
2492
2576
  @jsii.member(jsii_name="inspect")
2493
2577
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2494
2578
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2740,6 +2824,48 @@ class CfnMap(
2740
2824
 
2741
2825
  jsii.create(self.__class__, self, [scope, id, props])
2742
2826
 
2827
+ @jsii.member(jsii_name="fromMapArn")
2828
+ @builtins.classmethod
2829
+ def from_map_arn(
2830
+ cls,
2831
+ scope: _constructs_77d1e7e8.Construct,
2832
+ id: builtins.str,
2833
+ arn: builtins.str,
2834
+ ) -> IMapRef:
2835
+ '''Creates a new IMapRef from an ARN.
2836
+
2837
+ :param scope: -
2838
+ :param id: -
2839
+ :param arn: -
2840
+ '''
2841
+ if __debug__:
2842
+ type_hints = typing.get_type_hints(_typecheckingstub__b9debe2a73fd7a56527b10e74dc4d5dad2402d476504e9c52f9ea8690db4ce3b)
2843
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2844
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2845
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2846
+ return typing.cast(IMapRef, jsii.sinvoke(cls, "fromMapArn", [scope, id, arn]))
2847
+
2848
+ @jsii.member(jsii_name="fromMapName")
2849
+ @builtins.classmethod
2850
+ def from_map_name(
2851
+ cls,
2852
+ scope: _constructs_77d1e7e8.Construct,
2853
+ id: builtins.str,
2854
+ map_name: builtins.str,
2855
+ ) -> IMapRef:
2856
+ '''Creates a new IMapRef from a mapName.
2857
+
2858
+ :param scope: -
2859
+ :param id: -
2860
+ :param map_name: -
2861
+ '''
2862
+ if __debug__:
2863
+ type_hints = typing.get_type_hints(_typecheckingstub__b60cdf883704a6b802821177f72dd20fb8c7309cece100f783ecb09733c8d0b1)
2864
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2865
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2866
+ check_type(argname="argument map_name", value=map_name, expected_type=type_hints["map_name"])
2867
+ return typing.cast(IMapRef, jsii.sinvoke(cls, "fromMapName", [scope, id, map_name]))
2868
+
2743
2869
  @jsii.member(jsii_name="inspect")
2744
2870
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2745
2871
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3127,6 +3253,48 @@ class CfnPlaceIndex(
3127
3253
 
3128
3254
  jsii.create(self.__class__, self, [scope, id, props])
3129
3255
 
3256
+ @jsii.member(jsii_name="fromIndexName")
3257
+ @builtins.classmethod
3258
+ def from_index_name(
3259
+ cls,
3260
+ scope: _constructs_77d1e7e8.Construct,
3261
+ id: builtins.str,
3262
+ index_name: builtins.str,
3263
+ ) -> IPlaceIndexRef:
3264
+ '''Creates a new IPlaceIndexRef from a indexName.
3265
+
3266
+ :param scope: -
3267
+ :param id: -
3268
+ :param index_name: -
3269
+ '''
3270
+ if __debug__:
3271
+ type_hints = typing.get_type_hints(_typecheckingstub__4f622e282a16d5c0c89655a9198f2637165c96ec96943a67e5432383bcce576f)
3272
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3273
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3274
+ check_type(argname="argument index_name", value=index_name, expected_type=type_hints["index_name"])
3275
+ return typing.cast(IPlaceIndexRef, jsii.sinvoke(cls, "fromIndexName", [scope, id, index_name]))
3276
+
3277
+ @jsii.member(jsii_name="fromPlaceIndexArn")
3278
+ @builtins.classmethod
3279
+ def from_place_index_arn(
3280
+ cls,
3281
+ scope: _constructs_77d1e7e8.Construct,
3282
+ id: builtins.str,
3283
+ arn: builtins.str,
3284
+ ) -> IPlaceIndexRef:
3285
+ '''Creates a new IPlaceIndexRef from an ARN.
3286
+
3287
+ :param scope: -
3288
+ :param id: -
3289
+ :param arn: -
3290
+ '''
3291
+ if __debug__:
3292
+ type_hints = typing.get_type_hints(_typecheckingstub__38a00f836ed297fe9f6601dc3a96365eb13942e1ef45700edd7e4569a25e1a0a)
3293
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3294
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3295
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3296
+ return typing.cast(IPlaceIndexRef, jsii.sinvoke(cls, "fromPlaceIndexArn", [scope, id, arn]))
3297
+
3130
3298
  @jsii.member(jsii_name="inspect")
3131
3299
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3132
3300
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3436,6 +3604,48 @@ class CfnRouteCalculator(
3436
3604
 
3437
3605
  jsii.create(self.__class__, self, [scope, id, props])
3438
3606
 
3607
+ @jsii.member(jsii_name="fromCalculatorName")
3608
+ @builtins.classmethod
3609
+ def from_calculator_name(
3610
+ cls,
3611
+ scope: _constructs_77d1e7e8.Construct,
3612
+ id: builtins.str,
3613
+ calculator_name: builtins.str,
3614
+ ) -> IRouteCalculatorRef:
3615
+ '''Creates a new IRouteCalculatorRef from a calculatorName.
3616
+
3617
+ :param scope: -
3618
+ :param id: -
3619
+ :param calculator_name: -
3620
+ '''
3621
+ if __debug__:
3622
+ type_hints = typing.get_type_hints(_typecheckingstub__1607bbf308ae75c768acc58ce4c5dcb1963975ab8b9ad76935d74461bbd636b5)
3623
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3624
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3625
+ check_type(argname="argument calculator_name", value=calculator_name, expected_type=type_hints["calculator_name"])
3626
+ return typing.cast(IRouteCalculatorRef, jsii.sinvoke(cls, "fromCalculatorName", [scope, id, calculator_name]))
3627
+
3628
+ @jsii.member(jsii_name="fromRouteCalculatorArn")
3629
+ @builtins.classmethod
3630
+ def from_route_calculator_arn(
3631
+ cls,
3632
+ scope: _constructs_77d1e7e8.Construct,
3633
+ id: builtins.str,
3634
+ arn: builtins.str,
3635
+ ) -> IRouteCalculatorRef:
3636
+ '''Creates a new IRouteCalculatorRef from an ARN.
3637
+
3638
+ :param scope: -
3639
+ :param id: -
3640
+ :param arn: -
3641
+ '''
3642
+ if __debug__:
3643
+ type_hints = typing.get_type_hints(_typecheckingstub__a2f2772368dd3b1946646c582d13424fefd6b9aa10c741a11047ddb1d7e2fa1e)
3644
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3645
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3646
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3647
+ return typing.cast(IRouteCalculatorRef, jsii.sinvoke(cls, "fromRouteCalculatorArn", [scope, id, arn]))
3648
+
3439
3649
  @jsii.member(jsii_name="inspect")
3440
3650
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3441
3651
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3678,6 +3888,48 @@ class CfnTracker(
3678
3888
 
3679
3889
  jsii.create(self.__class__, self, [scope, id, props])
3680
3890
 
3891
+ @jsii.member(jsii_name="fromTrackerArn")
3892
+ @builtins.classmethod
3893
+ def from_tracker_arn(
3894
+ cls,
3895
+ scope: _constructs_77d1e7e8.Construct,
3896
+ id: builtins.str,
3897
+ arn: builtins.str,
3898
+ ) -> ITrackerRef:
3899
+ '''Creates a new ITrackerRef from an ARN.
3900
+
3901
+ :param scope: -
3902
+ :param id: -
3903
+ :param arn: -
3904
+ '''
3905
+ if __debug__:
3906
+ type_hints = typing.get_type_hints(_typecheckingstub__27090e7cdb1dab47fb0a7e3b870e1612755cdfa42971179797d8ea4693bb6d6b)
3907
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3908
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3909
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3910
+ return typing.cast(ITrackerRef, jsii.sinvoke(cls, "fromTrackerArn", [scope, id, arn]))
3911
+
3912
+ @jsii.member(jsii_name="fromTrackerName")
3913
+ @builtins.classmethod
3914
+ def from_tracker_name(
3915
+ cls,
3916
+ scope: _constructs_77d1e7e8.Construct,
3917
+ id: builtins.str,
3918
+ tracker_name: builtins.str,
3919
+ ) -> ITrackerRef:
3920
+ '''Creates a new ITrackerRef from a trackerName.
3921
+
3922
+ :param scope: -
3923
+ :param id: -
3924
+ :param tracker_name: -
3925
+ '''
3926
+ if __debug__:
3927
+ type_hints = typing.get_type_hints(_typecheckingstub__401c575e4494825351571dd08bdd2279e6de4c865a407e5d04e089f821479acd)
3928
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3929
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3930
+ check_type(argname="argument tracker_name", value=tracker_name, expected_type=type_hints["tracker_name"])
3931
+ return typing.cast(ITrackerRef, jsii.sinvoke(cls, "fromTrackerName", [scope, id, tracker_name]))
3932
+
3681
3933
  @jsii.member(jsii_name="inspect")
3682
3934
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3683
3935
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4213,6 +4465,22 @@ def _typecheckingstub__e2ae0e8c734c36fc4dfc2e50264fbc5e41cc44ca78d64c47f19cac56e
4213
4465
  """Type checking stubs"""
4214
4466
  pass
4215
4467
 
4468
+ def _typecheckingstub__39b592709b5b02e935f60d35f554a437c6039ddcaf32dd519ba463c1e60d2aa9(
4469
+ scope: _constructs_77d1e7e8.Construct,
4470
+ id: builtins.str,
4471
+ arn: builtins.str,
4472
+ ) -> None:
4473
+ """Type checking stubs"""
4474
+ pass
4475
+
4476
+ def _typecheckingstub__252ed95f79a8e3f1207bcf22e30ccce54352607889625ae0c44f99f5ccd7e62e(
4477
+ scope: _constructs_77d1e7e8.Construct,
4478
+ id: builtins.str,
4479
+ key_name: builtins.str,
4480
+ ) -> None:
4481
+ """Type checking stubs"""
4482
+ pass
4483
+
4216
4484
  def _typecheckingstub__90e4d83d582a33efc0dfeef244e5a4b84a90230cc485853b42d16a3e6f6609a7(
4217
4485
  inspector: _TreeInspector_488e0dd5,
4218
4486
  ) -> None:
@@ -4296,6 +4564,22 @@ def _typecheckingstub__8e0601ccc1fece7d46bccf997c94a7f51bea09a1590d5ce84823ed5c0
4296
4564
  """Type checking stubs"""
4297
4565
  pass
4298
4566
 
4567
+ def _typecheckingstub__2db63a46e35bb9b60c434522ebfeb44645b416f72aee9dcca112a00dca6fe7d5(
4568
+ scope: _constructs_77d1e7e8.Construct,
4569
+ id: builtins.str,
4570
+ collection_name: builtins.str,
4571
+ ) -> None:
4572
+ """Type checking stubs"""
4573
+ pass
4574
+
4575
+ def _typecheckingstub__c08c10d57c8eee3a7ab3b16b2260e0eba901740b7d53feea0bc19561f58ee7cf(
4576
+ scope: _constructs_77d1e7e8.Construct,
4577
+ id: builtins.str,
4578
+ arn: builtins.str,
4579
+ ) -> None:
4580
+ """Type checking stubs"""
4581
+ pass
4582
+
4299
4583
  def _typecheckingstub__66134049825423372dae82a0ee8b8c0bba09bda09682513f80795605e6e0bca6(
4300
4584
  inspector: _TreeInspector_488e0dd5,
4301
4585
  ) -> None:
@@ -4357,6 +4641,22 @@ def _typecheckingstub__b2dcb0428eb66932a1afc7be03e22130166237e903d48b7c13fc63dbc
4357
4641
  """Type checking stubs"""
4358
4642
  pass
4359
4643
 
4644
+ def _typecheckingstub__b9debe2a73fd7a56527b10e74dc4d5dad2402d476504e9c52f9ea8690db4ce3b(
4645
+ scope: _constructs_77d1e7e8.Construct,
4646
+ id: builtins.str,
4647
+ arn: builtins.str,
4648
+ ) -> None:
4649
+ """Type checking stubs"""
4650
+ pass
4651
+
4652
+ def _typecheckingstub__b60cdf883704a6b802821177f72dd20fb8c7309cece100f783ecb09733c8d0b1(
4653
+ scope: _constructs_77d1e7e8.Construct,
4654
+ id: builtins.str,
4655
+ map_name: builtins.str,
4656
+ ) -> None:
4657
+ """Type checking stubs"""
4658
+ pass
4659
+
4360
4660
  def _typecheckingstub__9beda5dad2c7dda9e9e75c7563f1dd64ce2d95ee632f1f16c15c710cb2fcb9e0(
4361
4661
  inspector: _TreeInspector_488e0dd5,
4362
4662
  ) -> None:
@@ -4422,6 +4722,22 @@ def _typecheckingstub__a86efa72874938a7fdd56ee75ab5f3481754256c4e7be12dd321fb817
4422
4722
  """Type checking stubs"""
4423
4723
  pass
4424
4724
 
4725
+ def _typecheckingstub__4f622e282a16d5c0c89655a9198f2637165c96ec96943a67e5432383bcce576f(
4726
+ scope: _constructs_77d1e7e8.Construct,
4727
+ id: builtins.str,
4728
+ index_name: builtins.str,
4729
+ ) -> None:
4730
+ """Type checking stubs"""
4731
+ pass
4732
+
4733
+ def _typecheckingstub__38a00f836ed297fe9f6601dc3a96365eb13942e1ef45700edd7e4569a25e1a0a(
4734
+ scope: _constructs_77d1e7e8.Construct,
4735
+ id: builtins.str,
4736
+ arn: builtins.str,
4737
+ ) -> None:
4738
+ """Type checking stubs"""
4739
+ pass
4740
+
4425
4741
  def _typecheckingstub__e0c405c6a922a2896cb59706744382d2e74f7b74e7533c5078a63a01a0dda7f8(
4426
4742
  inspector: _TreeInspector_488e0dd5,
4427
4743
  ) -> None:
@@ -4490,6 +4806,22 @@ def _typecheckingstub__a900f380dbd4e0012dcb474730041f91eeaecc9218db4d6163fd73039
4490
4806
  """Type checking stubs"""
4491
4807
  pass
4492
4808
 
4809
+ def _typecheckingstub__1607bbf308ae75c768acc58ce4c5dcb1963975ab8b9ad76935d74461bbd636b5(
4810
+ scope: _constructs_77d1e7e8.Construct,
4811
+ id: builtins.str,
4812
+ calculator_name: builtins.str,
4813
+ ) -> None:
4814
+ """Type checking stubs"""
4815
+ pass
4816
+
4817
+ def _typecheckingstub__a2f2772368dd3b1946646c582d13424fefd6b9aa10c741a11047ddb1d7e2fa1e(
4818
+ scope: _constructs_77d1e7e8.Construct,
4819
+ id: builtins.str,
4820
+ arn: builtins.str,
4821
+ ) -> None:
4822
+ """Type checking stubs"""
4823
+ pass
4824
+
4493
4825
  def _typecheckingstub__d0f206fe9bb875d2c7acae9be0a23fa0286ad54fbd1bebff69010a95bea15fec(
4494
4826
  inspector: _TreeInspector_488e0dd5,
4495
4827
  ) -> None:
@@ -4549,6 +4881,22 @@ def _typecheckingstub__1cd2e07bf97c42a45f9443da7edf34b075c2f9b41a262ae77aee4b2a8
4549
4881
  """Type checking stubs"""
4550
4882
  pass
4551
4883
 
4884
+ def _typecheckingstub__27090e7cdb1dab47fb0a7e3b870e1612755cdfa42971179797d8ea4693bb6d6b(
4885
+ scope: _constructs_77d1e7e8.Construct,
4886
+ id: builtins.str,
4887
+ arn: builtins.str,
4888
+ ) -> None:
4889
+ """Type checking stubs"""
4890
+ pass
4891
+
4892
+ def _typecheckingstub__401c575e4494825351571dd08bdd2279e6de4c865a407e5d04e089f821479acd(
4893
+ scope: _constructs_77d1e7e8.Construct,
4894
+ id: builtins.str,
4895
+ tracker_name: builtins.str,
4896
+ ) -> None:
4897
+ """Type checking stubs"""
4898
+ pass
4899
+
4552
4900
  def _typecheckingstub__606edf93b66473926b20e5a3b0af67fe5ed3f2fceae488ca1b2486f74e9beeb4(
4553
4901
  inspector: _TreeInspector_488e0dd5,
4554
4902
  ) -> None: