aws-cdk-lib 2.152.0__py3-none-any.whl → 2.154.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 (269) hide show
  1. aws_cdk/__init__.py +157 -215
  2. aws_cdk/_jsii/__init__.py +2 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.152.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -3
  5. aws_cdk/aws_accessanalyzer/__init__.py +5 -5
  6. aws_cdk/aws_acmpca/__init__.py +79 -24
  7. aws_cdk/aws_amazonmq/__init__.py +161 -161
  8. aws_cdk/aws_amplify/__init__.py +36 -36
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
  10. aws_cdk/aws_apigateway/__init__.py +122 -122
  11. aws_cdk/aws_apigatewayv2/__init__.py +135 -121
  12. aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
  13. aws_cdk/aws_appconfig/__init__.py +59 -59
  14. aws_cdk/aws_appflow/__init__.py +20 -20
  15. aws_cdk/aws_appintegrations/__init__.py +19 -19
  16. aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
  17. aws_cdk/aws_applicationinsights/__init__.py +11 -11
  18. aws_cdk/aws_applicationsignals/__init__.py +5 -5
  19. aws_cdk/aws_appmesh/__init__.py +35 -35
  20. aws_cdk/aws_apprunner/__init__.py +25 -25
  21. aws_cdk/aws_appstream/__init__.py +105 -105
  22. aws_cdk/aws_appsync/__init__.py +89 -89
  23. aws_cdk/aws_apptest/__init__.py +25 -25
  24. aws_cdk/aws_aps/__init__.py +14 -14
  25. aws_cdk/aws_arczonalshift/__init__.py +200 -3
  26. aws_cdk/aws_athena/__init__.py +25 -25
  27. aws_cdk/aws_auditmanager/__init__.py +15 -15
  28. aws_cdk/aws_autoscaling/__init__.py +84 -84
  29. aws_cdk/aws_autoscalingplans/__init__.py +2 -2
  30. aws_cdk/aws_b2bi/__init__.py +24 -24
  31. aws_cdk/aws_backup/__init__.py +33 -33
  32. aws_cdk/aws_backupgateway/__init__.py +7 -7
  33. aws_cdk/aws_batch/__init__.py +289 -35
  34. aws_cdk/aws_bcmdataexports/__init__.py +2 -2
  35. aws_cdk/aws_bedrock/__init__.py +13239 -3277
  36. aws_cdk/aws_billingconductor/__init__.py +28 -28
  37. aws_cdk/aws_budgets/__init__.py +12 -12
  38. aws_cdk/aws_cassandra/__init__.py +16 -16
  39. aws_cdk/aws_ce/__init__.py +17 -17
  40. aws_cdk/aws_certificatemanager/__init__.py +9 -9
  41. aws_cdk/aws_chatbot/__init__.py +22 -22
  42. aws_cdk/aws_cleanrooms/__init__.py +2470 -307
  43. aws_cdk/aws_cleanroomsml/__init__.py +5 -5
  44. aws_cdk/aws_cloud9/__init__.py +10 -10
  45. aws_cdk/aws_cloudformation/__init__.py +94 -69
  46. aws_cdk/aws_cloudfront/__init__.py +31 -30
  47. aws_cdk/aws_cloudfront/experimental/__init__.py +23 -0
  48. aws_cdk/aws_cloudtrail/__init__.py +46 -44
  49. aws_cdk/aws_cloudwatch/__init__.py +61 -69
  50. aws_cdk/aws_codeartifact/__init__.py +19 -19
  51. aws_cdk/aws_codebuild/__init__.py +60 -68
  52. aws_cdk/aws_codecommit/__init__.py +10 -6
  53. aws_cdk/aws_codeconnections/__init__.py +5 -5
  54. aws_cdk/aws_codedeploy/__init__.py +28 -28
  55. aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
  56. aws_cdk/aws_codegurureviewer/__init__.py +6 -6
  57. aws_cdk/aws_codepipeline/__init__.py +849 -52
  58. aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
  59. aws_cdk/aws_codestar/__init__.py +8 -8
  60. aws_cdk/aws_codestarconnections/__init__.py +17 -17
  61. aws_cdk/aws_codestarnotifications/__init__.py +10 -10
  62. aws_cdk/aws_cognito/__init__.py +465 -133
  63. aws_cdk/aws_comprehend/__init__.py +20 -20
  64. aws_cdk/aws_config/__init__.py +67 -67
  65. aws_cdk/aws_connect/__init__.py +139 -137
  66. aws_cdk/aws_connectcampaigns/__init__.py +5 -5
  67. aws_cdk/aws_controltower/__init__.py +12 -12
  68. aws_cdk/aws_cur/__init__.py +12 -12
  69. aws_cdk/aws_customerprofiles/__init__.py +36 -36
  70. aws_cdk/aws_databrew/__init__.py +45 -45
  71. aws_cdk/aws_datapipeline/__init__.py +12 -8
  72. aws_cdk/aws_datasync/__init__.py +119 -117
  73. aws_cdk/aws_datazone/__init__.py +63 -63
  74. aws_cdk/aws_dax/__init__.py +20 -20
  75. aws_cdk/aws_deadline/__init__.py +221 -292
  76. aws_cdk/aws_detective/__init__.py +8 -8
  77. aws_cdk/aws_devicefarm/__init__.py +37 -37
  78. aws_cdk/aws_devopsguru/__init__.py +2 -2
  79. aws_cdk/aws_directoryservice/__init__.py +15 -15
  80. aws_cdk/aws_dlm/__init__.py +12 -12
  81. aws_cdk/aws_dms/__init__.py +300 -298
  82. aws_cdk/aws_docdb/__init__.py +49 -49
  83. aws_cdk/aws_docdbelastic/__init__.py +14 -14
  84. aws_cdk/aws_dynamodb/__init__.py +371 -37
  85. aws_cdk/aws_ec2/__init__.py +900 -606
  86. aws_cdk/aws_ecr/__init__.py +117 -77
  87. aws_cdk/aws_ecr_assets/__init__.py +4 -4
  88. aws_cdk/aws_ecs/__init__.py +190 -191
  89. aws_cdk/aws_ecs_patterns/__init__.py +2 -2
  90. aws_cdk/aws_efs/__init__.py +22 -22
  91. aws_cdk/aws_eks/__init__.py +177 -61
  92. aws_cdk/aws_elasticache/__init__.py +218 -226
  93. aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
  94. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
  95. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
  96. aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
  97. aws_cdk/aws_elasticsearch/__init__.py +16 -16
  98. aws_cdk/aws_emr/__init__.py +74 -74
  99. aws_cdk/aws_emrcontainers/__init__.py +3 -3
  100. aws_cdk/aws_emrserverless/__init__.py +157 -14
  101. aws_cdk/aws_entityresolution/__init__.py +613 -35
  102. aws_cdk/aws_events/__init__.py +42 -42
  103. aws_cdk/aws_eventschemas/__init__.py +16 -16
  104. aws_cdk/aws_evidently/__init__.py +38 -38
  105. aws_cdk/aws_finspace/__init__.py +8 -8
  106. aws_cdk/aws_fis/__init__.py +12 -12
  107. aws_cdk/aws_fms/__init__.py +21 -21
  108. aws_cdk/aws_forecast/__init__.py +18 -11
  109. aws_cdk/aws_frauddetector/__init__.py +35 -35
  110. aws_cdk/aws_fsx/__init__.py +35 -35
  111. aws_cdk/aws_gamelift/__init__.py +103 -103
  112. aws_cdk/aws_globalaccelerator/__init__.py +46 -24
  113. aws_cdk/aws_glue/__init__.py +132 -139
  114. aws_cdk/aws_grafana/__init__.py +17 -17
  115. aws_cdk/aws_greengrass/__init__.py +48 -48
  116. aws_cdk/aws_greengrassv2/__init__.py +10 -10
  117. aws_cdk/aws_groundstation/__init__.py +16 -16
  118. aws_cdk/aws_guardduty/__init__.py +40 -38
  119. aws_cdk/aws_healthimaging/__init__.py +3 -3
  120. aws_cdk/aws_healthlake/__init__.py +6 -6
  121. aws_cdk/aws_iam/__init__.py +120 -122
  122. aws_cdk/aws_identitystore/__init__.py +6 -6
  123. aws_cdk/aws_imagebuilder/__init__.py +92 -92
  124. aws_cdk/aws_inspector/__init__.py +8 -8
  125. aws_cdk/aws_inspectorv2/__init__.py +102 -97
  126. aws_cdk/aws_internetmonitor/__init__.py +12 -12
  127. aws_cdk/aws_iot/__init__.py +141 -141
  128. aws_cdk/aws_iot1click/__init__.py +9 -9
  129. aws_cdk/aws_iotanalytics/__init__.py +21 -21
  130. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
  131. aws_cdk/aws_iotevents/__init__.py +20 -20
  132. aws_cdk/aws_iotfleethub/__init__.py +4 -4
  133. aws_cdk/aws_iotfleetwise/__init__.py +45 -45
  134. aws_cdk/aws_iotsitewise/__init__.py +40 -40
  135. aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
  136. aws_cdk/aws_iottwinmaker/__init__.py +34 -34
  137. aws_cdk/aws_iotwireless/__init__.py +66 -66
  138. aws_cdk/aws_ivs/__init__.py +32 -32
  139. aws_cdk/aws_ivschat/__init__.py +9 -9
  140. aws_cdk/aws_kafkaconnect/__init__.py +22 -22
  141. aws_cdk/aws_kendra/__init__.py +28 -28
  142. aws_cdk/aws_kendraranking/__init__.py +4 -4
  143. aws_cdk/aws_kinesis/__init__.py +8 -8
  144. aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
  145. aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
  146. aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
  147. aws_cdk/aws_kinesisvideo/__init__.py +10 -10
  148. aws_cdk/aws_kms/__init__.py +20 -20
  149. aws_cdk/aws_lakeformation/__init__.py +36 -36
  150. aws_cdk/aws_lambda/__init__.py +435 -227
  151. aws_cdk/aws_lambda_nodejs/__init__.py +23 -0
  152. aws_cdk/aws_launchwizard/__init__.py +508 -0
  153. aws_cdk/aws_lex/__init__.py +24 -24
  154. aws_cdk/aws_licensemanager/__init__.py +17 -17
  155. aws_cdk/aws_lightsail/__init__.py +90 -90
  156. aws_cdk/aws_location/__init__.py +41 -41
  157. aws_cdk/aws_logs/__init__.py +50 -50
  158. aws_cdk/aws_lookoutequipment/__init__.py +9 -9
  159. aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
  160. aws_cdk/aws_lookoutvision/__init__.py +1 -1
  161. aws_cdk/aws_m2/__init__.py +20 -20
  162. aws_cdk/aws_macie/__init__.py +19 -19
  163. aws_cdk/aws_managedblockchain/__init__.py +10 -10
  164. aws_cdk/aws_mediaconnect/__init__.py +114 -77
  165. aws_cdk/aws_mediaconvert/__init__.py +20 -20
  166. aws_cdk/aws_medialive/__init__.py +44 -76
  167. aws_cdk/aws_mediapackage/__init__.py +38 -38
  168. aws_cdk/aws_mediapackagev2/__init__.py +178 -25
  169. aws_cdk/aws_mediastore/__init__.py +7 -7
  170. aws_cdk/aws_mediatailor/__init__.py +40 -40
  171. aws_cdk/aws_memorydb/__init__.py +41 -41
  172. aws_cdk/aws_msk/__init__.py +39 -39
  173. aws_cdk/aws_mwaa/__init__.py +25 -25
  174. aws_cdk/aws_neptune/__init__.py +55 -55
  175. aws_cdk/aws_neptunegraph/__init__.py +11 -11
  176. aws_cdk/aws_networkfirewall/__init__.py +36 -30
  177. aws_cdk/aws_networkmanager/__init__.py +1062 -91
  178. aws_cdk/aws_nimblestudio/__init__.py +31 -31
  179. aws_cdk/aws_oam/__init__.py +8 -8
  180. aws_cdk/aws_omics/__init__.py +36 -36
  181. aws_cdk/aws_opensearchserverless/__init__.py +25 -25
  182. aws_cdk/aws_opensearchservice/__init__.py +20 -20
  183. aws_cdk/aws_opsworks/__init__.py +87 -87
  184. aws_cdk/aws_opsworkscm/__init__.py +21 -21
  185. aws_cdk/aws_organizations/__init__.py +17 -17
  186. aws_cdk/aws_osis/__init__.py +122 -9
  187. aws_cdk/aws_panorama/__init__.py +27 -22
  188. aws_cdk/aws_paymentcryptography/__init__.py +7 -7
  189. aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
  190. aws_cdk/aws_personalize/__init__.py +19 -19
  191. aws_cdk/aws_pinpoint/__init__.py +122 -122
  192. aws_cdk/aws_pinpointemail/__init__.py +16 -16
  193. aws_cdk/aws_pipes/__init__.py +14 -16
  194. aws_cdk/aws_proton/__init__.py +19 -19
  195. aws_cdk/aws_qbusiness/__init__.py +160 -45
  196. aws_cdk/aws_qldb/__init__.py +12 -12
  197. aws_cdk/aws_quicksight/__init__.py +91 -91
  198. aws_cdk/aws_ram/__init__.py +11 -11
  199. aws_cdk/aws_rds/__init__.py +365 -259
  200. aws_cdk/aws_redshift/__init__.py +136 -91
  201. aws_cdk/aws_redshiftserverless/__init__.py +27 -27
  202. aws_cdk/aws_refactorspaces/__init__.py +26 -26
  203. aws_cdk/aws_rekognition/__init__.py +16 -16
  204. aws_cdk/aws_resiliencehub/__init__.py +15 -15
  205. aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
  206. aws_cdk/aws_resourcegroups/__init__.py +6 -6
  207. aws_cdk/aws_robomaker/__init__.py +25 -25
  208. aws_cdk/aws_rolesanywhere/__init__.py +67 -19
  209. aws_cdk/aws_route53/__init__.py +36 -36
  210. aws_cdk/aws_route53profiles/__init__.py +11 -11
  211. aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
  212. aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
  213. aws_cdk/aws_route53resolver/__init__.py +123 -82
  214. aws_cdk/aws_rum/__init__.py +6 -6
  215. aws_cdk/aws_s3/__init__.py +136 -80
  216. aws_cdk/aws_s3_deployment/__init__.py +30 -24
  217. aws_cdk/aws_s3_notifications/__init__.py +3 -4
  218. aws_cdk/aws_s3express/__init__.py +5 -5
  219. aws_cdk/aws_s3objectlambda/__init__.py +6 -6
  220. aws_cdk/aws_s3outposts/__init__.py +16 -16
  221. aws_cdk/aws_sagemaker/__init__.py +2412 -280
  222. aws_cdk/aws_sam/__init__.py +101 -101
  223. aws_cdk/aws_scheduler/__init__.py +13 -13
  224. aws_cdk/aws_sdb/__init__.py +1 -1
  225. aws_cdk/aws_secretsmanager/__init__.py +20 -19
  226. aws_cdk/aws_securityhub/__init__.py +70 -57
  227. aws_cdk/aws_securitylake/__init__.py +341 -16
  228. aws_cdk/aws_servicecatalog/__init__.py +87 -87
  229. aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
  230. aws_cdk/aws_servicediscovery/__init__.py +23 -23
  231. aws_cdk/aws_ses/__init__.py +12038 -5604
  232. aws_cdk/aws_shield/__init__.py +15 -15
  233. aws_cdk/aws_signer/__init__.py +9 -9
  234. aws_cdk/aws_simspaceweaver/__init__.py +5 -5
  235. aws_cdk/aws_sns/__init__.py +28 -28
  236. aws_cdk/aws_sqs/__init__.py +20 -20
  237. aws_cdk/aws_ssm/__init__.py +172 -101
  238. aws_cdk/aws_ssmcontacts/__init__.py +18 -18
  239. aws_cdk/aws_ssmincidents/__init__.py +11 -11
  240. aws_cdk/aws_sso/__init__.py +31 -31
  241. aws_cdk/aws_stepfunctions/__init__.py +370 -28
  242. aws_cdk/aws_supportapp/__init__.py +11 -11
  243. aws_cdk/aws_synthetics/__init__.py +18 -18
  244. aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
  245. aws_cdk/aws_timestream/__init__.py +34 -34
  246. aws_cdk/aws_transfer/__init__.py +57 -57
  247. aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
  248. aws_cdk/aws_voiceid/__init__.py +4 -4
  249. aws_cdk/aws_vpclattice/__init__.py +42 -42
  250. aws_cdk/aws_waf/__init__.py +17 -17
  251. aws_cdk/aws_wafregional/__init__.py +28 -28
  252. aws_cdk/aws_wafv2/__init__.py +39 -39
  253. aws_cdk/aws_wisdom/__init__.py +16 -16
  254. aws_cdk/aws_workspaces/__init__.py +18 -18
  255. aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
  256. aws_cdk/aws_workspacesweb/__init__.py +87 -46
  257. aws_cdk/aws_xray/__init__.py +12 -12
  258. aws_cdk/cloud_assembly_schema/__init__.py +348 -239
  259. aws_cdk/custom_resources/__init__.py +283 -0
  260. aws_cdk/cx_api/__init__.py +15 -15
  261. aws_cdk/pipelines/__init__.py +172 -237
  262. aws_cdk/triggers/__init__.py +23 -0
  263. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
  264. aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
  265. aws_cdk_lib-2.152.0.dist-info/RECORD +0 -291
  266. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
  267. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
  268. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
  269. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
