@cloudsnorkel/cdk-github-runners 0.10.1 → 0.10.3
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/.gitattributes +1 -0
- package/.jsii +231 -187
- package/API.md +37 -1
- package/assets/providers/ami-root-device.lambda/index.js +147 -0
- package/assets/webhook-handler.lambda/index.js +1 -0
- package/lib/access.js +1 -1
- package/lib/image-builders/api.js +1 -1
- package/lib/image-builders/aws-image-builder/builder.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/container.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
- package/lib/image-builders/codebuild-deprecated.js +1 -1
- package/lib/image-builders/components.js +2 -3
- package/lib/image-builders/static.js +1 -1
- package/lib/providers/ami-root-device-function.d.ts +13 -0
- package/lib/providers/ami-root-device-function.js +23 -0
- package/lib/providers/ami-root-device.lambda.d.ts +2 -0
- package/lib/providers/ami-root-device.lambda.js +74 -0
- package/lib/providers/codebuild.js +2 -2
- package/lib/providers/common.d.ts +6 -0
- package/lib/providers/common.js +39 -5
- package/lib/providers/ec2.js +5 -4
- package/lib/providers/ecs.d.ts +1 -0
- package/lib/providers/ecs.js +12 -21
- package/lib/providers/fargate.js +5 -4
- package/lib/providers/lambda.js +2 -2
- package/lib/runner.d.ts +14 -1
- package/lib/runner.js +26 -4
- package/lib/secrets.js +1 -1
- package/lib/webhook-handler.lambda.js +2 -1
- package/package.json +3 -1
package/.jsii
CHANGED
|
@@ -3940,7 +3940,7 @@
|
|
|
3940
3940
|
"kind": "class",
|
|
3941
3941
|
"locationInModule": {
|
|
3942
3942
|
"filename": "src/providers/common.ts",
|
|
3943
|
-
"line":
|
|
3943
|
+
"line": 53
|
|
3944
3944
|
},
|
|
3945
3945
|
"methods": [
|
|
3946
3946
|
{
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
},
|
|
3951
3951
|
"locationInModule": {
|
|
3952
3952
|
"filename": "src/providers/common.ts",
|
|
3953
|
-
"line":
|
|
3953
|
+
"line": 99
|
|
3954
3954
|
},
|
|
3955
3955
|
"name": "instanceTypeMatch",
|
|
3956
3956
|
"parameters": [
|
|
@@ -3977,7 +3977,7 @@
|
|
|
3977
3977
|
},
|
|
3978
3978
|
"locationInModule": {
|
|
3979
3979
|
"filename": "src/providers/common.ts",
|
|
3980
|
-
"line":
|
|
3980
|
+
"line": 76
|
|
3981
3981
|
},
|
|
3982
3982
|
"name": "is",
|
|
3983
3983
|
"parameters": [
|
|
@@ -4004,7 +4004,7 @@
|
|
|
4004
4004
|
},
|
|
4005
4005
|
"locationInModule": {
|
|
4006
4006
|
"filename": "src/providers/common.ts",
|
|
4007
|
-
"line":
|
|
4007
|
+
"line": 85
|
|
4008
4008
|
},
|
|
4009
4009
|
"name": "isIn",
|
|
4010
4010
|
"parameters": [
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
"immutable": true,
|
|
4042
4042
|
"locationInModule": {
|
|
4043
4043
|
"filename": "src/providers/common.ts",
|
|
4044
|
-
"line":
|
|
4044
|
+
"line": 57
|
|
4045
4045
|
},
|
|
4046
4046
|
"name": "ARM64",
|
|
4047
4047
|
"static": true,
|
|
@@ -4058,7 +4058,7 @@
|
|
|
4058
4058
|
"immutable": true,
|
|
4059
4059
|
"locationInModule": {
|
|
4060
4060
|
"filename": "src/providers/common.ts",
|
|
4061
|
-
"line":
|
|
4061
|
+
"line": 62
|
|
4062
4062
|
},
|
|
4063
4063
|
"name": "X86_64",
|
|
4064
4064
|
"static": true,
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
"immutable": true,
|
|
4074
4074
|
"locationInModule": {
|
|
4075
4075
|
"filename": "src/providers/common.ts",
|
|
4076
|
-
"line":
|
|
4076
|
+
"line": 68
|
|
4077
4077
|
},
|
|
4078
4078
|
"name": "name",
|
|
4079
4079
|
"type": {
|
|
@@ -4907,7 +4907,7 @@
|
|
|
4907
4907
|
},
|
|
4908
4908
|
"locationInModule": {
|
|
4909
4909
|
"filename": "src/providers/common.ts",
|
|
4910
|
-
"line":
|
|
4910
|
+
"line": 471
|
|
4911
4911
|
},
|
|
4912
4912
|
"name": "labelsFromProperties",
|
|
4913
4913
|
"parameters": [
|
|
@@ -6044,7 +6044,7 @@
|
|
|
6044
6044
|
},
|
|
6045
6045
|
"locationInModule": {
|
|
6046
6046
|
"filename": "src/providers/ec2.ts",
|
|
6047
|
-
"line":
|
|
6047
|
+
"line": 298
|
|
6048
6048
|
},
|
|
6049
6049
|
"parameters": [
|
|
6050
6050
|
{
|
|
@@ -6071,7 +6071,7 @@
|
|
|
6071
6071
|
"kind": "class",
|
|
6072
6072
|
"locationInModule": {
|
|
6073
6073
|
"filename": "src/providers/ec2.ts",
|
|
6074
|
-
"line":
|
|
6074
|
+
"line": 508
|
|
6075
6075
|
},
|
|
6076
6076
|
"name": "Ec2Runner",
|
|
6077
6077
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -6091,7 +6091,7 @@
|
|
|
6091
6091
|
},
|
|
6092
6092
|
"locationInModule": {
|
|
6093
6093
|
"filename": "src/providers/ec2.ts",
|
|
6094
|
-
"line":
|
|
6094
|
+
"line": 298
|
|
6095
6095
|
},
|
|
6096
6096
|
"parameters": [
|
|
6097
6097
|
{
|
|
@@ -6121,7 +6121,7 @@
|
|
|
6121
6121
|
"kind": "class",
|
|
6122
6122
|
"locationInModule": {
|
|
6123
6123
|
"filename": "src/providers/ec2.ts",
|
|
6124
|
-
"line":
|
|
6124
|
+
"line": 235
|
|
6125
6125
|
},
|
|
6126
6126
|
"methods": [
|
|
6127
6127
|
{
|
|
@@ -6132,7 +6132,7 @@
|
|
|
6132
6132
|
},
|
|
6133
6133
|
"locationInModule": {
|
|
6134
6134
|
"filename": "src/providers/ec2.ts",
|
|
6135
|
-
"line":
|
|
6135
|
+
"line": 248
|
|
6136
6136
|
},
|
|
6137
6137
|
"name": "imageBuilder",
|
|
6138
6138
|
"parameters": [
|
|
@@ -6171,7 +6171,7 @@
|
|
|
6171
6171
|
},
|
|
6172
6172
|
"locationInModule": {
|
|
6173
6173
|
"filename": "src/providers/ec2.ts",
|
|
6174
|
-
"line":
|
|
6174
|
+
"line": 350
|
|
6175
6175
|
},
|
|
6176
6176
|
"name": "getStepFunctionTask",
|
|
6177
6177
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6200,7 +6200,7 @@
|
|
|
6200
6200
|
},
|
|
6201
6201
|
"locationInModule": {
|
|
6202
6202
|
"filename": "src/providers/ec2.ts",
|
|
6203
|
-
"line":
|
|
6203
|
+
"line": 448
|
|
6204
6204
|
},
|
|
6205
6205
|
"name": "grantStateMachine",
|
|
6206
6206
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6219,7 +6219,7 @@
|
|
|
6219
6219
|
},
|
|
6220
6220
|
"locationInModule": {
|
|
6221
6221
|
"filename": "src/providers/common.ts",
|
|
6222
|
-
"line":
|
|
6222
|
+
"line": 471
|
|
6223
6223
|
},
|
|
6224
6224
|
"name": "labelsFromProperties",
|
|
6225
6225
|
"parameters": [
|
|
@@ -6269,7 +6269,7 @@
|
|
|
6269
6269
|
},
|
|
6270
6270
|
"locationInModule": {
|
|
6271
6271
|
"filename": "src/providers/ec2.ts",
|
|
6272
|
-
"line":
|
|
6272
|
+
"line": 478
|
|
6273
6273
|
},
|
|
6274
6274
|
"name": "status",
|
|
6275
6275
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6298,7 +6298,7 @@
|
|
|
6298
6298
|
"immutable": true,
|
|
6299
6299
|
"locationInModule": {
|
|
6300
6300
|
"filename": "src/providers/ec2.ts",
|
|
6301
|
-
"line":
|
|
6301
|
+
"line": 500
|
|
6302
6302
|
},
|
|
6303
6303
|
"name": "connections",
|
|
6304
6304
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6314,7 +6314,7 @@
|
|
|
6314
6314
|
"immutable": true,
|
|
6315
6315
|
"locationInModule": {
|
|
6316
6316
|
"filename": "src/providers/ec2.ts",
|
|
6317
|
-
"line":
|
|
6317
|
+
"line": 274
|
|
6318
6318
|
},
|
|
6319
6319
|
"name": "grantPrincipal",
|
|
6320
6320
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6330,7 +6330,7 @@
|
|
|
6330
6330
|
"immutable": true,
|
|
6331
6331
|
"locationInModule": {
|
|
6332
6332
|
"filename": "src/providers/ec2.ts",
|
|
6333
|
-
"line":
|
|
6333
|
+
"line": 269
|
|
6334
6334
|
},
|
|
6335
6335
|
"name": "labels",
|
|
6336
6336
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6352,7 +6352,7 @@
|
|
|
6352
6352
|
"immutable": true,
|
|
6353
6353
|
"locationInModule": {
|
|
6354
6354
|
"filename": "src/providers/ec2.ts",
|
|
6355
|
-
"line":
|
|
6355
|
+
"line": 281
|
|
6356
6356
|
},
|
|
6357
6357
|
"name": "logGroup",
|
|
6358
6358
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6368,7 +6368,7 @@
|
|
|
6368
6368
|
"immutable": true,
|
|
6369
6369
|
"locationInModule": {
|
|
6370
6370
|
"filename": "src/providers/ec2.ts",
|
|
6371
|
-
"line":
|
|
6371
|
+
"line": 283
|
|
6372
6372
|
},
|
|
6373
6373
|
"name": "retryableErrors",
|
|
6374
6374
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6398,7 +6398,7 @@
|
|
|
6398
6398
|
"kind": "interface",
|
|
6399
6399
|
"locationInModule": {
|
|
6400
6400
|
"filename": "src/providers/ec2.ts",
|
|
6401
|
-
"line":
|
|
6401
|
+
"line": 136
|
|
6402
6402
|
},
|
|
6403
6403
|
"name": "Ec2RunnerProviderProps",
|
|
6404
6404
|
"properties": [
|
|
@@ -6411,7 +6411,7 @@
|
|
|
6411
6411
|
"immutable": true,
|
|
6412
6412
|
"locationInModule": {
|
|
6413
6413
|
"filename": "src/providers/ec2.ts",
|
|
6414
|
-
"line":
|
|
6414
|
+
"line": 149
|
|
6415
6415
|
},
|
|
6416
6416
|
"name": "amiBuilder",
|
|
6417
6417
|
"optional": true,
|
|
@@ -6430,7 +6430,7 @@
|
|
|
6430
6430
|
"immutable": true,
|
|
6431
6431
|
"locationInModule": {
|
|
6432
6432
|
"filename": "src/providers/ec2.ts",
|
|
6433
|
-
"line":
|
|
6433
|
+
"line": 144
|
|
6434
6434
|
},
|
|
6435
6435
|
"name": "imageBuilder",
|
|
6436
6436
|
"optional": true,
|
|
@@ -6448,7 +6448,7 @@
|
|
|
6448
6448
|
"immutable": true,
|
|
6449
6449
|
"locationInModule": {
|
|
6450
6450
|
"filename": "src/providers/ec2.ts",
|
|
6451
|
-
"line":
|
|
6451
|
+
"line": 167
|
|
6452
6452
|
},
|
|
6453
6453
|
"name": "instanceType",
|
|
6454
6454
|
"optional": true,
|
|
@@ -6467,7 +6467,7 @@
|
|
|
6467
6467
|
"immutable": true,
|
|
6468
6468
|
"locationInModule": {
|
|
6469
6469
|
"filename": "src/providers/ec2.ts",
|
|
6470
|
-
"line":
|
|
6470
|
+
"line": 160
|
|
6471
6471
|
},
|
|
6472
6472
|
"name": "labels",
|
|
6473
6473
|
"optional": true,
|
|
@@ -6491,7 +6491,7 @@
|
|
|
6491
6491
|
"immutable": true,
|
|
6492
6492
|
"locationInModule": {
|
|
6493
6493
|
"filename": "src/providers/ec2.ts",
|
|
6494
|
-
"line":
|
|
6494
|
+
"line": 183
|
|
6495
6495
|
},
|
|
6496
6496
|
"name": "securityGroup",
|
|
6497
6497
|
"optional": true,
|
|
@@ -6509,7 +6509,7 @@
|
|
|
6509
6509
|
"immutable": true,
|
|
6510
6510
|
"locationInModule": {
|
|
6511
6511
|
"filename": "src/providers/ec2.ts",
|
|
6512
|
-
"line":
|
|
6512
|
+
"line": 190
|
|
6513
6513
|
},
|
|
6514
6514
|
"name": "securityGroups",
|
|
6515
6515
|
"optional": true,
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"immutable": true,
|
|
6534
6534
|
"locationInModule": {
|
|
6535
6535
|
"filename": "src/providers/ec2.ts",
|
|
6536
|
-
"line":
|
|
6536
|
+
"line": 220
|
|
6537
6537
|
},
|
|
6538
6538
|
"name": "spot",
|
|
6539
6539
|
"optional": true,
|
|
@@ -6551,7 +6551,7 @@
|
|
|
6551
6551
|
"immutable": true,
|
|
6552
6552
|
"locationInModule": {
|
|
6553
6553
|
"filename": "src/providers/ec2.ts",
|
|
6554
|
-
"line":
|
|
6554
|
+
"line": 227
|
|
6555
6555
|
},
|
|
6556
6556
|
"name": "spotMaxPrice",
|
|
6557
6557
|
"optional": true,
|
|
@@ -6570,7 +6570,7 @@
|
|
|
6570
6570
|
"immutable": true,
|
|
6571
6571
|
"locationInModule": {
|
|
6572
6572
|
"filename": "src/providers/ec2.ts",
|
|
6573
|
-
"line":
|
|
6573
|
+
"line": 174
|
|
6574
6574
|
},
|
|
6575
6575
|
"name": "storageSize",
|
|
6576
6576
|
"optional": true,
|
|
@@ -6589,7 +6589,7 @@
|
|
|
6589
6589
|
"immutable": true,
|
|
6590
6590
|
"locationInModule": {
|
|
6591
6591
|
"filename": "src/providers/ec2.ts",
|
|
6592
|
-
"line":
|
|
6592
|
+
"line": 199
|
|
6593
6593
|
},
|
|
6594
6594
|
"name": "subnet",
|
|
6595
6595
|
"optional": true,
|
|
@@ -6608,7 +6608,7 @@
|
|
|
6608
6608
|
"immutable": true,
|
|
6609
6609
|
"locationInModule": {
|
|
6610
6610
|
"filename": "src/providers/ec2.ts",
|
|
6611
|
-
"line":
|
|
6611
|
+
"line": 213
|
|
6612
6612
|
},
|
|
6613
6613
|
"name": "subnetSelection",
|
|
6614
6614
|
"optional": true,
|
|
@@ -6626,7 +6626,7 @@
|
|
|
6626
6626
|
"immutable": true,
|
|
6627
6627
|
"locationInModule": {
|
|
6628
6628
|
"filename": "src/providers/ec2.ts",
|
|
6629
|
-
"line":
|
|
6629
|
+
"line": 206
|
|
6630
6630
|
},
|
|
6631
6631
|
"name": "vpc",
|
|
6632
6632
|
"optional": true,
|
|
@@ -6652,7 +6652,7 @@
|
|
|
6652
6652
|
},
|
|
6653
6653
|
"locationInModule": {
|
|
6654
6654
|
"filename": "src/providers/ecs.ts",
|
|
6655
|
-
"line":
|
|
6655
|
+
"line": 311
|
|
6656
6656
|
},
|
|
6657
6657
|
"parameters": [
|
|
6658
6658
|
{
|
|
@@ -6682,7 +6682,7 @@
|
|
|
6682
6682
|
"kind": "class",
|
|
6683
6683
|
"locationInModule": {
|
|
6684
6684
|
"filename": "src/providers/ecs.ts",
|
|
6685
|
-
"line":
|
|
6685
|
+
"line": 202
|
|
6686
6686
|
},
|
|
6687
6687
|
"methods": [
|
|
6688
6688
|
{
|
|
@@ -6693,7 +6693,7 @@
|
|
|
6693
6693
|
},
|
|
6694
6694
|
"locationInModule": {
|
|
6695
6695
|
"filename": "src/providers/ecs.ts",
|
|
6696
|
-
"line":
|
|
6696
|
+
"line": 215
|
|
6697
6697
|
},
|
|
6698
6698
|
"name": "imageBuilder",
|
|
6699
6699
|
"parameters": [
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
},
|
|
6733
6733
|
"locationInModule": {
|
|
6734
6734
|
"filename": "src/providers/ecs.ts",
|
|
6735
|
-
"line":
|
|
6735
|
+
"line": 503
|
|
6736
6736
|
},
|
|
6737
6737
|
"name": "getStepFunctionTask",
|
|
6738
6738
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6761,7 +6761,7 @@
|
|
|
6761
6761
|
},
|
|
6762
6762
|
"locationInModule": {
|
|
6763
6763
|
"filename": "src/providers/ecs.ts",
|
|
6764
|
-
"line":
|
|
6764
|
+
"line": 548
|
|
6765
6765
|
},
|
|
6766
6766
|
"name": "grantStateMachine",
|
|
6767
6767
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6780,7 +6780,7 @@
|
|
|
6780
6780
|
},
|
|
6781
6781
|
"locationInModule": {
|
|
6782
6782
|
"filename": "src/providers/common.ts",
|
|
6783
|
-
"line":
|
|
6783
|
+
"line": 471
|
|
6784
6784
|
},
|
|
6785
6785
|
"name": "labelsFromProperties",
|
|
6786
6786
|
"parameters": [
|
|
@@ -6830,7 +6830,7 @@
|
|
|
6830
6830
|
},
|
|
6831
6831
|
"locationInModule": {
|
|
6832
6832
|
"filename": "src/providers/ecs.ts",
|
|
6833
|
-
"line":
|
|
6833
|
+
"line": 551
|
|
6834
6834
|
},
|
|
6835
6835
|
"name": "status",
|
|
6836
6836
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6859,7 +6859,7 @@
|
|
|
6859
6859
|
"immutable": true,
|
|
6860
6860
|
"locationInModule": {
|
|
6861
6861
|
"filename": "src/providers/ecs.ts",
|
|
6862
|
-
"line":
|
|
6862
|
+
"line": 280
|
|
6863
6863
|
},
|
|
6864
6864
|
"name": "connections",
|
|
6865
6865
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6875,7 +6875,7 @@
|
|
|
6875
6875
|
"immutable": true,
|
|
6876
6876
|
"locationInModule": {
|
|
6877
6877
|
"filename": "src/providers/ecs.ts",
|
|
6878
|
-
"line":
|
|
6878
|
+
"line": 275
|
|
6879
6879
|
},
|
|
6880
6880
|
"name": "grantPrincipal",
|
|
6881
6881
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6891,7 +6891,7 @@
|
|
|
6891
6891
|
"immutable": true,
|
|
6892
6892
|
"locationInModule": {
|
|
6893
6893
|
"filename": "src/providers/ecs.ts",
|
|
6894
|
-
"line":
|
|
6894
|
+
"line": 255
|
|
6895
6895
|
},
|
|
6896
6896
|
"name": "labels",
|
|
6897
6897
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6913,7 +6913,7 @@
|
|
|
6913
6913
|
"immutable": true,
|
|
6914
6914
|
"locationInModule": {
|
|
6915
6915
|
"filename": "src/providers/ecs.ts",
|
|
6916
|
-
"line":
|
|
6916
|
+
"line": 292
|
|
6917
6917
|
},
|
|
6918
6918
|
"name": "logGroup",
|
|
6919
6919
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
"immutable": true,
|
|
6930
6930
|
"locationInModule": {
|
|
6931
6931
|
"filename": "src/providers/ecs.ts",
|
|
6932
|
-
"line":
|
|
6932
|
+
"line": 304
|
|
6933
6933
|
},
|
|
6934
6934
|
"name": "retryableErrors",
|
|
6935
6935
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6959,7 +6959,7 @@
|
|
|
6959
6959
|
"kind": "interface",
|
|
6960
6960
|
"locationInModule": {
|
|
6961
6961
|
"filename": "src/providers/ecs.ts",
|
|
6962
|
-
"line":
|
|
6962
|
+
"line": 35
|
|
6963
6963
|
},
|
|
6964
6964
|
"name": "EcsRunnerProviderProps",
|
|
6965
6965
|
"properties": [
|
|
@@ -6974,7 +6974,7 @@
|
|
|
6974
6974
|
"immutable": true,
|
|
6975
6975
|
"locationInModule": {
|
|
6976
6976
|
"filename": "src/providers/ecs.ts",
|
|
6977
|
-
"line":
|
|
6977
|
+
"line": 100
|
|
6978
6978
|
},
|
|
6979
6979
|
"name": "assignPublicIp",
|
|
6980
6980
|
"optional": true,
|
|
@@ -6993,7 +6993,7 @@
|
|
|
6993
6993
|
"immutable": true,
|
|
6994
6994
|
"locationInModule": {
|
|
6995
6995
|
"filename": "src/providers/ecs.ts",
|
|
6996
|
-
"line":
|
|
6996
|
+
"line": 91
|
|
6997
6997
|
},
|
|
6998
6998
|
"name": "capacityProvider",
|
|
6999
6999
|
"optional": true,
|
|
@@ -7011,7 +7011,7 @@
|
|
|
7011
7011
|
"immutable": true,
|
|
7012
7012
|
"locationInModule": {
|
|
7013
7013
|
"filename": "src/providers/ecs.ts",
|
|
7014
|
-
"line":
|
|
7014
|
+
"line": 82
|
|
7015
7015
|
},
|
|
7016
7016
|
"name": "cluster",
|
|
7017
7017
|
"optional": true,
|
|
@@ -7030,7 +7030,7 @@
|
|
|
7030
7030
|
"immutable": true,
|
|
7031
7031
|
"locationInModule": {
|
|
7032
7032
|
"filename": "src/providers/ecs.ts",
|
|
7033
|
-
"line":
|
|
7033
|
+
"line": 107
|
|
7034
7034
|
},
|
|
7035
7035
|
"name": "cpu",
|
|
7036
7036
|
"optional": true,
|
|
@@ -7049,7 +7049,7 @@
|
|
|
7049
7049
|
"immutable": true,
|
|
7050
7050
|
"locationInModule": {
|
|
7051
7051
|
"filename": "src/providers/ecs.ts",
|
|
7052
|
-
"line":
|
|
7052
|
+
"line": 152
|
|
7053
7053
|
},
|
|
7054
7054
|
"name": "dockerInDocker",
|
|
7055
7055
|
"optional": true,
|
|
@@ -7068,7 +7068,7 @@
|
|
|
7068
7068
|
"immutable": true,
|
|
7069
7069
|
"locationInModule": {
|
|
7070
7070
|
"filename": "src/providers/ecs.ts",
|
|
7071
|
-
"line":
|
|
7071
|
+
"line": 43
|
|
7072
7072
|
},
|
|
7073
7073
|
"name": "imageBuilder",
|
|
7074
7074
|
"optional": true,
|
|
@@ -7087,7 +7087,7 @@
|
|
|
7087
7087
|
"immutable": true,
|
|
7088
7088
|
"locationInModule": {
|
|
7089
7089
|
"filename": "src/providers/ecs.ts",
|
|
7090
|
-
"line":
|
|
7090
|
+
"line": 121
|
|
7091
7091
|
},
|
|
7092
7092
|
"name": "instanceType",
|
|
7093
7093
|
"optional": true,
|
|
@@ -7106,7 +7106,7 @@
|
|
|
7106
7106
|
"immutable": true,
|
|
7107
7107
|
"locationInModule": {
|
|
7108
7108
|
"filename": "src/providers/ecs.ts",
|
|
7109
|
-
"line":
|
|
7109
|
+
"line": 54
|
|
7110
7110
|
},
|
|
7111
7111
|
"name": "labels",
|
|
7112
7112
|
"optional": true,
|
|
@@ -7130,7 +7130,7 @@
|
|
|
7130
7130
|
"immutable": true,
|
|
7131
7131
|
"locationInModule": {
|
|
7132
7132
|
"filename": "src/providers/ecs.ts",
|
|
7133
|
-
"line":
|
|
7133
|
+
"line": 135
|
|
7134
7134
|
},
|
|
7135
7135
|
"name": "maxInstances",
|
|
7136
7136
|
"optional": true,
|
|
@@ -7148,7 +7148,7 @@
|
|
|
7148
7148
|
"immutable": true,
|
|
7149
7149
|
"locationInModule": {
|
|
7150
7150
|
"filename": "src/providers/ecs.ts",
|
|
7151
|
-
"line":
|
|
7151
|
+
"line": 114
|
|
7152
7152
|
},
|
|
7153
7153
|
"name": "memoryLimitMiB",
|
|
7154
7154
|
"optional": true,
|
|
@@ -7167,7 +7167,7 @@
|
|
|
7167
7167
|
"immutable": true,
|
|
7168
7168
|
"locationInModule": {
|
|
7169
7169
|
"filename": "src/providers/ecs.ts",
|
|
7170
|
-
"line":
|
|
7170
|
+
"line": 128
|
|
7171
7171
|
},
|
|
7172
7172
|
"name": "minInstances",
|
|
7173
7173
|
"optional": true,
|
|
@@ -7185,7 +7185,7 @@
|
|
|
7185
7185
|
"immutable": true,
|
|
7186
7186
|
"locationInModule": {
|
|
7187
7187
|
"filename": "src/providers/ecs.ts",
|
|
7188
|
-
"line":
|
|
7188
|
+
"line": 75
|
|
7189
7189
|
},
|
|
7190
7190
|
"name": "securityGroups",
|
|
7191
7191
|
"optional": true,
|
|
@@ -7208,7 +7208,7 @@
|
|
|
7208
7208
|
"immutable": true,
|
|
7209
7209
|
"locationInModule": {
|
|
7210
7210
|
"filename": "src/providers/ecs.ts",
|
|
7211
|
-
"line":
|
|
7211
|
+
"line": 159
|
|
7212
7212
|
},
|
|
7213
7213
|
"name": "spot",
|
|
7214
7214
|
"optional": true,
|
|
@@ -7225,7 +7225,7 @@
|
|
|
7225
7225
|
"immutable": true,
|
|
7226
7226
|
"locationInModule": {
|
|
7227
7227
|
"filename": "src/providers/ecs.ts",
|
|
7228
|
-
"line":
|
|
7228
|
+
"line": 164
|
|
7229
7229
|
},
|
|
7230
7230
|
"name": "spotMaxPrice",
|
|
7231
7231
|
"optional": true,
|
|
@@ -7244,7 +7244,7 @@
|
|
|
7244
7244
|
"immutable": true,
|
|
7245
7245
|
"locationInModule": {
|
|
7246
7246
|
"filename": "src/providers/ecs.ts",
|
|
7247
|
-
"line":
|
|
7247
|
+
"line": 144
|
|
7248
7248
|
},
|
|
7249
7249
|
"name": "storageSize",
|
|
7250
7250
|
"optional": true,
|
|
@@ -7262,7 +7262,7 @@
|
|
|
7262
7262
|
"immutable": true,
|
|
7263
7263
|
"locationInModule": {
|
|
7264
7264
|
"filename": "src/providers/ecs.ts",
|
|
7265
|
-
"line":
|
|
7265
|
+
"line": 68
|
|
7266
7266
|
},
|
|
7267
7267
|
"name": "subnetSelection",
|
|
7268
7268
|
"optional": true,
|
|
@@ -7280,7 +7280,7 @@
|
|
|
7280
7280
|
"immutable": true,
|
|
7281
7281
|
"locationInModule": {
|
|
7282
7282
|
"filename": "src/providers/ecs.ts",
|
|
7283
|
-
"line":
|
|
7283
|
+
"line": 61
|
|
7284
7284
|
},
|
|
7285
7285
|
"name": "vpc",
|
|
7286
7286
|
"optional": true,
|
|
@@ -7305,7 +7305,7 @@
|
|
|
7305
7305
|
},
|
|
7306
7306
|
"locationInModule": {
|
|
7307
7307
|
"filename": "src/providers/fargate.ts",
|
|
7308
|
-
"line":
|
|
7308
|
+
"line": 363
|
|
7309
7309
|
},
|
|
7310
7310
|
"parameters": [
|
|
7311
7311
|
{
|
|
@@ -7332,7 +7332,7 @@
|
|
|
7332
7332
|
"kind": "class",
|
|
7333
7333
|
"locationInModule": {
|
|
7334
7334
|
"filename": "src/providers/fargate.ts",
|
|
7335
|
-
"line":
|
|
7335
|
+
"line": 524
|
|
7336
7336
|
},
|
|
7337
7337
|
"name": "FargateRunner",
|
|
7338
7338
|
"symbolId": "src/providers/fargate:FargateRunner"
|
|
@@ -7352,7 +7352,7 @@
|
|
|
7352
7352
|
},
|
|
7353
7353
|
"locationInModule": {
|
|
7354
7354
|
"filename": "src/providers/fargate.ts",
|
|
7355
|
-
"line":
|
|
7355
|
+
"line": 363
|
|
7356
7356
|
},
|
|
7357
7357
|
"parameters": [
|
|
7358
7358
|
{
|
|
@@ -7382,7 +7382,7 @@
|
|
|
7382
7382
|
"kind": "class",
|
|
7383
7383
|
"locationInModule": {
|
|
7384
7384
|
"filename": "src/providers/fargate.ts",
|
|
7385
|
-
"line":
|
|
7385
|
+
"line": 243
|
|
7386
7386
|
},
|
|
7387
7387
|
"methods": [
|
|
7388
7388
|
{
|
|
@@ -7393,7 +7393,7 @@
|
|
|
7393
7393
|
},
|
|
7394
7394
|
"locationInModule": {
|
|
7395
7395
|
"filename": "src/providers/fargate.ts",
|
|
7396
|
-
"line":
|
|
7396
|
+
"line": 277
|
|
7397
7397
|
},
|
|
7398
7398
|
"name": "imageBuilder",
|
|
7399
7399
|
"parameters": [
|
|
@@ -7432,7 +7432,7 @@
|
|
|
7432
7432
|
},
|
|
7433
7433
|
"locationInModule": {
|
|
7434
7434
|
"filename": "src/providers/fargate.ts",
|
|
7435
|
-
"line":
|
|
7435
|
+
"line": 447
|
|
7436
7436
|
},
|
|
7437
7437
|
"name": "getStepFunctionTask",
|
|
7438
7438
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7461,7 +7461,7 @@
|
|
|
7461
7461
|
},
|
|
7462
7462
|
"locationInModule": {
|
|
7463
7463
|
"filename": "src/providers/fargate.ts",
|
|
7464
|
-
"line":
|
|
7464
|
+
"line": 499
|
|
7465
7465
|
},
|
|
7466
7466
|
"name": "grantStateMachine",
|
|
7467
7467
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7480,7 +7480,7 @@
|
|
|
7480
7480
|
},
|
|
7481
7481
|
"locationInModule": {
|
|
7482
7482
|
"filename": "src/providers/common.ts",
|
|
7483
|
-
"line":
|
|
7483
|
+
"line": 471
|
|
7484
7484
|
},
|
|
7485
7485
|
"name": "labelsFromProperties",
|
|
7486
7486
|
"parameters": [
|
|
@@ -7530,7 +7530,7 @@
|
|
|
7530
7530
|
},
|
|
7531
7531
|
"locationInModule": {
|
|
7532
7532
|
"filename": "src/providers/fargate.ts",
|
|
7533
|
-
"line":
|
|
7533
|
+
"line": 502
|
|
7534
7534
|
},
|
|
7535
7535
|
"name": "status",
|
|
7536
7536
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7562,7 +7562,7 @@
|
|
|
7562
7562
|
"immutable": true,
|
|
7563
7563
|
"locationInModule": {
|
|
7564
7564
|
"filename": "src/providers/fargate.ts",
|
|
7565
|
-
"line":
|
|
7565
|
+
"line": 264
|
|
7566
7566
|
},
|
|
7567
7567
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
7568
7568
|
"static": true,
|
|
@@ -7581,7 +7581,7 @@
|
|
|
7581
7581
|
"immutable": true,
|
|
7582
7582
|
"locationInModule": {
|
|
7583
7583
|
"filename": "src/providers/fargate.ts",
|
|
7584
|
-
"line":
|
|
7584
|
+
"line": 253
|
|
7585
7585
|
},
|
|
7586
7586
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
7587
7587
|
"static": true,
|
|
@@ -7597,7 +7597,7 @@
|
|
|
7597
7597
|
"immutable": true,
|
|
7598
7598
|
"locationInModule": {
|
|
7599
7599
|
"filename": "src/providers/fargate.ts",
|
|
7600
|
-
"line":
|
|
7600
|
+
"line": 326
|
|
7601
7601
|
},
|
|
7602
7602
|
"name": "assignPublicIp",
|
|
7603
7603
|
"type": {
|
|
@@ -7612,7 +7612,7 @@
|
|
|
7612
7612
|
"immutable": true,
|
|
7613
7613
|
"locationInModule": {
|
|
7614
7614
|
"filename": "src/providers/fargate.ts",
|
|
7615
|
-
"line":
|
|
7615
|
+
"line": 296
|
|
7616
7616
|
},
|
|
7617
7617
|
"name": "cluster",
|
|
7618
7618
|
"type": {
|
|
@@ -7627,7 +7627,7 @@
|
|
|
7627
7627
|
"immutable": true,
|
|
7628
7628
|
"locationInModule": {
|
|
7629
7629
|
"filename": "src/providers/fargate.ts",
|
|
7630
|
-
"line":
|
|
7630
|
+
"line": 336
|
|
7631
7631
|
},
|
|
7632
7632
|
"name": "connections",
|
|
7633
7633
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7643,7 +7643,7 @@
|
|
|
7643
7643
|
"immutable": true,
|
|
7644
7644
|
"locationInModule": {
|
|
7645
7645
|
"filename": "src/providers/fargate.ts",
|
|
7646
|
-
"line":
|
|
7646
|
+
"line": 306
|
|
7647
7647
|
},
|
|
7648
7648
|
"name": "container",
|
|
7649
7649
|
"type": {
|
|
@@ -7658,7 +7658,7 @@
|
|
|
7658
7658
|
"immutable": true,
|
|
7659
7659
|
"locationInModule": {
|
|
7660
7660
|
"filename": "src/providers/fargate.ts",
|
|
7661
|
-
"line":
|
|
7661
|
+
"line": 331
|
|
7662
7662
|
},
|
|
7663
7663
|
"name": "grantPrincipal",
|
|
7664
7664
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7675,7 +7675,7 @@
|
|
|
7675
7675
|
"immutable": true,
|
|
7676
7676
|
"locationInModule": {
|
|
7677
7677
|
"filename": "src/providers/fargate.ts",
|
|
7678
|
-
"line":
|
|
7678
|
+
"line": 346
|
|
7679
7679
|
},
|
|
7680
7680
|
"name": "image",
|
|
7681
7681
|
"type": {
|
|
@@ -7690,7 +7690,7 @@
|
|
|
7690
7690
|
"immutable": true,
|
|
7691
7691
|
"locationInModule": {
|
|
7692
7692
|
"filename": "src/providers/fargate.ts",
|
|
7693
|
-
"line":
|
|
7693
|
+
"line": 311
|
|
7694
7694
|
},
|
|
7695
7695
|
"name": "labels",
|
|
7696
7696
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7712,7 +7712,7 @@
|
|
|
7712
7712
|
"immutable": true,
|
|
7713
7713
|
"locationInModule": {
|
|
7714
7714
|
"filename": "src/providers/fargate.ts",
|
|
7715
|
-
"line":
|
|
7715
|
+
"line": 353
|
|
7716
7716
|
},
|
|
7717
7717
|
"name": "logGroup",
|
|
7718
7718
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7728,7 +7728,7 @@
|
|
|
7728
7728
|
"immutable": true,
|
|
7729
7729
|
"locationInModule": {
|
|
7730
7730
|
"filename": "src/providers/fargate.ts",
|
|
7731
|
-
"line":
|
|
7731
|
+
"line": 355
|
|
7732
7732
|
},
|
|
7733
7733
|
"name": "retryableErrors",
|
|
7734
7734
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7749,7 +7749,7 @@
|
|
|
7749
7749
|
"immutable": true,
|
|
7750
7750
|
"locationInModule": {
|
|
7751
7751
|
"filename": "src/providers/fargate.ts",
|
|
7752
|
-
"line":
|
|
7752
|
+
"line": 341
|
|
7753
7753
|
},
|
|
7754
7754
|
"name": "spot",
|
|
7755
7755
|
"type": {
|
|
@@ -7764,7 +7764,7 @@
|
|
|
7764
7764
|
"immutable": true,
|
|
7765
7765
|
"locationInModule": {
|
|
7766
7766
|
"filename": "src/providers/fargate.ts",
|
|
7767
|
-
"line":
|
|
7767
|
+
"line": 301
|
|
7768
7768
|
},
|
|
7769
7769
|
"name": "task",
|
|
7770
7770
|
"type": {
|
|
@@ -7779,7 +7779,7 @@
|
|
|
7779
7779
|
"immutable": true,
|
|
7780
7780
|
"locationInModule": {
|
|
7781
7781
|
"filename": "src/providers/fargate.ts",
|
|
7782
|
-
"line":
|
|
7782
|
+
"line": 321
|
|
7783
7783
|
},
|
|
7784
7784
|
"name": "subnetSelection",
|
|
7785
7785
|
"optional": true,
|
|
@@ -7795,7 +7795,7 @@
|
|
|
7795
7795
|
"immutable": true,
|
|
7796
7796
|
"locationInModule": {
|
|
7797
7797
|
"filename": "src/providers/fargate.ts",
|
|
7798
|
-
"line":
|
|
7798
|
+
"line": 316
|
|
7799
7799
|
},
|
|
7800
7800
|
"name": "vpc",
|
|
7801
7801
|
"optional": true,
|
|
@@ -8095,7 +8095,7 @@
|
|
|
8095
8095
|
},
|
|
8096
8096
|
"locationInModule": {
|
|
8097
8097
|
"filename": "src/runner.ts",
|
|
8098
|
-
"line":
|
|
8098
|
+
"line": 260
|
|
8099
8099
|
},
|
|
8100
8100
|
"parameters": [
|
|
8101
8101
|
{
|
|
@@ -8119,10 +8119,13 @@
|
|
|
8119
8119
|
}
|
|
8120
8120
|
]
|
|
8121
8121
|
},
|
|
8122
|
+
"interfaces": [
|
|
8123
|
+
"aws-cdk-lib.aws_ec2.IConnectable"
|
|
8124
|
+
],
|
|
8122
8125
|
"kind": "class",
|
|
8123
8126
|
"locationInModule": {
|
|
8124
8127
|
"filename": "src/runner.ts",
|
|
8125
|
-
"line":
|
|
8128
|
+
"line": 234
|
|
8126
8129
|
},
|
|
8127
8130
|
"methods": [
|
|
8128
8131
|
{
|
|
@@ -8133,7 +8136,7 @@
|
|
|
8133
8136
|
},
|
|
8134
8137
|
"locationInModule": {
|
|
8135
8138
|
"filename": "src/runner.ts",
|
|
8136
|
-
"line":
|
|
8139
|
+
"line": 737
|
|
8137
8140
|
},
|
|
8138
8141
|
"name": "failedImageBuildsTopic",
|
|
8139
8142
|
"returns": {
|
|
@@ -8150,7 +8153,7 @@
|
|
|
8150
8153
|
},
|
|
8151
8154
|
"locationInModule": {
|
|
8152
8155
|
"filename": "src/runner.ts",
|
|
8153
|
-
"line":
|
|
8156
|
+
"line": 719
|
|
8154
8157
|
},
|
|
8155
8158
|
"name": "metricFailed",
|
|
8156
8159
|
"parameters": [
|
|
@@ -8176,7 +8179,7 @@
|
|
|
8176
8179
|
},
|
|
8177
8180
|
"locationInModule": {
|
|
8178
8181
|
"filename": "src/runner.ts",
|
|
8179
|
-
"line":
|
|
8182
|
+
"line": 664
|
|
8180
8183
|
},
|
|
8181
8184
|
"name": "metricJobCompleted",
|
|
8182
8185
|
"parameters": [
|
|
@@ -8202,7 +8205,7 @@
|
|
|
8202
8205
|
},
|
|
8203
8206
|
"locationInModule": {
|
|
8204
8207
|
"filename": "src/runner.ts",
|
|
8205
|
-
"line":
|
|
8208
|
+
"line": 710
|
|
8206
8209
|
},
|
|
8207
8210
|
"name": "metricSucceeded",
|
|
8208
8211
|
"parameters": [
|
|
@@ -8228,7 +8231,7 @@
|
|
|
8228
8231
|
},
|
|
8229
8232
|
"locationInModule": {
|
|
8230
8233
|
"filename": "src/runner.ts",
|
|
8231
|
-
"line":
|
|
8234
|
+
"line": 726
|
|
8232
8235
|
},
|
|
8233
8236
|
"name": "metricTime",
|
|
8234
8237
|
"parameters": [
|
|
@@ -8249,6 +8252,23 @@
|
|
|
8249
8252
|
],
|
|
8250
8253
|
"name": "GitHubRunners",
|
|
8251
8254
|
"properties": [
|
|
8255
|
+
{
|
|
8256
|
+
"docs": {
|
|
8257
|
+
"remarks": "Use this to enable connections to your GitHub Enterprise Server in a VPC.\n\nThis cannot be used to manage connections of the runners. Use the `connections` property of each runner provider to manage runner connections.",
|
|
8258
|
+
"stability": "experimental",
|
|
8259
|
+
"summary": "Manage the connections of all management functions."
|
|
8260
|
+
},
|
|
8261
|
+
"immutable": true,
|
|
8262
|
+
"locationInModule": {
|
|
8263
|
+
"filename": "src/runner.ts",
|
|
8264
|
+
"line": 250
|
|
8265
|
+
},
|
|
8266
|
+
"name": "connections",
|
|
8267
|
+
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
8268
|
+
"type": {
|
|
8269
|
+
"fqn": "aws-cdk-lib.aws_ec2.Connections"
|
|
8270
|
+
}
|
|
8271
|
+
},
|
|
8252
8272
|
{
|
|
8253
8273
|
"docs": {
|
|
8254
8274
|
"stability": "experimental",
|
|
@@ -8257,7 +8277,7 @@
|
|
|
8257
8277
|
"immutable": true,
|
|
8258
8278
|
"locationInModule": {
|
|
8259
8279
|
"filename": "src/runner.ts",
|
|
8260
|
-
"line":
|
|
8280
|
+
"line": 238
|
|
8261
8281
|
},
|
|
8262
8282
|
"name": "providers",
|
|
8263
8283
|
"type": {
|
|
@@ -8277,7 +8297,7 @@
|
|
|
8277
8297
|
"immutable": true,
|
|
8278
8298
|
"locationInModule": {
|
|
8279
8299
|
"filename": "src/runner.ts",
|
|
8280
|
-
"line":
|
|
8300
|
+
"line": 243
|
|
8281
8301
|
},
|
|
8282
8302
|
"name": "secrets",
|
|
8283
8303
|
"type": {
|
|
@@ -8291,7 +8311,7 @@
|
|
|
8291
8311
|
"immutable": true,
|
|
8292
8312
|
"locationInModule": {
|
|
8293
8313
|
"filename": "src/runner.ts",
|
|
8294
|
-
"line":
|
|
8314
|
+
"line": 260
|
|
8295
8315
|
},
|
|
8296
8316
|
"name": "props",
|
|
8297
8317
|
"optional": true,
|
|
@@ -8346,7 +8366,7 @@
|
|
|
8346
8366
|
"immutable": true,
|
|
8347
8367
|
"locationInModule": {
|
|
8348
8368
|
"filename": "src/runner.ts",
|
|
8349
|
-
"line":
|
|
8369
|
+
"line": 107
|
|
8350
8370
|
},
|
|
8351
8371
|
"name": "extraCertificates",
|
|
8352
8372
|
"optional": true,
|
|
@@ -8365,7 +8385,7 @@
|
|
|
8365
8385
|
"immutable": true,
|
|
8366
8386
|
"locationInModule": {
|
|
8367
8387
|
"filename": "src/runner.ts",
|
|
8368
|
-
"line":
|
|
8388
|
+
"line": 114
|
|
8369
8389
|
},
|
|
8370
8390
|
"name": "idleTimeout",
|
|
8371
8391
|
"optional": true,
|
|
@@ -8383,7 +8403,7 @@
|
|
|
8383
8403
|
"immutable": true,
|
|
8384
8404
|
"locationInModule": {
|
|
8385
8405
|
"filename": "src/runner.ts",
|
|
8386
|
-
"line":
|
|
8406
|
+
"line": 121
|
|
8387
8407
|
},
|
|
8388
8408
|
"name": "logOptions",
|
|
8389
8409
|
"optional": true,
|
|
@@ -8426,7 +8446,7 @@
|
|
|
8426
8446
|
"immutable": true,
|
|
8427
8447
|
"locationInModule": {
|
|
8428
8448
|
"filename": "src/runner.ts",
|
|
8429
|
-
"line":
|
|
8449
|
+
"line": 158
|
|
8430
8450
|
},
|
|
8431
8451
|
"name": "retryOptions",
|
|
8432
8452
|
"optional": true,
|
|
@@ -8437,14 +8457,15 @@
|
|
|
8437
8457
|
{
|
|
8438
8458
|
"abstract": true,
|
|
8439
8459
|
"docs": {
|
|
8460
|
+
"deprecated": "use {@link securityGroups } instead",
|
|
8440
8461
|
"remarks": "Use this with to provide access to GitHub Enterprise Server hosted inside a VPC.",
|
|
8441
|
-
"stability": "
|
|
8462
|
+
"stability": "deprecated",
|
|
8442
8463
|
"summary": "Security group attached to all management functions."
|
|
8443
8464
|
},
|
|
8444
8465
|
"immutable": true,
|
|
8445
8466
|
"locationInModule": {
|
|
8446
8467
|
"filename": "src/runner.ts",
|
|
8447
|
-
"line":
|
|
8468
|
+
"line": 77
|
|
8448
8469
|
},
|
|
8449
8470
|
"name": "securityGroup",
|
|
8450
8471
|
"optional": true,
|
|
@@ -8452,6 +8473,29 @@
|
|
|
8452
8473
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
8453
8474
|
}
|
|
8454
8475
|
},
|
|
8476
|
+
{
|
|
8477
|
+
"abstract": true,
|
|
8478
|
+
"docs": {
|
|
8479
|
+
"remarks": "Use this with to provide access to GitHub Enterprise Server hosted inside a VPC.",
|
|
8480
|
+
"stability": "experimental",
|
|
8481
|
+
"summary": "Security groups attached to all management functions."
|
|
8482
|
+
},
|
|
8483
|
+
"immutable": true,
|
|
8484
|
+
"locationInModule": {
|
|
8485
|
+
"filename": "src/runner.ts",
|
|
8486
|
+
"line": 82
|
|
8487
|
+
},
|
|
8488
|
+
"name": "securityGroups",
|
|
8489
|
+
"optional": true,
|
|
8490
|
+
"type": {
|
|
8491
|
+
"collection": {
|
|
8492
|
+
"elementtype": {
|
|
8493
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
8494
|
+
},
|
|
8495
|
+
"kind": "array"
|
|
8496
|
+
}
|
|
8497
|
+
}
|
|
8498
|
+
},
|
|
8455
8499
|
{
|
|
8456
8500
|
"abstract": true,
|
|
8457
8501
|
"docs": {
|
|
@@ -8463,7 +8507,7 @@
|
|
|
8463
8507
|
"immutable": true,
|
|
8464
8508
|
"locationInModule": {
|
|
8465
8509
|
"filename": "src/runner.ts",
|
|
8466
|
-
"line":
|
|
8510
|
+
"line": 128
|
|
8467
8511
|
},
|
|
8468
8512
|
"name": "setupAccess",
|
|
8469
8513
|
"optional": true,
|
|
@@ -8482,7 +8526,7 @@
|
|
|
8482
8526
|
"immutable": true,
|
|
8483
8527
|
"locationInModule": {
|
|
8484
8528
|
"filename": "src/runner.ts",
|
|
8485
|
-
"line":
|
|
8529
|
+
"line": 147
|
|
8486
8530
|
},
|
|
8487
8531
|
"name": "statusAccess",
|
|
8488
8532
|
"optional": true,
|
|
@@ -8537,7 +8581,7 @@
|
|
|
8537
8581
|
"immutable": true,
|
|
8538
8582
|
"locationInModule": {
|
|
8539
8583
|
"filename": "src/runner.ts",
|
|
8540
|
-
"line":
|
|
8584
|
+
"line": 140
|
|
8541
8585
|
},
|
|
8542
8586
|
"name": "webhookAccess",
|
|
8543
8587
|
"optional": true,
|
|
@@ -8558,7 +8602,7 @@
|
|
|
8558
8602
|
"kind": "interface",
|
|
8559
8603
|
"locationInModule": {
|
|
8560
8604
|
"filename": "src/providers/common.ts",
|
|
8561
|
-
"line":
|
|
8605
|
+
"line": 354
|
|
8562
8606
|
},
|
|
8563
8607
|
"name": "IRunnerAmiStatus",
|
|
8564
8608
|
"properties": [
|
|
@@ -8571,7 +8615,7 @@
|
|
|
8571
8615
|
"immutable": true,
|
|
8572
8616
|
"locationInModule": {
|
|
8573
8617
|
"filename": "src/providers/common.ts",
|
|
8574
|
-
"line":
|
|
8618
|
+
"line": 358
|
|
8575
8619
|
},
|
|
8576
8620
|
"name": "launchTemplate",
|
|
8577
8621
|
"type": {
|
|
@@ -8587,7 +8631,7 @@
|
|
|
8587
8631
|
"immutable": true,
|
|
8588
8632
|
"locationInModule": {
|
|
8589
8633
|
"filename": "src/providers/common.ts",
|
|
8590
|
-
"line":
|
|
8634
|
+
"line": 363
|
|
8591
8635
|
},
|
|
8592
8636
|
"name": "amiBuilderLogGroup",
|
|
8593
8637
|
"optional": true,
|
|
@@ -8662,7 +8706,7 @@
|
|
|
8662
8706
|
"kind": "interface",
|
|
8663
8707
|
"locationInModule": {
|
|
8664
8708
|
"filename": "src/providers/common.ts",
|
|
8665
|
-
"line":
|
|
8709
|
+
"line": 334
|
|
8666
8710
|
},
|
|
8667
8711
|
"name": "IRunnerImageStatus",
|
|
8668
8712
|
"properties": [
|
|
@@ -8675,7 +8719,7 @@
|
|
|
8675
8719
|
"immutable": true,
|
|
8676
8720
|
"locationInModule": {
|
|
8677
8721
|
"filename": "src/providers/common.ts",
|
|
8678
|
-
"line":
|
|
8722
|
+
"line": 338
|
|
8679
8723
|
},
|
|
8680
8724
|
"name": "imageRepository",
|
|
8681
8725
|
"type": {
|
|
@@ -8691,7 +8735,7 @@
|
|
|
8691
8735
|
"immutable": true,
|
|
8692
8736
|
"locationInModule": {
|
|
8693
8737
|
"filename": "src/providers/common.ts",
|
|
8694
|
-
"line":
|
|
8738
|
+
"line": 343
|
|
8695
8739
|
},
|
|
8696
8740
|
"name": "imageTag",
|
|
8697
8741
|
"type": {
|
|
@@ -8707,7 +8751,7 @@
|
|
|
8707
8751
|
"immutable": true,
|
|
8708
8752
|
"locationInModule": {
|
|
8709
8753
|
"filename": "src/providers/common.ts",
|
|
8710
|
-
"line":
|
|
8754
|
+
"line": 348
|
|
8711
8755
|
},
|
|
8712
8756
|
"name": "imageBuilderLogGroup",
|
|
8713
8757
|
"optional": true,
|
|
@@ -8734,7 +8778,7 @@
|
|
|
8734
8778
|
"kind": "interface",
|
|
8735
8779
|
"locationInModule": {
|
|
8736
8780
|
"filename": "src/providers/common.ts",
|
|
8737
|
-
"line":
|
|
8781
|
+
"line": 414
|
|
8738
8782
|
},
|
|
8739
8783
|
"methods": [
|
|
8740
8784
|
{
|
|
@@ -8746,7 +8790,7 @@
|
|
|
8746
8790
|
},
|
|
8747
8791
|
"locationInModule": {
|
|
8748
8792
|
"filename": "src/providers/common.ts",
|
|
8749
|
-
"line":
|
|
8793
|
+
"line": 443
|
|
8750
8794
|
},
|
|
8751
8795
|
"name": "getStepFunctionTask",
|
|
8752
8796
|
"parameters": [
|
|
@@ -8775,7 +8819,7 @@
|
|
|
8775
8819
|
},
|
|
8776
8820
|
"locationInModule": {
|
|
8777
8821
|
"filename": "src/providers/common.ts",
|
|
8778
|
-
"line":
|
|
8822
|
+
"line": 451
|
|
8779
8823
|
},
|
|
8780
8824
|
"name": "grantStateMachine",
|
|
8781
8825
|
"parameters": [
|
|
@@ -8799,7 +8843,7 @@
|
|
|
8799
8843
|
},
|
|
8800
8844
|
"locationInModule": {
|
|
8801
8845
|
"filename": "src/providers/common.ts",
|
|
8802
|
-
"line":
|
|
8846
|
+
"line": 458
|
|
8803
8847
|
},
|
|
8804
8848
|
"name": "status",
|
|
8805
8849
|
"parameters": [
|
|
@@ -8832,7 +8876,7 @@
|
|
|
8832
8876
|
"immutable": true,
|
|
8833
8877
|
"locationInModule": {
|
|
8834
8878
|
"filename": "src/providers/common.ts",
|
|
8835
|
-
"line":
|
|
8879
|
+
"line": 422
|
|
8836
8880
|
},
|
|
8837
8881
|
"name": "labels",
|
|
8838
8882
|
"type": {
|
|
@@ -8854,7 +8898,7 @@
|
|
|
8854
8898
|
"immutable": true,
|
|
8855
8899
|
"locationInModule": {
|
|
8856
8900
|
"filename": "src/providers/common.ts",
|
|
8857
|
-
"line":
|
|
8901
|
+
"line": 429
|
|
8858
8902
|
},
|
|
8859
8903
|
"name": "logGroup",
|
|
8860
8904
|
"type": {
|
|
@@ -8870,7 +8914,7 @@
|
|
|
8870
8914
|
"immutable": true,
|
|
8871
8915
|
"locationInModule": {
|
|
8872
8916
|
"filename": "src/providers/common.ts",
|
|
8873
|
-
"line":
|
|
8917
|
+
"line": 434
|
|
8874
8918
|
},
|
|
8875
8919
|
"name": "retryableErrors",
|
|
8876
8920
|
"type": {
|
|
@@ -8895,7 +8939,7 @@
|
|
|
8895
8939
|
"kind": "interface",
|
|
8896
8940
|
"locationInModule": {
|
|
8897
8941
|
"filename": "src/providers/common.ts",
|
|
8898
|
-
"line":
|
|
8942
|
+
"line": 369
|
|
8899
8943
|
},
|
|
8900
8944
|
"name": "IRunnerProviderStatus",
|
|
8901
8945
|
"properties": [
|
|
@@ -8908,7 +8952,7 @@
|
|
|
8908
8952
|
"immutable": true,
|
|
8909
8953
|
"locationInModule": {
|
|
8910
8954
|
"filename": "src/providers/common.ts",
|
|
8911
|
-
"line":
|
|
8955
|
+
"line": 378
|
|
8912
8956
|
},
|
|
8913
8957
|
"name": "labels",
|
|
8914
8958
|
"type": {
|
|
@@ -8929,7 +8973,7 @@
|
|
|
8929
8973
|
"immutable": true,
|
|
8930
8974
|
"locationInModule": {
|
|
8931
8975
|
"filename": "src/providers/common.ts",
|
|
8932
|
-
"line":
|
|
8976
|
+
"line": 373
|
|
8933
8977
|
},
|
|
8934
8978
|
"name": "type",
|
|
8935
8979
|
"type": {
|
|
@@ -8945,7 +8989,7 @@
|
|
|
8945
8989
|
"immutable": true,
|
|
8946
8990
|
"locationInModule": {
|
|
8947
8991
|
"filename": "src/providers/common.ts",
|
|
8948
|
-
"line":
|
|
8992
|
+
"line": 403
|
|
8949
8993
|
},
|
|
8950
8994
|
"name": "ami",
|
|
8951
8995
|
"optional": true,
|
|
@@ -8962,7 +9006,7 @@
|
|
|
8962
9006
|
"immutable": true,
|
|
8963
9007
|
"locationInModule": {
|
|
8964
9008
|
"filename": "src/providers/common.ts",
|
|
8965
|
-
"line":
|
|
9009
|
+
"line": 398
|
|
8966
9010
|
},
|
|
8967
9011
|
"name": "image",
|
|
8968
9012
|
"optional": true,
|
|
@@ -8979,7 +9023,7 @@
|
|
|
8979
9023
|
"immutable": true,
|
|
8980
9024
|
"locationInModule": {
|
|
8981
9025
|
"filename": "src/providers/common.ts",
|
|
8982
|
-
"line":
|
|
9026
|
+
"line": 408
|
|
8983
9027
|
},
|
|
8984
9028
|
"name": "logGroup",
|
|
8985
9029
|
"optional": true,
|
|
@@ -8996,7 +9040,7 @@
|
|
|
8996
9040
|
"immutable": true,
|
|
8997
9041
|
"locationInModule": {
|
|
8998
9042
|
"filename": "src/providers/common.ts",
|
|
8999
|
-
"line":
|
|
9043
|
+
"line": 393
|
|
9000
9044
|
},
|
|
9001
9045
|
"name": "roleArn",
|
|
9002
9046
|
"optional": true,
|
|
@@ -9013,7 +9057,7 @@
|
|
|
9013
9057
|
"immutable": true,
|
|
9014
9058
|
"locationInModule": {
|
|
9015
9059
|
"filename": "src/providers/common.ts",
|
|
9016
|
-
"line":
|
|
9060
|
+
"line": 388
|
|
9017
9061
|
},
|
|
9018
9062
|
"name": "securityGroups",
|
|
9019
9063
|
"optional": true,
|
|
@@ -9035,7 +9079,7 @@
|
|
|
9035
9079
|
"immutable": true,
|
|
9036
9080
|
"locationInModule": {
|
|
9037
9081
|
"filename": "src/providers/common.ts",
|
|
9038
|
-
"line":
|
|
9082
|
+
"line": 383
|
|
9039
9083
|
},
|
|
9040
9084
|
"name": "vpcArn",
|
|
9041
9085
|
"optional": true,
|
|
@@ -9699,7 +9743,7 @@
|
|
|
9699
9743
|
},
|
|
9700
9744
|
"locationInModule": {
|
|
9701
9745
|
"filename": "src/providers/common.ts",
|
|
9702
|
-
"line":
|
|
9746
|
+
"line": 471
|
|
9703
9747
|
},
|
|
9704
9748
|
"name": "labelsFromProperties",
|
|
9705
9749
|
"parameters": [
|
|
@@ -10478,7 +10522,7 @@
|
|
|
10478
10522
|
"kind": "interface",
|
|
10479
10523
|
"locationInModule": {
|
|
10480
10524
|
"filename": "src/runner.ts",
|
|
10481
|
-
"line":
|
|
10525
|
+
"line": 164
|
|
10482
10526
|
},
|
|
10483
10527
|
"name": "LogOptions",
|
|
10484
10528
|
"properties": [
|
|
@@ -10492,7 +10536,7 @@
|
|
|
10492
10536
|
"immutable": true,
|
|
10493
10537
|
"locationInModule": {
|
|
10494
10538
|
"filename": "src/runner.ts",
|
|
10495
|
-
"line":
|
|
10539
|
+
"line": 175
|
|
10496
10540
|
},
|
|
10497
10541
|
"name": "includeExecutionData",
|
|
10498
10542
|
"optional": true,
|
|
@@ -10510,7 +10554,7 @@
|
|
|
10510
10554
|
"immutable": true,
|
|
10511
10555
|
"locationInModule": {
|
|
10512
10556
|
"filename": "src/runner.ts",
|
|
10513
|
-
"line":
|
|
10557
|
+
"line": 182
|
|
10514
10558
|
},
|
|
10515
10559
|
"name": "level",
|
|
10516
10560
|
"optional": true,
|
|
@@ -10527,7 +10571,7 @@
|
|
|
10527
10571
|
"immutable": true,
|
|
10528
10572
|
"locationInModule": {
|
|
10529
10573
|
"filename": "src/runner.ts",
|
|
10530
|
-
"line":
|
|
10574
|
+
"line": 168
|
|
10531
10575
|
},
|
|
10532
10576
|
"name": "logGroupName",
|
|
10533
10577
|
"optional": true,
|
|
@@ -10546,7 +10590,7 @@
|
|
|
10546
10590
|
"immutable": true,
|
|
10547
10591
|
"locationInModule": {
|
|
10548
10592
|
"filename": "src/runner.ts",
|
|
10549
|
-
"line":
|
|
10593
|
+
"line": 191
|
|
10550
10594
|
},
|
|
10551
10595
|
"name": "logRetention",
|
|
10552
10596
|
"optional": true,
|
|
@@ -10567,7 +10611,7 @@
|
|
|
10567
10611
|
"kind": "class",
|
|
10568
10612
|
"locationInModule": {
|
|
10569
10613
|
"filename": "src/providers/common.ts",
|
|
10570
|
-
"line":
|
|
10614
|
+
"line": 113
|
|
10571
10615
|
},
|
|
10572
10616
|
"methods": [
|
|
10573
10617
|
{
|
|
@@ -10577,7 +10621,7 @@
|
|
|
10577
10621
|
},
|
|
10578
10622
|
"locationInModule": {
|
|
10579
10623
|
"filename": "src/providers/common.ts",
|
|
10580
|
-
"line":
|
|
10624
|
+
"line": 148
|
|
10581
10625
|
},
|
|
10582
10626
|
"name": "is",
|
|
10583
10627
|
"parameters": [
|
|
@@ -10604,7 +10648,7 @@
|
|
|
10604
10648
|
},
|
|
10605
10649
|
"locationInModule": {
|
|
10606
10650
|
"filename": "src/providers/common.ts",
|
|
10607
|
-
"line":
|
|
10651
|
+
"line": 157
|
|
10608
10652
|
},
|
|
10609
10653
|
"name": "isIn",
|
|
10610
10654
|
"parameters": [
|
|
@@ -10642,7 +10686,7 @@
|
|
|
10642
10686
|
"immutable": true,
|
|
10643
10687
|
"locationInModule": {
|
|
10644
10688
|
"filename": "src/providers/common.ts",
|
|
10645
|
-
"line":
|
|
10689
|
+
"line": 119
|
|
10646
10690
|
},
|
|
10647
10691
|
"name": "LINUX",
|
|
10648
10692
|
"static": true,
|
|
@@ -10659,7 +10703,7 @@
|
|
|
10659
10703
|
"immutable": true,
|
|
10660
10704
|
"locationInModule": {
|
|
10661
10705
|
"filename": "src/providers/common.ts",
|
|
10662
|
-
"line":
|
|
10706
|
+
"line": 129
|
|
10663
10707
|
},
|
|
10664
10708
|
"name": "LINUX_AMAZON_2",
|
|
10665
10709
|
"static": true,
|
|
@@ -10676,7 +10720,7 @@
|
|
|
10676
10720
|
"immutable": true,
|
|
10677
10721
|
"locationInModule": {
|
|
10678
10722
|
"filename": "src/providers/common.ts",
|
|
10679
|
-
"line":
|
|
10723
|
+
"line": 124
|
|
10680
10724
|
},
|
|
10681
10725
|
"name": "LINUX_UBUNTU",
|
|
10682
10726
|
"static": true,
|
|
@@ -10693,7 +10737,7 @@
|
|
|
10693
10737
|
"immutable": true,
|
|
10694
10738
|
"locationInModule": {
|
|
10695
10739
|
"filename": "src/providers/common.ts",
|
|
10696
|
-
"line":
|
|
10740
|
+
"line": 134
|
|
10697
10741
|
},
|
|
10698
10742
|
"name": "WINDOWS",
|
|
10699
10743
|
"static": true,
|
|
@@ -10708,7 +10752,7 @@
|
|
|
10708
10752
|
"immutable": true,
|
|
10709
10753
|
"locationInModule": {
|
|
10710
10754
|
"filename": "src/providers/common.ts",
|
|
10711
|
-
"line":
|
|
10755
|
+
"line": 140
|
|
10712
10756
|
},
|
|
10713
10757
|
"name": "name",
|
|
10714
10758
|
"type": {
|
|
@@ -10730,7 +10774,7 @@
|
|
|
10730
10774
|
"kind": "interface",
|
|
10731
10775
|
"locationInModule": {
|
|
10732
10776
|
"filename": "src/providers/common.ts",
|
|
10733
|
-
"line":
|
|
10777
|
+
"line": 246
|
|
10734
10778
|
},
|
|
10735
10779
|
"name": "ProviderRetryOptions",
|
|
10736
10780
|
"properties": [
|
|
@@ -10744,7 +10788,7 @@
|
|
|
10744
10788
|
"immutable": true,
|
|
10745
10789
|
"locationInModule": {
|
|
10746
10790
|
"filename": "src/providers/common.ts",
|
|
10747
|
-
"line":
|
|
10791
|
+
"line": 273
|
|
10748
10792
|
},
|
|
10749
10793
|
"name": "backoffRate",
|
|
10750
10794
|
"optional": true,
|
|
@@ -10763,7 +10807,7 @@
|
|
|
10763
10807
|
"immutable": true,
|
|
10764
10808
|
"locationInModule": {
|
|
10765
10809
|
"filename": "src/providers/common.ts",
|
|
10766
|
-
"line":
|
|
10810
|
+
"line": 259
|
|
10767
10811
|
},
|
|
10768
10812
|
"name": "interval",
|
|
10769
10813
|
"optional": true,
|
|
@@ -10781,7 +10825,7 @@
|
|
|
10781
10825
|
"immutable": true,
|
|
10782
10826
|
"locationInModule": {
|
|
10783
10827
|
"filename": "src/providers/common.ts",
|
|
10784
|
-
"line":
|
|
10828
|
+
"line": 266
|
|
10785
10829
|
},
|
|
10786
10830
|
"name": "maxAttempts",
|
|
10787
10831
|
"optional": true,
|
|
@@ -10800,7 +10844,7 @@
|
|
|
10800
10844
|
"immutable": true,
|
|
10801
10845
|
"locationInModule": {
|
|
10802
10846
|
"filename": "src/providers/common.ts",
|
|
10803
|
-
"line":
|
|
10847
|
+
"line": 252
|
|
10804
10848
|
},
|
|
10805
10849
|
"name": "retry",
|
|
10806
10850
|
"optional": true,
|
|
@@ -10822,7 +10866,7 @@
|
|
|
10822
10866
|
"kind": "interface",
|
|
10823
10867
|
"locationInModule": {
|
|
10824
10868
|
"filename": "src/providers/common.ts",
|
|
10825
|
-
"line":
|
|
10869
|
+
"line": 214
|
|
10826
10870
|
},
|
|
10827
10871
|
"name": "RunnerAmi",
|
|
10828
10872
|
"properties": [
|
|
@@ -10835,7 +10879,7 @@
|
|
|
10835
10879
|
"immutable": true,
|
|
10836
10880
|
"locationInModule": {
|
|
10837
10881
|
"filename": "src/providers/common.ts",
|
|
10838
|
-
"line":
|
|
10882
|
+
"line": 223
|
|
10839
10883
|
},
|
|
10840
10884
|
"name": "architecture",
|
|
10841
10885
|
"type": {
|
|
@@ -10851,7 +10895,7 @@
|
|
|
10851
10895
|
"immutable": true,
|
|
10852
10896
|
"locationInModule": {
|
|
10853
10897
|
"filename": "src/providers/common.ts",
|
|
10854
|
-
"line":
|
|
10898
|
+
"line": 218
|
|
10855
10899
|
},
|
|
10856
10900
|
"name": "launchTemplate",
|
|
10857
10901
|
"type": {
|
|
@@ -10867,7 +10911,7 @@
|
|
|
10867
10911
|
"immutable": true,
|
|
10868
10912
|
"locationInModule": {
|
|
10869
10913
|
"filename": "src/providers/common.ts",
|
|
10870
|
-
"line":
|
|
10914
|
+
"line": 228
|
|
10871
10915
|
},
|
|
10872
10916
|
"name": "os",
|
|
10873
10917
|
"type": {
|
|
@@ -10884,7 +10928,7 @@
|
|
|
10884
10928
|
"immutable": true,
|
|
10885
10929
|
"locationInModule": {
|
|
10886
10930
|
"filename": "src/providers/common.ts",
|
|
10887
|
-
"line":
|
|
10931
|
+
"line": 240
|
|
10888
10932
|
},
|
|
10889
10933
|
"name": "runnerVersion",
|
|
10890
10934
|
"type": {
|
|
@@ -10900,7 +10944,7 @@
|
|
|
10900
10944
|
"immutable": true,
|
|
10901
10945
|
"locationInModule": {
|
|
10902
10946
|
"filename": "src/providers/common.ts",
|
|
10903
|
-
"line":
|
|
10947
|
+
"line": 233
|
|
10904
10948
|
},
|
|
10905
10949
|
"name": "logGroup",
|
|
10906
10950
|
"optional": true,
|
|
@@ -10922,7 +10966,7 @@
|
|
|
10922
10966
|
"kind": "interface",
|
|
10923
10967
|
"locationInModule": {
|
|
10924
10968
|
"filename": "src/providers/common.ts",
|
|
10925
|
-
"line":
|
|
10969
|
+
"line": 170
|
|
10926
10970
|
},
|
|
10927
10971
|
"name": "RunnerImage",
|
|
10928
10972
|
"properties": [
|
|
@@ -10935,7 +10979,7 @@
|
|
|
10935
10979
|
"immutable": true,
|
|
10936
10980
|
"locationInModule": {
|
|
10937
10981
|
"filename": "src/providers/common.ts",
|
|
10938
|
-
"line":
|
|
10982
|
+
"line": 184
|
|
10939
10983
|
},
|
|
10940
10984
|
"name": "architecture",
|
|
10941
10985
|
"type": {
|
|
@@ -10951,7 +10995,7 @@
|
|
|
10951
10995
|
"immutable": true,
|
|
10952
10996
|
"locationInModule": {
|
|
10953
10997
|
"filename": "src/providers/common.ts",
|
|
10954
|
-
"line":
|
|
10998
|
+
"line": 174
|
|
10955
10999
|
},
|
|
10956
11000
|
"name": "imageRepository",
|
|
10957
11001
|
"type": {
|
|
@@ -10967,7 +11011,7 @@
|
|
|
10967
11011
|
"immutable": true,
|
|
10968
11012
|
"locationInModule": {
|
|
10969
11013
|
"filename": "src/providers/common.ts",
|
|
10970
|
-
"line":
|
|
11014
|
+
"line": 179
|
|
10971
11015
|
},
|
|
10972
11016
|
"name": "imageTag",
|
|
10973
11017
|
"type": {
|
|
@@ -10983,7 +11027,7 @@
|
|
|
10983
11027
|
"immutable": true,
|
|
10984
11028
|
"locationInModule": {
|
|
10985
11029
|
"filename": "src/providers/common.ts",
|
|
10986
|
-
"line":
|
|
11030
|
+
"line": 189
|
|
10987
11031
|
},
|
|
10988
11032
|
"name": "os",
|
|
10989
11033
|
"type": {
|
|
@@ -11000,7 +11044,7 @@
|
|
|
11000
11044
|
"immutable": true,
|
|
11001
11045
|
"locationInModule": {
|
|
11002
11046
|
"filename": "src/providers/common.ts",
|
|
11003
|
-
"line":
|
|
11047
|
+
"line": 201
|
|
11004
11048
|
},
|
|
11005
11049
|
"name": "runnerVersion",
|
|
11006
11050
|
"type": {
|
|
@@ -11016,7 +11060,7 @@
|
|
|
11016
11060
|
"immutable": true,
|
|
11017
11061
|
"locationInModule": {
|
|
11018
11062
|
"filename": "src/providers/common.ts",
|
|
11019
|
-
"line":
|
|
11063
|
+
"line": 194
|
|
11020
11064
|
},
|
|
11021
11065
|
"name": "logGroup",
|
|
11022
11066
|
"optional": true,
|
|
@@ -11749,7 +11793,7 @@
|
|
|
11749
11793
|
},
|
|
11750
11794
|
"locationInModule": {
|
|
11751
11795
|
"filename": "src/image-builders/components.ts",
|
|
11752
|
-
"line":
|
|
11796
|
+
"line": 446
|
|
11753
11797
|
},
|
|
11754
11798
|
"name": "extraCertificates",
|
|
11755
11799
|
"parameters": [
|
|
@@ -11850,7 +11894,7 @@
|
|
|
11850
11894
|
},
|
|
11851
11895
|
"locationInModule": {
|
|
11852
11896
|
"filename": "src/image-builders/components.ts",
|
|
11853
|
-
"line":
|
|
11897
|
+
"line": 496
|
|
11854
11898
|
},
|
|
11855
11899
|
"name": "lambdaEntrypoint",
|
|
11856
11900
|
"returns": {
|
|
@@ -11902,7 +11946,7 @@
|
|
|
11902
11946
|
},
|
|
11903
11947
|
"locationInModule": {
|
|
11904
11948
|
"filename": "src/image-builders/components.ts",
|
|
11905
|
-
"line":
|
|
11949
|
+
"line": 545
|
|
11906
11950
|
},
|
|
11907
11951
|
"name": "getAssets",
|
|
11908
11952
|
"parameters": [
|
|
@@ -11939,7 +11983,7 @@
|
|
|
11939
11983
|
},
|
|
11940
11984
|
"locationInModule": {
|
|
11941
11985
|
"filename": "src/image-builders/components.ts",
|
|
11942
|
-
"line":
|
|
11986
|
+
"line": 540
|
|
11943
11987
|
},
|
|
11944
11988
|
"name": "getCommands",
|
|
11945
11989
|
"parameters": [
|
|
@@ -11975,7 +12019,7 @@
|
|
|
11975
12019
|
},
|
|
11976
12020
|
"locationInModule": {
|
|
11977
12021
|
"filename": "src/image-builders/components.ts",
|
|
11978
|
-
"line":
|
|
12022
|
+
"line": 554
|
|
11979
12023
|
},
|
|
11980
12024
|
"name": "getDockerCommands",
|
|
11981
12025
|
"parameters": [
|
|
@@ -12010,7 +12054,7 @@
|
|
|
12010
12054
|
},
|
|
12011
12055
|
"locationInModule": {
|
|
12012
12056
|
"filename": "src/image-builders/components.ts",
|
|
12013
|
-
"line":
|
|
12057
|
+
"line": 561
|
|
12014
12058
|
},
|
|
12015
12059
|
"name": "shouldReboot",
|
|
12016
12060
|
"parameters": [
|
|
@@ -12046,7 +12090,7 @@
|
|
|
12046
12090
|
"immutable": true,
|
|
12047
12091
|
"locationInModule": {
|
|
12048
12092
|
"filename": "src/image-builders/components.ts",
|
|
12049
|
-
"line":
|
|
12093
|
+
"line": 535
|
|
12050
12094
|
},
|
|
12051
12095
|
"name": "name",
|
|
12052
12096
|
"type": {
|
|
@@ -12169,7 +12213,7 @@
|
|
|
12169
12213
|
"kind": "interface",
|
|
12170
12214
|
"locationInModule": {
|
|
12171
12215
|
"filename": "src/providers/common.ts",
|
|
12172
|
-
"line":
|
|
12216
|
+
"line": 279
|
|
12173
12217
|
},
|
|
12174
12218
|
"name": "RunnerProviderProps",
|
|
12175
12219
|
"properties": [
|
|
@@ -12184,7 +12228,7 @@
|
|
|
12184
12228
|
"immutable": true,
|
|
12185
12229
|
"locationInModule": {
|
|
12186
12230
|
"filename": "src/providers/common.ts",
|
|
12187
|
-
"line":
|
|
12231
|
+
"line": 287
|
|
12188
12232
|
},
|
|
12189
12233
|
"name": "logRetention",
|
|
12190
12234
|
"optional": true,
|
|
@@ -12201,7 +12245,7 @@
|
|
|
12201
12245
|
"immutable": true,
|
|
12202
12246
|
"locationInModule": {
|
|
12203
12247
|
"filename": "src/providers/common.ts",
|
|
12204
|
-
"line":
|
|
12248
|
+
"line": 292
|
|
12205
12249
|
},
|
|
12206
12250
|
"name": "retryOptions",
|
|
12207
12251
|
"optional": true,
|
|
@@ -12224,7 +12268,7 @@
|
|
|
12224
12268
|
"kind": "interface",
|
|
12225
12269
|
"locationInModule": {
|
|
12226
12270
|
"filename": "src/providers/common.ts",
|
|
12227
|
-
"line":
|
|
12271
|
+
"line": 304
|
|
12228
12272
|
},
|
|
12229
12273
|
"name": "RunnerRuntimeParameters",
|
|
12230
12274
|
"properties": [
|
|
@@ -12238,7 +12282,7 @@
|
|
|
12238
12282
|
"immutable": true,
|
|
12239
12283
|
"locationInModule": {
|
|
12240
12284
|
"filename": "src/providers/common.ts",
|
|
12241
|
-
"line":
|
|
12285
|
+
"line": 318
|
|
12242
12286
|
},
|
|
12243
12287
|
"name": "githubDomainPath",
|
|
12244
12288
|
"type": {
|
|
@@ -12254,7 +12298,7 @@
|
|
|
12254
12298
|
"immutable": true,
|
|
12255
12299
|
"locationInModule": {
|
|
12256
12300
|
"filename": "src/providers/common.ts",
|
|
12257
|
-
"line":
|
|
12301
|
+
"line": 323
|
|
12258
12302
|
},
|
|
12259
12303
|
"name": "ownerPath",
|
|
12260
12304
|
"type": {
|
|
@@ -12270,7 +12314,7 @@
|
|
|
12270
12314
|
"immutable": true,
|
|
12271
12315
|
"locationInModule": {
|
|
12272
12316
|
"filename": "src/providers/common.ts",
|
|
12273
|
-
"line":
|
|
12317
|
+
"line": 328
|
|
12274
12318
|
},
|
|
12275
12319
|
"name": "repoPath",
|
|
12276
12320
|
"type": {
|
|
@@ -12287,7 +12331,7 @@
|
|
|
12287
12331
|
"immutable": true,
|
|
12288
12332
|
"locationInModule": {
|
|
12289
12333
|
"filename": "src/providers/common.ts",
|
|
12290
|
-
"line":
|
|
12334
|
+
"line": 313
|
|
12291
12335
|
},
|
|
12292
12336
|
"name": "runnerNamePath",
|
|
12293
12337
|
"type": {
|
|
@@ -12303,7 +12347,7 @@
|
|
|
12303
12347
|
"immutable": true,
|
|
12304
12348
|
"locationInModule": {
|
|
12305
12349
|
"filename": "src/providers/common.ts",
|
|
12306
|
-
"line":
|
|
12350
|
+
"line": 308
|
|
12307
12351
|
},
|
|
12308
12352
|
"name": "runnerTokenPath",
|
|
12309
12353
|
"type": {
|
|
@@ -12326,7 +12370,7 @@
|
|
|
12326
12370
|
},
|
|
12327
12371
|
"locationInModule": {
|
|
12328
12372
|
"filename": "src/providers/common.ts",
|
|
12329
|
-
"line":
|
|
12373
|
+
"line": 37
|
|
12330
12374
|
},
|
|
12331
12375
|
"parameters": [
|
|
12332
12376
|
{
|
|
@@ -12341,7 +12385,7 @@
|
|
|
12341
12385
|
"kind": "class",
|
|
12342
12386
|
"locationInModule": {
|
|
12343
12387
|
"filename": "src/providers/common.ts",
|
|
12344
|
-
"line":
|
|
12388
|
+
"line": 18
|
|
12345
12389
|
},
|
|
12346
12390
|
"methods": [
|
|
12347
12391
|
{
|
|
@@ -12351,7 +12395,7 @@
|
|
|
12351
12395
|
},
|
|
12352
12396
|
"locationInModule": {
|
|
12353
12397
|
"filename": "src/providers/common.ts",
|
|
12354
|
-
"line":
|
|
12398
|
+
"line": 22
|
|
12355
12399
|
},
|
|
12356
12400
|
"name": "latest",
|
|
12357
12401
|
"returns": {
|
|
@@ -12369,7 +12413,7 @@
|
|
|
12369
12413
|
},
|
|
12370
12414
|
"locationInModule": {
|
|
12371
12415
|
"filename": "src/providers/common.ts",
|
|
12372
|
-
"line":
|
|
12416
|
+
"line": 33
|
|
12373
12417
|
},
|
|
12374
12418
|
"name": "specific",
|
|
12375
12419
|
"parameters": [
|
|
@@ -12397,7 +12441,7 @@
|
|
|
12397
12441
|
},
|
|
12398
12442
|
"locationInModule": {
|
|
12399
12443
|
"filename": "src/providers/common.ts",
|
|
12400
|
-
"line":
|
|
12444
|
+
"line": 45
|
|
12401
12445
|
},
|
|
12402
12446
|
"name": "is",
|
|
12403
12447
|
"parameters": [
|
|
@@ -12427,7 +12471,7 @@
|
|
|
12427
12471
|
"immutable": true,
|
|
12428
12472
|
"locationInModule": {
|
|
12429
12473
|
"filename": "src/providers/common.ts",
|
|
12430
|
-
"line":
|
|
12474
|
+
"line": 37
|
|
12431
12475
|
},
|
|
12432
12476
|
"name": "version",
|
|
12433
12477
|
"type": {
|
|
@@ -12930,6 +12974,6 @@
|
|
|
12930
12974
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
12931
12975
|
}
|
|
12932
12976
|
},
|
|
12933
|
-
"version": "0.10.
|
|
12934
|
-
"fingerprint": "
|
|
12977
|
+
"version": "0.10.3",
|
|
12978
|
+
"fingerprint": "AYyfAYvwgR45c5Do+7mQmlWMzqvOxbJ4WoFcX3xTZLI="
|
|
12935
12979
|
}
|