aws-cdk-lib 2.195.0__py3-none-any.whl → 2.224.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +136 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +165 -60
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +611 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -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)
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"],
@@ -4752,7 +4939,11 @@ class CfnFleet(
4752
4939
  )],
4753
4940
  script_id="scriptId",
4754
4941
  server_launch_parameters="serverLaunchParameters",
4755
- server_launch_path="serverLaunchPath"
4942
+ server_launch_path="serverLaunchPath",
4943
+ tags=[CfnTag(
4944
+ key="key",
4945
+ value="value"
4946
+ )]
4756
4947
  )
4757
4948
  '''
4758
4949
 
@@ -4788,18 +4979,20 @@ class CfnFleet(
4788
4979
  script_id: typing.Optional[builtins.str] = None,
4789
4980
  server_launch_parameters: typing.Optional[builtins.str] = None,
4790
4981
  server_launch_path: typing.Optional[builtins.str] = None,
4982
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4791
4983
  ) -> None:
4792
- '''
4984
+ '''Create a new ``AWS::GameLift::Fleet``.
4985
+
4793
4986
  :param scope: Scope in which this resource is defined.
4794
4987
  :param id: Construct identifier for this resource (unique in its scope).
4795
4988
  :param name: A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
4796
4989
  :param anywhere_configuration: Amazon GameLift Servers Anywhere configuration options.
4797
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>`_
4798
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.
4799
- :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* .
4800
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.
4801
4994
  :param description: A description for the fleet.
4802
- :param desired_ec2_instances: 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.
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.
4803
4996
  :param ec2_inbound_permissions: The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet. Set this parameter for managed EC2 fleets. You can leave this parameter empty when creating the fleet, but you must call ` <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetPortSettings>`_ to set it before players can connect to game sessions. As a best practice, we recommend opening ports for remote access only when you need them and closing them when you're finished. For Amazon GameLift Servers Realtime fleets, Amazon GameLift Servers automatically sets TCP and UDP ranges.
4804
4997
  :param ec2_instance_type: The Amazon GameLift Servers-supported Amazon EC2 instance type to use with managed EC2 fleets. Instance type determines the computing resources that will be used to host your game servers, including CPU, memory, storage, and networking capacity. See `Amazon Elastic Compute Cloud Instance Types <https://docs.aws.amazon.com/ec2/instance-types/>`_ for detailed descriptions of Amazon EC2 instance types.
4805
4998
  :param fleet_type: Indicates whether to use On-Demand or Spot instances for this fleet. By default, this property is set to ``ON_DEMAND`` . Learn more about when to use `On-Demand versus Spot Instances <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot>`_ . This fleet property can't be changed after the fleet is created.
@@ -4807,9 +5000,9 @@ class CfnFleet(
4807
5000
  :param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is ``EC2`` .
4808
5001
  :param locations: A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as ``us-west-2`` , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift Servers service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
4809
5002
  :param log_paths: (deprecated) This parameter is no longer used. When hosting a custom game build, specify where Amazon GameLift should store log files using the Amazon GameLift server API call ProcessReady()
4810
- :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.
5003
+ :param max_size: (deprecated) [DEPRECATED] The maximum value that is allowed for the fleet's instance count. When creating a new fleet, GameLift automatically sets this value to "1". Once the fleet is active, you can change this value.
4811
5004
  :param metric_groups: The name of an AWS CloudWatch metric group to add this fleet to. A metric group is used to aggregate the metrics for multiple fleets. You can specify an existing metric group name or set a new name to create a new metric group. A fleet can be included in only one metric group at a time.
4812
- :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.
5005
+ :param min_size: (deprecated) [DEPRECATED] The minimum value allowed for the fleet's instance count. When creating a new fleet, GameLift automatically sets this value to "0". After the fleet is active, you can change this value.
4813
5006
  :param new_game_session_protection_policy: The status of termination protection for active game sessions on the fleet. By default, this property is set to ``NoProtection`` . - *NoProtection* - Game sessions can be terminated during active gameplay as a result of a scale-down event. - *FullProtection* - Game sessions in ``ACTIVE`` status cannot be terminated during a scale-down event.
4814
5007
  :param peer_vpc_aws_account_id: Used when peering your Amazon GameLift Servers fleet with a VPC, the unique identifier for the AWS account that owns the VPC. You can find your account ID in the AWS Management Console under account settings.
4815
5008
  :param peer_vpc_id: A unique identifier for a VPC with resources to be accessed by your Amazon GameLift Servers fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the `VPC Dashboard <https://docs.aws.amazon.com/vpc/>`_ in the AWS Management Console . Learn more about VPC peering in `VPC Peering with Amazon GameLift Servers Fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/vpc-peering.html>`_ .
@@ -4819,6 +5012,7 @@ class CfnFleet(
4819
5012
  :param script_id: The unique identifier for a Realtime configuration script to be deployed on fleet instances. You can use either the script ID or ARN. Scripts must be uploaded to Amazon GameLift Servers prior to creating the fleet. This fleet property cannot be changed later. .. epigraph:: You can't use the ``!Ref`` command to reference a script created with a CloudFormation template for the fleet property ``ScriptId`` . Instead, use ``Fn::GetAtt Script.Arn`` or ``Fn::GetAtt Script.Id`` to retrieve either of these properties as input for ``ScriptId`` . Alternatively, enter a ``ScriptId`` string manually.
4820
5013
  :param server_launch_parameters: (deprecated) This parameter is no longer used but is retained for backward compatibility. Instead, specify server launch parameters in the RuntimeConfiguration parameter. A request must specify either a runtime configuration or values for both ServerLaunchParameters and ServerLaunchPath.
4821
5014
  :param server_launch_path: (deprecated) This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
5015
+ :param tags: An array of key-value pairs to apply to this resource.
4822
5016
  '''
4823
5017
  if __debug__:
4824
5018
  type_hints = typing.get_type_hints(_typecheckingstub__21fe09a90444788b3c862f454214d4e160757c9b02d0598d282f68b7f79d749f)
@@ -4852,10 +5046,53 @@ class CfnFleet(
4852
5046
  script_id=script_id,
4853
5047
  server_launch_parameters=server_launch_parameters,
4854
5048
  server_launch_path=server_launch_path,
5049
+ tags=tags,
4855
5050
  )
4856
5051
 
4857
5052
  jsii.create(self.__class__, self, [scope, id, props])
4858
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
+
4859
5096
  @jsii.member(jsii_name="inspect")
4860
5097
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4861
5098
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4886,6 +5123,15 @@ class CfnFleet(
4886
5123
  '''The CloudFormation resource type name for this resource class.'''
4887
5124
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
4888
5125
 
5126
+ @builtins.property
5127
+ @jsii.member(jsii_name="attrFleetArn")
5128
+ def attr_fleet_arn(self) -> builtins.str:
5129
+ '''The Amazon Resource Name ( `ARN <https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html>`_ ) that is assigned to a Amazon GameLift Servers fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is ``arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912`` . In a GameLift fleet ARN, the resource ID matches the ``FleetId`` value.
5130
+
5131
+ :cloudformationAttribute: FleetArn
5132
+ '''
5133
+ return typing.cast(builtins.str, jsii.get(self, "attrFleetArn"))
5134
+
4889
5135
  @builtins.property
4890
5136
  @jsii.member(jsii_name="attrFleetId")
4891
5137
  def attr_fleet_id(self) -> builtins.str:
@@ -4895,11 +5141,23 @@ class CfnFleet(
4895
5141
  '''
4896
5142
  return typing.cast(builtins.str, jsii.get(self, "attrFleetId"))
4897
5143
 
5144
+ @builtins.property
5145
+ @jsii.member(jsii_name="cdkTagManager")
5146
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
5147
+ '''Tag Manager which manages the tags for this resource.'''
5148
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
5149
+
4898
5150
  @builtins.property
4899
5151
  @jsii.member(jsii_name="cfnProperties")
4900
5152
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4901
5153
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4902
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
+
4903
5161
  @builtins.property
4904
5162
  @jsii.member(jsii_name="name")
4905
5163
  def name(self) -> builtins.str:
@@ -5004,7 +5262,12 @@ class CfnFleet(
5004
5262
  @builtins.property
5005
5263
  @jsii.member(jsii_name="desiredEc2Instances")
5006
5264
  def desired_ec2_instances(self) -> typing.Optional[jsii.Number]:
5007
- '''The number of EC2 instances that you want this fleet to host.'''
5265
+ '''(deprecated) [DEPRECATED] The number of EC2 instances that you want this fleet to host.
5266
+
5267
+ :deprecated: this property has been deprecated
5268
+
5269
+ :stability: deprecated
5270
+ '''
5008
5271
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "desiredEc2Instances"))
5009
5272
 
5010
5273
  @desired_ec2_instances.setter
@@ -5126,7 +5389,12 @@ class CfnFleet(
5126
5389
  @builtins.property
5127
5390
  @jsii.member(jsii_name="maxSize")
5128
5391
  def max_size(self) -> typing.Optional[jsii.Number]:
5129
- '''The maximum number of instances that are allowed in the specified fleet location.'''
5392
+ '''(deprecated) [DEPRECATED] The maximum value that is allowed for the fleet's instance count.
5393
+
5394
+ :deprecated: this property has been deprecated
5395
+
5396
+ :stability: deprecated
5397
+ '''
5130
5398
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxSize"))
5131
5399
 
5132
5400
  @max_size.setter
@@ -5152,7 +5420,12 @@ class CfnFleet(
5152
5420
  @builtins.property
5153
5421
  @jsii.member(jsii_name="minSize")
5154
5422
  def min_size(self) -> typing.Optional[jsii.Number]:
5155
- '''The minimum number of instances that are allowed in the specified fleet location.'''
5423
+ '''(deprecated) [DEPRECATED] The minimum value allowed for the fleet's instance count.
5424
+
5425
+ :deprecated: this property has been deprecated
5426
+
5427
+ :stability: deprecated
5428
+ '''
5156
5429
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "minSize"))
5157
5430
 
5158
5431
  @min_size.setter
@@ -5307,6 +5580,19 @@ class CfnFleet(
5307
5580
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5308
5581
  jsii.set(self, "serverLaunchPath", value) # pyright: ignore[reportArgumentType]
5309
5582
 
5583
+ @builtins.property
5584
+ @jsii.member(jsii_name="tags")
5585
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
5586
+ '''An array of key-value pairs to apply to this resource.'''
5587
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
5588
+
5589
+ @tags.setter
5590
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
5591
+ if __debug__:
5592
+ type_hints = typing.get_type_hints(_typecheckingstub__27ef86cf1bf34b50ec355a45305857c52751912f8408dec34a63b8a26665856d)
5593
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5594
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
5595
+
5310
5596
  @jsii.data_type(
5311
5597
  jsii_type="aws-cdk-lib.aws_gamelift.CfnFleet.AnywhereConfigurationProperty",
5312
5598
  jsii_struct_bases=[],
@@ -5544,18 +5830,18 @@ class CfnFleet(
5544
5830
  jsii_type="aws-cdk-lib.aws_gamelift.CfnFleet.LocationCapacityProperty",
5545
5831
  jsii_struct_bases=[],
5546
5832
  name_mapping={
5547
- "desired_ec2_instances": "desiredEc2Instances",
5548
5833
  "max_size": "maxSize",
5549
5834
  "min_size": "minSize",
5835
+ "desired_ec2_instances": "desiredEc2Instances",
5550
5836
  },
5551
5837
  )
5552
5838
  class LocationCapacityProperty:
5553
5839
  def __init__(
5554
5840
  self,
5555
5841
  *,
5556
- desired_ec2_instances: jsii.Number,
5557
5842
  max_size: jsii.Number,
5558
5843
  min_size: jsii.Number,
5844
+ desired_ec2_instances: typing.Optional[jsii.Number] = None,
5559
5845
  ) -> None:
5560
5846
  '''Current resource capacity settings for managed EC2 fleets and managed container fleets.
5561
5847
 
@@ -5563,9 +5849,9 @@ class CfnFleet(
5563
5849
 
5564
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>`_
5565
5851
 
5566
- :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.
5567
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.
5568
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.
5569
5855
 
5570
5856
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationcapacity.html
5571
5857
  :exampleMetadata: fixture=_generated
@@ -5577,33 +5863,24 @@ class CfnFleet(
5577
5863
  from aws_cdk import aws_gamelift as gamelift
5578
5864
 
5579
5865
  location_capacity_property = gamelift.CfnFleet.LocationCapacityProperty(
5580
- desired_ec2_instances=123,
5581
5866
  max_size=123,
5582
- min_size=123
5867
+ min_size=123,
5868
+
5869
+ # the properties below are optional
5870
+ desired_ec2_instances=123
5583
5871
  )
5584
5872
  '''
5585
5873
  if __debug__:
5586
5874
  type_hints = typing.get_type_hints(_typecheckingstub__76847ac983ab72ef92adc1b0579d769ca62af002ef71c76165cbd879da8645fc)
5587
- check_type(argname="argument desired_ec2_instances", value=desired_ec2_instances, expected_type=type_hints["desired_ec2_instances"])
5588
5875
  check_type(argname="argument max_size", value=max_size, expected_type=type_hints["max_size"])
5589
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"])
5590
5878
  self._values: typing.Dict[builtins.str, typing.Any] = {
5591
- "desired_ec2_instances": desired_ec2_instances,
5592
5879
  "max_size": max_size,
5593
5880
  "min_size": min_size,
5594
5881
  }
5595
-
5596
- @builtins.property
5597
- def desired_ec2_instances(self) -> jsii.Number:
5598
- '''The number of Amazon EC2 instances you want to maintain in the specified fleet location.
5599
-
5600
- 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.
5601
-
5602
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationcapacity.html#cfn-gamelift-fleet-locationcapacity-desiredec2instances
5603
- '''
5604
- result = self._values.get("desired_ec2_instances")
5605
- assert result is not None, "Required property 'desired_ec2_instances' is missing"
5606
- return typing.cast(jsii.Number, result)
5882
+ if desired_ec2_instances is not None:
5883
+ self._values["desired_ec2_instances"] = desired_ec2_instances
5607
5884
 
5608
5885
  @builtins.property
5609
5886
  def max_size(self) -> jsii.Number:
@@ -5629,6 +5906,17 @@ class CfnFleet(
5629
5906
  assert result is not None, "Required property 'min_size' is missing"
5630
5907
  return typing.cast(jsii.Number, result)
5631
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
+
5632
5920
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
5633
5921
  return isinstance(rhs, self.__class__) and rhs._values == self._values
5634
5922
 
@@ -5671,9 +5959,11 @@ class CfnFleet(
5671
5959
 
5672
5960
  # the properties below are optional
5673
5961
  location_capacity=gamelift.CfnFleet.LocationCapacityProperty(
5674
- desired_ec2_instances=123,
5675
5962
  max_size=123,
5676
- min_size=123
5963
+ min_size=123,
5964
+
5965
+ # the properties below are optional
5966
+ desired_ec2_instances=123
5677
5967
  )
5678
5968
  )
5679
5969
  '''
@@ -6386,6 +6676,7 @@ class CfnFleet(
6386
6676
  "script_id": "scriptId",
6387
6677
  "server_launch_parameters": "serverLaunchParameters",
6388
6678
  "server_launch_path": "serverLaunchPath",
6679
+ "tags": "tags",
6389
6680
  },
6390
6681
  )
6391
6682
  class CfnFleetProps:
@@ -6419,6 +6710,7 @@ class CfnFleetProps:
6419
6710
  script_id: typing.Optional[builtins.str] = None,
6420
6711
  server_launch_parameters: typing.Optional[builtins.str] = None,
6421
6712
  server_launch_path: typing.Optional[builtins.str] = None,
6713
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6422
6714
  ) -> None:
6423
6715
  '''Properties for defining a ``CfnFleet``.
6424
6716
 
@@ -6426,10 +6718,10 @@ class CfnFleetProps:
6426
6718
  :param anywhere_configuration: Amazon GameLift Servers Anywhere configuration options.
6427
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>`_
6428
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.
6429
- :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* .
6430
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.
6431
6723
  :param description: A description for the fleet.
6432
- :param desired_ec2_instances: 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.
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.
6433
6725
  :param ec2_inbound_permissions: The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet. Set this parameter for managed EC2 fleets. You can leave this parameter empty when creating the fleet, but you must call ` <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetPortSettings>`_ to set it before players can connect to game sessions. As a best practice, we recommend opening ports for remote access only when you need them and closing them when you're finished. For Amazon GameLift Servers Realtime fleets, Amazon GameLift Servers automatically sets TCP and UDP ranges.
6434
6726
  :param ec2_instance_type: The Amazon GameLift Servers-supported Amazon EC2 instance type to use with managed EC2 fleets. Instance type determines the computing resources that will be used to host your game servers, including CPU, memory, storage, and networking capacity. See `Amazon Elastic Compute Cloud Instance Types <https://docs.aws.amazon.com/ec2/instance-types/>`_ for detailed descriptions of Amazon EC2 instance types.
6435
6727
  :param fleet_type: Indicates whether to use On-Demand or Spot instances for this fleet. By default, this property is set to ``ON_DEMAND`` . Learn more about when to use `On-Demand versus Spot Instances <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot>`_ . This fleet property can't be changed after the fleet is created.
@@ -6437,9 +6729,9 @@ class CfnFleetProps:
6437
6729
  :param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is ``EC2`` .
6438
6730
  :param locations: A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as ``us-west-2`` , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift Servers service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
6439
6731
  :param log_paths: (deprecated) This parameter is no longer used. When hosting a custom game build, specify where Amazon GameLift should store log files using the Amazon GameLift server API call ProcessReady()
6440
- :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.
6732
+ :param max_size: (deprecated) [DEPRECATED] The maximum value that is allowed for the fleet's instance count. When creating a new fleet, GameLift automatically sets this value to "1". Once the fleet is active, you can change this value.
6441
6733
  :param metric_groups: The name of an AWS CloudWatch metric group to add this fleet to. A metric group is used to aggregate the metrics for multiple fleets. You can specify an existing metric group name or set a new name to create a new metric group. A fleet can be included in only one metric group at a time.
6442
- :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.
6734
+ :param min_size: (deprecated) [DEPRECATED] The minimum value allowed for the fleet's instance count. When creating a new fleet, GameLift automatically sets this value to "0". After the fleet is active, you can change this value.
6443
6735
  :param new_game_session_protection_policy: The status of termination protection for active game sessions on the fleet. By default, this property is set to ``NoProtection`` . - *NoProtection* - Game sessions can be terminated during active gameplay as a result of a scale-down event. - *FullProtection* - Game sessions in ``ACTIVE`` status cannot be terminated during a scale-down event.
6444
6736
  :param peer_vpc_aws_account_id: Used when peering your Amazon GameLift Servers fleet with a VPC, the unique identifier for the AWS account that owns the VPC. You can find your account ID in the AWS Management Console under account settings.
6445
6737
  :param peer_vpc_id: A unique identifier for a VPC with resources to be accessed by your Amazon GameLift Servers fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the `VPC Dashboard <https://docs.aws.amazon.com/vpc/>`_ in the AWS Management Console . Learn more about VPC peering in `VPC Peering with Amazon GameLift Servers Fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/vpc-peering.html>`_ .
@@ -6449,6 +6741,7 @@ class CfnFleetProps:
6449
6741
  :param script_id: The unique identifier for a Realtime configuration script to be deployed on fleet instances. You can use either the script ID or ARN. Scripts must be uploaded to Amazon GameLift Servers prior to creating the fleet. This fleet property cannot be changed later. .. epigraph:: You can't use the ``!Ref`` command to reference a script created with a CloudFormation template for the fleet property ``ScriptId`` . Instead, use ``Fn::GetAtt Script.Arn`` or ``Fn::GetAtt Script.Id`` to retrieve either of these properties as input for ``ScriptId`` . Alternatively, enter a ``ScriptId`` string manually.
6450
6742
  :param server_launch_parameters: (deprecated) This parameter is no longer used but is retained for backward compatibility. Instead, specify server launch parameters in the RuntimeConfiguration parameter. A request must specify either a runtime configuration or values for both ServerLaunchParameters and ServerLaunchPath.
6451
6743
  :param server_launch_path: (deprecated) This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
6744
+ :param tags: An array of key-value pairs to apply to this resource.
6452
6745
 
6453
6746
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html
6454
6747
  :exampleMetadata: fixture=_generated
@@ -6489,9 +6782,11 @@ class CfnFleetProps:
6489
6782
 
6490
6783
  # the properties below are optional
6491
6784
  location_capacity=gamelift.CfnFleet.LocationCapacityProperty(
6492
- desired_ec2_instances=123,
6493
6785
  max_size=123,
6494
- min_size=123
6786
+ min_size=123,
6787
+
6788
+ # the properties below are optional
6789
+ desired_ec2_instances=123
6495
6790
  )
6496
6791
  )],
6497
6792
  log_paths=["logPaths"],
@@ -6536,7 +6831,11 @@ class CfnFleetProps:
6536
6831
  )],
