@cloudsnorkel/cdk-github-runners 0.6.1 → 0.7.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 +295 -268
- package/API.md +148 -140
- package/lib/lambdas/update-lambda/index.js +370 -120
- package/lib/providers/codebuild.d.ts +11 -9
- package/lib/providers/codebuild.js +17 -5
- package/lib/providers/common.d.ts +2 -10
- package/lib/providers/common.js +4 -4
- package/lib/providers/ec2.d.ts +27 -10
- package/lib/providers/ec2.js +13 -8
- package/lib/providers/fargate.d.ts +10 -5
- package/lib/providers/fargate.js +6 -6
- package/lib/providers/image-builders/ami.d.ts +11 -3
- package/lib/providers/image-builders/ami.js +3 -2
- package/lib/providers/image-builders/codebuild.js +1 -1
- package/lib/providers/image-builders/common.d.ts +10 -5
- package/lib/providers/image-builders/common.js +19 -6
- package/lib/providers/image-builders/container.d.ts +10 -2
- package/lib/providers/image-builders/container.js +3 -3
- package/lib/providers/image-builders/linux-components.js +1 -1
- package/lib/providers/image-builders/static.js +1 -1
- package/lib/providers/image-builders/windows-components.js +1 -1
- package/lib/providers/lambda.d.ts +26 -24
- package/lib/providers/lambda.js +6 -6
- package/lib/runner.js +1 -1
- package/lib/secrets.js +1 -1
- package/package.json +8 -7
package/.jsii
CHANGED
|
@@ -3811,7 +3811,7 @@
|
|
|
3811
3811
|
},
|
|
3812
3812
|
"locationInModule": {
|
|
3813
3813
|
"filename": "src/providers/codebuild.ts",
|
|
3814
|
-
"line":
|
|
3814
|
+
"line": 162
|
|
3815
3815
|
},
|
|
3816
3816
|
"parameters": [
|
|
3817
3817
|
{
|
|
@@ -3840,7 +3840,7 @@
|
|
|
3840
3840
|
"kind": "class",
|
|
3841
3841
|
"locationInModule": {
|
|
3842
3842
|
"filename": "src/providers/codebuild.ts",
|
|
3843
|
-
"line":
|
|
3843
|
+
"line": 112
|
|
3844
3844
|
},
|
|
3845
3845
|
"methods": [
|
|
3846
3846
|
{
|
|
@@ -3851,7 +3851,7 @@
|
|
|
3851
3851
|
},
|
|
3852
3852
|
"locationInModule": {
|
|
3853
3853
|
"filename": "src/providers/codebuild.ts",
|
|
3854
|
-
"line":
|
|
3854
|
+
"line": 285
|
|
3855
3855
|
},
|
|
3856
3856
|
"name": "getStepFunctionTask",
|
|
3857
3857
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -3880,7 +3880,7 @@
|
|
|
3880
3880
|
},
|
|
3881
3881
|
"locationInModule": {
|
|
3882
3882
|
"filename": "src/providers/codebuild.ts",
|
|
3883
|
-
"line":
|
|
3883
|
+
"line": 322
|
|
3884
3884
|
},
|
|
3885
3885
|
"name": "grantStateMachine",
|
|
3886
3886
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -3899,7 +3899,7 @@
|
|
|
3899
3899
|
},
|
|
3900
3900
|
"locationInModule": {
|
|
3901
3901
|
"filename": "src/providers/common.ts",
|
|
3902
|
-
"line":
|
|
3902
|
+
"line": 416
|
|
3903
3903
|
},
|
|
3904
3904
|
"name": "labelsFromProperties",
|
|
3905
3905
|
"parameters": [
|
|
@@ -3949,7 +3949,7 @@
|
|
|
3949
3949
|
},
|
|
3950
3950
|
"locationInModule": {
|
|
3951
3951
|
"filename": "src/providers/codebuild.ts",
|
|
3952
|
-
"line":
|
|
3952
|
+
"line": 325
|
|
3953
3953
|
},
|
|
3954
3954
|
"name": "status",
|
|
3955
3955
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -3980,7 +3980,7 @@
|
|
|
3980
3980
|
"immutable": true,
|
|
3981
3981
|
"locationInModule": {
|
|
3982
3982
|
"filename": "src/providers/codebuild.ts",
|
|
3983
|
-
"line":
|
|
3983
|
+
"line": 137
|
|
3984
3984
|
},
|
|
3985
3985
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
3986
3986
|
"static": true,
|
|
@@ -3998,7 +3998,7 @@
|
|
|
3998
3998
|
"immutable": true,
|
|
3999
3999
|
"locationInModule": {
|
|
4000
4000
|
"filename": "src/providers/codebuild.ts",
|
|
4001
|
-
"line":
|
|
4001
|
+
"line": 124
|
|
4002
4002
|
},
|
|
4003
4003
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
4004
4004
|
"static": true,
|
|
@@ -4014,7 +4014,7 @@
|
|
|
4014
4014
|
"immutable": true,
|
|
4015
4015
|
"locationInModule": {
|
|
4016
4016
|
"filename": "src/providers/codebuild.ts",
|
|
4017
|
-
"line":
|
|
4017
|
+
"line": 345
|
|
4018
4018
|
},
|
|
4019
4019
|
"name": "connections",
|
|
4020
4020
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4030,7 +4030,7 @@
|
|
|
4030
4030
|
"immutable": true,
|
|
4031
4031
|
"locationInModule": {
|
|
4032
4032
|
"filename": "src/providers/codebuild.ts",
|
|
4033
|
-
"line":
|
|
4033
|
+
"line": 152
|
|
4034
4034
|
},
|
|
4035
4035
|
"name": "grantPrincipal",
|
|
4036
4036
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -4047,7 +4047,7 @@
|
|
|
4047
4047
|
"immutable": true,
|
|
4048
4048
|
"locationInModule": {
|
|
4049
4049
|
"filename": "src/providers/codebuild.ts",
|
|
4050
|
-
"line":
|
|
4050
|
+
"line": 157
|
|
4051
4051
|
},
|
|
4052
4052
|
"name": "image",
|
|
4053
4053
|
"type": {
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
"immutable": true,
|
|
4063
4063
|
"locationInModule": {
|
|
4064
4064
|
"filename": "src/providers/codebuild.ts",
|
|
4065
|
-
"line":
|
|
4065
|
+
"line": 147
|
|
4066
4066
|
},
|
|
4067
4067
|
"name": "labels",
|
|
4068
4068
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4083,46 +4083,12 @@
|
|
|
4083
4083
|
"immutable": true,
|
|
4084
4084
|
"locationInModule": {
|
|
4085
4085
|
"filename": "src/providers/codebuild.ts",
|
|
4086
|
-
"line":
|
|
4086
|
+
"line": 142
|
|
4087
4087
|
},
|
|
4088
4088
|
"name": "project",
|
|
4089
4089
|
"type": {
|
|
4090
4090
|
"fqn": "aws-cdk-lib.aws_codebuild.Project"
|
|
4091
4091
|
}
|
|
4092
|
-
},
|
|
4093
|
-
{
|
|
4094
|
-
"docs": {
|
|
4095
|
-
"stability": "experimental",
|
|
4096
|
-
"summary": "Security group attached to the task."
|
|
4097
|
-
},
|
|
4098
|
-
"immutable": true,
|
|
4099
|
-
"locationInModule": {
|
|
4100
|
-
"filename": "src/providers/codebuild.ts",
|
|
4101
|
-
"line": 148
|
|
4102
|
-
},
|
|
4103
|
-
"name": "securityGroup",
|
|
4104
|
-
"optional": true,
|
|
4105
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
4106
|
-
"type": {
|
|
4107
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4108
|
-
}
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"docs": {
|
|
4112
|
-
"stability": "experimental",
|
|
4113
|
-
"summary": "VPC used for hosting the project."
|
|
4114
|
-
},
|
|
4115
|
-
"immutable": true,
|
|
4116
|
-
"locationInModule": {
|
|
4117
|
-
"filename": "src/providers/codebuild.ts",
|
|
4118
|
-
"line": 143
|
|
4119
|
-
},
|
|
4120
|
-
"name": "vpc",
|
|
4121
|
-
"optional": true,
|
|
4122
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
4123
|
-
"type": {
|
|
4124
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
4125
|
-
}
|
|
4126
4092
|
}
|
|
4127
4093
|
],
|
|
4128
4094
|
"symbolId": "src/providers/codebuild:CodeBuildRunner"
|
|
@@ -4155,7 +4121,7 @@
|
|
|
4155
4121
|
"immutable": true,
|
|
4156
4122
|
"locationInModule": {
|
|
4157
4123
|
"filename": "src/providers/codebuild.ts",
|
|
4158
|
-
"line":
|
|
4124
|
+
"line": 93
|
|
4159
4125
|
},
|
|
4160
4126
|
"name": "computeType",
|
|
4161
4127
|
"optional": true,
|
|
@@ -4229,13 +4195,14 @@
|
|
|
4229
4195
|
"abstract": true,
|
|
4230
4196
|
"docs": {
|
|
4231
4197
|
"default": "public project with no security group",
|
|
4232
|
-
"
|
|
4233
|
-
"
|
|
4198
|
+
"deprecated": "use {@link securityGroups}",
|
|
4199
|
+
"stability": "deprecated",
|
|
4200
|
+
"summary": "Security group to assign to this instance."
|
|
4234
4201
|
},
|
|
4235
4202
|
"immutable": true,
|
|
4236
4203
|
"locationInModule": {
|
|
4237
4204
|
"filename": "src/providers/codebuild.ts",
|
|
4238
|
-
"line":
|
|
4205
|
+
"line": 71
|
|
4239
4206
|
},
|
|
4240
4207
|
"name": "securityGroup",
|
|
4241
4208
|
"optional": true,
|
|
@@ -4243,6 +4210,29 @@
|
|
|
4243
4210
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4244
4211
|
}
|
|
4245
4212
|
},
|
|
4213
|
+
{
|
|
4214
|
+
"abstract": true,
|
|
4215
|
+
"docs": {
|
|
4216
|
+
"default": "a new security group, if {@link vpc} is used",
|
|
4217
|
+
"stability": "experimental",
|
|
4218
|
+
"summary": "Security groups to assign to this instance."
|
|
4219
|
+
},
|
|
4220
|
+
"immutable": true,
|
|
4221
|
+
"locationInModule": {
|
|
4222
|
+
"filename": "src/providers/codebuild.ts",
|
|
4223
|
+
"line": 78
|
|
4224
|
+
},
|
|
4225
|
+
"name": "securityGroups",
|
|
4226
|
+
"optional": true,
|
|
4227
|
+
"type": {
|
|
4228
|
+
"collection": {
|
|
4229
|
+
"elementtype": {
|
|
4230
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4231
|
+
},
|
|
4232
|
+
"kind": "array"
|
|
4233
|
+
}
|
|
4234
|
+
}
|
|
4235
|
+
},
|
|
4246
4236
|
{
|
|
4247
4237
|
"abstract": true,
|
|
4248
4238
|
"docs": {
|
|
@@ -4253,7 +4243,7 @@
|
|
|
4253
4243
|
"immutable": true,
|
|
4254
4244
|
"locationInModule": {
|
|
4255
4245
|
"filename": "src/providers/codebuild.ts",
|
|
4256
|
-
"line":
|
|
4246
|
+
"line": 85
|
|
4257
4247
|
},
|
|
4258
4248
|
"name": "subnetSelection",
|
|
4259
4249
|
"optional": true,
|
|
@@ -4272,7 +4262,7 @@
|
|
|
4272
4262
|
"immutable": true,
|
|
4273
4263
|
"locationInModule": {
|
|
4274
4264
|
"filename": "src/providers/codebuild.ts",
|
|
4275
|
-
"line":
|
|
4265
|
+
"line": 102
|
|
4276
4266
|
},
|
|
4277
4267
|
"name": "timeout",
|
|
4278
4268
|
"optional": true,
|
|
@@ -4316,7 +4306,7 @@
|
|
|
4316
4306
|
},
|
|
4317
4307
|
"locationInModule": {
|
|
4318
4308
|
"filename": "src/providers/image-builders/container.ts",
|
|
4319
|
-
"line":
|
|
4309
|
+
"line": 230
|
|
4320
4310
|
},
|
|
4321
4311
|
"parameters": [
|
|
4322
4312
|
{
|
|
@@ -4341,12 +4331,13 @@
|
|
|
4341
4331
|
]
|
|
4342
4332
|
},
|
|
4343
4333
|
"interfaces": [
|
|
4344
|
-
"@cloudsnorkel/cdk-github-runners.IImageBuilder"
|
|
4334
|
+
"@cloudsnorkel/cdk-github-runners.IImageBuilder",
|
|
4335
|
+
"aws-cdk-lib.aws_ec2.IConnectable"
|
|
4345
4336
|
],
|
|
4346
4337
|
"kind": "class",
|
|
4347
4338
|
"locationInModule": {
|
|
4348
4339
|
"filename": "src/providers/image-builders/container.ts",
|
|
4349
|
-
"line":
|
|
4340
|
+
"line": 225
|
|
4350
4341
|
},
|
|
4351
4342
|
"methods": [
|
|
4352
4343
|
{
|
|
@@ -4356,7 +4347,7 @@
|
|
|
4356
4347
|
},
|
|
4357
4348
|
"locationInModule": {
|
|
4358
4349
|
"filename": "src/providers/image-builders/container.ts",
|
|
4359
|
-
"line":
|
|
4350
|
+
"line": 292
|
|
4360
4351
|
},
|
|
4361
4352
|
"name": "addComponent",
|
|
4362
4353
|
"parameters": [
|
|
@@ -4376,7 +4367,7 @@
|
|
|
4376
4367
|
},
|
|
4377
4368
|
"locationInModule": {
|
|
4378
4369
|
"filename": "src/providers/image-builders/container.ts",
|
|
4379
|
-
"line":
|
|
4370
|
+
"line": 309
|
|
4380
4371
|
},
|
|
4381
4372
|
"name": "addExtraCertificates",
|
|
4382
4373
|
"parameters": [
|
|
@@ -4398,7 +4389,7 @@
|
|
|
4398
4389
|
},
|
|
4399
4390
|
"locationInModule": {
|
|
4400
4391
|
"filename": "src/providers/image-builders/container.ts",
|
|
4401
|
-
"line":
|
|
4392
|
+
"line": 330
|
|
4402
4393
|
},
|
|
4403
4394
|
"name": "bind",
|
|
4404
4395
|
"overrides": "@cloudsnorkel/cdk-github-runners.IImageBuilder",
|
|
@@ -4414,7 +4405,7 @@
|
|
|
4414
4405
|
},
|
|
4415
4406
|
"locationInModule": {
|
|
4416
4407
|
"filename": "src/providers/image-builders/common.ts",
|
|
4417
|
-
"line":
|
|
4408
|
+
"line": 452
|
|
4418
4409
|
},
|
|
4419
4410
|
"name": "createImage",
|
|
4420
4411
|
"parameters": [
|
|
@@ -4464,7 +4455,7 @@
|
|
|
4464
4455
|
},
|
|
4465
4456
|
"locationInModule": {
|
|
4466
4457
|
"filename": "src/providers/image-builders/common.ts",
|
|
4467
|
-
"line":
|
|
4458
|
+
"line": 428
|
|
4468
4459
|
},
|
|
4469
4460
|
"name": "createInfrastructure",
|
|
4470
4461
|
"parameters": [
|
|
@@ -4493,7 +4484,7 @@
|
|
|
4493
4484
|
},
|
|
4494
4485
|
"locationInModule": {
|
|
4495
4486
|
"filename": "src/providers/image-builders/common.ts",
|
|
4496
|
-
"line":
|
|
4487
|
+
"line": 420
|
|
4497
4488
|
},
|
|
4498
4489
|
"name": "createLog",
|
|
4499
4490
|
"parameters": [
|
|
@@ -4517,7 +4508,7 @@
|
|
|
4517
4508
|
},
|
|
4518
4509
|
"locationInModule": {
|
|
4519
4510
|
"filename": "src/providers/image-builders/common.ts",
|
|
4520
|
-
"line":
|
|
4511
|
+
"line": 469
|
|
4521
4512
|
},
|
|
4522
4513
|
"name": "createPipeline",
|
|
4523
4514
|
"parameters": [
|
|
@@ -4569,7 +4560,7 @@
|
|
|
4569
4560
|
},
|
|
4570
4561
|
"locationInModule": {
|
|
4571
4562
|
"filename": "src/providers/image-builders/container.ts",
|
|
4572
|
-
"line":
|
|
4563
|
+
"line": 278
|
|
4573
4564
|
},
|
|
4574
4565
|
"name": "prependComponent",
|
|
4575
4566
|
"parameters": [
|
|
@@ -4599,6 +4590,22 @@
|
|
|
4599
4590
|
"fqn": "@cloudsnorkel/cdk-github-runners.Architecture"
|
|
4600
4591
|
}
|
|
4601
4592
|
},
|
|
4593
|
+
{
|
|
4594
|
+
"docs": {
|
|
4595
|
+
"stability": "experimental",
|
|
4596
|
+
"summary": "The network connections associated with this resource."
|
|
4597
|
+
},
|
|
4598
|
+
"immutable": true,
|
|
4599
|
+
"locationInModule": {
|
|
4600
|
+
"filename": "src/providers/image-builders/common.ts",
|
|
4601
|
+
"line": 499
|
|
4602
|
+
},
|
|
4603
|
+
"name": "connections",
|
|
4604
|
+
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
4605
|
+
"type": {
|
|
4606
|
+
"fqn": "aws-cdk-lib.aws_ec2.Connections"
|
|
4607
|
+
}
|
|
4608
|
+
},
|
|
4602
4609
|
{
|
|
4603
4610
|
"docs": {
|
|
4604
4611
|
"stability": "experimental"
|
|
@@ -4651,7 +4658,7 @@
|
|
|
4651
4658
|
"immutable": true,
|
|
4652
4659
|
"locationInModule": {
|
|
4653
4660
|
"filename": "src/providers/image-builders/container.ts",
|
|
4654
|
-
"line":
|
|
4661
|
+
"line": 226
|
|
4655
4662
|
},
|
|
4656
4663
|
"name": "repository",
|
|
4657
4664
|
"type": {
|
|
@@ -4738,7 +4745,7 @@
|
|
|
4738
4745
|
"immutable": true,
|
|
4739
4746
|
"locationInModule": {
|
|
4740
4747
|
"filename": "src/providers/image-builders/container.ts",
|
|
4741
|
-
"line":
|
|
4748
|
+
"line": 102
|
|
4742
4749
|
},
|
|
4743
4750
|
"name": "instanceType",
|
|
4744
4751
|
"optional": true,
|
|
@@ -4757,7 +4764,7 @@
|
|
|
4757
4764
|
"immutable": true,
|
|
4758
4765
|
"locationInModule": {
|
|
4759
4766
|
"filename": "src/providers/image-builders/container.ts",
|
|
4760
|
-
"line":
|
|
4767
|
+
"line": 120
|
|
4761
4768
|
},
|
|
4762
4769
|
"name": "logRemovalPolicy",
|
|
4763
4770
|
"optional": true,
|
|
@@ -4776,7 +4783,7 @@
|
|
|
4776
4783
|
"immutable": true,
|
|
4777
4784
|
"locationInModule": {
|
|
4778
4785
|
"filename": "src/providers/image-builders/container.ts",
|
|
4779
|
-
"line":
|
|
4786
|
+
"line": 111
|
|
4780
4787
|
},
|
|
4781
4788
|
"name": "logRetention",
|
|
4782
4789
|
"optional": true,
|
|
@@ -4861,14 +4868,15 @@
|
|
|
4861
4868
|
{
|
|
4862
4869
|
"abstract": true,
|
|
4863
4870
|
"docs": {
|
|
4864
|
-
"default": "
|
|
4865
|
-
"
|
|
4866
|
-
"
|
|
4871
|
+
"default": "new security group",
|
|
4872
|
+
"deprecated": "use {@link securityGroups}",
|
|
4873
|
+
"stability": "deprecated",
|
|
4874
|
+
"summary": "Security group to assign to launched builder instances."
|
|
4867
4875
|
},
|
|
4868
4876
|
"immutable": true,
|
|
4869
4877
|
"locationInModule": {
|
|
4870
4878
|
"filename": "src/providers/image-builders/container.ts",
|
|
4871
|
-
"line":
|
|
4879
|
+
"line": 81
|
|
4872
4880
|
},
|
|
4873
4881
|
"name": "securityGroup",
|
|
4874
4882
|
"optional": true,
|
|
@@ -4876,6 +4884,29 @@
|
|
|
4876
4884
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4877
4885
|
}
|
|
4878
4886
|
},
|
|
4887
|
+
{
|
|
4888
|
+
"abstract": true,
|
|
4889
|
+
"docs": {
|
|
4890
|
+
"default": "new security group",
|
|
4891
|
+
"stability": "experimental",
|
|
4892
|
+
"summary": "Security groups to assign to launched builder instances."
|
|
4893
|
+
},
|
|
4894
|
+
"immutable": true,
|
|
4895
|
+
"locationInModule": {
|
|
4896
|
+
"filename": "src/providers/image-builders/container.ts",
|
|
4897
|
+
"line": 88
|
|
4898
|
+
},
|
|
4899
|
+
"name": "securityGroups",
|
|
4900
|
+
"optional": true,
|
|
4901
|
+
"type": {
|
|
4902
|
+
"collection": {
|
|
4903
|
+
"elementtype": {
|
|
4904
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
4905
|
+
},
|
|
4906
|
+
"kind": "array"
|
|
4907
|
+
}
|
|
4908
|
+
}
|
|
4909
|
+
},
|
|
4879
4910
|
{
|
|
4880
4911
|
"abstract": true,
|
|
4881
4912
|
"docs": {
|
|
@@ -4886,7 +4917,7 @@
|
|
|
4886
4917
|
"immutable": true,
|
|
4887
4918
|
"locationInModule": {
|
|
4888
4919
|
"filename": "src/providers/image-builders/container.ts",
|
|
4889
|
-
"line":
|
|
4920
|
+
"line": 95
|
|
4890
4921
|
},
|
|
4891
4922
|
"name": "subnetSelection",
|
|
4892
4923
|
"optional": true,
|
|
@@ -4930,7 +4961,7 @@
|
|
|
4930
4961
|
},
|
|
4931
4962
|
"locationInModule": {
|
|
4932
4963
|
"filename": "src/providers/ec2.ts",
|
|
4933
|
-
"line":
|
|
4964
|
+
"line": 240
|
|
4934
4965
|
},
|
|
4935
4966
|
"parameters": [
|
|
4936
4967
|
{
|
|
@@ -4959,7 +4990,7 @@
|
|
|
4959
4990
|
"kind": "class",
|
|
4960
4991
|
"locationInModule": {
|
|
4961
4992
|
"filename": "src/providers/ec2.ts",
|
|
4962
|
-
"line":
|
|
4993
|
+
"line": 218
|
|
4963
4994
|
},
|
|
4964
4995
|
"methods": [
|
|
4965
4996
|
{
|
|
@@ -4970,7 +5001,7 @@
|
|
|
4970
5001
|
},
|
|
4971
5002
|
"locationInModule": {
|
|
4972
5003
|
"filename": "src/providers/ec2.ts",
|
|
4973
|
-
"line":
|
|
5004
|
+
"line": 292
|
|
4974
5005
|
},
|
|
4975
5006
|
"name": "getStepFunctionTask",
|
|
4976
5007
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4999,7 +5030,7 @@
|
|
|
4999
5030
|
},
|
|
5000
5031
|
"locationInModule": {
|
|
5001
5032
|
"filename": "src/providers/ec2.ts",
|
|
5002
|
-
"line":
|
|
5033
|
+
"line": 368
|
|
5003
5034
|
},
|
|
5004
5035
|
"name": "grantStateMachine",
|
|
5005
5036
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5018,7 +5049,7 @@
|
|
|
5018
5049
|
},
|
|
5019
5050
|
"locationInModule": {
|
|
5020
5051
|
"filename": "src/providers/common.ts",
|
|
5021
|
-
"line":
|
|
5052
|
+
"line": 416
|
|
5022
5053
|
},
|
|
5023
5054
|
"name": "labelsFromProperties",
|
|
5024
5055
|
"parameters": [
|
|
@@ -5068,7 +5099,7 @@
|
|
|
5068
5099
|
},
|
|
5069
5100
|
"locationInModule": {
|
|
5070
5101
|
"filename": "src/providers/ec2.ts",
|
|
5071
|
-
"line":
|
|
5102
|
+
"line": 388
|
|
5072
5103
|
},
|
|
5073
5104
|
"name": "status",
|
|
5074
5105
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5097,7 +5128,7 @@
|
|
|
5097
5128
|
"immutable": true,
|
|
5098
5129
|
"locationInModule": {
|
|
5099
5130
|
"filename": "src/providers/ec2.ts",
|
|
5100
|
-
"line":
|
|
5131
|
+
"line": 409
|
|
5101
5132
|
},
|
|
5102
5133
|
"name": "connections",
|
|
5103
5134
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5113,7 +5144,7 @@
|
|
|
5113
5144
|
"immutable": true,
|
|
5114
5145
|
"locationInModule": {
|
|
5115
5146
|
"filename": "src/providers/ec2.ts",
|
|
5116
|
-
"line":
|
|
5147
|
+
"line": 227
|
|
5117
5148
|
},
|
|
5118
5149
|
"name": "grantPrincipal",
|
|
5119
5150
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5129,7 +5160,7 @@
|
|
|
5129
5160
|
"immutable": true,
|
|
5130
5161
|
"locationInModule": {
|
|
5131
5162
|
"filename": "src/providers/ec2.ts",
|
|
5132
|
-
"line":
|
|
5163
|
+
"line": 222
|
|
5133
5164
|
},
|
|
5134
5165
|
"name": "labels",
|
|
5135
5166
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5141,39 +5172,6 @@
|
|
|
5141
5172
|
"kind": "array"
|
|
5142
5173
|
}
|
|
5143
5174
|
}
|
|
5144
|
-
},
|
|
5145
|
-
{
|
|
5146
|
-
"docs": {
|
|
5147
|
-
"stability": "experimental",
|
|
5148
|
-
"summary": "Security group attached to launched instances."
|
|
5149
|
-
},
|
|
5150
|
-
"immutable": true,
|
|
5151
|
-
"locationInModule": {
|
|
5152
|
-
"filename": "src/providers/ec2.ts",
|
|
5153
|
-
"line": 207
|
|
5154
|
-
},
|
|
5155
|
-
"name": "securityGroup",
|
|
5156
|
-
"optional": true,
|
|
5157
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5158
|
-
"type": {
|
|
5159
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5160
|
-
}
|
|
5161
|
-
},
|
|
5162
|
-
{
|
|
5163
|
-
"docs": {
|
|
5164
|
-
"stability": "experimental",
|
|
5165
|
-
"summary": "VPC subnet used for hosting launched instances."
|
|
5166
|
-
},
|
|
5167
|
-
"immutable": true,
|
|
5168
|
-
"locationInModule": {
|
|
5169
|
-
"filename": "src/providers/ec2.ts",
|
|
5170
|
-
"line": 202
|
|
5171
|
-
},
|
|
5172
|
-
"name": "subnet",
|
|
5173
|
-
"optional": true,
|
|
5174
|
-
"type": {
|
|
5175
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISubnet"
|
|
5176
|
-
}
|
|
5177
5175
|
}
|
|
5178
5176
|
],
|
|
5179
5177
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -5199,7 +5197,7 @@
|
|
|
5199
5197
|
{
|
|
5200
5198
|
"abstract": true,
|
|
5201
5199
|
"docs": {
|
|
5202
|
-
"default": "AMI builder for Ubuntu Linux",
|
|
5200
|
+
"default": "AMI builder for Ubuntu Linux on the same subnet as configured by {@link vpc} and {@link subnetSelection}",
|
|
5203
5201
|
"remarks": "On Linux, a user named `runner` is expected to exist with access to Docker.",
|
|
5204
5202
|
"stability": "experimental",
|
|
5205
5203
|
"summary": "AMI builder that creates AMIs with GitHub runner pre-configured."
|
|
@@ -5260,14 +5258,15 @@
|
|
|
5260
5258
|
{
|
|
5261
5259
|
"abstract": true,
|
|
5262
5260
|
"docs": {
|
|
5263
|
-
"default": "
|
|
5264
|
-
"
|
|
5261
|
+
"default": "a new security group",
|
|
5262
|
+
"deprecated": "use {@link securityGroups}",
|
|
5263
|
+
"stability": "deprecated",
|
|
5265
5264
|
"summary": "Security Group to assign to launched runner instances."
|
|
5266
5265
|
},
|
|
5267
5266
|
"immutable": true,
|
|
5268
5267
|
"locationInModule": {
|
|
5269
5268
|
"filename": "src/providers/ec2.ts",
|
|
5270
|
-
"line":
|
|
5269
|
+
"line": 166
|
|
5271
5270
|
},
|
|
5272
5271
|
"name": "securityGroup",
|
|
5273
5272
|
"optional": true,
|
|
@@ -5275,6 +5274,29 @@
|
|
|
5275
5274
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5276
5275
|
}
|
|
5277
5276
|
},
|
|
5277
|
+
{
|
|
5278
|
+
"abstract": true,
|
|
5279
|
+
"docs": {
|
|
5280
|
+
"default": "a new security group",
|
|
5281
|
+
"stability": "experimental",
|
|
5282
|
+
"summary": "Security groups to assign to launched runner instances."
|
|
5283
|
+
},
|
|
5284
|
+
"immutable": true,
|
|
5285
|
+
"locationInModule": {
|
|
5286
|
+
"filename": "src/providers/ec2.ts",
|
|
5287
|
+
"line": 173
|
|
5288
|
+
},
|
|
5289
|
+
"name": "securityGroups",
|
|
5290
|
+
"optional": true,
|
|
5291
|
+
"type": {
|
|
5292
|
+
"collection": {
|
|
5293
|
+
"elementtype": {
|
|
5294
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5295
|
+
},
|
|
5296
|
+
"kind": "array"
|
|
5297
|
+
}
|
|
5298
|
+
}
|
|
5299
|
+
},
|
|
5278
5300
|
{
|
|
5279
5301
|
"abstract": true,
|
|
5280
5302
|
"docs": {
|
|
@@ -5286,7 +5308,7 @@
|
|
|
5286
5308
|
"immutable": true,
|
|
5287
5309
|
"locationInModule": {
|
|
5288
5310
|
"filename": "src/providers/ec2.ts",
|
|
5289
|
-
"line":
|
|
5311
|
+
"line": 203
|
|
5290
5312
|
},
|
|
5291
5313
|
"name": "spot",
|
|
5292
5314
|
"optional": true,
|
|
@@ -5304,7 +5326,7 @@
|
|
|
5304
5326
|
"immutable": true,
|
|
5305
5327
|
"locationInModule": {
|
|
5306
5328
|
"filename": "src/providers/ec2.ts",
|
|
5307
|
-
"line":
|
|
5329
|
+
"line": 210
|
|
5308
5330
|
},
|
|
5309
5331
|
"name": "spotMaxPrice",
|
|
5310
5332
|
"optional": true,
|
|
@@ -5335,19 +5357,57 @@
|
|
|
5335
5357
|
"abstract": true,
|
|
5336
5358
|
"docs": {
|
|
5337
5359
|
"default": "default subnet of account's default VPC",
|
|
5338
|
-
"
|
|
5360
|
+
"deprecated": "use {@link vpc} and {@link subnetSelection}",
|
|
5361
|
+
"stability": "deprecated",
|
|
5339
5362
|
"summary": "Subnet where the runner instances will be launched."
|
|
5340
5363
|
},
|
|
5341
5364
|
"immutable": true,
|
|
5342
5365
|
"locationInModule": {
|
|
5343
5366
|
"filename": "src/providers/ec2.ts",
|
|
5344
|
-
"line":
|
|
5367
|
+
"line": 182
|
|
5345
5368
|
},
|
|
5346
5369
|
"name": "subnet",
|
|
5347
5370
|
"optional": true,
|
|
5348
5371
|
"type": {
|
|
5349
5372
|
"fqn": "aws-cdk-lib.aws_ec2.ISubnet"
|
|
5350
5373
|
}
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"abstract": true,
|
|
5377
|
+
"docs": {
|
|
5378
|
+
"default": "default VPC subnet",
|
|
5379
|
+
"remarks": "Only the first matched subnet will be used.",
|
|
5380
|
+
"stability": "experimental",
|
|
5381
|
+
"summary": "Where to place the network interfaces within the VPC."
|
|
5382
|
+
},
|
|
5383
|
+
"immutable": true,
|
|
5384
|
+
"locationInModule": {
|
|
5385
|
+
"filename": "src/providers/ec2.ts",
|
|
5386
|
+
"line": 196
|
|
5387
|
+
},
|
|
5388
|
+
"name": "subnetSelection",
|
|
5389
|
+
"optional": true,
|
|
5390
|
+
"type": {
|
|
5391
|
+
"fqn": "aws-cdk-lib.aws_ec2.SubnetSelection"
|
|
5392
|
+
}
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"abstract": true,
|
|
5396
|
+
"docs": {
|
|
5397
|
+
"default": "default account VPC",
|
|
5398
|
+
"stability": "experimental",
|
|
5399
|
+
"summary": "VPC where runner instances will be launched."
|
|
5400
|
+
},
|
|
5401
|
+
"immutable": true,
|
|
5402
|
+
"locationInModule": {
|
|
5403
|
+
"filename": "src/providers/ec2.ts",
|
|
5404
|
+
"line": 189
|
|
5405
|
+
},
|
|
5406
|
+
"name": "vpc",
|
|
5407
|
+
"optional": true,
|
|
5408
|
+
"type": {
|
|
5409
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
5410
|
+
}
|
|
5351
5411
|
}
|
|
5352
5412
|
],
|
|
5353
5413
|
"symbolId": "src/providers/ec2:Ec2RunnerProps"
|
|
@@ -5367,7 +5427,7 @@
|
|
|
5367
5427
|
},
|
|
5368
5428
|
"locationInModule": {
|
|
5369
5429
|
"filename": "src/providers/fargate.ts",
|
|
5370
|
-
"line":
|
|
5430
|
+
"line": 281
|
|
5371
5431
|
},
|
|
5372
5432
|
"parameters": [
|
|
5373
5433
|
{
|
|
@@ -5396,7 +5456,7 @@
|
|
|
5396
5456
|
"kind": "class",
|
|
5397
5457
|
"locationInModule": {
|
|
5398
5458
|
"filename": "src/providers/fargate.ts",
|
|
5399
|
-
"line":
|
|
5459
|
+
"line": 205
|
|
5400
5460
|
},
|
|
5401
5461
|
"methods": [
|
|
5402
5462
|
{
|
|
@@ -5407,7 +5467,7 @@
|
|
|
5407
5467
|
},
|
|
5408
5468
|
"locationInModule": {
|
|
5409
5469
|
"filename": "src/providers/fargate.ts",
|
|
5410
|
-
"line":
|
|
5470
|
+
"line": 364
|
|
5411
5471
|
},
|
|
5412
5472
|
"name": "getStepFunctionTask",
|
|
5413
5473
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5436,7 +5496,7 @@
|
|
|
5436
5496
|
},
|
|
5437
5497
|
"locationInModule": {
|
|
5438
5498
|
"filename": "src/providers/fargate.ts",
|
|
5439
|
-
"line":
|
|
5499
|
+
"line": 414
|
|
5440
5500
|
},
|
|
5441
5501
|
"name": "grantStateMachine",
|
|
5442
5502
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5455,7 +5515,7 @@
|
|
|
5455
5515
|
},
|
|
5456
5516
|
"locationInModule": {
|
|
5457
5517
|
"filename": "src/providers/common.ts",
|
|
5458
|
-
"line":
|
|
5518
|
+
"line": 416
|
|
5459
5519
|
},
|
|
5460
5520
|
"name": "labelsFromProperties",
|
|
5461
5521
|
"parameters": [
|
|
@@ -5505,7 +5565,7 @@
|
|
|
5505
5565
|
},
|
|
5506
5566
|
"locationInModule": {
|
|
5507
5567
|
"filename": "src/providers/fargate.ts",
|
|
5508
|
-
"line":
|
|
5568
|
+
"line": 417
|
|
5509
5569
|
},
|
|
5510
5570
|
"name": "status",
|
|
5511
5571
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5536,7 +5596,7 @@
|
|
|
5536
5596
|
"immutable": true,
|
|
5537
5597
|
"locationInModule": {
|
|
5538
5598
|
"filename": "src/providers/fargate.ts",
|
|
5539
|
-
"line":
|
|
5599
|
+
"line": 222
|
|
5540
5600
|
},
|
|
5541
5601
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
5542
5602
|
"static": true,
|
|
@@ -5554,7 +5614,7 @@
|
|
|
5554
5614
|
"immutable": true,
|
|
5555
5615
|
"locationInModule": {
|
|
5556
5616
|
"filename": "src/providers/fargate.ts",
|
|
5557
|
-
"line":
|
|
5617
|
+
"line": 213
|
|
5558
5618
|
},
|
|
5559
5619
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
5560
5620
|
"static": true,
|
|
@@ -5570,7 +5630,7 @@
|
|
|
5570
5630
|
"immutable": true,
|
|
5571
5631
|
"locationInModule": {
|
|
5572
5632
|
"filename": "src/providers/fargate.ts",
|
|
5573
|
-
"line":
|
|
5633
|
+
"line": 257
|
|
5574
5634
|
},
|
|
5575
5635
|
"name": "assignPublicIp",
|
|
5576
5636
|
"type": {
|
|
@@ -5585,7 +5645,7 @@
|
|
|
5585
5645
|
"immutable": true,
|
|
5586
5646
|
"locationInModule": {
|
|
5587
5647
|
"filename": "src/providers/fargate.ts",
|
|
5588
|
-
"line":
|
|
5648
|
+
"line": 227
|
|
5589
5649
|
},
|
|
5590
5650
|
"name": "cluster",
|
|
5591
5651
|
"type": {
|
|
@@ -5600,7 +5660,7 @@
|
|
|
5600
5660
|
"immutable": true,
|
|
5601
5661
|
"locationInModule": {
|
|
5602
5662
|
"filename": "src/providers/fargate.ts",
|
|
5603
|
-
"line":
|
|
5663
|
+
"line": 267
|
|
5604
5664
|
},
|
|
5605
5665
|
"name": "connections",
|
|
5606
5666
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5616,7 +5676,7 @@
|
|
|
5616
5676
|
"immutable": true,
|
|
5617
5677
|
"locationInModule": {
|
|
5618
5678
|
"filename": "src/providers/fargate.ts",
|
|
5619
|
-
"line":
|
|
5679
|
+
"line": 237
|
|
5620
5680
|
},
|
|
5621
5681
|
"name": "container",
|
|
5622
5682
|
"type": {
|
|
@@ -5631,7 +5691,7 @@
|
|
|
5631
5691
|
"immutable": true,
|
|
5632
5692
|
"locationInModule": {
|
|
5633
5693
|
"filename": "src/providers/fargate.ts",
|
|
5634
|
-
"line":
|
|
5694
|
+
"line": 262
|
|
5635
5695
|
},
|
|
5636
5696
|
"name": "grantPrincipal",
|
|
5637
5697
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5648,7 +5708,7 @@
|
|
|
5648
5708
|
"immutable": true,
|
|
5649
5709
|
"locationInModule": {
|
|
5650
5710
|
"filename": "src/providers/fargate.ts",
|
|
5651
|
-
"line":
|
|
5711
|
+
"line": 277
|
|
5652
5712
|
},
|
|
5653
5713
|
"name": "image",
|
|
5654
5714
|
"type": {
|
|
@@ -5663,7 +5723,7 @@
|
|
|
5663
5723
|
"immutable": true,
|
|
5664
5724
|
"locationInModule": {
|
|
5665
5725
|
"filename": "src/providers/fargate.ts",
|
|
5666
|
-
"line":
|
|
5726
|
+
"line": 242
|
|
5667
5727
|
},
|
|
5668
5728
|
"name": "labels",
|
|
5669
5729
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5684,7 +5744,7 @@
|
|
|
5684
5744
|
"immutable": true,
|
|
5685
5745
|
"locationInModule": {
|
|
5686
5746
|
"filename": "src/providers/fargate.ts",
|
|
5687
|
-
"line":
|
|
5747
|
+
"line": 272
|
|
5688
5748
|
},
|
|
5689
5749
|
"name": "spot",
|
|
5690
5750
|
"type": {
|
|
@@ -5699,30 +5759,13 @@
|
|
|
5699
5759
|
"immutable": true,
|
|
5700
5760
|
"locationInModule": {
|
|
5701
5761
|
"filename": "src/providers/fargate.ts",
|
|
5702
|
-
"line":
|
|
5762
|
+
"line": 232
|
|
5703
5763
|
},
|
|
5704
5764
|
"name": "task",
|
|
5705
5765
|
"type": {
|
|
5706
5766
|
"fqn": "aws-cdk-lib.aws_ecs.FargateTaskDefinition"
|
|
5707
5767
|
}
|
|
5708
5768
|
},
|
|
5709
|
-
{
|
|
5710
|
-
"docs": {
|
|
5711
|
-
"stability": "experimental",
|
|
5712
|
-
"summary": "Security group attached to the task."
|
|
5713
|
-
},
|
|
5714
|
-
"immutable": true,
|
|
5715
|
-
"locationInModule": {
|
|
5716
|
-
"filename": "src/providers/fargate.ts",
|
|
5717
|
-
"line": 246
|
|
5718
|
-
},
|
|
5719
|
-
"name": "securityGroup",
|
|
5720
|
-
"optional": true,
|
|
5721
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5722
|
-
"type": {
|
|
5723
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5724
|
-
}
|
|
5725
|
-
},
|
|
5726
5769
|
{
|
|
5727
5770
|
"docs": {
|
|
5728
5771
|
"stability": "experimental",
|
|
@@ -5731,7 +5774,7 @@
|
|
|
5731
5774
|
"immutable": true,
|
|
5732
5775
|
"locationInModule": {
|
|
5733
5776
|
"filename": "src/providers/fargate.ts",
|
|
5734
|
-
"line":
|
|
5777
|
+
"line": 252
|
|
5735
5778
|
},
|
|
5736
5779
|
"name": "subnetSelection",
|
|
5737
5780
|
"optional": true,
|
|
@@ -5747,11 +5790,10 @@
|
|
|
5747
5790
|
"immutable": true,
|
|
5748
5791
|
"locationInModule": {
|
|
5749
5792
|
"filename": "src/providers/fargate.ts",
|
|
5750
|
-
"line":
|
|
5793
|
+
"line": 247
|
|
5751
5794
|
},
|
|
5752
5795
|
"name": "vpc",
|
|
5753
5796
|
"optional": true,
|
|
5754
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5755
5797
|
"type": {
|
|
5756
5798
|
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
5757
5799
|
}
|
|
@@ -5773,7 +5815,7 @@
|
|
|
5773
5815
|
"kind": "interface",
|
|
5774
5816
|
"locationInModule": {
|
|
5775
5817
|
"filename": "src/providers/fargate.ts",
|
|
5776
|
-
"line":
|
|
5818
|
+
"line": 31
|
|
5777
5819
|
},
|
|
5778
5820
|
"name": "FargateRunnerProps",
|
|
5779
5821
|
"properties": [
|
|
@@ -5788,7 +5830,7 @@
|
|
|
5788
5830
|
"immutable": true,
|
|
5789
5831
|
"locationInModule": {
|
|
5790
5832
|
"filename": "src/providers/fargate.ts",
|
|
5791
|
-
"line":
|
|
5833
|
+
"line": 102
|
|
5792
5834
|
},
|
|
5793
5835
|
"name": "assignPublicIp",
|
|
5794
5836
|
"optional": true,
|
|
@@ -5806,7 +5848,7 @@
|
|
|
5806
5848
|
"immutable": true,
|
|
5807
5849
|
"locationInModule": {
|
|
5808
5850
|
"filename": "src/providers/fargate.ts",
|
|
5809
|
-
"line":
|
|
5851
|
+
"line": 93
|
|
5810
5852
|
},
|
|
5811
5853
|
"name": "cluster",
|
|
5812
5854
|
"optional": true,
|
|
@@ -5825,7 +5867,7 @@
|
|
|
5825
5867
|
"immutable": true,
|
|
5826
5868
|
"locationInModule": {
|
|
5827
5869
|
"filename": "src/providers/fargate.ts",
|
|
5828
|
-
"line":
|
|
5870
|
+
"line": 121
|
|
5829
5871
|
},
|
|
5830
5872
|
"name": "cpu",
|
|
5831
5873
|
"optional": true,
|
|
@@ -5844,7 +5886,7 @@
|
|
|
5844
5886
|
"immutable": true,
|
|
5845
5887
|
"locationInModule": {
|
|
5846
5888
|
"filename": "src/providers/fargate.ts",
|
|
5847
|
-
"line":
|
|
5889
|
+
"line": 148
|
|
5848
5890
|
},
|
|
5849
5891
|
"name": "ephemeralStorageGiB",
|
|
5850
5892
|
"optional": true,
|
|
@@ -5863,7 +5905,7 @@
|
|
|
5863
5905
|
"immutable": true,
|
|
5864
5906
|
"locationInModule": {
|
|
5865
5907
|
"filename": "src/providers/fargate.ts",
|
|
5866
|
-
"line":
|
|
5908
|
+
"line": 37
|
|
5867
5909
|
},
|
|
5868
5910
|
"name": "imageBuilder",
|
|
5869
5911
|
"optional": true,
|
|
@@ -5882,7 +5924,7 @@
|
|
|
5882
5924
|
"immutable": true,
|
|
5883
5925
|
"locationInModule": {
|
|
5884
5926
|
"filename": "src/providers/fargate.ts",
|
|
5885
|
-
"line":
|
|
5927
|
+
"line": 45
|
|
5886
5928
|
},
|
|
5887
5929
|
"name": "label",
|
|
5888
5930
|
"optional": true,
|
|
@@ -5901,7 +5943,7 @@
|
|
|
5901
5943
|
"immutable": true,
|
|
5902
5944
|
"locationInModule": {
|
|
5903
5945
|
"filename": "src/providers/fargate.ts",
|
|
5904
|
-
"line":
|
|
5946
|
+
"line": 56
|
|
5905
5947
|
},
|
|
5906
5948
|
"name": "labels",
|
|
5907
5949
|
"optional": true,
|
|
@@ -5925,7 +5967,7 @@
|
|
|
5925
5967
|
"immutable": true,
|
|
5926
5968
|
"locationInModule": {
|
|
5927
5969
|
"filename": "src/providers/fargate.ts",
|
|
5928
|
-
"line":
|
|
5970
|
+
"line": 139
|
|
5929
5971
|
},
|
|
5930
5972
|
"name": "memoryLimitMiB",
|
|
5931
5973
|
"optional": true,
|
|
@@ -5937,13 +5979,14 @@
|
|
|
5937
5979
|
"abstract": true,
|
|
5938
5980
|
"docs": {
|
|
5939
5981
|
"default": "a new security group",
|
|
5940
|
-
"
|
|
5941
|
-
"
|
|
5982
|
+
"deprecated": "use {@link securityGroupss}",
|
|
5983
|
+
"stability": "deprecated",
|
|
5984
|
+
"summary": "Security group to assign to the task."
|
|
5942
5985
|
},
|
|
5943
5986
|
"immutable": true,
|
|
5944
5987
|
"locationInModule": {
|
|
5945
5988
|
"filename": "src/providers/fargate.ts",
|
|
5946
|
-
"line":
|
|
5989
|
+
"line": 79
|
|
5947
5990
|
},
|
|
5948
5991
|
"name": "securityGroup",
|
|
5949
5992
|
"optional": true,
|
|
@@ -5951,6 +5994,29 @@
|
|
|
5951
5994
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5952
5995
|
}
|
|
5953
5996
|
},
|
|
5997
|
+
{
|
|
5998
|
+
"abstract": true,
|
|
5999
|
+
"docs": {
|
|
6000
|
+
"default": "a new security group",
|
|
6001
|
+
"stability": "experimental",
|
|
6002
|
+
"summary": "Security groups to assign to the task."
|
|
6003
|
+
},
|
|
6004
|
+
"immutable": true,
|
|
6005
|
+
"locationInModule": {
|
|
6006
|
+
"filename": "src/providers/fargate.ts",
|
|
6007
|
+
"line": 86
|
|
6008
|
+
},
|
|
6009
|
+
"name": "securityGroups",
|
|
6010
|
+
"optional": true,
|
|
6011
|
+
"type": {
|
|
6012
|
+
"collection": {
|
|
6013
|
+
"elementtype": {
|
|
6014
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
6015
|
+
},
|
|
6016
|
+
"kind": "array"
|
|
6017
|
+
}
|
|
6018
|
+
}
|
|
6019
|
+
},
|
|
5954
6020
|
{
|
|
5955
6021
|
"abstract": true,
|
|
5956
6022
|
"docs": {
|
|
@@ -5962,7 +6028,7 @@
|
|
|
5962
6028
|
"immutable": true,
|
|
5963
6029
|
"locationInModule": {
|
|
5964
6030
|
"filename": "src/providers/fargate.ts",
|
|
5965
|
-
"line":
|
|
6031
|
+
"line": 158
|
|
5966
6032
|
},
|
|
5967
6033
|
"name": "spot",
|
|
5968
6034
|
"optional": true,
|
|
@@ -5980,7 +6046,7 @@
|
|
|
5980
6046
|
"immutable": true,
|
|
5981
6047
|
"locationInModule": {
|
|
5982
6048
|
"filename": "src/providers/fargate.ts",
|
|
5983
|
-
"line":
|
|
6049
|
+
"line": 70
|
|
5984
6050
|
},
|
|
5985
6051
|
"name": "subnetSelection",
|
|
5986
6052
|
"optional": true,
|
|
@@ -5998,7 +6064,7 @@
|
|
|
5998
6064
|
"immutable": true,
|
|
5999
6065
|
"locationInModule": {
|
|
6000
6066
|
"filename": "src/providers/fargate.ts",
|
|
6001
|
-
"line":
|
|
6067
|
+
"line": 63
|
|
6002
6068
|
},
|
|
6003
6069
|
"name": "vpc",
|
|
6004
6070
|
"optional": true,
|
|
@@ -6462,7 +6528,7 @@
|
|
|
6462
6528
|
},
|
|
6463
6529
|
"locationInModule": {
|
|
6464
6530
|
"filename": "src/providers/common.ts",
|
|
6465
|
-
"line":
|
|
6531
|
+
"line": 392
|
|
6466
6532
|
},
|
|
6467
6533
|
"name": "getStepFunctionTask",
|
|
6468
6534
|
"parameters": [
|
|
@@ -6491,7 +6557,7 @@
|
|
|
6491
6557
|
},
|
|
6492
6558
|
"locationInModule": {
|
|
6493
6559
|
"filename": "src/providers/common.ts",
|
|
6494
|
-
"line":
|
|
6560
|
+
"line": 400
|
|
6495
6561
|
},
|
|
6496
6562
|
"name": "grantStateMachine",
|
|
6497
6563
|
"parameters": [
|
|
@@ -6515,7 +6581,7 @@
|
|
|
6515
6581
|
},
|
|
6516
6582
|
"locationInModule": {
|
|
6517
6583
|
"filename": "src/providers/common.ts",
|
|
6518
|
-
"line":
|
|
6584
|
+
"line": 407
|
|
6519
6585
|
},
|
|
6520
6586
|
"name": "status",
|
|
6521
6587
|
"parameters": [
|
|
@@ -6559,40 +6625,6 @@
|
|
|
6559
6625
|
"kind": "array"
|
|
6560
6626
|
}
|
|
6561
6627
|
}
|
|
6562
|
-
},
|
|
6563
|
-
{
|
|
6564
|
-
"abstract": true,
|
|
6565
|
-
"docs": {
|
|
6566
|
-
"stability": "experimental",
|
|
6567
|
-
"summary": "Security group associated with runners."
|
|
6568
|
-
},
|
|
6569
|
-
"immutable": true,
|
|
6570
|
-
"locationInModule": {
|
|
6571
|
-
"filename": "src/providers/common.ts",
|
|
6572
|
-
"line": 393
|
|
6573
|
-
},
|
|
6574
|
-
"name": "securityGroup",
|
|
6575
|
-
"optional": true,
|
|
6576
|
-
"type": {
|
|
6577
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
6578
|
-
}
|
|
6579
|
-
},
|
|
6580
|
-
{
|
|
6581
|
-
"abstract": true,
|
|
6582
|
-
"docs": {
|
|
6583
|
-
"stability": "experimental",
|
|
6584
|
-
"summary": "VPC network in which runners will be placed."
|
|
6585
|
-
},
|
|
6586
|
-
"immutable": true,
|
|
6587
|
-
"locationInModule": {
|
|
6588
|
-
"filename": "src/providers/common.ts",
|
|
6589
|
-
"line": 388
|
|
6590
|
-
},
|
|
6591
|
-
"name": "vpc",
|
|
6592
|
-
"optional": true,
|
|
6593
|
-
"type": {
|
|
6594
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6595
|
-
}
|
|
6596
6628
|
}
|
|
6597
6629
|
],
|
|
6598
6630
|
"symbolId": "src/providers/common:IRunnerProvider"
|
|
@@ -6703,17 +6735,22 @@
|
|
|
6703
6735
|
"abstract": true,
|
|
6704
6736
|
"docs": {
|
|
6705
6737
|
"stability": "experimental",
|
|
6706
|
-
"summary": "Security
|
|
6738
|
+
"summary": "Security groups attached to runners."
|
|
6707
6739
|
},
|
|
6708
6740
|
"immutable": true,
|
|
6709
6741
|
"locationInModule": {
|
|
6710
6742
|
"filename": "src/providers/common.ts",
|
|
6711
6743
|
"line": 354
|
|
6712
6744
|
},
|
|
6713
|
-
"name": "
|
|
6745
|
+
"name": "securityGroups",
|
|
6714
6746
|
"optional": true,
|
|
6715
6747
|
"type": {
|
|
6716
|
-
"
|
|
6748
|
+
"collection": {
|
|
6749
|
+
"elementtype": {
|
|
6750
|
+
"primitive": "string"
|
|
6751
|
+
},
|
|
6752
|
+
"kind": "array"
|
|
6753
|
+
}
|
|
6717
6754
|
}
|
|
6718
6755
|
},
|
|
6719
6756
|
{
|
|
@@ -7047,7 +7084,7 @@
|
|
|
7047
7084
|
},
|
|
7048
7085
|
"locationInModule": {
|
|
7049
7086
|
"filename": "src/providers/lambda.ts",
|
|
7050
|
-
"line":
|
|
7087
|
+
"line": 165
|
|
7051
7088
|
},
|
|
7052
7089
|
"parameters": [
|
|
7053
7090
|
{
|
|
@@ -7076,7 +7113,7 @@
|
|
|
7076
7113
|
"kind": "class",
|
|
7077
7114
|
"locationInModule": {
|
|
7078
7115
|
"filename": "src/providers/lambda.ts",
|
|
7079
|
-
"line":
|
|
7116
|
+
"line": 123
|
|
7080
7117
|
},
|
|
7081
7118
|
"methods": [
|
|
7082
7119
|
{
|
|
@@ -7087,7 +7124,7 @@
|
|
|
7087
7124
|
},
|
|
7088
7125
|
"locationInModule": {
|
|
7089
7126
|
"filename": "src/providers/lambda.ts",
|
|
7090
|
-
"line":
|
|
7127
|
+
"line": 245
|
|
7091
7128
|
},
|
|
7092
7129
|
"name": "getStepFunctionTask",
|
|
7093
7130
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7116,7 +7153,7 @@
|
|
|
7116
7153
|
},
|
|
7117
7154
|
"locationInModule": {
|
|
7118
7155
|
"filename": "src/providers/lambda.ts",
|
|
7119
|
-
"line":
|
|
7156
|
+
"line": 303
|
|
7120
7157
|
},
|
|
7121
7158
|
"name": "grantStateMachine",
|
|
7122
7159
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7135,7 +7172,7 @@
|
|
|
7135
7172
|
},
|
|
7136
7173
|
"locationInModule": {
|
|
7137
7174
|
"filename": "src/providers/common.ts",
|
|
7138
|
-
"line":
|
|
7175
|
+
"line": 416
|
|
7139
7176
|
},
|
|
7140
7177
|
"name": "labelsFromProperties",
|
|
7141
7178
|
"parameters": [
|
|
@@ -7185,7 +7222,7 @@
|
|
|
7185
7222
|
},
|
|
7186
7223
|
"locationInModule": {
|
|
7187
7224
|
"filename": "src/providers/lambda.ts",
|
|
7188
|
-
"line":
|
|
7225
|
+
"line": 306
|
|
7189
7226
|
},
|
|
7190
7227
|
"name": "status",
|
|
7191
7228
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7216,7 +7253,7 @@
|
|
|
7216
7253
|
"immutable": true,
|
|
7217
7254
|
"locationInModule": {
|
|
7218
7255
|
"filename": "src/providers/lambda.ts",
|
|
7219
|
-
"line":
|
|
7256
|
+
"line": 140
|
|
7220
7257
|
},
|
|
7221
7258
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
7222
7259
|
"static": true,
|
|
@@ -7234,7 +7271,7 @@
|
|
|
7234
7271
|
"immutable": true,
|
|
7235
7272
|
"locationInModule": {
|
|
7236
7273
|
"filename": "src/providers/lambda.ts",
|
|
7237
|
-
"line":
|
|
7274
|
+
"line": 131
|
|
7238
7275
|
},
|
|
7239
7276
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
7240
7277
|
"static": true,
|
|
@@ -7250,7 +7287,7 @@
|
|
|
7250
7287
|
"immutable": true,
|
|
7251
7288
|
"locationInModule": {
|
|
7252
7289
|
"filename": "src/providers/lambda.ts",
|
|
7253
|
-
"line":
|
|
7290
|
+
"line": 234
|
|
7254
7291
|
},
|
|
7255
7292
|
"name": "connections",
|
|
7256
7293
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7266,7 +7303,7 @@
|
|
|
7266
7303
|
"immutable": true,
|
|
7267
7304
|
"locationInModule": {
|
|
7268
7305
|
"filename": "src/providers/lambda.ts",
|
|
7269
|
-
"line":
|
|
7306
|
+
"line": 145
|
|
7270
7307
|
},
|
|
7271
7308
|
"name": "function",
|
|
7272
7309
|
"type": {
|
|
@@ -7281,7 +7318,7 @@
|
|
|
7281
7318
|
"immutable": true,
|
|
7282
7319
|
"locationInModule": {
|
|
7283
7320
|
"filename": "src/providers/lambda.ts",
|
|
7284
|
-
"line":
|
|
7321
|
+
"line": 155
|
|
7285
7322
|
},
|
|
7286
7323
|
"name": "grantPrincipal",
|
|
7287
7324
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7298,7 +7335,7 @@
|
|
|
7298
7335
|
"immutable": true,
|
|
7299
7336
|
"locationInModule": {
|
|
7300
7337
|
"filename": "src/providers/lambda.ts",
|
|
7301
|
-
"line":
|
|
7338
|
+
"line": 160
|
|
7302
7339
|
},
|
|
7303
7340
|
"name": "image",
|
|
7304
7341
|
"type": {
|
|
@@ -7313,7 +7350,7 @@
|
|
|
7313
7350
|
"immutable": true,
|
|
7314
7351
|
"locationInModule": {
|
|
7315
7352
|
"filename": "src/providers/lambda.ts",
|
|
7316
|
-
"line":
|
|
7353
|
+
"line": 150
|
|
7317
7354
|
},
|
|
7318
7355
|
"name": "labels",
|
|
7319
7356
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7325,40 +7362,6 @@
|
|
|
7325
7362
|
"kind": "array"
|
|
7326
7363
|
}
|
|
7327
7364
|
}
|
|
7328
|
-
},
|
|
7329
|
-
{
|
|
7330
|
-
"docs": {
|
|
7331
|
-
"stability": "experimental",
|
|
7332
|
-
"summary": "Security group attached to the function."
|
|
7333
|
-
},
|
|
7334
|
-
"immutable": true,
|
|
7335
|
-
"locationInModule": {
|
|
7336
|
-
"filename": "src/providers/lambda.ts",
|
|
7337
|
-
"line": 151
|
|
7338
|
-
},
|
|
7339
|
-
"name": "securityGroup",
|
|
7340
|
-
"optional": true,
|
|
7341
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
7342
|
-
"type": {
|
|
7343
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7344
|
-
}
|
|
7345
|
-
},
|
|
7346
|
-
{
|
|
7347
|
-
"docs": {
|
|
7348
|
-
"stability": "experimental",
|
|
7349
|
-
"summary": "VPC used for hosting the function."
|
|
7350
|
-
},
|
|
7351
|
-
"immutable": true,
|
|
7352
|
-
"locationInModule": {
|
|
7353
|
-
"filename": "src/providers/lambda.ts",
|
|
7354
|
-
"line": 146
|
|
7355
|
-
},
|
|
7356
|
-
"name": "vpc",
|
|
7357
|
-
"optional": true,
|
|
7358
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
7359
|
-
"type": {
|
|
7360
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
7361
|
-
}
|
|
7362
7365
|
}
|
|
7363
7366
|
],
|
|
7364
7367
|
"symbolId": "src/providers/lambda:LambdaRunner"
|
|
@@ -7484,13 +7487,14 @@
|
|
|
7484
7487
|
"abstract": true,
|
|
7485
7488
|
"docs": {
|
|
7486
7489
|
"default": "public lambda with no security group",
|
|
7487
|
-
"
|
|
7488
|
-
"
|
|
7490
|
+
"deprecated": "use {@link securityGroups}",
|
|
7491
|
+
"stability": "deprecated",
|
|
7492
|
+
"summary": "Security group to assign to this instance."
|
|
7489
7493
|
},
|
|
7490
7494
|
"immutable": true,
|
|
7491
7495
|
"locationInModule": {
|
|
7492
7496
|
"filename": "src/providers/lambda.ts",
|
|
7493
|
-
"line":
|
|
7497
|
+
"line": 99
|
|
7494
7498
|
},
|
|
7495
7499
|
"name": "securityGroup",
|
|
7496
7500
|
"optional": true,
|
|
@@ -7498,6 +7502,29 @@
|
|
|
7498
7502
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7499
7503
|
}
|
|
7500
7504
|
},
|
|
7505
|
+
{
|
|
7506
|
+
"abstract": true,
|
|
7507
|
+
"docs": {
|
|
7508
|
+
"default": "public lambda with no security group",
|
|
7509
|
+
"stability": "experimental",
|
|
7510
|
+
"summary": "Security groups to assign to this instance."
|
|
7511
|
+
},
|
|
7512
|
+
"immutable": true,
|
|
7513
|
+
"locationInModule": {
|
|
7514
|
+
"filename": "src/providers/lambda.ts",
|
|
7515
|
+
"line": 106
|
|
7516
|
+
},
|
|
7517
|
+
"name": "securityGroups",
|
|
7518
|
+
"optional": true,
|
|
7519
|
+
"type": {
|
|
7520
|
+
"collection": {
|
|
7521
|
+
"elementtype": {
|
|
7522
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7523
|
+
},
|
|
7524
|
+
"kind": "array"
|
|
7525
|
+
}
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7501
7528
|
{
|
|
7502
7529
|
"abstract": true,
|
|
7503
7530
|
"docs": {
|
|
@@ -7508,7 +7535,7 @@
|
|
|
7508
7535
|
"immutable": true,
|
|
7509
7536
|
"locationInModule": {
|
|
7510
7537
|
"filename": "src/providers/lambda.ts",
|
|
7511
|
-
"line":
|
|
7538
|
+
"line": 113
|
|
7512
7539
|
},
|
|
7513
7540
|
"name": "subnetSelection",
|
|
7514
7541
|
"optional": true,
|
|
@@ -8895,6 +8922,6 @@
|
|
|
8895
8922
|
"symbolId": "src/providers/image-builders/windows-components:WindowsComponents"
|
|
8896
8923
|
}
|
|
8897
8924
|
},
|
|
8898
|
-
"version": "0.
|
|
8899
|
-
"fingerprint": "
|
|
8925
|
+
"version": "0.7.0",
|
|
8926
|
+
"fingerprint": "UDboOTTzf1PLx0M70uQlFUcscusgJJmS80P15bbmnFk="
|
|
8900
8927
|
}
|