@aws-cdk/aws-gamelift-alpha 2.80.0-alpha.0 → 2.81.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 +220 -220
- package/.jsii.tabl.json.gz +0 -0
- package/lib/alias.js +2 -2
- package/lib/build-fleet.js +2 -2
- package/lib/build.js +3 -3
- package/lib/content.js +4 -4
- package/lib/fleet-base.js +2 -2
- package/lib/game-server-group.js +3 -3
- package/lib/game-session-queue.js +2 -2
- package/lib/ingress-rule.js +2 -2
- package/lib/matchmaking-configuration.js +2 -2
- package/lib/matchmaking-ruleset-body.js +1 -1
- package/lib/matchmaking-ruleset.js +3 -3
- package/lib/queued-matchmaking-configuration.js +1 -1
- package/lib/script.js +2 -2
- package/lib/standalone-matchmaking-configuration.js +1 -1
- package/package.json +8 -8
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.81.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -4029,7 +4029,7 @@
|
|
|
4029
4029
|
"docs": {
|
|
4030
4030
|
"stability": "experimental",
|
|
4031
4031
|
"summary": "Game content from a local directory.",
|
|
4032
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as gamelift_alpha from '@aws-cdk/aws-gamelift-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_iam as iam } from 'aws-cdk-lib';\n\ndeclare const dockerImage: cdk.DockerImage;\ndeclare const grantable: iam.IGrantable;\ndeclare const localBundling: cdk.ILocalBundling;\nconst assetContent = new gamelift_alpha.AssetContent('path', /* all optional props */ {\n assetHash: 'assetHash',\n assetHashType: cdk.AssetHashType.SOURCE,\n bundling: {\n image: dockerImage,\n\n // the properties below are optional\n bundlingFileAccess: cdk.BundlingFileAccess.VOLUME_COPY,\n command: ['command'],\n entrypoint: ['entrypoint'],\n environment: {\n environmentKey: 'environment',\n },\n local: localBundling,\n network: 'network',\n outputType: cdk.BundlingOutput.ARCHIVED,\n securityOpt: 'securityOpt',\n user: 'user',\n volumes: [{\n containerPath: 'containerPath',\n hostPath: 'hostPath',\n\n // the properties below are optional\n consistency: cdk.DockerVolumeConsistency.CONSISTENT,\n }],\n volumesFrom: ['volumesFrom'],\n workingDirectory: 'workingDirectory',\n },\n exclude: ['exclude'],\n followSymlinks: cdk.SymlinkFollowMode.NEVER,\n ignoreMode: cdk.IgnoreMode.GLOB,\n readers: [grantable],\n});",
|
|
4032
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as gamelift_alpha from '@aws-cdk/aws-gamelift-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_iam as iam } from 'aws-cdk-lib';\n\ndeclare const dockerImage: cdk.DockerImage;\ndeclare const grantable: iam.IGrantable;\ndeclare const localBundling: cdk.ILocalBundling;\nconst assetContent = new gamelift_alpha.AssetContent('path', /* all optional props */ {\n assetHash: 'assetHash',\n assetHashType: cdk.AssetHashType.SOURCE,\n bundling: {\n image: dockerImage,\n\n // the properties below are optional\n bundlingFileAccess: cdk.BundlingFileAccess.VOLUME_COPY,\n command: ['command'],\n entrypoint: ['entrypoint'],\n environment: {\n environmentKey: 'environment',\n },\n local: localBundling,\n network: 'network',\n outputType: cdk.BundlingOutput.ARCHIVED,\n securityOpt: 'securityOpt',\n user: 'user',\n volumes: [{\n containerPath: 'containerPath',\n hostPath: 'hostPath',\n\n // the properties below are optional\n consistency: cdk.DockerVolumeConsistency.CONSISTENT,\n }],\n volumesFrom: ['volumesFrom'],\n workingDirectory: 'workingDirectory',\n },\n deployTime: false,\n exclude: ['exclude'],\n followSymlinks: cdk.SymlinkFollowMode.NEVER,\n ignoreMode: cdk.IgnoreMode.GLOB,\n readers: [grantable],\n});",
|
|
4033
4033
|
"custom": {
|
|
4034
4034
|
"exampleMetadata": "fixture=_generated"
|
|
4035
4035
|
}
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
},
|
|
4042
4042
|
"locationInModule": {
|
|
4043
4043
|
"filename": "lib/content.ts",
|
|
4044
|
-
"line":
|
|
4044
|
+
"line": 87
|
|
4045
4045
|
},
|
|
4046
4046
|
"parameters": [
|
|
4047
4047
|
{
|
|
@@ -4065,7 +4065,7 @@
|
|
|
4065
4065
|
"kind": "class",
|
|
4066
4066
|
"locationInModule": {
|
|
4067
4067
|
"filename": "lib/content.ts",
|
|
4068
|
-
"line":
|
|
4068
|
+
"line": 81
|
|
4069
4069
|
},
|
|
4070
4070
|
"methods": [
|
|
4071
4071
|
{
|
|
@@ -4075,7 +4075,7 @@
|
|
|
4075
4075
|
},
|
|
4076
4076
|
"locationInModule": {
|
|
4077
4077
|
"filename": "lib/content.ts",
|
|
4078
|
-
"line":
|
|
4078
|
+
"line": 91
|
|
4079
4079
|
},
|
|
4080
4080
|
"name": "bind",
|
|
4081
4081
|
"overrides": "@aws-cdk/aws-gamelift-alpha.Content",
|
|
@@ -4110,7 +4110,7 @@
|
|
|
4110
4110
|
"immutable": true,
|
|
4111
4111
|
"locationInModule": {
|
|
4112
4112
|
"filename": "lib/content.ts",
|
|
4113
|
-
"line":
|
|
4113
|
+
"line": 87
|
|
4114
4114
|
},
|
|
4115
4115
|
"name": "path",
|
|
4116
4116
|
"type": {
|
|
@@ -4136,7 +4136,7 @@
|
|
|
4136
4136
|
"kind": "interface",
|
|
4137
4137
|
"locationInModule": {
|
|
4138
4138
|
"filename": "lib/game-server-group.ts",
|
|
4139
|
-
"line":
|
|
4139
|
+
"line": 12
|
|
4140
4140
|
},
|
|
4141
4141
|
"name": "AutoScalingPolicy",
|
|
4142
4142
|
"properties": [
|
|
@@ -4150,7 +4150,7 @@
|
|
|
4150
4150
|
"immutable": true,
|
|
4151
4151
|
"locationInModule": {
|
|
4152
4152
|
"filename": "lib/game-server-group.ts",
|
|
4153
|
-
"line":
|
|
4153
|
+
"line": 27
|
|
4154
4154
|
},
|
|
4155
4155
|
"name": "targetTrackingConfiguration",
|
|
4156
4156
|
"type": {
|
|
@@ -4168,7 +4168,7 @@
|
|
|
4168
4168
|
"immutable": true,
|
|
4169
4169
|
"locationInModule": {
|
|
4170
4170
|
"filename": "lib/game-server-group.ts",
|
|
4171
|
-
"line":
|
|
4171
|
+
"line": 19
|
|
4172
4172
|
},
|
|
4173
4173
|
"name": "estimatedInstanceWarmup",
|
|
4174
4174
|
"optional": true,
|
|
@@ -4189,7 +4189,7 @@
|
|
|
4189
4189
|
"kind": "enum",
|
|
4190
4190
|
"locationInModule": {
|
|
4191
4191
|
"filename": "lib/game-server-group.ts",
|
|
4192
|
-
"line":
|
|
4192
|
+
"line": 72
|
|
4193
4193
|
},
|
|
4194
4194
|
"members": [
|
|
4195
4195
|
{
|
|
@@ -4241,7 +4241,7 @@
|
|
|
4241
4241
|
},
|
|
4242
4242
|
"locationInModule": {
|
|
4243
4243
|
"filename": "lib/build.ts",
|
|
4244
|
-
"line":
|
|
4244
|
+
"line": 239
|
|
4245
4245
|
},
|
|
4246
4246
|
"parameters": [
|
|
4247
4247
|
{
|
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
"kind": "class",
|
|
4268
4268
|
"locationInModule": {
|
|
4269
4269
|
"filename": "lib/build.ts",
|
|
4270
|
-
"line":
|
|
4270
|
+
"line": 150
|
|
4271
4271
|
},
|
|
4272
4272
|
"methods": [
|
|
4273
4273
|
{
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
},
|
|
4278
4278
|
"locationInModule": {
|
|
4279
4279
|
"filename": "lib/build.ts",
|
|
4280
|
-
"line":
|
|
4280
|
+
"line": 164
|
|
4281
4281
|
},
|
|
4282
4282
|
"name": "fromAsset",
|
|
4283
4283
|
"parameters": [
|
|
@@ -4321,7 +4321,7 @@
|
|
|
4321
4321
|
},
|
|
4322
4322
|
"locationInModule": {
|
|
4323
4323
|
"filename": "lib/build.ts",
|
|
4324
|
-
"line":
|
|
4324
|
+
"line": 155
|
|
4325
4325
|
},
|
|
4326
4326
|
"name": "fromBucket",
|
|
4327
4327
|
"parameters": [
|
|
@@ -4371,7 +4371,7 @@
|
|
|
4371
4371
|
},
|
|
4372
4372
|
"locationInModule": {
|
|
4373
4373
|
"filename": "lib/build.ts",
|
|
4374
|
-
"line":
|
|
4374
|
+
"line": 180
|
|
4375
4375
|
},
|
|
4376
4376
|
"name": "fromBuildArn",
|
|
4377
4377
|
"parameters": [
|
|
@@ -4408,7 +4408,7 @@
|
|
|
4408
4408
|
},
|
|
4409
4409
|
"locationInModule": {
|
|
4410
4410
|
"filename": "lib/build.ts",
|
|
4411
|
-
"line":
|
|
4411
|
+
"line": 187
|
|
4412
4412
|
},
|
|
4413
4413
|
"name": "fromBuildAttributes",
|
|
4414
4414
|
"parameters": [
|
|
@@ -4445,7 +4445,7 @@
|
|
|
4445
4445
|
},
|
|
4446
4446
|
"locationInModule": {
|
|
4447
4447
|
"filename": "lib/build.ts",
|
|
4448
|
-
"line":
|
|
4448
|
+
"line": 173
|
|
4449
4449
|
},
|
|
4450
4450
|
"name": "fromBuildId",
|
|
4451
4451
|
"parameters": [
|
|
@@ -4486,7 +4486,7 @@
|
|
|
4486
4486
|
"immutable": true,
|
|
4487
4487
|
"locationInModule": {
|
|
4488
4488
|
"filename": "lib/build.ts",
|
|
4489
|
-
"line":
|
|
4489
|
+
"line": 227
|
|
4490
4490
|
},
|
|
4491
4491
|
"name": "buildArn",
|
|
4492
4492
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -4502,7 +4502,7 @@
|
|
|
4502
4502
|
"immutable": true,
|
|
4503
4503
|
"locationInModule": {
|
|
4504
4504
|
"filename": "lib/build.ts",
|
|
4505
|
-
"line":
|
|
4505
|
+
"line": 222
|
|
4506
4506
|
},
|
|
4507
4507
|
"name": "buildId",
|
|
4508
4508
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"immutable": true,
|
|
4519
4519
|
"locationInModule": {
|
|
4520
4520
|
"filename": "lib/build.ts",
|
|
4521
|
-
"line":
|
|
4521
|
+
"line": 237
|
|
4522
4522
|
},
|
|
4523
4523
|
"name": "grantPrincipal",
|
|
4524
4524
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -4534,7 +4534,7 @@
|
|
|
4534
4534
|
"immutable": true,
|
|
4535
4535
|
"locationInModule": {
|
|
4536
4536
|
"filename": "lib/build.ts",
|
|
4537
|
-
"line":
|
|
4537
|
+
"line": 232
|
|
4538
4538
|
},
|
|
4539
4539
|
"name": "role",
|
|
4540
4540
|
"type": {
|
|
@@ -4559,7 +4559,7 @@
|
|
|
4559
4559
|
"kind": "interface",
|
|
4560
4560
|
"locationInModule": {
|
|
4561
4561
|
"filename": "lib/build.ts",
|
|
4562
|
-
"line":
|
|
4562
|
+
"line": 63
|
|
4563
4563
|
},
|
|
4564
4564
|
"name": "BuildAttributes",
|
|
4565
4565
|
"properties": [
|
|
@@ -4574,7 +4574,7 @@
|
|
|
4574
4574
|
"immutable": true,
|
|
4575
4575
|
"locationInModule": {
|
|
4576
4576
|
"filename": "lib/build.ts",
|
|
4577
|
-
"line":
|
|
4577
|
+
"line": 71
|
|
4578
4578
|
},
|
|
4579
4579
|
"name": "buildArn",
|
|
4580
4580
|
"optional": true,
|
|
@@ -4593,7 +4593,7 @@
|
|
|
4593
4593
|
"immutable": true,
|
|
4594
4594
|
"locationInModule": {
|
|
4595
4595
|
"filename": "lib/build.ts",
|
|
4596
|
-
"line":
|
|
4596
|
+
"line": 80
|
|
4597
4597
|
},
|
|
4598
4598
|
"name": "buildId",
|
|
4599
4599
|
"optional": true,
|
|
@@ -4611,7 +4611,7 @@
|
|
|
4611
4611
|
"immutable": true,
|
|
4612
4612
|
"locationInModule": {
|
|
4613
4613
|
"filename": "lib/build.ts",
|
|
4614
|
-
"line":
|
|
4614
|
+
"line": 85
|
|
4615
4615
|
},
|
|
4616
4616
|
"name": "role",
|
|
4617
4617
|
"optional": true,
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
},
|
|
4859
4859
|
"locationInModule": {
|
|
4860
4860
|
"filename": "lib/build-fleet.ts",
|
|
4861
|
-
"line":
|
|
4861
|
+
"line": 176
|
|
4862
4862
|
},
|
|
4863
4863
|
"name": "addIngressRule",
|
|
4864
4864
|
"parameters": [
|
|
@@ -5047,7 +5047,7 @@
|
|
|
5047
5047
|
"kind": "interface",
|
|
5048
5048
|
"locationInModule": {
|
|
5049
5049
|
"filename": "lib/build.ts",
|
|
5050
|
-
"line":
|
|
5050
|
+
"line": 91
|
|
5051
5051
|
},
|
|
5052
5052
|
"name": "BuildProps",
|
|
5053
5053
|
"properties": [
|
|
@@ -5060,7 +5060,7 @@
|
|
|
5060
5060
|
"immutable": true,
|
|
5061
5061
|
"locationInModule": {
|
|
5062
5062
|
"filename": "lib/build.ts",
|
|
5063
|
-
"line":
|
|
5063
|
+
"line": 116
|
|
5064
5064
|
},
|
|
5065
5065
|
"name": "content",
|
|
5066
5066
|
"type": {
|
|
@@ -5077,7 +5077,7 @@
|
|
|
5077
5077
|
"immutable": true,
|
|
5078
5078
|
"locationInModule": {
|
|
5079
5079
|
"filename": "lib/build.ts",
|
|
5080
|
-
"line":
|
|
5080
|
+
"line": 97
|
|
5081
5081
|
},
|
|
5082
5082
|
"name": "buildName",
|
|
5083
5083
|
"optional": true,
|
|
@@ -5095,7 +5095,7 @@
|
|
|
5095
5095
|
"immutable": true,
|
|
5096
5096
|
"locationInModule": {
|
|
5097
5097
|
"filename": "lib/build.ts",
|
|
5098
|
-
"line":
|
|
5098
|
+
"line": 104
|
|
5099
5099
|
},
|
|
5100
5100
|
"name": "buildVersion",
|
|
5101
5101
|
"optional": true,
|
|
@@ -5113,7 +5113,7 @@
|
|
|
5113
5113
|
"immutable": true,
|
|
5114
5114
|
"locationInModule": {
|
|
5115
5115
|
"filename": "lib/build.ts",
|
|
5116
|
-
"line":
|
|
5116
|
+
"line": 111
|
|
5117
5117
|
},
|
|
5118
5118
|
"name": "operatingSystem",
|
|
5119
5119
|
"optional": true,
|
|
@@ -5133,7 +5133,7 @@
|
|
|
5133
5133
|
"immutable": true,
|
|
5134
5134
|
"locationInModule": {
|
|
5135
5135
|
"filename": "lib/build.ts",
|
|
5136
|
-
"line":
|
|
5136
|
+
"line": 139
|
|
5137
5137
|
},
|
|
5138
5138
|
"name": "role",
|
|
5139
5139
|
"optional": true,
|
|
@@ -5175,7 +5175,7 @@
|
|
|
5175
5175
|
},
|
|
5176
5176
|
"locationInModule": {
|
|
5177
5177
|
"filename": "lib/content.ts",
|
|
5178
|
-
"line":
|
|
5178
|
+
"line": 27
|
|
5179
5179
|
},
|
|
5180
5180
|
"name": "fromAsset",
|
|
5181
5181
|
"parameters": [
|
|
@@ -5258,7 +5258,7 @@
|
|
|
5258
5258
|
},
|
|
5259
5259
|
"locationInModule": {
|
|
5260
5260
|
"filename": "lib/content.ts",
|
|
5261
|
-
"line":
|
|
5261
|
+
"line": 34
|
|
5262
5262
|
},
|
|
5263
5263
|
"name": "bind",
|
|
5264
5264
|
"parameters": [
|
|
@@ -5300,7 +5300,7 @@
|
|
|
5300
5300
|
"kind": "interface",
|
|
5301
5301
|
"locationInModule": {
|
|
5302
5302
|
"filename": "lib/content.ts",
|
|
5303
|
-
"line":
|
|
5303
|
+
"line": 41
|
|
5304
5304
|
},
|
|
5305
5305
|
"name": "ContentConfig",
|
|
5306
5306
|
"properties": [
|
|
@@ -5313,7 +5313,7 @@
|
|
|
5313
5313
|
"immutable": true,
|
|
5314
5314
|
"locationInModule": {
|
|
5315
5315
|
"filename": "lib/content.ts",
|
|
5316
|
-
"line":
|
|
5316
|
+
"line": 45
|
|
5317
5317
|
},
|
|
5318
5318
|
"name": "s3Location",
|
|
5319
5319
|
"type": {
|
|
@@ -5334,7 +5334,7 @@
|
|
|
5334
5334
|
"kind": "enum",
|
|
5335
5335
|
"locationInModule": {
|
|
5336
5336
|
"filename": "lib/game-server-group.ts",
|
|
5337
|
-
"line":
|
|
5337
|
+
"line": 55
|
|
5338
5338
|
},
|
|
5339
5339
|
"members": [
|
|
5340
5340
|
{
|
|
@@ -5377,7 +5377,7 @@
|
|
|
5377
5377
|
"kind": "interface",
|
|
5378
5378
|
"locationInModule": {
|
|
5379
5379
|
"filename": "lib/fleet-base.ts",
|
|
5380
|
-
"line":
|
|
5380
|
+
"line": 374
|
|
5381
5381
|
},
|
|
5382
5382
|
"name": "FleetAttributes",
|
|
5383
5383
|
"properties": [
|
|
@@ -5392,7 +5392,7 @@
|
|
|
5392
5392
|
"immutable": true,
|
|
5393
5393
|
"locationInModule": {
|
|
5394
5394
|
"filename": "lib/fleet-base.ts",
|
|
5395
|
-
"line":
|
|
5395
|
+
"line": 382
|
|
5396
5396
|
},
|
|
5397
5397
|
"name": "fleetArn",
|
|
5398
5398
|
"optional": true,
|
|
@@ -5411,7 +5411,7 @@
|
|
|
5411
5411
|
"immutable": true,
|
|
5412
5412
|
"locationInModule": {
|
|
5413
5413
|
"filename": "lib/fleet-base.ts",
|
|
5414
|
-
"line":
|
|
5414
|
+
"line": 391
|
|
5415
5415
|
},
|
|
5416
5416
|
"name": "fleetId",
|
|
5417
5417
|
"optional": true,
|
|
@@ -5429,7 +5429,7 @@
|
|
|
5429
5429
|
"immutable": true,
|
|
5430
5430
|
"locationInModule": {
|
|
5431
5431
|
"filename": "lib/fleet-base.ts",
|
|
5432
|
-
"line":
|
|
5432
|
+
"line": 398
|
|
5433
5433
|
},
|
|
5434
5434
|
"name": "role",
|
|
5435
5435
|
"optional": true,
|
|
@@ -5489,7 +5489,7 @@
|
|
|
5489
5489
|
"kind": "class",
|
|
5490
5490
|
"locationInModule": {
|
|
5491
5491
|
"filename": "lib/fleet-base.ts",
|
|
5492
|
-
"line":
|
|
5492
|
+
"line": 404
|
|
5493
5493
|
},
|
|
5494
5494
|
"methods": [
|
|
5495
5495
|
{
|
|
@@ -5499,7 +5499,7 @@
|
|
|
5499
5499
|
},
|
|
5500
5500
|
"locationInModule": {
|
|
5501
5501
|
"filename": "lib/fleet-base.ts",
|
|
5502
|
-
"line":
|
|
5502
|
+
"line": 409
|
|
5503
5503
|
},
|
|
5504
5504
|
"name": "fromFleetAttributes",
|
|
5505
5505
|
"parameters": [
|
|
@@ -5537,7 +5537,7 @@
|
|
|
5537
5537
|
},
|
|
5538
5538
|
"locationInModule": {
|
|
5539
5539
|
"filename": "lib/fleet-base.ts",
|
|
5540
|
-
"line":
|
|
5540
|
+
"line": 476
|
|
5541
5541
|
},
|
|
5542
5542
|
"name": "addAlias",
|
|
5543
5543
|
"parameters": [
|
|
@@ -5574,7 +5574,7 @@
|
|
|
5574
5574
|
},
|
|
5575
5575
|
"locationInModule": {
|
|
5576
5576
|
"filename": "lib/fleet-base.ts",
|
|
5577
|
-
"line":
|
|
5577
|
+
"line": 566
|
|
5578
5578
|
},
|
|
5579
5579
|
"name": "addInternalLocation",
|
|
5580
5580
|
"parameters": [
|
|
@@ -5596,7 +5596,7 @@
|
|
|
5596
5596
|
},
|
|
5597
5597
|
"locationInModule": {
|
|
5598
5598
|
"filename": "lib/fleet-base.ts",
|
|
5599
|
-
"line":
|
|
5599
|
+
"line": 550
|
|
5600
5600
|
},
|
|
5601
5601
|
"name": "addLocation",
|
|
5602
5602
|
"parameters": [
|
|
@@ -5639,7 +5639,7 @@
|
|
|
5639
5639
|
},
|
|
5640
5640
|
"locationInModule": {
|
|
5641
5641
|
"filename": "lib/fleet-base.ts",
|
|
5642
|
-
"line":
|
|
5642
|
+
"line": 484
|
|
5643
5643
|
},
|
|
5644
5644
|
"name": "grant",
|
|
5645
5645
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5672,7 +5672,7 @@
|
|
|
5672
5672
|
},
|
|
5673
5673
|
"locationInModule": {
|
|
5674
5674
|
"filename": "lib/fleet-base.ts",
|
|
5675
|
-
"line":
|
|
5675
|
+
"line": 492
|
|
5676
5676
|
},
|
|
5677
5677
|
"name": "metric",
|
|
5678
5678
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5705,7 +5705,7 @@
|
|
|
5705
5705
|
},
|
|
5706
5706
|
"locationInModule": {
|
|
5707
5707
|
"filename": "lib/fleet-base.ts",
|
|
5708
|
-
"line":
|
|
5708
|
+
"line": 503
|
|
5709
5709
|
},
|
|
5710
5710
|
"name": "metricActiveInstances",
|
|
5711
5711
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5732,7 +5732,7 @@
|
|
|
5732
5732
|
},
|
|
5733
5733
|
"locationInModule": {
|
|
5734
5734
|
"filename": "lib/fleet-base.ts",
|
|
5735
|
-
"line":
|
|
5735
|
+
"line": 511
|
|
5736
5736
|
},
|
|
5737
5737
|
"name": "metricDesiredInstances",
|
|
5738
5738
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5759,7 +5759,7 @@
|
|
|
5759
5759
|
},
|
|
5760
5760
|
"locationInModule": {
|
|
5761
5761
|
"filename": "lib/fleet-base.ts",
|
|
5762
|
-
"line":
|
|
5762
|
+
"line": 515
|
|
5763
5763
|
},
|
|
5764
5764
|
"name": "metricIdleInstances",
|
|
5765
5765
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5785,7 +5785,7 @@
|
|
|
5785
5785
|
},
|
|
5786
5786
|
"locationInModule": {
|
|
5787
5787
|
"filename": "lib/fleet-base.ts",
|
|
5788
|
-
"line":
|
|
5788
|
+
"line": 519
|
|
5789
5789
|
},
|
|
5790
5790
|
"name": "metricInstanceInterruptions",
|
|
5791
5791
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5812,7 +5812,7 @@
|
|
|
5812
5812
|
},
|
|
5813
5813
|
"locationInModule": {
|
|
5814
5814
|
"filename": "lib/fleet-base.ts",
|
|
5815
|
-
"line":
|
|
5815
|
+
"line": 523
|
|
5816
5816
|
},
|
|
5817
5817
|
"name": "metricMaxInstances",
|
|
5818
5818
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5839,7 +5839,7 @@
|
|
|
5839
5839
|
},
|
|
5840
5840
|
"locationInModule": {
|
|
5841
5841
|
"filename": "lib/fleet-base.ts",
|
|
5842
|
-
"line":
|
|
5842
|
+
"line": 527
|
|
5843
5843
|
},
|
|
5844
5844
|
"name": "metricMinInstances",
|
|
5845
5845
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5866,7 +5866,7 @@
|
|
|
5866
5866
|
},
|
|
5867
5867
|
"locationInModule": {
|
|
5868
5868
|
"filename": "lib/fleet-base.ts",
|
|
5869
|
-
"line":
|
|
5869
|
+
"line": 507
|
|
5870
5870
|
},
|
|
5871
5871
|
"name": "metricPercentIdleInstances",
|
|
5872
5872
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5891,7 +5891,7 @@
|
|
|
5891
5891
|
},
|
|
5892
5892
|
"locationInModule": {
|
|
5893
5893
|
"filename": "lib/fleet-base.ts",
|
|
5894
|
-
"line":
|
|
5894
|
+
"line": 604
|
|
5895
5895
|
},
|
|
5896
5896
|
"name": "parseLocationCapacity",
|
|
5897
5897
|
"parameters": [
|
|
@@ -5917,7 +5917,7 @@
|
|
|
5917
5917
|
},
|
|
5918
5918
|
"locationInModule": {
|
|
5919
5919
|
"filename": "lib/fleet-base.ts",
|
|
5920
|
-
"line":
|
|
5920
|
+
"line": 587
|
|
5921
5921
|
},
|
|
5922
5922
|
"name": "parseLocations",
|
|
5923
5923
|
"protected": true,
|
|
@@ -5939,7 +5939,7 @@
|
|
|
5939
5939
|
},
|
|
5940
5940
|
"locationInModule": {
|
|
5941
5941
|
"filename": "lib/fleet-base.ts",
|
|
5942
|
-
"line":
|
|
5942
|
+
"line": 574
|
|
5943
5943
|
},
|
|
5944
5944
|
"name": "parseResourceCreationLimitPolicy",
|
|
5945
5945
|
"parameters": [
|
|
@@ -5964,7 +5964,7 @@
|
|
|
5964
5964
|
},
|
|
5965
5965
|
"locationInModule": {
|
|
5966
5966
|
"filename": "lib/fleet-base.ts",
|
|
5967
|
-
"line":
|
|
5967
|
+
"line": 619
|
|
5968
5968
|
},
|
|
5969
5969
|
"name": "parseRuntimeConfiguration",
|
|
5970
5970
|
"parameters": [
|
|
@@ -5989,7 +5989,7 @@
|
|
|
5989
5989
|
},
|
|
5990
5990
|
"locationInModule": {
|
|
5991
5991
|
"filename": "lib/fleet-base.ts",
|
|
5992
|
-
"line":
|
|
5992
|
+
"line": 641
|
|
5993
5993
|
},
|
|
5994
5994
|
"name": "warnVpcPeeringAuthorizations",
|
|
5995
5995
|
"parameters": [
|
|
@@ -6014,7 +6014,7 @@
|
|
|
6014
6014
|
"immutable": true,
|
|
6015
6015
|
"locationInModule": {
|
|
6016
6016
|
"filename": "lib/fleet-base.ts",
|
|
6017
|
-
"line":
|
|
6017
|
+
"line": 448
|
|
6018
6018
|
},
|
|
6019
6019
|
"name": "fleetArn",
|
|
6020
6020
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -6031,7 +6031,7 @@
|
|
|
6031
6031
|
"immutable": true,
|
|
6032
6032
|
"locationInModule": {
|
|
6033
6033
|
"filename": "lib/fleet-base.ts",
|
|
6034
|
-
"line":
|
|
6034
|
+
"line": 444
|
|
6035
6035
|
},
|
|
6036
6036
|
"name": "fleetId",
|
|
6037
6037
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -6048,7 +6048,7 @@
|
|
|
6048
6048
|
"immutable": true,
|
|
6049
6049
|
"locationInModule": {
|
|
6050
6050
|
"filename": "lib/fleet-base.ts",
|
|
6051
|
-
"line":
|
|
6051
|
+
"line": 453
|
|
6052
6052
|
},
|
|
6053
6053
|
"name": "grantPrincipal",
|
|
6054
6054
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6064,7 +6064,7 @@
|
|
|
6064
6064
|
"immutable": true,
|
|
6065
6065
|
"locationInModule": {
|
|
6066
6066
|
"filename": "lib/fleet-base.ts",
|
|
6067
|
-
"line":
|
|
6067
|
+
"line": 541
|
|
6068
6068
|
},
|
|
6069
6069
|
"name": "resourceArnForDestination",
|
|
6070
6070
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueueDestination",
|
|
@@ -6090,7 +6090,7 @@
|
|
|
6090
6090
|
"kind": "interface",
|
|
6091
6091
|
"locationInModule": {
|
|
6092
6092
|
"filename": "lib/fleet-base.ts",
|
|
6093
|
-
"line":
|
|
6093
|
+
"line": 221
|
|
6094
6094
|
},
|
|
6095
6095
|
"name": "FleetProps",
|
|
6096
6096
|
"properties": [
|
|
@@ -6104,7 +6104,7 @@
|
|
|
6104
6104
|
"immutable": true,
|
|
6105
6105
|
"locationInModule": {
|
|
6106
6106
|
"filename": "lib/fleet-base.ts",
|
|
6107
|
-
"line":
|
|
6107
|
+
"line": 226
|
|
6108
6108
|
},
|
|
6109
6109
|
"name": "fleetName",
|
|
6110
6110
|
"type": {
|
|
@@ -6122,7 +6122,7 @@
|
|
|
6122
6122
|
"immutable": true,
|
|
6123
6123
|
"locationInModule": {
|
|
6124
6124
|
"filename": "lib/fleet-base.ts",
|
|
6125
|
-
"line":
|
|
6125
|
+
"line": 307
|
|
6126
6126
|
},
|
|
6127
6127
|
"name": "instanceType",
|
|
6128
6128
|
"type": {
|
|
@@ -6140,7 +6140,7 @@
|
|
|
6140
6140
|
"immutable": true,
|
|
6141
6141
|
"locationInModule": {
|
|
6142
6142
|
"filename": "lib/fleet-base.ts",
|
|
6143
|
-
"line":
|
|
6143
|
+
"line": 351
|
|
6144
6144
|
},
|
|
6145
6145
|
"name": "runtimeConfiguration",
|
|
6146
6146
|
"type": {
|
|
@@ -6157,7 +6157,7 @@
|
|
|
6157
6157
|
"immutable": true,
|
|
6158
6158
|
"locationInModule": {
|
|
6159
6159
|
"filename": "lib/fleet-base.ts",
|
|
6160
|
-
"line":
|
|
6160
|
+
"line": 233
|
|
6161
6161
|
},
|
|
6162
6162
|
"name": "description",
|
|
6163
6163
|
"optional": true,
|
|
@@ -6176,7 +6176,7 @@
|
|
|
6176
6176
|
"immutable": true,
|
|
6177
6177
|
"locationInModule": {
|
|
6178
6178
|
"filename": "lib/fleet-base.ts",
|
|
6179
|
-
"line":
|
|
6179
|
+
"line": 316
|
|
6180
6180
|
},
|
|
6181
6181
|
"name": "desiredCapacity",
|
|
6182
6182
|
"optional": true,
|
|
@@ -6195,7 +6195,7 @@
|
|
|
6195
6195
|
"immutable": true,
|
|
6196
6196
|
"locationInModule": {
|
|
6197
6197
|
"filename": "lib/fleet-base.ts",
|
|
6198
|
-
"line":
|
|
6198
|
+
"line": 361
|
|
6199
6199
|
},
|
|
6200
6200
|
"name": "locations",
|
|
6201
6201
|
"optional": true,
|
|
@@ -6218,7 +6218,7 @@
|
|
|
6218
6218
|
"immutable": true,
|
|
6219
6219
|
"locationInModule": {
|
|
6220
6220
|
"filename": "lib/fleet-base.ts",
|
|
6221
|
-
"line":
|
|
6221
|
+
"line": 330
|
|
6222
6222
|
},
|
|
6223
6223
|
"name": "maxSize",
|
|
6224
6224
|
"optional": true,
|
|
@@ -6237,7 +6237,7 @@
|
|
|
6237
6237
|
"immutable": true,
|
|
6238
6238
|
"locationInModule": {
|
|
6239
6239
|
"filename": "lib/fleet-base.ts",
|
|
6240
|
-
"line":
|
|
6240
|
+
"line": 299
|
|
6241
6241
|
},
|
|
6242
6242
|
"name": "metricGroup",
|
|
6243
6243
|
"optional": true,
|
|
@@ -6255,7 +6255,7 @@
|
|
|
6255
6255
|
"immutable": true,
|
|
6256
6256
|
"locationInModule": {
|
|
6257
6257
|
"filename": "lib/fleet-base.ts",
|
|
6258
|
-
"line":
|
|
6258
|
+
"line": 323
|
|
6259
6259
|
},
|
|
6260
6260
|
"name": "minSize",
|
|
6261
6261
|
"optional": true,
|
|
@@ -6275,7 +6275,7 @@
|
|
|
6275
6275
|
"immutable": true,
|
|
6276
6276
|
"locationInModule": {
|
|
6277
6277
|
"filename": "lib/fleet-base.ts",
|
|
6278
|
-
"line":
|
|
6278
|
+
"line": 289
|
|
6279
6279
|
},
|
|
6280
6280
|
"name": "peerVpc",
|
|
6281
6281
|
"optional": true,
|
|
@@ -6294,7 +6294,7 @@
|
|
|
6294
6294
|
"immutable": true,
|
|
6295
6295
|
"locationInModule": {
|
|
6296
6296
|
"filename": "lib/fleet-base.ts",
|
|
6297
|
-
"line":
|
|
6297
|
+
"line": 338
|
|
6298
6298
|
},
|
|
6299
6299
|
"name": "protectNewGameSession",
|
|
6300
6300
|
"optional": true,
|
|
@@ -6312,7 +6312,7 @@
|
|
|
6312
6312
|
"immutable": true,
|
|
6313
6313
|
"locationInModule": {
|
|
6314
6314
|
"filename": "lib/fleet-base.ts",
|
|
6315
|
-
"line":
|
|
6315
|
+
"line": 368
|
|
6316
6316
|
},
|
|
6317
6317
|
"name": "resourceCreationLimitPolicy",
|
|
6318
6318
|
"optional": true,
|
|
@@ -6332,7 +6332,7 @@
|
|
|
6332
6332
|
"immutable": true,
|
|
6333
6333
|
"locationInModule": {
|
|
6334
6334
|
"filename": "lib/fleet-base.ts",
|
|
6335
|
-
"line":
|
|
6335
|
+
"line": 274
|
|
6336
6336
|
},
|
|
6337
6337
|
"name": "role",
|
|
6338
6338
|
"optional": true,
|
|
@@ -6351,7 +6351,7 @@
|
|
|
6351
6351
|
"immutable": true,
|
|
6352
6352
|
"locationInModule": {
|
|
6353
6353
|
"filename": "lib/fleet-base.ts",
|
|
6354
|
-
"line":
|
|
6354
|
+
"line": 260
|
|
6355
6355
|
},
|
|
6356
6356
|
"name": "useCertificate",
|
|
6357
6357
|
"optional": true,
|
|
@@ -6371,7 +6371,7 @@
|
|
|
6371
6371
|
"immutable": true,
|
|
6372
6372
|
"locationInModule": {
|
|
6373
6373
|
"filename": "lib/fleet-base.ts",
|
|
6374
|
-
"line":
|
|
6374
|
+
"line": 245
|
|
6375
6375
|
},
|
|
6376
6376
|
"name": "useSpot",
|
|
6377
6377
|
"optional": true,
|
|
@@ -6459,7 +6459,7 @@
|
|
|
6459
6459
|
},
|
|
6460
6460
|
"locationInModule": {
|
|
6461
6461
|
"filename": "lib/game-server-group.ts",
|
|
6462
|
-
"line":
|
|
6462
|
+
"line": 419
|
|
6463
6463
|
},
|
|
6464
6464
|
"parameters": [
|
|
6465
6465
|
{
|
|
@@ -6485,7 +6485,7 @@
|
|
|
6485
6485
|
"kind": "class",
|
|
6486
6486
|
"locationInModule": {
|
|
6487
6487
|
"filename": "lib/game-server-group.ts",
|
|
6488
|
-
"line":
|
|
6488
|
+
"line": 345
|
|
6489
6489
|
},
|
|
6490
6490
|
"methods": [
|
|
6491
6491
|
{
|
|
@@ -6495,7 +6495,7 @@
|
|
|
6495
6495
|
},
|
|
6496
6496
|
"locationInModule": {
|
|
6497
6497
|
"filename": "lib/game-server-group.ts",
|
|
6498
|
-
"line":
|
|
6498
|
+
"line": 350
|
|
6499
6499
|
},
|
|
6500
6500
|
"name": "fromGameServerGroupAttributes",
|
|
6501
6501
|
"parameters": [
|
|
@@ -6531,7 +6531,7 @@
|
|
|
6531
6531
|
},
|
|
6532
6532
|
"locationInModule": {
|
|
6533
6533
|
"filename": "lib/game-server-group.ts",
|
|
6534
|
-
"line":
|
|
6534
|
+
"line": 503
|
|
6535
6535
|
},
|
|
6536
6536
|
"name": "parseAutoScalingPolicy",
|
|
6537
6537
|
"parameters": [
|
|
@@ -6556,7 +6556,7 @@
|
|
|
6556
6556
|
},
|
|
6557
6557
|
"locationInModule": {
|
|
6558
6558
|
"filename": "lib/game-server-group.ts",
|
|
6559
|
-
"line":
|
|
6559
|
+
"line": 516
|
|
6560
6560
|
},
|
|
6561
6561
|
"name": "parseInstanceDefinitions",
|
|
6562
6562
|
"parameters": [
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
},
|
|
6586
6586
|
"locationInModule": {
|
|
6587
6587
|
"filename": "lib/game-server-group.ts",
|
|
6588
|
-
"line":
|
|
6588
|
+
"line": 495
|
|
6589
6589
|
},
|
|
6590
6590
|
"name": "parseLaunchTemplate",
|
|
6591
6591
|
"parameters": [
|
|
@@ -6614,7 +6614,7 @@
|
|
|
6614
6614
|
"immutable": true,
|
|
6615
6615
|
"locationInModule": {
|
|
6616
6616
|
"filename": "lib/game-server-group.ts",
|
|
6617
|
-
"line":
|
|
6617
|
+
"line": 397
|
|
6618
6618
|
},
|
|
6619
6619
|
"name": "autoScalingGroupArn",
|
|
6620
6620
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6630,7 +6630,7 @@
|
|
|
6630
6630
|
"immutable": true,
|
|
6631
6631
|
"locationInModule": {
|
|
6632
6632
|
"filename": "lib/game-server-group.ts",
|
|
6633
|
-
"line":
|
|
6633
|
+
"line": 392
|
|
6634
6634
|
},
|
|
6635
6635
|
"name": "gameServerGroupArn",
|
|
6636
6636
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6646,7 +6646,7 @@
|
|
|
6646
6646
|
"immutable": true,
|
|
6647
6647
|
"locationInModule": {
|
|
6648
6648
|
"filename": "lib/game-server-group.ts",
|
|
6649
|
-
"line":
|
|
6649
|
+
"line": 387
|
|
6650
6650
|
},
|
|
6651
6651
|
"name": "gameServerGroupName",
|
|
6652
6652
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6662,7 +6662,7 @@
|
|
|
6662
6662
|
"immutable": true,
|
|
6663
6663
|
"locationInModule": {
|
|
6664
6664
|
"filename": "lib/game-server-group.ts",
|
|
6665
|
-
"line":
|
|
6665
|
+
"line": 407
|
|
6666
6666
|
},
|
|
6667
6667
|
"name": "grantPrincipal",
|
|
6668
6668
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6678,7 +6678,7 @@
|
|
|
6678
6678
|
"immutable": true,
|
|
6679
6679
|
"locationInModule": {
|
|
6680
6680
|
"filename": "lib/game-server-group.ts",
|
|
6681
|
-
"line":
|
|
6681
|
+
"line": 402
|
|
6682
6682
|
},
|
|
6683
6683
|
"name": "role",
|
|
6684
6684
|
"type": {
|
|
@@ -6693,7 +6693,7 @@
|
|
|
6693
6693
|
"immutable": true,
|
|
6694
6694
|
"locationInModule": {
|
|
6695
6695
|
"filename": "lib/game-server-group.ts",
|
|
6696
|
-
"line":
|
|
6696
|
+
"line": 412
|
|
6697
6697
|
},
|
|
6698
6698
|
"name": "vpc",
|
|
6699
6699
|
"type": {
|
|
@@ -6708,7 +6708,7 @@
|
|
|
6708
6708
|
"immutable": true,
|
|
6709
6709
|
"locationInModule": {
|
|
6710
6710
|
"filename": "lib/game-server-group.ts",
|
|
6711
|
-
"line":
|
|
6711
|
+
"line": 417
|
|
6712
6712
|
},
|
|
6713
6713
|
"name": "vpcSubnets",
|
|
6714
6714
|
"optional": true,
|
|
@@ -6734,7 +6734,7 @@
|
|
|
6734
6734
|
"kind": "interface",
|
|
6735
6735
|
"locationInModule": {
|
|
6736
6736
|
"filename": "lib/game-server-group.ts",
|
|
6737
|
-
"line":
|
|
6737
|
+
"line": 177
|
|
6738
6738
|
},
|
|
6739
6739
|
"name": "GameServerGroupAttributes",
|
|
6740
6740
|
"properties": [
|
|
@@ -6748,7 +6748,7 @@
|
|
|
6748
6748
|
"immutable": true,
|
|
6749
6749
|
"locationInModule": {
|
|
6750
6750
|
"filename": "lib/game-server-group.ts",
|
|
6751
|
-
"line":
|
|
6751
|
+
"line": 201
|
|
6752
6752
|
},
|
|
6753
6753
|
"name": "autoScalingGroupArn",
|
|
6754
6754
|
"type": {
|
|
@@ -6766,7 +6766,7 @@
|
|
|
6766
6766
|
"immutable": true,
|
|
6767
6767
|
"locationInModule": {
|
|
6768
6768
|
"filename": "lib/game-server-group.ts",
|
|
6769
|
-
"line":
|
|
6769
|
+
"line": 194
|
|
6770
6770
|
},
|
|
6771
6771
|
"name": "gameServerGroupArn",
|
|
6772
6772
|
"optional": true,
|
|
@@ -6785,7 +6785,7 @@
|
|
|
6785
6785
|
"immutable": true,
|
|
6786
6786
|
"locationInModule": {
|
|
6787
6787
|
"filename": "lib/game-server-group.ts",
|
|
6788
|
-
"line":
|
|
6788
|
+
"line": 186
|
|
6789
6789
|
},
|
|
6790
6790
|
"name": "gameServerGroupName",
|
|
6791
6791
|
"optional": true,
|
|
@@ -6803,7 +6803,7 @@
|
|
|
6803
6803
|
"immutable": true,
|
|
6804
6804
|
"locationInModule": {
|
|
6805
6805
|
"filename": "lib/game-server-group.ts",
|
|
6806
|
-
"line":
|
|
6806
|
+
"line": 208
|
|
6807
6807
|
},
|
|
6808
6808
|
"name": "role",
|
|
6809
6809
|
"optional": true,
|
|
@@ -6859,7 +6859,7 @@
|
|
|
6859
6859
|
"kind": "class",
|
|
6860
6860
|
"locationInModule": {
|
|
6861
6861
|
"filename": "lib/game-server-group.ts",
|
|
6862
|
-
"line":
|
|
6862
|
+
"line": 131
|
|
6863
6863
|
},
|
|
6864
6864
|
"methods": [
|
|
6865
6865
|
{
|
|
@@ -6869,7 +6869,7 @@
|
|
|
6869
6869
|
},
|
|
6870
6870
|
"locationInModule": {
|
|
6871
6871
|
"filename": "lib/game-server-group.ts",
|
|
6872
|
-
"line":
|
|
6872
|
+
"line": 153
|
|
6873
6873
|
},
|
|
6874
6874
|
"name": "grant",
|
|
6875
6875
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -6902,7 +6902,7 @@
|
|
|
6902
6902
|
},
|
|
6903
6903
|
"locationInModule": {
|
|
6904
6904
|
"filename": "lib/game-server-group.ts",
|
|
6905
|
-
"line":
|
|
6905
|
+
"line": 161
|
|
6906
6906
|
},
|
|
6907
6907
|
"name": "metric",
|
|
6908
6908
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -6939,7 +6939,7 @@
|
|
|
6939
6939
|
"immutable": true,
|
|
6940
6940
|
"locationInModule": {
|
|
6941
6941
|
"filename": "lib/game-server-group.ts",
|
|
6942
|
-
"line":
|
|
6942
|
+
"line": 141
|
|
6943
6943
|
},
|
|
6944
6944
|
"name": "autoScalingGroupArn",
|
|
6945
6945
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -6956,7 +6956,7 @@
|
|
|
6956
6956
|
"immutable": true,
|
|
6957
6957
|
"locationInModule": {
|
|
6958
6958
|
"filename": "lib/game-server-group.ts",
|
|
6959
|
-
"line":
|
|
6959
|
+
"line": 136
|
|
6960
6960
|
},
|
|
6961
6961
|
"name": "gameServerGroupArn",
|
|
6962
6962
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -6973,7 +6973,7 @@
|
|
|
6973
6973
|
"immutable": true,
|
|
6974
6974
|
"locationInModule": {
|
|
6975
6975
|
"filename": "lib/game-server-group.ts",
|
|
6976
|
-
"line":
|
|
6976
|
+
"line": 146
|
|
6977
6977
|
},
|
|
6978
6978
|
"name": "gameServerGroupName",
|
|
6979
6979
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -6990,7 +6990,7 @@
|
|
|
6990
6990
|
"immutable": true,
|
|
6991
6991
|
"locationInModule": {
|
|
6992
6992
|
"filename": "lib/game-server-group.ts",
|
|
6993
|
-
"line":
|
|
6993
|
+
"line": 151
|
|
6994
6994
|
},
|
|
6995
6995
|
"name": "grantPrincipal",
|
|
6996
6996
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7016,7 +7016,7 @@
|
|
|
7016
7016
|
"kind": "interface",
|
|
7017
7017
|
"locationInModule": {
|
|
7018
7018
|
"filename": "lib/game-server-group.ts",
|
|
7019
|
-
"line":
|
|
7019
|
+
"line": 214
|
|
7020
7020
|
},
|
|
7021
7021
|
"name": "GameServerGroupProps",
|
|
7022
7022
|
"properties": [
|
|
@@ -7030,7 +7030,7 @@
|
|
|
7030
7030
|
"immutable": true,
|
|
7031
7031
|
"locationInModule": {
|
|
7032
7032
|
"filename": "lib/game-server-group.ts",
|
|
7033
|
-
"line":
|
|
7033
|
+
"line": 219
|
|
7034
7034
|
},
|
|
7035
7035
|
"name": "gameServerGroupName",
|
|
7036
7036
|
"type": {
|
|
@@ -7046,7 +7046,7 @@
|
|
|
7046
7046
|
"immutable": true,
|
|
7047
7047
|
"locationInModule": {
|
|
7048
7048
|
"filename": "lib/game-server-group.ts",
|
|
7049
|
-
"line":
|
|
7049
|
+
"line": 274
|
|
7050
7050
|
},
|
|
7051
7051
|
"name": "instanceDefinitions",
|
|
7052
7052
|
"type": {
|
|
@@ -7069,7 +7069,7 @@
|
|
|
7069
7069
|
"immutable": true,
|
|
7070
7070
|
"locationInModule": {
|
|
7071
7071
|
"filename": "lib/game-server-group.ts",
|
|
7072
|
-
"line":
|
|
7072
|
+
"line": 286
|
|
7073
7073
|
},
|
|
7074
7074
|
"name": "launchTemplate",
|
|
7075
7075
|
"type": {
|
|
@@ -7086,7 +7086,7 @@
|
|
|
7086
7086
|
"immutable": true,
|
|
7087
7087
|
"locationInModule": {
|
|
7088
7088
|
"filename": "lib/game-server-group.ts",
|
|
7089
|
-
"line":
|
|
7089
|
+
"line": 262
|
|
7090
7090
|
},
|
|
7091
7091
|
"name": "vpc",
|
|
7092
7092
|
"type": {
|
|
@@ -7104,7 +7104,7 @@
|
|
|
7104
7104
|
"immutable": true,
|
|
7105
7105
|
"locationInModule": {
|
|
7106
7106
|
"filename": "lib/game-server-group.ts",
|
|
7107
|
-
"line":
|
|
7107
|
+
"line": 307
|
|
7108
7108
|
},
|
|
7109
7109
|
"name": "autoScalingPolicy",
|
|
7110
7110
|
"optional": true,
|
|
@@ -7122,7 +7122,7 @@
|
|
|
7122
7122
|
"immutable": true,
|
|
7123
7123
|
"locationInModule": {
|
|
7124
7124
|
"filename": "lib/game-server-group.ts",
|
|
7125
|
-
"line":
|
|
7125
|
+
"line": 321
|
|
7126
7126
|
},
|
|
7127
7127
|
"name": "balancingStrategy",
|
|
7128
7128
|
"optional": true,
|
|
@@ -7141,7 +7141,7 @@
|
|
|
7141
7141
|
"immutable": true,
|
|
7142
7142
|
"locationInModule": {
|
|
7143
7143
|
"filename": "lib/game-server-group.ts",
|
|
7144
|
-
"line":
|
|
7144
|
+
"line": 314
|
|
7145
7145
|
},
|
|
7146
7146
|
"name": "deleteOption",
|
|
7147
7147
|
"optional": true,
|
|
@@ -7160,7 +7160,7 @@
|
|
|
7160
7160
|
"immutable": true,
|
|
7161
7161
|
"locationInModule": {
|
|
7162
7162
|
"filename": "lib/game-server-group.ts",
|
|
7163
|
-
"line":
|
|
7163
|
+
"line": 249
|
|
7164
7164
|
},
|
|
7165
7165
|
"name": "maxSize",
|
|
7166
7166
|
"optional": true,
|
|
@@ -7179,7 +7179,7 @@
|
|
|
7179
7179
|
"immutable": true,
|
|
7180
7180
|
"locationInModule": {
|
|
7181
7181
|
"filename": "lib/game-server-group.ts",
|
|
7182
|
-
"line":
|
|
7182
|
+
"line": 240
|
|
7183
7183
|
},
|
|
7184
7184
|
"name": "minSize",
|
|
7185
7185
|
"optional": true,
|
|
@@ -7198,7 +7198,7 @@
|
|
|
7198
7198
|
"immutable": true,
|
|
7199
7199
|
"locationInModule": {
|
|
7200
7200
|
"filename": "lib/game-server-group.ts",
|
|
7201
|
-
"line":
|
|
7201
|
+
"line": 297
|
|
7202
7202
|
},
|
|
7203
7203
|
"name": "protectGameServer",
|
|
7204
7204
|
"optional": true,
|
|
@@ -7217,7 +7217,7 @@
|
|
|
7217
7217
|
"immutable": true,
|
|
7218
7218
|
"locationInModule": {
|
|
7219
7219
|
"filename": "lib/game-server-group.ts",
|
|
7220
|
-
"line":
|
|
7220
|
+
"line": 228
|
|
7221
7221
|
},
|
|
7222
7222
|
"name": "role",
|
|
7223
7223
|
"optional": true,
|
|
@@ -7235,7 +7235,7 @@
|
|
|
7235
7235
|
"immutable": true,
|
|
7236
7236
|
"locationInModule": {
|
|
7237
7237
|
"filename": "lib/game-server-group.ts",
|
|
7238
|
-
"line":
|
|
7238
|
+
"line": 269
|
|
7239
7239
|
},
|
|
7240
7240
|
"name": "vpcSubnets",
|
|
7241
7241
|
"optional": true,
|
|
@@ -8218,7 +8218,7 @@
|
|
|
8218
8218
|
"kind": "interface",
|
|
8219
8219
|
"locationInModule": {
|
|
8220
8220
|
"filename": "lib/fleet-base.ts",
|
|
8221
|
-
"line":
|
|
8221
|
+
"line": 143
|
|
8222
8222
|
},
|
|
8223
8223
|
"methods": [
|
|
8224
8224
|
{
|
|
@@ -8229,7 +8229,7 @@
|
|
|
8229
8229
|
},
|
|
8230
8230
|
"locationInModule": {
|
|
8231
8231
|
"filename": "lib/fleet-base.ts",
|
|
8232
|
-
"line":
|
|
8232
|
+
"line": 161
|
|
8233
8233
|
},
|
|
8234
8234
|
"name": "grant",
|
|
8235
8235
|
"parameters": [
|
|
@@ -8262,7 +8262,7 @@
|
|
|
8262
8262
|
},
|
|
8263
8263
|
"locationInModule": {
|
|
8264
8264
|
"filename": "lib/fleet-base.ts",
|
|
8265
|
-
"line":
|
|
8265
|
+
"line": 166
|
|
8266
8266
|
},
|
|
8267
8267
|
"name": "metric",
|
|
8268
8268
|
"parameters": [
|
|
@@ -8295,7 +8295,7 @@
|
|
|
8295
8295
|
},
|
|
8296
8296
|
"locationInModule": {
|
|
8297
8297
|
"filename": "lib/fleet-base.ts",
|
|
8298
|
-
"line":
|
|
8298
|
+
"line": 175
|
|
8299
8299
|
},
|
|
8300
8300
|
"name": "metricActiveInstances",
|
|
8301
8301
|
"parameters": [
|
|
@@ -8322,7 +8322,7 @@
|
|
|
8322
8322
|
},
|
|
8323
8323
|
"locationInModule": {
|
|
8324
8324
|
"filename": "lib/fleet-base.ts",
|
|
8325
|
-
"line":
|
|
8325
|
+
"line": 189
|
|
8326
8326
|
},
|
|
8327
8327
|
"name": "metricDesiredInstances",
|
|
8328
8328
|
"parameters": [
|
|
@@ -8349,7 +8349,7 @@
|
|
|
8349
8349
|
},
|
|
8350
8350
|
"locationInModule": {
|
|
8351
8351
|
"filename": "lib/fleet-base.ts",
|
|
8352
|
-
"line":
|
|
8352
|
+
"line": 196
|
|
8353
8353
|
},
|
|
8354
8354
|
"name": "metricIdleInstances",
|
|
8355
8355
|
"parameters": [
|
|
@@ -8375,7 +8375,7 @@
|
|
|
8375
8375
|
},
|
|
8376
8376
|
"locationInModule": {
|
|
8377
8377
|
"filename": "lib/fleet-base.ts",
|
|
8378
|
-
"line":
|
|
8378
|
+
"line": 201
|
|
8379
8379
|
},
|
|
8380
8380
|
"name": "metricInstanceInterruptions",
|
|
8381
8381
|
"parameters": [
|
|
@@ -8402,7 +8402,7 @@
|
|
|
8402
8402
|
},
|
|
8403
8403
|
"locationInModule": {
|
|
8404
8404
|
"filename": "lib/fleet-base.ts",
|
|
8405
|
-
"line":
|
|
8405
|
+
"line": 208
|
|
8406
8406
|
},
|
|
8407
8407
|
"name": "metricMaxInstances",
|
|
8408
8408
|
"parameters": [
|
|
@@ -8429,7 +8429,7 @@
|
|
|
8429
8429
|
},
|
|
8430
8430
|
"locationInModule": {
|
|
8431
8431
|
"filename": "lib/fleet-base.ts",
|
|
8432
|
-
"line":
|
|
8432
|
+
"line": 215
|
|
8433
8433
|
},
|
|
8434
8434
|
"name": "metricMinInstances",
|
|
8435
8435
|
"parameters": [
|
|
@@ -8456,7 +8456,7 @@
|
|
|
8456
8456
|
},
|
|
8457
8457
|
"locationInModule": {
|
|
8458
8458
|
"filename": "lib/fleet-base.ts",
|
|
8459
|
-
"line":
|
|
8459
|
+
"line": 181
|
|
8460
8460
|
},
|
|
8461
8461
|
"name": "metricPercentIdleInstances",
|
|
8462
8462
|
"parameters": [
|
|
@@ -8489,7 +8489,7 @@
|
|
|
8489
8489
|
"immutable": true,
|
|
8490
8490
|
"locationInModule": {
|
|
8491
8491
|
"filename": "lib/fleet-base.ts",
|
|
8492
|
-
"line":
|
|
8492
|
+
"line": 156
|
|
8493
8493
|
},
|
|
8494
8494
|
"name": "fleetArn",
|
|
8495
8495
|
"type": {
|
|
@@ -8508,7 +8508,7 @@
|
|
|
8508
8508
|
"immutable": true,
|
|
8509
8509
|
"locationInModule": {
|
|
8510
8510
|
"filename": "lib/fleet-base.ts",
|
|
8511
|
-
"line":
|
|
8511
|
+
"line": 149
|
|
8512
8512
|
},
|
|
8513
8513
|
"name": "fleetId",
|
|
8514
8514
|
"type": {
|
|
@@ -8532,7 +8532,7 @@
|
|
|
8532
8532
|
"kind": "interface",
|
|
8533
8533
|
"locationInModule": {
|
|
8534
8534
|
"filename": "lib/game-server-group.ts",
|
|
8535
|
-
"line":
|
|
8535
|
+
"line": 95
|
|
8536
8536
|
},
|
|
8537
8537
|
"methods": [
|
|
8538
8538
|
{
|
|
@@ -8543,7 +8543,7 @@
|
|
|
8543
8543
|
},
|
|
8544
8544
|
"locationInModule": {
|
|
8545
8545
|
"filename": "lib/game-server-group.ts",
|
|
8546
|
-
"line":
|
|
8546
|
+
"line": 120
|
|
8547
8547
|
},
|
|
8548
8548
|
"name": "grant",
|
|
8549
8549
|
"parameters": [
|
|
@@ -8576,7 +8576,7 @@
|
|
|
8576
8576
|
},
|
|
8577
8577
|
"locationInModule": {
|
|
8578
8578
|
"filename": "lib/game-server-group.ts",
|
|
8579
|
-
"line":
|
|
8579
|
+
"line": 125
|
|
8580
8580
|
},
|
|
8581
8581
|
"name": "metric",
|
|
8582
8582
|
"parameters": [
|
|
@@ -8615,7 +8615,7 @@
|
|
|
8615
8615
|
"immutable": true,
|
|
8616
8616
|
"locationInModule": {
|
|
8617
8617
|
"filename": "lib/game-server-group.ts",
|
|
8618
|
-
"line":
|
|
8618
|
+
"line": 108
|
|
8619
8619
|
},
|
|
8620
8620
|
"name": "autoScalingGroupArn",
|
|
8621
8621
|
"type": {
|
|
@@ -8634,7 +8634,7 @@
|
|
|
8634
8634
|
"immutable": true,
|
|
8635
8635
|
"locationInModule": {
|
|
8636
8636
|
"filename": "lib/game-server-group.ts",
|
|
8637
|
-
"line":
|
|
8637
|
+
"line": 101
|
|
8638
8638
|
},
|
|
8639
8639
|
"name": "gameServerGroupArn",
|
|
8640
8640
|
"type": {
|
|
@@ -8653,7 +8653,7 @@
|
|
|
8653
8653
|
"immutable": true,
|
|
8654
8654
|
"locationInModule": {
|
|
8655
8655
|
"filename": "lib/game-server-group.ts",
|
|
8656
|
-
"line":
|
|
8656
|
+
"line": 115
|
|
8657
8657
|
},
|
|
8658
8658
|
"name": "gameServerGroupName",
|
|
8659
8659
|
"type": {
|
|
@@ -8969,7 +8969,7 @@
|
|
|
8969
8969
|
},
|
|
8970
8970
|
"locationInModule": {
|
|
8971
8971
|
"filename": "lib/matchmaking-configuration.ts",
|
|
8972
|
-
"line":
|
|
8972
|
+
"line": 54
|
|
8973
8973
|
},
|
|
8974
8974
|
"name": "metric",
|
|
8975
8975
|
"parameters": [
|
|
@@ -9001,7 +9001,7 @@
|
|
|
9001
9001
|
},
|
|
9002
9002
|
"locationInModule": {
|
|
9003
9003
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9004
|
-
"line":
|
|
9004
|
+
"line": 59
|
|
9005
9005
|
},
|
|
9006
9006
|
"name": "metricCurrentTickets",
|
|
9007
9007
|
"parameters": [
|
|
@@ -9027,7 +9027,7 @@
|
|
|
9027
9027
|
},
|
|
9028
9028
|
"locationInModule": {
|
|
9029
9029
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9030
|
-
"line":
|
|
9030
|
+
"line": 64
|
|
9031
9031
|
},
|
|
9032
9032
|
"name": "metricMatchesAccepted",
|
|
9033
9033
|
"parameters": [
|
|
@@ -9053,7 +9053,7 @@
|
|
|
9053
9053
|
},
|
|
9054
9054
|
"locationInModule": {
|
|
9055
9055
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9056
|
-
"line":
|
|
9056
|
+
"line": 69
|
|
9057
9057
|
},
|
|
9058
9058
|
"name": "metricMatchesCreated",
|
|
9059
9059
|
"parameters": [
|
|
@@ -9079,7 +9079,7 @@
|
|
|
9079
9079
|
},
|
|
9080
9080
|
"locationInModule": {
|
|
9081
9081
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9082
|
-
"line":
|
|
9082
|
+
"line": 74
|
|
9083
9083
|
},
|
|
9084
9084
|
"name": "metricMatchesPlaced",
|
|
9085
9085
|
"parameters": [
|
|
@@ -9105,7 +9105,7 @@
|
|
|
9105
9105
|
},
|
|
9106
9106
|
"locationInModule": {
|
|
9107
9107
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9108
|
-
"line":
|
|
9108
|
+
"line": 79
|
|
9109
9109
|
},
|
|
9110
9110
|
"name": "metricMatchesRejected",
|
|
9111
9111
|
"parameters": [
|
|
@@ -9131,7 +9131,7 @@
|
|
|
9131
9131
|
},
|
|
9132
9132
|
"locationInModule": {
|
|
9133
9133
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9134
|
-
"line":
|
|
9134
|
+
"line": 84
|
|
9135
9135
|
},
|
|
9136
9136
|
"name": "metricPlayersStarted",
|
|
9137
9137
|
"parameters": [
|
|
@@ -9158,7 +9158,7 @@
|
|
|
9158
9158
|
},
|
|
9159
9159
|
"locationInModule": {
|
|
9160
9160
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9161
|
-
"line":
|
|
9161
|
+
"line": 92
|
|
9162
9162
|
},
|
|
9163
9163
|
"name": "metricTimeToMatch",
|
|
9164
9164
|
"parameters": [
|
|
@@ -9253,7 +9253,7 @@
|
|
|
9253
9253
|
"kind": "interface",
|
|
9254
9254
|
"locationInModule": {
|
|
9255
9255
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
9256
|
-
"line":
|
|
9256
|
+
"line": 10
|
|
9257
9257
|
},
|
|
9258
9258
|
"methods": [
|
|
9259
9259
|
{
|
|
@@ -9264,7 +9264,7 @@
|
|
|
9264
9264
|
},
|
|
9265
9265
|
"locationInModule": {
|
|
9266
9266
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
9267
|
-
"line":
|
|
9267
|
+
"line": 28
|
|
9268
9268
|
},
|
|
9269
9269
|
"name": "metric",
|
|
9270
9270
|
"parameters": [
|
|
@@ -9297,7 +9297,7 @@
|
|
|
9297
9297
|
},
|
|
9298
9298
|
"locationInModule": {
|
|
9299
9299
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
9300
|
-
"line":
|
|
9300
|
+
"line": 42
|
|
9301
9301
|
},
|
|
9302
9302
|
"name": "metricRuleEvaluationsFailed",
|
|
9303
9303
|
"parameters": [
|
|
@@ -9324,7 +9324,7 @@
|
|
|
9324
9324
|
},
|
|
9325
9325
|
"locationInModule": {
|
|
9326
9326
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
9327
|
-
"line":
|
|
9327
|
+
"line": 35
|
|
9328
9328
|
},
|
|
9329
9329
|
"name": "metricRuleEvaluationsPassed",
|
|
9330
9330
|
"parameters": [
|
|
@@ -9357,7 +9357,7 @@
|
|
|
9357
9357
|
"immutable": true,
|
|
9358
9358
|
"locationInModule": {
|
|
9359
9359
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
9360
|
-
"line":
|
|
9360
|
+
"line": 23
|
|
9361
9361
|
},
|
|
9362
9362
|
"name": "matchmakingRuleSetArn",
|
|
9363
9363
|
"type": {
|
|
@@ -9376,7 +9376,7 @@
|
|
|
9376
9376
|
"immutable": true,
|
|
9377
9377
|
"locationInModule": {
|
|
9378
9378
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
9379
|
-
"line":
|
|
9379
|
+
"line": 16
|
|
9380
9380
|
},
|
|
9381
9381
|
"name": "matchmakingRuleSetName",
|
|
9382
9382
|
"type": {
|
|
@@ -9651,7 +9651,7 @@
|
|
|
9651
9651
|
"kind": "interface",
|
|
9652
9652
|
"locationInModule": {
|
|
9653
9653
|
"filename": "lib/game-server-group.ts",
|
|
9654
|
-
"line":
|
|
9654
|
+
"line": 36
|
|
9655
9655
|
},
|
|
9656
9656
|
"name": "InstanceDefinition",
|
|
9657
9657
|
"properties": [
|
|
@@ -9664,7 +9664,7 @@
|
|
|
9664
9664
|
"immutable": true,
|
|
9665
9665
|
"locationInModule": {
|
|
9666
9666
|
"filename": "lib/game-server-group.ts",
|
|
9667
|
-
"line":
|
|
9667
|
+
"line": 40
|
|
9668
9668
|
},
|
|
9669
9669
|
"name": "instanceType",
|
|
9670
9670
|
"type": {
|
|
@@ -9683,7 +9683,7 @@
|
|
|
9683
9683
|
"immutable": true,
|
|
9684
9684
|
"locationInModule": {
|
|
9685
9685
|
"filename": "lib/game-server-group.ts",
|
|
9686
|
-
"line":
|
|
9686
|
+
"line": 49
|
|
9687
9687
|
},
|
|
9688
9688
|
"name": "weight",
|
|
9689
9689
|
"optional": true,
|
|
@@ -9709,7 +9709,7 @@
|
|
|
9709
9709
|
"kind": "interface",
|
|
9710
9710
|
"locationInModule": {
|
|
9711
9711
|
"filename": "lib/fleet-base.ts",
|
|
9712
|
-
"line":
|
|
9712
|
+
"line": 40
|
|
9713
9713
|
},
|
|
9714
9714
|
"name": "Location",
|
|
9715
9715
|
"properties": [
|
|
@@ -9722,7 +9722,7 @@
|
|
|
9722
9722
|
"immutable": true,
|
|
9723
9723
|
"locationInModule": {
|
|
9724
9724
|
"filename": "lib/fleet-base.ts",
|
|
9725
|
-
"line":
|
|
9725
|
+
"line": 44
|
|
9726
9726
|
},
|
|
9727
9727
|
"name": "region",
|
|
9728
9728
|
"type": {
|
|
@@ -9740,7 +9740,7 @@
|
|
|
9740
9740
|
"immutable": true,
|
|
9741
9741
|
"locationInModule": {
|
|
9742
9742
|
"filename": "lib/fleet-base.ts",
|
|
9743
|
-
"line":
|
|
9743
|
+
"line": 51
|
|
9744
9744
|
},
|
|
9745
9745
|
"name": "capacity",
|
|
9746
9746
|
"optional": true,
|
|
@@ -9767,7 +9767,7 @@
|
|
|
9767
9767
|
"kind": "interface",
|
|
9768
9768
|
"locationInModule": {
|
|
9769
9769
|
"filename": "lib/fleet-base.ts",
|
|
9770
|
-
"line":
|
|
9770
|
+
"line": 15
|
|
9771
9771
|
},
|
|
9772
9772
|
"name": "LocationCapacity",
|
|
9773
9773
|
"properties": [
|
|
@@ -9782,7 +9782,7 @@
|
|
|
9782
9782
|
"immutable": true,
|
|
9783
9783
|
"locationInModule": {
|
|
9784
9784
|
"filename": "lib/fleet-base.ts",
|
|
9785
|
-
"line":
|
|
9785
|
+
"line": 22
|
|
9786
9786
|
},
|
|
9787
9787
|
"name": "desiredCapacity",
|
|
9788
9788
|
"optional": true,
|
|
@@ -9800,7 +9800,7 @@
|
|
|
9800
9800
|
"immutable": true,
|
|
9801
9801
|
"locationInModule": {
|
|
9802
9802
|
"filename": "lib/fleet-base.ts",
|
|
9803
|
-
"line":
|
|
9803
|
+
"line": 28
|
|
9804
9804
|
},
|
|
9805
9805
|
"name": "maxSize",
|
|
9806
9806
|
"optional": true,
|
|
@@ -9818,7 +9818,7 @@
|
|
|
9818
9818
|
"immutable": true,
|
|
9819
9819
|
"locationInModule": {
|
|
9820
9820
|
"filename": "lib/fleet-base.ts",
|
|
9821
|
-
"line":
|
|
9821
|
+
"line": 34
|
|
9822
9822
|
},
|
|
9823
9823
|
"name": "minSize",
|
|
9824
9824
|
"optional": true,
|
|
@@ -9844,7 +9844,7 @@
|
|
|
9844
9844
|
"kind": "interface",
|
|
9845
9845
|
"locationInModule": {
|
|
9846
9846
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9847
|
-
"line":
|
|
9847
|
+
"line": 98
|
|
9848
9848
|
},
|
|
9849
9849
|
"name": "MatchmakingConfigurationAttributes",
|
|
9850
9850
|
"properties": [
|
|
@@ -9859,7 +9859,7 @@
|
|
|
9859
9859
|
"immutable": true,
|
|
9860
9860
|
"locationInModule": {
|
|
9861
9861
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9862
|
-
"line":
|
|
9862
|
+
"line": 106
|
|
9863
9863
|
},
|
|
9864
9864
|
"name": "matchmakingConfigurationArn",
|
|
9865
9865
|
"optional": true,
|
|
@@ -9878,7 +9878,7 @@
|
|
|
9878
9878
|
"immutable": true,
|
|
9879
9879
|
"locationInModule": {
|
|
9880
9880
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9881
|
-
"line":
|
|
9881
|
+
"line": 115
|
|
9882
9882
|
},
|
|
9883
9883
|
"name": "matchmakingConfigurationName",
|
|
9884
9884
|
"optional": true,
|
|
@@ -9897,7 +9897,7 @@
|
|
|
9897
9897
|
"immutable": true,
|
|
9898
9898
|
"locationInModule": {
|
|
9899
9899
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9900
|
-
"line":
|
|
9900
|
+
"line": 124
|
|
9901
9901
|
},
|
|
9902
9902
|
"name": "notificationTarget",
|
|
9903
9903
|
"optional": true,
|
|
@@ -9957,7 +9957,7 @@
|
|
|
9957
9957
|
"kind": "class",
|
|
9958
9958
|
"locationInModule": {
|
|
9959
9959
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9960
|
-
"line":
|
|
9960
|
+
"line": 195
|
|
9961
9961
|
},
|
|
9962
9962
|
"methods": [
|
|
9963
9963
|
{
|
|
@@ -9967,7 +9967,7 @@
|
|
|
9967
9967
|
},
|
|
9968
9968
|
"locationInModule": {
|
|
9969
9969
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9970
|
-
"line":
|
|
9970
|
+
"line": 200
|
|
9971
9971
|
},
|
|
9972
9972
|
"name": "fromMatchmakingConfigurationAttributes",
|
|
9973
9973
|
"parameters": [
|
|
@@ -10004,7 +10004,7 @@
|
|
|
10004
10004
|
},
|
|
10005
10005
|
"locationInModule": {
|
|
10006
10006
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10007
|
-
"line":
|
|
10007
|
+
"line": 245
|
|
10008
10008
|
},
|
|
10009
10009
|
"name": "metric",
|
|
10010
10010
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10036,7 +10036,7 @@
|
|
|
10036
10036
|
},
|
|
10037
10037
|
"locationInModule": {
|
|
10038
10038
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10039
|
-
"line":
|
|
10039
|
+
"line": 256
|
|
10040
10040
|
},
|
|
10041
10041
|
"name": "metricCurrentTickets",
|
|
10042
10042
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10062,7 +10062,7 @@
|
|
|
10062
10062
|
},
|
|
10063
10063
|
"locationInModule": {
|
|
10064
10064
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10065
|
-
"line":
|
|
10065
|
+
"line": 260
|
|
10066
10066
|
},
|
|
10067
10067
|
"name": "metricMatchesAccepted",
|
|
10068
10068
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10088,7 +10088,7 @@
|
|
|
10088
10088
|
},
|
|
10089
10089
|
"locationInModule": {
|
|
10090
10090
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10091
|
-
"line":
|
|
10091
|
+
"line": 264
|
|
10092
10092
|
},
|
|
10093
10093
|
"name": "metricMatchesCreated",
|
|
10094
10094
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10114,7 +10114,7 @@
|
|
|
10114
10114
|
},
|
|
10115
10115
|
"locationInModule": {
|
|
10116
10116
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10117
|
-
"line":
|
|
10117
|
+
"line": 268
|
|
10118
10118
|
},
|
|
10119
10119
|
"name": "metricMatchesPlaced",
|
|
10120
10120
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10140,7 +10140,7 @@
|
|
|
10140
10140
|
},
|
|
10141
10141
|
"locationInModule": {
|
|
10142
10142
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10143
|
-
"line":
|
|
10143
|
+
"line": 272
|
|
10144
10144
|
},
|
|
10145
10145
|
"name": "metricMatchesRejected",
|
|
10146
10146
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10166,7 +10166,7 @@
|
|
|
10166
10166
|
},
|
|
10167
10167
|
"locationInModule": {
|
|
10168
10168
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10169
|
-
"line":
|
|
10169
|
+
"line": 276
|
|
10170
10170
|
},
|
|
10171
10171
|
"name": "metricPlayersStarted",
|
|
10172
10172
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10193,7 +10193,7 @@
|
|
|
10193
10193
|
},
|
|
10194
10194
|
"locationInModule": {
|
|
10195
10195
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10196
|
-
"line":
|
|
10196
|
+
"line": 280
|
|
10197
10197
|
},
|
|
10198
10198
|
"name": "metricTimeToMatch",
|
|
10199
10199
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10224,7 +10224,7 @@
|
|
|
10224
10224
|
"immutable": true,
|
|
10225
10225
|
"locationInModule": {
|
|
10226
10226
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10227
|
-
"line":
|
|
10227
|
+
"line": 238
|
|
10228
10228
|
},
|
|
10229
10229
|
"name": "matchmakingConfigurationArn",
|
|
10230
10230
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10241,7 +10241,7 @@
|
|
|
10241
10241
|
"immutable": true,
|
|
10242
10242
|
"locationInModule": {
|
|
10243
10243
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10244
|
-
"line":
|
|
10244
|
+
"line": 234
|
|
10245
10245
|
},
|
|
10246
10246
|
"name": "matchmakingConfigurationName",
|
|
10247
10247
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10258,7 +10258,7 @@
|
|
|
10258
10258
|
"immutable": true,
|
|
10259
10259
|
"locationInModule": {
|
|
10260
10260
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10261
|
-
"line":
|
|
10261
|
+
"line": 243
|
|
10262
10262
|
},
|
|
10263
10263
|
"name": "notificationTarget",
|
|
10264
10264
|
"optional": true,
|
|
@@ -10285,7 +10285,7 @@
|
|
|
10285
10285
|
"kind": "interface",
|
|
10286
10286
|
"locationInModule": {
|
|
10287
10287
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10288
|
-
"line":
|
|
10288
|
+
"line": 130
|
|
10289
10289
|
},
|
|
10290
10290
|
"name": "MatchmakingConfigurationProps",
|
|
10291
10291
|
"properties": [
|
|
@@ -10299,7 +10299,7 @@
|
|
|
10299
10299
|
"immutable": true,
|
|
10300
10300
|
"locationInModule": {
|
|
10301
10301
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10302
|
-
"line":
|
|
10302
|
+
"line": 136
|
|
10303
10303
|
},
|
|
10304
10304
|
"name": "matchmakingConfigurationName",
|
|
10305
10305
|
"type": {
|
|
@@ -10316,7 +10316,7 @@
|
|
|
10316
10316
|
"immutable": true,
|
|
10317
10317
|
"locationInModule": {
|
|
10318
10318
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10319
|
-
"line":
|
|
10319
|
+
"line": 189
|
|
10320
10320
|
},
|
|
10321
10321
|
"name": "ruleSet",
|
|
10322
10322
|
"type": {
|
|
@@ -10333,7 +10333,7 @@
|
|
|
10333
10333
|
"immutable": true,
|
|
10334
10334
|
"locationInModule": {
|
|
10335
10335
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10336
|
-
"line":
|
|
10336
|
+
"line": 158
|
|
10337
10337
|
},
|
|
10338
10338
|
"name": "acceptanceTimeout",
|
|
10339
10339
|
"optional": true,
|
|
@@ -10351,7 +10351,7 @@
|
|
|
10351
10351
|
"immutable": true,
|
|
10352
10352
|
"locationInModule": {
|
|
10353
10353
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10354
|
-
"line":
|
|
10354
|
+
"line": 165
|
|
10355
10355
|
},
|
|
10356
10356
|
"name": "customEventData",
|
|
10357
10357
|
"optional": true,
|
|
@@ -10369,7 +10369,7 @@
|
|
|
10369
10369
|
"immutable": true,
|
|
10370
10370
|
"locationInModule": {
|
|
10371
10371
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10372
|
-
"line":
|
|
10372
|
+
"line": 143
|
|
10373
10373
|
},
|
|
10374
10374
|
"name": "description",
|
|
10375
10375
|
"optional": true,
|
|
@@ -10388,7 +10388,7 @@
|
|
|
10388
10388
|
"immutable": true,
|
|
10389
10389
|
"locationInModule": {
|
|
10390
10390
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10391
|
-
"line":
|
|
10391
|
+
"line": 174
|
|
10392
10392
|
},
|
|
10393
10393
|
"name": "notificationTarget",
|
|
10394
10394
|
"optional": true,
|
|
@@ -10407,7 +10407,7 @@
|
|
|
10407
10407
|
"immutable": true,
|
|
10408
10408
|
"locationInModule": {
|
|
10409
10409
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10410
|
-
"line":
|
|
10410
|
+
"line": 182
|
|
10411
10411
|
},
|
|
10412
10412
|
"name": "requestTimeout",
|
|
10413
10413
|
"optional": true,
|
|
@@ -10426,7 +10426,7 @@
|
|
|
10426
10426
|
"immutable": true,
|
|
10427
10427
|
"locationInModule": {
|
|
10428
10428
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10429
|
-
"line":
|
|
10429
|
+
"line": 151
|
|
10430
10430
|
},
|
|
10431
10431
|
"name": "requireAcceptance",
|
|
10432
10432
|
"optional": true,
|
|
@@ -10458,7 +10458,7 @@
|
|
|
10458
10458
|
},
|
|
10459
10459
|
"locationInModule": {
|
|
10460
10460
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10461
|
-
"line":
|
|
10461
|
+
"line": 195
|
|
10462
10462
|
},
|
|
10463
10463
|
"parameters": [
|
|
10464
10464
|
{
|
|
@@ -10484,7 +10484,7 @@
|
|
|
10484
10484
|
"kind": "class",
|
|
10485
10485
|
"locationInModule": {
|
|
10486
10486
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10487
|
-
"line":
|
|
10487
|
+
"line": 136
|
|
10488
10488
|
},
|
|
10489
10489
|
"methods": [
|
|
10490
10490
|
{
|
|
@@ -10494,7 +10494,7 @@
|
|
|
10494
10494
|
},
|
|
10495
10495
|
"locationInModule": {
|
|
10496
10496
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10497
|
-
"line":
|
|
10497
|
+
"line": 148
|
|
10498
10498
|
},
|
|
10499
10499
|
"name": "fromMatchmakingRuleSetArn",
|
|
10500
10500
|
"parameters": [
|
|
@@ -10531,7 +10531,7 @@
|
|
|
10531
10531
|
},
|
|
10532
10532
|
"locationInModule": {
|
|
10533
10533
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10534
|
-
"line":
|
|
10534
|
+
"line": 155
|
|
10535
10535
|
},
|
|
10536
10536
|
"name": "fromMatchmakingRuleSetAttributes",
|
|
10537
10537
|
"parameters": [
|
|
@@ -10568,7 +10568,7 @@
|
|
|
10568
10568
|
},
|
|
10569
10569
|
"locationInModule": {
|
|
10570
10570
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10571
|
-
"line":
|
|
10571
|
+
"line": 141
|
|
10572
10572
|
},
|
|
10573
10573
|
"name": "fromMatchmakingRuleSetName",
|
|
10574
10574
|
"parameters": [
|
|
@@ -10609,7 +10609,7 @@
|
|
|
10609
10609
|
"immutable": true,
|
|
10610
10610
|
"locationInModule": {
|
|
10611
10611
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10612
|
-
"line":
|
|
10612
|
+
"line": 193
|
|
10613
10613
|
},
|
|
10614
10614
|
"name": "matchmakingRuleSetArn",
|
|
10615
10615
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
|
|
@@ -10625,7 +10625,7 @@
|
|
|
10625
10625
|
"immutable": true,
|
|
10626
10626
|
"locationInModule": {
|
|
10627
10627
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10628
|
-
"line":
|
|
10628
|
+
"line": 188
|
|
10629
10629
|
},
|
|
10630
10630
|
"name": "matchmakingRuleSetName",
|
|
10631
10631
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
|
|
@@ -10651,7 +10651,7 @@
|
|
|
10651
10651
|
"kind": "interface",
|
|
10652
10652
|
"locationInModule": {
|
|
10653
10653
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10654
|
-
"line":
|
|
10654
|
+
"line": 66
|
|
10655
10655
|
},
|
|
10656
10656
|
"name": "MatchmakingRuleSetAttributes",
|
|
10657
10657
|
"properties": [
|
|
@@ -10666,7 +10666,7 @@
|
|
|
10666
10666
|
"immutable": true,
|
|
10667
10667
|
"locationInModule": {
|
|
10668
10668
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10669
|
-
"line":
|
|
10669
|
+
"line": 74
|
|
10670
10670
|
},
|
|
10671
10671
|
"name": "matchmakingRuleSetArn",
|
|
10672
10672
|
"optional": true,
|
|
@@ -10685,7 +10685,7 @@
|
|
|
10685
10685
|
"immutable": true,
|
|
10686
10686
|
"locationInModule": {
|
|
10687
10687
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10688
|
-
"line":
|
|
10688
|
+
"line": 83
|
|
10689
10689
|
},
|
|
10690
10690
|
"name": "matchmakingRuleSetName",
|
|
10691
10691
|
"optional": true,
|
|
@@ -10741,7 +10741,7 @@
|
|
|
10741
10741
|
"kind": "class",
|
|
10742
10742
|
"locationInModule": {
|
|
10743
10743
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10744
|
-
"line":
|
|
10744
|
+
"line": 90
|
|
10745
10745
|
},
|
|
10746
10746
|
"methods": [
|
|
10747
10747
|
{
|
|
@@ -10751,7 +10751,7 @@
|
|
|
10751
10751
|
},
|
|
10752
10752
|
"locationInModule": {
|
|
10753
10753
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10754
|
-
"line":
|
|
10754
|
+
"line": 101
|
|
10755
10755
|
},
|
|
10756
10756
|
"name": "metric",
|
|
10757
10757
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -10784,7 +10784,7 @@
|
|
|
10784
10784
|
},
|
|
10785
10785
|
"locationInModule": {
|
|
10786
10786
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10787
|
-
"line":
|
|
10787
|
+
"line": 115
|
|
10788
10788
|
},
|
|
10789
10789
|
"name": "metricRuleEvaluationsFailed",
|
|
10790
10790
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -10811,7 +10811,7 @@
|
|
|
10811
10811
|
},
|
|
10812
10812
|
"locationInModule": {
|
|
10813
10813
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10814
|
-
"line":
|
|
10814
|
+
"line": 112
|
|
10815
10815
|
},
|
|
10816
10816
|
"name": "metricRuleEvaluationsPassed",
|
|
10817
10817
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -10842,7 +10842,7 @@
|
|
|
10842
10842
|
"immutable": true,
|
|
10843
10843
|
"locationInModule": {
|
|
10844
10844
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10845
|
-
"line":
|
|
10845
|
+
"line": 99
|
|
10846
10846
|
},
|
|
10847
10847
|
"name": "matchmakingRuleSetArn",
|
|
10848
10848
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -10859,7 +10859,7 @@
|
|
|
10859
10859
|
"immutable": true,
|
|
10860
10860
|
"locationInModule": {
|
|
10861
10861
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10862
|
-
"line":
|
|
10862
|
+
"line": 95
|
|
10863
10863
|
},
|
|
10864
10864
|
"name": "matchmakingRuleSetName",
|
|
10865
10865
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -10885,7 +10885,7 @@
|
|
|
10885
10885
|
"kind": "interface",
|
|
10886
10886
|
"locationInModule": {
|
|
10887
10887
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10888
|
-
"line":
|
|
10888
|
+
"line": 48
|
|
10889
10889
|
},
|
|
10890
10890
|
"name": "MatchmakingRuleSetProps",
|
|
10891
10891
|
"properties": [
|
|
@@ -10898,7 +10898,7 @@
|
|
|
10898
10898
|
"immutable": true,
|
|
10899
10899
|
"locationInModule": {
|
|
10900
10900
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10901
|
-
"line":
|
|
10901
|
+
"line": 60
|
|
10902
10902
|
},
|
|
10903
10903
|
"name": "content",
|
|
10904
10904
|
"type": {
|
|
@@ -10915,7 +10915,7 @@
|
|
|
10915
10915
|
"immutable": true,
|
|
10916
10916
|
"locationInModule": {
|
|
10917
10917
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10918
|
-
"line":
|
|
10918
|
+
"line": 55
|
|
10919
10919
|
},
|
|
10920
10920
|
"name": "matchmakingRuleSetName",
|
|
10921
10921
|
"type": {
|
|
@@ -11860,7 +11860,7 @@
|
|
|
11860
11860
|
"kind": "interface",
|
|
11861
11861
|
"locationInModule": {
|
|
11862
11862
|
"filename": "lib/fleet-base.ts",
|
|
11863
|
-
"line":
|
|
11863
|
+
"line": 125
|
|
11864
11864
|
},
|
|
11865
11865
|
"name": "ResourceCreationLimitPolicy",
|
|
11866
11866
|
"properties": [
|
|
@@ -11874,7 +11874,7 @@
|
|
|
11874
11874
|
"immutable": true,
|
|
11875
11875
|
"locationInModule": {
|
|
11876
11876
|
"filename": "lib/fleet-base.ts",
|
|
11877
|
-
"line":
|
|
11877
|
+
"line": 131
|
|
11878
11878
|
},
|
|
11879
11879
|
"name": "newGameSessionsPerCreator",
|
|
11880
11880
|
"optional": true,
|
|
@@ -11892,7 +11892,7 @@
|
|
|
11892
11892
|
"immutable": true,
|
|
11893
11893
|
"locationInModule": {
|
|
11894
11894
|
"filename": "lib/fleet-base.ts",
|
|
11895
|
-
"line":
|
|
11895
|
+
"line": 137
|
|
11896
11896
|
},
|
|
11897
11897
|
"name": "policyPeriod",
|
|
11898
11898
|
"optional": true,
|
|
@@ -12144,7 +12144,7 @@
|
|
|
12144
12144
|
"kind": "interface",
|
|
12145
12145
|
"locationInModule": {
|
|
12146
12146
|
"filename": "lib/fleet-base.ts",
|
|
12147
|
-
"line":
|
|
12147
|
+
"line": 91
|
|
12148
12148
|
},
|
|
12149
12149
|
"name": "RuntimeConfiguration",
|
|
12150
12150
|
"properties": [
|
|
@@ -12157,7 +12157,7 @@
|
|
|
12157
12157
|
"immutable": true,
|
|
12158
12158
|
"locationInModule": {
|
|
12159
12159
|
"filename": "lib/fleet-base.ts",
|
|
12160
|
-
"line":
|
|
12160
|
+
"line": 113
|
|
12161
12161
|
},
|
|
12162
12162
|
"name": "serverProcesses",
|
|
12163
12163
|
"type": {
|
|
@@ -12180,7 +12180,7 @@
|
|
|
12180
12180
|
"immutable": true,
|
|
12181
12181
|
"locationInModule": {
|
|
12182
12182
|
"filename": "lib/fleet-base.ts",
|
|
12183
|
-
"line":
|
|
12183
|
+
"line": 100
|
|
12184
12184
|
},
|
|
12185
12185
|
"name": "gameSessionActivationTimeout",
|
|
12186
12186
|
"optional": true,
|
|
@@ -12199,7 +12199,7 @@
|
|
|
12199
12199
|
"immutable": true,
|
|
12200
12200
|
"locationInModule": {
|
|
12201
12201
|
"filename": "lib/fleet-base.ts",
|
|
12202
|
-
"line":
|
|
12202
|
+
"line": 108
|
|
12203
12203
|
},
|
|
12204
12204
|
"name": "maxConcurrentGameSessionActivations",
|
|
12205
12205
|
"optional": true,
|
|
@@ -12228,7 +12228,7 @@
|
|
|
12228
12228
|
},
|
|
12229
12229
|
"locationInModule": {
|
|
12230
12230
|
"filename": "lib/content.ts",
|
|
12231
|
-
"line":
|
|
12231
|
+
"line": 53
|
|
12232
12232
|
},
|
|
12233
12233
|
"parameters": [
|
|
12234
12234
|
{
|
|
@@ -12255,7 +12255,7 @@
|
|
|
12255
12255
|
"kind": "class",
|
|
12256
12256
|
"locationInModule": {
|
|
12257
12257
|
"filename": "lib/content.ts",
|
|
12258
|
-
"line":
|
|
12258
|
+
"line": 51
|
|
12259
12259
|
},
|
|
12260
12260
|
"methods": [
|
|
12261
12261
|
{
|
|
@@ -12265,7 +12265,7 @@
|
|
|
12265
12265
|
},
|
|
12266
12266
|
"locationInModule": {
|
|
12267
12267
|
"filename": "lib/content.ts",
|
|
12268
|
-
"line":
|
|
12268
|
+
"line": 60
|
|
12269
12269
|
},
|
|
12270
12270
|
"name": "bind",
|
|
12271
12271
|
"overrides": "@aws-cdk/aws-gamelift-alpha.Content",
|
|
@@ -12848,7 +12848,7 @@
|
|
|
12848
12848
|
"kind": "interface",
|
|
12849
12849
|
"locationInModule": {
|
|
12850
12850
|
"filename": "lib/fleet-base.ts",
|
|
12851
|
-
"line":
|
|
12851
|
+
"line": 57
|
|
12852
12852
|
},
|
|
12853
12853
|
"name": "ServerProcess",
|
|
12854
12854
|
"properties": [
|
|
@@ -12862,7 +12862,7 @@
|
|
|
12862
12862
|
"immutable": true,
|
|
12863
12863
|
"locationInModule": {
|
|
12864
12864
|
"filename": "lib/fleet-base.ts",
|
|
12865
|
-
"line":
|
|
12865
|
+
"line": 70
|
|
12866
12866
|
},
|
|
12867
12867
|
"name": "launchPath",
|
|
12868
12868
|
"type": {
|
|
@@ -12880,7 +12880,7 @@
|
|
|
12880
12880
|
"immutable": true,
|
|
12881
12881
|
"locationInModule": {
|
|
12882
12882
|
"filename": "lib/fleet-base.ts",
|
|
12883
|
-
"line":
|
|
12883
|
+
"line": 64
|
|
12884
12884
|
},
|
|
12885
12885
|
"name": "concurrentExecutions",
|
|
12886
12886
|
"optional": true,
|
|
@@ -12898,7 +12898,7 @@
|
|
|
12898
12898
|
"immutable": true,
|
|
12899
12899
|
"locationInModule": {
|
|
12900
12900
|
"filename": "lib/fleet-base.ts",
|
|
12901
|
-
"line":
|
|
12901
|
+
"line": 77
|
|
12902
12902
|
},
|
|
12903
12903
|
"name": "parameters",
|
|
12904
12904
|
"optional": true,
|
|
@@ -13112,6 +13112,6 @@
|
|
|
13112
13112
|
"symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
|
|
13113
13113
|
}
|
|
13114
13114
|
},
|
|
13115
|
-
"version": "2.
|
|
13115
|
+
"version": "2.81.0-alpha.0",
|
|
13116
13116
|
"fingerprint": "**********"
|
|
13117
13117
|
}
|