6537
6832
  script_id="scriptId",
6538
6833
  server_launch_parameters="serverLaunchParameters",
6539
- server_launch_path="serverLaunchPath"
6834
+ server_launch_path="serverLaunchPath",
6835
+ tags=[CfnTag(
6836
+ key="key",
6837
+ value="value"
6838
+ )]
6540
6839
  )
6541
6840
  '''
6542
6841
  if __debug__:
@@ -6568,6 +6867,7 @@ class CfnFleetProps:
6568
6867
  check_type(argname="argument script_id", value=script_id, expected_type=type_hints["script_id"])
6569
6868
  check_type(argname="argument server_launch_parameters", value=server_launch_parameters, expected_type=type_hints["server_launch_parameters"])
6570
6869
  check_type(argname="argument server_launch_path", value=server_launch_path, expected_type=type_hints["server_launch_path"])
6870
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
6571
6871
  self._values: typing.Dict[builtins.str, typing.Any] = {
6572
6872
  "name": name,
6573
6873
  }
@@ -6623,6 +6923,8 @@ class CfnFleetProps:
6623
6923
  self._values["server_launch_parameters"] = server_launch_parameters
6624
6924
  if server_launch_path is not None:
6625
6925
  self._values["server_launch_path"] = server_launch_path
6926
+ if tags is not None:
6927
+ self._values["tags"] = tags
6626
6928
 
6627
6929
  @builtins.property
6628
6930
  def name(self) -> builtins.str:
@@ -6679,10 +6981,10 @@ class CfnFleetProps:
6679
6981
 
6680
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.
6681
6983
 
6682
- 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.
6683
6985
  .. epigraph::
6684
6986
 
6685
- 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* .
6686
6988
 
6687
6989
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-certificateconfiguration
6688
6990
  '''
@@ -6712,11 +7014,14 @@ class CfnFleetProps:
6712
7014
 
6713
7015
  @builtins.property
6714
7016
  def desired_ec2_instances(self) -> typing.Optional[jsii.Number]:
6715
- '''The number of EC2 instances that you want this fleet to host.
7017
+ '''(deprecated) [DEPRECATED] The number of EC2 instances that you want this fleet to host.
6716
7018
 
6717
7019
  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.
6718
7020
 
7021
+ :deprecated: this property has been deprecated
7022
+
6719
7023
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances
7024
+ :stability: deprecated
6720
7025
  '''
6721
7026
  result = self._values.get("desired_ec2_instances")
6722
7027
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -6807,11 +7112,14 @@ class CfnFleetProps:
6807
7112
 
6808
7113
  @builtins.property
6809
7114
  def max_size(self) -> typing.Optional[jsii.Number]:
6810
- '''The maximum number of instances that are allowed in the specified fleet location.
7115
+ '''(deprecated) [DEPRECATED] The maximum value that is allowed for the fleet's instance count.
6811
7116
 
6812
- If this parameter is not set, the default is 1.
7117
+ When creating a new fleet, GameLift automatically sets this value to "1". Once the fleet is active, you can change this value.
7118
+
7119
+ :deprecated: this property has been deprecated
6813
7120
 
6814
7121
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-maxsize
7122
+ :stability: deprecated
6815
7123
  '''
6816
7124
  result = self._values.get("max_size")
6817
7125
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -6829,11 +7137,14 @@ class CfnFleetProps:
6829
7137
 
6830
7138
  @builtins.property
6831
7139
  def min_size(self) -> typing.Optional[jsii.Number]:
6832
- '''The minimum number of instances that are allowed in the specified fleet location.
7140
+ '''(deprecated) [DEPRECATED] The minimum value allowed for the fleet's instance count.
7141
+
7142
+ When creating a new fleet, GameLift automatically sets this value to "0". After the fleet is active, you can change this value.
6833
7143
 
6834
- If this parameter is not set, the default is 0.
7144
+ :deprecated: this property has been deprecated
6835
7145
 
6836
7146
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize
7147
+ :stability: deprecated
6837
7148
  '''
6838
7149
  result = self._values.get("min_size")
6839
7150
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -6956,6 +7267,15 @@ class CfnFleetProps:
6956
7267
  result = self._values.get("server_launch_path")
6957
7268
  return typing.cast(typing.Optional[builtins.str], result)
6958
7269
 
7270
+ @builtins.property
7271
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
7272
+ '''An array of key-value pairs to apply to this resource.
7273
+
7274
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-tags
7275
+ '''
7276
+ result = self._values.get("tags")
7277
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
7278
+
6959
7279
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
6960
7280
  return isinstance(rhs, self.__class__) and rhs._values == self._values
6961
7281
 
@@ -6968,7 +7288,7 @@ class CfnFleetProps:
6968
7288
  )
6969
7289
 
6970
7290
 
6971
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
7291
+ @jsii.implements(_IInspectable_c2943556, _IGameServerGroupRef_36f43b5d, _ITaggable_36806126)
6972
7292
  class CfnGameServerGroup(
6973
7293
  _CfnResource_9df397a6,
6974
7294
  metaclass=jsii.JSIIMeta,
@@ -7056,7 +7376,8 @@ class CfnGameServerGroup(
7056
7376
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7057
7377
  vpc_subnets: typing.Optional[typing.Sequence[builtins.str]] = None,
7058
7378
  ) -> None:
7059
- '''
7379
+ '''Create a new ``AWS::GameLift::GameServerGroup``.
7380
+
7060
7381
  :param scope: Scope in which this resource is defined.
7061
7382
  :param id: Construct identifier for this resource (unique in its scope).
7062
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.
@@ -7146,6 +7467,12 @@ class CfnGameServerGroup(
7146
7467
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7147
7468
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7148
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
+
7149
7476
  @builtins.property
7150
7477
  @jsii.member(jsii_name="tags")
7151
7478
  def tags(self) -> _TagManager_0a598cb3:
@@ -7933,7 +8260,7 @@ class CfnGameServerGroupProps:
7933
8260
  )
7934
8261
 
7935
8262
 
7936
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
8263
+ @jsii.implements(_IInspectable_c2943556, _IGameSessionQueueRef_8896df67, _ITaggable_36806126)
7937
8264
  class CfnGameSessionQueue(
7938
8265
  _CfnResource_9df397a6,
7939
8266
  metaclass=jsii.JSIIMeta,
@@ -7996,7 +8323,8 @@ class CfnGameSessionQueue(
7996
8323
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7997
8324
  timeout_in_seconds: typing.Optional[jsii.Number] = None,
7998
8325
  ) -> None:
7999
- '''
8326
+ '''Create a new ``AWS::GameLift::GameSessionQueue``.
8327
+
8000
8328
  :param scope: Scope in which this resource is defined.
8001
8329
  :param id: Construct identifier for this resource (unique in its scope).
8002
8330
  :param name: A descriptive label that is associated with game session queue. Queue names must be unique within each Region.
@@ -8027,6 +8355,48 @@ class CfnGameSessionQueue(
8027
8355
 
8028
8356
  jsii.create(self.__class__, self, [scope, id, props])
8029
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
+
8030
8400
  @jsii.member(jsii_name="inspect")
8031
8401
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8032
8402
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8082,6 +8452,12 @@ class CfnGameSessionQueue(
8082
8452
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8083
8453
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8084
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
+
8085
8461
  @builtins.property
8086
8462
  @jsii.member(jsii_name="tags")
8087
8463
  def tags(self) -> _TagManager_0a598cb3:
@@ -8789,7 +9165,7 @@ class CfnGameSessionQueueProps:
8789
9165
  )
8790
9166
 
8791
9167
 
8792
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
9168
+ @jsii.implements(_IInspectable_c2943556, _ILocationRef_bbf078ef, _ITaggable_36806126)
8793
9169
  class CfnLocation(
8794
9170
  _CfnResource_9df397a6,
8795
9171
  metaclass=jsii.JSIIMeta,
@@ -8826,7 +9202,8 @@ class CfnLocation(
8826
9202
  location_name: builtins.str,
8827
9203
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8828
9204
  ) -> None:
8829
- '''
9205
+ '''Create a new ``AWS::GameLift::Location``.
9206
+
8830
9207
  :param scope: Scope in which this resource is defined.
8831
9208
  :param id: Construct identifier for this resource (unique in its scope).
8832
9209
  :param location_name: A descriptive name for the custom location.
@@ -8886,6 +9263,12 @@ class CfnLocation(
8886
9263
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8887
9264
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8888
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
+
8889
9272
  @builtins.property
8890
9273
  @jsii.member(jsii_name="tags")
8891
9274
  def tags(self) -> _TagManager_0a598cb3:
@@ -8998,7 +9381,7 @@ class CfnLocationProps:
8998
9381
  )
8999
9382
 
9000
9383
 
9001
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
9384
+ @jsii.implements(_IInspectable_c2943556, _IMatchmakingConfigurationRef_419e9495, _ITaggable_36806126)
9002
9385
  class CfnMatchmakingConfiguration(
9003
9386
  _CfnResource_9df397a6,
9004
9387
  metaclass=jsii.JSIIMeta,
@@ -9070,7 +9453,8 @@ class CfnMatchmakingConfiguration(
9070
9453
  rule_set_arn: typing.Optional[builtins.str] = None,
9071
9454
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
9072
9455
  ) -> None:
9073
- '''
9456
+ '''Create a new ``AWS::GameLift::MatchmakingConfiguration``.
9457
+
9074
9458
  :param scope: Scope in which this resource is defined.
9075
9459
  :param id: Construct identifier for this resource (unique in its scope).
9076
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.
@@ -9117,6 +9501,48 @@ class CfnMatchmakingConfiguration(
9117
9501
 
9118
9502
  jsii.create(self.__class__, self, [scope, id, props])
9119
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
+
9120
9546
  @jsii.member(jsii_name="inspect")
9121
9547
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9122
9548
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9170,6 +9596,14 @@ class CfnMatchmakingConfiguration(
9170
9596
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
9171
9597
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
9172
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
+
9173
9607
  @builtins.property
9174
9608
  @jsii.member(jsii_name="tags")
9175
9609
  def tags(self) -> _TagManager_0a598cb3:
@@ -9831,7 +10265,7 @@ class CfnMatchmakingConfigurationProps:
9831
10265
  )
9832
10266
 
9833
10267
 
9834
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
10268
+ @jsii.implements(_IInspectable_c2943556, _IMatchmakingRuleSetRef_57b0825c, _ITaggable_36806126)
9835
10269
  class CfnMatchmakingRuleSet(
9836
10270
  _CfnResource_9df397a6,
9837
10271
  metaclass=jsii.JSIIMeta,
@@ -9882,7 +10316,8 @@ class CfnMatchmakingRuleSet(
9882
10316
  rule_set_body: builtins.str,
9883
10317
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
9884
10318
  ) -> None:
9885
- '''
10319
+ '''Create a new ``AWS::GameLift::MatchmakingRuleSet``.
10320
+
9886
10321
  :param scope: Scope in which this resource is defined.
9887
10322
  :param id: Construct identifier for this resource (unique in its scope).
9888
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.
@@ -9899,6 +10334,48 @@ class CfnMatchmakingRuleSet(
9899
10334
 
9900
10335
  jsii.create(self.__class__, self, [scope, id, props])
9901
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
+
9902
10379
  @jsii.member(jsii_name="inspect")
9903
10380
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9904
10381
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9963,6 +10440,12 @@ class CfnMatchmakingRuleSet(
9963
10440
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
9964
10441
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
9965
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
+
9966
10449
  @builtins.property
9967
10450
  @jsii.member(jsii_name="tags")
9968
10451
  def tags(self) -> _TagManager_0a598cb3:
@@ -10107,7 +10590,7 @@ class CfnMatchmakingRuleSetProps:
10107
10590
  )
10108
10591
 
10109
10592
 
10110
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
10593
+ @jsii.implements(_IInspectable_c2943556, _IScriptRef_c20d81ab, _ITaggable_36806126)
10111
10594
  class CfnScript(
10112
10595
  _CfnResource_9df397a6,
10113
10596
  metaclass=jsii.JSIIMeta,
@@ -10157,7 +10640,8 @@ class CfnScript(
10157
10640
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
10158
10641
  version: typing.Optional[builtins.str] = None,
10159
10642
  ) -> None:
10160
- '''
10643
+ '''Create a new ``AWS::GameLift::Script``.
10644
+
10161
10645
  :param scope: Scope in which this resource is defined.
10162
10646
  :param id: Construct identifier for this resource (unique in its scope).
10163
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.
@@ -10175,6 +10659,48 @@ class CfnScript(
10175
10659
 
10176
10660
  jsii.create(self.__class__, self, [scope, id, props])
10177
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
+
10178
10704
  @jsii.member(jsii_name="inspect")
10179
10705
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10180
10706
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10250,6 +10776,12 @@ class CfnScript(
10250
10776
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
10251
10777
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
10252
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
+
10253
10785
  @builtins.property
10254
10786
  @jsii.member(jsii_name="tags")
10255
10787
  def tags(self) -> _TagManager_0a598cb3:
@@ -10596,6 +11128,22 @@ def _typecheckingstub__6a91f3a4a7dfbcf1655ec6812682d7a8824bfb46a9ce2a65e3c859108
10596
11128
  """Type checking stubs"""
10597
11129
  pass
10598
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
+
10599
11147
  def _typecheckingstub__e6c7223e714d0339897da2cbb4b67d9e03a5022aa12f568680b86e828460d501(
10600
11148
  inspector: _TreeInspector_488e0dd5,
10601
11149
  ) -> None:
@@ -10665,6 +11213,22 @@ def _typecheckingstub__d2f3884df6574dd3d4e76d857acf05a15fdc616d818da1cebcfcce408
10665
11213
  """Type checking stubs"""
10666
11214
  pass
10667
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
+
10668
11232
  def _typecheckingstub__5dabd8e19951007a8e9f2bcb21f9e872c9fc5b6a638701939005bc4d813c12a3(
10669
11233
  inspector: _TreeInspector_488e0dd5,
10670
11234
  ) -> None:
@@ -10760,6 +11324,14 @@ def _typecheckingstub__d30a780826320cc5d36af5934da7151d1abdd72973e8cb82c8f063951
10760
11324
  """Type checking stubs"""
10761
11325
  pass
10762
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
+
10763
11335
  def _typecheckingstub__8beb89172335ad10958d248c189bbeedc924ed5525d311d2bf335e603ec0616c(
10764
11336
  inspector: _TreeInspector_488e0dd5,
10765
11337
  ) -> None:
@@ -10918,9 +11490,9 @@ def _typecheckingstub__3c74cebf3a79bd067a90f843de7a76b099cbe8aff962b812b7dcae7ad
10918
11490
 
10919
11491
  def _typecheckingstub__cfdc01eeb9f739a54f304b9e5cb1f66114e55233f5383f018ef7dd086a28ed10(
10920
11492
  *,
10921
- desired_ec2_instances: jsii.Number,
10922
11493
  max_size: jsii.Number,
10923
11494
  min_size: jsii.Number,
11495
+ desired_ec2_instances: typing.Optional[jsii.Number] = None,
10924
11496
  ) -> None:
10925
11497
  """Type checking stubs"""
10926
11498
  pass
@@ -10937,6 +11509,7 @@ def _typecheckingstub__6f0d55ebb1c8fdd9364a92df8152f6c91294e481bedd64b3458f3dff3
10937
11509
  def _typecheckingstub__287854cb20cec032892a9072e611adf774cd43dcc343c3ffdda539be73bce563(
10938
11510
  *,
10939
11511
  log_destination: typing.Optional[builtins.str] = None,
11512
+ log_group_arn: typing.Optional[builtins.str] = None,
10940
11513
  s3_bucket_name: typing.Optional[builtins.str] = None,
10941
11514
  ) -> None:
10942
11515
  """Type checking stubs"""
@@ -11207,6 +11780,23 @@ def _typecheckingstub__21fe09a90444788b3c862f454214d4e160757c9b02d0598d282f68b7f
11207
11780
  script_id: typing.Optional[builtins.str] = None,
11208
11781
  server_launch_parameters: typing.Optional[builtins.str] = None,
11209
11782
  server_launch_path: typing.Optional[builtins.str] = None,
11783
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
11784
+ ) -> None:
11785
+ """Type checking stubs"""
11786
+ pass
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,
11210
11800
  ) -> None:
11211
11801
  """Type checking stubs"""
11212
11802
  pass
@@ -11385,6 +11975,12 @@ def _typecheckingstub__63d5bf96be81c4a6b00ef1deb4d8846acf0053313fb89efd0ded1f093
11385
11975
  """Type checking stubs"""
11386
11976
  pass
11387
11977
 
11978
+ def _typecheckingstub__27ef86cf1bf34b50ec355a45305857c52751912f8408dec34a63b8a26665856d(
11979
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
11980
+ ) -> None:
11981
+ """Type checking stubs"""
11982
+ pass
11983
+
11388
11984
  def _typecheckingstub__e3897ffc82938e5bf4e6384b3a83b22f50c7189a71eb0fc30ea8f17642db5ef9(
11389
11985
  *,
11390
11986
  cost: builtins.str,
@@ -11411,9 +12007,9 @@ def _typecheckingstub__70f885be25c9084dbab3b02a36601be0e37c43ab741ea7dd646494423
11411
12007
 
11412
12008
  def _typecheckingstub__76847ac983ab72ef92adc1b0579d769ca62af002ef71c76165cbd879da8645fc(
11413
12009
  *,
11414
- desired_ec2_instances: jsii.Number,
11415
12010
  max_size: jsii.Number,
11416
12011
  min_size: jsii.Number,
12012
+ desired_ec2_instances: typing.Optional[jsii.Number] = None,
11417
12013
  ) -> None:
11418
12014
  """Type checking stubs"""
11419
12015
  pass
@@ -11506,6 +12102,7 @@ def _typecheckingstub__8a51a418ba5b606bdfc45dc50c3172e280a12e078a7392f3258d5d329
11506
12102
  script_id: typing.Optional[builtins.str] = None,
11507
12103
  server_launch_parameters: typing.Optional[builtins.str] = None,
11508
12104
  server_launch_path: typing.Optional[builtins.str] = None,
12105
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
11509
12106
  ) -> None:
11510
12107
  """Type checking stubs"""
11511
12108
  pass
@@ -11681,6 +12278,22 @@ def _typecheckingstub__2435e37790a5987d49478948c0c1ac36c9e463fa29441c46ba0aa4d56
11681
12278
  """Type checking stubs"""
11682
12279
  pass
11683
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
+
11684
12297
  def _typecheckingstub__2cc05027a8472775374b6846f6c9ab499cc41f64fa8ed31ccbfd79e142b8b76d(
11685
12298
  inspector: _TreeInspector_488e0dd5,
11686
12299
  ) -> None:
@@ -11866,6 +12479,22 @@ def _typecheckingstub__5991dfcf120df852e2fd4ce6291a275a648645c817c923b70181ea8f5
11866
12479
  """Type checking stubs"""
11867
12480
  pass
11868
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
+
11869
12498
  def _typecheckingstub__97ef86c5f161a3f7e4debb1e365142a6bed6fcfa0560f9575501529b34dee619(
11870
12499
  inspector: _TreeInspector_488e0dd5,
11871
12500
  ) -> None:
@@ -12022,6 +12651,22 @@ def _typecheckingstub__18ad8102fb28f35f09c9f78c601c99b706ee4e13284fddfd4e85f0e7b
12022
12651
  """Type checking stubs"""
12023
12652
  pass
12024
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
+
12025
12670
  def _typecheckingstub__3d61a78aff0b1528ed82cb81e325639d2c75504b437ae15a2e7aac55347f0a30(
12026
12671
  inspector: _TreeInspector_488e0dd5,
12027
12672
  ) -> None:
@@ -12073,6 +12718,22 @@ def _typecheckingstub__a610f7d9791794a98e26c23e6a2c7f57a2aceb363ba1a205d32cc0011
12073
12718
  """Type checking stubs"""
12074
12719
  pass
12075
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
+
12076
12737
  def _typecheckingstub__e467306a2b7b42d3bd4d40de8ebac0e5dbae11f33d3c54e42eae339fc88bc56b(
12077
12738
  inspector: _TreeInspector_488e0dd5,
12078
12739
  ) -> None: