aws-cdk-lib 2.195.0__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 (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.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 +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  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 +75 -10
  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 +136 -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 +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  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 +165 -60
  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 +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  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 +611 -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 +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -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 +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -72,9 +72,25 @@ from .. import (
72
72
  TagManager as _TagManager_0a598cb3,
73
73
  TreeInspector as _TreeInspector_488e0dd5,
74
74
  )
75
+ from ..interfaces.aws_location import (
76
+ APIKeyReference as _APIKeyReference_ecfb40ba,
77
+ GeofenceCollectionReference as _GeofenceCollectionReference_5894ab83,
78
+ IAPIKeyRef as _IAPIKeyRef_02c748d1,
79
+ IGeofenceCollectionRef as _IGeofenceCollectionRef_40bd2c98,
80
+ IMapRef as _IMapRef_a23859d8,
81
+ IPlaceIndexRef as _IPlaceIndexRef_a9b4878a,
82
+ IRouteCalculatorRef as _IRouteCalculatorRef_f2a132ab,
83
+ ITrackerConsumerRef as _ITrackerConsumerRef_624ec496,
84
+ ITrackerRef as _ITrackerRef_e22d1822,
85
+ MapReference as _MapReference_d6aa05aa,
86
+ PlaceIndexReference as _PlaceIndexReference_8dd06ddc,
87
+ RouteCalculatorReference as _RouteCalculatorReference_ca83e5a1,
88
+ TrackerConsumerReference as _TrackerConsumerReference_7cc2ab2f,
89
+ TrackerReference as _TrackerReference_50e103a4,
90
+ )
75
91
 
76
92
 
77
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
93
+ @jsii.implements(_IInspectable_c2943556, _IAPIKeyRef_02c748d1, _ITaggableV2_4e6798f8)
78
94
  class CfnAPIKey(
79
95
  _CfnResource_9df397a6,
80
96
  metaclass=jsii.JSIIMeta,
@@ -99,6 +115,13 @@ class CfnAPIKey(
99
115
  allow_resources=["allowResources"],
100
116
 
101
117
  # the properties below are optional
118
+ allow_android_apps=[location.CfnAPIKey.AndroidAppProperty(
119
+ certificate_fingerprint="certificateFingerprint",
120
+ package="package"
121
+ )],
122
+ allow_apple_apps=[location.CfnAPIKey.AppleAppProperty(
123
+ bundle_id="bundleId"
124
+ )],
102
125
  allow_referers=["allowReferers"]
103
126
  ),
104
127
 
@@ -129,7 +152,8 @@ class CfnAPIKey(
129
152
  no_expiry: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
130
153
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
131
154
  ) -> None:
132
- '''
155
+ '''Create a new ``AWS::Location::APIKey``.
156
+
133
157
  :param scope: Scope in which this resource is defined.
134
158
  :param id: Construct identifier for this resource (unique in its scope).
135
159
  :param key_name: A custom name for the API key resource. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). - Must be a unique API key name. - No spaces allowed. For example, ``ExampleAPIKey`` .
@@ -158,6 +182,48 @@ class CfnAPIKey(
158
182
 
159
183
  jsii.create(self.__class__, self, [scope, id, props])
160
184
 
185
+ @jsii.member(jsii_name="fromAPIKeyArn")
186
+ @builtins.classmethod
187
+ def from_api_key_arn(
188
+ cls,
189
+ scope: _constructs_77d1e7e8.Construct,
190
+ id: builtins.str,
191
+ arn: builtins.str,
192
+ ) -> _IAPIKeyRef_02c748d1:
193
+ '''Creates a new IAPIKeyRef from an ARN.
194
+
195
+ :param scope: -
196
+ :param id: -
197
+ :param arn: -
198
+ '''
199
+ if __debug__:
200
+ type_hints = typing.get_type_hints(_typecheckingstub__39b592709b5b02e935f60d35f554a437c6039ddcaf32dd519ba463c1e60d2aa9)
201
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
202
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
203
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
204
+ return typing.cast(_IAPIKeyRef_02c748d1, jsii.sinvoke(cls, "fromAPIKeyArn", [scope, id, arn]))
205
+
206
+ @jsii.member(jsii_name="fromKeyName")
207
+ @builtins.classmethod
208
+ def from_key_name(
209
+ cls,
210
+ scope: _constructs_77d1e7e8.Construct,
211
+ id: builtins.str,
212
+ key_name: builtins.str,
213
+ ) -> _IAPIKeyRef_02c748d1:
214
+ '''Creates a new IAPIKeyRef from a keyName.
215
+
216
+ :param scope: -
217
+ :param id: -
218
+ :param key_name: -
219
+ '''
220
+ if __debug__:
221
+ type_hints = typing.get_type_hints(_typecheckingstub__252ed95f79a8e3f1207bcf22e30ccce54352607889625ae0c44f99f5ccd7e62e)
222
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
223
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
224
+ check_type(argname="argument key_name", value=key_name, expected_type=type_hints["key_name"])
225
+ return typing.cast(_IAPIKeyRef_02c748d1, jsii.sinvoke(cls, "fromKeyName", [scope, id, key_name]))
226
+
161
227
  @jsii.member(jsii_name="inspect")
162
228
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
163
229
  '''Examines the CloudFormation resource and discloses attributes.
@@ -188,6 +254,12 @@ class CfnAPIKey(
188
254
  '''The CloudFormation resource type name for this resource class.'''
189
255
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
190
256
 
257
+ @builtins.property
258
+ @jsii.member(jsii_name="apiKeyRef")
259
+ def api_key_ref(self) -> _APIKeyReference_ecfb40ba:
260
+ '''A reference to a APIKey resource.'''
261
+ return typing.cast(_APIKeyReference_ecfb40ba, jsii.get(self, "apiKeyRef"))
262
+
191
263
  @builtins.property
192
264
  @jsii.member(jsii_name="attrArn")
193
265
  def attr_arn(self) -> builtins.str:
@@ -363,12 +435,85 @@ class CfnAPIKey(
363
435
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
364
436
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
365
437
 
438
+ @jsii.data_type(
439
+ jsii_type="aws-cdk-lib.aws_location.CfnAPIKey.AndroidAppProperty",
440
+ jsii_struct_bases=[],
441
+ name_mapping={
442
+ "certificate_fingerprint": "certificateFingerprint",
443
+ "package": "package",
444
+ },
445
+ )
446
+ class AndroidAppProperty:
447
+ def __init__(
448
+ self,
449
+ *,
450
+ certificate_fingerprint: builtins.str,
451
+ package: builtins.str,
452
+ ) -> None:
453
+ '''
454
+ :param certificate_fingerprint:
455
+ :param package:
456
+
457
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html
458
+ :exampleMetadata: fixture=_generated
459
+
460
+ Example::
461
+
462
+ # The code below shows an example of how to instantiate this type.
463
+ # The values are placeholders you should change.
464
+ from aws_cdk import aws_location as location
465
+
466
+ android_app_property = location.CfnAPIKey.AndroidAppProperty(
467
+ certificate_fingerprint="certificateFingerprint",
468
+ package="package"
469
+ )
470
+ '''
471
+ if __debug__:
472
+ type_hints = typing.get_type_hints(_typecheckingstub__ac402196df40fc9c8f7e5c45855f2e8baaca7baafae57dace9c396b3cba764d1)
473
+ check_type(argname="argument certificate_fingerprint", value=certificate_fingerprint, expected_type=type_hints["certificate_fingerprint"])
474
+ check_type(argname="argument package", value=package, expected_type=type_hints["package"])
475
+ self._values: typing.Dict[builtins.str, typing.Any] = {
476
+ "certificate_fingerprint": certificate_fingerprint,
477
+ "package": package,
478
+ }
479
+
480
+ @builtins.property
481
+ def certificate_fingerprint(self) -> builtins.str:
482
+ '''
483
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html#cfn-location-apikey-androidapp-certificatefingerprint
484
+ '''
485
+ result = self._values.get("certificate_fingerprint")
486
+ assert result is not None, "Required property 'certificate_fingerprint' is missing"
487
+ return typing.cast(builtins.str, result)
488
+
489
+ @builtins.property
490
+ def package(self) -> builtins.str:
491
+ '''
492
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-androidapp.html#cfn-location-apikey-androidapp-package
493
+ '''
494
+ result = self._values.get("package")
495
+ assert result is not None, "Required property 'package' is missing"
496
+ return typing.cast(builtins.str, result)
497
+
498
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
499
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
500
+
501
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
502
+ return not (rhs == self)
503
+
504
+ def __repr__(self) -> str:
505
+ return "AndroidAppProperty(%s)" % ", ".join(
506
+ k + "=" + repr(v) for k, v in self._values.items()
507
+ )
508
+
366
509
  @jsii.data_type(
367
510
  jsii_type="aws-cdk-lib.aws_location.CfnAPIKey.ApiKeyRestrictionsProperty",
368
511
  jsii_struct_bases=[],
369
512
  name_mapping={
370
513
  "allow_actions": "allowActions",
371
514
  "allow_resources": "allowResources",
515
+ "allow_android_apps": "allowAndroidApps",
516
+ "allow_apple_apps": "allowAppleApps",
372
517
  "allow_referers": "allowReferers",
373
518
  },
374
519
  )
@@ -378,12 +523,16 @@ class CfnAPIKey(
378
523
  *,
379
524
  allow_actions: typing.Sequence[builtins.str],
380
525
  allow_resources: typing.Sequence[builtins.str],
526
+ allow_android_apps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAPIKey.AndroidAppProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
527
+ allow_apple_apps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAPIKey.AppleAppProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
381
528
  allow_referers: typing.Optional[typing.Sequence[builtins.str]] = None,
382
529
  ) -> None:
383
530
  '''API Restrictions on the allowed actions, resources, and referers for an API key resource.
384
531
 
385
532
  :param allow_actions: A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action. The following are valid values for the actions. - *Map actions* - ``geo:GetMap*`` - Allows all actions needed for map rendering. - *Enhanced Maps actions* - ``geo-maps:GetTile`` - Allows getting map tiles for rendering. - ``geo-maps:GetStaticMap`` - Allows getting static map images. - *Place actions* - ``geo:SearchPlaceIndexForText`` - Allows finding geo coordinates of a known place. - ``geo:SearchPlaceIndexForPosition`` - Allows getting nearest address to geo coordinates. - ``geo:SearchPlaceIndexForSuggestions`` - Allows suggestions based on an incomplete or misspelled query. - ``geo:GetPlace`` - Allows getting details of a place. - *Enhanced Places actions* - ``geo-places:Autcomplete`` - Allows auto-completion of search text. - ``geo-places:Geocode`` - Allows finding geo coordinates of a known place. - ``geo-places:GetPlace`` - Allows getting details of a place. - ``geo-places:ReverseGeocode`` - Allows getting nearest address to geo coordinates. - ``geo-places:SearchNearby`` - Allows category based places search around geo coordinates. - ``geo-places:SearchText`` - Allows place or address search based on free-form text. - ``geo-places:Suggest`` - Allows suggestions based on an incomplete or misspelled query. - *Route actions* - ``geo:CalculateRoute`` - Allows point to point routing. - ``geo:CalculateRouteMatrix`` - Allows matrix routing. - *Enhanced Routes actions* - ``geo-routes:CalculateIsolines`` - Allows isoline calculation. - ``geo-routes:CalculateRoutes`` - Allows point to point routing. - ``geo-routes:CalculateRouteMatrix`` - Allows matrix routing. - ``geo-routes:OptimizeWaypoints`` - Allows computing the best sequence of waypoints. - ``geo-routes:SnapToRoads`` - Allows snapping GPS points to a likely route. .. epigraph:: You must use these strings exactly. For example, to provide access to map rendering, the only valid action is ``geo:GetMap*`` as an input to the list. ``["geo:GetMap*"]`` is valid but ``["geo:GetTile"]`` is not. Similarly, you cannot use ``["geo:SearchPlaceIndexFor*"]`` - you must list each of the Place actions separately.
386
533
  :param allow_resources: A list of allowed resource ARNs that a API key bearer can perform actions on. - The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type. - The resources must be in the same ``partition`` , ``region`` , and ``account-id`` as the key that is being created. - Other than wildcards, you must include the full ARN, including the ``arn`` , ``partition`` , ``service`` , ``region`` , ``account-id`` and ``resource-id`` delimited by colons (:). - No spaces allowed, even with wildcards. For example, ``arn:aws:geo:region: *account-id* :map/ExampleMap*`` . For more information about ARN format, see `Amazon Resource Names (ARNs) <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ .
534
+ :param allow_android_apps:
535
+ :param allow_apple_apps:
387
536
  :param allow_referers: An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9) or any symbols in this list ``$\\-._+!*``(),;/?:@=&` - May contain a percent (%) if followed by 2 hexadecimal digits (A-F, a-f, 0-9); this is used for URL encoding purposes. - May contain wildcard characters question mark (?) and asterisk (*). Question mark (?) will replace any single character (including hexadecimal digits). Asterisk (*) will replace any multiple characters (including multiple hexadecimal digits). - No spaces allowed. For example, ``https://example.com`` .
388
537
 
389
538
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html
@@ -400,6 +549,13 @@ class CfnAPIKey(
400
549
  allow_resources=["allowResources"],
401
550
 
402
551
  # the properties below are optional
552
+ allow_android_apps=[location.CfnAPIKey.AndroidAppProperty(
553
+ certificate_fingerprint="certificateFingerprint",
554
+ package="package"
555
+ )],
556
+ allow_apple_apps=[location.CfnAPIKey.AppleAppProperty(
557
+ bundle_id="bundleId"
558
+ )],
403
559
  allow_referers=["allowReferers"]
404
560
  )
405
561
  '''
@@ -407,11 +563,17 @@ class CfnAPIKey(
407
563
  type_hints = typing.get_type_hints(_typecheckingstub__0c74737f1e32f7583c8c63e1c8de07d36792e8e3aee5f799d6c8a265f1a3bebb)
408
564
  check_type(argname="argument allow_actions", value=allow_actions, expected_type=type_hints["allow_actions"])
409
565
  check_type(argname="argument allow_resources", value=allow_resources, expected_type=type_hints["allow_resources"])
566
+ check_type(argname="argument allow_android_apps", value=allow_android_apps, expected_type=type_hints["allow_android_apps"])
567
+ check_type(argname="argument allow_apple_apps", value=allow_apple_apps, expected_type=type_hints["allow_apple_apps"])
410
568
  check_type(argname="argument allow_referers", value=allow_referers, expected_type=type_hints["allow_referers"])
411
569
  self._values: typing.Dict[builtins.str, typing.Any] = {
412
570
  "allow_actions": allow_actions,
413
571
  "allow_resources": allow_resources,
414
572
  }
573
+ if allow_android_apps is not None:
574
+ self._values["allow_android_apps"] = allow_android_apps
575
+ if allow_apple_apps is not None:
576
+ self._values["allow_apple_apps"] = allow_apple_apps
415
577
  if allow_referers is not None:
416
578
  self._values["allow_referers"] = allow_referers
417
579
 
@@ -478,6 +640,26 @@ class CfnAPIKey(
478
640
  assert result is not None, "Required property 'allow_resources' is missing"
479
641
  return typing.cast(typing.List[builtins.str], result)
480
642
 
643
+ @builtins.property
644
+ def allow_android_apps(
645
+ self,
646
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAPIKey.AndroidAppProperty"]]]]:
647
+ '''
648
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html#cfn-location-apikey-apikeyrestrictions-allowandroidapps
649
+ '''
650
+ result = self._values.get("allow_android_apps")
651
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAPIKey.AndroidAppProperty"]]]], result)
652
+
653
+ @builtins.property
654
+ def allow_apple_apps(
655
+ self,
656
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAPIKey.AppleAppProperty"]]]]:
657
+ '''
658
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html#cfn-location-apikey-apikeyrestrictions-allowappleapps
659
+ '''
660
+ result = self._values.get("allow_apple_apps")
661
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAPIKey.AppleAppProperty"]]]], result)
662
+
481
663
  @builtins.property
482
664
  def allow_referers(self) -> typing.Optional[typing.List[builtins.str]]:
483
665
  '''An optional list of allowed HTTP referers for which requests must originate from.
@@ -512,6 +694,56 @@ class CfnAPIKey(
512
694
  k + "=" + repr(v) for k, v in self._values.items()
513
695
  )
514
696
 
697
+ @jsii.data_type(
698
+ jsii_type="aws-cdk-lib.aws_location.CfnAPIKey.AppleAppProperty",
699
+ jsii_struct_bases=[],
700
+ name_mapping={"bundle_id": "bundleId"},
701
+ )
702
+ class AppleAppProperty:
703
+ def __init__(self, *, bundle_id: builtins.str) -> None:
704
+ '''
705
+ :param bundle_id:
706
+
707
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html
708
+ :exampleMetadata: fixture=_generated
709
+
710
+ Example::
711
+
712
+ # The code below shows an example of how to instantiate this type.
713
+ # The values are placeholders you should change.
714
+ from aws_cdk import aws_location as location
715
+
716
+ apple_app_property = location.CfnAPIKey.AppleAppProperty(
717
+ bundle_id="bundleId"
718
+ )
719
+ '''
720
+ if __debug__:
721
+ type_hints = typing.get_type_hints(_typecheckingstub__1fb4fe4c9ced074529c2f50a8ef9b1aa0732e7c0fe89c20e08f5865237361af7)
722
+ check_type(argname="argument bundle_id", value=bundle_id, expected_type=type_hints["bundle_id"])
723
+ self._values: typing.Dict[builtins.str, typing.Any] = {
724
+ "bundle_id": bundle_id,
725
+ }
726
+
727
+ @builtins.property
728
+ def bundle_id(self) -> builtins.str:
729
+ '''
730
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-appleapp.html#cfn-location-apikey-appleapp-bundleid
731
+ '''
732
+ result = self._values.get("bundle_id")
733
+ assert result is not None, "Required property 'bundle_id' is missing"
734
+ return typing.cast(builtins.str, result)
735
+
736
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
737
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
738
+
739
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
740
+ return not (rhs == self)
741
+
742
+ def __repr__(self) -> str:
743
+ return "AppleAppProperty(%s)" % ", ".join(
744
+ k + "=" + repr(v) for k, v in self._values.items()
745
+ )
746
+
515
747
 
516
748
  @jsii.data_type(
517
749
  jsii_type="aws-cdk-lib.aws_location.CfnAPIKeyProps",
@@ -567,6 +799,13 @@ class CfnAPIKeyProps:
567
799
  allow_resources=["allowResources"],
568
800
 
569
801
  # the properties below are optional
802
+ allow_android_apps=[location.CfnAPIKey.AndroidAppProperty(
803
+ certificate_fingerprint="certificateFingerprint",
804
+ package="package"
805
+ )],
806
+ allow_apple_apps=[location.CfnAPIKey.AppleAppProperty(
807
+ bundle_id="bundleId"
808
+ )],
570
809
  allow_referers=["allowReferers"]
571
810
  ),
572
811
 
@@ -722,7 +961,7 @@ class CfnAPIKeyProps:
722
961
  )
723
962
 
724
963
 
725
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
964
+ @jsii.implements(_IInspectable_c2943556, _IGeofenceCollectionRef_40bd2c98, _ITaggableV2_4e6798f8)
726
965
  class CfnGeofenceCollection(
727
966
  _CfnResource_9df397a6,
728
967
  metaclass=jsii.JSIIMeta,
@@ -767,7 +1006,8 @@ class CfnGeofenceCollection(
767
1006
  pricing_plan_data_source: typing.Optional[builtins.str] = None,
768
1007
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
769
1008
  ) -> None:
770
- '''
1009
+ '''Create a new ``AWS::Location::GeofenceCollection``.
1010
+
771
1011
  :param scope: Scope in which this resource is defined.
772
1012
  :param id: Construct identifier for this resource (unique in its scope).
773
1013
  :param collection_name: A custom name for the geofence collection. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). - Must be a unique geofence collection name. - No spaces allowed. For example, ``ExampleGeofenceCollection`` .
@@ -792,6 +1032,48 @@ class CfnGeofenceCollection(
792
1032
 
793
1033
  jsii.create(self.__class__, self, [scope, id, props])
794
1034
 
1035
+ @jsii.member(jsii_name="fromCollectionName")
1036
+ @builtins.classmethod
1037
+ def from_collection_name(
1038
+ cls,
1039
+ scope: _constructs_77d1e7e8.Construct,
1040
+ id: builtins.str,
1041
+ collection_name: builtins.str,
1042
+ ) -> _IGeofenceCollectionRef_40bd2c98:
1043
+ '''Creates a new IGeofenceCollectionRef from a collectionName.
1044
+
1045
+ :param scope: -
1046
+ :param id: -
1047
+ :param collection_name: -
1048
+ '''
1049
+ if __debug__:
1050
+ type_hints = typing.get_type_hints(_typecheckingstub__2db63a46e35bb9b60c434522ebfeb44645b416f72aee9dcca112a00dca6fe7d5)
1051
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1052
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1053
+ check_type(argname="argument collection_name", value=collection_name, expected_type=type_hints["collection_name"])
1054
+ return typing.cast(_IGeofenceCollectionRef_40bd2c98, jsii.sinvoke(cls, "fromCollectionName", [scope, id, collection_name]))
1055
+
1056
+ @jsii.member(jsii_name="fromGeofenceCollectionArn")
1057
+ @builtins.classmethod
1058
+ def from_geofence_collection_arn(
1059
+ cls,
1060
+ scope: _constructs_77d1e7e8.Construct,
1061
+ id: builtins.str,
1062
+ arn: builtins.str,
1063
+ ) -> _IGeofenceCollectionRef_40bd2c98:
1064
+ '''Creates a new IGeofenceCollectionRef from an ARN.
1065
+
1066
+ :param scope: -
1067
+ :param id: -
1068
+ :param arn: -
1069
+ '''
1070
+ if __debug__:
1071
+ type_hints = typing.get_type_hints(_typecheckingstub__c08c10d57c8eee3a7ab3b16b2260e0eba901740b7d53feea0bc19561f58ee7cf)
1072
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1073
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1074
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1075
+ return typing.cast(_IGeofenceCollectionRef_40bd2c98, jsii.sinvoke(cls, "fromGeofenceCollectionArn", [scope, id, arn]))
1076
+
795
1077
  @jsii.member(jsii_name="inspect")
796
1078
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
797
1079
  '''Examines the CloudFormation resource and discloses attributes.
@@ -877,6 +1159,12 @@ class CfnGeofenceCollection(
877
1159
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
878
1160
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
879
1161
 
1162
+ @builtins.property
1163
+ @jsii.member(jsii_name="geofenceCollectionRef")
1164
+ def geofence_collection_ref(self) -> _GeofenceCollectionReference_5894ab83:
1165
+ '''A reference to a GeofenceCollection resource.'''
1166
+ return typing.cast(_GeofenceCollectionReference_5894ab83, jsii.get(self, "geofenceCollectionRef"))
1167
+
880
1168
  @builtins.property
881
1169
  @jsii.member(jsii_name="collectionName")
882
1170
  def collection_name(self) -> builtins.str:
@@ -1139,7 +1427,7 @@ class CfnGeofenceCollectionProps:
1139
1427
  )
1140
1428
 
1141
1429
 
1142
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1430
+ @jsii.implements(_IInspectable_c2943556, _IMapRef_a23859d8, _ITaggableV2_4e6798f8)
1143
1431
  class CfnMap(
1144
1432
  _CfnResource_9df397a6,
1145
1433
  metaclass=jsii.JSIIMeta,
@@ -1188,7 +1476,8 @@ class CfnMap(
1188
1476
  pricing_plan: typing.Optional[builtins.str] = None,
1189
1477
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1190
1478
  ) -> None:
1191
- '''
1479
+ '''Create a new ``AWS::Location::Map``.
1480
+
1192
1481
  :param scope: Scope in which this resource is defined.
1193
1482
  :param id: Construct identifier for this resource (unique in its scope).
1194
1483
  :param configuration: Specifies the ``MapConfiguration`` , including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.
@@ -1211,6 +1500,48 @@ class CfnMap(
1211
1500
 
1212
1501
  jsii.create(self.__class__, self, [scope, id, props])
1213
1502
 
1503
+ @jsii.member(jsii_name="fromMapArn")
1504
+ @builtins.classmethod
1505
+ def from_map_arn(
1506
+ cls,
1507
+ scope: _constructs_77d1e7e8.Construct,
1508
+ id: builtins.str,
1509
+ arn: builtins.str,
1510
+ ) -> _IMapRef_a23859d8:
1511
+ '''Creates a new IMapRef from an ARN.
1512
+
1513
+ :param scope: -
1514
+ :param id: -
1515
+ :param arn: -
1516
+ '''
1517
+ if __debug__:
1518
+ type_hints = typing.get_type_hints(_typecheckingstub__b9debe2a73fd7a56527b10e74dc4d5dad2402d476504e9c52f9ea8690db4ce3b)
1519
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1520
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1521
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1522
+ return typing.cast(_IMapRef_a23859d8, jsii.sinvoke(cls, "fromMapArn", [scope, id, arn]))
1523
+
1524
+ @jsii.member(jsii_name="fromMapName")
1525
+ @builtins.classmethod
1526
+ def from_map_name(
1527
+ cls,
1528
+ scope: _constructs_77d1e7e8.Construct,
1529
+ id: builtins.str,
1530
+ map_name: builtins.str,
1531
+ ) -> _IMapRef_a23859d8:
1532
+ '''Creates a new IMapRef from a mapName.
1533
+
1534
+ :param scope: -
1535
+ :param id: -
1536
+ :param map_name: -
1537
+ '''
1538
+ if __debug__:
1539
+ type_hints = typing.get_type_hints(_typecheckingstub__b60cdf883704a6b802821177f72dd20fb8c7309cece100f783ecb09733c8d0b1)
1540
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1541
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1542
+ check_type(argname="argument map_name", value=map_name, expected_type=type_hints["map_name"])
1543
+ return typing.cast(_IMapRef_a23859d8, jsii.sinvoke(cls, "fromMapName", [scope, id, map_name]))
1544
+
1214
1545
  @jsii.member(jsii_name="inspect")
1215
1546
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1216
1547
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1302,6 +1633,12 @@ class CfnMap(
1302
1633
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1303
1634
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1304
1635
 
1636
+ @builtins.property
1637
+ @jsii.member(jsii_name="mapRef")
1638
+ def map_ref(self) -> _MapReference_d6aa05aa:
1639
+ '''A reference to a Map resource.'''
1640
+ return typing.cast(_MapReference_d6aa05aa, jsii.get(self, "mapRef"))
1641
+
1305
1642
  @builtins.property
1306
1643
  @jsii.member(jsii_name="configuration")
1307
1644
  def configuration(
@@ -1678,7 +2015,7 @@ class CfnMapProps:
1678
2015
  )
1679
2016
 
1680
2017
 
1681
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2018
+ @jsii.implements(_IInspectable_c2943556, _IPlaceIndexRef_a9b4878a, _ITaggableV2_4e6798f8)
1682
2019
  class CfnPlaceIndex(
1683
2020
  _CfnResource_9df397a6,
1684
2021
  metaclass=jsii.JSIIMeta,
@@ -1730,7 +2067,8 @@ class CfnPlaceIndex(
1730
2067
  pricing_plan: typing.Optional[builtins.str] = None,
1731
2068
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1732
2069
  ) -> None:
1733
- '''
2070
+ '''Create a new ``AWS::Location::PlaceIndex``.
2071
+
1734
2072
  :param scope: Scope in which this resource is defined.
1735
2073
  :param id: Construct identifier for this resource (unique in its scope).
1736
2074
  :param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ . - ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ . .. epigraph:: If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS service terms <https://docs.aws.amazon.com/service-terms/>`_ for Amazon Location Service. For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service developer guide* .
@@ -1755,6 +2093,48 @@ class CfnPlaceIndex(
1755
2093
 
1756
2094
  jsii.create(self.__class__, self, [scope, id, props])
1757
2095
 
2096
+ @jsii.member(jsii_name="fromIndexName")
2097
+ @builtins.classmethod
2098
+ def from_index_name(
2099
+ cls,
2100
+ scope: _constructs_77d1e7e8.Construct,
2101
+ id: builtins.str,
2102
+ index_name: builtins.str,
2103
+ ) -> _IPlaceIndexRef_a9b4878a:
2104
+ '''Creates a new IPlaceIndexRef from a indexName.
2105
+
2106
+ :param scope: -
2107
+ :param id: -
2108
+ :param index_name: -
2109
+ '''
2110
+ if __debug__:
2111
+ type_hints = typing.get_type_hints(_typecheckingstub__4f622e282a16d5c0c89655a9198f2637165c96ec96943a67e5432383bcce576f)
2112
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2113
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2114
+ check_type(argname="argument index_name", value=index_name, expected_type=type_hints["index_name"])
2115
+ return typing.cast(_IPlaceIndexRef_a9b4878a, jsii.sinvoke(cls, "fromIndexName", [scope, id, index_name]))
2116
+
2117
+ @jsii.member(jsii_name="fromPlaceIndexArn")
2118
+ @builtins.classmethod
2119
+ def from_place_index_arn(
2120
+ cls,
2121
+ scope: _constructs_77d1e7e8.Construct,
2122
+ id: builtins.str,
2123
+ arn: builtins.str,
2124
+ ) -> _IPlaceIndexRef_a9b4878a:
2125
+ '''Creates a new IPlaceIndexRef from an ARN.
2126
+
2127
+ :param scope: -
2128
+ :param id: -
2129
+ :param arn: -
2130
+ '''
2131
+ if __debug__:
2132
+ type_hints = typing.get_type_hints(_typecheckingstub__38a00f836ed297fe9f6601dc3a96365eb13942e1ef45700edd7e4569a25e1a0a)
2133
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2134
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2135
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2136
+ return typing.cast(_IPlaceIndexRef_a9b4878a, jsii.sinvoke(cls, "fromPlaceIndexArn", [scope, id, arn]))
2137
+
1758
2138
  @jsii.member(jsii_name="inspect")
1759
2139
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1760
2140
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1838,6 +2218,12 @@ class CfnPlaceIndex(
1838
2218
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1839
2219
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1840
2220
 
2221
+ @builtins.property
2222
+ @jsii.member(jsii_name="placeIndexRef")
2223
+ def place_index_ref(self) -> _PlaceIndexReference_8dd06ddc:
2224
+ '''A reference to a PlaceIndex resource.'''
2225
+ return typing.cast(_PlaceIndexReference_8dd06ddc, jsii.get(self, "placeIndexRef"))
2226
+
1841
2227
  @builtins.property
1842
2228
  @jsii.member(jsii_name="dataSource")
1843
2229
  def data_source(self) -> builtins.str:
@@ -2159,7 +2545,7 @@ class CfnPlaceIndexProps:
2159
2545
  )
2160
2546
 
2161
2547
 
2162
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2548
+ @jsii.implements(_IInspectable_c2943556, _IRouteCalculatorRef_f2a132ab, _ITaggableV2_4e6798f8)
2163
2549
  class CfnRouteCalculator(
2164
2550
  _CfnResource_9df397a6,
2165
2551
  metaclass=jsii.JSIIMeta,
@@ -2207,7 +2593,8 @@ class CfnRouteCalculator(
2207
2593
  pricing_plan: typing.Optional[builtins.str] = None,
2208
2594
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2209
2595
  ) -> None:
2210
- '''
2596
+ '''Create a new ``AWS::Location::RouteCalculator``.
2597
+
2211
2598
  :param scope: Scope in which this resource is defined.
2212
2599
  :param id: Construct identifier for this resource (unique in its scope).
2213
2600
  :param calculator_name: The name of the route calculator resource. Requirements: - Can use alphanumeric characters (A–Z, a–z, 0–9) , hyphens (-), periods (.), and underscores (_). - Must be a unique Route calculator resource name. - No spaces allowed. For example, ``ExampleRouteCalculator`` .
@@ -2230,6 +2617,48 @@ class CfnRouteCalculator(
2230
2617
 
2231
2618
  jsii.create(self.__class__, self, [scope, id, props])
2232
2619
 
2620
+ @jsii.member(jsii_name="fromCalculatorName")
2621
+ @builtins.classmethod
2622
+ def from_calculator_name(
2623
+ cls,
2624
+ scope: _constructs_77d1e7e8.Construct,
2625
+ id: builtins.str,
2626
+ calculator_name: builtins.str,
2627
+ ) -> _IRouteCalculatorRef_f2a132ab:
2628
+ '''Creates a new IRouteCalculatorRef from a calculatorName.
2629
+
2630
+ :param scope: -
2631
+ :param id: -
2632
+ :param calculator_name: -
2633
+ '''
2634
+ if __debug__:
2635
+ type_hints = typing.get_type_hints(_typecheckingstub__1607bbf308ae75c768acc58ce4c5dcb1963975ab8b9ad76935d74461bbd636b5)
2636
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2637
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2638
+ check_type(argname="argument calculator_name", value=calculator_name, expected_type=type_hints["calculator_name"])
2639
+ return typing.cast(_IRouteCalculatorRef_f2a132ab, jsii.sinvoke(cls, "fromCalculatorName", [scope, id, calculator_name]))
2640
+
2641
+ @jsii.member(jsii_name="fromRouteCalculatorArn")
2642
+ @builtins.classmethod
2643
+ def from_route_calculator_arn(
2644
+ cls,
2645
+ scope: _constructs_77d1e7e8.Construct,
2646
+ id: builtins.str,
2647
+ arn: builtins.str,
2648
+ ) -> _IRouteCalculatorRef_f2a132ab:
2649
+ '''Creates a new IRouteCalculatorRef from an ARN.
2650
+
2651
+ :param scope: -
2652
+ :param id: -
2653
+ :param arn: -
2654
+ '''
2655
+ if __debug__:
2656
+ type_hints = typing.get_type_hints(_typecheckingstub__a2f2772368dd3b1946646c582d13424fefd6b9aa10c741a11047ddb1d7e2fa1e)
2657
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2658
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2659
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2660
+ return typing.cast(_IRouteCalculatorRef_f2a132ab, jsii.sinvoke(cls, "fromRouteCalculatorArn", [scope, id, arn]))
2661
+
2233
2662
  @jsii.member(jsii_name="inspect")
2234
2663
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2235
2664
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2315,6 +2744,12 @@ class CfnRouteCalculator(
2315
2744
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2316
2745
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2317
2746
 
2747
+ @builtins.property
2748
+ @jsii.member(jsii_name="routeCalculatorRef")
2749
+ def route_calculator_ref(self) -> _RouteCalculatorReference_ca83e5a1:
2750
+ '''A reference to a RouteCalculator resource.'''
2751
+ return typing.cast(_RouteCalculatorReference_ca83e5a1, jsii.get(self, "routeCalculatorRef"))
2752
+
2318
2753
  @builtins.property
2319
2754
  @jsii.member(jsii_name="calculatorName")
2320
2755
  def calculator_name(self) -> builtins.str:
@@ -2535,7 +2970,7 @@ class CfnRouteCalculatorProps:
2535
2970
  )
2536
2971
 
2537
2972
 
2538
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2973
+ @jsii.implements(_IInspectable_c2943556, _ITrackerRef_e22d1822, _ITaggableV2_4e6798f8)
2539
2974
  class CfnTracker(
2540
2975
  _CfnResource_9df397a6,
2541
2976
  metaclass=jsii.JSIIMeta,
@@ -2586,7 +3021,8 @@ class CfnTracker(
2586
3021
  pricing_plan_data_source: typing.Optional[builtins.str] = None,
2587
3022
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2588
3023
  ) -> None:
2589
- '''
3024
+ '''Create a new ``AWS::Location::Tracker``.
3025
+
2590
3026
  :param scope: Scope in which this resource is defined.
2591
3027
  :param id: Construct identifier for this resource (unique in its scope).
2592
3028
  :param tracker_name: The name for the tracker resource. Requirements: - Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-), periods (.), and underscores (_). - Must be a unique tracker resource name. - No spaces allowed. For example, ``ExampleTracker`` .
@@ -2617,6 +3053,48 @@ class CfnTracker(
2617
3053
 
2618
3054
  jsii.create(self.__class__, self, [scope, id, props])
2619
3055
 
3056
+ @jsii.member(jsii_name="fromTrackerArn")
3057
+ @builtins.classmethod
3058
+ def from_tracker_arn(
3059
+ cls,
3060
+ scope: _constructs_77d1e7e8.Construct,
3061
+ id: builtins.str,
3062
+ arn: builtins.str,
3063
+ ) -> _ITrackerRef_e22d1822:
3064
+ '''Creates a new ITrackerRef from an ARN.
3065
+
3066
+ :param scope: -
3067
+ :param id: -
3068
+ :param arn: -
3069
+ '''
3070
+ if __debug__:
3071
+ type_hints = typing.get_type_hints(_typecheckingstub__27090e7cdb1dab47fb0a7e3b870e1612755cdfa42971179797d8ea4693bb6d6b)
3072
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3073
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3074
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3075
+ return typing.cast(_ITrackerRef_e22d1822, jsii.sinvoke(cls, "fromTrackerArn", [scope, id, arn]))
3076
+
3077
+ @jsii.member(jsii_name="fromTrackerName")
3078
+ @builtins.classmethod
3079
+ def from_tracker_name(
3080
+ cls,
3081
+ scope: _constructs_77d1e7e8.Construct,
3082
+ id: builtins.str,
3083
+ tracker_name: builtins.str,
3084
+ ) -> _ITrackerRef_e22d1822:
3085
+ '''Creates a new ITrackerRef from a trackerName.
3086
+
3087
+ :param scope: -
3088
+ :param id: -
3089
+ :param tracker_name: -
3090
+ '''
3091
+ if __debug__:
3092
+ type_hints = typing.get_type_hints(_typecheckingstub__401c575e4494825351571dd08bdd2279e6de4c865a407e5d04e089f821479acd)
3093
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3094
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3095
+ check_type(argname="argument tracker_name", value=tracker_name, expected_type=type_hints["tracker_name"])
3096
+ return typing.cast(_ITrackerRef_e22d1822, jsii.sinvoke(cls, "fromTrackerName", [scope, id, tracker_name]))
3097
+
2620
3098
  @jsii.member(jsii_name="inspect")
2621
3099
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2622
3100
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2702,6 +3180,12 @@ class CfnTracker(
2702
3180
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2703
3181
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2704
3182
 
3183
+ @builtins.property
3184
+ @jsii.member(jsii_name="trackerRef")
3185
+ def tracker_ref(self) -> _TrackerReference_50e103a4:
3186
+ '''A reference to a Tracker resource.'''
3187
+ return typing.cast(_TrackerReference_50e103a4, jsii.get(self, "trackerRef"))
3188
+
2705
3189
  @builtins.property
2706
3190
  @jsii.member(jsii_name="trackerName")
2707
3191
  def tracker_name(self) -> builtins.str:
@@ -2837,7 +3321,7 @@ class CfnTracker(
2837
3321
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
2838
3322
 
2839
3323
 
2840
- @jsii.implements(_IInspectable_c2943556)
3324
+ @jsii.implements(_IInspectable_c2943556, _ITrackerConsumerRef_624ec496)
2841
3325
  class CfnTrackerConsumer(
2842
3326
  _CfnResource_9df397a6,
2843
3327
  metaclass=jsii.JSIIMeta,
@@ -2874,7 +3358,8 @@ class CfnTrackerConsumer(
2874
3358
  consumer_arn: builtins.str,
2875
3359
  tracker_name: builtins.str,
2876
3360
  ) -> None:
2877
- '''
3361
+ '''Create a new ``AWS::Location::TrackerConsumer``.
3362
+
2878
3363
  :param scope: Scope in which this resource is defined.
2879
3364
  :param id: Construct identifier for this resource (unique in its scope).
2880
3365
  :param consumer_arn: The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS . - Format example: ``arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer``
@@ -2925,6 +3410,12 @@ class CfnTrackerConsumer(
2925
3410
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2926
3411
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2927
3412
 
3413
+ @builtins.property
3414
+ @jsii.member(jsii_name="trackerConsumerRef")
3415
+ def tracker_consumer_ref(self) -> _TrackerConsumerReference_7cc2ab2f:
3416
+ '''A reference to a TrackerConsumer resource.'''
3417
+ return typing.cast(_TrackerConsumerReference_7cc2ab2f, jsii.get(self, "trackerConsumerRef"))
3418
+
2928
3419
  @builtins.property
2929
3420
  @jsii.member(jsii_name="consumerArn")
2930
3421
  def consumer_arn(self) -> builtins.str:
@@ -3284,6 +3775,22 @@ def _typecheckingstub__e2ae0e8c734c36fc4dfc2e50264fbc5e41cc44ca78d64c47f19cac56e
3284
3775
  """Type checking stubs"""
3285
3776
  pass
3286
3777
 
3778
+ def _typecheckingstub__39b592709b5b02e935f60d35f554a437c6039ddcaf32dd519ba463c1e60d2aa9(
3779
+ scope: _constructs_77d1e7e8.Construct,
3780
+ id: builtins.str,
3781
+ arn: builtins.str,
3782
+ ) -> None:
3783
+ """Type checking stubs"""
3784
+ pass
3785
+
3786
+ def _typecheckingstub__252ed95f79a8e3f1207bcf22e30ccce54352607889625ae0c44f99f5ccd7e62e(
3787
+ scope: _constructs_77d1e7e8.Construct,
3788
+ id: builtins.str,
3789
+ key_name: builtins.str,
3790
+ ) -> None:
3791
+ """Type checking stubs"""
3792
+ pass
3793
+
3287
3794
  def _typecheckingstub__90e4d83d582a33efc0dfeef244e5a4b84a90230cc485853b42d16a3e6f6609a7(
3288
3795
  inspector: _TreeInspector_488e0dd5,
3289
3796
  ) -> None:
@@ -3344,15 +3851,32 @@ def _typecheckingstub__297a793f153416e3131543d9b1a435c125bf1b45672e8ee10841ec34b
3344
3851
  """Type checking stubs"""
3345
3852
  pass
3346
3853
 
3854
+ def _typecheckingstub__ac402196df40fc9c8f7e5c45855f2e8baaca7baafae57dace9c396b3cba764d1(
3855
+ *,
3856
+ certificate_fingerprint: builtins.str,
3857
+ package: builtins.str,
3858
+ ) -> None:
3859
+ """Type checking stubs"""
3860
+ pass
3861
+
3347
3862
  def _typecheckingstub__0c74737f1e32f7583c8c63e1c8de07d36792e8e3aee5f799d6c8a265f1a3bebb(
3348
3863
  *,
3349
3864
  allow_actions: typing.Sequence[builtins.str],
3350
3865
  allow_resources: typing.Sequence[builtins.str],
3866
+ allow_android_apps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAPIKey.AndroidAppProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3867
+ allow_apple_apps: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAPIKey.AppleAppProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3351
3868
  allow_referers: typing.Optional[typing.Sequence[builtins.str]] = None,
3352
3869
  ) -> None:
3353
3870
  """Type checking stubs"""
3354
3871
  pass
3355
3872
 
3873
+ def _typecheckingstub__1fb4fe4c9ced074529c2f50a8ef9b1aa0732e7c0fe89c20e08f5865237361af7(
3874
+ *,
3875
+ bundle_id: builtins.str,
3876
+ ) -> None:
3877
+ """Type checking stubs"""
3878
+ pass
3879
+
3356
3880
  def _typecheckingstub__ebe99c80388f80e304ec3579f14c21edc069b0865131b2673a8f49e8274c07f4(
3357
3881
  *,
3358
3882
  key_name: builtins.str,
@@ -3381,6 +3905,22 @@ def _typecheckingstub__8e0601ccc1fece7d46bccf997c94a7f51bea09a1590d5ce84823ed5c0
3381
3905
  """Type checking stubs"""
3382
3906
  pass
3383
3907
 
3908
+ def _typecheckingstub__2db63a46e35bb9b60c434522ebfeb44645b416f72aee9dcca112a00dca6fe7d5(
3909
+ scope: _constructs_77d1e7e8.Construct,
3910
+ id: builtins.str,
3911
+ collection_name: builtins.str,
3912
+ ) -> None:
3913
+ """Type checking stubs"""
3914
+ pass
3915
+
3916
+ def _typecheckingstub__c08c10d57c8eee3a7ab3b16b2260e0eba901740b7d53feea0bc19561f58ee7cf(
3917
+ scope: _constructs_77d1e7e8.Construct,
3918
+ id: builtins.str,
3919
+ arn: builtins.str,
3920
+ ) -> None:
3921
+ """Type checking stubs"""
3922
+ pass
3923
+
3384
3924
  def _typecheckingstub__66134049825423372dae82a0ee8b8c0bba09bda09682513f80795605e6e0bca6(
3385
3925
  inspector: _TreeInspector_488e0dd5,
3386
3926
  ) -> None:
@@ -3454,6 +3994,22 @@ def _typecheckingstub__b2dcb0428eb66932a1afc7be03e22130166237e903d48b7c13fc63dbc
3454
3994
  """Type checking stubs"""
3455
3995
  pass
3456
3996
 
3997
+ def _typecheckingstub__b9debe2a73fd7a56527b10e74dc4d5dad2402d476504e9c52f9ea8690db4ce3b(
3998
+ scope: _constructs_77d1e7e8.Construct,
3999
+ id: builtins.str,
4000
+ arn: builtins.str,
4001
+ ) -> None:
4002
+ """Type checking stubs"""
4003
+ pass
4004
+
4005
+ def _typecheckingstub__b60cdf883704a6b802821177f72dd20fb8c7309cece100f783ecb09733c8d0b1(
4006
+ scope: _constructs_77d1e7e8.Construct,
4007
+ id: builtins.str,
4008
+ map_name: builtins.str,
4009
+ ) -> None:
4010
+ """Type checking stubs"""
4011
+ pass
4012
+
3457
4013
  def _typecheckingstub__9beda5dad2c7dda9e9e75c7563f1dd64ce2d95ee632f1f16c15c710cb2fcb9e0(
3458
4014
  inspector: _TreeInspector_488e0dd5,
3459
4015
  ) -> None:
@@ -3530,6 +4086,22 @@ def _typecheckingstub__a86efa72874938a7fdd56ee75ab5f3481754256c4e7be12dd321fb817
3530
4086
  """Type checking stubs"""
3531
4087
  pass
3532
4088
 
4089
+ def _typecheckingstub__4f622e282a16d5c0c89655a9198f2637165c96ec96943a67e5432383bcce576f(
4090
+ scope: _constructs_77d1e7e8.Construct,
4091
+ id: builtins.str,
4092
+ index_name: builtins.str,
4093
+ ) -> None:
4094
+ """Type checking stubs"""
4095
+ pass
4096
+
4097
+ def _typecheckingstub__38a00f836ed297fe9f6601dc3a96365eb13942e1ef45700edd7e4569a25e1a0a(
4098
+ scope: _constructs_77d1e7e8.Construct,
4099
+ id: builtins.str,
4100
+ arn: builtins.str,
4101
+ ) -> None:
4102
+ """Type checking stubs"""
4103
+ pass
4104
+
3533
4105
  def _typecheckingstub__e0c405c6a922a2896cb59706744382d2e74f7b74e7533c5078a63a01a0dda7f8(
3534
4106
  inspector: _TreeInspector_488e0dd5,
3535
4107
  ) -> None:
@@ -3610,6 +4182,22 @@ def _typecheckingstub__a900f380dbd4e0012dcb474730041f91eeaecc9218db4d6163fd73039
3610
4182
  """Type checking stubs"""
3611
4183
  pass
3612
4184
 
4185
+ def _typecheckingstub__1607bbf308ae75c768acc58ce4c5dcb1963975ab8b9ad76935d74461bbd636b5(
4186
+ scope: _constructs_77d1e7e8.Construct,
4187
+ id: builtins.str,
4188
+ calculator_name: builtins.str,
4189
+ ) -> None:
4190
+ """Type checking stubs"""
4191
+ pass
4192
+
4193
+ def _typecheckingstub__a2f2772368dd3b1946646c582d13424fefd6b9aa10c741a11047ddb1d7e2fa1e(
4194
+ scope: _constructs_77d1e7e8.Construct,
4195
+ id: builtins.str,
4196
+ arn: builtins.str,
4197
+ ) -> None:
4198
+ """Type checking stubs"""
4199
+ pass
4200
+
3613
4201
  def _typecheckingstub__d0f206fe9bb875d2c7acae9be0a23fa0286ad54fbd1bebff69010a95bea15fec(
3614
4202
  inspector: _TreeInspector_488e0dd5,
3615
4203
  ) -> None:
@@ -3680,6 +4268,22 @@ def _typecheckingstub__1cd2e07bf97c42a45f9443da7edf34b075c2f9b41a262ae77aee4b2a8
3680
4268
  """Type checking stubs"""
3681
4269
  pass
3682
4270
 
4271
+ def _typecheckingstub__27090e7cdb1dab47fb0a7e3b870e1612755cdfa42971179797d8ea4693bb6d6b(
4272
+ scope: _constructs_77d1e7e8.Construct,
4273
+ id: builtins.str,
4274
+ arn: builtins.str,
4275
+ ) -> None:
4276
+ """Type checking stubs"""
4277
+ pass
4278
+
4279
+ def _typecheckingstub__401c575e4494825351571dd08bdd2279e6de4c865a407e5d04e089f821479acd(
4280
+ scope: _constructs_77d1e7e8.Construct,
4281
+ id: builtins.str,
4282
+ tracker_name: builtins.str,
4283
+ ) -> None:
4284
+ """Type checking stubs"""
4285
+ pass
4286
+
3683
4287
  def _typecheckingstub__606edf93b66473926b20e5a3b0af67fe5ed3f2fceae488ca1b2486f74e9beeb4(
3684
4288
  inspector: _TreeInspector_488e0dd5,
3685
4289
  ) -> None: