@aws-cdk/aws-gamelift-alpha 2.235.1-alpha.0 → 2.237.0-alpha.0
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.
- package/.jsii +292 -263
- package/.jsii.tabl.json.gz +0 -0
- package/awslint.json +10 -1
- package/lib/alias.d.ts +3 -8
- package/lib/alias.js +27 -22
- package/lib/build-fleet.d.ts +3 -8
- package/lib/build-fleet.js +18 -14
- package/lib/build.d.ts +3 -8
- package/lib/build.js +28 -23
- package/lib/content.js +3 -3
- package/lib/fleet-base.js +1 -1
- package/lib/game-server-group.d.ts +4 -12
- package/lib/game-server-group.js +33 -27
- package/lib/game-session-queue.d.ts +3 -8
- package/lib/game-session-queue.js +18 -14
- package/lib/ingress-rule.js +2 -2
- package/lib/matchmaking-configuration.js +1 -1
- package/lib/matchmaking-ruleset-body.js +1 -1
- package/lib/matchmaking-ruleset.d.ts +3 -8
- package/lib/matchmaking-ruleset.js +26 -21
- package/lib/queued-matchmaking-configuration.d.ts +6 -8
- package/lib/queued-matchmaking-configuration.js +21 -14
- package/lib/script.d.ts +3 -8
- package/lib/script.js +26 -21
- package/lib/standalone-matchmaking-configuration.d.ts +3 -8
- package/lib/standalone-matchmaking-configuration.js +26 -20
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.237.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -2606,6 +2606,19 @@
|
|
|
2606
2606
|
}
|
|
2607
2607
|
}
|
|
2608
2608
|
},
|
|
2609
|
+
"aws-cdk-lib.aws_mwaaserverless": {
|
|
2610
|
+
"targets": {
|
|
2611
|
+
"dotnet": {
|
|
2612
|
+
"namespace": "Amazon.CDK.AWS.MWAAServerless"
|
|
2613
|
+
},
|
|
2614
|
+
"java": {
|
|
2615
|
+
"package": "software.amazon.awscdk.services.mwaaserverless"
|
|
2616
|
+
},
|
|
2617
|
+
"python": {
|
|
2618
|
+
"module": "aws_cdk.aws_mwaaserverless"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2609
2622
|
"aws-cdk-lib.aws_neptune": {
|
|
2610
2623
|
"targets": {
|
|
2611
2624
|
"dotnet": {
|
|
@@ -6811,6 +6824,22 @@
|
|
|
6811
6824
|
}
|
|
6812
6825
|
}
|
|
6813
6826
|
},
|
|
6827
|
+
"aws-cdk-lib.interfaces.aws_mwaaserverless": {
|
|
6828
|
+
"targets": {
|
|
6829
|
+
"dotnet": {
|
|
6830
|
+
"namespace": "Amazon.CDK.Interfaces.MWAAServerless"
|
|
6831
|
+
},
|
|
6832
|
+
"go": {
|
|
6833
|
+
"packageName": "interfacesawsmwaaserverless"
|
|
6834
|
+
},
|
|
6835
|
+
"java": {
|
|
6836
|
+
"package": "software.amazon.awscdk.interfaces.mwaaserverless"
|
|
6837
|
+
},
|
|
6838
|
+
"python": {
|
|
6839
|
+
"module": "aws_cdk.interfaces.aws_mwaaserverless"
|
|
6840
|
+
}
|
|
6841
|
+
}
|
|
6842
|
+
},
|
|
6814
6843
|
"aws-cdk-lib.interfaces.aws_neptune": {
|
|
6815
6844
|
"targets": {
|
|
6816
6845
|
"dotnet": {
|
|
@@ -8470,7 +8499,7 @@
|
|
|
8470
8499
|
"stability": "experimental"
|
|
8471
8500
|
},
|
|
8472
8501
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8473
|
-
"jsiiVersion": "5.9.
|
|
8502
|
+
"jsiiVersion": "5.9.23 (build 29252a0)",
|
|
8474
8503
|
"keywords": [
|
|
8475
8504
|
"aws",
|
|
8476
8505
|
"cdk",
|
|
@@ -8550,7 +8579,7 @@
|
|
|
8550
8579
|
},
|
|
8551
8580
|
"locationInModule": {
|
|
8552
8581
|
"filename": "lib/alias.ts",
|
|
8553
|
-
"line":
|
|
8582
|
+
"line": 197
|
|
8554
8583
|
},
|
|
8555
8584
|
"parameters": [
|
|
8556
8585
|
{
|
|
@@ -8576,7 +8605,7 @@
|
|
|
8576
8605
|
"kind": "class",
|
|
8577
8606
|
"locationInModule": {
|
|
8578
8607
|
"filename": "lib/alias.ts",
|
|
8579
|
-
"line":
|
|
8608
|
+
"line": 138
|
|
8580
8609
|
},
|
|
8581
8610
|
"methods": [
|
|
8582
8611
|
{
|
|
@@ -8586,7 +8615,7 @@
|
|
|
8586
8615
|
},
|
|
8587
8616
|
"locationInModule": {
|
|
8588
8617
|
"filename": "lib/alias.ts",
|
|
8589
|
-
"line":
|
|
8618
|
+
"line": 153
|
|
8590
8619
|
},
|
|
8591
8620
|
"name": "fromAliasArn",
|
|
8592
8621
|
"parameters": [
|
|
@@ -8623,7 +8652,7 @@
|
|
|
8623
8652
|
},
|
|
8624
8653
|
"locationInModule": {
|
|
8625
8654
|
"filename": "lib/alias.ts",
|
|
8626
|
-
"line":
|
|
8655
|
+
"line": 160
|
|
8627
8656
|
},
|
|
8628
8657
|
"name": "fromAliasAttributes",
|
|
8629
8658
|
"parameters": [
|
|
@@ -8660,7 +8689,7 @@
|
|
|
8660
8689
|
},
|
|
8661
8690
|
"locationInModule": {
|
|
8662
8691
|
"filename": "lib/alias.ts",
|
|
8663
|
-
"line":
|
|
8692
|
+
"line": 146
|
|
8664
8693
|
},
|
|
8665
8694
|
"name": "fromAliasId",
|
|
8666
8695
|
"parameters": [
|
|
@@ -8702,7 +8731,7 @@
|
|
|
8702
8731
|
"immutable": true,
|
|
8703
8732
|
"locationInModule": {
|
|
8704
8733
|
"filename": "lib/alias.ts",
|
|
8705
|
-
"line":
|
|
8734
|
+
"line": 141
|
|
8706
8735
|
},
|
|
8707
8736
|
"name": "PROPERTY_INJECTION_ID",
|
|
8708
8737
|
"static": true,
|
|
@@ -8718,7 +8747,7 @@
|
|
|
8718
8747
|
"immutable": true,
|
|
8719
8748
|
"locationInModule": {
|
|
8720
8749
|
"filename": "lib/alias.ts",
|
|
8721
|
-
"line":
|
|
8750
|
+
"line": 236
|
|
8722
8751
|
},
|
|
8723
8752
|
"name": "aliasArn",
|
|
8724
8753
|
"overrides": "@aws-cdk/aws-gamelift-alpha.AliasBase",
|
|
@@ -8734,7 +8763,7 @@
|
|
|
8734
8763
|
"immutable": true,
|
|
8735
8764
|
"locationInModule": {
|
|
8736
8765
|
"filename": "lib/alias.ts",
|
|
8737
|
-
"line":
|
|
8766
|
+
"line": 231
|
|
8738
8767
|
},
|
|
8739
8768
|
"name": "aliasId",
|
|
8740
8769
|
"overrides": "@aws-cdk/aws-gamelift-alpha.AliasBase",
|
|
@@ -8750,7 +8779,7 @@
|
|
|
8750
8779
|
"immutable": true,
|
|
8751
8780
|
"locationInModule": {
|
|
8752
8781
|
"filename": "lib/alias.ts",
|
|
8753
|
-
"line":
|
|
8782
|
+
"line": 193
|
|
8754
8783
|
},
|
|
8755
8784
|
"name": "fleet",
|
|
8756
8785
|
"optional": true,
|
|
@@ -8776,7 +8805,7 @@
|
|
|
8776
8805
|
"kind": "interface",
|
|
8777
8806
|
"locationInModule": {
|
|
8778
8807
|
"filename": "lib/alias.ts",
|
|
8779
|
-
"line":
|
|
8808
|
+
"line": 44
|
|
8780
8809
|
},
|
|
8781
8810
|
"name": "AliasAttributes",
|
|
8782
8811
|
"properties": [
|
|
@@ -8791,7 +8820,7 @@
|
|
|
8791
8820
|
"immutable": true,
|
|
8792
8821
|
"locationInModule": {
|
|
8793
8822
|
"filename": "lib/alias.ts",
|
|
8794
|
-
"line":
|
|
8823
|
+
"line": 52
|
|
8795
8824
|
},
|
|
8796
8825
|
"name": "aliasArn",
|
|
8797
8826
|
"optional": true,
|
|
@@ -8810,7 +8839,7 @@
|
|
|
8810
8839
|
"immutable": true,
|
|
8811
8840
|
"locationInModule": {
|
|
8812
8841
|
"filename": "lib/alias.ts",
|
|
8813
|
-
"line":
|
|
8842
|
+
"line": 61
|
|
8814
8843
|
},
|
|
8815
8844
|
"name": "aliasId",
|
|
8816
8845
|
"optional": true,
|
|
@@ -8836,7 +8865,7 @@
|
|
|
8836
8865
|
},
|
|
8837
8866
|
"locationInModule": {
|
|
8838
8867
|
"filename": "core/lib/resource.ts",
|
|
8839
|
-
"line":
|
|
8868
|
+
"line": 119
|
|
8840
8869
|
},
|
|
8841
8870
|
"parameters": [
|
|
8842
8871
|
{
|
|
@@ -8866,7 +8895,7 @@
|
|
|
8866
8895
|
"kind": "class",
|
|
8867
8896
|
"locationInModule": {
|
|
8868
8897
|
"filename": "lib/alias.ts",
|
|
8869
|
-
"line":
|
|
8898
|
+
"line": 103
|
|
8870
8899
|
},
|
|
8871
8900
|
"name": "AliasBase",
|
|
8872
8901
|
"properties": [
|
|
@@ -8879,7 +8908,7 @@
|
|
|
8879
8908
|
"immutable": true,
|
|
8880
8909
|
"locationInModule": {
|
|
8881
8910
|
"filename": "lib/alias.ts",
|
|
8882
|
-
"line":
|
|
8911
|
+
"line": 112
|
|
8883
8912
|
},
|
|
8884
8913
|
"name": "aliasArn",
|
|
8885
8914
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IAlias",
|
|
@@ -8896,7 +8925,7 @@
|
|
|
8896
8925
|
"immutable": true,
|
|
8897
8926
|
"locationInModule": {
|
|
8898
8927
|
"filename": "lib/alias.ts",
|
|
8899
|
-
"line":
|
|
8928
|
+
"line": 107
|
|
8900
8929
|
},
|
|
8901
8930
|
"name": "aliasId",
|
|
8902
8931
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IAlias",
|
|
@@ -8912,7 +8941,7 @@
|
|
|
8912
8941
|
"immutable": true,
|
|
8913
8942
|
"locationInModule": {
|
|
8914
8943
|
"filename": "lib/alias.ts",
|
|
8915
|
-
"line":
|
|
8944
|
+
"line": 117
|
|
8916
8945
|
},
|
|
8917
8946
|
"name": "resourceArnForDestination",
|
|
8918
8947
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueueDestination",
|
|
@@ -8938,7 +8967,7 @@
|
|
|
8938
8967
|
"kind": "interface",
|
|
8939
8968
|
"locationInModule": {
|
|
8940
8969
|
"filename": "lib/alias.ts",
|
|
8941
|
-
"line":
|
|
8970
|
+
"line": 32
|
|
8942
8971
|
},
|
|
8943
8972
|
"name": "AliasOptions",
|
|
8944
8973
|
"properties": [
|
|
@@ -8952,7 +8981,7 @@
|
|
|
8952
8981
|
"immutable": true,
|
|
8953
8982
|
"locationInModule": {
|
|
8954
8983
|
"filename": "lib/alias.ts",
|
|
8955
|
-
"line":
|
|
8984
|
+
"line": 38
|
|
8956
8985
|
},
|
|
8957
8986
|
"name": "description",
|
|
8958
8987
|
"optional": true,
|
|
@@ -8978,7 +9007,7 @@
|
|
|
8978
9007
|
"kind": "interface",
|
|
8979
9008
|
"locationInModule": {
|
|
8980
9009
|
"filename": "lib/alias.ts",
|
|
8981
|
-
"line":
|
|
9010
|
+
"line": 67
|
|
8982
9011
|
},
|
|
8983
9012
|
"name": "AliasProps",
|
|
8984
9013
|
"properties": [
|
|
@@ -8991,7 +9020,7 @@
|
|
|
8991
9020
|
"immutable": true,
|
|
8992
9021
|
"locationInModule": {
|
|
8993
9022
|
"filename": "lib/alias.ts",
|
|
8994
|
-
"line":
|
|
9023
|
+
"line": 71
|
|
8995
9024
|
},
|
|
8996
9025
|
"name": "aliasName",
|
|
8997
9026
|
"type": {
|
|
@@ -9008,7 +9037,7 @@
|
|
|
9008
9037
|
"immutable": true,
|
|
9009
9038
|
"locationInModule": {
|
|
9010
9039
|
"filename": "lib/alias.ts",
|
|
9011
|
-
"line":
|
|
9040
|
+
"line": 78
|
|
9012
9041
|
},
|
|
9013
9042
|
"name": "description",
|
|
9014
9043
|
"optional": true,
|
|
@@ -9027,7 +9056,7 @@
|
|
|
9027
9056
|
"immutable": true,
|
|
9028
9057
|
"locationInModule": {
|
|
9029
9058
|
"filename": "lib/alias.ts",
|
|
9030
|
-
"line":
|
|
9059
|
+
"line": 88
|
|
9031
9060
|
},
|
|
9032
9061
|
"name": "fleet",
|
|
9033
9062
|
"optional": true,
|
|
@@ -9046,7 +9075,7 @@
|
|
|
9046
9075
|
"immutable": true,
|
|
9047
9076
|
"locationInModule": {
|
|
9048
9077
|
"filename": "lib/alias.ts",
|
|
9049
|
-
"line":
|
|
9078
|
+
"line": 97
|
|
9050
9079
|
},
|
|
9051
9080
|
"name": "terminalMessage",
|
|
9052
9081
|
"optional": true,
|
|
@@ -9170,7 +9199,7 @@
|
|
|
9170
9199
|
"kind": "interface",
|
|
9171
9200
|
"locationInModule": {
|
|
9172
9201
|
"filename": "lib/game-server-group.ts",
|
|
9173
|
-
"line":
|
|
9202
|
+
"line": 15
|
|
9174
9203
|
},
|
|
9175
9204
|
"name": "AutoScalingPolicy",
|
|
9176
9205
|
"properties": [
|
|
@@ -9184,7 +9213,7 @@
|
|
|
9184
9213
|
"immutable": true,
|
|
9185
9214
|
"locationInModule": {
|
|
9186
9215
|
"filename": "lib/game-server-group.ts",
|
|
9187
|
-
"line":
|
|
9216
|
+
"line": 30
|
|
9188
9217
|
},
|
|
9189
9218
|
"name": "targetTrackingConfiguration",
|
|
9190
9219
|
"type": {
|
|
@@ -9202,7 +9231,7 @@
|
|
|
9202
9231
|
"immutable": true,
|
|
9203
9232
|
"locationInModule": {
|
|
9204
9233
|
"filename": "lib/game-server-group.ts",
|
|
9205
|
-
"line":
|
|
9234
|
+
"line": 22
|
|
9206
9235
|
},
|
|
9207
9236
|
"name": "estimatedInstanceWarmup",
|
|
9208
9237
|
"optional": true,
|
|
@@ -9223,7 +9252,7 @@
|
|
|
9223
9252
|
"kind": "enum",
|
|
9224
9253
|
"locationInModule": {
|
|
9225
9254
|
"filename": "lib/game-server-group.ts",
|
|
9226
|
-
"line":
|
|
9255
|
+
"line": 80
|
|
9227
9256
|
},
|
|
9228
9257
|
"members": [
|
|
9229
9258
|
{
|
|
@@ -9275,7 +9304,7 @@
|
|
|
9275
9304
|
},
|
|
9276
9305
|
"locationInModule": {
|
|
9277
9306
|
"filename": "lib/build.ts",
|
|
9278
|
-
"line":
|
|
9307
|
+
"line": 271
|
|
9279
9308
|
},
|
|
9280
9309
|
"parameters": [
|
|
9281
9310
|
{
|
|
@@ -9301,7 +9330,7 @@
|
|
|
9301
9330
|
"kind": "class",
|
|
9302
9331
|
"locationInModule": {
|
|
9303
9332
|
"filename": "lib/build.ts",
|
|
9304
|
-
"line":
|
|
9333
|
+
"line": 187
|
|
9305
9334
|
},
|
|
9306
9335
|
"methods": [
|
|
9307
9336
|
{
|
|
@@ -9311,7 +9340,7 @@
|
|
|
9311
9340
|
},
|
|
9312
9341
|
"locationInModule": {
|
|
9313
9342
|
"filename": "lib/build.ts",
|
|
9314
|
-
"line":
|
|
9343
|
+
"line": 204
|
|
9315
9344
|
},
|
|
9316
9345
|
"name": "fromAsset",
|
|
9317
9346
|
"parameters": [
|
|
@@ -9355,7 +9384,7 @@
|
|
|
9355
9384
|
},
|
|
9356
9385
|
"locationInModule": {
|
|
9357
9386
|
"filename": "lib/build.ts",
|
|
9358
|
-
"line":
|
|
9387
|
+
"line": 195
|
|
9359
9388
|
},
|
|
9360
9389
|
"name": "fromBucket",
|
|
9361
9390
|
"parameters": [
|
|
@@ -9405,7 +9434,7 @@
|
|
|
9405
9434
|
},
|
|
9406
9435
|
"locationInModule": {
|
|
9407
9436
|
"filename": "lib/build.ts",
|
|
9408
|
-
"line":
|
|
9437
|
+
"line": 220
|
|
9409
9438
|
},
|
|
9410
9439
|
"name": "fromBuildArn",
|
|
9411
9440
|
"parameters": [
|
|
@@ -9442,7 +9471,7 @@
|
|
|
9442
9471
|
},
|
|
9443
9472
|
"locationInModule": {
|
|
9444
9473
|
"filename": "lib/build.ts",
|
|
9445
|
-
"line":
|
|
9474
|
+
"line": 227
|
|
9446
9475
|
},
|
|
9447
9476
|
"name": "fromBuildAttributes",
|
|
9448
9477
|
"parameters": [
|
|
@@ -9479,7 +9508,7 @@
|
|
|
9479
9508
|
},
|
|
9480
9509
|
"locationInModule": {
|
|
9481
9510
|
"filename": "lib/build.ts",
|
|
9482
|
-
"line":
|
|
9511
|
+
"line": 213
|
|
9483
9512
|
},
|
|
9484
9513
|
"name": "fromBuildId",
|
|
9485
9514
|
"parameters": [
|
|
@@ -9521,7 +9550,7 @@
|
|
|
9521
9550
|
"immutable": true,
|
|
9522
9551
|
"locationInModule": {
|
|
9523
9552
|
"filename": "lib/build.ts",
|
|
9524
|
-
"line":
|
|
9553
|
+
"line": 190
|
|
9525
9554
|
},
|
|
9526
9555
|
"name": "PROPERTY_INJECTION_ID",
|
|
9527
9556
|
"static": true,
|
|
@@ -9537,7 +9566,7 @@
|
|
|
9537
9566
|
"immutable": true,
|
|
9538
9567
|
"locationInModule": {
|
|
9539
9568
|
"filename": "lib/build.ts",
|
|
9540
|
-
"line":
|
|
9569
|
+
"line": 313
|
|
9541
9570
|
},
|
|
9542
9571
|
"name": "buildArn",
|
|
9543
9572
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -9553,7 +9582,7 @@
|
|
|
9553
9582
|
"immutable": true,
|
|
9554
9583
|
"locationInModule": {
|
|
9555
9584
|
"filename": "lib/build.ts",
|
|
9556
|
-
"line":
|
|
9585
|
+
"line": 308
|
|
9557
9586
|
},
|
|
9558
9587
|
"name": "buildId",
|
|
9559
9588
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -9569,7 +9598,7 @@
|
|
|
9569
9598
|
"immutable": true,
|
|
9570
9599
|
"locationInModule": {
|
|
9571
9600
|
"filename": "lib/build.ts",
|
|
9572
|
-
"line":
|
|
9601
|
+
"line": 267
|
|
9573
9602
|
},
|
|
9574
9603
|
"name": "grantPrincipal",
|
|
9575
9604
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -9585,7 +9614,7 @@
|
|
|
9585
9614
|
"immutable": true,
|
|
9586
9615
|
"locationInModule": {
|
|
9587
9616
|
"filename": "lib/build.ts",
|
|
9588
|
-
"line":
|
|
9617
|
+
"line": 262
|
|
9589
9618
|
},
|
|
9590
9619
|
"name": "role",
|
|
9591
9620
|
"type": {
|
|
@@ -9610,7 +9639,7 @@
|
|
|
9610
9639
|
"kind": "interface",
|
|
9611
9640
|
"locationInModule": {
|
|
9612
9641
|
"filename": "lib/build.ts",
|
|
9613
|
-
"line":
|
|
9642
|
+
"line": 91
|
|
9614
9643
|
},
|
|
9615
9644
|
"name": "BuildAttributes",
|
|
9616
9645
|
"properties": [
|
|
@@ -9625,7 +9654,7 @@
|
|
|
9625
9654
|
"immutable": true,
|
|
9626
9655
|
"locationInModule": {
|
|
9627
9656
|
"filename": "lib/build.ts",
|
|
9628
|
-
"line":
|
|
9657
|
+
"line": 99
|
|
9629
9658
|
},
|
|
9630
9659
|
"name": "buildArn",
|
|
9631
9660
|
"optional": true,
|
|
@@ -9644,7 +9673,7 @@
|
|
|
9644
9673
|
"immutable": true,
|
|
9645
9674
|
"locationInModule": {
|
|
9646
9675
|
"filename": "lib/build.ts",
|
|
9647
|
-
"line":
|
|
9676
|
+
"line": 108
|
|
9648
9677
|
},
|
|
9649
9678
|
"name": "buildId",
|
|
9650
9679
|
"optional": true,
|
|
@@ -9662,7 +9691,7 @@
|
|
|
9662
9691
|
"immutable": true,
|
|
9663
9692
|
"locationInModule": {
|
|
9664
9693
|
"filename": "lib/build.ts",
|
|
9665
|
-
"line":
|
|
9694
|
+
"line": 113
|
|
9666
9695
|
},
|
|
9667
9696
|
"name": "role",
|
|
9668
9697
|
"optional": true,
|
|
@@ -9688,7 +9717,7 @@
|
|
|
9688
9717
|
},
|
|
9689
9718
|
"locationInModule": {
|
|
9690
9719
|
"filename": "core/lib/resource.ts",
|
|
9691
|
-
"line":
|
|
9720
|
+
"line": 119
|
|
9692
9721
|
},
|
|
9693
9722
|
"parameters": [
|
|
9694
9723
|
{
|
|
@@ -9718,7 +9747,7 @@
|
|
|
9718
9747
|
"kind": "class",
|
|
9719
9748
|
"locationInModule": {
|
|
9720
9749
|
"filename": "lib/build.ts",
|
|
9721
|
-
"line":
|
|
9750
|
+
"line": 40
|
|
9722
9751
|
},
|
|
9723
9752
|
"name": "BuildBase",
|
|
9724
9753
|
"properties": [
|
|
@@ -9731,7 +9760,7 @@
|
|
|
9731
9760
|
"immutable": true,
|
|
9732
9761
|
"locationInModule": {
|
|
9733
9762
|
"filename": "lib/build.ts",
|
|
9734
|
-
"line":
|
|
9763
|
+
"line": 49
|
|
9735
9764
|
},
|
|
9736
9765
|
"name": "buildArn",
|
|
9737
9766
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IBuild",
|
|
@@ -9748,7 +9777,7 @@
|
|
|
9748
9777
|
"immutable": true,
|
|
9749
9778
|
"locationInModule": {
|
|
9750
9779
|
"filename": "lib/build.ts",
|
|
9751
|
-
"line":
|
|
9780
|
+
"line": 44
|
|
9752
9781
|
},
|
|
9753
9782
|
"name": "buildId",
|
|
9754
9783
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IBuild",
|
|
@@ -9765,7 +9794,7 @@
|
|
|
9765
9794
|
"immutable": true,
|
|
9766
9795
|
"locationInModule": {
|
|
9767
9796
|
"filename": "lib/build.ts",
|
|
9768
|
-
"line":
|
|
9797
|
+
"line": 51
|
|
9769
9798
|
},
|
|
9770
9799
|
"name": "grantPrincipal",
|
|
9771
9800
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -9796,7 +9825,7 @@
|
|
|
9796
9825
|
},
|
|
9797
9826
|
"locationInModule": {
|
|
9798
9827
|
"filename": "lib/build-fleet.ts",
|
|
9799
|
-
"line":
|
|
9828
|
+
"line": 86
|
|
9800
9829
|
},
|
|
9801
9830
|
"parameters": [
|
|
9802
9831
|
{
|
|
@@ -9825,7 +9854,7 @@
|
|
|
9825
9854
|
"kind": "class",
|
|
9826
9855
|
"locationInModule": {
|
|
9827
9856
|
"filename": "lib/build-fleet.ts",
|
|
9828
|
-
"line":
|
|
9857
|
+
"line": 49
|
|
9829
9858
|
},
|
|
9830
9859
|
"methods": [
|
|
9831
9860
|
{
|
|
@@ -9835,7 +9864,7 @@
|
|
|
9835
9864
|
},
|
|
9836
9865
|
"locationInModule": {
|
|
9837
9866
|
"filename": "lib/build-fleet.ts",
|
|
9838
|
-
"line":
|
|
9867
|
+
"line": 64
|
|
9839
9868
|
},
|
|
9840
9869
|
"name": "fromBuildFleetArn",
|
|
9841
9870
|
"parameters": [
|
|
@@ -9872,7 +9901,7 @@
|
|
|
9872
9901
|
},
|
|
9873
9902
|
"locationInModule": {
|
|
9874
9903
|
"filename": "lib/build-fleet.ts",
|
|
9875
|
-
"line":
|
|
9904
|
+
"line": 57
|
|
9876
9905
|
},
|
|
9877
9906
|
"name": "fromBuildFleetId",
|
|
9878
9907
|
"parameters": [
|
|
@@ -9909,7 +9938,7 @@
|
|
|
9909
9938
|
},
|
|
9910
9939
|
"locationInModule": {
|
|
9911
9940
|
"filename": "lib/build-fleet.ts",
|
|
9912
|
-
"line":
|
|
9941
|
+
"line": 181
|
|
9913
9942
|
},
|
|
9914
9943
|
"name": "addIngressRule",
|
|
9915
9944
|
"parameters": [
|
|
@@ -9945,7 +9974,7 @@
|
|
|
9945
9974
|
"immutable": true,
|
|
9946
9975
|
"locationInModule": {
|
|
9947
9976
|
"filename": "lib/build-fleet.ts",
|
|
9948
|
-
"line":
|
|
9977
|
+
"line": 52
|
|
9949
9978
|
},
|
|
9950
9979
|
"name": "PROPERTY_INJECTION_ID",
|
|
9951
9980
|
"static": true,
|
|
@@ -9961,7 +9990,7 @@
|
|
|
9961
9990
|
"immutable": true,
|
|
9962
9991
|
"locationInModule": {
|
|
9963
9992
|
"filename": "lib/build-fleet.ts",
|
|
9964
|
-
"line":
|
|
9993
|
+
"line": 71
|
|
9965
9994
|
},
|
|
9966
9995
|
"name": "content",
|
|
9967
9996
|
"type": {
|
|
@@ -9976,7 +10005,7 @@
|
|
|
9976
10005
|
"immutable": true,
|
|
9977
10006
|
"locationInModule": {
|
|
9978
10007
|
"filename": "lib/build-fleet.ts",
|
|
9979
|
-
"line":
|
|
10008
|
+
"line": 165
|
|
9980
10009
|
},
|
|
9981
10010
|
"name": "fleetArn",
|
|
9982
10011
|
"overrides": "@aws-cdk/aws-gamelift-alpha.FleetBase",
|
|
@@ -9992,7 +10021,7 @@
|
|
|
9992
10021
|
"immutable": true,
|
|
9993
10022
|
"locationInModule": {
|
|
9994
10023
|
"filename": "lib/build-fleet.ts",
|
|
9995
|
-
"line":
|
|
10024
|
+
"line": 160
|
|
9996
10025
|
},
|
|
9997
10026
|
"name": "fleetId",
|
|
9998
10027
|
"overrides": "@aws-cdk/aws-gamelift-alpha.FleetBase",
|
|
@@ -10008,7 +10037,7 @@
|
|
|
10008
10037
|
"immutable": true,
|
|
10009
10038
|
"locationInModule": {
|
|
10010
10039
|
"filename": "lib/build-fleet.ts",
|
|
10011
|
-
"line":
|
|
10040
|
+
"line": 81
|
|
10012
10041
|
},
|
|
10013
10042
|
"name": "grantPrincipal",
|
|
10014
10043
|
"overrides": "@aws-cdk/aws-gamelift-alpha.FleetBase",
|
|
@@ -10024,7 +10053,7 @@
|
|
|
10024
10053
|
"immutable": true,
|
|
10025
10054
|
"locationInModule": {
|
|
10026
10055
|
"filename": "lib/build-fleet.ts",
|
|
10027
|
-
"line":
|
|
10056
|
+
"line": 76
|
|
10028
10057
|
},
|
|
10029
10058
|
"name": "role",
|
|
10030
10059
|
"type": {
|
|
@@ -10052,7 +10081,7 @@
|
|
|
10052
10081
|
"kind": "interface",
|
|
10053
10082
|
"locationInModule": {
|
|
10054
10083
|
"filename": "lib/build-fleet.ts",
|
|
10055
|
-
"line":
|
|
10084
|
+
"line": 20
|
|
10056
10085
|
},
|
|
10057
10086
|
"name": "BuildFleetProps",
|
|
10058
10087
|
"properties": [
|
|
@@ -10066,7 +10095,7 @@
|
|
|
10066
10095
|
"immutable": true,
|
|
10067
10096
|
"locationInModule": {
|
|
10068
10097
|
"filename": "lib/build-fleet.ts",
|
|
10069
|
-
"line":
|
|
10098
|
+
"line": 27
|
|
10070
10099
|
},
|
|
10071
10100
|
"name": "content",
|
|
10072
10101
|
"type": {
|
|
@@ -10084,7 +10113,7 @@
|
|
|
10084
10113
|
"immutable": true,
|
|
10085
10114
|
"locationInModule": {
|
|
10086
10115
|
"filename": "lib/build-fleet.ts",
|
|
10087
|
-
"line":
|
|
10116
|
+
"line": 36
|
|
10088
10117
|
},
|
|
10089
10118
|
"name": "ingressRules",
|
|
10090
10119
|
"optional": true,
|
|
@@ -10115,7 +10144,7 @@
|
|
|
10115
10144
|
"kind": "interface",
|
|
10116
10145
|
"locationInModule": {
|
|
10117
10146
|
"filename": "lib/build.ts",
|
|
10118
|
-
"line":
|
|
10147
|
+
"line": 119
|
|
10119
10148
|
},
|
|
10120
10149
|
"name": "BuildProps",
|
|
10121
10150
|
"properties": [
|
|
@@ -10128,7 +10157,7 @@
|
|
|
10128
10157
|
"immutable": true,
|
|
10129
10158
|
"locationInModule": {
|
|
10130
10159
|
"filename": "lib/build.ts",
|
|
10131
|
-
"line":
|
|
10160
|
+
"line": 144
|
|
10132
10161
|
},
|
|
10133
10162
|
"name": "content",
|
|
10134
10163
|
"type": {
|
|
@@ -10145,7 +10174,7 @@
|
|
|
10145
10174
|
"immutable": true,
|
|
10146
10175
|
"locationInModule": {
|
|
10147
10176
|
"filename": "lib/build.ts",
|
|
10148
|
-
"line":
|
|
10177
|
+
"line": 125
|
|
10149
10178
|
},
|
|
10150
10179
|
"name": "buildName",
|
|
10151
10180
|
"optional": true,
|
|
@@ -10163,7 +10192,7 @@
|
|
|
10163
10192
|
"immutable": true,
|
|
10164
10193
|
"locationInModule": {
|
|
10165
10194
|
"filename": "lib/build.ts",
|
|
10166
|
-
"line":
|
|
10195
|
+
"line": 132
|
|
10167
10196
|
},
|
|
10168
10197
|
"name": "buildVersion",
|
|
10169
10198
|
"optional": true,
|
|
@@ -10181,7 +10210,7 @@
|
|
|
10181
10210
|
"immutable": true,
|
|
10182
10211
|
"locationInModule": {
|
|
10183
10212
|
"filename": "lib/build.ts",
|
|
10184
|
-
"line":
|
|
10213
|
+
"line": 139
|
|
10185
10214
|
},
|
|
10186
10215
|
"name": "operatingSystem",
|
|
10187
10216
|
"optional": true,
|
|
@@ -10201,7 +10230,7 @@
|
|
|
10201
10230
|
"immutable": true,
|
|
10202
10231
|
"locationInModule": {
|
|
10203
10232
|
"filename": "lib/build.ts",
|
|
10204
|
-
"line":
|
|
10233
|
+
"line": 167
|
|
10205
10234
|
},
|
|
10206
10235
|
"name": "role",
|
|
10207
10236
|
"optional": true,
|
|
@@ -10220,7 +10249,7 @@
|
|
|
10220
10249
|
"immutable": true,
|
|
10221
10250
|
"locationInModule": {
|
|
10222
10251
|
"filename": "lib/build.ts",
|
|
10223
|
-
"line":
|
|
10252
|
+
"line": 176
|
|
10224
10253
|
},
|
|
10225
10254
|
"name": "serverSdkVersion",
|
|
10226
10255
|
"optional": true,
|
|
@@ -10421,7 +10450,7 @@
|
|
|
10421
10450
|
"kind": "enum",
|
|
10422
10451
|
"locationInModule": {
|
|
10423
10452
|
"filename": "lib/game-server-group.ts",
|
|
10424
|
-
"line":
|
|
10453
|
+
"line": 60
|
|
10425
10454
|
},
|
|
10426
10455
|
"members": [
|
|
10427
10456
|
{
|
|
@@ -10546,7 +10575,7 @@
|
|
|
10546
10575
|
},
|
|
10547
10576
|
"locationInModule": {
|
|
10548
10577
|
"filename": "core/lib/resource.ts",
|
|
10549
|
-
"line":
|
|
10578
|
+
"line": 119
|
|
10550
10579
|
},
|
|
10551
10580
|
"parameters": [
|
|
10552
10581
|
{
|
|
@@ -11546,7 +11575,7 @@
|
|
|
11546
11575
|
},
|
|
11547
11576
|
"locationInModule": {
|
|
11548
11577
|
"filename": "lib/game-server-group.ts",
|
|
11549
|
-
"line":
|
|
11578
|
+
"line": 420
|
|
11550
11579
|
},
|
|
11551
11580
|
"parameters": [
|
|
11552
11581
|
{
|
|
@@ -11572,7 +11601,7 @@
|
|
|
11572
11601
|
"kind": "class",
|
|
11573
11602
|
"locationInModule": {
|
|
11574
11603
|
"filename": "lib/game-server-group.ts",
|
|
11575
|
-
"line":
|
|
11604
|
+
"line": 356
|
|
11576
11605
|
},
|
|
11577
11606
|
"methods": [
|
|
11578
11607
|
{
|
|
@@ -11582,7 +11611,7 @@
|
|
|
11582
11611
|
},
|
|
11583
11612
|
"locationInModule": {
|
|
11584
11613
|
"filename": "lib/game-server-group.ts",
|
|
11585
|
-
"line":
|
|
11614
|
+
"line": 364
|
|
11586
11615
|
},
|
|
11587
11616
|
"name": "fromGameServerGroupAttributes",
|
|
11588
11617
|
"parameters": [
|
|
@@ -11618,7 +11647,7 @@
|
|
|
11618
11647
|
},
|
|
11619
11648
|
"locationInModule": {
|
|
11620
11649
|
"filename": "lib/game-server-group.ts",
|
|
11621
|
-
"line":
|
|
11650
|
+
"line": 516
|
|
11622
11651
|
},
|
|
11623
11652
|
"name": "parseAutoScalingPolicy",
|
|
11624
11653
|
"parameters": [
|
|
@@ -11643,7 +11672,7 @@
|
|
|
11643
11672
|
},
|
|
11644
11673
|
"locationInModule": {
|
|
11645
11674
|
"filename": "lib/game-server-group.ts",
|
|
11646
|
-
"line":
|
|
11675
|
+
"line": 529
|
|
11647
11676
|
},
|
|
11648
11677
|
"name": "parseInstanceDefinitions",
|
|
11649
11678
|
"parameters": [
|
|
@@ -11672,7 +11701,7 @@
|
|
|
11672
11701
|
},
|
|
11673
11702
|
"locationInModule": {
|
|
11674
11703
|
"filename": "lib/game-server-group.ts",
|
|
11675
|
-
"line":
|
|
11704
|
+
"line": 508
|
|
11676
11705
|
},
|
|
11677
11706
|
"name": "parseLaunchTemplate",
|
|
11678
11707
|
"parameters": [
|
|
@@ -11702,7 +11731,7 @@
|
|
|
11702
11731
|
"immutable": true,
|
|
11703
11732
|
"locationInModule": {
|
|
11704
11733
|
"filename": "lib/game-server-group.ts",
|
|
11705
|
-
"line":
|
|
11734
|
+
"line": 359
|
|
11706
11735
|
},
|
|
11707
11736
|
"name": "PROPERTY_INJECTION_ID",
|
|
11708
11737
|
"static": true,
|
|
@@ -11718,7 +11747,7 @@
|
|
|
11718
11747
|
"immutable": true,
|
|
11719
11748
|
"locationInModule": {
|
|
11720
11749
|
"filename": "lib/game-server-group.ts",
|
|
11721
|
-
"line":
|
|
11750
|
+
"line": 498
|
|
11722
11751
|
},
|
|
11723
11752
|
"name": "autoScalingGroupArn",
|
|
11724
11753
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -11734,7 +11763,7 @@
|
|
|
11734
11763
|
"immutable": true,
|
|
11735
11764
|
"locationInModule": {
|
|
11736
11765
|
"filename": "lib/game-server-group.ts",
|
|
11737
|
-
"line":
|
|
11766
|
+
"line": 488
|
|
11738
11767
|
},
|
|
11739
11768
|
"name": "gameServerGroupArn",
|
|
11740
11769
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -11750,7 +11779,7 @@
|
|
|
11750
11779
|
"immutable": true,
|
|
11751
11780
|
"locationInModule": {
|
|
11752
11781
|
"filename": "lib/game-server-group.ts",
|
|
11753
|
-
"line":
|
|
11782
|
+
"line": 483
|
|
11754
11783
|
},
|
|
11755
11784
|
"name": "gameServerGroupName",
|
|
11756
11785
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -11766,7 +11795,7 @@
|
|
|
11766
11795
|
"immutable": true,
|
|
11767
11796
|
"locationInModule": {
|
|
11768
11797
|
"filename": "lib/game-server-group.ts",
|
|
11769
|
-
"line":
|
|
11798
|
+
"line": 406
|
|
11770
11799
|
},
|
|
11771
11800
|
"name": "grantPrincipal",
|
|
11772
11801
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -11782,7 +11811,7 @@
|
|
|
11782
11811
|
"immutable": true,
|
|
11783
11812
|
"locationInModule": {
|
|
11784
11813
|
"filename": "lib/game-server-group.ts",
|
|
11785
|
-
"line":
|
|
11814
|
+
"line": 401
|
|
11786
11815
|
},
|
|
11787
11816
|
"name": "role",
|
|
11788
11817
|
"type": {
|
|
@@ -11797,7 +11826,7 @@
|
|
|
11797
11826
|
"immutable": true,
|
|
11798
11827
|
"locationInModule": {
|
|
11799
11828
|
"filename": "lib/game-server-group.ts",
|
|
11800
|
-
"line":
|
|
11829
|
+
"line": 411
|
|
11801
11830
|
},
|
|
11802
11831
|
"name": "vpc",
|
|
11803
11832
|
"type": {
|
|
@@ -11812,7 +11841,7 @@
|
|
|
11812
11841
|
"immutable": true,
|
|
11813
11842
|
"locationInModule": {
|
|
11814
11843
|
"filename": "lib/game-server-group.ts",
|
|
11815
|
-
"line":
|
|
11844
|
+
"line": 416
|
|
11816
11845
|
},
|
|
11817
11846
|
"name": "vpcSubnets",
|
|
11818
11847
|
"optional": true,
|
|
@@ -11838,7 +11867,7 @@
|
|
|
11838
11867
|
"kind": "interface",
|
|
11839
11868
|
"locationInModule": {
|
|
11840
11869
|
"filename": "lib/game-server-group.ts",
|
|
11841
|
-
"line":
|
|
11870
|
+
"line": 188
|
|
11842
11871
|
},
|
|
11843
11872
|
"name": "GameServerGroupAttributes",
|
|
11844
11873
|
"properties": [
|
|
@@ -11852,7 +11881,7 @@
|
|
|
11852
11881
|
"immutable": true,
|
|
11853
11882
|
"locationInModule": {
|
|
11854
11883
|
"filename": "lib/game-server-group.ts",
|
|
11855
|
-
"line":
|
|
11884
|
+
"line": 212
|
|
11856
11885
|
},
|
|
11857
11886
|
"name": "autoScalingGroupArn",
|
|
11858
11887
|
"type": {
|
|
@@ -11870,7 +11899,7 @@
|
|
|
11870
11899
|
"immutable": true,
|
|
11871
11900
|
"locationInModule": {
|
|
11872
11901
|
"filename": "lib/game-server-group.ts",
|
|
11873
|
-
"line":
|
|
11902
|
+
"line": 205
|
|
11874
11903
|
},
|
|
11875
11904
|
"name": "gameServerGroupArn",
|
|
11876
11905
|
"optional": true,
|
|
@@ -11889,7 +11918,7 @@
|
|
|
11889
11918
|
"immutable": true,
|
|
11890
11919
|
"locationInModule": {
|
|
11891
11920
|
"filename": "lib/game-server-group.ts",
|
|
11892
|
-
"line":
|
|
11921
|
+
"line": 196
|
|
11893
11922
|
},
|
|
11894
11923
|
"name": "gameServerGroupName",
|
|
11895
11924
|
"optional": true,
|
|
@@ -11907,7 +11936,7 @@
|
|
|
11907
11936
|
"immutable": true,
|
|
11908
11937
|
"locationInModule": {
|
|
11909
11938
|
"filename": "lib/game-server-group.ts",
|
|
11910
|
-
"line":
|
|
11939
|
+
"line": 219
|
|
11911
11940
|
},
|
|
11912
11941
|
"name": "role",
|
|
11913
11942
|
"optional": true,
|
|
@@ -11933,7 +11962,7 @@
|
|
|
11933
11962
|
},
|
|
11934
11963
|
"locationInModule": {
|
|
11935
11964
|
"filename": "core/lib/resource.ts",
|
|
11936
|
-
"line":
|
|
11965
|
+
"line": 119
|
|
11937
11966
|
},
|
|
11938
11967
|
"parameters": [
|
|
11939
11968
|
{
|
|
@@ -11963,7 +11992,7 @@
|
|
|
11963
11992
|
"kind": "class",
|
|
11964
11993
|
"locationInModule": {
|
|
11965
11994
|
"filename": "lib/game-server-group.ts",
|
|
11966
|
-
"line":
|
|
11995
|
+
"line": 141
|
|
11967
11996
|
},
|
|
11968
11997
|
"methods": [
|
|
11969
11998
|
{
|
|
@@ -11973,7 +12002,7 @@
|
|
|
11973
12002
|
},
|
|
11974
12003
|
"locationInModule": {
|
|
11975
12004
|
"filename": "lib/game-server-group.ts",
|
|
11976
|
-
"line":
|
|
12005
|
+
"line": 165
|
|
11977
12006
|
},
|
|
11978
12007
|
"name": "grant",
|
|
11979
12008
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -12006,7 +12035,7 @@
|
|
|
12006
12035
|
},
|
|
12007
12036
|
"locationInModule": {
|
|
12008
12037
|
"filename": "lib/game-server-group.ts",
|
|
12009
|
-
"line":
|
|
12038
|
+
"line": 173
|
|
12010
12039
|
},
|
|
12011
12040
|
"name": "metric",
|
|
12012
12041
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -12043,7 +12072,7 @@
|
|
|
12043
12072
|
"immutable": true,
|
|
12044
12073
|
"locationInModule": {
|
|
12045
12074
|
"filename": "lib/game-server-group.ts",
|
|
12046
|
-
"line":
|
|
12075
|
+
"line": 150
|
|
12047
12076
|
},
|
|
12048
12077
|
"name": "autoScalingGroupArn",
|
|
12049
12078
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -12060,7 +12089,7 @@
|
|
|
12060
12089
|
"immutable": true,
|
|
12061
12090
|
"locationInModule": {
|
|
12062
12091
|
"filename": "lib/game-server-group.ts",
|
|
12063
|
-
"line":
|
|
12092
|
+
"line": 145
|
|
12064
12093
|
},
|
|
12065
12094
|
"name": "gameServerGroupArn",
|
|
12066
12095
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -12077,7 +12106,7 @@
|
|
|
12077
12106
|
"immutable": true,
|
|
12078
12107
|
"locationInModule": {
|
|
12079
12108
|
"filename": "lib/game-server-group.ts",
|
|
12080
|
-
"line":
|
|
12109
|
+
"line": 155
|
|
12081
12110
|
},
|
|
12082
12111
|
"name": "gameServerGroupName",
|
|
12083
12112
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -12094,7 +12123,7 @@
|
|
|
12094
12123
|
"immutable": true,
|
|
12095
12124
|
"locationInModule": {
|
|
12096
12125
|
"filename": "lib/game-server-group.ts",
|
|
12097
|
-
"line":
|
|
12126
|
+
"line": 160
|
|
12098
12127
|
},
|
|
12099
12128
|
"name": "grantPrincipal",
|
|
12100
12129
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -12120,7 +12149,7 @@
|
|
|
12120
12149
|
"kind": "interface",
|
|
12121
12150
|
"locationInModule": {
|
|
12122
12151
|
"filename": "lib/game-server-group.ts",
|
|
12123
|
-
"line":
|
|
12152
|
+
"line": 225
|
|
12124
12153
|
},
|
|
12125
12154
|
"name": "GameServerGroupProps",
|
|
12126
12155
|
"properties": [
|
|
@@ -12134,7 +12163,7 @@
|
|
|
12134
12163
|
"immutable": true,
|
|
12135
12164
|
"locationInModule": {
|
|
12136
12165
|
"filename": "lib/game-server-group.ts",
|
|
12137
|
-
"line":
|
|
12166
|
+
"line": 230
|
|
12138
12167
|
},
|
|
12139
12168
|
"name": "gameServerGroupName",
|
|
12140
12169
|
"type": {
|
|
@@ -12150,7 +12179,7 @@
|
|
|
12150
12179
|
"immutable": true,
|
|
12151
12180
|
"locationInModule": {
|
|
12152
12181
|
"filename": "lib/game-server-group.ts",
|
|
12153
|
-
"line":
|
|
12182
|
+
"line": 285
|
|
12154
12183
|
},
|
|
12155
12184
|
"name": "instanceDefinitions",
|
|
12156
12185
|
"type": {
|
|
@@ -12173,7 +12202,7 @@
|
|
|
12173
12202
|
"immutable": true,
|
|
12174
12203
|
"locationInModule": {
|
|
12175
12204
|
"filename": "lib/game-server-group.ts",
|
|
12176
|
-
"line":
|
|
12205
|
+
"line": 297
|
|
12177
12206
|
},
|
|
12178
12207
|
"name": "launchTemplate",
|
|
12179
12208
|
"type": {
|
|
@@ -12190,7 +12219,7 @@
|
|
|
12190
12219
|
"immutable": true,
|
|
12191
12220
|
"locationInModule": {
|
|
12192
12221
|
"filename": "lib/game-server-group.ts",
|
|
12193
|
-
"line":
|
|
12222
|
+
"line": 273
|
|
12194
12223
|
},
|
|
12195
12224
|
"name": "vpc",
|
|
12196
12225
|
"type": {
|
|
@@ -12208,7 +12237,7 @@
|
|
|
12208
12237
|
"immutable": true,
|
|
12209
12238
|
"locationInModule": {
|
|
12210
12239
|
"filename": "lib/game-server-group.ts",
|
|
12211
|
-
"line":
|
|
12240
|
+
"line": 318
|
|
12212
12241
|
},
|
|
12213
12242
|
"name": "autoScalingPolicy",
|
|
12214
12243
|
"optional": true,
|
|
@@ -12226,7 +12255,7 @@
|
|
|
12226
12255
|
"immutable": true,
|
|
12227
12256
|
"locationInModule": {
|
|
12228
12257
|
"filename": "lib/game-server-group.ts",
|
|
12229
|
-
"line":
|
|
12258
|
+
"line": 332
|
|
12230
12259
|
},
|
|
12231
12260
|
"name": "balancingStrategy",
|
|
12232
12261
|
"optional": true,
|
|
@@ -12245,7 +12274,7 @@
|
|
|
12245
12274
|
"immutable": true,
|
|
12246
12275
|
"locationInModule": {
|
|
12247
12276
|
"filename": "lib/game-server-group.ts",
|
|
12248
|
-
"line":
|
|
12277
|
+
"line": 325
|
|
12249
12278
|
},
|
|
12250
12279
|
"name": "deleteOption",
|
|
12251
12280
|
"optional": true,
|
|
@@ -12264,7 +12293,7 @@
|
|
|
12264
12293
|
"immutable": true,
|
|
12265
12294
|
"locationInModule": {
|
|
12266
12295
|
"filename": "lib/game-server-group.ts",
|
|
12267
|
-
"line":
|
|
12296
|
+
"line": 260
|
|
12268
12297
|
},
|
|
12269
12298
|
"name": "maxSize",
|
|
12270
12299
|
"optional": true,
|
|
@@ -12283,7 +12312,7 @@
|
|
|
12283
12312
|
"immutable": true,
|
|
12284
12313
|
"locationInModule": {
|
|
12285
12314
|
"filename": "lib/game-server-group.ts",
|
|
12286
|
-
"line":
|
|
12315
|
+
"line": 251
|
|
12287
12316
|
},
|
|
12288
12317
|
"name": "minSize",
|
|
12289
12318
|
"optional": true,
|
|
@@ -12302,7 +12331,7 @@
|
|
|
12302
12331
|
"immutable": true,
|
|
12303
12332
|
"locationInModule": {
|
|
12304
12333
|
"filename": "lib/game-server-group.ts",
|
|
12305
|
-
"line":
|
|
12334
|
+
"line": 308
|
|
12306
12335
|
},
|
|
12307
12336
|
"name": "protectGameServer",
|
|
12308
12337
|
"optional": true,
|
|
@@ -12321,7 +12350,7 @@
|
|
|
12321
12350
|
"immutable": true,
|
|
12322
12351
|
"locationInModule": {
|
|
12323
12352
|
"filename": "lib/game-server-group.ts",
|
|
12324
|
-
"line":
|
|
12353
|
+
"line": 239
|
|
12325
12354
|
},
|
|
12326
12355
|
"name": "role",
|
|
12327
12356
|
"optional": true,
|
|
@@ -12339,7 +12368,7 @@
|
|
|
12339
12368
|
"immutable": true,
|
|
12340
12369
|
"locationInModule": {
|
|
12341
12370
|
"filename": "lib/game-server-group.ts",
|
|
12342
|
-
"line":
|
|
12371
|
+
"line": 280
|
|
12343
12372
|
},
|
|
12344
12373
|
"name": "vpcSubnets",
|
|
12345
12374
|
"optional": true,
|
|
@@ -12370,7 +12399,7 @@
|
|
|
12370
12399
|
},
|
|
12371
12400
|
"locationInModule": {
|
|
12372
12401
|
"filename": "lib/game-session-queue.ts",
|
|
12373
|
-
"line":
|
|
12402
|
+
"line": 361
|
|
12374
12403
|
},
|
|
12375
12404
|
"parameters": [
|
|
12376
12405
|
{
|
|
@@ -12396,7 +12425,7 @@
|
|
|
12396
12425
|
"kind": "class",
|
|
12397
12426
|
"locationInModule": {
|
|
12398
12427
|
"filename": "lib/game-session-queue.ts",
|
|
12399
|
-
"line":
|
|
12428
|
+
"line": 305
|
|
12400
12429
|
},
|
|
12401
12430
|
"methods": [
|
|
12402
12431
|
{
|
|
@@ -12406,7 +12435,7 @@
|
|
|
12406
12435
|
},
|
|
12407
12436
|
"locationInModule": {
|
|
12408
12437
|
"filename": "lib/game-session-queue.ts",
|
|
12409
|
-
"line":
|
|
12438
|
+
"line": 320
|
|
12410
12439
|
},
|
|
12411
12440
|
"name": "fromGameSessionQueueArn",
|
|
12412
12441
|
"parameters": [
|
|
@@ -12443,7 +12472,7 @@
|
|
|
12443
12472
|
},
|
|
12444
12473
|
"locationInModule": {
|
|
12445
12474
|
"filename": "lib/game-session-queue.ts",
|
|
12446
|
-
"line":
|
|
12475
|
+
"line": 327
|
|
12447
12476
|
},
|
|
12448
12477
|
"name": "fromGameSessionQueueAttributes",
|
|
12449
12478
|
"parameters": [
|
|
@@ -12480,7 +12509,7 @@
|
|
|
12480
12509
|
},
|
|
12481
12510
|
"locationInModule": {
|
|
12482
12511
|
"filename": "lib/game-session-queue.ts",
|
|
12483
|
-
"line":
|
|
12512
|
+
"line": 313
|
|
12484
12513
|
},
|
|
12485
12514
|
"name": "fromGameSessionQueueName",
|
|
12486
12515
|
"parameters": [
|
|
@@ -12624,7 +12653,7 @@
|
|
|
12624
12653
|
"immutable": true,
|
|
12625
12654
|
"locationInModule": {
|
|
12626
12655
|
"filename": "lib/game-session-queue.ts",
|
|
12627
|
-
"line":
|
|
12656
|
+
"line": 308
|
|
12628
12657
|
},
|
|
12629
12658
|
"name": "PROPERTY_INJECTION_ID",
|
|
12630
12659
|
"static": true,
|
|
@@ -12640,7 +12669,7 @@
|
|
|
12640
12669
|
"immutable": true,
|
|
12641
12670
|
"locationInModule": {
|
|
12642
12671
|
"filename": "lib/game-session-queue.ts",
|
|
12643
|
-
"line":
|
|
12672
|
+
"line": 406
|
|
12644
12673
|
},
|
|
12645
12674
|
"name": "gameSessionQueueArn",
|
|
12646
12675
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase",
|
|
@@ -12651,12 +12680,12 @@
|
|
|
12651
12680
|
{
|
|
12652
12681
|
"docs": {
|
|
12653
12682
|
"stability": "experimental",
|
|
12654
|
-
"summary": "The
|
|
12683
|
+
"summary": "The name of the gameSessionQueue."
|
|
12655
12684
|
},
|
|
12656
12685
|
"immutable": true,
|
|
12657
12686
|
"locationInModule": {
|
|
12658
12687
|
"filename": "lib/game-session-queue.ts",
|
|
12659
|
-
"line":
|
|
12688
|
+
"line": 401
|
|
12660
12689
|
},
|
|
12661
12690
|
"name": "gameSessionQueueName",
|
|
12662
12691
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase",
|
|
@@ -12682,7 +12711,7 @@
|
|
|
12682
12711
|
"kind": "interface",
|
|
12683
12712
|
"locationInModule": {
|
|
12684
12713
|
"filename": "lib/game-session-queue.ts",
|
|
12685
|
-
"line":
|
|
12714
|
+
"line": 154
|
|
12686
12715
|
},
|
|
12687
12716
|
"name": "GameSessionQueueAttributes",
|
|
12688
12717
|
"properties": [
|
|
@@ -12697,7 +12726,7 @@
|
|
|
12697
12726
|
"immutable": true,
|
|
12698
12727
|
"locationInModule": {
|
|
12699
12728
|
"filename": "lib/game-session-queue.ts",
|
|
12700
|
-
"line":
|
|
12729
|
+
"line": 162
|
|
12701
12730
|
},
|
|
12702
12731
|
"name": "gameSessionQueueArn",
|
|
12703
12732
|
"optional": true,
|
|
@@ -12716,7 +12745,7 @@
|
|
|
12716
12745
|
"immutable": true,
|
|
12717
12746
|
"locationInModule": {
|
|
12718
12747
|
"filename": "lib/game-session-queue.ts",
|
|
12719
|
-
"line":
|
|
12748
|
+
"line": 171
|
|
12720
12749
|
},
|
|
12721
12750
|
"name": "gameSessionQueueName",
|
|
12722
12751
|
"optional": true,
|
|
@@ -12742,7 +12771,7 @@
|
|
|
12742
12771
|
},
|
|
12743
12772
|
"locationInModule": {
|
|
12744
12773
|
"filename": "core/lib/resource.ts",
|
|
12745
|
-
"line":
|
|
12774
|
+
"line": 119
|
|
12746
12775
|
},
|
|
12747
12776
|
"parameters": [
|
|
12748
12777
|
{
|
|
@@ -12772,7 +12801,7 @@
|
|
|
12772
12801
|
"kind": "class",
|
|
12773
12802
|
"locationInModule": {
|
|
12774
12803
|
"filename": "lib/game-session-queue.ts",
|
|
12775
|
-
"line":
|
|
12804
|
+
"line": 250
|
|
12776
12805
|
},
|
|
12777
12806
|
"methods": [
|
|
12778
12807
|
{
|
|
@@ -12782,7 +12811,7 @@
|
|
|
12782
12811
|
},
|
|
12783
12812
|
"locationInModule": {
|
|
12784
12813
|
"filename": "lib/game-session-queue.ts",
|
|
12785
|
-
"line":
|
|
12814
|
+
"line": 261
|
|
12786
12815
|
},
|
|
12787
12816
|
"name": "metric",
|
|
12788
12817
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12814,7 +12843,7 @@
|
|
|
12814
12843
|
},
|
|
12815
12844
|
"locationInModule": {
|
|
12816
12845
|
"filename": "lib/game-session-queue.ts",
|
|
12817
|
-
"line":
|
|
12846
|
+
"line": 272
|
|
12818
12847
|
},
|
|
12819
12848
|
"name": "metricAverageWaitTime",
|
|
12820
12849
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12840,7 +12869,7 @@
|
|
|
12840
12869
|
},
|
|
12841
12870
|
"locationInModule": {
|
|
12842
12871
|
"filename": "lib/game-session-queue.ts",
|
|
12843
|
-
"line":
|
|
12872
|
+
"line": 276
|
|
12844
12873
|
},
|
|
12845
12874
|
"name": "metricPlacementsCanceled",
|
|
12846
12875
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12866,7 +12895,7 @@
|
|
|
12866
12895
|
},
|
|
12867
12896
|
"locationInModule": {
|
|
12868
12897
|
"filename": "lib/game-session-queue.ts",
|
|
12869
|
-
"line":
|
|
12898
|
+
"line": 280
|
|
12870
12899
|
},
|
|
12871
12900
|
"name": "metricPlacementsFailed",
|
|
12872
12901
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12892,7 +12921,7 @@
|
|
|
12892
12921
|
},
|
|
12893
12922
|
"locationInModule": {
|
|
12894
12923
|
"filename": "lib/game-session-queue.ts",
|
|
12895
|
-
"line":
|
|
12924
|
+
"line": 284
|
|
12896
12925
|
},
|
|
12897
12926
|
"name": "metricPlacementsStarted",
|
|
12898
12927
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12918,7 +12947,7 @@
|
|
|
12918
12947
|
},
|
|
12919
12948
|
"locationInModule": {
|
|
12920
12949
|
"filename": "lib/game-session-queue.ts",
|
|
12921
|
-
"line":
|
|
12950
|
+
"line": 288
|
|
12922
12951
|
},
|
|
12923
12952
|
"name": "metricPlacementsSucceeded",
|
|
12924
12953
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12944,7 +12973,7 @@
|
|
|
12944
12973
|
},
|
|
12945
12974
|
"locationInModule": {
|
|
12946
12975
|
"filename": "lib/game-session-queue.ts",
|
|
12947
|
-
"line":
|
|
12976
|
+
"line": 292
|
|
12948
12977
|
},
|
|
12949
12978
|
"name": "metricPlacementsTimedOut",
|
|
12950
12979
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12975,7 +13004,7 @@
|
|
|
12975
13004
|
"immutable": true,
|
|
12976
13005
|
"locationInModule": {
|
|
12977
13006
|
"filename": "lib/game-session-queue.ts",
|
|
12978
|
-
"line":
|
|
13007
|
+
"line": 259
|
|
12979
13008
|
},
|
|
12980
13009
|
"name": "gameSessionQueueArn",
|
|
12981
13010
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -12992,7 +13021,7 @@
|
|
|
12992
13021
|
"immutable": true,
|
|
12993
13022
|
"locationInModule": {
|
|
12994
13023
|
"filename": "lib/game-session-queue.ts",
|
|
12995
|
-
"line":
|
|
13024
|
+
"line": 254
|
|
12996
13025
|
},
|
|
12997
13026
|
"name": "gameSessionQueueName",
|
|
12998
13027
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -13018,7 +13047,7 @@
|
|
|
13018
13047
|
"kind": "interface",
|
|
13019
13048
|
"locationInModule": {
|
|
13020
13049
|
"filename": "lib/game-session-queue.ts",
|
|
13021
|
-
"line":
|
|
13050
|
+
"line": 177
|
|
13022
13051
|
},
|
|
13023
13052
|
"name": "GameSessionQueueProps",
|
|
13024
13053
|
"properties": [
|
|
@@ -13032,7 +13061,7 @@
|
|
|
13032
13061
|
"immutable": true,
|
|
13033
13062
|
"locationInModule": {
|
|
13034
13063
|
"filename": "lib/game-session-queue.ts",
|
|
13035
|
-
"line":
|
|
13064
|
+
"line": 244
|
|
13036
13065
|
},
|
|
13037
13066
|
"name": "destinations",
|
|
13038
13067
|
"type": {
|
|
@@ -13053,7 +13082,7 @@
|
|
|
13053
13082
|
"immutable": true,
|
|
13054
13083
|
"locationInModule": {
|
|
13055
13084
|
"filename": "lib/game-session-queue.ts",
|
|
13056
|
-
"line":
|
|
13085
|
+
"line": 181
|
|
13057
13086
|
},
|
|
13058
13087
|
"name": "gameSessionQueueName",
|
|
13059
13088
|
"type": {
|
|
@@ -13071,7 +13100,7 @@
|
|
|
13071
13100
|
"immutable": true,
|
|
13072
13101
|
"locationInModule": {
|
|
13073
13102
|
"filename": "lib/game-session-queue.ts",
|
|
13074
|
-
"line":
|
|
13103
|
+
"line": 199
|
|
13075
13104
|
},
|
|
13076
13105
|
"name": "allowedLocations",
|
|
13077
13106
|
"optional": true,
|
|
@@ -13094,7 +13123,7 @@
|
|
|
13094
13123
|
"immutable": true,
|
|
13095
13124
|
"locationInModule": {
|
|
13096
13125
|
"filename": "lib/game-session-queue.ts",
|
|
13097
|
-
"line":
|
|
13126
|
+
"line": 188
|
|
13098
13127
|
},
|
|
13099
13128
|
"name": "customEventData",
|
|
13100
13129
|
"optional": true,
|
|
@@ -13113,7 +13142,7 @@
|
|
|
13113
13142
|
"immutable": true,
|
|
13114
13143
|
"locationInModule": {
|
|
13115
13144
|
"filename": "lib/game-session-queue.ts",
|
|
13116
|
-
"line":
|
|
13145
|
+
"line": 208
|
|
13117
13146
|
},
|
|
13118
13147
|
"name": "notificationTarget",
|
|
13119
13148
|
"optional": true,
|
|
@@ -13132,7 +13161,7 @@
|
|
|
13132
13161
|
"immutable": true,
|
|
13133
13162
|
"locationInModule": {
|
|
13134
13163
|
"filename": "lib/game-session-queue.ts",
|
|
13135
|
-
"line":
|
|
13164
|
+
"line": 219
|
|
13136
13165
|
},
|
|
13137
13166
|
"name": "playerLatencyPolicies",
|
|
13138
13167
|
"optional": true,
|
|
@@ -13156,7 +13185,7 @@
|
|
|
13156
13185
|
"immutable": true,
|
|
13157
13186
|
"locationInModule": {
|
|
13158
13187
|
"filename": "lib/game-session-queue.ts",
|
|
13159
|
-
"line":
|
|
13188
|
+
"line": 229
|
|
13160
13189
|
},
|
|
13161
13190
|
"name": "priorityConfiguration",
|
|
13162
13191
|
"optional": true,
|
|
@@ -13175,7 +13204,7 @@
|
|
|
13175
13204
|
"immutable": true,
|
|
13176
13205
|
"locationInModule": {
|
|
13177
13206
|
"filename": "lib/game-session-queue.ts",
|
|
13178
|
-
"line":
|
|
13207
|
+
"line": 237
|
|
13179
13208
|
},
|
|
13180
13209
|
"name": "timeout",
|
|
13181
13210
|
"optional": true,
|
|
@@ -13200,7 +13229,7 @@
|
|
|
13200
13229
|
"kind": "interface",
|
|
13201
13230
|
"locationInModule": {
|
|
13202
13231
|
"filename": "lib/alias.ts",
|
|
13203
|
-
"line":
|
|
13232
|
+
"line": 13
|
|
13204
13233
|
},
|
|
13205
13234
|
"name": "IAlias",
|
|
13206
13235
|
"properties": [
|
|
@@ -13216,7 +13245,7 @@
|
|
|
13216
13245
|
"immutable": true,
|
|
13217
13246
|
"locationInModule": {
|
|
13218
13247
|
"filename": "lib/alias.ts",
|
|
13219
|
-
"line":
|
|
13248
|
+
"line": 26
|
|
13220
13249
|
},
|
|
13221
13250
|
"name": "aliasArn",
|
|
13222
13251
|
"type": {
|
|
@@ -13235,7 +13264,7 @@
|
|
|
13235
13264
|
"immutable": true,
|
|
13236
13265
|
"locationInModule": {
|
|
13237
13266
|
"filename": "lib/alias.ts",
|
|
13238
|
-
"line":
|
|
13267
|
+
"line": 19
|
|
13239
13268
|
},
|
|
13240
13269
|
"name": "aliasId",
|
|
13241
13270
|
"type": {
|
|
@@ -13261,7 +13290,7 @@
|
|
|
13261
13290
|
"kind": "interface",
|
|
13262
13291
|
"locationInModule": {
|
|
13263
13292
|
"filename": "lib/build.ts",
|
|
13264
|
-
"line":
|
|
13293
|
+
"line": 21
|
|
13265
13294
|
},
|
|
13266
13295
|
"name": "IBuild",
|
|
13267
13296
|
"properties": [
|
|
@@ -13277,7 +13306,7 @@
|
|
|
13277
13306
|
"immutable": true,
|
|
13278
13307
|
"locationInModule": {
|
|
13279
13308
|
"filename": "lib/build.ts",
|
|
13280
|
-
"line":
|
|
13309
|
+
"line": 34
|
|
13281
13310
|
},
|
|
13282
13311
|
"name": "buildArn",
|
|
13283
13312
|
"type": {
|
|
@@ -13296,7 +13325,7 @@
|
|
|
13296
13325
|
"immutable": true,
|
|
13297
13326
|
"locationInModule": {
|
|
13298
13327
|
"filename": "lib/build.ts",
|
|
13299
|
-
"line":
|
|
13328
|
+
"line": 27
|
|
13300
13329
|
},
|
|
13301
13330
|
"name": "buildId",
|
|
13302
13331
|
"type": {
|
|
@@ -13319,7 +13348,7 @@
|
|
|
13319
13348
|
"kind": "interface",
|
|
13320
13349
|
"locationInModule": {
|
|
13321
13350
|
"filename": "lib/build-fleet.ts",
|
|
13322
|
-
"line":
|
|
13351
|
+
"line": 15
|
|
13323
13352
|
},
|
|
13324
13353
|
"name": "IBuildFleet",
|
|
13325
13354
|
"symbolId": "lib/build-fleet:IBuildFleet"
|
|
@@ -13653,7 +13682,7 @@
|
|
|
13653
13682
|
"kind": "interface",
|
|
13654
13683
|
"locationInModule": {
|
|
13655
13684
|
"filename": "lib/game-server-group.ts",
|
|
13656
|
-
"line":
|
|
13685
|
+
"line": 105
|
|
13657
13686
|
},
|
|
13658
13687
|
"methods": [
|
|
13659
13688
|
{
|
|
@@ -13664,7 +13693,7 @@
|
|
|
13664
13693
|
},
|
|
13665
13694
|
"locationInModule": {
|
|
13666
13695
|
"filename": "lib/game-server-group.ts",
|
|
13667
|
-
"line":
|
|
13696
|
+
"line": 130
|
|
13668
13697
|
},
|
|
13669
13698
|
"name": "grant",
|
|
13670
13699
|
"parameters": [
|
|
@@ -13697,7 +13726,7 @@
|
|
|
13697
13726
|
},
|
|
13698
13727
|
"locationInModule": {
|
|
13699
13728
|
"filename": "lib/game-server-group.ts",
|
|
13700
|
-
"line":
|
|
13729
|
+
"line": 135
|
|
13701
13730
|
},
|
|
13702
13731
|
"name": "metric",
|
|
13703
13732
|
"parameters": [
|
|
@@ -13736,7 +13765,7 @@
|
|
|
13736
13765
|
"immutable": true,
|
|
13737
13766
|
"locationInModule": {
|
|
13738
13767
|
"filename": "lib/game-server-group.ts",
|
|
13739
|
-
"line":
|
|
13768
|
+
"line": 118
|
|
13740
13769
|
},
|
|
13741
13770
|
"name": "autoScalingGroupArn",
|
|
13742
13771
|
"type": {
|
|
@@ -13755,7 +13784,7 @@
|
|
|
13755
13784
|
"immutable": true,
|
|
13756
13785
|
"locationInModule": {
|
|
13757
13786
|
"filename": "lib/game-server-group.ts",
|
|
13758
|
-
"line":
|
|
13787
|
+
"line": 111
|
|
13759
13788
|
},
|
|
13760
13789
|
"name": "gameServerGroupArn",
|
|
13761
13790
|
"type": {
|
|
@@ -13774,7 +13803,7 @@
|
|
|
13774
13803
|
"immutable": true,
|
|
13775
13804
|
"locationInModule": {
|
|
13776
13805
|
"filename": "lib/game-server-group.ts",
|
|
13777
|
-
"line":
|
|
13806
|
+
"line": 125
|
|
13778
13807
|
},
|
|
13779
13808
|
"name": "gameServerGroupName",
|
|
13780
13809
|
"type": {
|
|
@@ -13797,7 +13826,7 @@
|
|
|
13797
13826
|
"kind": "interface",
|
|
13798
13827
|
"locationInModule": {
|
|
13799
13828
|
"filename": "lib/game-session-queue.ts",
|
|
13800
|
-
"line":
|
|
13829
|
+
"line": 100
|
|
13801
13830
|
},
|
|
13802
13831
|
"methods": [
|
|
13803
13832
|
{
|
|
@@ -13808,7 +13837,7 @@
|
|
|
13808
13837
|
},
|
|
13809
13838
|
"locationInModule": {
|
|
13810
13839
|
"filename": "lib/game-session-queue.ts",
|
|
13811
|
-
"line":
|
|
13840
|
+
"line": 118
|
|
13812
13841
|
},
|
|
13813
13842
|
"name": "metric",
|
|
13814
13843
|
"parameters": [
|
|
@@ -13840,7 +13869,7 @@
|
|
|
13840
13869
|
},
|
|
13841
13870
|
"locationInModule": {
|
|
13842
13871
|
"filename": "lib/game-session-queue.ts",
|
|
13843
|
-
"line":
|
|
13872
|
+
"line": 123
|
|
13844
13873
|
},
|
|
13845
13874
|
"name": "metricAverageWaitTime",
|
|
13846
13875
|
"parameters": [
|
|
@@ -13866,7 +13895,7 @@
|
|
|
13866
13895
|
},
|
|
13867
13896
|
"locationInModule": {
|
|
13868
13897
|
"filename": "lib/game-session-queue.ts",
|
|
13869
|
-
"line":
|
|
13898
|
+
"line": 128
|
|
13870
13899
|
},
|
|
13871
13900
|
"name": "metricPlacementsCanceled",
|
|
13872
13901
|
"parameters": [
|
|
@@ -13892,7 +13921,7 @@
|
|
|
13892
13921
|
},
|
|
13893
13922
|
"locationInModule": {
|
|
13894
13923
|
"filename": "lib/game-session-queue.ts",
|
|
13895
|
-
"line":
|
|
13924
|
+
"line": 133
|
|
13896
13925
|
},
|
|
13897
13926
|
"name": "metricPlacementsFailed",
|
|
13898
13927
|
"parameters": [
|
|
@@ -13918,7 +13947,7 @@
|
|
|
13918
13947
|
},
|
|
13919
13948
|
"locationInModule": {
|
|
13920
13949
|
"filename": "lib/game-session-queue.ts",
|
|
13921
|
-
"line":
|
|
13950
|
+
"line": 138
|
|
13922
13951
|
},
|
|
13923
13952
|
"name": "metricPlacementsStarted",
|
|
13924
13953
|
"parameters": [
|
|
@@ -13944,7 +13973,7 @@
|
|
|
13944
13973
|
},
|
|
13945
13974
|
"locationInModule": {
|
|
13946
13975
|
"filename": "lib/game-session-queue.ts",
|
|
13947
|
-
"line":
|
|
13976
|
+
"line": 143
|
|
13948
13977
|
},
|
|
13949
13978
|
"name": "metricPlacementsSucceeded",
|
|
13950
13979
|
"parameters": [
|
|
@@ -13970,7 +13999,7 @@
|
|
|
13970
13999
|
},
|
|
13971
14000
|
"locationInModule": {
|
|
13972
14001
|
"filename": "lib/game-session-queue.ts",
|
|
13973
|
-
"line":
|
|
14002
|
+
"line": 148
|
|
13974
14003
|
},
|
|
13975
14004
|
"name": "metricPlacementsTimedOut",
|
|
13976
14005
|
"parameters": [
|
|
@@ -14003,7 +14032,7 @@
|
|
|
14003
14032
|
"immutable": true,
|
|
14004
14033
|
"locationInModule": {
|
|
14005
14034
|
"filename": "lib/game-session-queue.ts",
|
|
14006
|
-
"line":
|
|
14035
|
+
"line": 113
|
|
14007
14036
|
},
|
|
14008
14037
|
"name": "gameSessionQueueArn",
|
|
14009
14038
|
"type": {
|
|
@@ -14022,7 +14051,7 @@
|
|
|
14022
14051
|
"immutable": true,
|
|
14023
14052
|
"locationInModule": {
|
|
14024
14053
|
"filename": "lib/game-session-queue.ts",
|
|
14025
|
-
"line":
|
|
14054
|
+
"line": 106
|
|
14026
14055
|
},
|
|
14027
14056
|
"name": "gameSessionQueueName",
|
|
14028
14057
|
"type": {
|
|
@@ -14042,7 +14071,7 @@
|
|
|
14042
14071
|
"kind": "interface",
|
|
14043
14072
|
"locationInModule": {
|
|
14044
14073
|
"filename": "lib/game-session-queue.ts",
|
|
14045
|
-
"line":
|
|
14074
|
+
"line": 13
|
|
14046
14075
|
},
|
|
14047
14076
|
"name": "IGameSessionQueueDestination",
|
|
14048
14077
|
"properties": [
|
|
@@ -14056,7 +14085,7 @@
|
|
|
14056
14085
|
"immutable": true,
|
|
14057
14086
|
"locationInModule": {
|
|
14058
14087
|
"filename": "lib/game-session-queue.ts",
|
|
14059
|
-
"line":
|
|
14088
|
+
"line": 20
|
|
14060
14089
|
},
|
|
14061
14090
|
"name": "resourceArnForDestination",
|
|
14062
14091
|
"type": {
|
|
@@ -14374,7 +14403,7 @@
|
|
|
14374
14403
|
"kind": "interface",
|
|
14375
14404
|
"locationInModule": {
|
|
14376
14405
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
14377
|
-
"line":
|
|
14406
|
+
"line": 13
|
|
14378
14407
|
},
|
|
14379
14408
|
"methods": [
|
|
14380
14409
|
{
|
|
@@ -14385,7 +14414,7 @@
|
|
|
14385
14414
|
},
|
|
14386
14415
|
"locationInModule": {
|
|
14387
14416
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
14388
|
-
"line":
|
|
14417
|
+
"line": 31
|
|
14389
14418
|
},
|
|
14390
14419
|
"name": "metric",
|
|
14391
14420
|
"parameters": [
|
|
@@ -14418,7 +14447,7 @@
|
|
|
14418
14447
|
},
|
|
14419
14448
|
"locationInModule": {
|
|
14420
14449
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
14421
|
-
"line":
|
|
14450
|
+
"line": 45
|
|
14422
14451
|
},
|
|
14423
14452
|
"name": "metricRuleEvaluationsFailed",
|
|
14424
14453
|
"parameters": [
|
|
@@ -14445,7 +14474,7 @@
|
|
|
14445
14474
|
},
|
|
14446
14475
|
"locationInModule": {
|
|
14447
14476
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
14448
|
-
"line":
|
|
14477
|
+
"line": 38
|
|
14449
14478
|
},
|
|
14450
14479
|
"name": "metricRuleEvaluationsPassed",
|
|
14451
14480
|
"parameters": [
|
|
@@ -14478,7 +14507,7 @@
|
|
|
14478
14507
|
"immutable": true,
|
|
14479
14508
|
"locationInModule": {
|
|
14480
14509
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
14481
|
-
"line":
|
|
14510
|
+
"line": 26
|
|
14482
14511
|
},
|
|
14483
14512
|
"name": "matchmakingRuleSetArn",
|
|
14484
14513
|
"type": {
|
|
@@ -14497,7 +14526,7 @@
|
|
|
14497
14526
|
"immutable": true,
|
|
14498
14527
|
"locationInModule": {
|
|
14499
14528
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
14500
|
-
"line":
|
|
14529
|
+
"line": 19
|
|
14501
14530
|
},
|
|
14502
14531
|
"name": "matchmakingRuleSetName",
|
|
14503
14532
|
"type": {
|
|
@@ -14656,7 +14685,7 @@
|
|
|
14656
14685
|
"kind": "interface",
|
|
14657
14686
|
"locationInModule": {
|
|
14658
14687
|
"filename": "lib/script.ts",
|
|
14659
|
-
"line":
|
|
14688
|
+
"line": 21
|
|
14660
14689
|
},
|
|
14661
14690
|
"name": "IScript",
|
|
14662
14691
|
"properties": [
|
|
@@ -14672,7 +14701,7 @@
|
|
|
14672
14701
|
"immutable": true,
|
|
14673
14702
|
"locationInModule": {
|
|
14674
14703
|
"filename": "lib/script.ts",
|
|
14675
|
-
"line":
|
|
14704
|
+
"line": 34
|
|
14676
14705
|
},
|
|
14677
14706
|
"name": "scriptArn",
|
|
14678
14707
|
"type": {
|
|
@@ -14691,7 +14720,7 @@
|
|
|
14691
14720
|
"immutable": true,
|
|
14692
14721
|
"locationInModule": {
|
|
14693
14722
|
"filename": "lib/script.ts",
|
|
14694
|
-
"line":
|
|
14723
|
+
"line": 27
|
|
14695
14724
|
},
|
|
14696
14725
|
"name": "scriptId",
|
|
14697
14726
|
"type": {
|
|
@@ -14772,7 +14801,7 @@
|
|
|
14772
14801
|
"kind": "interface",
|
|
14773
14802
|
"locationInModule": {
|
|
14774
14803
|
"filename": "lib/game-server-group.ts",
|
|
14775
|
-
"line":
|
|
14804
|
+
"line": 39
|
|
14776
14805
|
},
|
|
14777
14806
|
"name": "InstanceDefinition",
|
|
14778
14807
|
"properties": [
|
|
@@ -14785,7 +14814,7 @@
|
|
|
14785
14814
|
"immutable": true,
|
|
14786
14815
|
"locationInModule": {
|
|
14787
14816
|
"filename": "lib/game-server-group.ts",
|
|
14788
|
-
"line":
|
|
14817
|
+
"line": 43
|
|
14789
14818
|
},
|
|
14790
14819
|
"name": "instanceType",
|
|
14791
14820
|
"type": {
|
|
@@ -14804,7 +14833,7 @@
|
|
|
14804
14833
|
"immutable": true,
|
|
14805
14834
|
"locationInModule": {
|
|
14806
14835
|
"filename": "lib/game-server-group.ts",
|
|
14807
|
-
"line":
|
|
14836
|
+
"line": 53
|
|
14808
14837
|
},
|
|
14809
14838
|
"name": "weight",
|
|
14810
14839
|
"optional": true,
|
|
@@ -15048,7 +15077,7 @@
|
|
|
15048
15077
|
},
|
|
15049
15078
|
"locationInModule": {
|
|
15050
15079
|
"filename": "core/lib/resource.ts",
|
|
15051
|
-
"line":
|
|
15080
|
+
"line": 119
|
|
15052
15081
|
},
|
|
15053
15082
|
"parameters": [
|
|
15054
15083
|
{
|
|
@@ -15579,7 +15608,7 @@
|
|
|
15579
15608
|
},
|
|
15580
15609
|
"locationInModule": {
|
|
15581
15610
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15582
|
-
"line":
|
|
15611
|
+
"line": 193
|
|
15583
15612
|
},
|
|
15584
15613
|
"parameters": [
|
|
15585
15614
|
{
|
|
@@ -15605,7 +15634,7 @@
|
|
|
15605
15634
|
"kind": "class",
|
|
15606
15635
|
"locationInModule": {
|
|
15607
15636
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15608
|
-
"line":
|
|
15637
|
+
"line": 139
|
|
15609
15638
|
},
|
|
15610
15639
|
"methods": [
|
|
15611
15640
|
{
|
|
@@ -15615,7 +15644,7 @@
|
|
|
15615
15644
|
},
|
|
15616
15645
|
"locationInModule": {
|
|
15617
15646
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15618
|
-
"line":
|
|
15647
|
+
"line": 154
|
|
15619
15648
|
},
|
|
15620
15649
|
"name": "fromMatchmakingRuleSetArn",
|
|
15621
15650
|
"parameters": [
|
|
@@ -15652,7 +15681,7 @@
|
|
|
15652
15681
|
},
|
|
15653
15682
|
"locationInModule": {
|
|
15654
15683
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15655
|
-
"line":
|
|
15684
|
+
"line": 161
|
|
15656
15685
|
},
|
|
15657
15686
|
"name": "fromMatchmakingRuleSetAttributes",
|
|
15658
15687
|
"parameters": [
|
|
@@ -15689,7 +15718,7 @@
|
|
|
15689
15718
|
},
|
|
15690
15719
|
"locationInModule": {
|
|
15691
15720
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15692
|
-
"line":
|
|
15721
|
+
"line": 147
|
|
15693
15722
|
},
|
|
15694
15723
|
"name": "fromMatchmakingRuleSetName",
|
|
15695
15724
|
"parameters": [
|
|
@@ -15731,7 +15760,7 @@
|
|
|
15731
15760
|
"immutable": true,
|
|
15732
15761
|
"locationInModule": {
|
|
15733
15762
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15734
|
-
"line":
|
|
15763
|
+
"line": 142
|
|
15735
15764
|
},
|
|
15736
15765
|
"name": "PROPERTY_INJECTION_ID",
|
|
15737
15766
|
"static": true,
|
|
@@ -15747,7 +15776,7 @@
|
|
|
15747
15776
|
"immutable": true,
|
|
15748
15777
|
"locationInModule": {
|
|
15749
15778
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15750
|
-
"line":
|
|
15779
|
+
"line": 222
|
|
15751
15780
|
},
|
|
15752
15781
|
"name": "matchmakingRuleSetArn",
|
|
15753
15782
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
|
|
@@ -15763,7 +15792,7 @@
|
|
|
15763
15792
|
"immutable": true,
|
|
15764
15793
|
"locationInModule": {
|
|
15765
15794
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15766
|
-
"line":
|
|
15795
|
+
"line": 217
|
|
15767
15796
|
},
|
|
15768
15797
|
"name": "matchmakingRuleSetName",
|
|
15769
15798
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
|
|
@@ -15789,7 +15818,7 @@
|
|
|
15789
15818
|
"kind": "interface",
|
|
15790
15819
|
"locationInModule": {
|
|
15791
15820
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15792
|
-
"line":
|
|
15821
|
+
"line": 69
|
|
15793
15822
|
},
|
|
15794
15823
|
"name": "MatchmakingRuleSetAttributes",
|
|
15795
15824
|
"properties": [
|
|
@@ -15804,7 +15833,7 @@
|
|
|
15804
15833
|
"immutable": true,
|
|
15805
15834
|
"locationInModule": {
|
|
15806
15835
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15807
|
-
"line":
|
|
15836
|
+
"line": 77
|
|
15808
15837
|
},
|
|
15809
15838
|
"name": "matchmakingRuleSetArn",
|
|
15810
15839
|
"optional": true,
|
|
@@ -15823,7 +15852,7 @@
|
|
|
15823
15852
|
"immutable": true,
|
|
15824
15853
|
"locationInModule": {
|
|
15825
15854
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15826
|
-
"line":
|
|
15855
|
+
"line": 86
|
|
15827
15856
|
},
|
|
15828
15857
|
"name": "matchmakingRuleSetName",
|
|
15829
15858
|
"optional": true,
|
|
@@ -15849,7 +15878,7 @@
|
|
|
15849
15878
|
},
|
|
15850
15879
|
"locationInModule": {
|
|
15851
15880
|
"filename": "core/lib/resource.ts",
|
|
15852
|
-
"line":
|
|
15881
|
+
"line": 119
|
|
15853
15882
|
},
|
|
15854
15883
|
"parameters": [
|
|
15855
15884
|
{
|
|
@@ -15879,7 +15908,7 @@
|
|
|
15879
15908
|
"kind": "class",
|
|
15880
15909
|
"locationInModule": {
|
|
15881
15910
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15882
|
-
"line":
|
|
15911
|
+
"line": 93
|
|
15883
15912
|
},
|
|
15884
15913
|
"methods": [
|
|
15885
15914
|
{
|
|
@@ -15889,7 +15918,7 @@
|
|
|
15889
15918
|
},
|
|
15890
15919
|
"locationInModule": {
|
|
15891
15920
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15892
|
-
"line":
|
|
15921
|
+
"line": 104
|
|
15893
15922
|
},
|
|
15894
15923
|
"name": "metric",
|
|
15895
15924
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -15922,7 +15951,7 @@
|
|
|
15922
15951
|
},
|
|
15923
15952
|
"locationInModule": {
|
|
15924
15953
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15925
|
-
"line":
|
|
15954
|
+
"line": 118
|
|
15926
15955
|
},
|
|
15927
15956
|
"name": "metricRuleEvaluationsFailed",
|
|
15928
15957
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -15949,7 +15978,7 @@
|
|
|
15949
15978
|
},
|
|
15950
15979
|
"locationInModule": {
|
|
15951
15980
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15952
|
-
"line":
|
|
15981
|
+
"line": 115
|
|
15953
15982
|
},
|
|
15954
15983
|
"name": "metricRuleEvaluationsPassed",
|
|
15955
15984
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -15980,7 +16009,7 @@
|
|
|
15980
16009
|
"immutable": true,
|
|
15981
16010
|
"locationInModule": {
|
|
15982
16011
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
15983
|
-
"line":
|
|
16012
|
+
"line": 102
|
|
15984
16013
|
},
|
|
15985
16014
|
"name": "matchmakingRuleSetArn",
|
|
15986
16015
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -15997,7 +16026,7 @@
|
|
|
15997
16026
|
"immutable": true,
|
|
15998
16027
|
"locationInModule": {
|
|
15999
16028
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
16000
|
-
"line":
|
|
16029
|
+
"line": 97
|
|
16001
16030
|
},
|
|
16002
16031
|
"name": "matchmakingRuleSetName",
|
|
16003
16032
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -16023,7 +16052,7 @@
|
|
|
16023
16052
|
"kind": "interface",
|
|
16024
16053
|
"locationInModule": {
|
|
16025
16054
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
16026
|
-
"line":
|
|
16055
|
+
"line": 51
|
|
16027
16056
|
},
|
|
16028
16057
|
"name": "MatchmakingRuleSetProps",
|
|
16029
16058
|
"properties": [
|
|
@@ -16036,7 +16065,7 @@
|
|
|
16036
16065
|
"immutable": true,
|
|
16037
16066
|
"locationInModule": {
|
|
16038
16067
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
16039
|
-
"line":
|
|
16068
|
+
"line": 63
|
|
16040
16069
|
},
|
|
16041
16070
|
"name": "content",
|
|
16042
16071
|
"type": {
|
|
@@ -16053,7 +16082,7 @@
|
|
|
16053
16082
|
"immutable": true,
|
|
16054
16083
|
"locationInModule": {
|
|
16055
16084
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
16056
|
-
"line":
|
|
16085
|
+
"line": 58
|
|
16057
16086
|
},
|
|
16058
16087
|
"name": "matchmakingRuleSetName",
|
|
16059
16088
|
"type": {
|
|
@@ -16073,7 +16102,7 @@
|
|
|
16073
16102
|
"kind": "enum",
|
|
16074
16103
|
"locationInModule": {
|
|
16075
16104
|
"filename": "lib/build.ts",
|
|
16076
|
-
"line":
|
|
16105
|
+
"line": 57
|
|
16077
16106
|
},
|
|
16078
16107
|
"members": [
|
|
16079
16108
|
{
|
|
@@ -16205,7 +16234,7 @@
|
|
|
16205
16234
|
"kind": "interface",
|
|
16206
16235
|
"locationInModule": {
|
|
16207
16236
|
"filename": "lib/game-session-queue.ts",
|
|
16208
|
-
"line":
|
|
16237
|
+
"line": 81
|
|
16209
16238
|
},
|
|
16210
16239
|
"name": "PlayerLatencyPolicy",
|
|
16211
16240
|
"properties": [
|
|
@@ -16219,7 +16248,7 @@
|
|
|
16219
16248
|
"immutable": true,
|
|
16220
16249
|
"locationInModule": {
|
|
16221
16250
|
"filename": "lib/game-session-queue.ts",
|
|
16222
|
-
"line":
|
|
16251
|
+
"line": 87
|
|
16223
16252
|
},
|
|
16224
16253
|
"name": "maximumIndividualPlayerLatency",
|
|
16225
16254
|
"type": {
|
|
@@ -16236,7 +16265,7 @@
|
|
|
16236
16265
|
"immutable": true,
|
|
16237
16266
|
"locationInModule": {
|
|
16238
16267
|
"filename": "lib/game-session-queue.ts",
|
|
16239
|
-
"line":
|
|
16268
|
+
"line": 94
|
|
16240
16269
|
},
|
|
16241
16270
|
"name": "policyDuration",
|
|
16242
16271
|
"optional": true,
|
|
@@ -16537,7 +16566,7 @@
|
|
|
16537
16566
|
"kind": "interface",
|
|
16538
16567
|
"locationInModule": {
|
|
16539
16568
|
"filename": "lib/game-session-queue.ts",
|
|
16540
|
-
"line":
|
|
16569
|
+
"line": 60
|
|
16541
16570
|
},
|
|
16542
16571
|
"name": "PriorityConfiguration",
|
|
16543
16572
|
"properties": [
|
|
@@ -16551,7 +16580,7 @@
|
|
|
16551
16580
|
"immutable": true,
|
|
16552
16581
|
"locationInModule": {
|
|
16553
16582
|
"filename": "lib/game-session-queue.ts",
|
|
16554
|
-
"line":
|
|
16583
|
+
"line": 66
|
|
16555
16584
|
},
|
|
16556
16585
|
"name": "locationOrder",
|
|
16557
16586
|
"type": {
|
|
@@ -16573,7 +16602,7 @@
|
|
|
16573
16602
|
"immutable": true,
|
|
16574
16603
|
"locationInModule": {
|
|
16575
16604
|
"filename": "lib/game-session-queue.ts",
|
|
16576
|
-
"line":
|
|
16605
|
+
"line": 72
|
|
16577
16606
|
},
|
|
16578
16607
|
"name": "priorityOrder",
|
|
16579
16608
|
"type": {
|
|
@@ -16602,7 +16631,7 @@
|
|
|
16602
16631
|
"kind": "enum",
|
|
16603
16632
|
"locationInModule": {
|
|
16604
16633
|
"filename": "lib/game-session-queue.ts",
|
|
16605
|
-
"line":
|
|
16634
|
+
"line": 26
|
|
16606
16635
|
},
|
|
16607
16636
|
"members": [
|
|
16608
16637
|
{
|
|
@@ -16689,7 +16718,7 @@
|
|
|
16689
16718
|
},
|
|
16690
16719
|
"locationInModule": {
|
|
16691
16720
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16692
|
-
"line":
|
|
16721
|
+
"line": 106
|
|
16693
16722
|
},
|
|
16694
16723
|
"parameters": [
|
|
16695
16724
|
{
|
|
@@ -16715,7 +16744,7 @@
|
|
|
16715
16744
|
"kind": "class",
|
|
16716
16745
|
"locationInModule": {
|
|
16717
16746
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16718
|
-
"line":
|
|
16747
|
+
"line": 72
|
|
16719
16748
|
},
|
|
16720
16749
|
"methods": [
|
|
16721
16750
|
{
|
|
@@ -16725,7 +16754,7 @@
|
|
|
16725
16754
|
},
|
|
16726
16755
|
"locationInModule": {
|
|
16727
16756
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16728
|
-
"line":
|
|
16757
|
+
"line": 87
|
|
16729
16758
|
},
|
|
16730
16759
|
"name": "fromQueuedMatchmakingConfigurationArn",
|
|
16731
16760
|
"parameters": [
|
|
@@ -16762,7 +16791,7 @@
|
|
|
16762
16791
|
},
|
|
16763
16792
|
"locationInModule": {
|
|
16764
16793
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16765
|
-
"line":
|
|
16794
|
+
"line": 80
|
|
16766
16795
|
},
|
|
16767
16796
|
"name": "fromQueuedMatchmakingConfigurationName",
|
|
16768
16797
|
"parameters": [
|
|
@@ -16799,7 +16828,7 @@
|
|
|
16799
16828
|
},
|
|
16800
16829
|
"locationInModule": {
|
|
16801
16830
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16802
|
-
"line":
|
|
16831
|
+
"line": 205
|
|
16803
16832
|
},
|
|
16804
16833
|
"name": "addGameSessionQueue",
|
|
16805
16834
|
"parameters": [
|
|
@@ -16826,7 +16855,7 @@
|
|
|
16826
16855
|
"immutable": true,
|
|
16827
16856
|
"locationInModule": {
|
|
16828
16857
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16829
|
-
"line":
|
|
16858
|
+
"line": 75
|
|
16830
16859
|
},
|
|
16831
16860
|
"name": "PROPERTY_INJECTION_ID",
|
|
16832
16861
|
"static": true,
|
|
@@ -16842,7 +16871,7 @@
|
|
|
16842
16871
|
"immutable": true,
|
|
16843
16872
|
"locationInModule": {
|
|
16844
16873
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16845
|
-
"line":
|
|
16874
|
+
"line": 190
|
|
16846
16875
|
},
|
|
16847
16876
|
"name": "matchmakingConfigurationArn",
|
|
16848
16877
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase",
|
|
@@ -16853,12 +16882,12 @@
|
|
|
16853
16882
|
{
|
|
16854
16883
|
"docs": {
|
|
16855
16884
|
"stability": "experimental",
|
|
16856
|
-
"summary": "The
|
|
16885
|
+
"summary": "The Identifier of the matchmaking configuration."
|
|
16857
16886
|
},
|
|
16858
16887
|
"immutable": true,
|
|
16859
16888
|
"locationInModule": {
|
|
16860
16889
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16861
|
-
"line":
|
|
16890
|
+
"line": 185
|
|
16862
16891
|
},
|
|
16863
16892
|
"name": "matchmakingConfigurationName",
|
|
16864
16893
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase",
|
|
@@ -16874,7 +16903,7 @@
|
|
|
16874
16903
|
"immutable": true,
|
|
16875
16904
|
"locationInModule": {
|
|
16876
16905
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16877
|
-
"line":
|
|
16906
|
+
"line": 94
|
|
16878
16907
|
},
|
|
16879
16908
|
"name": "notificationTarget",
|
|
16880
16909
|
"optional": true,
|
|
@@ -16904,7 +16933,7 @@
|
|
|
16904
16933
|
"kind": "interface",
|
|
16905
16934
|
"locationInModule": {
|
|
16906
16935
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16907
|
-
"line":
|
|
16936
|
+
"line": 15
|
|
16908
16937
|
},
|
|
16909
16938
|
"name": "QueuedMatchmakingConfigurationProps",
|
|
16910
16939
|
"properties": [
|
|
@@ -16918,7 +16947,7 @@
|
|
|
16918
16947
|
"immutable": true,
|
|
16919
16948
|
"locationInModule": {
|
|
16920
16949
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16921
|
-
"line":
|
|
16950
|
+
"line": 60
|
|
16922
16951
|
},
|
|
16923
16952
|
"name": "gameSessionQueues",
|
|
16924
16953
|
"type": {
|
|
@@ -16941,7 +16970,7 @@
|
|
|
16941
16970
|
"immutable": true,
|
|
16942
16971
|
"locationInModule": {
|
|
16943
16972
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16944
|
-
"line":
|
|
16973
|
+
"line": 22
|
|
16945
16974
|
},
|
|
16946
16975
|
"name": "additionalPlayerCount",
|
|
16947
16976
|
"optional": true,
|
|
@@ -16961,7 +16990,7 @@
|
|
|
16961
16990
|
"immutable": true,
|
|
16962
16991
|
"locationInModule": {
|
|
16963
16992
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16964
|
-
"line":
|
|
16993
|
+
"line": 43
|
|
16965
16994
|
},
|
|
16966
16995
|
"name": "gameProperties",
|
|
16967
16996
|
"optional": true,
|
|
@@ -16986,7 +17015,7 @@
|
|
|
16986
17015
|
"immutable": true,
|
|
16987
17016
|
"locationInModule": {
|
|
16988
17017
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
16989
|
-
"line":
|
|
17018
|
+
"line": 53
|
|
16990
17019
|
},
|
|
16991
17020
|
"name": "gameSessionData",
|
|
16992
17021
|
"optional": true,
|
|
@@ -17006,7 +17035,7 @@
|
|
|
17006
17035
|
"immutable": true,
|
|
17007
17036
|
"locationInModule": {
|
|
17008
17037
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
17009
|
-
"line":
|
|
17038
|
+
"line": 33
|
|
17010
17039
|
},
|
|
17011
17040
|
"name": "manualBackfillMode",
|
|
17012
17041
|
"optional": true,
|
|
@@ -17487,7 +17516,7 @@
|
|
|
17487
17516
|
},
|
|
17488
17517
|
"locationInModule": {
|
|
17489
17518
|
"filename": "lib/script.ts",
|
|
17490
|
-
"line":
|
|
17519
|
+
"line": 189
|
|
17491
17520
|
},
|
|
17492
17521
|
"parameters": [
|
|
17493
17522
|
{
|
|
@@ -17513,7 +17542,7 @@
|
|
|
17513
17542
|
"kind": "class",
|
|
17514
17543
|
"locationInModule": {
|
|
17515
17544
|
"filename": "lib/script.ts",
|
|
17516
|
-
"line":
|
|
17545
|
+
"line": 121
|
|
17517
17546
|
},
|
|
17518
17547
|
"methods": [
|
|
17519
17548
|
{
|
|
@@ -17523,7 +17552,7 @@
|
|
|
17523
17552
|
},
|
|
17524
17553
|
"locationInModule": {
|
|
17525
17554
|
"filename": "lib/script.ts",
|
|
17526
|
-
"line":
|
|
17555
|
+
"line": 138
|
|
17527
17556
|
},
|
|
17528
17557
|
"name": "fromAsset",
|
|
17529
17558
|
"parameters": [
|
|
@@ -17567,7 +17596,7 @@
|
|
|
17567
17596
|
},
|
|
17568
17597
|
"locationInModule": {
|
|
17569
17598
|
"filename": "lib/script.ts",
|
|
17570
|
-
"line":
|
|
17599
|
+
"line": 129
|
|
17571
17600
|
},
|
|
17572
17601
|
"name": "fromBucket",
|
|
17573
17602
|
"parameters": [
|
|
@@ -17617,7 +17646,7 @@
|
|
|
17617
17646
|
},
|
|
17618
17647
|
"locationInModule": {
|
|
17619
17648
|
"filename": "lib/script.ts",
|
|
17620
|
-
"line":
|
|
17649
|
+
"line": 147
|
|
17621
17650
|
},
|
|
17622
17651
|
"name": "fromScriptArn",
|
|
17623
17652
|
"parameters": [
|
|
@@ -17654,7 +17683,7 @@
|
|
|
17654
17683
|
},
|
|
17655
17684
|
"locationInModule": {
|
|
17656
17685
|
"filename": "lib/script.ts",
|
|
17657
|
-
"line":
|
|
17686
|
+
"line": 154
|
|
17658
17687
|
},
|
|
17659
17688
|
"name": "fromScriptAttributes",
|
|
17660
17689
|
"parameters": [
|
|
@@ -17696,7 +17725,7 @@
|
|
|
17696
17725
|
"immutable": true,
|
|
17697
17726
|
"locationInModule": {
|
|
17698
17727
|
"filename": "lib/script.ts",
|
|
17699
|
-
"line":
|
|
17728
|
+
"line": 124
|
|
17700
17729
|
},
|
|
17701
17730
|
"name": "PROPERTY_INJECTION_ID",
|
|
17702
17731
|
"static": true,
|
|
@@ -17712,7 +17741,7 @@
|
|
|
17712
17741
|
"immutable": true,
|
|
17713
17742
|
"locationInModule": {
|
|
17714
17743
|
"filename": "lib/script.ts",
|
|
17715
|
-
"line":
|
|
17744
|
+
"line": 187
|
|
17716
17745
|
},
|
|
17717
17746
|
"name": "grantPrincipal",
|
|
17718
17747
|
"overrides": "@aws-cdk/aws-gamelift-alpha.ScriptBase",
|
|
@@ -17728,7 +17757,7 @@
|
|
|
17728
17757
|
"immutable": true,
|
|
17729
17758
|
"locationInModule": {
|
|
17730
17759
|
"filename": "lib/script.ts",
|
|
17731
|
-
"line":
|
|
17760
|
+
"line": 182
|
|
17732
17761
|
},
|
|
17733
17762
|
"name": "role",
|
|
17734
17763
|
"type": {
|
|
@@ -17743,7 +17772,7 @@
|
|
|
17743
17772
|
"immutable": true,
|
|
17744
17773
|
"locationInModule": {
|
|
17745
17774
|
"filename": "lib/script.ts",
|
|
17746
|
-
"line":
|
|
17775
|
+
"line": 224
|
|
17747
17776
|
},
|
|
17748
17777
|
"name": "scriptArn",
|
|
17749
17778
|
"overrides": "@aws-cdk/aws-gamelift-alpha.ScriptBase",
|
|
@@ -17759,7 +17788,7 @@
|
|
|
17759
17788
|
"immutable": true,
|
|
17760
17789
|
"locationInModule": {
|
|
17761
17790
|
"filename": "lib/script.ts",
|
|
17762
|
-
"line":
|
|
17791
|
+
"line": 219
|
|
17763
17792
|
},
|
|
17764
17793
|
"name": "scriptId",
|
|
17765
17794
|
"overrides": "@aws-cdk/aws-gamelift-alpha.ScriptBase",
|
|
@@ -17785,7 +17814,7 @@
|
|
|
17785
17814
|
"kind": "interface",
|
|
17786
17815
|
"locationInModule": {
|
|
17787
17816
|
"filename": "lib/script.ts",
|
|
17788
|
-
"line":
|
|
17817
|
+
"line": 53
|
|
17789
17818
|
},
|
|
17790
17819
|
"name": "ScriptAttributes",
|
|
17791
17820
|
"properties": [
|
|
@@ -17798,7 +17827,7 @@
|
|
|
17798
17827
|
"immutable": true,
|
|
17799
17828
|
"locationInModule": {
|
|
17800
17829
|
"filename": "lib/script.ts",
|
|
17801
|
-
"line":
|
|
17830
|
+
"line": 57
|
|
17802
17831
|
},
|
|
17803
17832
|
"name": "scriptArn",
|
|
17804
17833
|
"type": {
|
|
@@ -17815,7 +17844,7 @@
|
|
|
17815
17844
|
"immutable": true,
|
|
17816
17845
|
"locationInModule": {
|
|
17817
17846
|
"filename": "lib/script.ts",
|
|
17818
|
-
"line":
|
|
17847
|
+
"line": 63
|
|
17819
17848
|
},
|
|
17820
17849
|
"name": "role",
|
|
17821
17850
|
"optional": true,
|
|
@@ -17841,7 +17870,7 @@
|
|
|
17841
17870
|
},
|
|
17842
17871
|
"locationInModule": {
|
|
17843
17872
|
"filename": "core/lib/resource.ts",
|
|
17844
|
-
"line":
|
|
17873
|
+
"line": 119
|
|
17845
17874
|
},
|
|
17846
17875
|
"parameters": [
|
|
17847
17876
|
{
|
|
@@ -17871,7 +17900,7 @@
|
|
|
17871
17900
|
"kind": "class",
|
|
17872
17901
|
"locationInModule": {
|
|
17873
17902
|
"filename": "lib/script.ts",
|
|
17874
|
-
"line":
|
|
17903
|
+
"line": 40
|
|
17875
17904
|
},
|
|
17876
17905
|
"name": "ScriptBase",
|
|
17877
17906
|
"properties": [
|
|
@@ -17884,7 +17913,7 @@
|
|
|
17884
17913
|
"immutable": true,
|
|
17885
17914
|
"locationInModule": {
|
|
17886
17915
|
"filename": "lib/script.ts",
|
|
17887
|
-
"line":
|
|
17916
|
+
"line": 47
|
|
17888
17917
|
},
|
|
17889
17918
|
"name": "grantPrincipal",
|
|
17890
17919
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -17901,7 +17930,7 @@
|
|
|
17901
17930
|
"immutable": true,
|
|
17902
17931
|
"locationInModule": {
|
|
17903
17932
|
"filename": "lib/script.ts",
|
|
17904
|
-
"line":
|
|
17933
|
+
"line": 45
|
|
17905
17934
|
},
|
|
17906
17935
|
"name": "scriptArn",
|
|
17907
17936
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IScript",
|
|
@@ -17918,7 +17947,7 @@
|
|
|
17918
17947
|
"immutable": true,
|
|
17919
17948
|
"locationInModule": {
|
|
17920
17949
|
"filename": "lib/script.ts",
|
|
17921
|
-
"line":
|
|
17950
|
+
"line": 44
|
|
17922
17951
|
},
|
|
17923
17952
|
"name": "scriptId",
|
|
17924
17953
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IScript",
|
|
@@ -17944,7 +17973,7 @@
|
|
|
17944
17973
|
"kind": "interface",
|
|
17945
17974
|
"locationInModule": {
|
|
17946
17975
|
"filename": "lib/script.ts",
|
|
17947
|
-
"line":
|
|
17976
|
+
"line": 69
|
|
17948
17977
|
},
|
|
17949
17978
|
"name": "ScriptProps",
|
|
17950
17979
|
"properties": [
|
|
@@ -17957,7 +17986,7 @@
|
|
|
17957
17986
|
"immutable": true,
|
|
17958
17987
|
"locationInModule": {
|
|
17959
17988
|
"filename": "lib/script.ts",
|
|
17960
|
-
"line":
|
|
17989
|
+
"line": 87
|
|
17961
17990
|
},
|
|
17962
17991
|
"name": "content",
|
|
17963
17992
|
"type": {
|
|
@@ -17976,7 +18005,7 @@
|
|
|
17976
18005
|
"immutable": true,
|
|
17977
18006
|
"locationInModule": {
|
|
17978
18007
|
"filename": "lib/script.ts",
|
|
17979
|
-
"line":
|
|
18008
|
+
"line": 110
|
|
17980
18009
|
},
|
|
17981
18010
|
"name": "role",
|
|
17982
18011
|
"optional": true,
|
|
@@ -17994,7 +18023,7 @@
|
|
|
17994
18023
|
"immutable": true,
|
|
17995
18024
|
"locationInModule": {
|
|
17996
18025
|
"filename": "lib/script.ts",
|
|
17997
|
-
"line":
|
|
18026
|
+
"line": 75
|
|
17998
18027
|
},
|
|
17999
18028
|
"name": "scriptName",
|
|
18000
18029
|
"optional": true,
|
|
@@ -18012,7 +18041,7 @@
|
|
|
18012
18041
|
"immutable": true,
|
|
18013
18042
|
"locationInModule": {
|
|
18014
18043
|
"filename": "lib/script.ts",
|
|
18015
|
-
"line":
|
|
18044
|
+
"line": 82
|
|
18016
18045
|
},
|
|
18017
18046
|
"name": "scriptVersion",
|
|
18018
18047
|
"optional": true,
|
|
@@ -18120,7 +18149,7 @@
|
|
|
18120
18149
|
},
|
|
18121
18150
|
"locationInModule": {
|
|
18122
18151
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18123
|
-
"line":
|
|
18152
|
+
"line": 51
|
|
18124
18153
|
},
|
|
18125
18154
|
"parameters": [
|
|
18126
18155
|
{
|
|
@@ -18146,7 +18175,7 @@
|
|
|
18146
18175
|
"kind": "class",
|
|
18147
18176
|
"locationInModule": {
|
|
18148
18177
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18149
|
-
"line":
|
|
18178
|
+
"line": 25
|
|
18150
18179
|
},
|
|
18151
18180
|
"methods": [
|
|
18152
18181
|
{
|
|
@@ -18156,7 +18185,7 @@
|
|
|
18156
18185
|
},
|
|
18157
18186
|
"locationInModule": {
|
|
18158
18187
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18159
|
-
"line":
|
|
18188
|
+
"line": 40
|
|
18160
18189
|
},
|
|
18161
18190
|
"name": "fromStandaloneMatchmakingConfigurationArn",
|
|
18162
18191
|
"parameters": [
|
|
@@ -18193,7 +18222,7 @@
|
|
|
18193
18222
|
},
|
|
18194
18223
|
"locationInModule": {
|
|
18195
18224
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18196
|
-
"line":
|
|
18225
|
+
"line": 33
|
|
18197
18226
|
},
|
|
18198
18227
|
"name": "fromStandaloneMatchmakingConfigurationName",
|
|
18199
18228
|
"parameters": [
|
|
@@ -18235,7 +18264,7 @@
|
|
|
18235
18264
|
"immutable": true,
|
|
18236
18265
|
"locationInModule": {
|
|
18237
18266
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18238
|
-
"line":
|
|
18267
|
+
"line": 28
|
|
18239
18268
|
},
|
|
18240
18269
|
"name": "PROPERTY_INJECTION_ID",
|
|
18241
18270
|
"static": true,
|
|
@@ -18251,7 +18280,7 @@
|
|
|
18251
18280
|
"immutable": true,
|
|
18252
18281
|
"locationInModule": {
|
|
18253
18282
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18254
|
-
"line":
|
|
18283
|
+
"line": 121
|
|
18255
18284
|
},
|
|
18256
18285
|
"name": "matchmakingConfigurationArn",
|
|
18257
18286
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase",
|
|
@@ -18267,7 +18296,7 @@
|
|
|
18267
18296
|
"immutable": true,
|
|
18268
18297
|
"locationInModule": {
|
|
18269
18298
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18270
|
-
"line":
|
|
18299
|
+
"line": 116
|
|
18271
18300
|
},
|
|
18272
18301
|
"name": "matchmakingConfigurationName",
|
|
18273
18302
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase",
|
|
@@ -18283,7 +18312,7 @@
|
|
|
18283
18312
|
"immutable": true,
|
|
18284
18313
|
"locationInModule": {
|
|
18285
18314
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18286
|
-
"line":
|
|
18315
|
+
"line": 47
|
|
18287
18316
|
},
|
|
18288
18317
|
"name": "notificationTarget",
|
|
18289
18318
|
"optional": true,
|
|
@@ -18313,12 +18342,12 @@
|
|
|
18313
18342
|
"kind": "interface",
|
|
18314
18343
|
"locationInModule": {
|
|
18315
18344
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
18316
|
-
"line":
|
|
18345
|
+
"line": 14
|
|
18317
18346
|
},
|
|
18318
18347
|
"name": "StandaloneMatchmakingConfigurationProps",
|
|
18319
18348
|
"symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
|
|
18320
18349
|
}
|
|
18321
18350
|
},
|
|
18322
|
-
"version": "2.
|
|
18351
|
+
"version": "2.237.0-alpha.0",
|
|
18323
18352
|
"fingerprint": "**********"
|
|
18324
18353
|
}
|