@@ -178,7 +178,7 @@ class CfnAlias(
178
178
  if __debug__:
179
179
  type_hints = typing.get_type_hints(_typecheckingstub__8666b32153f5438f8d6ea2d03ad01cbf8c67bad1071d8e1cdc42963a8912ad3c)
180
180
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
181
- jsii.set(self, "name", value)
181
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
182
182
 
183
183
  @builtins.property
184
184
  @jsii.member(jsii_name="routingStrategy")
@@ -196,7 +196,7 @@ class CfnAlias(
196
196
  if __debug__:
197
197
  type_hints = typing.get_type_hints(_typecheckingstub__529d8fec4c06eafb4c38da47298670dd8132ede4d21975eafb43f51a366a3d82)
198
198
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
199
- jsii.set(self, "routingStrategy", value)
199
+ jsii.set(self, "routingStrategy", value) # pyright: ignore[reportArgumentType]
200
200
 
201
201
  @builtins.property
202
202
  @jsii.member(jsii_name="description")
@@ -209,7 +209,7 @@ class CfnAlias(
209
209
  if __debug__:
210
210
  type_hints = typing.get_type_hints(_typecheckingstub__98d25b43c56fe6060dfb6e36792550c92a6a537d6d2e31b8c97947858787f55a)
211
211
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
212
- jsii.set(self, "description", value)
212
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
213
213
 
214
214
  @jsii.data_type(
215
215
  jsii_type="aws-cdk-lib.aws_gamelift.CfnAlias.RoutingStrategyProperty",
@@ -537,7 +537,7 @@ class CfnBuild(
537
537
  if __debug__:
538
538
  type_hints = typing.get_type_hints(_typecheckingstub__3a86d40dd79232f1b81dd44ba375e9a9432429c05c3444beaf1128ab336d19dc)
539
539
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
540
- jsii.set(self, "name", value)
540
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
541
541
 
542
542
  @builtins.property
543
543
  @jsii.member(jsii_name="operatingSystem")
@@ -550,7 +550,7 @@ class CfnBuild(
550
550
  if __debug__:
551
551
  type_hints = typing.get_type_hints(_typecheckingstub__086f4a5a0a253ca19c97937d0f25a8ade9bb623ef1c01cacdc76233a24f4ef0a)
552
552
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
553
- jsii.set(self, "operatingSystem", value)
553
+ jsii.set(self, "operatingSystem", value) # pyright: ignore[reportArgumentType]
554
554
 
555
555
  @builtins.property
556
556
  @jsii.member(jsii_name="serverSdkVersion")
@@ -563,7 +563,7 @@ class CfnBuild(
563
563
  if __debug__:
564
564
  type_hints = typing.get_type_hints(_typecheckingstub__cb7f1e9548565a4821c004b0e86bae438a45b45de61043075555fb43127d349d)
565
565
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
566
- jsii.set(self, "serverSdkVersion", value)
566
+ jsii.set(self, "serverSdkVersion", value) # pyright: ignore[reportArgumentType]
567
567
 
568
568
  @builtins.property
569
569
  @jsii.member(jsii_name="storageLocation")
@@ -581,7 +581,7 @@ class CfnBuild(
581
581
  if __debug__:
582
582
  type_hints = typing.get_type_hints(_typecheckingstub__fdd3e9ea10aa8547b05a398258efac5d3e786e68d7875c76104c89d2a3178e02)
583
583
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
584
- jsii.set(self, "storageLocation", value)
584
+ jsii.set(self, "storageLocation", value) # pyright: ignore[reportArgumentType]
585
585
 
586
586
  @builtins.property
587
587
  @jsii.member(jsii_name="version")
@@ -594,7 +594,7 @@ class CfnBuild(
594
594
  if __debug__:
595
595
  type_hints = typing.get_type_hints(_typecheckingstub__3f69e6e764a220fcdeac2ac30cce1d3fbf57e0ef02b497976b1bb0e8162a6a67)
596
596
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
597
- jsii.set(self, "version", value)
597
+ jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
598
598
 
599
599
  @jsii.data_type(
600
600
  jsii_type="aws-cdk-lib.aws_gamelift.CfnBuild.StorageLocationProperty",
@@ -1053,7 +1053,7 @@ class CfnContainerGroupDefinition(
1053
1053
  if __debug__:
1054
1054
  type_hints = typing.get_type_hints(_typecheckingstub__1d575dc521c3da1f3682c88ce08e24b38977a41bef8807469e908a4fc94b8be0)
1055
1055
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1056
- jsii.set(self, "containerDefinitions", value)
1056
+ jsii.set(self, "containerDefinitions", value) # pyright: ignore[reportArgumentType]
1057
1057
 
1058
1058
  @builtins.property
1059
1059
  @jsii.member(jsii_name="name")
@@ -1066,7 +1066,7 @@ class CfnContainerGroupDefinition(
1066
1066
  if __debug__:
1067
1067
  type_hints = typing.get_type_hints(_typecheckingstub__90e8a024d1021ae9b57dadc57167a55f375efa5756fd3358541d1bbca8f16cf0)
1068
1068
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1069
- jsii.set(self, "name", value)
1069
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1070
1070
 
1071
1071
  @builtins.property
1072
1072
  @jsii.member(jsii_name="operatingSystem")
@@ -1079,7 +1079,7 @@ class CfnContainerGroupDefinition(
1079
1079
  if __debug__:
1080
1080
  type_hints = typing.get_type_hints(_typecheckingstub__8f85c42319aa42e6c796369d8760bfb73c97a6305632fa1b86497b93a214a2ec)
1081
1081
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1082
- jsii.set(self, "operatingSystem", value)
1082
+ jsii.set(self, "operatingSystem", value) # pyright: ignore[reportArgumentType]
1083
1083
 
1084
1084
  @builtins.property
1085
1085
  @jsii.member(jsii_name="totalCpuLimit")
@@ -1092,7 +1092,7 @@ class CfnContainerGroupDefinition(
1092
1092
  if __debug__:
1093
1093
  type_hints = typing.get_type_hints(_typecheckingstub__c70806f2091ef0e31ae18f95ca9388e13070bc234c9db0acb79308e3bb8064c8)
1094
1094
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1095
- jsii.set(self, "totalCpuLimit", value)
1095
+ jsii.set(self, "totalCpuLimit", value) # pyright: ignore[reportArgumentType]
1096
1096
 
1097
1097
  @builtins.property
1098
1098
  @jsii.member(jsii_name="totalMemoryLimit")
@@ -1105,7 +1105,7 @@ class CfnContainerGroupDefinition(
1105
1105
  if __debug__:
1106
1106
  type_hints = typing.get_type_hints(_typecheckingstub__b4cc7de67e0ef4b7a915c9522aa5d27817d4c88d3cc0d6cc3897ec44fe82624e)
1107
1107
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1108
- jsii.set(self, "totalMemoryLimit", value)
1108
+ jsii.set(self, "totalMemoryLimit", value) # pyright: ignore[reportArgumentType]
1109
1109
 
1110
1110
  @builtins.property
1111
1111
  @jsii.member(jsii_name="schedulingStrategy")
@@ -1118,7 +1118,7 @@ class CfnContainerGroupDefinition(
1118
1118
  if __debug__:
1119
1119
  type_hints = typing.get_type_hints(_typecheckingstub__ee4192c1232484aa6cb4b7a0ff2133a07c228af7fc593005174668d67f88e787)
1120
1120
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1121
- jsii.set(self, "schedulingStrategy", value)
1121
+ jsii.set(self, "schedulingStrategy", value) # pyright: ignore[reportArgumentType]
1122
1122
 
1123
1123
  @builtins.property
1124
1124
  @jsii.member(jsii_name="tags")
@@ -1131,7 +1131,7 @@ class CfnContainerGroupDefinition(
1131
1131
  if __debug__:
1132
1132
  type_hints = typing.get_type_hints(_typecheckingstub__39d9905e11429554186c96e0a5c07109b132519014161fc8e8d7aa9f4250218d)
1133
1133
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1134
- jsii.set(self, "tags", value)
1134
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
1135
1135
 
1136
1136
  @jsii.data_type(
1137
1137
  jsii_type="aws-cdk-lib.aws_gamelift.CfnContainerGroupDefinition.ContainerDefinitionProperty",
@@ -2360,7 +2360,7 @@ class CfnFleet(
2360
2360
  :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.
2361
2361
  :param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, 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" or "Container".
2362
2362
  :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" or "Container".
2363
- :param locations: A set of remote locations to deploy additional instances to and manage as part of the fleet. This parameter can only be used when creating fleets in AWS Regions that support multiple locations. You can add any Amazon GameLift-supported AWS Region as a remote location, in the form of an AWS Region code, such as ``us-west-2`` or Local Zone code. To create a fleet with instances in the home Region only, don't set this parameter. When using this parameter, Amazon GameLift requires you to include your home location in the request.
2363
+ :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. 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 requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
2364
2364
  :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()
2365
2365
  :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.
2366
2366
  :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.
@@ -2478,7 +2478,7 @@ class CfnFleet(
2478
2478
  if __debug__:
2479
2479
  type_hints = typing.get_type_hints(_typecheckingstub__dd3e6bf68da3a08ee0a6dbdff6b571a1a9348dfd6d1f15864e1efd85595ae689)
2480
2480
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2481
- jsii.set(self, "name", value)
2481
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
2482
2482
 
2483
2483
  @builtins.property
2484
2484
  @jsii.member(jsii_name="anywhereConfiguration")
@@ -2496,7 +2496,7 @@ class CfnFleet(
2496
2496
  if __debug__:
2497
2497
  type_hints = typing.get_type_hints(_typecheckingstub__bc575abdd043760dd1cbe4178328d65df4b96ee18072484d24bd88d2e2d340ac)
2498
2498
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2499
- jsii.set(self, "anywhereConfiguration", value)
2499
+ jsii.set(self, "anywhereConfiguration", value) # pyright: ignore[reportArgumentType]
2500
2500
 
2501
2501
  @builtins.property
2502
2502
  @jsii.member(jsii_name="applyCapacity")
@@ -2509,7 +2509,7 @@ class CfnFleet(
2509
2509
  if __debug__:
2510
2510
  type_hints = typing.get_type_hints(_typecheckingstub__6e4da24e64fdcbb7830d9e09a27219d611e9c486d09dd2a970381192b5e97213)
2511
2511
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2512
- jsii.set(self, "applyCapacity", value)
2512
+ jsii.set(self, "applyCapacity", value) # pyright: ignore[reportArgumentType]
2513
2513
 
2514
2514
  @builtins.property
2515
2515
  @jsii.member(jsii_name="buildId")
@@ -2522,7 +2522,7 @@ class CfnFleet(
2522
2522
  if __debug__:
2523
2523
  type_hints = typing.get_type_hints(_typecheckingstub__fecb16629d96a3f0b5b4acdf8ba4a4b1a44a9314ada24ee4bf29122c11df18e7)
2524
2524
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2525
- jsii.set(self, "buildId", value)
2525
+ jsii.set(self, "buildId", value) # pyright: ignore[reportArgumentType]
2526
2526
 
2527
2527
  @builtins.property
2528
2528
  @jsii.member(jsii_name="certificateConfiguration")
@@ -2540,7 +2540,7 @@ class CfnFleet(
2540
2540
  if __debug__:
2541
2541
  type_hints = typing.get_type_hints(_typecheckingstub__9f46d27389fd45eb3384977842c4289c60e5795c4a4bd6e08002ec26643232bc)
2542
2542
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2543
- jsii.set(self, "certificateConfiguration", value)
2543
+ jsii.set(self, "certificateConfiguration", value) # pyright: ignore[reportArgumentType]
2544
2544
 
2545
2545
  @builtins.property
2546
2546
  @jsii.member(jsii_name="computeType")
@@ -2553,7 +2553,7 @@ class CfnFleet(
2553
2553
  if __debug__:
2554
2554
  type_hints = typing.get_type_hints(_typecheckingstub__022e8bf70858e61cedf1ac2f0bbe1af01706924dda3af7f4e655e78c1b5985db)
2555
2555
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2556
- jsii.set(self, "computeType", value)
2556
+ jsii.set(self, "computeType", value) # pyright: ignore[reportArgumentType]
2557
2557
 
2558
2558
  @builtins.property
2559
2559
  @jsii.member(jsii_name="containerGroupsConfiguration")
@@ -2571,7 +2571,7 @@ class CfnFleet(
2571
2571
  if __debug__:
2572
2572
  type_hints = typing.get_type_hints(_typecheckingstub__12ab5ebb46adc7fe2bb2e1911285f98090170c29093f6e28b584096baafa36aa)
2573
2573
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2574
- jsii.set(self, "containerGroupsConfiguration", value)
2574
+ jsii.set(self, "containerGroupsConfiguration", value) # pyright: ignore[reportArgumentType]
2575
2575
 
2576
2576
  @builtins.property
2577
2577
  @jsii.member(jsii_name="description")
@@ -2584,7 +2584,7 @@ class CfnFleet(
2584
2584
  if __debug__:
2585
2585
  type_hints = typing.get_type_hints(_typecheckingstub__eec78595476346beb2b42a6ac89d6890fb357c8bc49fbafff985bc1417bca206)
2586
2586
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2587
- jsii.set(self, "description", value)
2587
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
2588
2588
 
2589
2589
  @builtins.property
2590
2590
  @jsii.member(jsii_name="desiredEc2Instances")
@@ -2597,7 +2597,7 @@ class CfnFleet(
2597
2597
  if __debug__:
2598
2598
  type_hints = typing.get_type_hints(_typecheckingstub__4941614413c1e1554010809926c621b6030f9b38418b19c26a4dbbfc56fd9cfd)
2599
2599
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2600
- jsii.set(self, "desiredEc2Instances", value)
2600
+ jsii.set(self, "desiredEc2Instances", value) # pyright: ignore[reportArgumentType]
2601
2601
 
2602
2602
  @builtins.property
2603
2603
  @jsii.member(jsii_name="ec2InboundPermissions")
@@ -2615,7 +2615,7 @@ class CfnFleet(
2615
2615
  if __debug__:
2616
2616
  type_hints = typing.get_type_hints(_typecheckingstub__d84bfe64c88748026f1ea76b00a3c1eeeffe26c5a9e7df3f052f9069032249c9)
2617
2617
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2618
- jsii.set(self, "ec2InboundPermissions", value)
2618
+ jsii.set(self, "ec2InboundPermissions", value) # pyright: ignore[reportArgumentType]
2619
2619
 
2620
2620
  @builtins.property
2621
2621
  @jsii.member(jsii_name="ec2InstanceType")
@@ -2628,7 +2628,7 @@ class CfnFleet(
2628
2628
  if __debug__:
2629
2629
  type_hints = typing.get_type_hints(_typecheckingstub__f5edb81bb6e5f986aaa8654e60493e7ec0e42f57ed43a7481b48714433fb0b95)
2630
2630
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2631
- jsii.set(self, "ec2InstanceType", value)
2631
+ jsii.set(self, "ec2InstanceType", value) # pyright: ignore[reportArgumentType]
2632
2632
 
2633
2633
  @builtins.property
2634
2634
  @jsii.member(jsii_name="fleetType")
@@ -2641,7 +2641,7 @@ class CfnFleet(
2641
2641
  if __debug__:
2642
2642
  type_hints = typing.get_type_hints(_typecheckingstub__bc9a52bd70aa79d8d459ba6e23d2020447c1f1d4faa157c8836aad4e87181d56)
2643
2643
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2644
- jsii.set(self, "fleetType", value)
2644
+ jsii.set(self, "fleetType", value) # pyright: ignore[reportArgumentType]
2645
2645
 
2646
2646
  @builtins.property
2647
2647
  @jsii.member(jsii_name="instanceRoleArn")
@@ -2654,7 +2654,7 @@ class CfnFleet(
2654
2654
  if __debug__:
2655
2655
  type_hints = typing.get_type_hints(_typecheckingstub__7947f4ea6b160028fb5bbf20fcbd0cc9eb46ba122d737f3c792a6be5043d8577)
2656
2656
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2657
- jsii.set(self, "instanceRoleArn", value)
2657
+ jsii.set(self, "instanceRoleArn", value) # pyright: ignore[reportArgumentType]
2658
2658
 
2659
2659
  @builtins.property
2660
2660
  @jsii.member(jsii_name="instanceRoleCredentialsProvider")
@@ -2670,14 +2670,14 @@ class CfnFleet(
2670
2670
  if __debug__:
2671
2671
  type_hints = typing.get_type_hints(_typecheckingstub__6765d7366d76df2864c4535568d1edf808ceec869046e302b0c842674b46c102)
2672
2672
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2673
- jsii.set(self, "instanceRoleCredentialsProvider", value)
2673
+ jsii.set(self, "instanceRoleCredentialsProvider", value) # pyright: ignore[reportArgumentType]
2674
2674
 
2675
2675
  @builtins.property
2676
2676
  @jsii.member(jsii_name="locations")
2677
2677
  def locations(
2678
2678
  self,
2679
2679
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFleet.LocationConfigurationProperty"]]]]:
2680
- '''A set of remote locations to deploy additional instances to and manage as part of the fleet.'''
2680
+ '''A set of remote locations to deploy additional instances to and manage as a multi-location fleet.'''
2681
2681
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFleet.LocationConfigurationProperty"]]]], jsii.get(self, "locations"))
2682
2682
 
2683
2683
  @locations.setter
@@ -2688,7 +2688,7 @@ class CfnFleet(
2688
2688
  if __debug__:
2689
2689
  type_hints = typing.get_type_hints(_typecheckingstub__1377dfdecc90d2457b2fe3e90aa35cecb44bf218eb1836fc28cbc15b7a4812f3)
2690
2690
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2691
- jsii.set(self, "locations", value)
2691
+ jsii.set(self, "locations", value) # pyright: ignore[reportArgumentType]
2692
2692
 
2693
2693
  @builtins.property
2694
2694
  @jsii.member(jsii_name="logPaths")
@@ -2706,7 +2706,7 @@ class CfnFleet(
2706
2706
  if __debug__:
2707
2707
  type_hints = typing.get_type_hints(_typecheckingstub__35b29d2e11870cd4d0ea412c5de5d02fbb8bb765ed67873227f57868f234fe52)
2708
2708
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2709
- jsii.set(self, "logPaths", value)
2709
+ jsii.set(self, "logPaths", value) # pyright: ignore[reportArgumentType]
2710
2710
 
2711
2711
  @builtins.property
2712
2712
  @jsii.member(jsii_name="maxSize")
@@ -2719,7 +2719,7 @@ class CfnFleet(
2719
2719
  if __debug__:
2720
2720
  type_hints = typing.get_type_hints(_typecheckingstub__cbc74cb38ce8a622308c22d16cb5fe99f9f601acdfd26460b9b33bd15037e42f)
2721
2721
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2722
- jsii.set(self, "maxSize", value)
2722
+ jsii.set(self, "maxSize", value) # pyright: ignore[reportArgumentType]
2723
2723
 
2724
2724
  @builtins.property
2725
2725
  @jsii.member(jsii_name="metricGroups")
@@ -2732,7 +2732,7 @@ class CfnFleet(
2732
2732
  if __debug__:
2733
2733
  type_hints = typing.get_type_hints(_typecheckingstub__02facc74087efba3bcf2b21fc12cd9fae063e33440abacb0fdfdf65ecb3fe7ad)
2734
2734
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2735
- jsii.set(self, "metricGroups", value)
2735
+ jsii.set(self, "metricGroups", value) # pyright: ignore[reportArgumentType]
2736
2736
 
2737
2737
  @builtins.property
2738
2738
  @jsii.member(jsii_name="minSize")
@@ -2745,7 +2745,7 @@ class CfnFleet(
2745
2745
  if __debug__:
2746
2746
  type_hints = typing.get_type_hints(_typecheckingstub__d460bc2f634afc1e2c222819f53ddf45b2647b9ccf197380a1419dfb4b91c61a)
2747
2747
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2748
- jsii.set(self, "minSize", value)
2748
+ jsii.set(self, "minSize", value) # pyright: ignore[reportArgumentType]
2749
2749
 
2750
2750
  @builtins.property
2751
2751
  @jsii.member(jsii_name="newGameSessionProtectionPolicy")
@@ -2761,7 +2761,7 @@ class CfnFleet(
2761
2761
  if __debug__:
2762
2762
  type_hints = typing.get_type_hints(_typecheckingstub__7c8b79569fe310aaed26b6fa78159b7101d72974e478dd380ca0713aea1d9a9f)
2763
2763
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2764
- jsii.set(self, "newGameSessionProtectionPolicy", value)
2764
+ jsii.set(self, "newGameSessionProtectionPolicy", value) # pyright: ignore[reportArgumentType]
2765
2765
 
2766
2766
  @builtins.property
2767
2767
  @jsii.member(jsii_name="peerVpcAwsAccountId")
@@ -2774,7 +2774,7 @@ class CfnFleet(
2774
2774
  if __debug__:
2775
2775
  type_hints = typing.get_type_hints(_typecheckingstub__a648f419a89a6e5926858e8481241ede65ca343e3b797aecd480dec6c8b20939)
2776
2776
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2777
- jsii.set(self, "peerVpcAwsAccountId", value)
2777
+ jsii.set(self, "peerVpcAwsAccountId", value) # pyright: ignore[reportArgumentType]
2778
2778
 
2779
2779
  @builtins.property
2780
2780
  @jsii.member(jsii_name="peerVpcId")
@@ -2787,7 +2787,7 @@ class CfnFleet(
2787
2787
  if __debug__:
2788
2788
  type_hints = typing.get_type_hints(_typecheckingstub__3fd0ab83e874e8110a1f4093ff1e48395bf94729c8f475c6e23b4d22971f3428)
2789
2789
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2790
- jsii.set(self, "peerVpcId", value)
2790
+ jsii.set(self, "peerVpcId", value) # pyright: ignore[reportArgumentType]
2791
2791
 
2792
2792
  @builtins.property
2793
2793
  @jsii.member(jsii_name="resourceCreationLimitPolicy")
@@ -2805,7 +2805,7 @@ class CfnFleet(
2805
2805
  if __debug__:
2806
2806
  type_hints = typing.get_type_hints(_typecheckingstub__21ee8415ef994fb87ac2edf852ffd98a21384f9eccc26d3a0537563c2b00fbed)
2807
2807
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2808
- jsii.set(self, "resourceCreationLimitPolicy", value)
2808
+ jsii.set(self, "resourceCreationLimitPolicy", value) # pyright: ignore[reportArgumentType]
2809
2809
 
2810
2810
  @builtins.property
2811
2811
  @jsii.member(jsii_name="runtimeConfiguration")
@@ -2823,7 +2823,7 @@ class CfnFleet(
2823
2823
  if __debug__:
2824
2824
  type_hints = typing.get_type_hints(_typecheckingstub__91bbc8eaa0f72d2032ef5cfd51906c5fc923f7ed24ede99b907cb24fe23da499)
2825
2825
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2826
- jsii.set(self, "runtimeConfiguration", value)
2826
+ jsii.set(self, "runtimeConfiguration", value) # pyright: ignore[reportArgumentType]
2827
2827
 
2828
2828
  @builtins.property
2829
2829
  @jsii.member(jsii_name="scalingPolicies")
@@ -2841,7 +2841,7 @@ class CfnFleet(
2841
2841
  if __debug__:
2842
2842
  type_hints = typing.get_type_hints(_typecheckingstub__082c3456142a6049adc9dd4639e8b2ca94a21dbf9412cc70d0ea2e1babccf7c3)
2843
2843
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2844
- jsii.set(self, "scalingPolicies", value)
2844
+ jsii.set(self, "scalingPolicies", value) # pyright: ignore[reportArgumentType]
2845
2845
 
2846
2846
  @builtins.property
2847
2847
  @jsii.member(jsii_name="scriptId")
@@ -2854,7 +2854,7 @@ class CfnFleet(
2854
2854
  if __debug__:
2855
2855
  type_hints = typing.get_type_hints(_typecheckingstub__9d89c92d80f54ea7b8f3b7a14762b9c71a927d074d3727f05bc330349648ba92)
2856
2856
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2857
- jsii.set(self, "scriptId", value)
2857
+ jsii.set(self, "scriptId", value) # pyright: ignore[reportArgumentType]
2858
2858
 
2859
2859
  @builtins.property
2860
2860
  @jsii.member(jsii_name="serverLaunchParameters")
@@ -2872,7 +2872,7 @@ class CfnFleet(
2872
2872
  if __debug__:
2873
2873
  type_hints = typing.get_type_hints(_typecheckingstub__b86e485f6c758ba0a09838614ee6f5e63a4ba69e6100fd77af039cc9f223b152)
2874
2874
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2875
- jsii.set(self, "serverLaunchParameters", value)
2875
+ jsii.set(self, "serverLaunchParameters", value) # pyright: ignore[reportArgumentType]
2876
2876
 
2877
2877
  @builtins.property
2878
2878
  @jsii.member(jsii_name="serverLaunchPath")
@@ -2890,7 +2890,7 @@ class CfnFleet(
2890
2890
  if __debug__:
2891
2891
  type_hints = typing.get_type_hints(_typecheckingstub__63d5bf96be81c4a6b00ef1deb4d8846acf0053313fb89efd0ded1f0931c66844)
2892
2892
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2893
- jsii.set(self, "serverLaunchPath", value)
2893
+ jsii.set(self, "serverLaunchPath", value) # pyright: ignore[reportArgumentType]
2894
2894
 
2895
2895
  @jsii.data_type(
2896
2896
  jsii_type="aws-cdk-lib.aws_gamelift.CfnFleet.AnywhereConfigurationProperty",
@@ -3517,7 +3517,7 @@ class CfnFleet(
3517
3517
 
3518
3518
  A remote location where a multi-location fleet can deploy game servers for game hosting.
3519
3519
 
3520
- :param location: An AWS Region code, such as ``us-west-2`` .
3520
+ :param location: An AWS Region code, such as ``us-west-2`` . For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
3521
3521
  :param location_capacity: Current resource capacity settings for managed EC2 fleets and 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>`_
3522
3522
 
3523
3523
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationconfiguration.html
@@ -3554,6 +3554,8 @@ class CfnFleet(
3554
3554
  def location(self) -> builtins.str:
3555
3555
  '''An AWS Region code, such as ``us-west-2`` .
3556
3556
 
3557
+ For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
3558
+
3557
3559
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationconfiguration.html#cfn-gamelift-fleet-locationconfiguration-location
3558
3560
  '''
3559
3561
  result = self._values.get("location")
@@ -4299,7 +4301,7 @@ class CfnFleetProps:
4299
4301
  :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.
4300
4302
  :param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, 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" or "Container".
4301
4303
  :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" or "Container".
4302
- :param locations: A set of remote locations to deploy additional instances to and manage as part of the fleet. This parameter can only be used when creating fleets in AWS Regions that support multiple locations. You can add any Amazon GameLift-supported AWS Region as a remote location, in the form of an AWS Region code, such as ``us-west-2`` or Local Zone code. To create a fleet with instances in the home Region only, don't set this parameter. When using this parameter, Amazon GameLift requires you to include your home location in the request.
4304
+ :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. 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 requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
4303
4305
  :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()
4304
4306
  :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.
4305
4307
  :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.
@@ -4680,11 +4682,9 @@ class CfnFleetProps:
4680
4682
  def locations(
4681
4683
  self,
4682
4684
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFleet.LocationConfigurationProperty]]]]:
4683
- '''A set of remote locations to deploy additional instances to and manage as part of the fleet.
4684
-
4685
- This parameter can only be used when creating fleets in AWS Regions that support multiple locations. You can add any Amazon GameLift-supported AWS Region as a remote location, in the form of an AWS Region code, such as ``us-west-2`` or Local Zone code. To create a fleet with instances in the home Region only, don't set this parameter.
4685
+ '''A set of remote locations to deploy additional instances to and manage as a multi-location fleet.
4686
4686
 
4687
- When using this parameter, Amazon GameLift requires you to include your home location in the request.
4687
+ 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. 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 requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
4688
4688
 
4689
4689
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-locations
4690
4690
  '''
@@ -5063,7 +5063,7 @@ class CfnGameServerGroup(
5063
5063
  if __debug__:
5064
5064
  type_hints = typing.get_type_hints(_typecheckingstub__89556427a3cb2e1aa05738182ce0459e80e576c3c25bd0cc1d7dc630a122bd67)
5065
5065
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5066
- jsii.set(self, "gameServerGroupName", value)
5066
+ jsii.set(self, "gameServerGroupName", value) # pyright: ignore[reportArgumentType]
5067
5067
 
5068
5068
  @builtins.property
5069
5069
  @jsii.member(jsii_name="instanceDefinitions")
@@ -5081,7 +5081,7 @@ class CfnGameServerGroup(
5081
5081
  if __debug__:
5082
5082
  type_hints = typing.get_type_hints(_typecheckingstub__868421ea021122381c2075a524c1d4785b63637a5ae0e28ee1747043ceaf14fc)
5083
5083
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5084
- jsii.set(self, "instanceDefinitions", value)
5084
+ jsii.set(self, "instanceDefinitions", value) # pyright: ignore[reportArgumentType]
5085
5085
 
5086
5086
  @builtins.property
5087
5087
  @jsii.member(jsii_name="roleArn")
@@ -5094,7 +5094,7 @@ class CfnGameServerGroup(
5094
5094
  if __debug__:
5095
5095
  type_hints = typing.get_type_hints(_typecheckingstub__c76aa84abc5cd589d0abb99434e1ecea33850fb0ccbb6eee11380bfa754fc482)
5096
5096
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5097
- jsii.set(self, "roleArn", value)
5097
+ jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
5098
5098
 
5099
5099
  @builtins.property
5100
5100
  @jsii.member(jsii_name="autoScalingPolicy")
@@ -5112,7 +5112,7 @@ class CfnGameServerGroup(
5112
5112
  if __debug__:
5113
5113
  type_hints = typing.get_type_hints(_typecheckingstub__a5ee0eb377684162644f965e1106f08af9e4431bca94796da59b89abc7ffd998)
5114
5114
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5115
- jsii.set(self, "autoScalingPolicy", value)
5115
+ jsii.set(self, "autoScalingPolicy", value) # pyright: ignore[reportArgumentType]
5116
5116
 
5117
5117
  @builtins.property
5118
5118
  @jsii.member(jsii_name="balancingStrategy")
@@ -5125,7 +5125,7 @@ class CfnGameServerGroup(
5125
5125
  if __debug__:
5126
5126
  type_hints = typing.get_type_hints(_typecheckingstub__a5fc25560f0a78783f5ed8bb510e2e86e267d9629bd271a2403e866afa14e22e)
5127
5127
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5128
- jsii.set(self, "balancingStrategy", value)
5128
+ jsii.set(self, "balancingStrategy", value) # pyright: ignore[reportArgumentType]
5129
5129
 
5130
5130
  @builtins.property
5131
5131
  @jsii.member(jsii_name="deleteOption")
@@ -5138,7 +5138,7 @@ class CfnGameServerGroup(
5138
5138
  if __debug__:
5139
5139
  type_hints = typing.get_type_hints(_typecheckingstub__a84355ef62b2fd37a277a26c39b2735a06cf204ad010f5de3744a8280e5be056)
5140
5140
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5141
- jsii.set(self, "deleteOption", value)
5141
+ jsii.set(self, "deleteOption", value) # pyright: ignore[reportArgumentType]
5142
5142
 
5143
5143
  @builtins.property
5144
5144
  @jsii.member(jsii_name="gameServerProtectionPolicy")
@@ -5154,7 +5154,7 @@ class CfnGameServerGroup(
5154
5154
  if __debug__:
5155
5155
  type_hints = typing.get_type_hints(_typecheckingstub__29b538c5660178a7532c29be9d3acb184e85dfbac80460c002d5f219fa429d79)
5156
5156
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5157
- jsii.set(self, "gameServerProtectionPolicy", value)
5157
+ jsii.set(self, "gameServerProtectionPolicy", value) # pyright: ignore[reportArgumentType]
5158
5158
 
5159
5159
  @builtins.property
5160
5160
  @jsii.member(jsii_name="launchTemplate")
@@ -5172,7 +5172,7 @@ class CfnGameServerGroup(
5172
5172
  if __debug__:
5173
5173
  type_hints = typing.get_type_hints(_typecheckingstub__2e1b30118131dd3fcdd29554603028109f41bf9f28d638ff1f26fc0de989e8b6)
5174
5174
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5175
- jsii.set(self, "launchTemplate", value)
5175
+ jsii.set(self, "launchTemplate", value) # pyright: ignore[reportArgumentType]
5176
5176
 
5177
5177
  @builtins.property
5178
5178
  @jsii.member(jsii_name="maxSize")
@@ -5185,7 +5185,7 @@ class CfnGameServerGroup(
5185
5185
  if __debug__:
5186
5186
  type_hints = typing.get_type_hints(_typecheckingstub__c07d732b195687bb610c12d0db39761316bbb61e6416116d630f224124000c66)
5187
5187
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5188
- jsii.set(self, "maxSize", value)
5188
+ jsii.set(self, "maxSize", value) # pyright: ignore[reportArgumentType]
5189
5189
 
5190
5190
  @builtins.property
5191
5191
  @jsii.member(jsii_name="minSize")
@@ -5198,7 +5198,7 @@ class CfnGameServerGroup(
5198
5198
  if __debug__:
5199
5199
  type_hints = typing.get_type_hints(_typecheckingstub__b7e884c21390c0adc461578e34ea9d201ce75716ffda1892218e4f39b5f6ae3e)
5200
5200
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5201
- jsii.set(self, "minSize", value)
5201
+ jsii.set(self, "minSize", value) # pyright: ignore[reportArgumentType]
5202
5202
 
5203
5203
  @builtins.property
5204
5204
  @jsii.member(jsii_name="tagsRaw")
@@ -5211,7 +5211,7 @@ class CfnGameServerGroup(
5211
5211
  if __debug__:
5212
5212
  type_hints = typing.get_type_hints(_typecheckingstub__0dba0594bea5d13fc9125228769f878f9679d696d511472809787acd5605b3e6)
5213
5213
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5214
- jsii.set(self, "tagsRaw", value)
5214
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
5215
5215
 
5216
5216
  @builtins.property
5217
5217
  @jsii.member(jsii_name="vpcSubnets")
@@ -5224,7 +5224,7 @@ class CfnGameServerGroup(
5224
5224
  if __debug__:
5225
5225
  type_hints = typing.get_type_hints(_typecheckingstub__0b4d5326a42c1fdc1afa97e1f31ad389e2aac7fbe1c4f2c6a3f614b0d23761c7)
5226
5226
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5227
- jsii.set(self, "vpcSubnets", value)
5227
+ jsii.set(self, "vpcSubnets", value) # pyright: ignore[reportArgumentType]
5228
5228
 
5229
5229
  @jsii.data_type(
5230
5230
  jsii_type="aws-cdk-lib.aws_gamelift.CfnGameServerGroup.AutoScalingPolicyProperty",
@@ -5999,7 +5999,7 @@ class CfnGameSessionQueue(
5999
5999
  if __debug__:
6000
6000
  type_hints = typing.get_type_hints(_typecheckingstub__ac381d2dd8ded0682b62f79246a99597b2aca0600afaa30c9f48b5f1411bbfa8)
6001
6001
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6002
- jsii.set(self, "name", value)
6002
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
6003
6003
 
6004
6004
  @builtins.property
6005
6005
  @jsii.member(jsii_name="customEventData")
@@ -6012,7 +6012,7 @@ class CfnGameSessionQueue(
6012
6012
  if __debug__:
6013
6013
  type_hints = typing.get_type_hints(_typecheckingstub__5d8260843224b7180260627c762aaa0ae5afbcd912f5da71a3c576430e069f9e)
6014
6014
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6015
- jsii.set(self, "customEventData", value)
6015
+ jsii.set(self, "customEventData", value) # pyright: ignore[reportArgumentType]
6016
6016
 
6017
6017
  @builtins.property
6018
6018
  @jsii.member(jsii_name="destinations")
@@ -6030,7 +6030,7 @@ class CfnGameSessionQueue(
6030
6030
  if __debug__:
6031
6031
  type_hints = typing.get_type_hints(_typecheckingstub__f656db0c32504c821ba5c5d5067bac317db7def96a39500c5847a853576e95ec)
6032
6032
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6033
- jsii.set(self, "destinations", value)
6033
+ jsii.set(self, "destinations", value) # pyright: ignore[reportArgumentType]
6034
6034
 
6035
6035
  @builtins.property
6036
6036
  @jsii.member(jsii_name="filterConfiguration")
@@ -6048,7 +6048,7 @@ class CfnGameSessionQueue(
6048
6048
  if __debug__:
6049
6049
  type_hints = typing.get_type_hints(_typecheckingstub__08e5b9b16ae8732de19b82da87c71cb00a9d06d7a37c8d217314158c063bf0f7)
6050
6050
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6051
- jsii.set(self, "filterConfiguration", value)
6051
+ jsii.set(self, "filterConfiguration", value) # pyright: ignore[reportArgumentType]
6052
6052
 
6053
6053
  @builtins.property
6054
6054
  @jsii.member(jsii_name="notificationTarget")
@@ -6061,7 +6061,7 @@ class CfnGameSessionQueue(
6061
6061
  if __debug__:
6062
6062
  type_hints = typing.get_type_hints(_typecheckingstub__2f838580d46a0a1a08c09d8b8b17de066bfb74896289f61432e755d32429e2a4)
6063
6063
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6064
- jsii.set(self, "notificationTarget", value)
6064
+ jsii.set(self, "notificationTarget", value) # pyright: ignore[reportArgumentType]
6065
6065
 
6066
6066
  @builtins.property
6067
6067
  @jsii.member(jsii_name="playerLatencyPolicies")
@@ -6079,7 +6079,7 @@ class CfnGameSessionQueue(
6079
6079
  if __debug__:
6080
6080
  type_hints = typing.get_type_hints(_typecheckingstub__3da0f541db3f4dba488790dc678e2dd0872a5271bf05bb0ddcb181884f5dfb80)
6081
6081
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6082
- jsii.set(self, "playerLatencyPolicies", value)
6082
+ jsii.set(self, "playerLatencyPolicies", value) # pyright: ignore[reportArgumentType]
6083
6083
 
6084
6084
  @builtins.property
6085
6085
  @jsii.member(jsii_name="priorityConfiguration")
@@ -6097,7 +6097,7 @@ class CfnGameSessionQueue(
6097
6097
  if __debug__:
6098
6098
  type_hints = typing.get_type_hints(_typecheckingstub__622dc07e672d46f719db763d6bf2dec499f84a17b72186d593df03f3fcb1ae7f)
6099
6099
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6100
- jsii.set(self, "priorityConfiguration", value)
6100
+ jsii.set(self, "priorityConfiguration", value) # pyright: ignore[reportArgumentType]
6101
6101
 
6102
6102
  @builtins.property
6103
6103
  @jsii.member(jsii_name="tagsRaw")
@@ -6110,7 +6110,7 @@ class CfnGameSessionQueue(
6110
6110
  if __debug__:
6111
6111
  type_hints = typing.get_type_hints(_typecheckingstub__e3a8c431c366d3fa711cfb42cebf2d1647b8f2a1a5e129b5536c91cdf0135eb8)
6112
6112
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6113
- jsii.set(self, "tagsRaw", value)
6113
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
6114
6114
 
6115
6115
  @builtins.property
6116
6116
  @jsii.member(jsii_name="timeoutInSeconds")
@@ -6123,7 +6123,7 @@ class CfnGameSessionQueue(
6123
6123
  if __debug__:
6124
6124
  type_hints = typing.get_type_hints(_typecheckingstub__5ad24ec0156a0a24d8fe08ecf8470df28f9f1501a3ab442e887e2d1c5ef03df4)
6125
6125
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6126
- jsii.set(self, "timeoutInSeconds", value)
6126
+ jsii.set(self, "timeoutInSeconds", value) # pyright: ignore[reportArgumentType]
6127
6127
 
6128
6128
  @jsii.data_type(
6129
6129
  jsii_type="aws-cdk-lib.aws_gamelift.CfnGameSessionQueue.DestinationProperty",
@@ -6732,7 +6732,7 @@ class CfnLocation(
6732
6732
  :param scope: Scope in which this resource is defined.
6733
6733
  :param id: Construct identifier for this resource (unique in its scope).
6734
6734
  :param location_name: A descriptive name for the custom location.
6735
- :param tags: A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
6735
+ :param tags: A list of labels to assign to the new resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
6736
6736
  '''
6737
6737
  if __debug__:
6738
6738
  type_hints = typing.get_type_hints(_typecheckingstub__404fc5857cf63bdcf757784b5c810e73ce1c99d8d82c264eec7a145724580816)
@@ -6805,12 +6805,12 @@ class CfnLocation(
6805
6805
  if __debug__:
6806
6806
  type_hints = typing.get_type_hints(_typecheckingstub__50f9bf4f89ef7693448c9209f894d6900bab55884642fc136222c211e82f3015)
6807
6807
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6808
- jsii.set(self, "locationName", value)
6808
+ jsii.set(self, "locationName", value) # pyright: ignore[reportArgumentType]
6809
6809
 
6810
6810
  @builtins.property
6811
6811
  @jsii.member(jsii_name="tagsRaw")
6812
6812
  def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6813
- '''A list of labels to assign to the new matchmaking configuration resource.'''
6813
+ '''A list of labels to assign to the new resource.'''
6814
6814
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
6815
6815
 
6816
6816
  @tags_raw.setter
@@ -6818,7 +6818,7 @@ class CfnLocation(
6818
6818
  if __debug__:
6819
6819
  type_hints = typing.get_type_hints(_typecheckingstub__db22dc038d314307a9d7182d88d8959bd024bf2feff9aee7f03deba1df46ca5c)
6820
6820
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6821
- jsii.set(self, "tagsRaw", value)
6821
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
6822
6822
 
6823
6823
 
6824
6824
  @jsii.data_type(
@@ -6836,7 +6836,7 @@ class CfnLocationProps:
6836
6836
  '''Properties for defining a ``CfnLocation``.
6837
6837
 
6838
6838
  :param location_name: A descriptive name for the custom location.
6839
- :param tags: A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
6839
+ :param tags: A list of labels to assign to the new resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
6840
6840
 
6841
6841
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-location.html
6842
6842
  :exampleMetadata: fixture=_generated
@@ -6879,9 +6879,9 @@ class CfnLocationProps:
6879
6879
 
6880
6880
  @builtins.property
6881
6881
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6882
- '''A list of labels to assign to the new matchmaking configuration resource.
6882
+ '''A list of labels to assign to the new resource.
6883
6883
 
6884
- Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
6884
+ Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
6885
6885
 
6886
6886
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-location.html#cfn-gamelift-location-tags
6887
6887
  '''
@@ -7092,7 +7092,7 @@ class CfnMatchmakingConfiguration(
7092
7092
  if __debug__:
7093
7093
  type_hints = typing.get_type_hints(_typecheckingstub__22e4fb0874509d31426b22f3ffefc8f7d3c205a887689be775fe8344351315b4)
7094
7094
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7095
- jsii.set(self, "acceptanceRequired", value)
7095
+ jsii.set(self, "acceptanceRequired", value) # pyright: ignore[reportArgumentType]
7096
7096
 
7097
7097
  @builtins.property
7098
7098
  @jsii.member(jsii_name="name")
@@ -7105,7 +7105,7 @@ class CfnMatchmakingConfiguration(
7105
7105
  if __debug__:
7106
7106
  type_hints = typing.get_type_hints(_typecheckingstub__50207e3d686076a987e377c81a96125dab3ab3f1620c58f788384cb08b17f088)
7107
7107
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7108
- jsii.set(self, "name", value)
7108
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
7109
7109
 
7110
7110
  @builtins.property
7111
7111
  @jsii.member(jsii_name="requestTimeoutSeconds")
@@ -7118,7 +7118,7 @@ class CfnMatchmakingConfiguration(
7118
7118
  if __debug__:
7119
7119
  type_hints = typing.get_type_hints(_typecheckingstub__a26beba0933992ac93ce4a627f18fa7a10ad26da6a35a99b1e377d5afa493b78)
7120
7120
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7121
- jsii.set(self, "requestTimeoutSeconds", value)
7121
+ jsii.set(self, "requestTimeoutSeconds", value) # pyright: ignore[reportArgumentType]
7122
7122
 
7123
7123
  @builtins.property
7124
7124
  @jsii.member(jsii_name="ruleSetName")
@@ -7131,7 +7131,7 @@ class CfnMatchmakingConfiguration(
7131
7131
  if __debug__:
7132
7132
  type_hints = typing.get_type_hints(_typecheckingstub__e22642273b822aeccc60cfa3d9595fa6bc154a168c63626eefb68d6a746ffad0)
7133
7133
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7134
- jsii.set(self, "ruleSetName", value)
7134
+ jsii.set(self, "ruleSetName", value) # pyright: ignore[reportArgumentType]
7135
7135
 
7136
7136
  @builtins.property
7137
7137
  @jsii.member(jsii_name="acceptanceTimeoutSeconds")
@@ -7144,7 +7144,7 @@ class CfnMatchmakingConfiguration(
7144
7144
  if __debug__:
7145
7145
  type_hints = typing.get_type_hints(_typecheckingstub__c28ab17b4e7b606d702229a14a7e46b7f9e86cb64d8dc6e0585fbcb058d0b242)
7146
7146
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7147
- jsii.set(self, "acceptanceTimeoutSeconds", value)
7147
+ jsii.set(self, "acceptanceTimeoutSeconds", value) # pyright: ignore[reportArgumentType]
7148
7148
 
7149
7149
  @builtins.property
7150
7150
  @jsii.member(jsii_name="additionalPlayerCount")
@@ -7157,7 +7157,7 @@ class CfnMatchmakingConfiguration(
7157
7157
  if __debug__:
7158
7158
  type_hints = typing.get_type_hints(_typecheckingstub__92699d7bd325a7ad10bdb62647176ac995f2c17688efde0d91661c8f0815eda7)
7159
7159
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7160
- jsii.set(self, "additionalPlayerCount", value)
7160
+ jsii.set(self, "additionalPlayerCount", value) # pyright: ignore[reportArgumentType]
7161
7161
 
7162
7162
  @builtins.property
7163
7163
  @jsii.member(jsii_name="backfillMode")
@@ -7170,7 +7170,7 @@ class CfnMatchmakingConfiguration(
7170
7170
  if __debug__:
7171
7171
  type_hints = typing.get_type_hints(_typecheckingstub__b63753d38be440877984c0aa86a81bd07b6d2ce3aec33c9d8dd34c0ccde356c3)
7172
7172
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7173
- jsii.set(self, "backfillMode", value)
7173
+ jsii.set(self, "backfillMode", value) # pyright: ignore[reportArgumentType]
7174
7174
 
7175
7175
  @builtins.property
7176
7176
  @jsii.member(jsii_name="creationTime")
@@ -7183,7 +7183,7 @@ class CfnMatchmakingConfiguration(
7183
7183
  if __debug__:
7184
7184
  type_hints = typing.get_type_hints(_typecheckingstub__31d3fbc33faadd8b20143f6719f4142fc516a089f7e572e974783578c57954d8)
7185
7185
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7186
- jsii.set(self, "creationTime", value)
7186
+ jsii.set(self, "creationTime", value) # pyright: ignore[reportArgumentType]
7187
7187
 
7188
7188
  @builtins.property
7189
7189
  @jsii.member(jsii_name="customEventData")
@@ -7196,7 +7196,7 @@ class CfnMatchmakingConfiguration(
7196
7196
  if __debug__:
7197
7197
  type_hints = typing.get_type_hints(_typecheckingstub__fac8d8c2d6825f23811aeea9f440bf664e97a02184ef417460a8d92056b2fb27)
7198
7198
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7199
- jsii.set(self, "customEventData", value)
7199
+ jsii.set(self, "customEventData", value) # pyright: ignore[reportArgumentType]
7200
7200
 
7201
7201
  @builtins.property
7202
7202
  @jsii.member(jsii_name="description")
@@ -7209,7 +7209,7 @@ class CfnMatchmakingConfiguration(
7209
7209
  if __debug__:
7210
7210
  type_hints = typing.get_type_hints(_typecheckingstub__a956b02b663049817a64e32bfd1f09f9857feedac28f4eca2d36141c326cc5e1)
7211
7211
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7212
- jsii.set(self, "description", value)
7212
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
7213
7213
 
7214
7214
  @builtins.property
7215
7215
  @jsii.member(jsii_name="flexMatchMode")
@@ -7222,7 +7222,7 @@ class CfnMatchmakingConfiguration(
7222
7222
  if __debug__:
7223
7223
  type_hints = typing.get_type_hints(_typecheckingstub__a047908ff094a894704a6965c30654d87bb94e2aff3bd57abb16673fd6e98318)
7224
7224
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7225
- jsii.set(self, "flexMatchMode", value)
7225
+ jsii.set(self, "flexMatchMode", value) # pyright: ignore[reportArgumentType]
7226
7226
 
7227
7227
  @builtins.property
7228
7228
  @jsii.member(jsii_name="gameProperties")
@@ -7240,7 +7240,7 @@ class CfnMatchmakingConfiguration(
7240
7240
  if __debug__:
7241
7241
  type_hints = typing.get_type_hints(_typecheckingstub__0086331ec6c1fe164de53253519ecf95f522026cd3c4b9b2c0b16c300b99ceb2)
7242
7242
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7243
- jsii.set(self, "gameProperties", value)
7243
+ jsii.set(self, "gameProperties", value) # pyright: ignore[reportArgumentType]
7244
7244
 
7245
7245
  @builtins.property
7246
7246
  @jsii.member(jsii_name="gameSessionData")
@@ -7253,7 +7253,7 @@ class CfnMatchmakingConfiguration(
7253
7253
  if __debug__:
7254
7254
  type_hints = typing.get_type_hints(_typecheckingstub__ad31d919af9b1fb2de550bd5b00fcb306185a91f87127b6250e135a48937df4d)
7255
7255
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7256
- jsii.set(self, "gameSessionData", value)
7256
+ jsii.set(self, "gameSessionData", value) # pyright: ignore[reportArgumentType]
7257
7257
 
7258
7258
  @builtins.property
7259
7259
  @jsii.member(jsii_name="gameSessionQueueArns")
@@ -7269,7 +7269,7 @@ class CfnMatchmakingConfiguration(
7269
7269
  if __debug__:
7270
7270
  type_hints = typing.get_type_hints(_typecheckingstub__beae0e02206ffef8c392d9dd656f3a5ac2476b679628f1884cf15a4e8092c49d)
7271
7271
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7272
- jsii.set(self, "gameSessionQueueArns", value)
7272
+ jsii.set(self, "gameSessionQueueArns", value) # pyright: ignore[reportArgumentType]
7273
7273
 
7274
7274
  @builtins.property
7275
7275
  @jsii.member(jsii_name="notificationTarget")
@@ -7282,7 +7282,7 @@ class CfnMatchmakingConfiguration(
7282
7282
  if __debug__:
7283
7283
  type_hints = typing.get_type_hints(_typecheckingstub__83e843d11896164f9fbc52e89ade017c17b6cce0da297e20b5f554281c6c8e7e)
7284
7284
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7285
- jsii.set(self, "notificationTarget", value)
7285
+ jsii.set(self, "notificationTarget", value) # pyright: ignore[reportArgumentType]
7286
7286
 
7287
7287
  @builtins.property
7288
7288
  @jsii.member(jsii_name="ruleSetArn")
@@ -7295,7 +7295,7 @@ class CfnMatchmakingConfiguration(
7295
7295
  if __debug__:
7296
7296
  type_hints = typing.get_type_hints(_typecheckingstub__b47741240f35249cfb706757b5199576646836e89e8f9fcd9e6bb884d238a3c9)
7297
7297
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7298
- jsii.set(self, "ruleSetArn", value)
7298
+ jsii.set(self, "ruleSetArn", value) # pyright: ignore[reportArgumentType]
7299
7299
 
7300
7300
  @builtins.property
7301
7301
  @jsii.member(jsii_name="tagsRaw")
@@ -7308,7 +7308,7 @@ class CfnMatchmakingConfiguration(
7308
7308
  if __debug__:
7309
7309
  type_hints = typing.get_type_hints(_typecheckingstub__9777adaa1c91123290fcf69dfad3f29c9d5affe68344eb61a6147f7c78954b2c)
7310
7310
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7311
- jsii.set(self, "tagsRaw", value)
7311
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
7312
7312
 
7313
7313
  @jsii.data_type(
7314
7314
  jsii_type="aws-cdk-lib.aws_gamelift.CfnMatchmakingConfiguration.GamePropertyProperty",
@@ -7882,7 +7882,7 @@ class CfnMatchmakingRuleSet(
7882
7882
  if __debug__:
7883
7883
  type_hints = typing.get_type_hints(_typecheckingstub__e140482b102c49c4f1893c669d34c3cb70704179735bb2d142748745913c03a1)
7884
7884
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7885
- jsii.set(self, "name", value)
7885
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
7886
7886
 
7887
7887
  @builtins.property
7888
7888
  @jsii.member(jsii_name="ruleSetBody")
@@ -7895,7 +7895,7 @@ class CfnMatchmakingRuleSet(
7895
7895
  if __debug__:
7896
7896
  type_hints = typing.get_type_hints(_typecheckingstub__2901f58b94659dc1e7b989a5220ec6f85b0fd07e208ae745469d1ed13b3ecb5e)
7897
7897
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7898
- jsii.set(self, "ruleSetBody", value)
7898
+ jsii.set(self, "ruleSetBody", value) # pyright: ignore[reportArgumentType]
7899
7899
 
7900
7900
  @builtins.property
7901
7901
  @jsii.member(jsii_name="tagsRaw")
@@ -7908,7 +7908,7 @@ class CfnMatchmakingRuleSet(
7908
7908
  if __debug__:
7909
7909
  type_hints = typing.get_type_hints(_typecheckingstub__0b8486d81489f869526b41e6ebf2b191599f06a6370135adbf247ac933792cd6)
7910
7910
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7911
- jsii.set(self, "tagsRaw", value)
7911
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
7912
7912
 
7913
7913
 
7914
7914
  @jsii.data_type(
@@ -8174,7 +8174,7 @@ class CfnScript(
8174
8174
  if __debug__:
8175
8175
  type_hints = typing.get_type_hints(_typecheckingstub__67239519d512a22693f642bf29d26d0bffc0cf4f5f242e2295be3b8cf8bc1f30)
8176
8176
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8177
- jsii.set(self, "storageLocation", value)
8177
+ jsii.set(self, "storageLocation", value) # pyright: ignore[reportArgumentType]
8178
8178
 
8179
8179
  @builtins.property
8180
8180
  @jsii.member(jsii_name="name")
@@ -8187,7 +8187,7 @@ class CfnScript(
8187
8187
  if __debug__:
8188
8188
  type_hints = typing.get_type_hints(_typecheckingstub__df6266bf40e8b346c6a57c12d46137c3fe4f29ca8b9c37ef0dfb5715f82fbbf1)
8189
8189
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8190
- jsii.set(self, "name", value)
8190
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
8191
8191
 
8192
8192
  @builtins.property
8193
8193
  @jsii.member(jsii_name="tagsRaw")
@@ -8200,7 +8200,7 @@ class CfnScript(
8200
8200
  if __debug__:
8201
8201
  type_hints = typing.get_type_hints(_typecheckingstub__59fee6448a284bb6932305c7159828353c13832415292cceb7a74453dd8177cc)
8202
8202
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8203
- jsii.set(self, "tagsRaw", value)
8203
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
8204
8204
 
8205
8205
  @builtins.property
8206
8206
  @jsii.member(jsii_name="version")
@@ -8213,7 +8213,7 @@ class CfnScript(
8213
8213
  if __debug__:
8214
8214
  type_hints = typing.get_type_hints(_typecheckingstub__22d619527b7b1b8b21c8e5ffa7ab4abbd6f2c76a23e5179dd879485530ec9e39)
8215
8215
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8216
- jsii.set(self, "version", value)
8216
+ jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
8217
8217
 
8218
8218
  @jsii.data_type(
8219
8219
  jsii_type="aws-cdk-lib.aws_gamelift.CfnScript.S3LocationProperty",