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
@@ -9074,6 +9074,48 @@ class CfnAuthorizer(
9074
9074
 
9075
9075
  jsii.create(self.__class__, self, [scope, id, props])
9076
9076
 
9077
+ @jsii.member(jsii_name="fromAuthorizerArn")
9078
+ @builtins.classmethod
9079
+ def from_authorizer_arn(
9080
+ cls,
9081
+ scope: _constructs_77d1e7e8.Construct,
9082
+ id: builtins.str,
9083
+ arn: builtins.str,
9084
+ ) -> IAuthorizerRef:
9085
+ '''Creates a new IAuthorizerRef from an ARN.
9086
+
9087
+ :param scope: -
9088
+ :param id: -
9089
+ :param arn: -
9090
+ '''
9091
+ if __debug__:
9092
+ type_hints = typing.get_type_hints(_typecheckingstub__310c1c4c2dfff03e92b3a6a3e1de13fb9fbfa4745644dab039f56bcdb5c84be3)
9093
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9094
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9095
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
9096
+ return typing.cast(IAuthorizerRef, jsii.sinvoke(cls, "fromAuthorizerArn", [scope, id, arn]))
9097
+
9098
+ @jsii.member(jsii_name="fromAuthorizerName")
9099
+ @builtins.classmethod
9100
+ def from_authorizer_name(
9101
+ cls,
9102
+ scope: _constructs_77d1e7e8.Construct,
9103
+ id: builtins.str,
9104
+ authorizer_name: builtins.str,
9105
+ ) -> IAuthorizerRef:
9106
+ '''Creates a new IAuthorizerRef from a authorizerName.
9107
+
9108
+ :param scope: -
9109
+ :param id: -
9110
+ :param authorizer_name: -
9111
+ '''
9112
+ if __debug__:
9113
+ type_hints = typing.get_type_hints(_typecheckingstub__4f19089485a26bdaae502a939567bac9583ba84ecc402865419db66df9aca955)
9114
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9115
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9116
+ check_type(argname="argument authorizer_name", value=authorizer_name, expected_type=type_hints["authorizer_name"])
9117
+ return typing.cast(IAuthorizerRef, jsii.sinvoke(cls, "fromAuthorizerName", [scope, id, authorizer_name]))
9118
+
9077
9119
  @jsii.member(jsii_name="inspect")
9078
9120
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9079
9121
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9310,6 +9352,48 @@ class CfnBillingGroup(
9310
9352
 
9311
9353
  jsii.create(self.__class__, self, [scope, id, props])
9312
9354
 
9355
+ @jsii.member(jsii_name="fromBillingGroupArn")
9356
+ @builtins.classmethod
9357
+ def from_billing_group_arn(
9358
+ cls,
9359
+ scope: _constructs_77d1e7e8.Construct,
9360
+ id: builtins.str,
9361
+ arn: builtins.str,
9362
+ ) -> IBillingGroupRef:
9363
+ '''Creates a new IBillingGroupRef from an ARN.
9364
+
9365
+ :param scope: -
9366
+ :param id: -
9367
+ :param arn: -
9368
+ '''
9369
+ if __debug__:
9370
+ type_hints = typing.get_type_hints(_typecheckingstub__4a18c3b4d0697a1a24c0fdba8322820151d3aef1daff80005d0610955c8df485)
9371
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9372
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9373
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
9374
+ return typing.cast(IBillingGroupRef, jsii.sinvoke(cls, "fromBillingGroupArn", [scope, id, arn]))
9375
+
9376
+ @jsii.member(jsii_name="fromBillingGroupName")
9377
+ @builtins.classmethod
9378
+ def from_billing_group_name(
9379
+ cls,
9380
+ scope: _constructs_77d1e7e8.Construct,
9381
+ id: builtins.str,
9382
+ billing_group_name: builtins.str,
9383
+ ) -> IBillingGroupRef:
9384
+ '''Creates a new IBillingGroupRef from a billingGroupName.
9385
+
9386
+ :param scope: -
9387
+ :param id: -
9388
+ :param billing_group_name: -
9389
+ '''
9390
+ if __debug__:
9391
+ type_hints = typing.get_type_hints(_typecheckingstub__7a0f03a5d43c18591bbffa9ae9656ce12f0909732a6774987c89c161f4591a02)
9392
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9393
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9394
+ check_type(argname="argument billing_group_name", value=billing_group_name, expected_type=type_hints["billing_group_name"])
9395
+ return typing.cast(IBillingGroupRef, jsii.sinvoke(cls, "fromBillingGroupName", [scope, id, billing_group_name]))
9396
+
9313
9397
  @jsii.member(jsii_name="inspect")
9314
9398
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9315
9399
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9898,6 +9982,48 @@ class CfnCertificate(
9898
9982
 
9899
9983
  jsii.create(self.__class__, self, [scope, id, props])
9900
9984
 
9985
+ @jsii.member(jsii_name="fromCertificateArn")
9986
+ @builtins.classmethod
9987
+ def from_certificate_arn(
9988
+ cls,
9989
+ scope: _constructs_77d1e7e8.Construct,
9990
+ id: builtins.str,
9991
+ arn: builtins.str,
9992
+ ) -> ICertificateRef:
9993
+ '''Creates a new ICertificateRef from an ARN.
9994
+
9995
+ :param scope: -
9996
+ :param id: -
9997
+ :param arn: -
9998
+ '''
9999
+ if __debug__:
10000
+ type_hints = typing.get_type_hints(_typecheckingstub__cfecee0031cd00f0c731c9897fab1d78a2ea52ff0b8755d7b8beba1d6b6d98e4)
10001
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10002
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10003
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
10004
+ return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateArn", [scope, id, arn]))
10005
+
10006
+ @jsii.member(jsii_name="fromCertificateId")
10007
+ @builtins.classmethod
10008
+ def from_certificate_id(
10009
+ cls,
10010
+ scope: _constructs_77d1e7e8.Construct,
10011
+ id: builtins.str,
10012
+ certificate_id: builtins.str,
10013
+ ) -> ICertificateRef:
10014
+ '''Creates a new ICertificateRef from a certificateId.
10015
+
10016
+ :param scope: -
10017
+ :param id: -
10018
+ :param certificate_id: -
10019
+ '''
10020
+ if __debug__:
10021
+ type_hints = typing.get_type_hints(_typecheckingstub__0cac852b52dc618227ba2aacd333c26f6b86646275afa7512cafab57889e07f9)
10022
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10023
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10024
+ check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
10025
+ return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
10026
+
9901
10027
  @jsii.member(jsii_name="inspect")
9902
10028
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9903
10029
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10093,6 +10219,48 @@ class CfnCertificateProvider(
10093
10219
 
10094
10220
  jsii.create(self.__class__, self, [scope, id, props])
10095
10221
 
10222
+ @jsii.member(jsii_name="fromCertificateProviderArn")
10223
+ @builtins.classmethod
10224
+ def from_certificate_provider_arn(
10225
+ cls,
10226
+ scope: _constructs_77d1e7e8.Construct,
10227
+ id: builtins.str,
10228
+ arn: builtins.str,
10229
+ ) -> ICertificateProviderRef:
10230
+ '''Creates a new ICertificateProviderRef from an ARN.
10231
+
10232
+ :param scope: -
10233
+ :param id: -
10234
+ :param arn: -
10235
+ '''
10236
+ if __debug__:
10237
+ type_hints = typing.get_type_hints(_typecheckingstub__071317decea219980ab41a3b4a58ce71a6e759554c7547835c48fcc07c94ffe5)
10238
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10239
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10240
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
10241
+ return typing.cast(ICertificateProviderRef, jsii.sinvoke(cls, "fromCertificateProviderArn", [scope, id, arn]))
10242
+
10243
+ @jsii.member(jsii_name="fromCertificateProviderName")
10244
+ @builtins.classmethod
10245
+ def from_certificate_provider_name(
10246
+ cls,
10247
+ scope: _constructs_77d1e7e8.Construct,
10248
+ id: builtins.str,
10249
+ certificate_provider_name: builtins.str,
10250
+ ) -> ICertificateProviderRef:
10251
+ '''Creates a new ICertificateProviderRef from a certificateProviderName.
10252
+
10253
+ :param scope: -
10254
+ :param id: -
10255
+ :param certificate_provider_name: -
10256
+ '''
10257
+ if __debug__:
10258
+ type_hints = typing.get_type_hints(_typecheckingstub__18dde147f0565e214975cf9507950ba2bb212ec44d032db9966e44e55448df59)
10259
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10260
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10261
+ check_type(argname="argument certificate_provider_name", value=certificate_provider_name, expected_type=type_hints["certificate_provider_name"])
10262
+ return typing.cast(ICertificateProviderRef, jsii.sinvoke(cls, "fromCertificateProviderName", [scope, id, certificate_provider_name]))
10263
+
10096
10264
  @jsii.member(jsii_name="inspect")
10097
10265
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10098
10266
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10328,6 +10496,48 @@ class CfnCommand(
10328
10496
 
10329
10497
  jsii.create(self.__class__, self, [scope, id, props])
10330
10498
 
10499
+ @jsii.member(jsii_name="fromCommandArn")
10500
+ @builtins.classmethod
10501
+ def from_command_arn(
10502
+ cls,
10503
+ scope: _constructs_77d1e7e8.Construct,
10504
+ id: builtins.str,
10505
+ arn: builtins.str,
10506
+ ) -> ICommandRef:
10507
+ '''Creates a new ICommandRef from an ARN.
10508
+
10509
+ :param scope: -
10510
+ :param id: -
10511
+ :param arn: -
10512
+ '''
10513
+ if __debug__:
10514
+ type_hints = typing.get_type_hints(_typecheckingstub__662c96af9f5c831d1987907418517956dd326eacc07062b92002cf137eb68595)
10515
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10516
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10517
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
10518
+ return typing.cast(ICommandRef, jsii.sinvoke(cls, "fromCommandArn", [scope, id, arn]))
10519
+
10520
+ @jsii.member(jsii_name="fromCommandId")
10521
+ @builtins.classmethod
10522
+ def from_command_id(
10523
+ cls,
10524
+ scope: _constructs_77d1e7e8.Construct,
10525
+ id: builtins.str,
10526
+ command_id: builtins.str,
10527
+ ) -> ICommandRef:
10528
+ '''Creates a new ICommandRef from a commandId.
10529
+
10530
+ :param scope: -
10531
+ :param id: -
10532
+ :param command_id: -
10533
+ '''
10534
+ if __debug__:
10535
+ type_hints = typing.get_type_hints(_typecheckingstub__22de9dd2fe01080b28a2448b9e4a2600a3a0d700f87bad5caea74b72b7166f79)
10536
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10537
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10538
+ check_type(argname="argument command_id", value=command_id, expected_type=type_hints["command_id"])
10539
+ return typing.cast(ICommandRef, jsii.sinvoke(cls, "fromCommandId", [scope, id, command_id]))
10540
+
10331
10541
  @jsii.member(jsii_name="inspect")
10332
10542
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10333
10543
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10960,6 +11170,27 @@ class CfnCustomMetric(
10960
11170
 
10961
11171
  jsii.create(self.__class__, self, [scope, id, props])
10962
11172
 
11173
+ @jsii.member(jsii_name="fromMetricName")
11174
+ @builtins.classmethod
11175
+ def from_metric_name(
11176
+ cls,
11177
+ scope: _constructs_77d1e7e8.Construct,
11178
+ id: builtins.str,
11179
+ metric_name: builtins.str,
11180
+ ) -> ICustomMetricRef:
11181
+ '''Creates a new ICustomMetricRef from a metricName.
11182
+
11183
+ :param scope: -
11184
+ :param id: -
11185
+ :param metric_name: -
11186
+ '''
11187
+ if __debug__:
11188
+ type_hints = typing.get_type_hints(_typecheckingstub__e694f3cb4ab80390387848a262c47752dd0bdbe195e0e49defffc1e9b36d4ed3)
11189
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11190
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11191
+ check_type(argname="argument metric_name", value=metric_name, expected_type=type_hints["metric_name"])
11192
+ return typing.cast(ICustomMetricRef, jsii.sinvoke(cls, "fromMetricName", [scope, id, metric_name]))
11193
+
10963
11194
  @jsii.member(jsii_name="inspect")
10964
11195
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10965
11196
  '''Examines the CloudFormation resource and discloses attributes.
@@ -11135,6 +11366,48 @@ class CfnDimension(
11135
11366
 
11136
11367
  jsii.create(self.__class__, self, [scope, id, props])
11137
11368
 
11369
+ @jsii.member(jsii_name="fromDimensionArn")
11370
+ @builtins.classmethod
11371
+ def from_dimension_arn(
11372
+ cls,
11373
+ scope: _constructs_77d1e7e8.Construct,
11374
+ id: builtins.str,
11375
+ arn: builtins.str,
11376
+ ) -> IDimensionRef:
11377
+ '''Creates a new IDimensionRef from an ARN.
11378
+
11379
+ :param scope: -
11380
+ :param id: -
11381
+ :param arn: -
11382
+ '''
11383
+ if __debug__:
11384
+ type_hints = typing.get_type_hints(_typecheckingstub__a27be5f6de8bec8eb6287e16f0a821027e71511a4f1ca4088d662b82afafeac4)
11385
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11386
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11387
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11388
+ return typing.cast(IDimensionRef, jsii.sinvoke(cls, "fromDimensionArn", [scope, id, arn]))
11389
+
11390
+ @jsii.member(jsii_name="fromDimensionName")
11391
+ @builtins.classmethod
11392
+ def from_dimension_name(
11393
+ cls,
11394
+ scope: _constructs_77d1e7e8.Construct,
11395
+ id: builtins.str,
11396
+ dimension_name: builtins.str,
11397
+ ) -> IDimensionRef:
11398
+ '''Creates a new IDimensionRef from a dimensionName.
11399
+
11400
+ :param scope: -
11401
+ :param id: -
11402
+ :param dimension_name: -
11403
+ '''
11404
+ if __debug__:
11405
+ type_hints = typing.get_type_hints(_typecheckingstub__01d55d2af5b261cda0b752c0632d64440b8d78fc046219d8c261cfc2035260d2)
11406
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11407
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11408
+ check_type(argname="argument dimension_name", value=dimension_name, expected_type=type_hints["dimension_name"])
11409
+ return typing.cast(IDimensionRef, jsii.sinvoke(cls, "fromDimensionName", [scope, id, dimension_name]))
11410
+
11138
11411
  @jsii.member(jsii_name="inspect")
11139
11412
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11140
11413
  '''Examines the CloudFormation resource and discloses attributes.
@@ -11351,6 +11624,48 @@ class CfnDomainConfiguration(
11351
11624
 
11352
11625
  jsii.create(self.__class__, self, [scope, id, props])
11353
11626
 
11627
+ @jsii.member(jsii_name="fromDomainConfigurationArn")
11628
+ @builtins.classmethod
11629
+ def from_domain_configuration_arn(
11630
+ cls,
11631
+ scope: _constructs_77d1e7e8.Construct,
11632
+ id: builtins.str,
11633
+ arn: builtins.str,
11634
+ ) -> IDomainConfigurationRef:
11635
+ '''Creates a new IDomainConfigurationRef from an ARN.
11636
+
11637
+ :param scope: -
11638
+ :param id: -
11639
+ :param arn: -
11640
+ '''
11641
+ if __debug__:
11642
+ type_hints = typing.get_type_hints(_typecheckingstub__8be2d6e1ff6693540055a9fa7d393b113d89ebf43e1634e7d647805cdd5b250e)
11643
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11644
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11645
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11646
+ return typing.cast(IDomainConfigurationRef, jsii.sinvoke(cls, "fromDomainConfigurationArn", [scope, id, arn]))
11647
+
11648
+ @jsii.member(jsii_name="fromDomainConfigurationName")
11649
+ @builtins.classmethod
11650
+ def from_domain_configuration_name(
11651
+ cls,
11652
+ scope: _constructs_77d1e7e8.Construct,
11653
+ id: builtins.str,
11654
+ domain_configuration_name: builtins.str,
11655
+ ) -> IDomainConfigurationRef:
11656
+ '''Creates a new IDomainConfigurationRef from a domainConfigurationName.
11657
+
11658
+ :param scope: -
11659
+ :param id: -
11660
+ :param domain_configuration_name: -
11661
+ '''
11662
+ if __debug__:
11663
+ type_hints = typing.get_type_hints(_typecheckingstub__4b9a196292f0744bd9f4375ad0444e438c9fcd9546da1348cab2bf1a5cee12df)
11664
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11665
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11666
+ check_type(argname="argument domain_configuration_name", value=domain_configuration_name, expected_type=type_hints["domain_configuration_name"])
11667
+ return typing.cast(IDomainConfigurationRef, jsii.sinvoke(cls, "fromDomainConfigurationName", [scope, id, domain_configuration_name]))
11668
+
11354
11669
  @jsii.member(jsii_name="inspect")
11355
11670
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11356
11671
  '''Examines the CloudFormation resource and discloses attributes.
@@ -12742,6 +13057,48 @@ class CfnJobTemplate(
12742
13057
 
12743
13058
  jsii.create(self.__class__, self, [scope, id, props])
12744
13059
 
13060
+ @jsii.member(jsii_name="fromJobTemplateArn")
13061
+ @builtins.classmethod
13062
+ def from_job_template_arn(
13063
+ cls,
13064
+ scope: _constructs_77d1e7e8.Construct,
13065
+ id: builtins.str,
13066
+ arn: builtins.str,
13067
+ ) -> IJobTemplateRef:
13068
+ '''Creates a new IJobTemplateRef from an ARN.
13069
+
13070
+ :param scope: -
13071
+ :param id: -
13072
+ :param arn: -
13073
+ '''
13074
+ if __debug__:
13075
+ type_hints = typing.get_type_hints(_typecheckingstub__f36e0acf648bcbed21194f2fcc86b7da45b2ca6201f04d69359e1bd54dae7b68)
13076
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
13077
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
13078
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
13079
+ return typing.cast(IJobTemplateRef, jsii.sinvoke(cls, "fromJobTemplateArn", [scope, id, arn]))
13080
+
13081
+ @jsii.member(jsii_name="fromJobTemplateId")
13082
+ @builtins.classmethod
13083
+ def from_job_template_id(
13084
+ cls,
13085
+ scope: _constructs_77d1e7e8.Construct,
13086
+ id: builtins.str,
13087
+ job_template_id: builtins.str,
13088
+ ) -> IJobTemplateRef:
13089
+ '''Creates a new IJobTemplateRef from a jobTemplateId.
13090
+
13091
+ :param scope: -
13092
+ :param id: -
13093
+ :param job_template_id: -
13094
+ '''
13095
+ if __debug__:
13096
+ type_hints = typing.get_type_hints(_typecheckingstub__67cc5fc3c14eec957174274cc3bede58847824cc340b0433ab36aa58df81d908)
13097
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
13098
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
13099
+ check_type(argname="argument job_template_id", value=job_template_id, expected_type=type_hints["job_template_id"])
13100
+ return typing.cast(IJobTemplateRef, jsii.sinvoke(cls, "fromJobTemplateId", [scope, id, job_template_id]))
13101
+
12745
13102
  @jsii.member(jsii_name="inspect")
12746
13103
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
12747
13104
  '''Examines the CloudFormation resource and discloses attributes.
@@ -15019,6 +15376,27 @@ class CfnProvisioningTemplate(
15019
15376
 
15020
15377
  jsii.create(self.__class__, self, [scope, id, props])
15021
15378
 
15379
+ @jsii.member(jsii_name="fromTemplateName")
15380
+ @builtins.classmethod
15381
+ def from_template_name(
15382
+ cls,
15383
+ scope: _constructs_77d1e7e8.Construct,
15384
+ id: builtins.str,
15385
+ template_name: builtins.str,
15386
+ ) -> IProvisioningTemplateRef:
15387
+ '''Creates a new IProvisioningTemplateRef from a templateName.
15388
+
15389
+ :param scope: -
15390
+ :param id: -
15391
+ :param template_name: -
15392
+ '''
15393
+ if __debug__:
15394
+ type_hints = typing.get_type_hints(_typecheckingstub__80fefadc353ed4d1a5c6862088ec6985075f9dba2564b757907dd3afc3440d66)
15395
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15396
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15397
+ check_type(argname="argument template_name", value=template_name, expected_type=type_hints["template_name"])
15398
+ return typing.cast(IProvisioningTemplateRef, jsii.sinvoke(cls, "fromTemplateName", [scope, id, template_name]))
15399
+
15022
15400
  @jsii.member(jsii_name="inspect")
15023
15401
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
15024
15402
  '''Examines the CloudFormation resource and discloses attributes.
@@ -15469,6 +15847,48 @@ class CfnRoleAlias(
15469
15847
 
15470
15848
  jsii.create(self.__class__, self, [scope, id, props])
15471
15849
 
15850
+ @jsii.member(jsii_name="fromRoleAlias")
15851
+ @builtins.classmethod
15852
+ def from_role_alias(
15853
+ cls,
15854
+ scope: _constructs_77d1e7e8.Construct,
15855
+ id: builtins.str,
15856
+ role_alias: builtins.str,
15857
+ ) -> IRoleAliasRef:
15858
+ '''Creates a new IRoleAliasRef from a roleAlias.
15859
+
15860
+ :param scope: -
15861
+ :param id: -
15862
+ :param role_alias: -
15863
+ '''
15864
+ if __debug__:
15865
+ type_hints = typing.get_type_hints(_typecheckingstub__4cbdec422d0f8a201c529f6f73b276796c63bebaf61714ac8e1bb094a839d596)
15866
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15867
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15868
+ check_type(argname="argument role_alias", value=role_alias, expected_type=type_hints["role_alias"])
15869
+ return typing.cast(IRoleAliasRef, jsii.sinvoke(cls, "fromRoleAlias", [scope, id, role_alias]))
15870
+
15871
+ @jsii.member(jsii_name="fromRoleAliasArn")
15872
+ @builtins.classmethod
15873
+ def from_role_alias_arn(
15874
+ cls,
15875
+ scope: _constructs_77d1e7e8.Construct,
15876
+ id: builtins.str,
15877
+ arn: builtins.str,
15878
+ ) -> IRoleAliasRef:
15879
+ '''Creates a new IRoleAliasRef from an ARN.
15880
+
15881
+ :param scope: -
15882
+ :param id: -
15883
+ :param arn: -
15884
+ '''
15885
+ if __debug__:
15886
+ type_hints = typing.get_type_hints(_typecheckingstub__103d13b2dd8fa40daeeecf5902c3729e010fd8f6c32e49a664c103632a12a7e2)
15887
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15888
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15889
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
15890
+ return typing.cast(IRoleAliasRef, jsii.sinvoke(cls, "fromRoleAliasArn", [scope, id, arn]))
15891
+
15472
15892
  @jsii.member(jsii_name="inspect")
15473
15893
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
15474
15894
  '''Examines the CloudFormation resource and discloses attributes.
@@ -15650,6 +16070,48 @@ class CfnScheduledAudit(
15650
16070
 
15651
16071
  jsii.create(self.__class__, self, [scope, id, props])
15652
16072
 
16073
+ @jsii.member(jsii_name="fromScheduledAuditArn")
16074
+ @builtins.classmethod
16075
+ def from_scheduled_audit_arn(
16076
+ cls,
16077
+ scope: _constructs_77d1e7e8.Construct,
16078
+ id: builtins.str,
16079
+ arn: builtins.str,
16080
+ ) -> IScheduledAuditRef:
16081
+ '''Creates a new IScheduledAuditRef from an ARN.
16082
+
16083
+ :param scope: -
16084
+ :param id: -
16085
+ :param arn: -
16086
+ '''
16087
+ if __debug__:
16088
+ type_hints = typing.get_type_hints(_typecheckingstub__1415801c9012935287c49ba75e6614ef915635bd76068d3a8818a8c15a35ae3e)
16089
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
16090
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
16091
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
16092
+ return typing.cast(IScheduledAuditRef, jsii.sinvoke(cls, "fromScheduledAuditArn", [scope, id, arn]))
16093
+
16094
+ @jsii.member(jsii_name="fromScheduledAuditName")
16095
+ @builtins.classmethod
16096
+ def from_scheduled_audit_name(
16097
+ cls,
16098
+ scope: _constructs_77d1e7e8.Construct,
16099
+ id: builtins.str,
16100
+ scheduled_audit_name: builtins.str,
16101
+ ) -> IScheduledAuditRef:
16102
+ '''Creates a new IScheduledAuditRef from a scheduledAuditName.
16103
+
16104
+ :param scope: -
16105
+ :param id: -
16106
+ :param scheduled_audit_name: -
16107
+ '''
16108
+ if __debug__:
16109
+ type_hints = typing.get_type_hints(_typecheckingstub__7f3a453ae1420fc4faa8cfbdd1bce7226bdfb0b3933f3eb439ee94cdd196262a)
16110
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
16111
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
16112
+ check_type(argname="argument scheduled_audit_name", value=scheduled_audit_name, expected_type=type_hints["scheduled_audit_name"])
16113
+ return typing.cast(IScheduledAuditRef, jsii.sinvoke(cls, "fromScheduledAuditName", [scope, id, scheduled_audit_name]))
16114
+
15653
16115
  @jsii.member(jsii_name="inspect")
15654
16116
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
15655
16117
  '''Examines the CloudFormation resource and discloses attributes.
@@ -15915,6 +16377,48 @@ class CfnSecurityProfile(
15915
16377
 
15916
16378
  jsii.create(self.__class__, self, [scope, id, props])
15917
16379
 
16380
+ @jsii.member(jsii_name="fromSecurityProfileArn")
16381
+ @builtins.classmethod
16382
+ def from_security_profile_arn(
16383
+ cls,
16384
+ scope: _constructs_77d1e7e8.Construct,
16385
+ id: builtins.str,
16386
+ arn: builtins.str,
16387
+ ) -> ISecurityProfileRef:
16388
+ '''Creates a new ISecurityProfileRef from an ARN.
16389
+
16390
+ :param scope: -
16391
+ :param id: -
16392
+ :param arn: -
16393
+ '''
16394
+ if __debug__:
16395
+ type_hints = typing.get_type_hints(_typecheckingstub__5d9189312f9aef6e5fb05f527807f2a38e973ab921573e55313d70b2abb872b2)
16396
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
16397
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
16398
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
16399
+ return typing.cast(ISecurityProfileRef, jsii.sinvoke(cls, "fromSecurityProfileArn", [scope, id, arn]))
16400
+
16401
+ @jsii.member(jsii_name="fromSecurityProfileName")
16402
+ @builtins.classmethod
16403
+ def from_security_profile_name(
16404
+ cls,
16405
+ scope: _constructs_77d1e7e8.Construct,
16406
+ id: builtins.str,
16407
+ security_profile_name: builtins.str,
16408
+ ) -> ISecurityProfileRef:
16409
+ '''Creates a new ISecurityProfileRef from a securityProfileName.
16410
+
16411
+ :param scope: -
16412
+ :param id: -
16413
+ :param security_profile_name: -
16414
+ '''
16415
+ if __debug__:
16416
+ type_hints = typing.get_type_hints(_typecheckingstub__825fcc37fdfa495dc786c3f636eaf6ea6e2ace80152e8a8b2cc5948b5c593f99)
16417
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
16418
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
16419
+ check_type(argname="argument security_profile_name", value=security_profile_name, expected_type=type_hints["security_profile_name"])
16420
+ return typing.cast(ISecurityProfileRef, jsii.sinvoke(cls, "fromSecurityProfileName", [scope, id, security_profile_name]))
16421
+
15918
16422
  @jsii.member(jsii_name="inspect")
15919
16423
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
15920
16424
  '''Examines the CloudFormation resource and discloses attributes.
@@ -17084,6 +17588,27 @@ class CfnSoftwarePackage(
17084
17588
 
17085
17589
  jsii.create(self.__class__, self, [scope, id, props])
17086
17590
 
17591
+ @jsii.member(jsii_name="fromPackageName")
17592
+ @builtins.classmethod
17593
+ def from_package_name(
17594
+ cls,
17595
+ scope: _constructs_77d1e7e8.Construct,
17596
+ id: builtins.str,
17597
+ package_name: builtins.str,
17598
+ ) -> ISoftwarePackageRef:
17599
+ '''Creates a new ISoftwarePackageRef from a packageName.
17600
+
17601
+ :param scope: -
17602
+ :param id: -
17603
+ :param package_name: -
17604
+ '''
17605
+ if __debug__:
17606
+ type_hints = typing.get_type_hints(_typecheckingstub__f04bb4bbac036b5e5c2dd4b5f400cb10635c3a33f5908c7858a66dfd6baa02ed)
17607
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
17608
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
17609
+ check_type(argname="argument package_name", value=package_name, expected_type=type_hints["package_name"])
17610
+ return typing.cast(ISoftwarePackageRef, jsii.sinvoke(cls, "fromPackageName", [scope, id, package_name]))
17611
+
17087
17612
  @jsii.member(jsii_name="inspect")
17088
17613
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
17089
17614
  '''Examines the CloudFormation resource and discloses attributes.
@@ -17748,6 +18273,48 @@ class CfnThing(
17748
18273
 
17749
18274
  jsii.create(self.__class__, self, [scope, id, props])
17750
18275
 
18276
+ @jsii.member(jsii_name="fromThingArn")
18277
+ @builtins.classmethod
18278
+ def from_thing_arn(
18279
+ cls,
18280
+ scope: _constructs_77d1e7e8.Construct,
18281
+ id: builtins.str,
18282
+ arn: builtins.str,
18283
+ ) -> IThingRef:
18284
+ '''Creates a new IThingRef from an ARN.
18285
+
18286
+ :param scope: -
18287
+ :param id: -
18288
+ :param arn: -
18289
+ '''
18290
+ if __debug__:
18291
+ type_hints = typing.get_type_hints(_typecheckingstub__fead53b272148fd34aae6d40309f886d11f5b36948745142ad42085f84b82760)
18292
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
18293
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
18294
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
18295
+ return typing.cast(IThingRef, jsii.sinvoke(cls, "fromThingArn", [scope, id, arn]))
18296
+
18297
+ @jsii.member(jsii_name="fromThingName")
18298
+ @builtins.classmethod
18299
+ def from_thing_name(
18300
+ cls,
18301
+ scope: _constructs_77d1e7e8.Construct,
18302
+ id: builtins.str,
18303
+ thing_name: builtins.str,
18304
+ ) -> IThingRef:
18305
+ '''Creates a new IThingRef from a thingName.
18306
+
18307
+ :param scope: -
18308
+ :param id: -
18309
+ :param thing_name: -
18310
+ '''
18311
+ if __debug__:
18312
+ type_hints = typing.get_type_hints(_typecheckingstub__63e706c38ed2742098a2017e0b77f83259713c25e93c0c3263185f4952f4f6b0)
18313
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
18314
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
18315
+ check_type(argname="argument thing_name", value=thing_name, expected_type=type_hints["thing_name"])
18316
+ return typing.cast(IThingRef, jsii.sinvoke(cls, "fromThingName", [scope, id, thing_name]))
18317
+
17751
18318
  @jsii.member(jsii_name="inspect")
17752
18319
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
17753
18320
  '''Examines the CloudFormation resource and discloses attributes.
@@ -17980,6 +18547,48 @@ class CfnThingGroup(
17980
18547
 
17981
18548
  jsii.create(self.__class__, self, [scope, id, props])
17982
18549
 
18550
+ @jsii.member(jsii_name="fromThingGroupArn")
18551
+ @builtins.classmethod
18552
+ def from_thing_group_arn(
18553
+ cls,
18554
+ scope: _constructs_77d1e7e8.Construct,
18555
+ id: builtins.str,
18556
+ arn: builtins.str,
18557
+ ) -> IThingGroupRef:
18558
+ '''Creates a new IThingGroupRef from an ARN.
18559
+
18560
+ :param scope: -
18561
+ :param id: -
18562
+ :param arn: -
18563
+ '''
18564
+ if __debug__:
18565
+ type_hints = typing.get_type_hints(_typecheckingstub__76e735ef090aa6b4711223ff32df96bd5172343cba35e1d77cd4b68872b59b0f)
18566
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
18567
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
18568
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
18569
+ return typing.cast(IThingGroupRef, jsii.sinvoke(cls, "fromThingGroupArn", [scope, id, arn]))
18570
+
18571
+ @jsii.member(jsii_name="fromThingGroupName")
18572
+ @builtins.classmethod
18573
+ def from_thing_group_name(
18574
+ cls,
18575
+ scope: _constructs_77d1e7e8.Construct,
18576
+ id: builtins.str,
18577
+ thing_group_name: builtins.str,
18578
+ ) -> IThingGroupRef:
18579
+ '''Creates a new IThingGroupRef from a thingGroupName.
18580
+
18581
+ :param scope: -
18582
+ :param id: -
18583
+ :param thing_group_name: -
18584
+ '''
18585
+ if __debug__:
18586
+ type_hints = typing.get_type_hints(_typecheckingstub__1d16ed632ef5ccc8b15a0030144c594fbdeb61f18966f15c334fce5dc8361da1)
18587
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
18588
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
18589
+ check_type(argname="argument thing_group_name", value=thing_group_name, expected_type=type_hints["thing_group_name"])
18590
+ return typing.cast(IThingGroupRef, jsii.sinvoke(cls, "fromThingGroupName", [scope, id, thing_group_name]))
18591
+
17983
18592
  @jsii.member(jsii_name="inspect")
17984
18593
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
17985
18594
  '''Examines the CloudFormation resource and discloses attributes.
@@ -18473,6 +19082,48 @@ class CfnThingType(
18473
19082
 
18474
19083
  jsii.create(self.__class__, self, [scope, id, props])
18475
19084
 
19085
+ @jsii.member(jsii_name="fromThingTypeArn")
19086
+ @builtins.classmethod
19087
+ def from_thing_type_arn(
19088
+ cls,
19089
+ scope: _constructs_77d1e7e8.Construct,
19090
+ id: builtins.str,
19091
+ arn: builtins.str,
19092
+ ) -> IThingTypeRef:
19093
+ '''Creates a new IThingTypeRef from an ARN.
19094
+
19095
+ :param scope: -
19096
+ :param id: -
19097
+ :param arn: -
19098
+ '''
19099
+ if __debug__:
19100
+ type_hints = typing.get_type_hints(_typecheckingstub__6719a471a2e56cfe6b27d1f229fe9a55487c255cf0c800a5247c6abc8687cf5f)
19101
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
19102
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
19103
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
19104
+ return typing.cast(IThingTypeRef, jsii.sinvoke(cls, "fromThingTypeArn", [scope, id, arn]))
19105
+
19106
+ @jsii.member(jsii_name="fromThingTypeName")
19107
+ @builtins.classmethod
19108
+ def from_thing_type_name(
19109
+ cls,
19110
+ scope: _constructs_77d1e7e8.Construct,
19111
+ id: builtins.str,
19112
+ thing_type_name: builtins.str,
19113
+ ) -> IThingTypeRef:
19114
+ '''Creates a new IThingTypeRef from a thingTypeName.
19115
+
19116
+ :param scope: -
19117
+ :param id: -
19118
+ :param thing_type_name: -
19119
+ '''
19120
+ if __debug__:
19121
+ type_hints = typing.get_type_hints(_typecheckingstub__b64da11ae0952ff1dfbf98ffbed4eb8116a760ef7d0646991854dc1c1519bf2f)
19122
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
19123
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
19124
+ check_type(argname="argument thing_type_name", value=thing_type_name, expected_type=type_hints["thing_type_name"])
19125
+ return typing.cast(IThingTypeRef, jsii.sinvoke(cls, "fromThingTypeName", [scope, id, thing_type_name]))
19126
+
18476
19127
  @jsii.member(jsii_name="inspect")
18477
19128
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
18478
19129
  '''Examines the CloudFormation resource and discloses attributes.
@@ -19379,6 +20030,48 @@ class CfnTopicRule(
19379
20030
 
19380
20031
  jsii.create(self.__class__, self, [scope, id, props])
19381
20032
 
20033
+ @jsii.member(jsii_name="fromRuleName")
20034
+ @builtins.classmethod
20035
+ def from_rule_name(
20036
+ cls,
20037
+ scope: _constructs_77d1e7e8.Construct,
20038
+ id: builtins.str,
20039
+ rule_name: builtins.str,
20040
+ ) -> ITopicRuleRef:
20041
+ '''Creates a new ITopicRuleRef from a ruleName.
20042
+
20043
+ :param scope: -
20044
+ :param id: -
20045
+ :param rule_name: -
20046
+ '''
20047
+ if __debug__:
20048
+ type_hints = typing.get_type_hints(_typecheckingstub__57ce3fcce047f65f3796a2c1921995470940a224ba618866916236a9660b6fda)
20049
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
20050
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
20051
+ check_type(argname="argument rule_name", value=rule_name, expected_type=type_hints["rule_name"])
20052
+ return typing.cast(ITopicRuleRef, jsii.sinvoke(cls, "fromRuleName", [scope, id, rule_name]))
20053
+
20054
+ @jsii.member(jsii_name="fromTopicRuleArn")
20055
+ @builtins.classmethod
20056
+ def from_topic_rule_arn(
20057
+ cls,
20058
+ scope: _constructs_77d1e7e8.Construct,
20059
+ id: builtins.str,
20060
+ arn: builtins.str,
20061
+ ) -> ITopicRuleRef:
20062
+ '''Creates a new ITopicRuleRef from an ARN.
20063
+
20064
+ :param scope: -
20065
+ :param id: -
20066
+ :param arn: -
20067
+ '''
20068
+ if __debug__:
20069
+ type_hints = typing.get_type_hints(_typecheckingstub__0b3cee3077efed5f545bb3d6f2a1193d6e3a15b352974230ae5f7a2492402796)
20070
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
20071
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
20072
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
20073
+ return typing.cast(ITopicRuleRef, jsii.sinvoke(cls, "fromTopicRuleArn", [scope, id, arn]))
20074
+
19382
20075
  @jsii.member(jsii_name="inspect")
19383
20076
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
19384
20077
  '''Examines the CloudFormation resource and discloses attributes.
@@ -25650,6 +26343,22 @@ def _typecheckingstub__4e4fa4db2b2f39dbc6512c349a1f375506fa414803e0c743e3c239b76
25650
26343
  """Type checking stubs"""
25651
26344
  pass
25652
26345
 
26346
+ def _typecheckingstub__310c1c4c2dfff03e92b3a6a3e1de13fb9fbfa4745644dab039f56bcdb5c84be3(
26347
+ scope: _constructs_77d1e7e8.Construct,
26348
+ id: builtins.str,
26349
+ arn: builtins.str,
26350
+ ) -> None:
26351
+ """Type checking stubs"""
26352
+ pass
26353
+
26354
+ def _typecheckingstub__4f19089485a26bdaae502a939567bac9583ba84ecc402865419db66df9aca955(
26355
+ scope: _constructs_77d1e7e8.Construct,
26356
+ id: builtins.str,
26357
+ authorizer_name: builtins.str,
26358
+ ) -> None:
26359
+ """Type checking stubs"""
26360
+ pass
26361
+
25653
26362
  def _typecheckingstub__e047b673b6f702c39e8e2ee56ca74ec98eafb41c24942f77cf48dcfc0c6cf100(
25654
26363
  inspector: _TreeInspector_488e0dd5,
25655
26364
  ) -> None:
@@ -25721,6 +26430,22 @@ def _typecheckingstub__9800cd08bb1d66b3bd0eb0dfcdd44bd57f861cc577346b257704a3a82
25721
26430
  """Type checking stubs"""
25722
26431
  pass
25723
26432
 
26433
+ def _typecheckingstub__4a18c3b4d0697a1a24c0fdba8322820151d3aef1daff80005d0610955c8df485(
26434
+ scope: _constructs_77d1e7e8.Construct,
26435
+ id: builtins.str,
26436
+ arn: builtins.str,
26437
+ ) -> None:
26438
+ """Type checking stubs"""
26439
+ pass
26440
+
26441
+ def _typecheckingstub__7a0f03a5d43c18591bbffa9ae9656ce12f0909732a6774987c89c161f4591a02(
26442
+ scope: _constructs_77d1e7e8.Construct,
26443
+ id: builtins.str,
26444
+ billing_group_name: builtins.str,
26445
+ ) -> None:
26446
+ """Type checking stubs"""
26447
+ pass
26448
+
25724
26449
  def _typecheckingstub__71274764d0e63931050375d1e81d7c1388a96fa05d064b54b94b25b9fe32aaec(
25725
26450
  inspector: _TreeInspector_488e0dd5,
25726
26451
  ) -> None:
@@ -25856,6 +26581,22 @@ def _typecheckingstub__46aee44d4d6a9733c85214e26c075d74543dcab8e828397dcca352833
25856
26581
  """Type checking stubs"""
25857
26582
  pass
25858
26583
 
26584
+ def _typecheckingstub__cfecee0031cd00f0c731c9897fab1d78a2ea52ff0b8755d7b8beba1d6b6d98e4(
26585
+ scope: _constructs_77d1e7e8.Construct,
26586
+ id: builtins.str,
26587
+ arn: builtins.str,
26588
+ ) -> None:
26589
+ """Type checking stubs"""
26590
+ pass
26591
+
26592
+ def _typecheckingstub__0cac852b52dc618227ba2aacd333c26f6b86646275afa7512cafab57889e07f9(
26593
+ scope: _constructs_77d1e7e8.Construct,
26594
+ id: builtins.str,
26595
+ certificate_id: builtins.str,
26596
+ ) -> None:
26597
+ """Type checking stubs"""
26598
+ pass
26599
+
25859
26600
  def _typecheckingstub__c8dc35779a0ee0a520fa80f198a73f56234310d7e74f491d3dd025d9915126f8(
25860
26601
  inspector: _TreeInspector_488e0dd5,
25861
26602
  ) -> None:
@@ -25910,6 +26651,22 @@ def _typecheckingstub__aa47c66749868972aaf4a345219010725c3e649282a1cdc821cea25f3
25910
26651
  """Type checking stubs"""
25911
26652
  pass
25912
26653
 
26654
+ def _typecheckingstub__071317decea219980ab41a3b4a58ce71a6e759554c7547835c48fcc07c94ffe5(
26655
+ scope: _constructs_77d1e7e8.Construct,
26656
+ id: builtins.str,
26657
+ arn: builtins.str,
26658
+ ) -> None:
26659
+ """Type checking stubs"""
26660
+ pass
26661
+
26662
+ def _typecheckingstub__18dde147f0565e214975cf9507950ba2bb212ec44d032db9966e44e55448df59(
26663
+ scope: _constructs_77d1e7e8.Construct,
26664
+ id: builtins.str,
26665
+ certificate_provider_name: builtins.str,
26666
+ ) -> None:
26667
+ """Type checking stubs"""
26668
+ pass
26669
+
25913
26670
  def _typecheckingstub__deee97fb5276134b41fef575240d151e07ce4376265ee400e7c314dd54b29bcd(
25914
26671
  inspector: _TreeInspector_488e0dd5,
25915
26672
  ) -> None:
@@ -25966,6 +26723,22 @@ def _typecheckingstub__52a5cb4afc582c05e5d1b2fa90cfc417ff3948833b71595e4f4dfe2cc
25966
26723
  """Type checking stubs"""
25967
26724
  pass
25968
26725
 
26726
+ def _typecheckingstub__662c96af9f5c831d1987907418517956dd326eacc07062b92002cf137eb68595(
26727
+ scope: _constructs_77d1e7e8.Construct,
26728
+ id: builtins.str,
26729
+ arn: builtins.str,
26730
+ ) -> None:
26731
+ """Type checking stubs"""
26732
+ pass
26733
+
26734
+ def _typecheckingstub__22de9dd2fe01080b28a2448b9e4a2600a3a0d700f87bad5caea74b72b7166f79(
26735
+ scope: _constructs_77d1e7e8.Construct,
26736
+ id: builtins.str,
26737
+ command_id: builtins.str,
26738
+ ) -> None:
26739
+ """Type checking stubs"""
26740
+ pass
26741
+
25969
26742
  def _typecheckingstub__1a90c6f8d7ba96e3a8933e52848f62e6fd81587904327421693b26311a4e50eb(
25970
26743
  inspector: _TreeInspector_488e0dd5,
25971
26744
  ) -> None:
@@ -26093,6 +26866,14 @@ def _typecheckingstub__b5d4b322e821a4658786c2a37bf522048717e259abfffbbac6e69e0d2
26093
26866
  """Type checking stubs"""
26094
26867
  pass
26095
26868
 
26869
+ def _typecheckingstub__e694f3cb4ab80390387848a262c47752dd0bdbe195e0e49defffc1e9b36d4ed3(
26870
+ scope: _constructs_77d1e7e8.Construct,
26871
+ id: builtins.str,
26872
+ metric_name: builtins.str,
26873
+ ) -> None:
26874
+ """Type checking stubs"""
26875
+ pass
26876
+
26096
26877
  def _typecheckingstub__638a54d00e3051dcffa8bb253ab09bd53a1cd5493472b15fec16df04226e2dda(
26097
26878
  inspector: _TreeInspector_488e0dd5,
26098
26879
  ) -> None:
@@ -26141,6 +26922,22 @@ def _typecheckingstub__9286d29081a37ed320df129ad3a910f5794612db8e193487b1e0eed45
26141
26922
  """Type checking stubs"""
26142
26923
  pass
26143
26924
 
26925
+ def _typecheckingstub__a27be5f6de8bec8eb6287e16f0a821027e71511a4f1ca4088d662b82afafeac4(
26926
+ scope: _constructs_77d1e7e8.Construct,
26927
+ id: builtins.str,
26928
+ arn: builtins.str,
26929
+ ) -> None:
26930
+ """Type checking stubs"""
26931
+ pass
26932
+
26933
+ def _typecheckingstub__01d55d2af5b261cda0b752c0632d64440b8d78fc046219d8c261cfc2035260d2(
26934
+ scope: _constructs_77d1e7e8.Construct,
26935
+ id: builtins.str,
26936
+ dimension_name: builtins.str,
26937
+ ) -> None:
26938
+ """Type checking stubs"""
26939
+ pass
26940
+
26144
26941
  def _typecheckingstub__4753c5c665600fcdab2b16cb0586de1d0d979ee70e2269c0128df8953dbe2f7a(
26145
26942
  inspector: _TreeInspector_488e0dd5,
26146
26943
  ) -> None:
@@ -26198,6 +26995,22 @@ def _typecheckingstub__58bae527b5502ff5c7ab6b93d68302d8e2cbc6a5632a832f2c6bf436e
26198
26995
  """Type checking stubs"""
26199
26996
  pass
26200
26997
 
26998
+ def _typecheckingstub__8be2d6e1ff6693540055a9fa7d393b113d89ebf43e1634e7d647805cdd5b250e(
26999
+ scope: _constructs_77d1e7e8.Construct,
27000
+ id: builtins.str,
27001
+ arn: builtins.str,
27002
+ ) -> None:
27003
+ """Type checking stubs"""
27004
+ pass
27005
+
27006
+ def _typecheckingstub__4b9a196292f0744bd9f4375ad0444e438c9fcd9546da1348cab2bf1a5cee12df(
27007
+ scope: _constructs_77d1e7e8.Construct,
27008
+ id: builtins.str,
27009
+ domain_configuration_name: builtins.str,
27010
+ ) -> None:
27011
+ """Type checking stubs"""
27012
+ pass
27013
+
26201
27014
  def _typecheckingstub__0a0813992a6140c2db60a1dd5dbed6984f02439abf3e084f624560966cd09acb(
26202
27015
  inspector: _TreeInspector_488e0dd5,
26203
27016
  ) -> None:
@@ -26497,6 +27310,22 @@ def _typecheckingstub__41042e233d09c55a1d146a4913894e94014a62c885bf42884b1cf8623
26497
27310
  """Type checking stubs"""
26498
27311
  pass
26499
27312
 
27313
+ def _typecheckingstub__f36e0acf648bcbed21194f2fcc86b7da45b2ca6201f04d69359e1bd54dae7b68(
27314
+ scope: _constructs_77d1e7e8.Construct,
27315
+ id: builtins.str,
27316
+ arn: builtins.str,
27317
+ ) -> None:
27318
+ """Type checking stubs"""
27319
+ pass
27320
+
27321
+ def _typecheckingstub__67cc5fc3c14eec957174274cc3bede58847824cc340b0433ab36aa58df81d908(
27322
+ scope: _constructs_77d1e7e8.Construct,
27323
+ id: builtins.str,
27324
+ job_template_id: builtins.str,
27325
+ ) -> None:
27326
+ """Type checking stubs"""
27327
+ pass
27328
+
26500
27329
  def _typecheckingstub__6e312804d00a9ebd568eb211e138b295fcca0a066c0b9880246f965814d927ba(
26501
27330
  inspector: _TreeInspector_488e0dd5,
26502
27331
  ) -> None:
@@ -26903,6 +27732,14 @@ def _typecheckingstub__02bb96ea93d9f923c4ca5284f1e7592d6a1e2f3924af8805a542593c8
26903
27732
  """Type checking stubs"""
26904
27733
  pass
26905
27734
 
27735
+ def _typecheckingstub__80fefadc353ed4d1a5c6862088ec6985075f9dba2564b757907dd3afc3440d66(
27736
+ scope: _constructs_77d1e7e8.Construct,
27737
+ id: builtins.str,
27738
+ template_name: builtins.str,
27739
+ ) -> None:
27740
+ """Type checking stubs"""
27741
+ pass
27742
+
26906
27743
  def _typecheckingstub__4f23fd7ad121fbd12d24cc67b77b8f9cde545c62beb82c8984b004d910d4007f(
26907
27744
  inspector: _TreeInspector_488e0dd5,
26908
27745
  ) -> None:
@@ -27024,6 +27861,22 @@ def _typecheckingstub__24de62bb2eee992c56b5999c4656f168b122a254284d811246124cfd0
27024
27861
  """Type checking stubs"""
27025
27862
  pass
27026
27863
 
27864
+ def _typecheckingstub__4cbdec422d0f8a201c529f6f73b276796c63bebaf61714ac8e1bb094a839d596(
27865
+ scope: _constructs_77d1e7e8.Construct,
27866
+ id: builtins.str,
27867
+ role_alias: builtins.str,
27868
+ ) -> None:
27869
+ """Type checking stubs"""
27870
+ pass
27871
+
27872
+ def _typecheckingstub__103d13b2dd8fa40daeeecf5902c3729e010fd8f6c32e49a664c103632a12a7e2(
27873
+ scope: _constructs_77d1e7e8.Construct,
27874
+ id: builtins.str,
27875
+ arn: builtins.str,
27876
+ ) -> None:
27877
+ """Type checking stubs"""
27878
+ pass
27879
+
27027
27880
  def _typecheckingstub__466b08fa2ec60e9b31c176c4cdf8fbb3029194b8bc191943df68a7e8c247da45(
27028
27881
  inspector: _TreeInspector_488e0dd5,
27029
27882
  ) -> None:
@@ -27074,6 +27927,22 @@ def _typecheckingstub__c7920148477352c97a5c3a934c25ee187add77bf6cf214ae8e8ed66f8
27074
27927
  """Type checking stubs"""
27075
27928
  pass
27076
27929
 
27930
+ def _typecheckingstub__1415801c9012935287c49ba75e6614ef915635bd76068d3a8818a8c15a35ae3e(
27931
+ scope: _constructs_77d1e7e8.Construct,
27932
+ id: builtins.str,
27933
+ arn: builtins.str,
27934
+ ) -> None:
27935
+ """Type checking stubs"""
27936
+ pass
27937
+
27938
+ def _typecheckingstub__7f3a453ae1420fc4faa8cfbdd1bce7226bdfb0b3933f3eb439ee94cdd196262a(
27939
+ scope: _constructs_77d1e7e8.Construct,
27940
+ id: builtins.str,
27941
+ scheduled_audit_name: builtins.str,
27942
+ ) -> None:
27943
+ """Type checking stubs"""
27944
+ pass
27945
+
27077
27946
  def _typecheckingstub__c0e565bf4c581801adb6ecd4225ff95491969258026b567567c0ab12ccb5960d(
27078
27947
  inspector: _TreeInspector_488e0dd5,
27079
27948
  ) -> None:
@@ -27138,6 +28007,22 @@ def _typecheckingstub__029ea4c46fb568945f84463c5a4ee9f1b86d6603726f353ba1221eccb
27138
28007
  """Type checking stubs"""
27139
28008
  pass
27140
28009
 
28010
+ def _typecheckingstub__5d9189312f9aef6e5fb05f527807f2a38e973ab921573e55313d70b2abb872b2(
28011
+ scope: _constructs_77d1e7e8.Construct,
28012
+ id: builtins.str,
28013
+ arn: builtins.str,
28014
+ ) -> None:
28015
+ """Type checking stubs"""
28016
+ pass
28017
+
28018
+ def _typecheckingstub__825fcc37fdfa495dc786c3f636eaf6ea6e2ace80152e8a8b2cc5948b5c593f99(
28019
+ scope: _constructs_77d1e7e8.Construct,
28020
+ id: builtins.str,
28021
+ security_profile_name: builtins.str,
28022
+ ) -> None:
28023
+ """Type checking stubs"""
28024
+ pass
28025
+
27141
28026
  def _typecheckingstub__01270b509850263b600475745e4f2e5a23398af759ef8d275256c9c5ee96841a(
27142
28027
  inspector: _TreeInspector_488e0dd5,
27143
28028
  ) -> None:
@@ -27293,6 +28178,14 @@ def _typecheckingstub__94c7c8e186e68cde7a8264af8ace7c73f6ac201c314e1535a6ab915b3
27293
28178
  """Type checking stubs"""
27294
28179
  pass
27295
28180
 
28181
+ def _typecheckingstub__f04bb4bbac036b5e5c2dd4b5f400cb10635c3a33f5908c7858a66dfd6baa02ed(
28182
+ scope: _constructs_77d1e7e8.Construct,
28183
+ id: builtins.str,
28184
+ package_name: builtins.str,
28185
+ ) -> None:
28186
+ """Type checking stubs"""
28187
+ pass
28188
+
27296
28189
  def _typecheckingstub__63aa8695e9803a4aca16ebc3d38552c41e2bb2fd816d055d387721bdbd7371d0(
27297
28190
  inspector: _TreeInspector_488e0dd5,
27298
28191
  ) -> None:
@@ -27432,6 +28325,22 @@ def _typecheckingstub__c22f8db826ad742b31d2dec16a9996680b75b22e7a2c5f79d66f96032
27432
28325
  """Type checking stubs"""
27433
28326
  pass
27434
28327
 
28328
+ def _typecheckingstub__fead53b272148fd34aae6d40309f886d11f5b36948745142ad42085f84b82760(
28329
+ scope: _constructs_77d1e7e8.Construct,
28330
+ id: builtins.str,
28331
+ arn: builtins.str,
28332
+ ) -> None:
28333
+ """Type checking stubs"""
28334
+ pass
28335
+
28336
+ def _typecheckingstub__63e706c38ed2742098a2017e0b77f83259713c25e93c0c3263185f4952f4f6b0(
28337
+ scope: _constructs_77d1e7e8.Construct,
28338
+ id: builtins.str,
28339
+ thing_name: builtins.str,
28340
+ ) -> None:
28341
+ """Type checking stubs"""
28342
+ pass
28343
+
27435
28344
  def _typecheckingstub__32465539b8a37cf5a294735d32588ba511e2cc22b1bbd83dd5d0bfab0cfdca65(
27436
28345
  inspector: _TreeInspector_488e0dd5,
27437
28346
  ) -> None:
@@ -27476,6 +28385,22 @@ def _typecheckingstub__36ccd1615ce6e784c22f81e639e55416200039d2854f7590649016da4
27476
28385
  """Type checking stubs"""
27477
28386
  pass
27478
28387
 
28388
+ def _typecheckingstub__76e735ef090aa6b4711223ff32df96bd5172343cba35e1d77cd4b68872b59b0f(
28389
+ scope: _constructs_77d1e7e8.Construct,
28390
+ id: builtins.str,
28391
+ arn: builtins.str,
28392
+ ) -> None:
28393
+ """Type checking stubs"""
28394
+ pass
28395
+
28396
+ def _typecheckingstub__1d16ed632ef5ccc8b15a0030144c594fbdeb61f18966f15c334fce5dc8361da1(
28397
+ scope: _constructs_77d1e7e8.Construct,
28398
+ id: builtins.str,
28399
+ thing_group_name: builtins.str,
28400
+ ) -> None:
28401
+ """Type checking stubs"""
28402
+ pass
28403
+
27479
28404
  def _typecheckingstub__18ff1ebfd86161f406ac84ba71a1dc78e50f664eda555af2e5f18f25c0df4a69(
27480
28405
  inspector: _TreeInspector_488e0dd5,
27481
28406
  ) -> None:
@@ -27586,6 +28511,22 @@ def _typecheckingstub__855c3886be1512886349890e201c5566281b169c77e8a1ea7d540216e
27586
28511
  """Type checking stubs"""
27587
28512
  pass
27588
28513
 
28514
+ def _typecheckingstub__6719a471a2e56cfe6b27d1f229fe9a55487c255cf0c800a5247c6abc8687cf5f(
28515
+ scope: _constructs_77d1e7e8.Construct,
28516
+ id: builtins.str,
28517
+ arn: builtins.str,
28518
+ ) -> None:
28519
+ """Type checking stubs"""
28520
+ pass
28521
+
28522
+ def _typecheckingstub__b64da11ae0952ff1dfbf98ffbed4eb8116a760ef7d0646991854dc1c1519bf2f(
28523
+ scope: _constructs_77d1e7e8.Construct,
28524
+ id: builtins.str,
28525
+ thing_type_name: builtins.str,
28526
+ ) -> None:
28527
+ """Type checking stubs"""
28528
+ pass
28529
+
27589
28530
  def _typecheckingstub__f9c29e2b8e3da219ccb94d1ec0f11a3001e04a4679eb9b83f2688dceced3e0cb(
27590
28531
  inspector: _TreeInspector_488e0dd5,
27591
28532
  ) -> None:
@@ -27658,6 +28599,22 @@ def _typecheckingstub__5caaa56cc812bba0346f32f2da90d212415353bad7f74e7f8649afe3f
27658
28599
  """Type checking stubs"""
27659
28600
  pass
27660
28601
 
28602
+ def _typecheckingstub__57ce3fcce047f65f3796a2c1921995470940a224ba618866916236a9660b6fda(
28603
+ scope: _constructs_77d1e7e8.Construct,
28604
+ id: builtins.str,
28605
+ rule_name: builtins.str,
28606
+ ) -> None:
28607
+ """Type checking stubs"""
28608
+ pass
28609
+
28610
+ def _typecheckingstub__0b3cee3077efed5f545bb3d6f2a1193d6e3a15b352974230ae5f7a2492402796(
28611
+ scope: _constructs_77d1e7e8.Construct,
28612
+ id: builtins.str,
28613
+ arn: builtins.str,
28614
+ ) -> None:
28615
+ """Type checking stubs"""
28616
+ pass
28617
+
27661
28618
  def _typecheckingstub__eca25123973615712d5902c87dd205f411a2a1bf5bed9629dcf16e9089a125b8(
27662
28619
  inspector: _TreeInspector_488e0dd5,
27663
28620
  ) -> None: