aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.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 (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +94 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +135 -55
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +42 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -73,9 +73,71 @@ from .. import (
73
73
  TagManager as _TagManager_0a598cb3,
74
74
  TreeInspector as _TreeInspector_488e0dd5,
75
75
  )
76
+ from ..interfaces.aws_iot import (
77
+ AccountAuditConfigurationReference as _AccountAuditConfigurationReference_f8e98698,
78
+ AuthorizerReference as _AuthorizerReference_b295c2a2,
79
+ BillingGroupReference as _BillingGroupReference_66cca5b6,
80
+ CACertificateReference as _CACertificateReference_83573cce,
81
+ CertificateProviderReference as _CertificateProviderReference_981164d1,
82
+ CertificateReference as _CertificateReference_533e2762,
83
+ CommandReference as _CommandReference_e9477faf,
84
+ CustomMetricReference as _CustomMetricReference_d8d67689,
85
+ DimensionReference as _DimensionReference_63d400e8,
86
+ DomainConfigurationReference as _DomainConfigurationReference_854e303a,
87
+ EncryptionConfigurationReference as _EncryptionConfigurationReference_6480130f,
88
+ FleetMetricReference as _FleetMetricReference_c11c8509,
89
+ IAccountAuditConfigurationRef as _IAccountAuditConfigurationRef_c864d020,
90
+ IAuthorizerRef as _IAuthorizerRef_65593d38,
91
+ IBillingGroupRef as _IBillingGroupRef_9603d1f5,
92
+ ICACertificateRef as _ICACertificateRef_68956798,
93
+ ICertificateProviderRef as _ICertificateProviderRef_14051fa1,
94
+ ICertificateRef as _ICertificateRef_c215b21a,
95
+ ICommandRef as _ICommandRef_ea63e38e,
96
+ ICustomMetricRef as _ICustomMetricRef_007a6e16,
97
+ IDimensionRef as _IDimensionRef_b32b102e,
98
+ IDomainConfigurationRef as _IDomainConfigurationRef_fb2399ab,
99
+ IEncryptionConfigurationRef as _IEncryptionConfigurationRef_3733582d,
100
+ IFleetMetricRef as _IFleetMetricRef_85a593f7,
101
+ IJobTemplateRef as _IJobTemplateRef_f04ac76b,
102
+ ILoggingRef as _ILoggingRef_dd2ca6d7,
103
+ IMitigationActionRef as _IMitigationActionRef_e47dbe04,
104
+ IPolicyPrincipalAttachmentRef as _IPolicyPrincipalAttachmentRef_512e78f9,
105
+ IPolicyRef as _IPolicyRef_d07d9913,
106
+ IProvisioningTemplateRef as _IProvisioningTemplateRef_3b3b40e9,
107
+ IResourceSpecificLoggingRef as _IResourceSpecificLoggingRef_74a883ea,
108
+ IRoleAliasRef as _IRoleAliasRef_26714b8b,
109
+ IScheduledAuditRef as _IScheduledAuditRef_a5878e17,
110
+ ISecurityProfileRef as _ISecurityProfileRef_5d371790,
111
+ ISoftwarePackageRef as _ISoftwarePackageRef_8860c56e,
112
+ ISoftwarePackageVersionRef as _ISoftwarePackageVersionRef_729b2add,
113
+ IThingGroupRef as _IThingGroupRef_d398d262,
114
+ IThingPrincipalAttachmentRef as _IThingPrincipalAttachmentRef_1a94ae3e,
115
+ IThingRef as _IThingRef_8c8528e2,
116
+ IThingTypeRef as _IThingTypeRef_464ea9b2,
117
+ ITopicRuleDestinationRef as _ITopicRuleDestinationRef_a6a50916,
118
+ ITopicRuleRef as _ITopicRuleRef_748e9f37,
119
+ JobTemplateReference as _JobTemplateReference_235350b5,
120
+ LoggingReference as _LoggingReference_668b4b4d,
121
+ MitigationActionReference as _MitigationActionReference_1c906c4b,
122
+ PolicyPrincipalAttachmentReference as _PolicyPrincipalAttachmentReference_e9204988,
123
+ PolicyReference as _PolicyReference_824a382c,
124
+ ProvisioningTemplateReference as _ProvisioningTemplateReference_dbcf5a40,
125
+ ResourceSpecificLoggingReference as _ResourceSpecificLoggingReference_0f3d93df,
126
+ RoleAliasReference as _RoleAliasReference_b4e8a4b0,
127
+ ScheduledAuditReference as _ScheduledAuditReference_68453d17,
128
+ SecurityProfileReference as _SecurityProfileReference_8c2c6ff2,
129
+ SoftwarePackageReference as _SoftwarePackageReference_2fe38c44,
130
+ SoftwarePackageVersionReference as _SoftwarePackageVersionReference_fa8c0d20,
131
+ ThingGroupReference as _ThingGroupReference_32809203,
132
+ ThingPrincipalAttachmentReference as _ThingPrincipalAttachmentReference_fd3d444d,
133
+ ThingReference as _ThingReference_c3929a14,
134
+ ThingTypeReference as _ThingTypeReference_ab8a3ee4,
135
+ TopicRuleDestinationReference as _TopicRuleDestinationReference_f55f3506,
136
+ TopicRuleReference as _TopicRuleReference_dd2457a8,
137
+ )
76
138
 
77
139
 
78
- @jsii.implements(_IInspectable_c2943556)
140
+ @jsii.implements(_IInspectable_c2943556, _IAccountAuditConfigurationRef_c864d020)
79
141
  class CfnAccountAuditConfiguration(
80
142
  _CfnResource_9df397a6,
81
143
  metaclass=jsii.JSIIMeta,
@@ -176,7 +238,8 @@ class CfnAccountAuditConfiguration(
176
238
  role_arn: builtins.str,
177
239
  audit_notification_target_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
178
240
  ) -> None:
179
- '''
241
+ '''Create a new ``AWS::IoT::AccountAuditConfiguration``.
242
+
180
243
  :param scope: Scope in which this resource is defined.
181
244
  :param id: Construct identifier for this resource (unique in its scope).
182
245
  :param account_id: The ID of the account. You can use the expression ``!Sub "${AWS::AccountId}"`` to use your account ID.
@@ -227,6 +290,14 @@ class CfnAccountAuditConfiguration(
227
290
  '''The CloudFormation resource type name for this resource class.'''
228
291
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
229
292
 
293
+ @builtins.property
294
+ @jsii.member(jsii_name="accountAuditConfigurationRef")
295
+ def account_audit_configuration_ref(
296
+ self,
297
+ ) -> _AccountAuditConfigurationReference_f8e98698:
298
+ '''A reference to a AccountAuditConfiguration resource.'''
299
+ return typing.cast(_AccountAuditConfigurationReference_f8e98698, jsii.get(self, "accountAuditConfigurationRef"))
300
+
230
301
  @builtins.property
231
302
  @jsii.member(jsii_name="cfnProperties")
232
303
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -1219,7 +1290,7 @@ class CfnAccountAuditConfigurationProps:
1219
1290
  )
1220
1291
 
1221
1292
 
1222
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1293
+ @jsii.implements(_IInspectable_c2943556, _IAuthorizerRef_65593d38, _ITaggable_36806126)
1223
1294
  class CfnAuthorizer(
1224
1295
  _CfnResource_9df397a6,
1225
1296
  metaclass=jsii.JSIIMeta,
@@ -1270,7 +1341,8 @@ class CfnAuthorizer(
1270
1341
  token_key_name: typing.Optional[builtins.str] = None,
1271
1342
  token_signing_public_keys: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
1272
1343
  ) -> None:
1273
- '''
1344
+ '''Create a new ``AWS::IoT::Authorizer``.
1345
+
1274
1346
  :param scope: Scope in which this resource is defined.
1275
1347
  :param id: Construct identifier for this resource (unique in its scope).
1276
1348
  :param authorizer_function_arn: The authorizer's Lambda function ARN.
@@ -1299,6 +1371,48 @@ class CfnAuthorizer(
1299
1371
 
1300
1372
  jsii.create(self.__class__, self, [scope, id, props])
1301
1373
 
1374
+ @jsii.member(jsii_name="fromAuthorizerArn")
1375
+ @builtins.classmethod
1376
+ def from_authorizer_arn(
1377
+ cls,
1378
+ scope: _constructs_77d1e7e8.Construct,
1379
+ id: builtins.str,
1380
+ arn: builtins.str,
1381
+ ) -> _IAuthorizerRef_65593d38:
1382
+ '''Creates a new IAuthorizerRef from an ARN.
1383
+
1384
+ :param scope: -
1385
+ :param id: -
1386
+ :param arn: -
1387
+ '''
1388
+ if __debug__:
1389
+ type_hints = typing.get_type_hints(_typecheckingstub__310c1c4c2dfff03e92b3a6a3e1de13fb9fbfa4745644dab039f56bcdb5c84be3)
1390
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1391
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1392
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1393
+ return typing.cast(_IAuthorizerRef_65593d38, jsii.sinvoke(cls, "fromAuthorizerArn", [scope, id, arn]))
1394
+
1395
+ @jsii.member(jsii_name="fromAuthorizerName")
1396
+ @builtins.classmethod
1397
+ def from_authorizer_name(
1398
+ cls,
1399
+ scope: _constructs_77d1e7e8.Construct,
1400
+ id: builtins.str,
1401
+ authorizer_name: builtins.str,
1402
+ ) -> _IAuthorizerRef_65593d38:
1403
+ '''Creates a new IAuthorizerRef from a authorizerName.
1404
+
1405
+ :param scope: -
1406
+ :param id: -
1407
+ :param authorizer_name: -
1408
+ '''
1409
+ if __debug__:
1410
+ type_hints = typing.get_type_hints(_typecheckingstub__4f19089485a26bdaae502a939567bac9583ba84ecc402865419db66df9aca955)
1411
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1412
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1413
+ check_type(argname="argument authorizer_name", value=authorizer_name, expected_type=type_hints["authorizer_name"])
1414
+ return typing.cast(_IAuthorizerRef_65593d38, jsii.sinvoke(cls, "fromAuthorizerName", [scope, id, authorizer_name]))
1415
+
1302
1416
  @jsii.member(jsii_name="inspect")
1303
1417
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1304
1418
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1338,6 +1452,12 @@ class CfnAuthorizer(
1338
1452
  '''
1339
1453
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
1340
1454
 
1455
+ @builtins.property
1456
+ @jsii.member(jsii_name="authorizerRef")
1457
+ def authorizer_ref(self) -> _AuthorizerReference_b295c2a2:
1458
+ '''A reference to a Authorizer resource.'''
1459
+ return typing.cast(_AuthorizerReference_b295c2a2, jsii.get(self, "authorizerRef"))
1460
+
1341
1461
  @builtins.property
1342
1462
  @jsii.member(jsii_name="cfnProperties")
1343
1463
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -1665,7 +1785,7 @@ class CfnAuthorizerProps:
1665
1785
  )
1666
1786
 
1667
1787
 
1668
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1788
+ @jsii.implements(_IInspectable_c2943556, _IBillingGroupRef_9603d1f5, _ITaggable_36806126)
1669
1789
  class CfnBillingGroup(
1670
1790
  _CfnResource_9df397a6,
1671
1791
  metaclass=jsii.JSIIMeta,
@@ -1706,7 +1826,8 @@ class CfnBillingGroup(
1706
1826
  billing_group_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBillingGroup.BillingGroupPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1707
1827
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1708
1828
  ) -> None:
1709
- '''
1829
+ '''Create a new ``AWS::IoT::BillingGroup``.
1830
+
1710
1831
  :param scope: Scope in which this resource is defined.
1711
1832
  :param id: Construct identifier for this resource (unique in its scope).
1712
1833
  :param billing_group_name: The name of the billing group.
@@ -1725,6 +1846,48 @@ class CfnBillingGroup(
1725
1846
 
1726
1847
  jsii.create(self.__class__, self, [scope, id, props])
1727
1848
 
1849
+ @jsii.member(jsii_name="fromBillingGroupArn")
1850
+ @builtins.classmethod
1851
+ def from_billing_group_arn(
1852
+ cls,
1853
+ scope: _constructs_77d1e7e8.Construct,
1854
+ id: builtins.str,
1855
+ arn: builtins.str,
1856
+ ) -> _IBillingGroupRef_9603d1f5:
1857
+ '''Creates a new IBillingGroupRef from an ARN.
1858
+
1859
+ :param scope: -
1860
+ :param id: -
1861
+ :param arn: -
1862
+ '''
1863
+ if __debug__:
1864
+ type_hints = typing.get_type_hints(_typecheckingstub__4a18c3b4d0697a1a24c0fdba8322820151d3aef1daff80005d0610955c8df485)
1865
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1866
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1867
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1868
+ return typing.cast(_IBillingGroupRef_9603d1f5, jsii.sinvoke(cls, "fromBillingGroupArn", [scope, id, arn]))
1869
+
1870
+ @jsii.member(jsii_name="fromBillingGroupName")
1871
+ @builtins.classmethod
1872
+ def from_billing_group_name(
1873
+ cls,
1874
+ scope: _constructs_77d1e7e8.Construct,
1875
+ id: builtins.str,
1876
+ billing_group_name: builtins.str,
1877
+ ) -> _IBillingGroupRef_9603d1f5:
1878
+ '''Creates a new IBillingGroupRef from a billingGroupName.
1879
+
1880
+ :param scope: -
1881
+ :param id: -
1882
+ :param billing_group_name: -
1883
+ '''
1884
+ if __debug__:
1885
+ type_hints = typing.get_type_hints(_typecheckingstub__7a0f03a5d43c18591bbffa9ae9656ce12f0909732a6774987c89c161f4591a02)
1886
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1887
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1888
+ check_type(argname="argument billing_group_name", value=billing_group_name, expected_type=type_hints["billing_group_name"])
1889
+ return typing.cast(_IBillingGroupRef_9603d1f5, jsii.sinvoke(cls, "fromBillingGroupName", [scope, id, billing_group_name]))
1890
+
1728
1891
  @jsii.member(jsii_name="inspect")
1729
1892
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1730
1893
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1773,6 +1936,12 @@ class CfnBillingGroup(
1773
1936
  '''
1774
1937
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
1775
1938
 
1939
+ @builtins.property
1940
+ @jsii.member(jsii_name="billingGroupRef")
1941
+ def billing_group_ref(self) -> _BillingGroupReference_66cca5b6:
1942
+ '''A reference to a BillingGroup resource.'''
1943
+ return typing.cast(_BillingGroupReference_66cca5b6, jsii.get(self, "billingGroupRef"))
1944
+
1776
1945
  @builtins.property
1777
1946
  @jsii.member(jsii_name="cfnProperties")
1778
1947
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -1981,7 +2150,7 @@ class CfnBillingGroupProps:
1981
2150
  )
1982
2151
 
1983
2152
 
1984
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2153
+ @jsii.implements(_IInspectable_c2943556, _ICACertificateRef_68956798, _ITaggable_36806126)
1985
2154
  class CfnCACertificate(
1986
2155
  _CfnResource_9df397a6,
1987
2156
  metaclass=jsii.JSIIMeta,
@@ -2034,7 +2203,8 @@ class CfnCACertificate(
2034
2203
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2035
2204
  verification_certificate_pem: typing.Optional[builtins.str] = None,
2036
2205
  ) -> None:
2037
- '''
2206
+ '''Create a new ``AWS::IoT::CACertificate``.
2207
+
2038
2208
  :param scope: Scope in which this resource is defined.
2039
2209
  :param id: Construct identifier for this resource (unique in its scope).
2040
2210
  :param ca_certificate_pem: The certificate data in PEM format.
@@ -2117,6 +2287,12 @@ class CfnCACertificate(
2117
2287
  '''
2118
2288
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
2119
2289
 
2290
+ @builtins.property
2291
+ @jsii.member(jsii_name="caCertificateRef")
2292
+ def ca_certificate_ref(self) -> _CACertificateReference_83573cce:
2293
+ '''A reference to a CACertificate resource.'''
2294
+ return typing.cast(_CACertificateReference_83573cce, jsii.get(self, "caCertificateRef"))
2295
+
2120
2296
  @builtins.property
2121
2297
  @jsii.member(jsii_name="cfnProperties")
2122
2298
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -2529,7 +2705,7 @@ class CfnCACertificateProps:
2529
2705
  )
2530
2706
 
2531
2707
 
2532
- @jsii.implements(_IInspectable_c2943556)
2708
+ @jsii.implements(_IInspectable_c2943556, _ICertificateRef_c215b21a)
2533
2709
  class CfnCertificate(
2534
2710
  _CfnResource_9df397a6,
2535
2711
  metaclass=jsii.JSIIMeta,
@@ -2569,7 +2745,8 @@ class CfnCertificate(
2569
2745
  certificate_pem: typing.Optional[builtins.str] = None,
2570
2746
  certificate_signing_request: typing.Optional[builtins.str] = None,
2571
2747
  ) -> None:
2572
- '''
2748
+ '''Create a new ``AWS::IoT::Certificate``.
2749
+
2573
2750
  :param scope: Scope in which this resource is defined.
2574
2751
  :param id: Construct identifier for this resource (unique in its scope).
2575
2752
  :param status: The status of the certificate. Valid values are ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER, and PENDING_ACTIVATION. The status value REGISTER_INACTIVE is deprecated and should not be used.
@@ -2592,6 +2769,48 @@ class CfnCertificate(
2592
2769
 
2593
2770
  jsii.create(self.__class__, self, [scope, id, props])
2594
2771
 
2772
+ @jsii.member(jsii_name="fromCertificateArn")
2773
+ @builtins.classmethod
2774
+ def from_certificate_arn(
2775
+ cls,
2776
+ scope: _constructs_77d1e7e8.Construct,
2777
+ id: builtins.str,
2778
+ arn: builtins.str,
2779
+ ) -> _ICertificateRef_c215b21a:
2780
+ '''Creates a new ICertificateRef from an ARN.
2781
+
2782
+ :param scope: -
2783
+ :param id: -
2784
+ :param arn: -
2785
+ '''
2786
+ if __debug__:
2787
+ type_hints = typing.get_type_hints(_typecheckingstub__cfecee0031cd00f0c731c9897fab1d78a2ea52ff0b8755d7b8beba1d6b6d98e4)
2788
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2789
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2790
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2791
+ return typing.cast(_ICertificateRef_c215b21a, jsii.sinvoke(cls, "fromCertificateArn", [scope, id, arn]))
2792
+
2793
+ @jsii.member(jsii_name="fromCertificateId")
2794
+ @builtins.classmethod
2795
+ def from_certificate_id(
2796
+ cls,
2797
+ scope: _constructs_77d1e7e8.Construct,
2798
+ id: builtins.str,
2799
+ certificate_id: builtins.str,
2800
+ ) -> _ICertificateRef_c215b21a:
2801
+ '''Creates a new ICertificateRef from a certificateId.
2802
+
2803
+ :param scope: -
2804
+ :param id: -
2805
+ :param certificate_id: -
2806
+ '''
2807
+ if __debug__:
2808
+ type_hints = typing.get_type_hints(_typecheckingstub__0cac852b52dc618227ba2aacd333c26f6b86646275afa7512cafab57889e07f9)
2809
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2810
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2811
+ check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
2812
+ return typing.cast(_ICertificateRef_c215b21a, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
2813
+
2595
2814
  @jsii.member(jsii_name="inspect")
2596
2815
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2597
2816
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2646,6 +2865,12 @@ class CfnCertificate(
2646
2865
  '''
2647
2866
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
2648
2867
 
2868
+ @builtins.property
2869
+ @jsii.member(jsii_name="certificateRef")
2870
+ def certificate_ref(self) -> _CertificateReference_533e2762:
2871
+ '''A reference to a Certificate resource.'''
2872
+ return typing.cast(_CertificateReference_533e2762, jsii.get(self, "certificateRef"))
2873
+
2649
2874
  @builtins.property
2650
2875
  @jsii.member(jsii_name="cfnProperties")
2651
2876
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -2854,7 +3079,7 @@ class CfnCertificateProps:
2854
3079
  )
2855
3080
 
2856
3081
 
2857
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3082
+ @jsii.implements(_IInspectable_c2943556, _ICertificateProviderRef_14051fa1, _ITaggableV2_4e6798f8)
2858
3083
  class CfnCertificateProvider(
2859
3084
  _CfnResource_9df397a6,
2860
3085
  metaclass=jsii.JSIIMeta,
@@ -2897,7 +3122,8 @@ class CfnCertificateProvider(
2897
3122
  certificate_provider_name: typing.Optional[builtins.str] = None,
2898
3123
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2899
3124
  ) -> None:
2900
- '''
3125
+ '''Create a new ``AWS::IoT::CertificateProvider``.
3126
+
2901
3127
  :param scope: Scope in which this resource is defined.
2902
3128
  :param id: Construct identifier for this resource (unique in its scope).
2903
3129
  :param account_default_for_operations: A list of the operations that the certificate provider will use to generate certificates. Valid value: ``CreateCertificateFromCsr`` .
@@ -2918,6 +3144,48 @@ class CfnCertificateProvider(
2918
3144
 
2919
3145
  jsii.create(self.__class__, self, [scope, id, props])
2920
3146
 
3147
+ @jsii.member(jsii_name="fromCertificateProviderArn")
3148
+ @builtins.classmethod
3149
+ def from_certificate_provider_arn(
3150
+ cls,
3151
+ scope: _constructs_77d1e7e8.Construct,
3152
+ id: builtins.str,
3153
+ arn: builtins.str,
3154
+ ) -> _ICertificateProviderRef_14051fa1:
3155
+ '''Creates a new ICertificateProviderRef from an ARN.
3156
+
3157
+ :param scope: -
3158
+ :param id: -
3159
+ :param arn: -
3160
+ '''
3161
+ if __debug__:
3162
+ type_hints = typing.get_type_hints(_typecheckingstub__071317decea219980ab41a3b4a58ce71a6e759554c7547835c48fcc07c94ffe5)
3163
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3164
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3165
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3166
+ return typing.cast(_ICertificateProviderRef_14051fa1, jsii.sinvoke(cls, "fromCertificateProviderArn", [scope, id, arn]))
3167
+
3168
+ @jsii.member(jsii_name="fromCertificateProviderName")
3169
+ @builtins.classmethod
3170
+ def from_certificate_provider_name(
3171
+ cls,
3172
+ scope: _constructs_77d1e7e8.Construct,
3173
+ id: builtins.str,
3174
+ certificate_provider_name: builtins.str,
3175
+ ) -> _ICertificateProviderRef_14051fa1:
3176
+ '''Creates a new ICertificateProviderRef from a certificateProviderName.
3177
+
3178
+ :param scope: -
3179
+ :param id: -
3180
+ :param certificate_provider_name: -
3181
+ '''
3182
+ if __debug__:
3183
+ type_hints = typing.get_type_hints(_typecheckingstub__18dde147f0565e214975cf9507950ba2bb212ec44d032db9966e44e55448df59)
3184
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3185
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3186
+ check_type(argname="argument certificate_provider_name", value=certificate_provider_name, expected_type=type_hints["certificate_provider_name"])
3187
+ return typing.cast(_ICertificateProviderRef_14051fa1, jsii.sinvoke(cls, "fromCertificateProviderName", [scope, id, certificate_provider_name]))
3188
+
2921
3189
  @jsii.member(jsii_name="inspect")
2922
3190
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2923
3191
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2969,6 +3237,12 @@ class CfnCertificateProvider(
2969
3237
  '''Tag Manager which manages the tags for this resource.'''
2970
3238
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2971
3239
 
3240
+ @builtins.property
3241
+ @jsii.member(jsii_name="certificateProviderRef")
3242
+ def certificate_provider_ref(self) -> _CertificateProviderReference_981164d1:
3243
+ '''A reference to a CertificateProvider resource.'''
3244
+ return typing.cast(_CertificateProviderReference_981164d1, jsii.get(self, "certificateProviderRef"))
3245
+
2972
3246
  @builtins.property
2973
3247
  @jsii.member(jsii_name="cfnProperties")
2974
3248
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -3141,7 +3415,7 @@ class CfnCertificateProviderProps:
3141
3415
  )
3142
3416
 
3143
3417
 
3144
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3418
+ @jsii.implements(_IInspectable_c2943556, _ICommandRef_ea63e38e, _ITaggableV2_4e6798f8)
3145
3419
  class CfnCommand(
3146
3420
  _CfnResource_9df397a6,
3147
3421
  metaclass=jsii.JSIIMeta,
@@ -3224,7 +3498,8 @@ class CfnCommand(
3224
3498
  role_arn: typing.Optional[builtins.str] = None,
3225
3499
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3226
3500
  ) -> None:
3227
- '''
3501
+ '''Create a new ``AWS::IoT::Command``.
3502
+
3228
3503
  :param scope: Scope in which this resource is defined.
3229
3504
  :param id: Construct identifier for this resource (unique in its scope).
3230
3505
  :param command_id: The unique identifier of the command.
@@ -3261,6 +3536,48 @@ class CfnCommand(
3261
3536
 
3262
3537
  jsii.create(self.__class__, self, [scope, id, props])
3263
3538
 
3539
+ @jsii.member(jsii_name="fromCommandArn")
3540
+ @builtins.classmethod
3541
+ def from_command_arn(
3542
+ cls,
3543
+ scope: _constructs_77d1e7e8.Construct,
3544
+ id: builtins.str,
3545
+ arn: builtins.str,
3546
+ ) -> _ICommandRef_ea63e38e:
3547
+ '''Creates a new ICommandRef from an ARN.
3548
+
3549
+ :param scope: -
3550
+ :param id: -
3551
+ :param arn: -
3552
+ '''
3553
+ if __debug__:
3554
+ type_hints = typing.get_type_hints(_typecheckingstub__662c96af9f5c831d1987907418517956dd326eacc07062b92002cf137eb68595)
3555
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3556
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3557
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3558
+ return typing.cast(_ICommandRef_ea63e38e, jsii.sinvoke(cls, "fromCommandArn", [scope, id, arn]))
3559
+
3560
+ @jsii.member(jsii_name="fromCommandId")
3561
+ @builtins.classmethod
3562
+ def from_command_id(
3563
+ cls,
3564
+ scope: _constructs_77d1e7e8.Construct,
3565
+ id: builtins.str,
3566
+ command_id: builtins.str,
3567
+ ) -> _ICommandRef_ea63e38e:
3568
+ '''Creates a new ICommandRef from a commandId.
3569
+
3570
+ :param scope: -
3571
+ :param id: -
3572
+ :param command_id: -
3573
+ '''
3574
+ if __debug__:
3575
+ type_hints = typing.get_type_hints(_typecheckingstub__22de9dd2fe01080b28a2448b9e4a2600a3a0d700f87bad5caea74b72b7166f79)
3576
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3577
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3578
+ check_type(argname="argument command_id", value=command_id, expected_type=type_hints["command_id"])
3579
+ return typing.cast(_ICommandRef_ea63e38e, jsii.sinvoke(cls, "fromCommandId", [scope, id, command_id]))
3580
+
3264
3581
  @jsii.member(jsii_name="inspect")
3265
3582
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3266
3583
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3311,6 +3628,12 @@ class CfnCommand(
3311
3628
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3312
3629
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3313
3630
 
3631
+ @builtins.property
3632
+ @jsii.member(jsii_name="commandRef")
3633
+ def command_ref(self) -> _CommandReference_e9477faf:
3634
+ '''A reference to a Command resource.'''
3635
+ return typing.cast(_CommandReference_e9477faf, jsii.get(self, "commandRef"))
3636
+
3314
3637
  @builtins.property
3315
3638
  @jsii.member(jsii_name="commandId")
3316
3639
  def command_id(self) -> builtins.str:
@@ -4095,7 +4418,7 @@ class CfnCommandProps:
4095
4418
  )
4096
4419
 
4097
4420
 
4098
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
4421
+ @jsii.implements(_IInspectable_c2943556, _ICustomMetricRef_007a6e16, _ITaggable_36806126)
4099
4422
  class CfnCustomMetric(
4100
4423
  _CfnResource_9df397a6,
4101
4424
  metaclass=jsii.JSIIMeta,
@@ -4138,7 +4461,8 @@ class CfnCustomMetric(
4138
4461
  metric_name: typing.Optional[builtins.str] = None,
4139
4462
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4140
4463
  ) -> None:
4141
- '''
4464
+ '''Create a new ``AWS::IoT::CustomMetric``.
4465
+
4142
4466
  :param scope: Scope in which this resource is defined.
4143
4467
  :param id: Construct identifier for this resource (unique in its scope).
4144
4468
  :param metric_type: The type of the custom metric. Types include ``string-list`` , ``ip-address-list`` , ``number-list`` , and ``number`` . .. epigraph:: The type ``number`` only takes a single metric value as an input, but when you submit the metrics value in the DeviceMetrics report, you must pass it as an array with a single value.
@@ -4159,6 +4483,27 @@ class CfnCustomMetric(
4159
4483
 
4160
4484
  jsii.create(self.__class__, self, [scope, id, props])
4161
4485
 
4486
+ @jsii.member(jsii_name="fromMetricName")
4487
+ @builtins.classmethod
4488
+ def from_metric_name(
4489
+ cls,
4490
+ scope: _constructs_77d1e7e8.Construct,
4491
+ id: builtins.str,
4492
+ metric_name: builtins.str,
4493
+ ) -> _ICustomMetricRef_007a6e16:
4494
+ '''Creates a new ICustomMetricRef from a metricName.
4495
+
4496
+ :param scope: -
4497
+ :param id: -
4498
+ :param metric_name: -
4499
+ '''
4500
+ if __debug__:
4501
+ type_hints = typing.get_type_hints(_typecheckingstub__e694f3cb4ab80390387848a262c47752dd0bdbe195e0e49defffc1e9b36d4ed3)
4502
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4503
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4504
+ check_type(argname="argument metric_name", value=metric_name, expected_type=type_hints["metric_name"])
4505
+ return typing.cast(_ICustomMetricRef_007a6e16, jsii.sinvoke(cls, "fromMetricName", [scope, id, metric_name]))
4506
+
4162
4507
  @jsii.member(jsii_name="inspect")
4163
4508
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4164
4509
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4205,6 +4550,12 @@ class CfnCustomMetric(
4205
4550
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4206
4551
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4207
4552
 
4553
+ @builtins.property
4554
+ @jsii.member(jsii_name="customMetricRef")
4555
+ def custom_metric_ref(self) -> _CustomMetricReference_d8d67689:
4556
+ '''A reference to a CustomMetric resource.'''
4557
+ return typing.cast(_CustomMetricReference_d8d67689, jsii.get(self, "customMetricRef"))
4558
+
4208
4559
  @builtins.property
4209
4560
  @jsii.member(jsii_name="tags")
4210
4561
  def tags(self) -> _TagManager_0a598cb3:
@@ -4387,7 +4738,7 @@ class CfnCustomMetricProps:
4387
4738
  )
4388
4739
 
4389
4740
 
4390
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
4741
+ @jsii.implements(_IInspectable_c2943556, _IDimensionRef_b32b102e, _ITaggable_36806126)
4391
4742
  class CfnDimension(
4392
4743
  _CfnResource_9df397a6,
4393
4744
  metaclass=jsii.JSIIMeta,
@@ -4430,7 +4781,8 @@ class CfnDimension(
4430
4781
  name: typing.Optional[builtins.str] = None,
4431
4782
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4432
4783
  ) -> None:
4433
- '''
4784
+ '''Create a new ``AWS::IoT::Dimension``.
4785
+
4434
4786
  :param scope: Scope in which this resource is defined.
4435
4787
  :param id: Construct identifier for this resource (unique in its scope).
4436
4788
  :param string_values: Specifies the value or list of values for the dimension. For ``TOPIC_FILTER`` dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").
@@ -4448,6 +4800,48 @@ class CfnDimension(
4448
4800
 
4449
4801
  jsii.create(self.__class__, self, [scope, id, props])
4450
4802
 
4803
+ @jsii.member(jsii_name="fromDimensionArn")
4804
+ @builtins.classmethod
4805
+ def from_dimension_arn(
4806
+ cls,
4807
+ scope: _constructs_77d1e7e8.Construct,
4808
+ id: builtins.str,
4809
+ arn: builtins.str,
4810
+ ) -> _IDimensionRef_b32b102e:
4811
+ '''Creates a new IDimensionRef from an ARN.
4812
+
4813
+ :param scope: -
4814
+ :param id: -
4815
+ :param arn: -
4816
+ '''
4817
+ if __debug__:
4818
+ type_hints = typing.get_type_hints(_typecheckingstub__a27be5f6de8bec8eb6287e16f0a821027e71511a4f1ca4088d662b82afafeac4)
4819
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4820
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4821
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4822
+ return typing.cast(_IDimensionRef_b32b102e, jsii.sinvoke(cls, "fromDimensionArn", [scope, id, arn]))
4823
+
4824
+ @jsii.member(jsii_name="fromDimensionName")
4825
+ @builtins.classmethod
4826
+ def from_dimension_name(
4827
+ cls,
4828
+ scope: _constructs_77d1e7e8.Construct,
4829
+ id: builtins.str,
4830
+ dimension_name: builtins.str,
4831
+ ) -> _IDimensionRef_b32b102e:
4832
+ '''Creates a new IDimensionRef from a dimensionName.
4833
+
4834
+ :param scope: -
4835
+ :param id: -
4836
+ :param dimension_name: -
4837
+ '''
4838
+ if __debug__:
4839
+ type_hints = typing.get_type_hints(_typecheckingstub__01d55d2af5b261cda0b752c0632d64440b8d78fc046219d8c261cfc2035260d2)
4840
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4841
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4842
+ check_type(argname="argument dimension_name", value=dimension_name, expected_type=type_hints["dimension_name"])
4843
+ return typing.cast(_IDimensionRef_b32b102e, jsii.sinvoke(cls, "fromDimensionName", [scope, id, dimension_name]))
4844
+
4451
4845
  @jsii.member(jsii_name="inspect")
4452
4846
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4453
4847
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4492,6 +4886,12 @@ class CfnDimension(
4492
4886
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4493
4887
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4494
4888
 
4889
+ @builtins.property
4890
+ @jsii.member(jsii_name="dimensionRef")
4891
+ def dimension_ref(self) -> _DimensionReference_63d400e8:
4892
+ '''A reference to a Dimension resource.'''
4893
+ return typing.cast(_DimensionReference_63d400e8, jsii.get(self, "dimensionRef"))
4894
+
4495
4895
  @builtins.property
4496
4896
  @jsii.member(jsii_name="tags")
4497
4897
  def tags(self) -> _TagManager_0a598cb3:
@@ -4667,7 +5067,7 @@ class CfnDimensionProps:
4667
5067
  )
4668
5068
 
4669
5069
 
4670
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
5070
+ @jsii.implements(_IInspectable_c2943556, _IDomainConfigurationRef_fb2399ab, _ITaggable_36806126)
4671
5071
  class CfnDomainConfiguration(
4672
5072
  _CfnResource_9df397a6,
4673
5073
  metaclass=jsii.JSIIMeta,
@@ -4735,7 +5135,8 @@ class CfnDomainConfiguration(
4735
5135
  tls_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomainConfiguration.TlsConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4736
5136
  validation_certificate_arn: typing.Optional[builtins.str] = None,
4737
5137
  ) -> None:
4738
- '''
5138
+ '''Create a new ``AWS::IoT::DomainConfiguration``.
5139
+
4739
5140
  :param scope: Scope in which this resource is defined.
4740
5141
  :param id: Construct identifier for this resource (unique in its scope).
4741
5142
  :param application_protocol: An enumerated string that specifies the application-layer protocol.
@@ -4774,6 +5175,48 @@ class CfnDomainConfiguration(
4774
5175
 
4775
5176
  jsii.create(self.__class__, self, [scope, id, props])
4776
5177
 
5178
+ @jsii.member(jsii_name="fromDomainConfigurationArn")
5179
+ @builtins.classmethod
5180
+ def from_domain_configuration_arn(
5181
+ cls,
5182
+ scope: _constructs_77d1e7e8.Construct,
5183
+ id: builtins.str,
5184
+ arn: builtins.str,
5185
+ ) -> _IDomainConfigurationRef_fb2399ab:
5186
+ '''Creates a new IDomainConfigurationRef from an ARN.
5187
+
5188
+ :param scope: -
5189
+ :param id: -
5190
+ :param arn: -
5191
+ '''
5192
+ if __debug__:
5193
+ type_hints = typing.get_type_hints(_typecheckingstub__8be2d6e1ff6693540055a9fa7d393b113d89ebf43e1634e7d647805cdd5b250e)
5194
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5195
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5196
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
5197
+ return typing.cast(_IDomainConfigurationRef_fb2399ab, jsii.sinvoke(cls, "fromDomainConfigurationArn", [scope, id, arn]))
5198
+
5199
+ @jsii.member(jsii_name="fromDomainConfigurationName")
5200
+ @builtins.classmethod
5201
+ def from_domain_configuration_name(
5202
+ cls,
5203
+ scope: _constructs_77d1e7e8.Construct,
5204
+ id: builtins.str,
5205
+ domain_configuration_name: builtins.str,
5206
+ ) -> _IDomainConfigurationRef_fb2399ab:
5207
+ '''Creates a new IDomainConfigurationRef from a domainConfigurationName.
5208
+
5209
+ :param scope: -
5210
+ :param id: -
5211
+ :param domain_configuration_name: -
5212
+ '''
5213
+ if __debug__:
5214
+ type_hints = typing.get_type_hints(_typecheckingstub__4b9a196292f0744bd9f4375ad0444e438c9fcd9546da1348cab2bf1a5cee12df)
5215
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5216
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5217
+ check_type(argname="argument domain_configuration_name", value=domain_configuration_name, expected_type=type_hints["domain_configuration_name"])
5218
+ return typing.cast(_IDomainConfigurationRef_fb2399ab, jsii.sinvoke(cls, "fromDomainConfigurationName", [scope, id, domain_configuration_name]))
5219
+
4777
5220
  @jsii.member(jsii_name="inspect")
4778
5221
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4779
5222
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4838,6 +5281,12 @@ class CfnDomainConfiguration(
4838
5281
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4839
5282
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4840
5283
 
5284
+ @builtins.property
5285
+ @jsii.member(jsii_name="domainConfigurationRef")
5286
+ def domain_configuration_ref(self) -> _DomainConfigurationReference_854e303a:
5287
+ '''A reference to a DomainConfiguration resource.'''
5288
+ return typing.cast(_DomainConfigurationReference_854e303a, jsii.get(self, "domainConfigurationRef"))
5289
+
4841
5290
  @builtins.property
4842
5291
  @jsii.member(jsii_name="tags")
4843
5292
  def tags(self) -> _TagManager_0a598cb3:
@@ -5656,42 +6105,395 @@ class CfnDomainConfigurationProps:
5656
6105
  return typing.cast(typing.Optional[builtins.str], result)
5657
6106
 
5658
6107
  @builtins.property
5659
- def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
5660
- '''Metadata which can be used to manage the domain configuration.
5661
-
5662
- .. epigraph::
5663
-
5664
- For URI Request parameters use format: ...key1=value1&key2=value2...
5665
-
5666
- For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
6108
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6109
+ '''Metadata which can be used to manage the domain configuration.
6110
+
6111
+ .. epigraph::
6112
+
6113
+ For URI Request parameters use format: ...key1=value1&key2=value2...
6114
+
6115
+ For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
6116
+
6117
+ For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
6118
+
6119
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-domainconfiguration.html#cfn-iot-domainconfiguration-tags
6120
+ '''
6121
+ result = self._values.get("tags")
6122
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
6123
+
6124
+ @builtins.property
6125
+ def tls_config(
6126
+ self,
6127
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDomainConfiguration.TlsConfigProperty]]:
6128
+ '''An object that specifies the TLS configuration for a domain.
6129
+
6130
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-domainconfiguration.html#cfn-iot-domainconfiguration-tlsconfig
6131
+ '''
6132
+ result = self._values.get("tls_config")
6133
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDomainConfiguration.TlsConfigProperty]], result)
6134
+
6135
+ @builtins.property
6136
+ def validation_certificate_arn(self) -> typing.Optional[builtins.str]:
6137
+ '''The certificate used to validate the server certificate and prove domain name ownership.
6138
+
6139
+ This certificate must be signed by a public certificate authority. This value is not required for AWS -managed domains.
6140
+
6141
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-domainconfiguration.html#cfn-iot-domainconfiguration-validationcertificatearn
6142
+ '''
6143
+ result = self._values.get("validation_certificate_arn")
6144
+ return typing.cast(typing.Optional[builtins.str], result)
6145
+
6146
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
6147
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
6148
+
6149
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
6150
+ return not (rhs == self)
6151
+
6152
+ def __repr__(self) -> str:
6153
+ return "CfnDomainConfigurationProps(%s)" % ", ".join(
6154
+ k + "=" + repr(v) for k, v in self._values.items()
6155
+ )
6156
+
6157
+
6158
+ @jsii.implements(_IInspectable_c2943556, _IEncryptionConfigurationRef_3733582d)
6159
+ class CfnEncryptionConfiguration(
6160
+ _CfnResource_9df397a6,
6161
+ metaclass=jsii.JSIIMeta,
6162
+ jsii_type="aws-cdk-lib.aws_iot.CfnEncryptionConfiguration",
6163
+ ):
6164
+ '''Retrieves the encryption configuration for resources and data of your AWS account in AWS IoT Core .
6165
+
6166
+ For more information, see `Data encryption at rest <https://docs.aws.amazon.com/iot/latest/developerguide/encryption-at-rest.html>`_ in the *AWS IoT Core Developer Guide* .
6167
+
6168
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html
6169
+ :cloudformationResource: AWS::IoT::EncryptionConfiguration
6170
+ :exampleMetadata: fixture=_generated
6171
+
6172
+ Example::
6173
+
6174
+ # The code below shows an example of how to instantiate this type.
6175
+ # The values are placeholders you should change.
6176
+ from aws_cdk import aws_iot as iot
6177
+
6178
+ cfn_encryption_configuration = iot.CfnEncryptionConfiguration(self, "MyCfnEncryptionConfiguration",
6179
+ encryption_type="encryptionType",
6180
+
6181
+ # the properties below are optional
6182
+ kms_access_role_arn="kmsAccessRoleArn",
6183
+ kms_key_arn="kmsKeyArn"
6184
+ )
6185
+ '''
6186
+
6187
+ def __init__(
6188
+ self,
6189
+ scope: _constructs_77d1e7e8.Construct,
6190
+ id: builtins.str,
6191
+ *,
6192
+ encryption_type: builtins.str,
6193
+ kms_access_role_arn: typing.Optional[builtins.str] = None,
6194
+ kms_key_arn: typing.Optional[builtins.str] = None,
6195
+ ) -> None:
6196
+ '''Create a new ``AWS::IoT::EncryptionConfiguration``.
6197
+
6198
+ :param scope: Scope in which this resource is defined.
6199
+ :param id: Construct identifier for this resource (unique in its scope).
6200
+ :param encryption_type: The type of the KMS key.
6201
+ :param kms_access_role_arn: The Amazon Resource Name (ARN) of the IAM role assumed by AWS IoT Core to call AWS KMS on behalf of the customer.
6202
+ :param kms_key_arn: The ARN of the customer managed KMS key.
6203
+ '''
6204
+ if __debug__:
6205
+ type_hints = typing.get_type_hints(_typecheckingstub__590a310b1ce9a41bd611fc7e92d5bb9381ff548973b6322c201006617fc000f1)
6206
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6207
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6208
+ props = CfnEncryptionConfigurationProps(
6209
+ encryption_type=encryption_type,
6210
+ kms_access_role_arn=kms_access_role_arn,
6211
+ kms_key_arn=kms_key_arn,
6212
+ )
6213
+
6214
+ jsii.create(self.__class__, self, [scope, id, props])
6215
+
6216
+ @jsii.member(jsii_name="inspect")
6217
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6218
+ '''Examines the CloudFormation resource and discloses attributes.
6219
+
6220
+ :param inspector: tree inspector to collect and process attributes.
6221
+ '''
6222
+ if __debug__:
6223
+ type_hints = typing.get_type_hints(_typecheckingstub__233141f5c147d73830fe3e9d9d504b3652e1d15f02ed8b705668c8e28e9b750c)
6224
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
6225
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
6226
+
6227
+ @jsii.member(jsii_name="renderProperties")
6228
+ def _render_properties(
6229
+ self,
6230
+ props: typing.Mapping[builtins.str, typing.Any],
6231
+ ) -> typing.Mapping[builtins.str, typing.Any]:
6232
+ '''
6233
+ :param props: -
6234
+ '''
6235
+ if __debug__:
6236
+ type_hints = typing.get_type_hints(_typecheckingstub__5cd2e788d7ff1c10202a0e433dda70ca35befefeabdbfc3016d8016e6cf1ed37)
6237
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
6238
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
6239
+
6240
+ @jsii.python.classproperty
6241
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
6242
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
6243
+ '''The CloudFormation resource type name for this resource class.'''
6244
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
6245
+
6246
+ @builtins.property
6247
+ @jsii.member(jsii_name="attrAccountId")
6248
+ def attr_account_id(self) -> builtins.str:
6249
+ '''The unique identifier (ID) of an AWS account.
6250
+
6251
+ :cloudformationAttribute: AccountId
6252
+ '''
6253
+ return typing.cast(builtins.str, jsii.get(self, "attrAccountId"))
6254
+
6255
+ @builtins.property
6256
+ @jsii.member(jsii_name="attrConfigurationDetails")
6257
+ def attr_configuration_details(self) -> _IResolvable_da3f097b:
6258
+ '''
6259
+ :cloudformationAttribute: ConfigurationDetails
6260
+ '''
6261
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrConfigurationDetails"))
6262
+
6263
+ @builtins.property
6264
+ @jsii.member(jsii_name="attrLastModifiedDate")
6265
+ def attr_last_modified_date(self) -> builtins.str:
6266
+ '''The date when encryption configuration is last updated.
6267
+
6268
+ :cloudformationAttribute: LastModifiedDate
6269
+ '''
6270
+ return typing.cast(builtins.str, jsii.get(self, "attrLastModifiedDate"))
6271
+
6272
+ @builtins.property
6273
+ @jsii.member(jsii_name="cfnProperties")
6274
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6275
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6276
+
6277
+ @builtins.property
6278
+ @jsii.member(jsii_name="encryptionConfigurationRef")
6279
+ def encryption_configuration_ref(
6280
+ self,
6281
+ ) -> _EncryptionConfigurationReference_6480130f:
6282
+ '''A reference to a EncryptionConfiguration resource.'''
6283
+ return typing.cast(_EncryptionConfigurationReference_6480130f, jsii.get(self, "encryptionConfigurationRef"))
6284
+
6285
+ @builtins.property
6286
+ @jsii.member(jsii_name="encryptionType")
6287
+ def encryption_type(self) -> builtins.str:
6288
+ '''The type of the KMS key.'''
6289
+ return typing.cast(builtins.str, jsii.get(self, "encryptionType"))
6290
+
6291
+ @encryption_type.setter
6292
+ def encryption_type(self, value: builtins.str) -> None:
6293
+ if __debug__:
6294
+ type_hints = typing.get_type_hints(_typecheckingstub__7fba231b8f68aa059f7c06875e959b3f3bd5636f6165991d32e54a5cc6d0bcd5)
6295
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6296
+ jsii.set(self, "encryptionType", value) # pyright: ignore[reportArgumentType]
6297
+
6298
+ @builtins.property
6299
+ @jsii.member(jsii_name="kmsAccessRoleArn")
6300
+ def kms_access_role_arn(self) -> typing.Optional[builtins.str]:
6301
+ '''The Amazon Resource Name (ARN) of the IAM role assumed by AWS IoT Core to call AWS KMS on behalf of the customer.'''
6302
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsAccessRoleArn"))
6303
+
6304
+ @kms_access_role_arn.setter
6305
+ def kms_access_role_arn(self, value: typing.Optional[builtins.str]) -> None:
6306
+ if __debug__:
6307
+ type_hints = typing.get_type_hints(_typecheckingstub__c7090d98481b34dbf2479198088f6a73b9c942d4517672b8d308682e61d5dbba)
6308
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6309
+ jsii.set(self, "kmsAccessRoleArn", value) # pyright: ignore[reportArgumentType]
6310
+
6311
+ @builtins.property
6312
+ @jsii.member(jsii_name="kmsKeyArn")
6313
+ def kms_key_arn(self) -> typing.Optional[builtins.str]:
6314
+ '''The ARN of the customer managed KMS key.'''
6315
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyArn"))
6316
+
6317
+ @kms_key_arn.setter
6318
+ def kms_key_arn(self, value: typing.Optional[builtins.str]) -> None:
6319
+ if __debug__:
6320
+ type_hints = typing.get_type_hints(_typecheckingstub__19b09278cd32890a2953a31edf28ad2ac6b609136b5854732d407ccb4b6766d9)
6321
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6322
+ jsii.set(self, "kmsKeyArn", value) # pyright: ignore[reportArgumentType]
6323
+
6324
+ @jsii.data_type(
6325
+ jsii_type="aws-cdk-lib.aws_iot.CfnEncryptionConfiguration.ConfigurationDetailsProperty",
6326
+ jsii_struct_bases=[],
6327
+ name_mapping={
6328
+ "configuration_status": "configurationStatus",
6329
+ "error_code": "errorCode",
6330
+ "error_message": "errorMessage",
6331
+ },
6332
+ )
6333
+ class ConfigurationDetailsProperty:
6334
+ def __init__(
6335
+ self,
6336
+ *,
6337
+ configuration_status: typing.Optional[builtins.str] = None,
6338
+ error_code: typing.Optional[builtins.str] = None,
6339
+ error_message: typing.Optional[builtins.str] = None,
6340
+ ) -> None:
6341
+ '''The encryption configuration details that include the status information of the AWS Key Management Service ( AWS KMS ) key and the AWS KMS access role.
6342
+
6343
+ :param configuration_status: The health status of KMS key and AWS KMS access role. If either KMS key or AWS KMS access role is ``UNHEALTHY`` , the return value will be ``UNHEALTHY`` . To use a customer managed KMS key, the value of ``configurationStatus`` must be ``HEALTHY`` .
6344
+ :param error_code: The error code that indicates either the KMS key or the AWS KMS access role is ``UNHEALTHY`` . Valid values: ``KMS_KEY_VALIDATION_ERROR`` and ``ROLE_VALIDATION_ERROR`` .
6345
+ :param error_message: The detailed error message that corresponds to the ``errorCode`` .
6346
+
6347
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-encryptionconfiguration-configurationdetails.html
6348
+ :exampleMetadata: fixture=_generated
6349
+
6350
+ Example::
6351
+
6352
+ # The code below shows an example of how to instantiate this type.
6353
+ # The values are placeholders you should change.
6354
+ from aws_cdk import aws_iot as iot
6355
+
6356
+ configuration_details_property = iot.CfnEncryptionConfiguration.ConfigurationDetailsProperty(
6357
+ configuration_status="configurationStatus",
6358
+ error_code="errorCode",
6359
+ error_message="errorMessage"
6360
+ )
6361
+ '''
6362
+ if __debug__:
6363
+ type_hints = typing.get_type_hints(_typecheckingstub__177ce092c0e88e844eafa9e6b2f72e02413a4aecda7bf05efcdfd6fbf7857eff)
6364
+ check_type(argname="argument configuration_status", value=configuration_status, expected_type=type_hints["configuration_status"])
6365
+ check_type(argname="argument error_code", value=error_code, expected_type=type_hints["error_code"])
6366
+ check_type(argname="argument error_message", value=error_message, expected_type=type_hints["error_message"])
6367
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
6368
+ if configuration_status is not None:
6369
+ self._values["configuration_status"] = configuration_status
6370
+ if error_code is not None:
6371
+ self._values["error_code"] = error_code
6372
+ if error_message is not None:
6373
+ self._values["error_message"] = error_message
6374
+
6375
+ @builtins.property
6376
+ def configuration_status(self) -> typing.Optional[builtins.str]:
6377
+ '''The health status of KMS key and AWS KMS access role.
6378
+
6379
+ If either KMS key or AWS KMS access role is ``UNHEALTHY`` , the return value will be ``UNHEALTHY`` . To use a customer managed KMS key, the value of ``configurationStatus`` must be ``HEALTHY`` .
6380
+
6381
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-encryptionconfiguration-configurationdetails.html#cfn-iot-encryptionconfiguration-configurationdetails-configurationstatus
6382
+ '''
6383
+ result = self._values.get("configuration_status")
6384
+ return typing.cast(typing.Optional[builtins.str], result)
6385
+
6386
+ @builtins.property
6387
+ def error_code(self) -> typing.Optional[builtins.str]:
6388
+ '''The error code that indicates either the KMS key or the AWS KMS access role is ``UNHEALTHY`` .
6389
+
6390
+ Valid values: ``KMS_KEY_VALIDATION_ERROR`` and ``ROLE_VALIDATION_ERROR`` .
6391
+
6392
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-encryptionconfiguration-configurationdetails.html#cfn-iot-encryptionconfiguration-configurationdetails-errorcode
6393
+ '''
6394
+ result = self._values.get("error_code")
6395
+ return typing.cast(typing.Optional[builtins.str], result)
6396
+
6397
+ @builtins.property
6398
+ def error_message(self) -> typing.Optional[builtins.str]:
6399
+ '''The detailed error message that corresponds to the ``errorCode`` .
6400
+
6401
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-encryptionconfiguration-configurationdetails.html#cfn-iot-encryptionconfiguration-configurationdetails-errormessage
6402
+ '''
6403
+ result = self._values.get("error_message")
6404
+ return typing.cast(typing.Optional[builtins.str], result)
6405
+
6406
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
6407
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
6408
+
6409
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
6410
+ return not (rhs == self)
6411
+
6412
+ def __repr__(self) -> str:
6413
+ return "ConfigurationDetailsProperty(%s)" % ", ".join(
6414
+ k + "=" + repr(v) for k, v in self._values.items()
6415
+ )
6416
+
6417
+
6418
+ @jsii.data_type(
6419
+ jsii_type="aws-cdk-lib.aws_iot.CfnEncryptionConfigurationProps",
6420
+ jsii_struct_bases=[],
6421
+ name_mapping={
6422
+ "encryption_type": "encryptionType",
6423
+ "kms_access_role_arn": "kmsAccessRoleArn",
6424
+ "kms_key_arn": "kmsKeyArn",
6425
+ },
6426
+ )
6427
+ class CfnEncryptionConfigurationProps:
6428
+ def __init__(
6429
+ self,
6430
+ *,
6431
+ encryption_type: builtins.str,
6432
+ kms_access_role_arn: typing.Optional[builtins.str] = None,
6433
+ kms_key_arn: typing.Optional[builtins.str] = None,
6434
+ ) -> None:
6435
+ '''Properties for defining a ``CfnEncryptionConfiguration``.
6436
+
6437
+ :param encryption_type: The type of the KMS key.
6438
+ :param kms_access_role_arn: The Amazon Resource Name (ARN) of the IAM role assumed by AWS IoT Core to call AWS KMS on behalf of the customer.
6439
+ :param kms_key_arn: The ARN of the customer managed KMS key.
6440
+
6441
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html
6442
+ :exampleMetadata: fixture=_generated
6443
+
6444
+ Example::
6445
+
6446
+ # The code below shows an example of how to instantiate this type.
6447
+ # The values are placeholders you should change.
6448
+ from aws_cdk import aws_iot as iot
6449
+
6450
+ cfn_encryption_configuration_props = iot.CfnEncryptionConfigurationProps(
6451
+ encryption_type="encryptionType",
6452
+
6453
+ # the properties below are optional
6454
+ kms_access_role_arn="kmsAccessRoleArn",
6455
+ kms_key_arn="kmsKeyArn"
6456
+ )
6457
+ '''
6458
+ if __debug__:
6459
+ type_hints = typing.get_type_hints(_typecheckingstub__336ea497535e43391cf9df6341fe126d948316050e95d2d41cb831737802b9ab)
6460
+ check_type(argname="argument encryption_type", value=encryption_type, expected_type=type_hints["encryption_type"])
6461
+ check_type(argname="argument kms_access_role_arn", value=kms_access_role_arn, expected_type=type_hints["kms_access_role_arn"])
6462
+ check_type(argname="argument kms_key_arn", value=kms_key_arn, expected_type=type_hints["kms_key_arn"])
6463
+ self._values: typing.Dict[builtins.str, typing.Any] = {
6464
+ "encryption_type": encryption_type,
6465
+ }
6466
+ if kms_access_role_arn is not None:
6467
+ self._values["kms_access_role_arn"] = kms_access_role_arn
6468
+ if kms_key_arn is not None:
6469
+ self._values["kms_key_arn"] = kms_key_arn
6470
+
6471
+ @builtins.property
6472
+ def encryption_type(self) -> builtins.str:
6473
+ '''The type of the KMS key.
5667
6474
 
5668
- For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
5669
-
5670
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-domainconfiguration.html#cfn-iot-domainconfiguration-tags
6475
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html#cfn-iot-encryptionconfiguration-encryptiontype
5671
6476
  '''
5672
- result = self._values.get("tags")
5673
- return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
6477
+ result = self._values.get("encryption_type")
6478
+ assert result is not None, "Required property 'encryption_type' is missing"
6479
+ return typing.cast(builtins.str, result)
5674
6480
 
5675
6481
  @builtins.property
5676
- def tls_config(
5677
- self,
5678
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDomainConfiguration.TlsConfigProperty]]:
5679
- '''An object that specifies the TLS configuration for a domain.
6482
+ def kms_access_role_arn(self) -> typing.Optional[builtins.str]:
6483
+ '''The Amazon Resource Name (ARN) of the IAM role assumed by AWS IoT Core to call AWS KMS on behalf of the customer.
5680
6484
 
5681
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-domainconfiguration.html#cfn-iot-domainconfiguration-tlsconfig
6485
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html#cfn-iot-encryptionconfiguration-kmsaccessrolearn
5682
6486
  '''
5683
- result = self._values.get("tls_config")
5684
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDomainConfiguration.TlsConfigProperty]], result)
6487
+ result = self._values.get("kms_access_role_arn")
6488
+ return typing.cast(typing.Optional[builtins.str], result)
5685
6489
 
5686
6490
  @builtins.property
5687
- def validation_certificate_arn(self) -> typing.Optional[builtins.str]:
5688
- '''The certificate used to validate the server certificate and prove domain name ownership.
6491
+ def kms_key_arn(self) -> typing.Optional[builtins.str]:
6492
+ '''The ARN of the customer managed KMS key.
5689
6493
 
5690
- This certificate must be signed by a public certificate authority. This value is not required for AWS -managed domains.
5691
-
5692
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-domainconfiguration.html#cfn-iot-domainconfiguration-validationcertificatearn
6494
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html#cfn-iot-encryptionconfiguration-kmskeyarn
5693
6495
  '''
5694
- result = self._values.get("validation_certificate_arn")
6496
+ result = self._values.get("kms_key_arn")
5695
6497
  return typing.cast(typing.Optional[builtins.str], result)
5696
6498
 
5697
6499
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
@@ -5701,12 +6503,12 @@ class CfnDomainConfigurationProps:
5701
6503
  return not (rhs == self)
5702
6504
 
5703
6505
  def __repr__(self) -> str:
5704
- return "CfnDomainConfigurationProps(%s)" % ", ".join(
6506
+ return "CfnEncryptionConfigurationProps(%s)" % ", ".join(
5705
6507
  k + "=" + repr(v) for k, v in self._values.items()
5706
6508
  )
5707
6509
 
5708
6510
 
5709
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
6511
+ @jsii.implements(_IInspectable_c2943556, _IFleetMetricRef_85a593f7, _ITaggable_36806126)
5710
6512
  class CfnFleetMetric(
5711
6513
  _CfnResource_9df397a6,
5712
6514
  metaclass=jsii.JSIIMeta,
@@ -5762,7 +6564,8 @@ class CfnFleetMetric(
5762
6564
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5763
6565
  unit: typing.Optional[builtins.str] = None,
5764
6566
  ) -> None:
5765
- '''
6567
+ '''Create a new ``AWS::IoT::FleetMetric``.
6568
+
5766
6569
  :param scope: Scope in which this resource is defined.
5767
6570
  :param id: Construct identifier for this resource (unique in its scope).
5768
6571
  :param metric_name: The name of the fleet metric to create.
@@ -5866,6 +6669,12 @@ class CfnFleetMetric(
5866
6669
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5867
6670
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5868
6671
 
6672
+ @builtins.property
6673
+ @jsii.member(jsii_name="fleetMetricRef")
6674
+ def fleet_metric_ref(self) -> _FleetMetricReference_c11c8509:
6675
+ '''A reference to a FleetMetric resource.'''
6676
+ return typing.cast(_FleetMetricReference_c11c8509, jsii.get(self, "fleetMetricRef"))
6677
+
5869
6678
  @builtins.property
5870
6679
  @jsii.member(jsii_name="tags")
5871
6680
  def tags(self) -> _TagManager_0a598cb3:
@@ -6296,7 +7105,7 @@ class CfnFleetMetricProps:
6296
7105
  )
6297
7106
 
6298
7107
 
6299
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
7108
+ @jsii.implements(_IInspectable_c2943556, _IJobTemplateRef_f04ac76b, _ITaggable_36806126)
6300
7109
  class CfnJobTemplate(
6301
7110
  _CfnResource_9df397a6,
6302
7111
  metaclass=jsii.JSIIMeta,
@@ -6368,7 +7177,8 @@ class CfnJobTemplate(
6368
7177
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6369
7178
  timeout_config: typing.Any = None,
6370
7179
  ) -> None:
6371
- '''
7180
+ '''Create a new ``AWS::IoT::JobTemplate``.
7181
+
6372
7182
  :param scope: Scope in which this resource is defined.
6373
7183
  :param id: Construct identifier for this resource (unique in its scope).
6374
7184
  :param description: A description of the job template.
@@ -6407,6 +7217,48 @@ class CfnJobTemplate(
6407
7217
 
6408
7218
  jsii.create(self.__class__, self, [scope, id, props])
6409
7219
 
7220
+ @jsii.member(jsii_name="fromJobTemplateArn")
7221
+ @builtins.classmethod
7222
+ def from_job_template_arn(
7223
+ cls,
7224
+ scope: _constructs_77d1e7e8.Construct,
7225
+ id: builtins.str,
7226
+ arn: builtins.str,
7227
+ ) -> _IJobTemplateRef_f04ac76b:
7228
+ '''Creates a new IJobTemplateRef from an ARN.
7229
+
7230
+ :param scope: -
7231
+ :param id: -
7232
+ :param arn: -
7233
+ '''
7234
+ if __debug__:
7235
+ type_hints = typing.get_type_hints(_typecheckingstub__f36e0acf648bcbed21194f2fcc86b7da45b2ca6201f04d69359e1bd54dae7b68)
7236
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7237
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7238
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7239
+ return typing.cast(_IJobTemplateRef_f04ac76b, jsii.sinvoke(cls, "fromJobTemplateArn", [scope, id, arn]))
7240
+
7241
+ @jsii.member(jsii_name="fromJobTemplateId")
7242
+ @builtins.classmethod
7243
+ def from_job_template_id(
7244
+ cls,
7245
+ scope: _constructs_77d1e7e8.Construct,
7246
+ id: builtins.str,
7247
+ job_template_id: builtins.str,
7248
+ ) -> _IJobTemplateRef_f04ac76b:
7249
+ '''Creates a new IJobTemplateRef from a jobTemplateId.
7250
+
7251
+ :param scope: -
7252
+ :param id: -
7253
+ :param job_template_id: -
7254
+ '''
7255
+ if __debug__:
7256
+ type_hints = typing.get_type_hints(_typecheckingstub__67cc5fc3c14eec957174274cc3bede58847824cc340b0433ab36aa58df81d908)
7257
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7258
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7259
+ check_type(argname="argument job_template_id", value=job_template_id, expected_type=type_hints["job_template_id"])
7260
+ return typing.cast(_IJobTemplateRef_f04ac76b, jsii.sinvoke(cls, "fromJobTemplateId", [scope, id, job_template_id]))
7261
+
6410
7262
  @jsii.member(jsii_name="inspect")
6411
7263
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6412
7264
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6451,6 +7303,12 @@ class CfnJobTemplate(
6451
7303
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6452
7304
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6453
7305
 
7306
+ @builtins.property
7307
+ @jsii.member(jsii_name="jobTemplateRef")
7308
+ def job_template_ref(self) -> _JobTemplateReference_235350b5:
7309
+ '''A reference to a JobTemplate resource.'''
7310
+ return typing.cast(_JobTemplateReference_235350b5, jsii.get(self, "jobTemplateRef"))
7311
+
6454
7312
  @builtins.property
6455
7313
  @jsii.member(jsii_name="tags")
6456
7314
  def tags(self) -> _TagManager_0a598cb3:
@@ -7702,7 +8560,7 @@ class CfnJobTemplateProps:
7702
8560
  )
7703
8561
 
7704
8562
 
7705
- @jsii.implements(_IInspectable_c2943556)
8563
+ @jsii.implements(_IInspectable_c2943556, _ILoggingRef_dd2ca6d7)
7706
8564
  class CfnLogging(
7707
8565
  _CfnResource_9df397a6,
7708
8566
  metaclass=jsii.JSIIMeta,
@@ -7712,7 +8570,7 @@ class CfnLogging(
7712
8570
 
7713
8571
  .. epigraph::
7714
8572
 
7715
- If you already set the log function of AWS IoT Core , you can't deploy the AWS Cloud Development Kit (AWS CDK) to change the logging settings. You can change the logging settings by either:
8573
+ If you already set the log function of AWS IoT Core , you can't deploy the Cloud Development Kit to change the logging settings. You can change the logging settings by either:
7716
8574
 
7717
8575
  - Importing the existing logging resource into your AWS CloudFormation stack, such as with the `infrastructure as code generator (IaC generator) <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html>`_ .
7718
8576
  - Calling ``aws iot set-v2-logging-options --disable-all-logs`` before creating a new CloudFormation stack. This command disables all AWS IoT logging. As a result, no AWS IoT logs will be delivered to Amazon CloudWatch until you re-enable logging.
@@ -7743,7 +8601,8 @@ class CfnLogging(
7743
8601
  default_log_level: builtins.str,
7744
8602
  role_arn: builtins.str,
7745
8603
  ) -> None:
7746
- '''
8604
+ '''Create a new ``AWS::IoT::Logging``.
8605
+
7747
8606
  :param scope: Scope in which this resource is defined.
7748
8607
  :param id: Construct identifier for this resource (unique in its scope).
7749
8608
  :param account_id: The account ID.
@@ -7797,6 +8656,12 @@ class CfnLogging(
7797
8656
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7798
8657
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7799
8658
 
8659
+ @builtins.property
8660
+ @jsii.member(jsii_name="loggingRef")
8661
+ def logging_ref(self) -> _LoggingReference_668b4b4d:
8662
+ '''A reference to a Logging resource.'''
8663
+ return typing.cast(_LoggingReference_668b4b4d, jsii.get(self, "loggingRef"))
8664
+
7800
8665
  @builtins.property
7801
8666
  @jsii.member(jsii_name="accountId")
7802
8667
  def account_id(self) -> builtins.str:
@@ -7930,7 +8795,7 @@ class CfnLoggingProps:
7930
8795
  )
7931
8796
 
7932
8797
 
7933
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
8798
+ @jsii.implements(_IInspectable_c2943556, _IMitigationActionRef_e47dbe04, _ITaggable_36806126)
7934
8799
  class CfnMitigationAction(
7935
8800
  _CfnResource_9df397a6,
7936
8801
  metaclass=jsii.JSIIMeta,
@@ -7996,7 +8861,8 @@ class CfnMitigationAction(
7996
8861
  action_name: typing.Optional[builtins.str] = None,
7997
8862
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7998
8863
  ) -> None:
7999
- '''
8864
+ '''Create a new ``AWS::IoT::MitigationAction``.
8865
+
8000
8866
  :param scope: Scope in which this resource is defined.
8001
8867
  :param id: Construct identifier for this resource (unique in its scope).
8002
8868
  :param action_params: The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.
@@ -8070,6 +8936,12 @@ class CfnMitigationAction(
8070
8936
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8071
8937
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8072
8938
 
8939
+ @builtins.property
8940
+ @jsii.member(jsii_name="mitigationActionRef")
8941
+ def mitigation_action_ref(self) -> _MitigationActionReference_1c906c4b:
8942
+ '''A reference to a MitigationAction resource.'''
8943
+ return typing.cast(_MitigationActionReference_1c906c4b, jsii.get(self, "mitigationActionRef"))
8944
+
8073
8945
  @builtins.property
8074
8946
  @jsii.member(jsii_name="tags")
8075
8947
  def tags(self) -> _TagManager_0a598cb3:
@@ -8816,7 +9688,7 @@ class CfnMitigationActionProps:
8816
9688
  )
8817
9689
 
8818
9690
 
8819
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
9691
+ @jsii.implements(_IInspectable_c2943556, _IPolicyRef_d07d9913, _ITaggableV2_4e6798f8)
8820
9692
  class CfnPolicy(
8821
9693
  _CfnResource_9df397a6,
8822
9694
  metaclass=jsii.JSIIMeta,
@@ -8859,7 +9731,8 @@ class CfnPolicy(
8859
9731
  policy_name: typing.Optional[builtins.str] = None,
8860
9732
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8861
9733
  ) -> None:
8862
- '''
9734
+ '''Create a new ``AWS::IoT::Policy``.
9735
+
8863
9736
  :param scope: Scope in which this resource is defined.
8864
9737
  :param id: Construct identifier for this resource (unique in its scope).
8865
9738
  :param policy_document: The JSON document that describes the policy.
@@ -8935,6 +9808,12 @@ class CfnPolicy(
8935
9808
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8936
9809
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8937
9810
 
9811
+ @builtins.property
9812
+ @jsii.member(jsii_name="policyRef")
9813
+ def policy_ref(self) -> _PolicyReference_824a382c:
9814
+ '''A reference to a Policy resource.'''
9815
+ return typing.cast(_PolicyReference_824a382c, jsii.get(self, "policyRef"))
9816
+
8938
9817
  @builtins.property
8939
9818
  @jsii.member(jsii_name="policyDocument")
8940
9819
  def policy_document(self) -> typing.Any:
@@ -8974,7 +9853,7 @@ class CfnPolicy(
8974
9853
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
8975
9854
 
8976
9855
 
8977
- @jsii.implements(_IInspectable_c2943556)
9856
+ @jsii.implements(_IInspectable_c2943556, _IPolicyPrincipalAttachmentRef_512e78f9)
8978
9857
  class CfnPolicyPrincipalAttachment(
8979
9858
  _CfnResource_9df397a6,
8980
9859
  metaclass=jsii.JSIIMeta,
@@ -9008,7 +9887,8 @@ class CfnPolicyPrincipalAttachment(
9008
9887
  policy_name: builtins.str,
9009
9888
  principal: builtins.str,
9010
9889
  ) -> None:
9011
- '''
9890
+ '''Create a new ``AWS::IoT::PolicyPrincipalAttachment``.
9891
+
9012
9892
  :param scope: Scope in which this resource is defined.
9013
9893
  :param id: Construct identifier for this resource (unique in its scope).
9014
9894
  :param policy_name: The name of the AWS IoT policy.
@@ -9067,6 +9947,14 @@ class CfnPolicyPrincipalAttachment(
9067
9947
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
9068
9948
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
9069
9949
 
9950
+ @builtins.property
9951
+ @jsii.member(jsii_name="policyPrincipalAttachmentRef")
9952
+ def policy_principal_attachment_ref(
9953
+ self,
9954
+ ) -> _PolicyPrincipalAttachmentReference_e9204988:
9955
+ '''A reference to a PolicyPrincipalAttachment resource.'''
9956
+ return typing.cast(_PolicyPrincipalAttachmentReference_e9204988, jsii.get(self, "policyPrincipalAttachmentRef"))
9957
+
9070
9958
  @builtins.property
9071
9959
  @jsii.member(jsii_name="policyName")
9072
9960
  def policy_name(self) -> builtins.str:
@@ -9258,7 +10146,7 @@ class CfnPolicyProps:
9258
10146
  )
9259
10147
 
9260
10148
 
9261
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
10149
+ @jsii.implements(_IInspectable_c2943556, _IProvisioningTemplateRef_3b3b40e9, _ITaggable_36806126)
9262
10150
  class CfnProvisioningTemplate(
9263
10151
  _CfnResource_9df397a6,
9264
10152
  metaclass=jsii.JSIIMeta,
@@ -9310,7 +10198,8 @@ class CfnProvisioningTemplate(
9310
10198
  template_name: typing.Optional[builtins.str] = None,
9311
10199
  template_type: typing.Optional[builtins.str] = None,
9312
10200
  ) -> None:
9313
- '''
10201
+ '''Create a new ``AWS::IoT::ProvisioningTemplate``.
10202
+
9314
10203
  :param scope: Scope in which this resource is defined.
9315
10204
  :param id: Construct identifier for this resource (unique in its scope).
9316
10205
  :param provisioning_role_arn: The role ARN for the role associated with the fleet provisioning template. This IoT role grants permission to provision a device.
@@ -9339,6 +10228,27 @@ class CfnProvisioningTemplate(
9339
10228
 
9340
10229
  jsii.create(self.__class__, self, [scope, id, props])
9341
10230
 
10231
+ @jsii.member(jsii_name="fromTemplateName")
10232
+ @builtins.classmethod
10233
+ def from_template_name(
10234
+ cls,
10235
+ scope: _constructs_77d1e7e8.Construct,
10236
+ id: builtins.str,
10237
+ template_name: builtins.str,
10238
+ ) -> _IProvisioningTemplateRef_3b3b40e9:
10239
+ '''Creates a new IProvisioningTemplateRef from a templateName.
10240
+
10241
+ :param scope: -
10242
+ :param id: -
10243
+ :param template_name: -
10244
+ '''
10245
+ if __debug__:
10246
+ type_hints = typing.get_type_hints(_typecheckingstub__80fefadc353ed4d1a5c6862088ec6985075f9dba2564b757907dd3afc3440d66)
10247
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10248
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10249
+ check_type(argname="argument template_name", value=template_name, expected_type=type_hints["template_name"])
10250
+ return typing.cast(_IProvisioningTemplateRef_3b3b40e9, jsii.sinvoke(cls, "fromTemplateName", [scope, id, template_name]))
10251
+
9342
10252
  @jsii.member(jsii_name="inspect")
9343
10253
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9344
10254
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9383,6 +10293,12 @@ class CfnProvisioningTemplate(
9383
10293
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
9384
10294
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
9385
10295
 
10296
+ @builtins.property
10297
+ @jsii.member(jsii_name="provisioningTemplateRef")
10298
+ def provisioning_template_ref(self) -> _ProvisioningTemplateReference_dbcf5a40:
10299
+ '''A reference to a ProvisioningTemplate resource.'''
10300
+ return typing.cast(_ProvisioningTemplateReference_dbcf5a40, jsii.get(self, "provisioningTemplateRef"))
10301
+
9386
10302
  @builtins.property
9387
10303
  @jsii.member(jsii_name="tags")
9388
10304
  def tags(self) -> _TagManager_0a598cb3:
@@ -9763,7 +10679,7 @@ class CfnProvisioningTemplateProps:
9763
10679
  )
9764
10680
 
9765
10681
 
9766
- @jsii.implements(_IInspectable_c2943556)
10682
+ @jsii.implements(_IInspectable_c2943556, _IResourceSpecificLoggingRef_74a883ea)
9767
10683
  class CfnResourceSpecificLogging(
9768
10684
  _CfnResource_9df397a6,
9769
10685
  metaclass=jsii.JSIIMeta,
@@ -9797,7 +10713,8 @@ class CfnResourceSpecificLogging(
9797
10713
  target_name: builtins.str,
9798
10714
  target_type: builtins.str,
9799
10715
  ) -> None:
9800
- '''
10716
+ '''Create a new ``AWS::IoT::ResourceSpecificLogging``.
10717
+
9801
10718
  :param scope: Scope in which this resource is defined.
9802
10719
  :param id: Construct identifier for this resource (unique in its scope).
9803
10720
  :param log_level: The default log level.Valid Values: ``DEBUG | INFO | ERROR | WARN | DISABLED``.
@@ -9858,6 +10775,14 @@ class CfnResourceSpecificLogging(
9858
10775
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
9859
10776
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
9860
10777
 
10778
+ @builtins.property
10779
+ @jsii.member(jsii_name="resourceSpecificLoggingRef")
10780
+ def resource_specific_logging_ref(
10781
+ self,
10782
+ ) -> _ResourceSpecificLoggingReference_0f3d93df:
10783
+ '''A reference to a ResourceSpecificLogging resource.'''
10784
+ return typing.cast(_ResourceSpecificLoggingReference_0f3d93df, jsii.get(self, "resourceSpecificLoggingRef"))
10785
+
9861
10786
  @builtins.property
9862
10787
  @jsii.member(jsii_name="logLevel")
9863
10788
  def log_level(self) -> builtins.str:
@@ -9991,7 +10916,7 @@ class CfnResourceSpecificLoggingProps:
9991
10916
  )
9992
10917
 
9993
10918
 
9994
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
10919
+ @jsii.implements(_IInspectable_c2943556, _IRoleAliasRef_26714b8b, _ITaggable_36806126)
9995
10920
  class CfnRoleAlias(
9996
10921
  _CfnResource_9df397a6,
9997
10922
  metaclass=jsii.JSIIMeta,
@@ -10034,7 +10959,8 @@ class CfnRoleAlias(
10034
10959
  role_alias: typing.Optional[builtins.str] = None,
10035
10960
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
10036
10961
  ) -> None:
10037
- '''
10962
+ '''Create a new ``AWS::IoT::RoleAlias``.
10963
+
10038
10964
  :param scope: Scope in which this resource is defined.
10039
10965
  :param id: Construct identifier for this resource (unique in its scope).
10040
10966
  :param role_arn: The role ARN.
@@ -10055,6 +10981,48 @@ class CfnRoleAlias(
10055
10981
 
10056
10982
  jsii.create(self.__class__, self, [scope, id, props])
10057
10983
 
10984
+ @jsii.member(jsii_name="fromRoleAlias")
10985
+ @builtins.classmethod
10986
+ def from_role_alias(
10987
+ cls,
10988
+ scope: _constructs_77d1e7e8.Construct,
10989
+ id: builtins.str,
10990
+ role_alias: builtins.str,
10991
+ ) -> _IRoleAliasRef_26714b8b:
10992
+ '''Creates a new IRoleAliasRef from a roleAlias.
10993
+
10994
+ :param scope: -
10995
+ :param id: -
10996
+ :param role_alias: -
10997
+ '''
10998
+ if __debug__:
10999
+ type_hints = typing.get_type_hints(_typecheckingstub__4cbdec422d0f8a201c529f6f73b276796c63bebaf61714ac8e1bb094a839d596)
11000
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11001
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11002
+ check_type(argname="argument role_alias", value=role_alias, expected_type=type_hints["role_alias"])
11003
+ return typing.cast(_IRoleAliasRef_26714b8b, jsii.sinvoke(cls, "fromRoleAlias", [scope, id, role_alias]))
11004
+
11005
+ @jsii.member(jsii_name="fromRoleAliasArn")
11006
+ @builtins.classmethod
11007
+ def from_role_alias_arn(
11008
+ cls,
11009
+ scope: _constructs_77d1e7e8.Construct,
11010
+ id: builtins.str,
11011
+ arn: builtins.str,
11012
+ ) -> _IRoleAliasRef_26714b8b:
11013
+ '''Creates a new IRoleAliasRef from an ARN.
11014
+
11015
+ :param scope: -
11016
+ :param id: -
11017
+ :param arn: -
11018
+ '''
11019
+ if __debug__:
11020
+ type_hints = typing.get_type_hints(_typecheckingstub__103d13b2dd8fa40daeeecf5902c3729e010fd8f6c32e49a664c103632a12a7e2)
11021
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11022
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11023
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11024
+ return typing.cast(_IRoleAliasRef_26714b8b, jsii.sinvoke(cls, "fromRoleAliasArn", [scope, id, arn]))
11025
+
10058
11026
  @jsii.member(jsii_name="inspect")
10059
11027
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10060
11028
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10099,6 +11067,12 @@ class CfnRoleAlias(
10099
11067
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
10100
11068
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
10101
11069
 
11070
+ @builtins.property
11071
+ @jsii.member(jsii_name="roleAliasRef")
11072
+ def role_alias_ref(self) -> _RoleAliasReference_b4e8a4b0:
11073
+ '''A reference to a RoleAlias resource.'''
11074
+ return typing.cast(_RoleAliasReference_b4e8a4b0, jsii.get(self, "roleAliasRef"))
11075
+
10102
11076
  @builtins.property
10103
11077
  @jsii.member(jsii_name="tags")
10104
11078
  def tags(self) -> _TagManager_0a598cb3:
@@ -10274,7 +11248,7 @@ class CfnRoleAliasProps:
10274
11248
  )
10275
11249
 
10276
11250
 
10277
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
11251
+ @jsii.implements(_IInspectable_c2943556, _IScheduledAuditRef_a5878e17, _ITaggable_36806126)
10278
11252
  class CfnScheduledAudit(
10279
11253
  _CfnResource_9df397a6,
10280
11254
  metaclass=jsii.JSIIMeta,
@@ -10321,7 +11295,8 @@ class CfnScheduledAudit(
10321
11295
  scheduled_audit_name: typing.Optional[builtins.str] = None,
10322
11296
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
10323
11297
  ) -> None:
10324
- '''
11298
+ '''Create a new ``AWS::IoT::ScheduledAudit``.
11299
+
10325
11300
  :param scope: Scope in which this resource is defined.
10326
11301
  :param id: Construct identifier for this resource (unique in its scope).
10327
11302
  :param frequency: How often the scheduled audit occurs.
@@ -10346,6 +11321,48 @@ class CfnScheduledAudit(
10346
11321
 
10347
11322
  jsii.create(self.__class__, self, [scope, id, props])
10348
11323
 
11324
+ @jsii.member(jsii_name="fromScheduledAuditArn")
11325
+ @builtins.classmethod
11326
+ def from_scheduled_audit_arn(
11327
+ cls,
11328
+ scope: _constructs_77d1e7e8.Construct,
11329
+ id: builtins.str,
11330
+ arn: builtins.str,
11331
+ ) -> _IScheduledAuditRef_a5878e17:
11332
+ '''Creates a new IScheduledAuditRef from an ARN.
11333
+
11334
+ :param scope: -
11335
+ :param id: -
11336
+ :param arn: -
11337
+ '''
11338
+ if __debug__:
11339
+ type_hints = typing.get_type_hints(_typecheckingstub__1415801c9012935287c49ba75e6614ef915635bd76068d3a8818a8c15a35ae3e)
11340
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11341
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11342
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11343
+ return typing.cast(_IScheduledAuditRef_a5878e17, jsii.sinvoke(cls, "fromScheduledAuditArn", [scope, id, arn]))
11344
+
11345
+ @jsii.member(jsii_name="fromScheduledAuditName")
11346
+ @builtins.classmethod
11347
+ def from_scheduled_audit_name(
11348
+ cls,
11349
+ scope: _constructs_77d1e7e8.Construct,
11350
+ id: builtins.str,
11351
+ scheduled_audit_name: builtins.str,
11352
+ ) -> _IScheduledAuditRef_a5878e17:
11353
+ '''Creates a new IScheduledAuditRef from a scheduledAuditName.
11354
+
11355
+ :param scope: -
11356
+ :param id: -
11357
+ :param scheduled_audit_name: -
11358
+ '''
11359
+ if __debug__:
11360
+ type_hints = typing.get_type_hints(_typecheckingstub__7f3a453ae1420fc4faa8cfbdd1bce7226bdfb0b3933f3eb439ee94cdd196262a)
11361
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11362
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11363
+ check_type(argname="argument scheduled_audit_name", value=scheduled_audit_name, expected_type=type_hints["scheduled_audit_name"])
11364
+ return typing.cast(_IScheduledAuditRef_a5878e17, jsii.sinvoke(cls, "fromScheduledAuditName", [scope, id, scheduled_audit_name]))
11365
+
10349
11366
  @jsii.member(jsii_name="inspect")
10350
11367
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10351
11368
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10390,6 +11407,12 @@ class CfnScheduledAudit(
10390
11407
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
10391
11408
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
10392
11409
 
11410
+ @builtins.property
11411
+ @jsii.member(jsii_name="scheduledAuditRef")
11412
+ def scheduled_audit_ref(self) -> _ScheduledAuditReference_68453d17:
11413
+ '''A reference to a ScheduledAudit resource.'''
11414
+ return typing.cast(_ScheduledAuditReference_68453d17, jsii.get(self, "scheduledAuditRef"))
11415
+
10393
11416
  @builtins.property
10394
11417
  @jsii.member(jsii_name="tags")
10395
11418
  def tags(self) -> _TagManager_0a598cb3:
@@ -10640,7 +11663,7 @@ class CfnScheduledAuditProps:
10640
11663
  )
10641
11664
 
10642
11665
 
10643
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
11666
+ @jsii.implements(_IInspectable_c2943556, _ISecurityProfileRef_5d371790, _ITaggable_36806126)
10644
11667
  class CfnSecurityProfile(
10645
11668
  _CfnResource_9df397a6,
10646
11669
  metaclass=jsii.JSIIMeta,
@@ -10741,7 +11764,8 @@ class CfnSecurityProfile(
10741
11764
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
10742
11765
  target_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
10743
11766
  ) -> None:
10744
- '''
11767
+ '''Create a new ``AWS::IoT::SecurityProfile``.
11768
+
10745
11769
  :param scope: Scope in which this resource is defined.
10746
11770
  :param id: Construct identifier for this resource (unique in its scope).
10747
11771
  :param additional_metrics_to_retain_v2: A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's ``behaviors`` , but it's also retained for any metric specified here. Can be used with custom metrics; can't be used with dimensions.
@@ -10770,6 +11794,48 @@ class CfnSecurityProfile(
10770
11794
 
10771
11795
  jsii.create(self.__class__, self, [scope, id, props])
10772
11796
 
11797
+ @jsii.member(jsii_name="fromSecurityProfileArn")
11798
+ @builtins.classmethod
11799
+ def from_security_profile_arn(
11800
+ cls,
11801
+ scope: _constructs_77d1e7e8.Construct,
11802
+ id: builtins.str,
11803
+ arn: builtins.str,
11804
+ ) -> _ISecurityProfileRef_5d371790:
11805
+ '''Creates a new ISecurityProfileRef from an ARN.
11806
+
11807
+ :param scope: -
11808
+ :param id: -
11809
+ :param arn: -
11810
+ '''
11811
+ if __debug__:
11812
+ type_hints = typing.get_type_hints(_typecheckingstub__5d9189312f9aef6e5fb05f527807f2a38e973ab921573e55313d70b2abb872b2)
11813
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11814
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11815
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11816
+ return typing.cast(_ISecurityProfileRef_5d371790, jsii.sinvoke(cls, "fromSecurityProfileArn", [scope, id, arn]))
11817
+
11818
+ @jsii.member(jsii_name="fromSecurityProfileName")
11819
+ @builtins.classmethod
11820
+ def from_security_profile_name(
11821
+ cls,
11822
+ scope: _constructs_77d1e7e8.Construct,
11823
+ id: builtins.str,
11824
+ security_profile_name: builtins.str,
11825
+ ) -> _ISecurityProfileRef_5d371790:
11826
+ '''Creates a new ISecurityProfileRef from a securityProfileName.
11827
+
11828
+ :param scope: -
11829
+ :param id: -
11830
+ :param security_profile_name: -
11831
+ '''
11832
+ if __debug__:
11833
+ type_hints = typing.get_type_hints(_typecheckingstub__825fcc37fdfa495dc786c3f636eaf6ea6e2ace80152e8a8b2cc5948b5c593f99)
11834
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11835
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11836
+ check_type(argname="argument security_profile_name", value=security_profile_name, expected_type=type_hints["security_profile_name"])
11837
+ return typing.cast(_ISecurityProfileRef_5d371790, jsii.sinvoke(cls, "fromSecurityProfileName", [scope, id, security_profile_name]))
11838
+
10773
11839
  @jsii.member(jsii_name="inspect")
10774
11840
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10775
11841
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10814,6 +11880,12 @@ class CfnSecurityProfile(
10814
11880
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
10815
11881
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
10816
11882
 
11883
+ @builtins.property
11884
+ @jsii.member(jsii_name="securityProfileRef")
11885
+ def security_profile_ref(self) -> _SecurityProfileReference_8c2c6ff2:
11886
+ '''A reference to a SecurityProfile resource.'''
11887
+ return typing.cast(_SecurityProfileReference_8c2c6ff2, jsii.get(self, "securityProfileRef"))
11888
+
10817
11889
  @builtins.property
10818
11890
  @jsii.member(jsii_name="tags")
10819
11891
  def tags(self) -> _TagManager_0a598cb3:
@@ -12114,7 +13186,7 @@ class CfnSecurityProfileProps:
12114
13186
  )
12115
13187
 
12116
13188
 
12117
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
13189
+ @jsii.implements(_IInspectable_c2943556, _ISoftwarePackageRef_8860c56e, _ITaggableV2_4e6798f8)
12118
13190
  class CfnSoftwarePackage(
12119
13191
  _CfnResource_9df397a6,
12120
13192
  metaclass=jsii.JSIIMeta,
@@ -12153,7 +13225,8 @@ class CfnSoftwarePackage(
12153
13225
  package_name: typing.Optional[builtins.str] = None,
12154
13226
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
12155
13227
  ) -> None:
12156
- '''
13228
+ '''Create a new ``AWS::IoT::SoftwarePackage``.
13229
+
12157
13230
  :param scope: Scope in which this resource is defined.
12158
13231
  :param id: Construct identifier for this resource (unique in its scope).
12159
13232
  :param description: A summary of the package being created. This can be used to outline the package's contents or purpose.
@@ -12170,6 +13243,27 @@ class CfnSoftwarePackage(
12170
13243
 
12171
13244
  jsii.create(self.__class__, self, [scope, id, props])
12172
13245
 
13246
+ @jsii.member(jsii_name="fromPackageName")
13247
+ @builtins.classmethod
13248
+ def from_package_name(
13249
+ cls,
13250
+ scope: _constructs_77d1e7e8.Construct,
13251
+ id: builtins.str,
13252
+ package_name: builtins.str,
13253
+ ) -> _ISoftwarePackageRef_8860c56e:
13254
+ '''Creates a new ISoftwarePackageRef from a packageName.
13255
+
13256
+ :param scope: -
13257
+ :param id: -
13258
+ :param package_name: -
13259
+ '''
13260
+ if __debug__:
13261
+ type_hints = typing.get_type_hints(_typecheckingstub__f04bb4bbac036b5e5c2dd4b5f400cb10635c3a33f5908c7858a66dfd6baa02ed)
13262
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
13263
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
13264
+ check_type(argname="argument package_name", value=package_name, expected_type=type_hints["package_name"])
13265
+ return typing.cast(_ISoftwarePackageRef_8860c56e, jsii.sinvoke(cls, "fromPackageName", [scope, id, package_name]))
13266
+
12173
13267
  @jsii.member(jsii_name="inspect")
12174
13268
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
12175
13269
  '''Examines the CloudFormation resource and discloses attributes.
@@ -12220,6 +13314,12 @@ class CfnSoftwarePackage(
12220
13314
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
12221
13315
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
12222
13316
 
13317
+ @builtins.property
13318
+ @jsii.member(jsii_name="softwarePackageRef")
13319
+ def software_package_ref(self) -> _SoftwarePackageReference_2fe38c44:
13320
+ '''A reference to a SoftwarePackage resource.'''
13321
+ return typing.cast(_SoftwarePackageReference_2fe38c44, jsii.get(self, "softwarePackageRef"))
13322
+
12223
13323
  @builtins.property
12224
13324
  @jsii.member(jsii_name="description")
12225
13325
  def description(self) -> typing.Optional[builtins.str]:
@@ -12355,7 +13455,7 @@ class CfnSoftwarePackageProps:
12355
13455
  )
12356
13456
 
12357
13457
 
12358
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
13458
+ @jsii.implements(_IInspectable_c2943556, _ISoftwarePackageVersionRef_729b2add, _ITaggableV2_4e6798f8)
12359
13459
  class CfnSoftwarePackageVersion(
12360
13460
  _CfnResource_9df397a6,
12361
13461
  metaclass=jsii.JSIIMeta,
@@ -12425,7 +13525,8 @@ class CfnSoftwarePackageVersion(
12425
13525
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
12426
13526
  version_name: typing.Optional[builtins.str] = None,
12427
13527
  ) -> None:
12428
- '''
13528
+ '''Create a new ``AWS::IoT::SoftwarePackageVersion``.
13529
+
12429
13530
  :param scope: Scope in which this resource is defined.
12430
13531
  :param id: Construct identifier for this resource (unique in its scope).
12431
13532
  :param package_name: The name of the associated software package.
@@ -12533,6 +13634,12 @@ class CfnSoftwarePackageVersion(
12533
13634
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
12534
13635
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
12535
13636
 
13637
+ @builtins.property
13638
+ @jsii.member(jsii_name="softwarePackageVersionRef")
13639
+ def software_package_version_ref(self) -> _SoftwarePackageVersionReference_fa8c0d20:
13640
+ '''A reference to a SoftwarePackageVersion resource.'''
13641
+ return typing.cast(_SoftwarePackageVersionReference_fa8c0d20, jsii.get(self, "softwarePackageVersionRef"))
13642
+
12536
13643
  @builtins.property
12537
13644
  @jsii.member(jsii_name="packageName")
12538
13645
  def package_name(self) -> builtins.str:
@@ -13065,7 +14172,7 @@ class CfnSoftwarePackageVersionProps:
13065
14172
  )
13066
14173
 
13067
14174
 
13068
- @jsii.implements(_IInspectable_c2943556)
14175
+ @jsii.implements(_IInspectable_c2943556, _IThingRef_8c8528e2)
13069
14176
  class CfnThing(
13070
14177
  _CfnResource_9df397a6,
13071
14178
  metaclass=jsii.JSIIMeta,
@@ -13103,7 +14210,8 @@ class CfnThing(
13103
14210
  attribute_payload: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnThing.AttributePayloadProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
13104
14211
  thing_name: typing.Optional[builtins.str] = None,
13105
14212
  ) -> None:
13106
- '''
14213
+ '''Create a new ``AWS::IoT::Thing``.
14214
+
13107
14215
  :param scope: Scope in which this resource is defined.
13108
14216
  :param id: Construct identifier for this resource (unique in its scope).
13109
14217
  :param attribute_payload: A string that contains up to three key value pairs. Maximum length of 800. Duplicates not allowed.
@@ -13119,6 +14227,48 @@ class CfnThing(
13119
14227
 
13120
14228
  jsii.create(self.__class__, self, [scope, id, props])
13121
14229
 
14230
+ @jsii.member(jsii_name="fromThingArn")
14231
+ @builtins.classmethod
14232
+ def from_thing_arn(
14233
+ cls,
14234
+ scope: _constructs_77d1e7e8.Construct,
14235
+ id: builtins.str,
14236
+ arn: builtins.str,
14237
+ ) -> _IThingRef_8c8528e2:
14238
+ '''Creates a new IThingRef from an ARN.
14239
+
14240
+ :param scope: -
14241
+ :param id: -
14242
+ :param arn: -
14243
+ '''
14244
+ if __debug__:
14245
+ type_hints = typing.get_type_hints(_typecheckingstub__fead53b272148fd34aae6d40309f886d11f5b36948745142ad42085f84b82760)
14246
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
14247
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
14248
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
14249
+ return typing.cast(_IThingRef_8c8528e2, jsii.sinvoke(cls, "fromThingArn", [scope, id, arn]))
14250
+
14251
+ @jsii.member(jsii_name="fromThingName")
14252
+ @builtins.classmethod
14253
+ def from_thing_name(
14254
+ cls,
14255
+ scope: _constructs_77d1e7e8.Construct,
14256
+ id: builtins.str,
14257
+ thing_name: builtins.str,
14258
+ ) -> _IThingRef_8c8528e2:
14259
+ '''Creates a new IThingRef from a thingName.
14260
+
14261
+ :param scope: -
14262
+ :param id: -
14263
+ :param thing_name: -
14264
+ '''
14265
+ if __debug__:
14266
+ type_hints = typing.get_type_hints(_typecheckingstub__63e706c38ed2742098a2017e0b77f83259713c25e93c0c3263185f4952f4f6b0)
14267
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
14268
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
14269
+ check_type(argname="argument thing_name", value=thing_name, expected_type=type_hints["thing_name"])
14270
+ return typing.cast(_IThingRef_8c8528e2, jsii.sinvoke(cls, "fromThingName", [scope, id, thing_name]))
14271
+
13122
14272
  @jsii.member(jsii_name="inspect")
13123
14273
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
13124
14274
  '''Examines the CloudFormation resource and discloses attributes.
@@ -13172,6 +14322,12 @@ class CfnThing(
13172
14322
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
13173
14323
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
13174
14324
 
14325
+ @builtins.property
14326
+ @jsii.member(jsii_name="thingRef")
14327
+ def thing_ref(self) -> _ThingReference_c3929a14:
14328
+ '''A reference to a Thing resource.'''
14329
+ return typing.cast(_ThingReference_c3929a14, jsii.get(self, "thingRef"))
14330
+
13175
14331
  @builtins.property
13176
14332
  @jsii.member(jsii_name="attributePayload")
13177
14333
  def attribute_payload(
@@ -13267,7 +14423,7 @@ class CfnThing(
13267
14423
  )
13268
14424
 
13269
14425
 
13270
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
14426
+ @jsii.implements(_IInspectable_c2943556, _IThingGroupRef_d398d262, _ITaggable_36806126)
13271
14427
  class CfnThingGroup(
13272
14428
  _CfnResource_9df397a6,
13273
14429
  metaclass=jsii.JSIIMeta,
@@ -13322,7 +14478,8 @@ class CfnThingGroup(
13322
14478
  thing_group_name: typing.Optional[builtins.str] = None,
13323
14479
  thing_group_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnThingGroup.ThingGroupPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
13324
14480
  ) -> None:
13325
- '''
14481
+ '''Create a new ``AWS::IoT::ThingGroup``.
14482
+
13326
14483
  :param scope: Scope in which this resource is defined.
13327
14484
  :param id: Construct identifier for this resource (unique in its scope).
13328
14485
  :param parent_group_name: The parent thing group name. A Dynamic Thing Group does not have ``parentGroupName`` defined.
@@ -13345,6 +14502,48 @@ class CfnThingGroup(
13345
14502
 
13346
14503
  jsii.create(self.__class__, self, [scope, id, props])
13347
14504
 
14505
+ @jsii.member(jsii_name="fromThingGroupArn")
14506
+ @builtins.classmethod
14507
+ def from_thing_group_arn(
14508
+ cls,
14509
+ scope: _constructs_77d1e7e8.Construct,
14510
+ id: builtins.str,
14511
+ arn: builtins.str,
14512
+ ) -> _IThingGroupRef_d398d262:
14513
+ '''Creates a new IThingGroupRef from an ARN.
14514
+
14515
+ :param scope: -
14516
+ :param id: -
14517
+ :param arn: -
14518
+ '''
14519
+ if __debug__:
14520
+ type_hints = typing.get_type_hints(_typecheckingstub__76e735ef090aa6b4711223ff32df96bd5172343cba35e1d77cd4b68872b59b0f)
14521
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
14522
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
14523
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
14524
+ return typing.cast(_IThingGroupRef_d398d262, jsii.sinvoke(cls, "fromThingGroupArn", [scope, id, arn]))
14525
+
14526
+ @jsii.member(jsii_name="fromThingGroupName")
14527
+ @builtins.classmethod
14528
+ def from_thing_group_name(
14529
+ cls,
14530
+ scope: _constructs_77d1e7e8.Construct,
14531
+ id: builtins.str,
14532
+ thing_group_name: builtins.str,
14533
+ ) -> _IThingGroupRef_d398d262:
14534
+ '''Creates a new IThingGroupRef from a thingGroupName.
14535
+
14536
+ :param scope: -
14537
+ :param id: -
14538
+ :param thing_group_name: -
14539
+ '''
14540
+ if __debug__:
14541
+ type_hints = typing.get_type_hints(_typecheckingstub__1d16ed632ef5ccc8b15a0030144c594fbdeb61f18966f15c334fce5dc8361da1)
14542
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
14543
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
14544
+ check_type(argname="argument thing_group_name", value=thing_group_name, expected_type=type_hints["thing_group_name"])
14545
+ return typing.cast(_IThingGroupRef_d398d262, jsii.sinvoke(cls, "fromThingGroupName", [scope, id, thing_group_name]))
14546
+
13348
14547
  @jsii.member(jsii_name="inspect")
13349
14548
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
13350
14549
  '''Examines the CloudFormation resource and discloses attributes.
@@ -13404,6 +14603,12 @@ class CfnThingGroup(
13404
14603
  '''Tag Manager which manages the tags for this resource.'''
13405
14604
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
13406
14605
 
14606
+ @builtins.property
14607
+ @jsii.member(jsii_name="thingGroupRef")
14608
+ def thing_group_ref(self) -> _ThingGroupReference_32809203:
14609
+ '''A reference to a ThingGroup resource.'''
14610
+ return typing.cast(_ThingGroupReference_32809203, jsii.get(self, "thingGroupRef"))
14611
+
13407
14612
  @builtins.property
13408
14613
  @jsii.member(jsii_name="parentGroupName")
13409
14614
  def parent_group_name(self) -> typing.Optional[builtins.str]:
@@ -13753,7 +14958,7 @@ class CfnThingGroupProps:
13753
14958
  )
13754
14959
 
13755
14960
 
13756
- @jsii.implements(_IInspectable_c2943556)
14961
+ @jsii.implements(_IInspectable_c2943556, _IThingPrincipalAttachmentRef_1a94ae3e)
13757
14962
  class CfnThingPrincipalAttachment(
13758
14963
  _CfnResource_9df397a6,
13759
14964
  metaclass=jsii.JSIIMeta,
@@ -13791,7 +14996,8 @@ class CfnThingPrincipalAttachment(
13791
14996
  thing_name: builtins.str,
13792
14997
  thing_principal_type: typing.Optional[builtins.str] = None,
13793
14998
  ) -> None:
13794
- '''
14999
+ '''Create a new ``AWS::IoT::ThingPrincipalAttachment``.
15000
+
13795
15001
  :param scope: Scope in which this resource is defined.
13796
15002
  :param id: Construct identifier for this resource (unique in its scope).
13797
15003
  :param principal: The principal, which can be a certificate ARN (as returned from the ``CreateCertificate`` operation) or an Amazon Cognito ID.
@@ -13853,6 +15059,14 @@ class CfnThingPrincipalAttachment(
13853
15059
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
13854
15060
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
13855
15061
 
15062
+ @builtins.property
15063
+ @jsii.member(jsii_name="thingPrincipalAttachmentRef")
15064
+ def thing_principal_attachment_ref(
15065
+ self,
15066
+ ) -> _ThingPrincipalAttachmentReference_fd3d444d:
15067
+ '''A reference to a ThingPrincipalAttachment resource.'''
15068
+ return typing.cast(_ThingPrincipalAttachmentReference_fd3d444d, jsii.get(self, "thingPrincipalAttachmentRef"))
15069
+
13856
15070
  @builtins.property
13857
15071
  @jsii.member(jsii_name="principal")
13858
15072
  def principal(self) -> builtins.str:
@@ -14065,7 +15279,7 @@ class CfnThingProps:
14065
15279
  )
14066
15280
 
14067
15281
 
14068
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
15282
+ @jsii.implements(_IInspectable_c2943556, _IThingTypeRef_464ea9b2, _ITaggable_36806126)
14069
15283
  class CfnThingType(
14070
15284
  _CfnResource_9df397a6,
14071
15285
  metaclass=jsii.JSIIMeta,
@@ -14116,7 +15330,8 @@ class CfnThingType(
14116
15330
  thing_type_name: typing.Optional[builtins.str] = None,
14117
15331
  thing_type_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnThingType.ThingTypePropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
14118
15332
  ) -> None:
14119
- '''
15333
+ '''Create a new ``AWS::IoT::ThingType``.
15334
+
14120
15335
  :param scope: Scope in which this resource is defined.
14121
15336
  :param id: Construct identifier for this resource (unique in its scope).
14122
15337
  :param deprecate_thing_type: Deprecates a thing type. You can not associate new things with deprecated thing type. Requires permission to access the `DeprecateThingType <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
@@ -14137,6 +15352,48 @@ class CfnThingType(
14137
15352
 
14138
15353
  jsii.create(self.__class__, self, [scope, id, props])
14139
15354
 
15355
+ @jsii.member(jsii_name="fromThingTypeArn")
15356
+ @builtins.classmethod
15357
+ def from_thing_type_arn(
15358
+ cls,
15359
+ scope: _constructs_77d1e7e8.Construct,
15360
+ id: builtins.str,
15361
+ arn: builtins.str,
15362
+ ) -> _IThingTypeRef_464ea9b2:
15363
+ '''Creates a new IThingTypeRef from an ARN.
15364
+
15365
+ :param scope: -
15366
+ :param id: -
15367
+ :param arn: -
15368
+ '''
15369
+ if __debug__:
15370
+ type_hints = typing.get_type_hints(_typecheckingstub__6719a471a2e56cfe6b27d1f229fe9a55487c255cf0c800a5247c6abc8687cf5f)
15371
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15372
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15373
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
15374
+ return typing.cast(_IThingTypeRef_464ea9b2, jsii.sinvoke(cls, "fromThingTypeArn", [scope, id, arn]))
15375
+
15376
+ @jsii.member(jsii_name="fromThingTypeName")
15377
+ @builtins.classmethod
15378
+ def from_thing_type_name(
15379
+ cls,
15380
+ scope: _constructs_77d1e7e8.Construct,
15381
+ id: builtins.str,
15382
+ thing_type_name: builtins.str,
15383
+ ) -> _IThingTypeRef_464ea9b2:
15384
+ '''Creates a new IThingTypeRef from a thingTypeName.
15385
+
15386
+ :param scope: -
15387
+ :param id: -
15388
+ :param thing_type_name: -
15389
+ '''
15390
+ if __debug__:
15391
+ type_hints = typing.get_type_hints(_typecheckingstub__b64da11ae0952ff1dfbf98ffbed4eb8116a760ef7d0646991854dc1c1519bf2f)
15392
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
15393
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
15394
+ check_type(argname="argument thing_type_name", value=thing_type_name, expected_type=type_hints["thing_type_name"])
15395
+ return typing.cast(_IThingTypeRef_464ea9b2, jsii.sinvoke(cls, "fromThingTypeName", [scope, id, thing_type_name]))
15396
+
14140
15397
  @jsii.member(jsii_name="inspect")
14141
15398
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
14142
15399
  '''Examines the CloudFormation resource and discloses attributes.
@@ -14196,6 +15453,12 @@ class CfnThingType(
14196
15453
  '''Tag Manager which manages the tags for this resource.'''
14197
15454
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
14198
15455
 
15456
+ @builtins.property
15457
+ @jsii.member(jsii_name="thingTypeRef")
15458
+ def thing_type_ref(self) -> _ThingTypeReference_ab8a3ee4:
15459
+ '''A reference to a ThingType resource.'''
15460
+ return typing.cast(_ThingTypeReference_ab8a3ee4, jsii.get(self, "thingTypeRef"))
15461
+
14199
15462
  @builtins.property
14200
15463
  @jsii.member(jsii_name="deprecateThingType")
14201
15464
  def deprecate_thing_type(
@@ -14645,7 +15908,7 @@ class CfnThingTypeProps:
14645
15908
  )
14646
15909
 
14647
15910
 
14648
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
15911
+ @jsii.implements(_IInspectable_c2943556, _ITopicRuleRef_748e9f37, _ITaggable_36806126)
14649
15912
  class CfnTopicRule(
14650
15913
  _CfnResource_9df397a6,
14651
15914
  metaclass=jsii.JSIIMeta,
@@ -15149,7 +16412,8 @@ class CfnTopicRule(
15149
16412
  rule_name: typing.Optional[builtins.str] = None,
15150
16413
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
15151
16414
  ) -> None:
15152
- '''
16415
+ '''Create a new ``AWS::IoT::TopicRule``.
16416
+
15153
16417
  :param scope: Scope in which this resource is defined.
15154
16418
  :param id: Construct identifier for this resource (unique in its scope).
15155
16419
  :param topic_rule_payload: The rule payload.
@@ -15166,6 +16430,48 @@ class CfnTopicRule(
15166
16430
 
15167
16431
  jsii.create(self.__class__, self, [scope, id, props])
15168
16432
 
16433
+ @jsii.member(jsii_name="fromRuleName")
16434
+ @builtins.classmethod
16435
+ def from_rule_name(
16436
+ cls,
16437
+ scope: _constructs_77d1e7e8.Construct,
16438
+ id: builtins.str,
16439
+ rule_name: builtins.str,
16440
+ ) -> _ITopicRuleRef_748e9f37:
16441
+ '''Creates a new ITopicRuleRef from a ruleName.
16442
+
16443
+ :param scope: -
16444
+ :param id: -
16445
+ :param rule_name: -
16446
+ '''
16447
+ if __debug__:
16448
+ type_hints = typing.get_type_hints(_typecheckingstub__57ce3fcce047f65f3796a2c1921995470940a224ba618866916236a9660b6fda)
16449
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
16450
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
16451
+ check_type(argname="argument rule_name", value=rule_name, expected_type=type_hints["rule_name"])
16452
+ return typing.cast(_ITopicRuleRef_748e9f37, jsii.sinvoke(cls, "fromRuleName", [scope, id, rule_name]))
16453
+
16454
+ @jsii.member(jsii_name="fromTopicRuleArn")
16455
+ @builtins.classmethod
16456
+ def from_topic_rule_arn(
16457
+ cls,
16458
+ scope: _constructs_77d1e7e8.Construct,
16459
+ id: builtins.str,
16460
+ arn: builtins.str,
16461
+ ) -> _ITopicRuleRef_748e9f37:
16462
+ '''Creates a new ITopicRuleRef from an ARN.
16463
+
16464
+ :param scope: -
16465
+ :param id: -
16466
+ :param arn: -
16467
+ '''
16468
+ if __debug__:
16469
+ type_hints = typing.get_type_hints(_typecheckingstub__0b3cee3077efed5f545bb3d6f2a1193d6e3a15b352974230ae5f7a2492402796)
16470
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
16471
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
16472
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
16473
+ return typing.cast(_ITopicRuleRef_748e9f37, jsii.sinvoke(cls, "fromTopicRuleArn", [scope, id, arn]))
16474
+
15169
16475
  @jsii.member(jsii_name="inspect")
15170
16476
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
15171
16477
  '''Examines the CloudFormation resource and discloses attributes.
@@ -15216,6 +16522,12 @@ class CfnTopicRule(
15216
16522
  '''Tag Manager which manages the tags for this resource.'''
15217
16523
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
15218
16524
 
16525
+ @builtins.property
16526
+ @jsii.member(jsii_name="topicRuleRef")
16527
+ def topic_rule_ref(self) -> _TopicRuleReference_dd2457a8:
16528
+ '''A reference to a TopicRule resource.'''
16529
+ return typing.cast(_TopicRuleReference_dd2457a8, jsii.get(self, "topicRuleRef"))
16530
+
15219
16531
  @builtins.property
15220
16532
  @jsii.member(jsii_name="topicRulePayload")
15221
16533
  def topic_rule_payload(
@@ -20280,7 +21592,7 @@ class CfnTopicRule(
20280
21592
  )
20281
21593
 
20282
21594
 
20283
- @jsii.implements(_IInspectable_c2943556)
21595
+ @jsii.implements(_IInspectable_c2943556, _ITopicRuleDestinationRef_a6a50916)
20284
21596
  class CfnTopicRuleDestination(
20285
21597
  _CfnResource_9df397a6,
20286
21598
  metaclass=jsii.JSIIMeta,
@@ -20321,7 +21633,8 @@ class CfnTopicRuleDestination(
20321
21633
  status: typing.Optional[builtins.str] = None,
20322
21634
  vpc_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTopicRuleDestination.VpcDestinationPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
20323
21635
  ) -> None:
20324
- '''
21636
+ '''Create a new ``AWS::IoT::TopicRuleDestination``.
21637
+
20325
21638
  :param scope: Scope in which this resource is defined.
20326
21639
  :param id: Construct identifier for this resource (unique in its scope).
20327
21640
  :param http_url_properties: Properties of the HTTP URL.
@@ -20393,6 +21706,12 @@ class CfnTopicRuleDestination(
20393
21706
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
20394
21707
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
20395
21708
 
21709
+ @builtins.property
21710
+ @jsii.member(jsii_name="topicRuleDestinationRef")
21711
+ def topic_rule_destination_ref(self) -> _TopicRuleDestinationReference_f55f3506:
21712
+ '''A reference to a TopicRuleDestination resource.'''
21713
+ return typing.cast(_TopicRuleDestinationReference_f55f3506, jsii.get(self, "topicRuleDestinationRef"))
21714
+
20396
21715
  @builtins.property
20397
21716
  @jsii.member(jsii_name="httpUrlProperties")
20398
21717
  def http_url_properties(
@@ -21300,6 +22619,8 @@ __all__ = [
21300
22619
  "CfnDimensionProps",
21301
22620
  "CfnDomainConfiguration",
21302
22621
  "CfnDomainConfigurationProps",
22622
+ "CfnEncryptionConfiguration",
22623
+ "CfnEncryptionConfigurationProps",
21303
22624
  "CfnFleetMetric",
21304
22625
  "CfnFleetMetricProps",
21305
22626
  "CfnJobTemplate",
@@ -21477,6 +22798,22 @@ def _typecheckingstub__4e4fa4db2b2f39dbc6512c349a1f375506fa414803e0c743e3c239b76
21477
22798
  """Type checking stubs"""
21478
22799
  pass
21479
22800
 
22801
+ def _typecheckingstub__310c1c4c2dfff03e92b3a6a3e1de13fb9fbfa4745644dab039f56bcdb5c84be3(
22802
+ scope: _constructs_77d1e7e8.Construct,
22803
+ id: builtins.str,
22804
+ arn: builtins.str,
22805
+ ) -> None:
22806
+ """Type checking stubs"""
22807
+ pass
22808
+
22809
+ def _typecheckingstub__4f19089485a26bdaae502a939567bac9583ba84ecc402865419db66df9aca955(
22810
+ scope: _constructs_77d1e7e8.Construct,
22811
+ id: builtins.str,
22812
+ authorizer_name: builtins.str,
22813
+ ) -> None:
22814
+ """Type checking stubs"""
22815
+ pass
22816
+
21480
22817
  def _typecheckingstub__e047b673b6f702c39e8e2ee56ca74ec98eafb41c24942f77cf48dcfc0c6cf100(
21481
22818
  inspector: _TreeInspector_488e0dd5,
21482
22819
  ) -> None:
@@ -21562,6 +22899,22 @@ def _typecheckingstub__9800cd08bb1d66b3bd0eb0dfcdd44bd57f861cc577346b257704a3a82
21562
22899
  """Type checking stubs"""
21563
22900
  pass
21564
22901
 
22902
+ def _typecheckingstub__4a18c3b4d0697a1a24c0fdba8322820151d3aef1daff80005d0610955c8df485(
22903
+ scope: _constructs_77d1e7e8.Construct,
22904
+ id: builtins.str,
22905
+ arn: builtins.str,
22906
+ ) -> None:
22907
+ """Type checking stubs"""
22908
+ pass
22909
+
22910
+ def _typecheckingstub__7a0f03a5d43c18591bbffa9ae9656ce12f0909732a6774987c89c161f4591a02(
22911
+ scope: _constructs_77d1e7e8.Construct,
22912
+ id: builtins.str,
22913
+ billing_group_name: builtins.str,
22914
+ ) -> None:
22915
+ """Type checking stubs"""
22916
+ pass
22917
+
21565
22918
  def _typecheckingstub__71274764d0e63931050375d1e81d7c1388a96fa05d064b54b94b25b9fe32aaec(
21566
22919
  inspector: _TreeInspector_488e0dd5,
21567
22920
  ) -> None:
@@ -21720,6 +23073,22 @@ def _typecheckingstub__46aee44d4d6a9733c85214e26c075d74543dcab8e828397dcca352833
21720
23073
  """Type checking stubs"""
21721
23074
  pass
21722
23075
 
23076
+ def _typecheckingstub__cfecee0031cd00f0c731c9897fab1d78a2ea52ff0b8755d7b8beba1d6b6d98e4(
23077
+ scope: _constructs_77d1e7e8.Construct,
23078
+ id: builtins.str,
23079
+ arn: builtins.str,
23080
+ ) -> None:
23081
+ """Type checking stubs"""
23082
+ pass
23083
+
23084
+ def _typecheckingstub__0cac852b52dc618227ba2aacd333c26f6b86646275afa7512cafab57889e07f9(
23085
+ scope: _constructs_77d1e7e8.Construct,
23086
+ id: builtins.str,
23087
+ certificate_id: builtins.str,
23088
+ ) -> None:
23089
+ """Type checking stubs"""
23090
+ pass
23091
+
21723
23092
  def _typecheckingstub__c8dc35779a0ee0a520fa80f198a73f56234310d7e74f491d3dd025d9915126f8(
21724
23093
  inspector: _TreeInspector_488e0dd5,
21725
23094
  ) -> None:
@@ -21785,6 +23154,22 @@ def _typecheckingstub__aa47c66749868972aaf4a345219010725c3e649282a1cdc821cea25f3
21785
23154
  """Type checking stubs"""
21786
23155
  pass
21787
23156
 
23157
+ def _typecheckingstub__071317decea219980ab41a3b4a58ce71a6e759554c7547835c48fcc07c94ffe5(
23158
+ scope: _constructs_77d1e7e8.Construct,
23159
+ id: builtins.str,
23160
+ arn: builtins.str,
23161
+ ) -> None:
23162
+ """Type checking stubs"""
23163
+ pass
23164
+
23165
+ def _typecheckingstub__18dde147f0565e214975cf9507950ba2bb212ec44d032db9966e44e55448df59(
23166
+ scope: _constructs_77d1e7e8.Construct,
23167
+ id: builtins.str,
23168
+ certificate_provider_name: builtins.str,
23169
+ ) -> None:
23170
+ """Type checking stubs"""
23171
+ pass
23172
+
21788
23173
  def _typecheckingstub__deee97fb5276134b41fef575240d151e07ce4376265ee400e7c314dd54b29bcd(
21789
23174
  inspector: _TreeInspector_488e0dd5,
21790
23175
  ) -> None:
@@ -21851,6 +23236,22 @@ def _typecheckingstub__52a5cb4afc582c05e5d1b2fa90cfc417ff3948833b71595e4f4dfe2cc
21851
23236
  """Type checking stubs"""
21852
23237
  pass
21853
23238
 
23239
+ def _typecheckingstub__662c96af9f5c831d1987907418517956dd326eacc07062b92002cf137eb68595(
23240
+ scope: _constructs_77d1e7e8.Construct,
23241
+ id: builtins.str,
23242
+ arn: builtins.str,
23243
+ ) -> None:
23244
+ """Type checking stubs"""
23245
+ pass
23246
+
23247
+ def _typecheckingstub__22de9dd2fe01080b28a2448b9e4a2600a3a0d700f87bad5caea74b72b7166f79(
23248
+ scope: _constructs_77d1e7e8.Construct,
23249
+ id: builtins.str,
23250
+ command_id: builtins.str,
23251
+ ) -> None:
23252
+ """Type checking stubs"""
23253
+ pass
23254
+
21854
23255
  def _typecheckingstub__1a90c6f8d7ba96e3a8933e52848f62e6fd81587904327421693b26311a4e50eb(
21855
23256
  inspector: _TreeInspector_488e0dd5,
21856
23257
  ) -> None:
@@ -21996,6 +23397,14 @@ def _typecheckingstub__b5d4b322e821a4658786c2a37bf522048717e259abfffbbac6e69e0d2
21996
23397
  """Type checking stubs"""
21997
23398
  pass
21998
23399
 
23400
+ def _typecheckingstub__e694f3cb4ab80390387848a262c47752dd0bdbe195e0e49defffc1e9b36d4ed3(
23401
+ scope: _constructs_77d1e7e8.Construct,
23402
+ id: builtins.str,
23403
+ metric_name: builtins.str,
23404
+ ) -> None:
23405
+ """Type checking stubs"""
23406
+ pass
23407
+
21999
23408
  def _typecheckingstub__638a54d00e3051dcffa8bb253ab09bd53a1cd5493472b15fec16df04226e2dda(
22000
23409
  inspector: _TreeInspector_488e0dd5,
22001
23410
  ) -> None:
@@ -22054,6 +23463,22 @@ def _typecheckingstub__9286d29081a37ed320df129ad3a910f5794612db8e193487b1e0eed45
22054
23463
  """Type checking stubs"""
22055
23464
  pass
22056
23465
 
23466
+ def _typecheckingstub__a27be5f6de8bec8eb6287e16f0a821027e71511a4f1ca4088d662b82afafeac4(
23467
+ scope: _constructs_77d1e7e8.Construct,
23468
+ id: builtins.str,
23469
+ arn: builtins.str,
23470
+ ) -> None:
23471
+ """Type checking stubs"""
23472
+ pass
23473
+
23474
+ def _typecheckingstub__01d55d2af5b261cda0b752c0632d64440b8d78fc046219d8c261cfc2035260d2(
23475
+ scope: _constructs_77d1e7e8.Construct,
23476
+ id: builtins.str,
23477
+ dimension_name: builtins.str,
23478
+ ) -> None:
23479
+ """Type checking stubs"""
23480
+ pass
23481
+
22057
23482
  def _typecheckingstub__4753c5c665600fcdab2b16cb0586de1d0d979ee70e2269c0128df8953dbe2f7a(
22058
23483
  inspector: _TreeInspector_488e0dd5,
22059
23484
  ) -> None:
@@ -22121,6 +23546,22 @@ def _typecheckingstub__58bae527b5502ff5c7ab6b93d68302d8e2cbc6a5632a832f2c6bf436e
22121
23546
  """Type checking stubs"""
22122
23547
  pass
22123
23548
 
23549
+ def _typecheckingstub__8be2d6e1ff6693540055a9fa7d393b113d89ebf43e1634e7d647805cdd5b250e(
23550
+ scope: _constructs_77d1e7e8.Construct,
23551
+ id: builtins.str,
23552
+ arn: builtins.str,
23553
+ ) -> None:
23554
+ """Type checking stubs"""
23555
+ pass
23556
+
23557
+ def _typecheckingstub__4b9a196292f0744bd9f4375ad0444e438c9fcd9546da1348cab2bf1a5cee12df(
23558
+ scope: _constructs_77d1e7e8.Construct,
23559
+ id: builtins.str,
23560
+ domain_configuration_name: builtins.str,
23561
+ ) -> None:
23562
+ """Type checking stubs"""
23563
+ pass
23564
+
22124
23565
  def _typecheckingstub__0a0813992a6140c2db60a1dd5dbed6984f02439abf3e084f624560966cd09acb(
22125
23566
  inspector: _TreeInspector_488e0dd5,
22126
23567
  ) -> None:
@@ -22270,6 +23711,65 @@ def _typecheckingstub__af698e1a1ead0a2d7000837dd712796a150772065ad59ab9baf10a759
22270
23711
  """Type checking stubs"""
22271
23712
  pass
22272
23713
 
23714
+ def _typecheckingstub__590a310b1ce9a41bd611fc7e92d5bb9381ff548973b6322c201006617fc000f1(
23715
+ scope: _constructs_77d1e7e8.Construct,
23716
+ id: builtins.str,
23717
+ *,
23718
+ encryption_type: builtins.str,
23719
+ kms_access_role_arn: typing.Optional[builtins.str] = None,
23720
+ kms_key_arn: typing.Optional[builtins.str] = None,
23721
+ ) -> None:
23722
+ """Type checking stubs"""
23723
+ pass
23724
+
23725
+ def _typecheckingstub__233141f5c147d73830fe3e9d9d504b3652e1d15f02ed8b705668c8e28e9b750c(
23726
+ inspector: _TreeInspector_488e0dd5,
23727
+ ) -> None:
23728
+ """Type checking stubs"""
23729
+ pass
23730
+
23731
+ def _typecheckingstub__5cd2e788d7ff1c10202a0e433dda70ca35befefeabdbfc3016d8016e6cf1ed37(
23732
+ props: typing.Mapping[builtins.str, typing.Any],
23733
+ ) -> None:
23734
+ """Type checking stubs"""
23735
+ pass
23736
+
23737
+ def _typecheckingstub__7fba231b8f68aa059f7c06875e959b3f3bd5636f6165991d32e54a5cc6d0bcd5(
23738
+ value: builtins.str,
23739
+ ) -> None:
23740
+ """Type checking stubs"""
23741
+ pass
23742
+
23743
+ def _typecheckingstub__c7090d98481b34dbf2479198088f6a73b9c942d4517672b8d308682e61d5dbba(
23744
+ value: typing.Optional[builtins.str],
23745
+ ) -> None:
23746
+ """Type checking stubs"""
23747
+ pass
23748
+
23749
+ def _typecheckingstub__19b09278cd32890a2953a31edf28ad2ac6b609136b5854732d407ccb4b6766d9(
23750
+ value: typing.Optional[builtins.str],
23751
+ ) -> None:
23752
+ """Type checking stubs"""
23753
+ pass
23754
+
23755
+ def _typecheckingstub__177ce092c0e88e844eafa9e6b2f72e02413a4aecda7bf05efcdfd6fbf7857eff(
23756
+ *,
23757
+ configuration_status: typing.Optional[builtins.str] = None,
23758
+ error_code: typing.Optional[builtins.str] = None,
23759
+ error_message: typing.Optional[builtins.str] = None,
23760
+ ) -> None:
23761
+ """Type checking stubs"""
23762
+ pass
23763
+
23764
+ def _typecheckingstub__336ea497535e43391cf9df6341fe126d948316050e95d2d41cb831737802b9ab(
23765
+ *,
23766
+ encryption_type: builtins.str,
23767
+ kms_access_role_arn: typing.Optional[builtins.str] = None,
23768
+ kms_key_arn: typing.Optional[builtins.str] = None,
23769
+ ) -> None:
23770
+ """Type checking stubs"""
23771
+ pass
23772
+
22273
23773
  def _typecheckingstub__3b4b6a6d0b19c68229922afca72d9918cdfd5933a93f8ad694fe94bccab652c5(
22274
23774
  scope: _constructs_77d1e7e8.Construct,
22275
23775
  id: builtins.str,
@@ -22405,6 +23905,22 @@ def _typecheckingstub__41042e233d09c55a1d146a4913894e94014a62c885bf42884b1cf8623
22405
23905
  """Type checking stubs"""
22406
23906
  pass
22407
23907
 
23908
+ def _typecheckingstub__f36e0acf648bcbed21194f2fcc86b7da45b2ca6201f04d69359e1bd54dae7b68(
23909
+ scope: _constructs_77d1e7e8.Construct,
23910
+ id: builtins.str,
23911
+ arn: builtins.str,
23912
+ ) -> None:
23913
+ """Type checking stubs"""
23914
+ pass
23915
+
23916
+ def _typecheckingstub__67cc5fc3c14eec957174274cc3bede58847824cc340b0433ab36aa58df81d908(
23917
+ scope: _constructs_77d1e7e8.Construct,
23918
+ id: builtins.str,
23919
+ job_template_id: builtins.str,
23920
+ ) -> None:
23921
+ """Type checking stubs"""
23922
+ pass
23923
+
22408
23924
  def _typecheckingstub__6e312804d00a9ebd568eb211e138b295fcca0a066c0b9880246f965814d927ba(
22409
23925
  inspector: _TreeInspector_488e0dd5,
22410
23926
  ) -> None:
@@ -22866,6 +24382,14 @@ def _typecheckingstub__02bb96ea93d9f923c4ca5284f1e7592d6a1e2f3924af8805a542593c8
22866
24382
  """Type checking stubs"""
22867
24383
  pass
22868
24384
 
24385
+ def _typecheckingstub__80fefadc353ed4d1a5c6862088ec6985075f9dba2564b757907dd3afc3440d66(
24386
+ scope: _constructs_77d1e7e8.Construct,
24387
+ id: builtins.str,
24388
+ template_name: builtins.str,
24389
+ ) -> None:
24390
+ """Type checking stubs"""
24391
+ pass
24392
+
22869
24393
  def _typecheckingstub__4f23fd7ad121fbd12d24cc67b77b8f9cde545c62beb82c8984b004d910d4007f(
22870
24394
  inspector: _TreeInspector_488e0dd5,
22871
24395
  ) -> None:
@@ -23010,6 +24534,22 @@ def _typecheckingstub__24de62bb2eee992c56b5999c4656f168b122a254284d811246124cfd0
23010
24534
  """Type checking stubs"""
23011
24535
  pass
23012
24536
 
24537
+ def _typecheckingstub__4cbdec422d0f8a201c529f6f73b276796c63bebaf61714ac8e1bb094a839d596(
24538
+ scope: _constructs_77d1e7e8.Construct,
24539
+ id: builtins.str,
24540
+ role_alias: builtins.str,
24541
+ ) -> None:
24542
+ """Type checking stubs"""
24543
+ pass
24544
+
24545
+ def _typecheckingstub__103d13b2dd8fa40daeeecf5902c3729e010fd8f6c32e49a664c103632a12a7e2(
24546
+ scope: _constructs_77d1e7e8.Construct,
24547
+ id: builtins.str,
24548
+ arn: builtins.str,
24549
+ ) -> None:
24550
+ """Type checking stubs"""
24551
+ pass
24552
+
23013
24553
  def _typecheckingstub__466b08fa2ec60e9b31c176c4cdf8fbb3029194b8bc191943df68a7e8c247da45(
23014
24554
  inspector: _TreeInspector_488e0dd5,
23015
24555
  ) -> None:
@@ -23070,6 +24610,22 @@ def _typecheckingstub__c7920148477352c97a5c3a934c25ee187add77bf6cf214ae8e8ed66f8
23070
24610
  """Type checking stubs"""
23071
24611
  pass
23072
24612
 
24613
+ def _typecheckingstub__1415801c9012935287c49ba75e6614ef915635bd76068d3a8818a8c15a35ae3e(
24614
+ scope: _constructs_77d1e7e8.Construct,
24615
+ id: builtins.str,
24616
+ arn: builtins.str,
24617
+ ) -> None:
24618
+ """Type checking stubs"""
24619
+ pass
24620
+
24621
+ def _typecheckingstub__7f3a453ae1420fc4faa8cfbdd1bce7226bdfb0b3933f3eb439ee94cdd196262a(
24622
+ scope: _constructs_77d1e7e8.Construct,
24623
+ id: builtins.str,
24624
+ scheduled_audit_name: builtins.str,
24625
+ ) -> None:
24626
+ """Type checking stubs"""
24627
+ pass
24628
+
23073
24629
  def _typecheckingstub__c0e565bf4c581801adb6ecd4225ff95491969258026b567567c0ab12ccb5960d(
23074
24630
  inspector: _TreeInspector_488e0dd5,
23075
24631
  ) -> None:
@@ -23146,6 +24702,22 @@ def _typecheckingstub__029ea4c46fb568945f84463c5a4ee9f1b86d6603726f353ba1221eccb
23146
24702
  """Type checking stubs"""
23147
24703
  pass
23148
24704
 
24705
+ def _typecheckingstub__5d9189312f9aef6e5fb05f527807f2a38e973ab921573e55313d70b2abb872b2(
24706
+ scope: _constructs_77d1e7e8.Construct,
24707
+ id: builtins.str,
24708
+ arn: builtins.str,
24709
+ ) -> None:
24710
+ """Type checking stubs"""
24711
+ pass
24712
+
24713
+ def _typecheckingstub__825fcc37fdfa495dc786c3f636eaf6ea6e2ace80152e8a8b2cc5948b5c593f99(
24714
+ scope: _constructs_77d1e7e8.Construct,
24715
+ id: builtins.str,
24716
+ security_profile_name: builtins.str,
24717
+ ) -> None:
24718
+ """Type checking stubs"""
24719
+ pass
24720
+
23149
24721
  def _typecheckingstub__01270b509850263b600475745e4f2e5a23398af759ef8d275256c9c5ee96841a(
23150
24722
  inspector: _TreeInspector_488e0dd5,
23151
24723
  ) -> None:
@@ -23315,6 +24887,14 @@ def _typecheckingstub__94c7c8e186e68cde7a8264af8ace7c73f6ac201c314e1535a6ab915b3
23315
24887
  """Type checking stubs"""
23316
24888
  pass
23317
24889
 
24890
+ def _typecheckingstub__f04bb4bbac036b5e5c2dd4b5f400cb10635c3a33f5908c7858a66dfd6baa02ed(
24891
+ scope: _constructs_77d1e7e8.Construct,
24892
+ id: builtins.str,
24893
+ package_name: builtins.str,
24894
+ ) -> None:
24895
+ """Type checking stubs"""
24896
+ pass
24897
+
23318
24898
  def _typecheckingstub__63aa8695e9803a4aca16ebc3d38552c41e2bb2fd816d055d387721bdbd7371d0(
23319
24899
  inspector: _TreeInspector_488e0dd5,
23320
24900
  ) -> None:
@@ -23477,6 +25057,22 @@ def _typecheckingstub__c22f8db826ad742b31d2dec16a9996680b75b22e7a2c5f79d66f96032
23477
25057
  """Type checking stubs"""
23478
25058
  pass
23479
25059
 
25060
+ def _typecheckingstub__fead53b272148fd34aae6d40309f886d11f5b36948745142ad42085f84b82760(
25061
+ scope: _constructs_77d1e7e8.Construct,
25062
+ id: builtins.str,
25063
+ arn: builtins.str,
25064
+ ) -> None:
25065
+ """Type checking stubs"""
25066
+ pass
25067
+
25068
+ def _typecheckingstub__63e706c38ed2742098a2017e0b77f83259713c25e93c0c3263185f4952f4f6b0(
25069
+ scope: _constructs_77d1e7e8.Construct,
25070
+ id: builtins.str,
25071
+ thing_name: builtins.str,
25072
+ ) -> None:
25073
+ """Type checking stubs"""
25074
+ pass
25075
+
23480
25076
  def _typecheckingstub__32465539b8a37cf5a294735d32588ba511e2cc22b1bbd83dd5d0bfab0cfdca65(
23481
25077
  inspector: _TreeInspector_488e0dd5,
23482
25078
  ) -> None:
@@ -23521,6 +25117,22 @@ def _typecheckingstub__36ccd1615ce6e784c22f81e639e55416200039d2854f7590649016da4
23521
25117
  """Type checking stubs"""
23522
25118
  pass
23523
25119
 
25120
+ def _typecheckingstub__76e735ef090aa6b4711223ff32df96bd5172343cba35e1d77cd4b68872b59b0f(
25121
+ scope: _constructs_77d1e7e8.Construct,
25122
+ id: builtins.str,
25123
+ arn: builtins.str,
25124
+ ) -> None:
25125
+ """Type checking stubs"""
25126
+ pass
25127
+
25128
+ def _typecheckingstub__1d16ed632ef5ccc8b15a0030144c594fbdeb61f18966f15c334fce5dc8361da1(
25129
+ scope: _constructs_77d1e7e8.Construct,
25130
+ id: builtins.str,
25131
+ thing_group_name: builtins.str,
25132
+ ) -> None:
25133
+ """Type checking stubs"""
25134
+ pass
25135
+
23524
25136
  def _typecheckingstub__18ff1ebfd86161f406ac84ba71a1dc78e50f664eda555af2e5f18f25c0df4a69(
23525
25137
  inspector: _TreeInspector_488e0dd5,
23526
25138
  ) -> None:
@@ -23659,6 +25271,22 @@ def _typecheckingstub__855c3886be1512886349890e201c5566281b169c77e8a1ea7d540216e
23659
25271
  """Type checking stubs"""
23660
25272
  pass
23661
25273
 
25274
+ def _typecheckingstub__6719a471a2e56cfe6b27d1f229fe9a55487c255cf0c800a5247c6abc8687cf5f(
25275
+ scope: _constructs_77d1e7e8.Construct,
25276
+ id: builtins.str,
25277
+ arn: builtins.str,
25278
+ ) -> None:
25279
+ """Type checking stubs"""
25280
+ pass
25281
+
25282
+ def _typecheckingstub__b64da11ae0952ff1dfbf98ffbed4eb8116a760ef7d0646991854dc1c1519bf2f(
25283
+ scope: _constructs_77d1e7e8.Construct,
25284
+ id: builtins.str,
25285
+ thing_type_name: builtins.str,
25286
+ ) -> None:
25287
+ """Type checking stubs"""
25288
+ pass
25289
+
23662
25290
  def _typecheckingstub__f9c29e2b8e3da219ccb94d1ec0f11a3001e04a4679eb9b83f2688dceced3e0cb(
23663
25291
  inspector: _TreeInspector_488e0dd5,
23664
25292
  ) -> None:
@@ -23741,6 +25369,22 @@ def _typecheckingstub__5caaa56cc812bba0346f32f2da90d212415353bad7f74e7f8649afe3f
23741
25369
  """Type checking stubs"""
23742
25370
  pass
23743
25371
 
25372
+ def _typecheckingstub__57ce3fcce047f65f3796a2c1921995470940a224ba618866916236a9660b6fda(
25373
+ scope: _constructs_77d1e7e8.Construct,
25374
+ id: builtins.str,
25375
+ rule_name: builtins.str,
25376
+ ) -> None:
25377
+ """Type checking stubs"""
25378
+ pass
25379
+
25380
+ def _typecheckingstub__0b3cee3077efed5f545bb3d6f2a1193d6e3a15b352974230ae5f7a2492402796(
25381
+ scope: _constructs_77d1e7e8.Construct,
25382
+ id: builtins.str,
25383
+ arn: builtins.str,
25384
+ ) -> None:
25385
+ """Type checking stubs"""
25386
+ pass
25387
+
23744
25388
  def _typecheckingstub__eca25123973615712d5902c87dd205f411a2a1bf5bed9629dcf16e9089a125b8(
23745
25389
  inspector: _TreeInspector_488e0dd5,
23746
25390
  ) -> None: