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,33 @@ from .. import (
73
73
  TagManager as _TagManager_0a598cb3,
74
74
  TreeInspector as _TreeInspector_488e0dd5,
75
75
  )
76
+ from ..interfaces.aws_gamelift import (
77
+ AliasReference as _AliasReference_05a49177,
78
+ BuildReference as _BuildReference_9f4f10e0,
79
+ ContainerFleetReference as _ContainerFleetReference_e37842ff,
80
+ ContainerGroupDefinitionReference as _ContainerGroupDefinitionReference_55e844c4,
81
+ FleetReference as _FleetReference_8e92bc3f,
82
+ GameServerGroupReference as _GameServerGroupReference_0a010963,
83
+ GameSessionQueueReference as _GameSessionQueueReference_fd5bb819,
84
+ IAliasRef as _IAliasRef_e769a35f,
85
+ IBuildRef as _IBuildRef_a9adc427,
86
+ IContainerFleetRef as _IContainerFleetRef_f4f92a80,
87
+ IContainerGroupDefinitionRef as _IContainerGroupDefinitionRef_2e4eba1f,
88
+ IFleetRef as _IFleetRef_6df955ee,
89
+ IGameServerGroupRef as _IGameServerGroupRef_36f43b5d,
90
+ IGameSessionQueueRef as _IGameSessionQueueRef_8896df67,
91
+ ILocationRef as _ILocationRef_bbf078ef,
92
+ IMatchmakingConfigurationRef as _IMatchmakingConfigurationRef_419e9495,
93
+ IMatchmakingRuleSetRef as _IMatchmakingRuleSetRef_57b0825c,
94
+ IScriptRef as _IScriptRef_c20d81ab,
95
+ LocationReference as _LocationReference_3c6fb983,
96
+ MatchmakingConfigurationReference as _MatchmakingConfigurationReference_3a33fd2a,
97
+ MatchmakingRuleSetReference as _MatchmakingRuleSetReference_f58d9892,
98
+ ScriptReference as _ScriptReference_b01a13d0,
99
+ )
76
100
 
77
101
 
78
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
102
+ @jsii.implements(_IInspectable_c2943556, _IAliasRef_e769a35f, _ITaggableV2_4e6798f8)
79
103
  class CfnAlias(
80
104
  _CfnResource_9df397a6,
81
105
  metaclass=jsii.JSIIMeta,
@@ -124,7 +148,8 @@ class CfnAlias(
124
148
  description: typing.Optional[builtins.str] = None,
125
149
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
126
150
  ) -> None:
127
- '''
151
+ '''Create a new ``AWS::GameLift::Alias``.
152
+
128
153
  :param scope: Scope in which this resource is defined.
129
154
  :param id: Construct identifier for this resource (unique in its scope).
130
155
  :param name: A descriptive label that is associated with an alias. Alias names do not need to be unique.
@@ -145,6 +170,48 @@ class CfnAlias(
145
170
 
146
171
  jsii.create(self.__class__, self, [scope, id, props])
147
172
 
173
+ @jsii.member(jsii_name="fromAliasArn")
174
+ @builtins.classmethod
175
+ def from_alias_arn(
176
+ cls,
177
+ scope: _constructs_77d1e7e8.Construct,
178
+ id: builtins.str,
179
+ arn: builtins.str,
180
+ ) -> _IAliasRef_e769a35f:
181
+ '''Creates a new IAliasRef from an ARN.
182
+
183
+ :param scope: -
184
+ :param id: -
185
+ :param arn: -
186
+ '''
187
+ if __debug__:
188
+ type_hints = typing.get_type_hints(_typecheckingstub__0891ad75db2bf874492959e788adcf5ee5a3b7a4699cf9c2ddfce496a136a601)
189
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
190
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
191
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
192
+ return typing.cast(_IAliasRef_e769a35f, jsii.sinvoke(cls, "fromAliasArn", [scope, id, arn]))
193
+
194
+ @jsii.member(jsii_name="fromAliasId")
195
+ @builtins.classmethod
196
+ def from_alias_id(
197
+ cls,
198
+ scope: _constructs_77d1e7e8.Construct,
199
+ id: builtins.str,
200
+ alias_id: builtins.str,
201
+ ) -> _IAliasRef_e769a35f:
202
+ '''Creates a new IAliasRef from a aliasId.
203
+
204
+ :param scope: -
205
+ :param id: -
206
+ :param alias_id: -
207
+ '''
208
+ if __debug__:
209
+ type_hints = typing.get_type_hints(_typecheckingstub__a59b299e6043860af26f7752ca92bfb2a6ddcc5cc02cdd40fd28dd726442c36f)
210
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
211
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
212
+ check_type(argname="argument alias_id", value=alias_id, expected_type=type_hints["alias_id"])
213
+ return typing.cast(_IAliasRef_e769a35f, jsii.sinvoke(cls, "fromAliasId", [scope, id, alias_id]))
214
+
148
215
  @jsii.member(jsii_name="inspect")
149
216
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
150
217
  '''Examines the CloudFormation resource and discloses attributes.
@@ -175,6 +242,12 @@ class CfnAlias(
175
242
  '''The CloudFormation resource type name for this resource class.'''
176
243
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
177
244
 
245
+ @builtins.property
246
+ @jsii.member(jsii_name="aliasRef")
247
+ def alias_ref(self) -> _AliasReference_05a49177:
248
+ '''A reference to a Alias resource.'''
249
+ return typing.cast(_AliasReference_05a49177, jsii.get(self, "aliasRef"))
250
+
178
251
  @builtins.property
179
252
  @jsii.member(jsii_name="attrAliasArn")
180
253
  def attr_alias_arn(self) -> builtins.str:
@@ -483,7 +556,7 @@ class CfnAliasProps:
483
556
  )
484
557
 
485
558
 
486
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
559
+ @jsii.implements(_IInspectable_c2943556, _IBuildRef_a9adc427, _ITaggableV2_4e6798f8)
487
560
  class CfnBuild(
488
561
  _CfnResource_9df397a6,
489
562
  metaclass=jsii.JSIIMeta,
@@ -535,7 +608,8 @@ class CfnBuild(
535
608
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
536
609
  version: typing.Optional[builtins.str] = None,
537
610
  ) -> None:
538
- '''
611
+ '''Create a new ``AWS::GameLift::Build``.
612
+
539
613
  :param scope: Scope in which this resource is defined.
540
614
  :param id: Construct identifier for this resource (unique in its scope).
541
615
  :param name: A descriptive label that is associated with a build. Build names do not need to be unique.
@@ -560,6 +634,48 @@ class CfnBuild(
560
634
 
561
635
  jsii.create(self.__class__, self, [scope, id, props])
562
636
 
637
+ @jsii.member(jsii_name="fromBuildArn")
638
+ @builtins.classmethod
639
+ def from_build_arn(
640
+ cls,
641
+ scope: _constructs_77d1e7e8.Construct,
642
+ id: builtins.str,
643
+ arn: builtins.str,
644
+ ) -> _IBuildRef_a9adc427:
645
+ '''Creates a new IBuildRef from an ARN.
646
+
647
+ :param scope: -
648
+ :param id: -
649
+ :param arn: -
650
+ '''
651
+ if __debug__:
652
+ type_hints = typing.get_type_hints(_typecheckingstub__b64baecddf621fae2565c108e8413814c02580087d90dfa34419b75919effaa2)
653
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
654
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
655
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
656
+ return typing.cast(_IBuildRef_a9adc427, jsii.sinvoke(cls, "fromBuildArn", [scope, id, arn]))
657
+
658
+ @jsii.member(jsii_name="fromBuildId")
659
+ @builtins.classmethod
660
+ def from_build_id(
661
+ cls,
662
+ scope: _constructs_77d1e7e8.Construct,
663
+ id: builtins.str,
664
+ build_id: builtins.str,
665
+ ) -> _IBuildRef_a9adc427:
666
+ '''Creates a new IBuildRef from a buildId.
667
+
668
+ :param scope: -
669
+ :param id: -
670
+ :param build_id: -
671
+ '''
672
+ if __debug__:
673
+ type_hints = typing.get_type_hints(_typecheckingstub__fce919b179ae0f0256b86c63c73e64f52cf5bc6cc8b69274e60f6c90c64ea1a7)
674
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
675
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
676
+ check_type(argname="argument build_id", value=build_id, expected_type=type_hints["build_id"])
677
+ return typing.cast(_IBuildRef_a9adc427, jsii.sinvoke(cls, "fromBuildId", [scope, id, build_id]))
678
+
563
679
  @jsii.member(jsii_name="inspect")
564
680
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
565
681
  '''Examines the CloudFormation resource and discloses attributes.
@@ -608,6 +724,12 @@ class CfnBuild(
608
724
  '''
609
725
  return typing.cast(builtins.str, jsii.get(self, "attrBuildId"))
610
726
 
727
+ @builtins.property
728
+ @jsii.member(jsii_name="buildRef")
729
+ def build_ref(self) -> _BuildReference_9f4f10e0:
730
+ '''A reference to a Build resource.'''
731
+ return typing.cast(_BuildReference_9f4f10e0, jsii.get(self, "buildRef"))
732
+
611
733
  @builtins.property
612
734
  @jsii.member(jsii_name="cdkTagManager")
613
735
  def cdk_tag_manager(self) -> _TagManager_0a598cb3:
@@ -982,7 +1104,7 @@ class CfnBuildProps:
982
1104
  )
983
1105
 
984
1106
 
985
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1107
+ @jsii.implements(_IInspectable_c2943556, _IContainerFleetRef_f4f92a80, _ITaggableV2_4e6798f8)
986
1108
  class CfnContainerFleet(
987
1109
  _CfnResource_9df397a6,
988
1110
  metaclass=jsii.JSIIMeta,
@@ -1033,14 +1155,17 @@ class CfnContainerFleet(
1033
1155
 
1034
1156
  # the properties below are optional
1035
1157
  location_capacity=gamelift.CfnContainerFleet.LocationCapacityProperty(
1036
- desired_ec2_instances=123,
1037
1158
  max_size=123,
1038
- min_size=123
1159
+ min_size=123,
1160
+
1161
+ # the properties below are optional
1162
+ desired_ec2_instances=123
1039
1163
  ),
1040
1164
  stopped_actions=["stoppedActions"]
1041
1165
  )],
1042
1166
  log_configuration=gamelift.CfnContainerFleet.LogConfigurationProperty(
1043
1167
  log_destination="logDestination",
1168
+ log_group_arn="logGroupArn",
1044
1169
  s3_bucket_name="s3BucketName"
1045
1170
  ),
1046
1171
  metric_groups=["metricGroups"],
@@ -1091,7 +1216,8 @@ class CfnContainerFleet(
1091
1216
  scaling_policies: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnContainerFleet.ScalingPolicyProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
1092
1217
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1093
1218
  ) -> None:
1094
- '''
1219
+ '''Create a new ``AWS::GameLift::ContainerFleet``.
1220
+
1095
1221
  :param scope: Scope in which this resource is defined.
1096
1222
  :param id: Construct identifier for this resource (unique in its scope).
1097
1223
  :param fleet_role_arn: The unique identifier for an AWS Identity and Access Management (IAM) role with permissions to run your containers on resources that are managed by Amazon GameLift Servers. See `Set up an IAM service role <https://docs.aws.amazon.com/gamelift/latest/developerguide/setting-up-role.html>`_ . This fleet property can't be changed.
@@ -1138,6 +1264,27 @@ class CfnContainerFleet(
1138
1264
 
1139
1265
  jsii.create(self.__class__, self, [scope, id, props])
1140
1266
 
1267
+ @jsii.member(jsii_name="fromFleetId")
1268
+ @builtins.classmethod
1269
+ def from_fleet_id(
1270
+ cls,
1271
+ scope: _constructs_77d1e7e8.Construct,
1272
+ id: builtins.str,
1273
+ fleet_id: builtins.str,
1274
+ ) -> _IContainerFleetRef_f4f92a80:
1275
+ '''Creates a new IContainerFleetRef from a fleetId.
1276
+
1277
+ :param scope: -
1278
+ :param id: -
1279
+ :param fleet_id: -
1280
+ '''
1281
+ if __debug__:
1282
+ type_hints = typing.get_type_hints(_typecheckingstub__4bea05f08256bdbf55f0f4481b2104de57302a58c74c37db452b862c9cc716f4)
1283
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1284
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1285
+ check_type(argname="argument fleet_id", value=fleet_id, expected_type=type_hints["fleet_id"])
1286
+ return typing.cast(_IContainerFleetRef_f4f92a80, jsii.sinvoke(cls, "fromFleetId", [scope, id, fleet_id]))
1287
+
1141
1288
  @jsii.member(jsii_name="inspect")
1142
1289
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1143
1290
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1262,6 +1409,12 @@ class CfnContainerFleet(
1262
1409
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1263
1410
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1264
1411
 
1412
+ @builtins.property
1413
+ @jsii.member(jsii_name="containerFleetRef")
1414
+ def container_fleet_ref(self) -> _ContainerFleetReference_e37842ff:
1415
+ '''A reference to a ContainerFleet resource.'''
1416
+ return typing.cast(_ContainerFleetReference_e37842ff, jsii.get(self, "containerFleetRef"))
1417
+
1265
1418
  @builtins.property
1266
1419
  @jsii.member(jsii_name="fleetRoleArn")
1267
1420
  def fleet_role_arn(self) -> builtins.str:
@@ -1958,26 +2111,26 @@ class CfnContainerFleet(
1958
2111
  jsii_type="aws-cdk-lib.aws_gamelift.CfnContainerFleet.LocationCapacityProperty",
1959
2112
  jsii_struct_bases=[],
1960
2113
  name_mapping={
1961
- "desired_ec2_instances": "desiredEc2Instances",
1962
2114
  "max_size": "maxSize",
1963
2115
  "min_size": "minSize",
2116
+ "desired_ec2_instances": "desiredEc2Instances",
1964
2117
  },
1965
2118
  )
1966
2119
  class LocationCapacityProperty:
1967
2120
  def __init__(
1968
2121
  self,
1969
2122
  *,
1970
- desired_ec2_instances: jsii.Number,
1971
2123
  max_size: jsii.Number,
1972
2124
  min_size: jsii.Number,
2125
+ desired_ec2_instances: typing.Optional[jsii.Number] = None,
1973
2126
  ) -> None:
1974
2127
  '''Current resource capacity settings in a specified fleet or location.
1975
2128
 
1976
2129
  The location value might refer to a fleet's remote location or its home Region.
1977
2130
 
1978
- :param desired_ec2_instances: The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.
1979
2131
  :param max_size: The maximum value that is allowed for the fleet's instance count for a location.
1980
2132
  :param min_size: The minimum value allowed for the fleet's instance count for a location.
2133
+ :param desired_ec2_instances: Defaults to MinSize if not defined. The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. If any auto-scaling policy is defined for the container fleet, the desired instance will only be applied once during fleet creation and will be ignored in updates to avoid conflicts with auto-scaling. During updates with any auto-scaling policy defined, if current desired instance is lower than the new MinSize, it will be increased to the new MinSize; if current desired instance is larger than the new MaxSize, it will be decreased to the new MaxSize.
1981
2134
 
1982
2135
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-locationcapacity.html
1983
2136
  :exampleMetadata: fixture=_generated
@@ -1989,33 +2142,24 @@ class CfnContainerFleet(
1989
2142
  from aws_cdk import aws_gamelift as gamelift
1990
2143
 
1991
2144
  location_capacity_property = gamelift.CfnContainerFleet.LocationCapacityProperty(
1992
- desired_ec2_instances=123,
1993
2145
  max_size=123,
1994
- min_size=123
2146
+ min_size=123,
2147
+
2148
+ # the properties below are optional
2149
+ desired_ec2_instances=123
1995
2150
  )
1996
2151
  '''
1997
2152
  if __debug__:
1998
2153
  type_hints = typing.get_type_hints(_typecheckingstub__cfdc01eeb9f739a54f304b9e5cb1f66114e55233f5383f018ef7dd086a28ed10)
1999
- check_type(argname="argument desired_ec2_instances", value=desired_ec2_instances, expected_type=type_hints["desired_ec2_instances"])
2000
2154
  check_type(argname="argument max_size", value=max_size, expected_type=type_hints["max_size"])
2001
2155
  check_type(argname="argument min_size", value=min_size, expected_type=type_hints["min_size"])
2156
+ check_type(argname="argument desired_ec2_instances", value=desired_ec2_instances, expected_type=type_hints["desired_ec2_instances"])
2002
2157
  self._values: typing.Dict[builtins.str, typing.Any] = {
2003
- "desired_ec2_instances": desired_ec2_instances,
2004
2158
  "max_size": max_size,
2005
2159
  "min_size": min_size,
2006
2160
  }
2007
-
2008
- @builtins.property
2009
- def desired_ec2_instances(self) -> jsii.Number:
2010
- '''The number of EC2 instances you want to maintain in the specified fleet location.
2011
-
2012
- This value must fall between the minimum and maximum size limits.
2013
-
2014
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-locationcapacity.html#cfn-gamelift-containerfleet-locationcapacity-desiredec2instances
2015
- '''
2016
- result = self._values.get("desired_ec2_instances")
2017
- assert result is not None, "Required property 'desired_ec2_instances' is missing"
2018
- return typing.cast(jsii.Number, result)
2161
+ if desired_ec2_instances is not None:
2162
+ self._values["desired_ec2_instances"] = desired_ec2_instances
2019
2163
 
2020
2164
  @builtins.property
2021
2165
  def max_size(self) -> jsii.Number:
@@ -2037,6 +2181,17 @@ class CfnContainerFleet(
2037
2181
  assert result is not None, "Required property 'min_size' is missing"
2038
2182
  return typing.cast(jsii.Number, result)
2039
2183
 
2184
+ @builtins.property
2185
+ def desired_ec2_instances(self) -> typing.Optional[jsii.Number]:
2186
+ '''Defaults to MinSize if not defined.
2187
+
2188
+ The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. If any auto-scaling policy is defined for the container fleet, the desired instance will only be applied once during fleet creation and will be ignored in updates to avoid conflicts with auto-scaling. During updates with any auto-scaling policy defined, if current desired instance is lower than the new MinSize, it will be increased to the new MinSize; if current desired instance is larger than the new MaxSize, it will be decreased to the new MaxSize.
2189
+
2190
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-locationcapacity.html#cfn-gamelift-containerfleet-locationcapacity-desiredec2instances
2191
+ '''
2192
+ result = self._values.get("desired_ec2_instances")
2193
+ return typing.cast(typing.Optional[jsii.Number], result)
2194
+
2040
2195
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
2041
2196
  return isinstance(rhs, self.__class__) and rhs._values == self._values
2042
2197
 
@@ -2085,9 +2240,11 @@ class CfnContainerFleet(
2085
2240
 
2086
2241
  # the properties below are optional
2087
2242
  location_capacity=gamelift.CfnContainerFleet.LocationCapacityProperty(
2088
- desired_ec2_instances=123,
2089
2243
  max_size=123,
2090
- min_size=123
2244
+ min_size=123,
2245
+
2246
+ # the properties below are optional
2247
+ desired_ec2_instances=123
2091
2248
  ),
2092
2249
  stopped_actions=["stoppedActions"]
2093
2250
  )
@@ -2155,6 +2312,7 @@ class CfnContainerFleet(
2155
2312
  jsii_struct_bases=[],
2156
2313
  name_mapping={
2157
2314
  "log_destination": "logDestination",
2315
+ "log_group_arn": "logGroupArn",
2158
2316
  "s3_bucket_name": "s3BucketName",
2159
2317
  },
2160
2318
  )
@@ -2163,6 +2321,7 @@ class CfnContainerFleet(
2163
2321
  self,
2164
2322
  *,
2165
2323
  log_destination: typing.Optional[builtins.str] = None,
2324
+ log_group_arn: typing.Optional[builtins.str] = None,
2166
2325
  s3_bucket_name: typing.Optional[builtins.str] = None,
2167
2326
  ) -> None:
2168
2327
  '''A method for collecting container logs for the fleet.
@@ -2170,6 +2329,7 @@ class CfnContainerFleet(
2170
2329
  Amazon GameLift Servers saves all standard output for each container in logs, including game session logs. You can select from the following methods:
2171
2330
 
2172
2331
  :param log_destination: The type of log collection to use for a fleet. - ``CLOUDWATCH`` -- (default value) Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group. - ``S3`` -- Store logs in an Amazon S3 bucket that you define. This bucket must reside in the fleet's home AWS Region. - ``NONE`` -- Don't collect container logs.
2332
+ :param log_group_arn: If log destination is ``CLOUDWATCH`` , logs are sent to the specified log group in Amazon CloudWatch.
2173
2333
  :param s3_bucket_name: If log destination is ``S3`` , logs are sent to the specified Amazon S3 bucket name.
2174
2334
 
2175
2335
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-logconfiguration.html
@@ -2183,16 +2343,20 @@ class CfnContainerFleet(
2183
2343
 
2184
2344
  log_configuration_property = gamelift.CfnContainerFleet.LogConfigurationProperty(
2185
2345
  log_destination="logDestination",
2346
+ log_group_arn="logGroupArn",
2186
2347
  s3_bucket_name="s3BucketName"
2187
2348
  )
2188
2349
  '''
2189
2350
  if __debug__:
2190
2351
  type_hints = typing.get_type_hints(_typecheckingstub__287854cb20cec032892a9072e611adf774cd43dcc343c3ffdda539be73bce563)
2191
2352
  check_type(argname="argument log_destination", value=log_destination, expected_type=type_hints["log_destination"])
2353
+ check_type(argname="argument log_group_arn", value=log_group_arn, expected_type=type_hints["log_group_arn"])
2192
2354
  check_type(argname="argument s3_bucket_name", value=s3_bucket_name, expected_type=type_hints["s3_bucket_name"])
2193
2355
  self._values: typing.Dict[builtins.str, typing.Any] = {}
2194
2356
  if log_destination is not None:
2195
2357
  self._values["log_destination"] = log_destination
2358
+ if log_group_arn is not None:
2359
+ self._values["log_group_arn"] = log_group_arn
2196
2360
  if s3_bucket_name is not None:
2197
2361
  self._values["s3_bucket_name"] = s3_bucket_name
2198
2362
 
@@ -2209,6 +2373,15 @@ class CfnContainerFleet(
2209
2373
  result = self._values.get("log_destination")
2210
2374
  return typing.cast(typing.Optional[builtins.str], result)
2211
2375
 
2376
+ @builtins.property
2377
+ def log_group_arn(self) -> typing.Optional[builtins.str]:
2378
+ '''If log destination is ``CLOUDWATCH`` , logs are sent to the specified log group in Amazon CloudWatch.
2379
+
2380
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-logconfiguration.html#cfn-gamelift-containerfleet-logconfiguration-loggrouparn
2381
+ '''
2382
+ result = self._values.get("log_group_arn")
2383
+ return typing.cast(typing.Optional[builtins.str], result)
2384
+
2212
2385
  @builtins.property
2213
2386
  def s3_bucket_name(self) -> typing.Optional[builtins.str]:
2214
2387
  '''If log destination is ``S3`` , logs are sent to the specified Amazon S3 bucket name.
@@ -2609,14 +2782,17 @@ class CfnContainerFleetProps:
2609
2782
 
2610
2783
  # the properties below are optional
2611
2784
  location_capacity=gamelift.CfnContainerFleet.LocationCapacityProperty(
2612
- desired_ec2_instances=123,
2613
2785
  max_size=123,
2614
- min_size=123
2786
+ min_size=123,
2787
+
2788
+ # the properties below are optional
2789
+ desired_ec2_instances=123
2615
2790
  ),
2616
2791
  stopped_actions=["stoppedActions"]
2617
2792
  )],
2618
2793
  log_configuration=gamelift.CfnContainerFleet.LogConfigurationProperty(
2619
2794
  log_destination="logDestination",
2795
+ log_group_arn="logGroupArn",
2620
2796
  s3_bucket_name="s3BucketName"
2621
2797
  ),
2622
2798
  metric_groups=["metricGroups"],
@@ -2906,7 +3082,7 @@ class CfnContainerFleetProps:
2906
3082
  )
2907
3083
 
2908
3084
 
2909
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3085
+ @jsii.implements(_IInspectable_c2943556, _IContainerGroupDefinitionRef_2e4eba1f, _ITaggableV2_4e6798f8)
2910
3086
  class CfnContainerGroupDefinition(
2911
3087
  _CfnResource_9df397a6,
2912
3088
  metaclass=jsii.JSIIMeta,
@@ -3034,7 +3210,8 @@ class CfnContainerGroupDefinition(
3034
3210
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3035
3211
  version_description: typing.Optional[builtins.str] = None,
3036
3212
  ) -> None:
3037
- '''
3213
+ '''Create a new ``AWS::GameLift::ContainerGroupDefinition``.
3214
+
3038
3215
  :param scope: Scope in which this resource is defined.
3039
3216
  :param id: Construct identifier for this resource (unique in its scope).
3040
3217
  :param name: A descriptive identifier for the container group definition. The name value is unique in an AWS Region.
@@ -3167,6 +3344,14 @@ class CfnContainerGroupDefinition(
3167
3344
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3168
3345
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3169
3346
 
3347
+ @builtins.property
3348
+ @jsii.member(jsii_name="containerGroupDefinitionRef")
3349
+ def container_group_definition_ref(
3350
+ self,
3351
+ ) -> _ContainerGroupDefinitionReference_55e844c4:
3352
+ '''A reference to a ContainerGroupDefinition resource.'''
3353
+ return typing.cast(_ContainerGroupDefinitionReference_55e844c4, jsii.get(self, "containerGroupDefinitionRef"))
3354
+
3170
3355
  @builtins.property
3171
3356
  @jsii.member(jsii_name="name")
3172
3357
  def name(self) -> builtins.str:
@@ -4655,7 +4840,7 @@ class CfnContainerGroupDefinitionProps:
4655
4840
  )
4656
4841
 
4657
4842
 
4658
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4843
+ @jsii.implements(_IInspectable_c2943556, _IFleetRef_6df955ee, _ITaggableV2_4e6798f8)
4659
4844
  class CfnFleet(
4660
4845
  _CfnResource_9df397a6,
4661
4846
  metaclass=jsii.JSIIMeta,
@@ -4705,9 +4890,11 @@ class CfnFleet(
4705
4890
 
4706
4891
  # the properties below are optional
4707
4892
  location_capacity=gamelift.CfnFleet.LocationCapacityProperty(
4708
- desired_ec2_instances=123,
4709
4893
  max_size=123,
4710
- min_size=123
4894
+ min_size=123,
4895
+
4896
+ # the properties below are optional
4897
+ desired_ec2_instances=123
4711
4898
  )
4712
4899
  )],
4713
4900
  log_paths=["logPaths"],
@@ -4794,14 +4981,15 @@ class CfnFleet(
4794
4981
  server_launch_path: typing.Optional[builtins.str] = None,
4795
4982
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4796
4983
  ) -> None:
4797
- '''
4984
+ '''Create a new ``AWS::GameLift::Fleet``.
4985
+
4798
4986
  :param scope: Scope in which this resource is defined.
4799
4987
  :param id: Construct identifier for this resource (unique in its scope).
4800
4988
  :param name: A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
4801
4989
  :param anywhere_configuration: Amazon GameLift Servers Anywhere configuration options.
4802
4990
  :param apply_capacity: Current resource capacity settings for managed EC2 fleets and managed container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
4803
4991
  :param build_id: A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a ``READY`` status. This fleet setting cannot be changed once the fleet is created.
4804
- :param certificate_configuration: Prompts Amazon GameLift Servers to generate a TLS/SSL certificate for the fleet. Amazon GameLift Servers uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift Servers. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *AWS Certificate Manager User Guide* .
4992
+ :param certificate_configuration: Prompts Amazon GameLift Servers to generate a TLS/SSL certificate for the fleet. Amazon GameLift Servers uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift Servers. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *Certificate Manager User Guide* .
4805
4993
  :param compute_type: The type of compute resource used to host your game servers. - ``EC2`` – The game server build is deployed to Amazon EC2 instances for cloud hosting. This is the default setting. - ``ANYWHERE`` – Game servers and supporting software are deployed to compute resources that you provide and manage. With this compute type, you can also set the ``AnywhereConfiguration`` parameter.
4806
4994
  :param description: A description for the fleet.
4807
4995
  :param desired_ec2_instances: (deprecated) [DEPRECATED] The number of EC2 instances that you want this fleet to host. When creating a new fleet, GameLift automatically sets this value to "1" and initiates a single instance. Once the fleet is active, update this value to trigger GameLift to add or remove instances from the fleet.
@@ -4863,6 +5051,48 @@ class CfnFleet(
4863
5051
 
4864
5052
  jsii.create(self.__class__, self, [scope, id, props])
4865
5053
 
5054
+ @jsii.member(jsii_name="fromFleetArn")
5055
+ @builtins.classmethod
5056
+ def from_fleet_arn(
5057
+ cls,
5058
+ scope: _constructs_77d1e7e8.Construct,
5059
+ id: builtins.str,
5060
+ arn: builtins.str,
5061
+ ) -> _IFleetRef_6df955ee:
5062
+ '''Creates a new IFleetRef from an ARN.
5063
+
5064
+ :param scope: -
5065
+ :param id: -
5066
+ :param arn: -
5067
+ '''
5068
+ if __debug__:
5069
+ type_hints = typing.get_type_hints(_typecheckingstub__9d455e8de7d04220b53d8533ff523e203629fe41becf83c008b6eecd38420352)
5070
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5071
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5072
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
5073
+ return typing.cast(_IFleetRef_6df955ee, jsii.sinvoke(cls, "fromFleetArn", [scope, id, arn]))
5074
+
5075
+ @jsii.member(jsii_name="fromFleetId")
5076
+ @builtins.classmethod
5077
+ def from_fleet_id(
5078
+ cls,
5079
+ scope: _constructs_77d1e7e8.Construct,
5080
+ id: builtins.str,
5081
+ fleet_id: builtins.str,
5082
+ ) -> _IFleetRef_6df955ee:
5083
+ '''Creates a new IFleetRef from a fleetId.
5084
+
5085
+ :param scope: -
5086
+ :param id: -
5087
+ :param fleet_id: -
5088
+ '''
5089
+ if __debug__:
5090
+ type_hints = typing.get_type_hints(_typecheckingstub__8559f65005087aabe3f94a9857ca3ab135fe3fddc5daa3feb2e8cdfac0b9fe44)
5091
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5092
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5093
+ check_type(argname="argument fleet_id", value=fleet_id, expected_type=type_hints["fleet_id"])
5094
+ return typing.cast(_IFleetRef_6df955ee, jsii.sinvoke(cls, "fromFleetId", [scope, id, fleet_id]))
5095
+
4866
5096
  @jsii.member(jsii_name="inspect")
4867
5097
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4868
5098
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4922,6 +5152,12 @@ class CfnFleet(
4922
5152
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4923
5153
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4924
5154
 
5155
+ @builtins.property
5156
+ @jsii.member(jsii_name="fleetRef")
5157
+ def fleet_ref(self) -> _FleetReference_8e92bc3f:
5158
+ '''A reference to a Fleet resource.'''
5159
+ return typing.cast(_FleetReference_8e92bc3f, jsii.get(self, "fleetRef"))
5160
+
4925
5161
  @builtins.property
4926
5162
  @jsii.member(jsii_name="name")
4927
5163
  def name(self) -> builtins.str:
@@ -5594,18 +5830,18 @@ class CfnFleet(
5594
5830
  jsii_type="aws-cdk-lib.aws_gamelift.CfnFleet.LocationCapacityProperty",
5595
5831
  jsii_struct_bases=[],
5596
5832
  name_mapping={
5597
- "desired_ec2_instances": "desiredEc2Instances",
5598
5833
  "max_size": "maxSize",
5599
5834
  "min_size": "minSize",
5835
+ "desired_ec2_instances": "desiredEc2Instances",
5600
5836
  },
5601
5837
  )
5602
5838
  class LocationCapacityProperty:
5603
5839
  def __init__(
5604
5840
  self,
5605
5841
  *,
5606
- desired_ec2_instances: jsii.Number,
5607
5842
  max_size: jsii.Number,
5608
5843
  min_size: jsii.Number,
5844
+ desired_ec2_instances: typing.Optional[jsii.Number] = None,
5609
5845
  ) -> None:
5610
5846
  '''Current resource capacity settings for managed EC2 fleets and managed container fleets.
5611
5847
 
@@ -5613,9 +5849,9 @@ class CfnFleet(
5613
5849
 
5614
5850
  *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
5615
5851
 
5616
- :param desired_ec2_instances: The number of Amazon EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. Changes in desired instance value can take up to 1 minute to be reflected when viewing the fleet's capacity settings.
5617
5852
  :param max_size: The maximum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 1.
5618
5853
  :param min_size: The minimum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 0.
5854
+ :param desired_ec2_instances: The number of Amazon EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. Changes in desired instance value can take up to 1 minute to be reflected when viewing the fleet's capacity settings.
5619
5855
 
5620
5856
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationcapacity.html
5621
5857
  :exampleMetadata: fixture=_generated
@@ -5627,33 +5863,24 @@ class CfnFleet(
5627
5863
  from aws_cdk import aws_gamelift as gamelift
5628
5864
 
5629
5865
  location_capacity_property = gamelift.CfnFleet.LocationCapacityProperty(
5630
- desired_ec2_instances=123,
5631
5866
  max_size=123,
5632
- min_size=123
5867
+ min_size=123,
5868
+
5869
+ # the properties below are optional
5870
+ desired_ec2_instances=123
5633
5871
  )
5634
5872
  '''
5635
5873
  if __debug__:
5636
5874
  type_hints = typing.get_type_hints(_typecheckingstub__76847ac983ab72ef92adc1b0579d769ca62af002ef71c76165cbd879da8645fc)
5637
- check_type(argname="argument desired_ec2_instances", value=desired_ec2_instances, expected_type=type_hints["desired_ec2_instances"])
5638
5875
  check_type(argname="argument max_size", value=max_size, expected_type=type_hints["max_size"])
5639
5876
  check_type(argname="argument min_size", value=min_size, expected_type=type_hints["min_size"])
5877
+ check_type(argname="argument desired_ec2_instances", value=desired_ec2_instances, expected_type=type_hints["desired_ec2_instances"])
5640
5878
  self._values: typing.Dict[builtins.str, typing.Any] = {
5641
- "desired_ec2_instances": desired_ec2_instances,
5642
5879
  "max_size": max_size,
5643
5880
  "min_size": min_size,
5644
5881
  }
5645
-
5646
- @builtins.property
5647
- def desired_ec2_instances(self) -> jsii.Number:
5648
- '''The number of Amazon EC2 instances you want to maintain in the specified fleet location.
5649
-
5650
- This value must fall between the minimum and maximum size limits. Changes in desired instance value can take up to 1 minute to be reflected when viewing the fleet's capacity settings.
5651
-
5652
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationcapacity.html#cfn-gamelift-fleet-locationcapacity-desiredec2instances
5653
- '''
5654
- result = self._values.get("desired_ec2_instances")
5655
- assert result is not None, "Required property 'desired_ec2_instances' is missing"
5656
- return typing.cast(jsii.Number, result)
5882
+ if desired_ec2_instances is not None:
5883
+ self._values["desired_ec2_instances"] = desired_ec2_instances
5657
5884
 
5658
5885
  @builtins.property
5659
5886
  def max_size(self) -> jsii.Number:
@@ -5679,6 +5906,17 @@ class CfnFleet(
5679
5906
  assert result is not None, "Required property 'min_size' is missing"
5680
5907
  return typing.cast(jsii.Number, result)
5681
5908
 
5909
+ @builtins.property
5910
+ def desired_ec2_instances(self) -> typing.Optional[jsii.Number]:
5911
+ '''The number of Amazon EC2 instances you want to maintain in the specified fleet location.
5912
+
5913
+ This value must fall between the minimum and maximum size limits. Changes in desired instance value can take up to 1 minute to be reflected when viewing the fleet's capacity settings.
5914
+
5915
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationcapacity.html#cfn-gamelift-fleet-locationcapacity-desiredec2instances
5916
+ '''
5917
+ result = self._values.get("desired_ec2_instances")
5918
+ return typing.cast(typing.Optional[jsii.Number], result)
5919
+
5682
5920
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
5683
5921
  return isinstance(rhs, self.__class__) and rhs._values == self._values
5684
5922
 
@@ -5721,9 +5959,11 @@ class CfnFleet(
5721
5959
 
5722
5960
  # the properties below are optional
5723
5961
  location_capacity=gamelift.CfnFleet.LocationCapacityProperty(
5724
- desired_ec2_instances=123,
5725
5962
  max_size=123,
5726
- min_size=123
5963
+ min_size=123,
5964
+
5965
+ # the properties below are optional
5966
+ desired_ec2_instances=123
5727
5967
  )
5728
5968
  )
5729
5969
  '''
@@ -6478,7 +6718,7 @@ class CfnFleetProps:
6478
6718
  :param anywhere_configuration: Amazon GameLift Servers Anywhere configuration options.
6479
6719
  :param apply_capacity: Current resource capacity settings for managed EC2 fleets and managed container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
6480
6720
  :param build_id: A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a ``READY`` status. This fleet setting cannot be changed once the fleet is created.
6481
- :param certificate_configuration: Prompts Amazon GameLift Servers to generate a TLS/SSL certificate for the fleet. Amazon GameLift Servers uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift Servers. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *AWS Certificate Manager User Guide* .
6721
+ :param certificate_configuration: Prompts Amazon GameLift Servers to generate a TLS/SSL certificate for the fleet. Amazon GameLift Servers uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift Servers. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *Certificate Manager User Guide* .
6482
6722
  :param compute_type: The type of compute resource used to host your game servers. - ``EC2`` – The game server build is deployed to Amazon EC2 instances for cloud hosting. This is the default setting. - ``ANYWHERE`` – Game servers and supporting software are deployed to compute resources that you provide and manage. With this compute type, you can also set the ``AnywhereConfiguration`` parameter.
6483
6723
  :param description: A description for the fleet.
6484
6724
  :param desired_ec2_instances: (deprecated) [DEPRECATED] The number of EC2 instances that you want this fleet to host. When creating a new fleet, GameLift automatically sets this value to "1" and initiates a single instance. Once the fleet is active, update this value to trigger GameLift to add or remove instances from the fleet.
@@ -6542,9 +6782,11 @@ class CfnFleetProps:
6542
6782
 
6543
6783
  # the properties below are optional
6544
6784
  location_capacity=gamelift.CfnFleet.LocationCapacityProperty(
6545
- desired_ec2_instances=123,
6546
6785
  max_size=123,
6547
- min_size=123
6786
+ min_size=123,
6787
+
6788
+ # the properties below are optional
6789
+ desired_ec2_instances=123
6548
6790
  )
6549
6791
  )],
6550
6792
  log_paths=["logPaths"],
@@ -6739,10 +6981,10 @@ class CfnFleetProps:
6739
6981
 
6740
6982
  Amazon GameLift Servers uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift Servers. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet.
6741
6983
 
6742
- AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition.
6984
+ Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition.
6743
6985
  .. epigraph::
6744
6986
 
6745
- ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *AWS Certificate Manager User Guide* .
6987
+ ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *Certificate Manager User Guide* .
6746
6988
 
6747
6989
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-certificateconfiguration
6748
6990
  '''
@@ -7046,7 +7288,7 @@ class CfnFleetProps:
7046
7288
  )
7047
7289
 
7048
7290
 
7049
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
7291
+ @jsii.implements(_IInspectable_c2943556, _IGameServerGroupRef_36f43b5d, _ITaggable_36806126)
7050
7292
  class CfnGameServerGroup(
7051
7293
  _CfnResource_9df397a6,
7052
7294
  metaclass=jsii.JSIIMeta,
@@ -7134,7 +7376,8 @@ class CfnGameServerGroup(
7134
7376
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7135
7377
  vpc_subnets: typing.Optional[typing.Sequence[builtins.str]] = None,
7136
7378
  ) -> None:
7137
- '''
7379
+ '''Create a new ``AWS::GameLift::GameServerGroup``.
7380
+
7138
7381
  :param scope: Scope in which this resource is defined.
7139
7382
  :param id: Construct identifier for this resource (unique in its scope).
7140
7383
  :param game_server_group_name: A developer-defined identifier for the game server group. The name is unique for each Region in each AWS account.
@@ -7224,6 +7467,12 @@ class CfnGameServerGroup(
7224
7467
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7225
7468
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7226
7469
 
7470
+ @builtins.property
7471
+ @jsii.member(jsii_name="gameServerGroupRef")
7472
+ def game_server_group_ref(self) -> _GameServerGroupReference_0a010963:
7473
+ '''A reference to a GameServerGroup resource.'''
7474
+ return typing.cast(_GameServerGroupReference_0a010963, jsii.get(self, "gameServerGroupRef"))
7475
+
7227
7476
  @builtins.property
7228
7477
  @jsii.member(jsii_name="tags")
7229
7478
  def tags(self) -> _TagManager_0a598cb3:
@@ -8011,7 +8260,7 @@ class CfnGameServerGroupProps:
8011
8260
  )
8012
8261
 
8013
8262
 
8014
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
8263
+ @jsii.implements(_IInspectable_c2943556, _IGameSessionQueueRef_8896df67, _ITaggable_36806126)
8015
8264
  class CfnGameSessionQueue(
8016
8265
  _CfnResource_9df397a6,
8017
8266
  metaclass=jsii.JSIIMeta,
@@ -8074,7 +8323,8 @@ class CfnGameSessionQueue(
8074
8323
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8075
8324
  timeout_in_seconds: typing.Optional[jsii.Number] = None,
8076
8325
  ) -> None:
8077
- '''
8326
+ '''Create a new ``AWS::GameLift::GameSessionQueue``.
8327
+
8078
8328
  :param scope: Scope in which this resource is defined.
8079
8329
  :param id: Construct identifier for this resource (unique in its scope).
8080
8330
  :param name: A descriptive label that is associated with game session queue. Queue names must be unique within each Region.
@@ -8105,6 +8355,48 @@ class CfnGameSessionQueue(
8105
8355
 
8106
8356
  jsii.create(self.__class__, self, [scope, id, props])
8107
8357
 
8358
+ @jsii.member(jsii_name="fromGameSessionQueueArn")
8359
+ @builtins.classmethod
8360
+ def from_game_session_queue_arn(
8361
+ cls,
8362
+ scope: _constructs_77d1e7e8.Construct,
8363
+ id: builtins.str,
8364
+ arn: builtins.str,
8365
+ ) -> _IGameSessionQueueRef_8896df67:
8366
+ '''Creates a new IGameSessionQueueRef from an ARN.
8367
+
8368
+ :param scope: -
8369
+ :param id: -
8370
+ :param arn: -
8371
+ '''
8372
+ if __debug__:
8373
+ type_hints = typing.get_type_hints(_typecheckingstub__540ac4078b9102d1d66f8574fdf325a0e302bcaf342feee75294bf2204b5907e)
8374
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8375
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8376
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8377
+ return typing.cast(_IGameSessionQueueRef_8896df67, jsii.sinvoke(cls, "fromGameSessionQueueArn", [scope, id, arn]))
8378
+
8379
+ @jsii.member(jsii_name="fromGameSessionQueueName")
8380
+ @builtins.classmethod
8381
+ def from_game_session_queue_name(
8382
+ cls,
8383
+ scope: _constructs_77d1e7e8.Construct,
8384
+ id: builtins.str,
8385
+ game_session_queue_name: builtins.str,
8386
+ ) -> _IGameSessionQueueRef_8896df67:
8387
+ '''Creates a new IGameSessionQueueRef from a gameSessionQueueName.
8388
+
8389
+ :param scope: -
8390
+ :param id: -
8391
+ :param game_session_queue_name: -
8392
+ '''
8393
+ if __debug__:
8394
+ type_hints = typing.get_type_hints(_typecheckingstub__604e1fe11dcc006d09239a8bce6316a343133e18607927cf4992e8abe62c765d)
8395
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8396
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8397
+ check_type(argname="argument game_session_queue_name", value=game_session_queue_name, expected_type=type_hints["game_session_queue_name"])
8398
+ return typing.cast(_IGameSessionQueueRef_8896df67, jsii.sinvoke(cls, "fromGameSessionQueueName", [scope, id, game_session_queue_name]))
8399
+
8108
8400
  @jsii.member(jsii_name="inspect")
8109
8401
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8110
8402
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8160,6 +8452,12 @@ class CfnGameSessionQueue(
8160
8452
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8161
8453
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8162
8454
 
8455
+ @builtins.property
8456
+ @jsii.member(jsii_name="gameSessionQueueRef")
8457
+ def game_session_queue_ref(self) -> _GameSessionQueueReference_fd5bb819:
8458
+ '''A reference to a GameSessionQueue resource.'''
8459
+ return typing.cast(_GameSessionQueueReference_fd5bb819, jsii.get(self, "gameSessionQueueRef"))
8460
+
8163
8461
  @builtins.property
8164
8462
  @jsii.member(jsii_name="tags")
8165
8463
  def tags(self) -> _TagManager_0a598cb3:
@@ -8867,7 +9165,7 @@ class CfnGameSessionQueueProps:
8867
9165
  )
8868
9166
 
8869
9167
 
8870
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
9168
+ @jsii.implements(_IInspectable_c2943556, _ILocationRef_bbf078ef, _ITaggable_36806126)
8871
9169
  class CfnLocation(
8872
9170
  _CfnResource_9df397a6,
8873
9171
  metaclass=jsii.JSIIMeta,
@@ -8904,7 +9202,8 @@ class CfnLocation(
8904
9202
  location_name: builtins.str,
8905
9203
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8906
9204
  ) -> None:
8907
- '''
9205
+ '''Create a new ``AWS::GameLift::Location``.
9206
+
8908
9207
  :param scope: Scope in which this resource is defined.
8909
9208
  :param id: Construct identifier for this resource (unique in its scope).
8910
9209
  :param location_name: A descriptive name for the custom location.
@@ -8964,6 +9263,12 @@ class CfnLocation(
8964
9263
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8965
9264
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8966
9265
 
9266
+ @builtins.property
9267
+ @jsii.member(jsii_name="locationRef")
9268
+ def location_ref(self) -> _LocationReference_3c6fb983:
9269
+ '''A reference to a Location resource.'''
9270
+ return typing.cast(_LocationReference_3c6fb983, jsii.get(self, "locationRef"))
9271
+
8967
9272
  @builtins.property
8968
9273
  @jsii.member(jsii_name="tags")
8969
9274
  def tags(self) -> _TagManager_0a598cb3:
@@ -9076,7 +9381,7 @@ class CfnLocationProps:
9076
9381
  )
9077
9382
 
9078
9383
 
9079
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
9384
+ @jsii.implements(_IInspectable_c2943556, _IMatchmakingConfigurationRef_419e9495, _ITaggable_36806126)
9080
9385
  class CfnMatchmakingConfiguration(
9081
9386
  _CfnResource_9df397a6,
9082
9387
  metaclass=jsii.JSIIMeta,
@@ -9148,7 +9453,8 @@ class CfnMatchmakingConfiguration(
9148
9453
  rule_set_arn: typing.Optional[builtins.str] = None,
9149
9454
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
9150
9455
  ) -> None:
9151
- '''
9456
+ '''Create a new ``AWS::GameLift::MatchmakingConfiguration``.
9457
+
9152
9458
  :param scope: Scope in which this resource is defined.
9153
9459
  :param id: Construct identifier for this resource (unique in its scope).
9154
9460
  :param acceptance_required: A flag that determines whether a match that was created with this configuration must be accepted by the matched players. To require acceptance, set to ``TRUE`` . With this option enabled, matchmaking tickets use the status ``REQUIRES_ACCEPTANCE`` to indicate when a completed potential match is waiting for player acceptance.
@@ -9195,6 +9501,48 @@ class CfnMatchmakingConfiguration(
9195
9501
 
9196
9502
  jsii.create(self.__class__, self, [scope, id, props])
9197
9503
 
9504
+ @jsii.member(jsii_name="fromMatchmakingConfigurationArn")
9505
+ @builtins.classmethod
9506
+ def from_matchmaking_configuration_arn(
9507
+ cls,
9508
+ scope: _constructs_77d1e7e8.Construct,
9509
+ id: builtins.str,
9510
+ arn: builtins.str,
9511
+ ) -> _IMatchmakingConfigurationRef_419e9495:
9512
+ '''Creates a new IMatchmakingConfigurationRef from an ARN.
9513
+
9514
+ :param scope: -
9515
+ :param id: -
9516
+ :param arn: -
9517
+ '''
9518
+ if __debug__:
9519
+ type_hints = typing.get_type_hints(_typecheckingstub__314f533f42d53467335b4de1a0b4ad24e756e52a2d7c4b0515ce7509adf3b859)
9520
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9521
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9522
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
9523
+ return typing.cast(_IMatchmakingConfigurationRef_419e9495, jsii.sinvoke(cls, "fromMatchmakingConfigurationArn", [scope, id, arn]))
9524
+
9525
+ @jsii.member(jsii_name="fromMatchmakingConfigurationName")
9526
+ @builtins.classmethod
9527
+ def from_matchmaking_configuration_name(
9528
+ cls,
9529
+ scope: _constructs_77d1e7e8.Construct,
9530
+ id: builtins.str,
9531
+ matchmaking_configuration_name: builtins.str,
9532
+ ) -> _IMatchmakingConfigurationRef_419e9495:
9533
+ '''Creates a new IMatchmakingConfigurationRef from a matchmakingConfigurationName.
9534
+
9535
+ :param scope: -
9536
+ :param id: -
9537
+ :param matchmaking_configuration_name: -
9538
+ '''
9539
+ if __debug__:
9540
+ type_hints = typing.get_type_hints(_typecheckingstub__44f1d437cf25656e15ed4fd08232b72aae3264ab16d7f3b56203fc14fce035c9)
9541
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9542
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9543
+ check_type(argname="argument matchmaking_configuration_name", value=matchmaking_configuration_name, expected_type=type_hints["matchmaking_configuration_name"])
9544
+ return typing.cast(_IMatchmakingConfigurationRef_419e9495, jsii.sinvoke(cls, "fromMatchmakingConfigurationName", [scope, id, matchmaking_configuration_name]))
9545
+
9198
9546
  @jsii.member(jsii_name="inspect")
9199
9547
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9200
9548
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9248,6 +9596,14 @@ class CfnMatchmakingConfiguration(
9248
9596
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
9249
9597
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
9250
9598
 
9599
+ @builtins.property
9600
+ @jsii.member(jsii_name="matchmakingConfigurationRef")
9601
+ def matchmaking_configuration_ref(
9602
+ self,
9603
+ ) -> _MatchmakingConfigurationReference_3a33fd2a:
9604
+ '''A reference to a MatchmakingConfiguration resource.'''
9605
+ return typing.cast(_MatchmakingConfigurationReference_3a33fd2a, jsii.get(self, "matchmakingConfigurationRef"))
9606
+
9251
9607
  @builtins.property
9252
9608
  @jsii.member(jsii_name="tags")
9253
9609
  def tags(self) -> _TagManager_0a598cb3:
@@ -9909,7 +10265,7 @@ class CfnMatchmakingConfigurationProps:
9909
10265
  )
9910
10266
 
9911
10267
 
9912
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
10268
+ @jsii.implements(_IInspectable_c2943556, _IMatchmakingRuleSetRef_57b0825c, _ITaggable_36806126)
9913
10269
  class CfnMatchmakingRuleSet(
9914
10270
  _CfnResource_9df397a6,
9915
10271
  metaclass=jsii.JSIIMeta,
@@ -9960,7 +10316,8 @@ class CfnMatchmakingRuleSet(
9960
10316
  rule_set_body: builtins.str,
9961
10317
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
9962
10318
  ) -> None:
9963
- '''
10319
+ '''Create a new ``AWS::GameLift::MatchmakingRuleSet``.
10320
+
9964
10321
  :param scope: Scope in which this resource is defined.
9965
10322
  :param id: Construct identifier for this resource (unique in its scope).
9966
10323
  :param name: A unique identifier for the matchmaking rule set. A matchmaking configuration identifies the rule set it uses by this name value. Note that the rule set name is different from the optional ``name`` field in the rule set body.
@@ -9977,6 +10334,48 @@ class CfnMatchmakingRuleSet(
9977
10334
 
9978
10335
  jsii.create(self.__class__, self, [scope, id, props])
9979
10336
 
10337
+ @jsii.member(jsii_name="fromMatchmakingRuleSetArn")
10338
+ @builtins.classmethod
10339
+ def from_matchmaking_rule_set_arn(
10340
+ cls,
10341
+ scope: _constructs_77d1e7e8.Construct,
10342
+ id: builtins.str,
10343
+ arn: builtins.str,
10344
+ ) -> _IMatchmakingRuleSetRef_57b0825c:
10345
+ '''Creates a new IMatchmakingRuleSetRef from an ARN.
10346
+
10347
+ :param scope: -
10348
+ :param id: -
10349
+ :param arn: -
10350
+ '''
10351
+ if __debug__:
10352
+ type_hints = typing.get_type_hints(_typecheckingstub__5db6a3778aaefefe0614ddb33692b54c772d255548b2608c42527605805d0968)
10353
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10354
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10355
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
10356
+ return typing.cast(_IMatchmakingRuleSetRef_57b0825c, jsii.sinvoke(cls, "fromMatchmakingRuleSetArn", [scope, id, arn]))
10357
+
10358
+ @jsii.member(jsii_name="fromMatchmakingRuleSetName")
10359
+ @builtins.classmethod
10360
+ def from_matchmaking_rule_set_name(
10361
+ cls,
10362
+ scope: _constructs_77d1e7e8.Construct,
10363
+ id: builtins.str,
10364
+ matchmaking_rule_set_name: builtins.str,
10365
+ ) -> _IMatchmakingRuleSetRef_57b0825c:
10366
+ '''Creates a new IMatchmakingRuleSetRef from a matchmakingRuleSetName.
10367
+
10368
+ :param scope: -
10369
+ :param id: -
10370
+ :param matchmaking_rule_set_name: -
10371
+ '''
10372
+ if __debug__:
10373
+ type_hints = typing.get_type_hints(_typecheckingstub__8e5b9fd099aa59434fcb8a6563f3d9bfcf91d508b750f45d7b65f6d3f2e9ce92)
10374
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10375
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10376
+ check_type(argname="argument matchmaking_rule_set_name", value=matchmaking_rule_set_name, expected_type=type_hints["matchmaking_rule_set_name"])
10377
+ return typing.cast(_IMatchmakingRuleSetRef_57b0825c, jsii.sinvoke(cls, "fromMatchmakingRuleSetName", [scope, id, matchmaking_rule_set_name]))
10378
+
9980
10379
  @jsii.member(jsii_name="inspect")
9981
10380
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9982
10381
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10041,6 +10440,12 @@ class CfnMatchmakingRuleSet(
10041
10440
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
10042
10441
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
10043
10442
 
10443
+ @builtins.property
10444
+ @jsii.member(jsii_name="matchmakingRuleSetRef")
10445
+ def matchmaking_rule_set_ref(self) -> _MatchmakingRuleSetReference_f58d9892:
10446
+ '''A reference to a MatchmakingRuleSet resource.'''
10447
+ return typing.cast(_MatchmakingRuleSetReference_f58d9892, jsii.get(self, "matchmakingRuleSetRef"))
10448
+
10044
10449
  @builtins.property
10045
10450
  @jsii.member(jsii_name="tags")
10046
10451
  def tags(self) -> _TagManager_0a598cb3:
@@ -10185,7 +10590,7 @@ class CfnMatchmakingRuleSetProps:
10185
10590
  )
10186
10591
 
10187
10592
 
10188
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
10593
+ @jsii.implements(_IInspectable_c2943556, _IScriptRef_c20d81ab, _ITaggable_36806126)
10189
10594
  class CfnScript(
10190
10595
  _CfnResource_9df397a6,
10191
10596
  metaclass=jsii.JSIIMeta,
@@ -10235,7 +10640,8 @@ class CfnScript(
10235
10640
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
10236
10641
  version: typing.Optional[builtins.str] = None,
10237
10642
  ) -> None:
10238
- '''
10643
+ '''Create a new ``AWS::GameLift::Script``.
10644
+
10239
10645
  :param scope: Scope in which this resource is defined.
10240
10646
  :param id: Construct identifier for this resource (unique in its scope).
10241
10647
  :param storage_location: The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored. The storage location must specify the Amazon S3 bucket name, the zip file name (the "key"), and a role ARN that allows Amazon GameLift Servers to access the Amazon S3 storage location. The S3 bucket must be in the same Region where you want to create a new script. By default, Amazon GameLift Servers uploads the latest version of the zip file; if you have S3 object versioning turned on, you can use the ``ObjectVersion`` parameter to specify an earlier version.
@@ -10253,6 +10659,48 @@ class CfnScript(
10253
10659
 
10254
10660
  jsii.create(self.__class__, self, [scope, id, props])
10255
10661
 
10662
+ @jsii.member(jsii_name="fromScriptArn")
10663
+ @builtins.classmethod
10664
+ def from_script_arn(
10665
+ cls,
10666
+ scope: _constructs_77d1e7e8.Construct,
10667
+ id: builtins.str,
10668
+ arn: builtins.str,
10669
+ ) -> _IScriptRef_c20d81ab:
10670
+ '''Creates a new IScriptRef from an ARN.
10671
+
10672
+ :param scope: -
10673
+ :param id: -
10674
+ :param arn: -
10675
+ '''
10676
+ if __debug__:
10677
+ type_hints = typing.get_type_hints(_typecheckingstub__05f70751d0eb86aad8868957f46568cda9a897d9759d21070b4720da285bbb70)
10678
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10679
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10680
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
10681
+ return typing.cast(_IScriptRef_c20d81ab, jsii.sinvoke(cls, "fromScriptArn", [scope, id, arn]))
10682
+
10683
+ @jsii.member(jsii_name="fromScriptId")
10684
+ @builtins.classmethod
10685
+ def from_script_id(
10686
+ cls,
10687
+ scope: _constructs_77d1e7e8.Construct,
10688
+ id: builtins.str,
10689
+ script_id: builtins.str,
10690
+ ) -> _IScriptRef_c20d81ab:
10691
+ '''Creates a new IScriptRef from a scriptId.
10692
+
10693
+ :param scope: -
10694
+ :param id: -
10695
+ :param script_id: -
10696
+ '''
10697
+ if __debug__:
10698
+ type_hints = typing.get_type_hints(_typecheckingstub__1f59c8d56686af6162141e6c0156e96fdd82f37720262dc218ca572b226b4135)
10699
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10700
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10701
+ check_type(argname="argument script_id", value=script_id, expected_type=type_hints["script_id"])
10702
+ return typing.cast(_IScriptRef_c20d81ab, jsii.sinvoke(cls, "fromScriptId", [scope, id, script_id]))
10703
+
10256
10704
  @jsii.member(jsii_name="inspect")
10257
10705
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10258
10706
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10328,6 +10776,12 @@ class CfnScript(
10328
10776
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
10329
10777
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
10330
10778
 
10779
+ @builtins.property
10780
+ @jsii.member(jsii_name="scriptRef")
10781
+ def script_ref(self) -> _ScriptReference_b01a13d0:
10782
+ '''A reference to a Script resource.'''
10783
+ return typing.cast(_ScriptReference_b01a13d0, jsii.get(self, "scriptRef"))
10784
+
10331
10785
  @builtins.property
10332
10786
  @jsii.member(jsii_name="tags")
10333
10787
  def tags(self) -> _TagManager_0a598cb3:
@@ -10674,6 +11128,22 @@ def _typecheckingstub__6a91f3a4a7dfbcf1655ec6812682d7a8824bfb46a9ce2a65e3c859108
10674
11128
  """Type checking stubs"""
10675
11129
  pass
10676
11130
 
11131
+ def _typecheckingstub__0891ad75db2bf874492959e788adcf5ee5a3b7a4699cf9c2ddfce496a136a601(
11132
+ scope: _constructs_77d1e7e8.Construct,
11133
+ id: builtins.str,
11134
+ arn: builtins.str,
11135
+ ) -> None:
11136
+ """Type checking stubs"""
11137
+ pass
11138
+
11139
+ def _typecheckingstub__a59b299e6043860af26f7752ca92bfb2a6ddcc5cc02cdd40fd28dd726442c36f(
11140
+ scope: _constructs_77d1e7e8.Construct,
11141
+ id: builtins.str,
11142
+ alias_id: builtins.str,
11143
+ ) -> None:
11144
+ """Type checking stubs"""
11145
+ pass
11146
+
10677
11147
  def _typecheckingstub__e6c7223e714d0339897da2cbb4b67d9e03a5022aa12f568680b86e828460d501(
10678
11148
  inspector: _TreeInspector_488e0dd5,
10679
11149
  ) -> None:
@@ -10743,6 +11213,22 @@ def _typecheckingstub__d2f3884df6574dd3d4e76d857acf05a15fdc616d818da1cebcfcce408
10743
11213
  """Type checking stubs"""
10744
11214
  pass
10745
11215
 
11216
+ def _typecheckingstub__b64baecddf621fae2565c108e8413814c02580087d90dfa34419b75919effaa2(
11217
+ scope: _constructs_77d1e7e8.Construct,
11218
+ id: builtins.str,
11219
+ arn: builtins.str,
11220
+ ) -> None:
11221
+ """Type checking stubs"""
11222
+ pass
11223
+
11224
+ def _typecheckingstub__fce919b179ae0f0256b86c63c73e64f52cf5bc6cc8b69274e60f6c90c64ea1a7(
11225
+ scope: _constructs_77d1e7e8.Construct,
11226
+ id: builtins.str,
11227
+ build_id: builtins.str,
11228
+ ) -> None:
11229
+ """Type checking stubs"""
11230
+ pass
11231
+
10746
11232
  def _typecheckingstub__5dabd8e19951007a8e9f2bcb21f9e872c9fc5b6a638701939005bc4d813c12a3(
10747
11233
  inspector: _TreeInspector_488e0dd5,
10748
11234
  ) -> None:
@@ -10838,6 +11324,14 @@ def _typecheckingstub__d30a780826320cc5d36af5934da7151d1abdd72973e8cb82c8f063951
10838
11324
  """Type checking stubs"""
10839
11325
  pass
10840
11326
 
11327
+ def _typecheckingstub__4bea05f08256bdbf55f0f4481b2104de57302a58c74c37db452b862c9cc716f4(
11328
+ scope: _constructs_77d1e7e8.Construct,
11329
+ id: builtins.str,
11330
+ fleet_id: builtins.str,
11331
+ ) -> None:
11332
+ """Type checking stubs"""
11333
+ pass
11334
+
10841
11335
  def _typecheckingstub__8beb89172335ad10958d248c189bbeedc924ed5525d311d2bf335e603ec0616c(
10842
11336
  inspector: _TreeInspector_488e0dd5,
10843
11337
  ) -> None:
@@ -10996,9 +11490,9 @@ def _typecheckingstub__3c74cebf3a79bd067a90f843de7a76b099cbe8aff962b812b7dcae7ad
10996
11490
 
10997
11491
  def _typecheckingstub__cfdc01eeb9f739a54f304b9e5cb1f66114e55233f5383f018ef7dd086a28ed10(
10998
11492
  *,
10999
- desired_ec2_instances: jsii.Number,
11000
11493
  max_size: jsii.Number,
11001
11494
  min_size: jsii.Number,
11495
+ desired_ec2_instances: typing.Optional[jsii.Number] = None,
11002
11496
  ) -> None:
11003
11497
  """Type checking stubs"""
11004
11498
  pass
@@ -11015,6 +11509,7 @@ def _typecheckingstub__6f0d55ebb1c8fdd9364a92df8152f6c91294e481bedd64b3458f3dff3
11015
11509
  def _typecheckingstub__287854cb20cec032892a9072e611adf774cd43dcc343c3ffdda539be73bce563(
11016
11510
  *,
11017
11511
  log_destination: typing.Optional[builtins.str] = None,
11512
+ log_group_arn: typing.Optional[builtins.str] = None,
11018
11513
  s3_bucket_name: typing.Optional[builtins.str] = None,
11019
11514
  ) -> None:
11020
11515
  """Type checking stubs"""
@@ -11290,6 +11785,22 @@ def _typecheckingstub__21fe09a90444788b3c862f454214d4e160757c9b02d0598d282f68b7f
11290
11785
  """Type checking stubs"""
11291
11786
  pass
11292
11787
 
11788
+ def _typecheckingstub__9d455e8de7d04220b53d8533ff523e203629fe41becf83c008b6eecd38420352(
11789
+ scope: _constructs_77d1e7e8.Construct,
11790
+ id: builtins.str,
11791
+ arn: builtins.str,
11792
+ ) -> None:
11793
+ """Type checking stubs"""
11794
+ pass
11795
+
11796
+ def _typecheckingstub__8559f65005087aabe3f94a9857ca3ab135fe3fddc5daa3feb2e8cdfac0b9fe44(
11797
+ scope: _constructs_77d1e7e8.Construct,
11798
+ id: builtins.str,
11799
+ fleet_id: builtins.str,
11800
+ ) -> None:
11801
+ """Type checking stubs"""
11802
+ pass
11803
+
11293
11804
  def _typecheckingstub__264e19b1dd38619175091751b1eec860e08c2225c7798789a29ec89ab8971593(
11294
11805
  inspector: _TreeInspector_488e0dd5,
11295
11806
  ) -> None:
@@ -11496,9 +12007,9 @@ def _typecheckingstub__70f885be25c9084dbab3b02a36601be0e37c43ab741ea7dd646494423
11496
12007
 
11497
12008
  def _typecheckingstub__76847ac983ab72ef92adc1b0579d769ca62af002ef71c76165cbd879da8645fc(
11498
12009
  *,
11499
- desired_ec2_instances: jsii.Number,
11500
12010
  max_size: jsii.Number,
11501
12011
  min_size: jsii.Number,
12012
+ desired_ec2_instances: typing.Optional[jsii.Number] = None,
11502
12013
  ) -> None:
11503
12014
  """Type checking stubs"""
11504
12015
  pass
@@ -11767,6 +12278,22 @@ def _typecheckingstub__2435e37790a5987d49478948c0c1ac36c9e463fa29441c46ba0aa4d56
11767
12278
  """Type checking stubs"""
11768
12279
  pass
11769
12280
 
12281
+ def _typecheckingstub__540ac4078b9102d1d66f8574fdf325a0e302bcaf342feee75294bf2204b5907e(
12282
+ scope: _constructs_77d1e7e8.Construct,
12283
+ id: builtins.str,
12284
+ arn: builtins.str,
12285
+ ) -> None:
12286
+ """Type checking stubs"""
12287
+ pass
12288
+
12289
+ def _typecheckingstub__604e1fe11dcc006d09239a8bce6316a343133e18607927cf4992e8abe62c765d(
12290
+ scope: _constructs_77d1e7e8.Construct,
12291
+ id: builtins.str,
12292
+ game_session_queue_name: builtins.str,
12293
+ ) -> None:
12294
+ """Type checking stubs"""
12295
+ pass
12296
+
11770
12297
  def _typecheckingstub__2cc05027a8472775374b6846f6c9ab499cc41f64fa8ed31ccbfd79e142b8b76d(
11771
12298
  inspector: _TreeInspector_488e0dd5,
11772
12299
  ) -> None:
@@ -11952,6 +12479,22 @@ def _typecheckingstub__5991dfcf120df852e2fd4ce6291a275a648645c817c923b70181ea8f5
11952
12479
  """Type checking stubs"""
11953
12480
  pass
11954
12481
 
12482
+ def _typecheckingstub__314f533f42d53467335b4de1a0b4ad24e756e52a2d7c4b0515ce7509adf3b859(
12483
+ scope: _constructs_77d1e7e8.Construct,
12484
+ id: builtins.str,
12485
+ arn: builtins.str,
12486
+ ) -> None:
12487
+ """Type checking stubs"""
12488
+ pass
12489
+
12490
+ def _typecheckingstub__44f1d437cf25656e15ed4fd08232b72aae3264ab16d7f3b56203fc14fce035c9(
12491
+ scope: _constructs_77d1e7e8.Construct,
12492
+ id: builtins.str,
12493
+ matchmaking_configuration_name: builtins.str,
12494
+ ) -> None:
12495
+ """Type checking stubs"""
12496
+ pass
12497
+
11955
12498
  def _typecheckingstub__97ef86c5f161a3f7e4debb1e365142a6bed6fcfa0560f9575501529b34dee619(
11956
12499
  inspector: _TreeInspector_488e0dd5,
11957
12500
  ) -> None:
@@ -12108,6 +12651,22 @@ def _typecheckingstub__18ad8102fb28f35f09c9f78c601c99b706ee4e13284fddfd4e85f0e7b
12108
12651
  """Type checking stubs"""
12109
12652
  pass
12110
12653
 
12654
+ def _typecheckingstub__5db6a3778aaefefe0614ddb33692b54c772d255548b2608c42527605805d0968(
12655
+ scope: _constructs_77d1e7e8.Construct,
12656
+ id: builtins.str,
12657
+ arn: builtins.str,
12658
+ ) -> None:
12659
+ """Type checking stubs"""
12660
+ pass
12661
+
12662
+ def _typecheckingstub__8e5b9fd099aa59434fcb8a6563f3d9bfcf91d508b750f45d7b65f6d3f2e9ce92(
12663
+ scope: _constructs_77d1e7e8.Construct,
12664
+ id: builtins.str,
12665
+ matchmaking_rule_set_name: builtins.str,
12666
+ ) -> None:
12667
+ """Type checking stubs"""
12668
+ pass
12669
+
12111
12670
  def _typecheckingstub__3d61a78aff0b1528ed82cb81e325639d2c75504b437ae15a2e7aac55347f0a30(
12112
12671
  inspector: _TreeInspector_488e0dd5,
12113
12672
  ) -> None:
@@ -12159,6 +12718,22 @@ def _typecheckingstub__a610f7d9791794a98e26c23e6a2c7f57a2aceb363ba1a205d32cc0011
12159
12718
  """Type checking stubs"""
12160
12719
  pass
12161
12720
 
12721
+ def _typecheckingstub__05f70751d0eb86aad8868957f46568cda9a897d9759d21070b4720da285bbb70(
12722
+ scope: _constructs_77d1e7e8.Construct,
12723
+ id: builtins.str,
12724
+ arn: builtins.str,
12725
+ ) -> None:
12726
+ """Type checking stubs"""
12727
+ pass
12728
+
12729
+ def _typecheckingstub__1f59c8d56686af6162141e6c0156e96fdd82f37720262dc218ca572b226b4135(
12730
+ scope: _constructs_77d1e7e8.Construct,
12731
+ id: builtins.str,
12732
+ script_id: builtins.str,
12733
+ ) -> None:
12734
+ """Type checking stubs"""
12735
+ pass
12736
+
12162
12737
  def _typecheckingstub__e467306a2b7b42d3bd4d40de8ebac0e5dbae11f33d3c54e42eae339fc88bc56b(
12163
12738
  inspector: _TreeInspector_488e0dd5,
12164
12739
  ) -> None: