@cloudsnorkel/cdk-github-runners 0.6.2 → 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 +257 -252
- package/API.md +114 -125
- 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 +11 -5
- package/lib/providers/ec2.js +8 -6
- package/lib/providers/fargate.d.ts +10 -5
- package/lib/providers/fargate.js +6 -6
- package/lib/providers/image-builders/ami.d.ts +10 -2
- 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 +18 -5
- 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,23 +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": 218
|
|
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
5175
|
}
|
|
5162
5176
|
],
|
|
5163
5177
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -5244,14 +5258,15 @@
|
|
|
5244
5258
|
{
|
|
5245
5259
|
"abstract": true,
|
|
5246
5260
|
"docs": {
|
|
5247
|
-
"default": "
|
|
5248
|
-
"
|
|
5261
|
+
"default": "a new security group",
|
|
5262
|
+
"deprecated": "use {@link securityGroups}",
|
|
5263
|
+
"stability": "deprecated",
|
|
5249
5264
|
"summary": "Security Group to assign to launched runner instances."
|
|
5250
5265
|
},
|
|
5251
5266
|
"immutable": true,
|
|
5252
5267
|
"locationInModule": {
|
|
5253
5268
|
"filename": "src/providers/ec2.ts",
|
|
5254
|
-
"line":
|
|
5269
|
+
"line": 166
|
|
5255
5270
|
},
|
|
5256
5271
|
"name": "securityGroup",
|
|
5257
5272
|
"optional": true,
|
|
@@ -5259,6 +5274,29 @@
|
|
|
5259
5274
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5260
5275
|
}
|
|
5261
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
|
+
},
|
|
5262
5300
|
{
|
|
5263
5301
|
"abstract": true,
|
|
5264
5302
|
"docs": {
|
|
@@ -5270,7 +5308,7 @@
|
|
|
5270
5308
|
"immutable": true,
|
|
5271
5309
|
"locationInModule": {
|
|
5272
5310
|
"filename": "src/providers/ec2.ts",
|
|
5273
|
-
"line":
|
|
5311
|
+
"line": 203
|
|
5274
5312
|
},
|
|
5275
5313
|
"name": "spot",
|
|
5276
5314
|
"optional": true,
|
|
@@ -5288,7 +5326,7 @@
|
|
|
5288
5326
|
"immutable": true,
|
|
5289
5327
|
"locationInModule": {
|
|
5290
5328
|
"filename": "src/providers/ec2.ts",
|
|
5291
|
-
"line":
|
|
5329
|
+
"line": 210
|
|
5292
5330
|
},
|
|
5293
5331
|
"name": "spotMaxPrice",
|
|
5294
5332
|
"optional": true,
|
|
@@ -5326,7 +5364,7 @@
|
|
|
5326
5364
|
"immutable": true,
|
|
5327
5365
|
"locationInModule": {
|
|
5328
5366
|
"filename": "src/providers/ec2.ts",
|
|
5329
|
-
"line":
|
|
5367
|
+
"line": 182
|
|
5330
5368
|
},
|
|
5331
5369
|
"name": "subnet",
|
|
5332
5370
|
"optional": true,
|
|
@@ -5345,7 +5383,7 @@
|
|
|
5345
5383
|
"immutable": true,
|
|
5346
5384
|
"locationInModule": {
|
|
5347
5385
|
"filename": "src/providers/ec2.ts",
|
|
5348
|
-
"line":
|
|
5386
|
+
"line": 196
|
|
5349
5387
|
},
|
|
5350
5388
|
"name": "subnetSelection",
|
|
5351
5389
|
"optional": true,
|
|
@@ -5363,7 +5401,7 @@
|
|
|
5363
5401
|
"immutable": true,
|
|
5364
5402
|
"locationInModule": {
|
|
5365
5403
|
"filename": "src/providers/ec2.ts",
|
|
5366
|
-
"line":
|
|
5404
|
+
"line": 189
|
|
5367
5405
|
},
|
|
5368
5406
|
"name": "vpc",
|
|
5369
5407
|
"optional": true,
|
|
@@ -5389,7 +5427,7 @@
|
|
|
5389
5427
|
},
|
|
5390
5428
|
"locationInModule": {
|
|
5391
5429
|
"filename": "src/providers/fargate.ts",
|
|
5392
|
-
"line":
|
|
5430
|
+
"line": 281
|
|
5393
5431
|
},
|
|
5394
5432
|
"parameters": [
|
|
5395
5433
|
{
|
|
@@ -5418,7 +5456,7 @@
|
|
|
5418
5456
|
"kind": "class",
|
|
5419
5457
|
"locationInModule": {
|
|
5420
5458
|
"filename": "src/providers/fargate.ts",
|
|
5421
|
-
"line":
|
|
5459
|
+
"line": 205
|
|
5422
5460
|
},
|
|
5423
5461
|
"methods": [
|
|
5424
5462
|
{
|
|
@@ -5429,7 +5467,7 @@
|
|
|
5429
5467
|
},
|
|
5430
5468
|
"locationInModule": {
|
|
5431
5469
|
"filename": "src/providers/fargate.ts",
|
|
5432
|
-
"line":
|
|
5470
|
+
"line": 364
|
|
5433
5471
|
},
|
|
5434
5472
|
"name": "getStepFunctionTask",
|
|
5435
5473
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5458,7 +5496,7 @@
|
|
|
5458
5496
|
},
|
|
5459
5497
|
"locationInModule": {
|
|
5460
5498
|
"filename": "src/providers/fargate.ts",
|
|
5461
|
-
"line":
|
|
5499
|
+
"line": 414
|
|
5462
5500
|
},
|
|
5463
5501
|
"name": "grantStateMachine",
|
|
5464
5502
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5477,7 +5515,7 @@
|
|
|
5477
5515
|
},
|
|
5478
5516
|
"locationInModule": {
|
|
5479
5517
|
"filename": "src/providers/common.ts",
|
|
5480
|
-
"line":
|
|
5518
|
+
"line": 416
|
|
5481
5519
|
},
|
|
5482
5520
|
"name": "labelsFromProperties",
|
|
5483
5521
|
"parameters": [
|
|
@@ -5527,7 +5565,7 @@
|
|
|
5527
5565
|
},
|
|
5528
5566
|
"locationInModule": {
|
|
5529
5567
|
"filename": "src/providers/fargate.ts",
|
|
5530
|
-
"line":
|
|
5568
|
+
"line": 417
|
|
5531
5569
|
},
|
|
5532
5570
|
"name": "status",
|
|
5533
5571
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5558,7 +5596,7 @@
|
|
|
5558
5596
|
"immutable": true,
|
|
5559
5597
|
"locationInModule": {
|
|
5560
5598
|
"filename": "src/providers/fargate.ts",
|
|
5561
|
-
"line":
|
|
5599
|
+
"line": 222
|
|
5562
5600
|
},
|
|
5563
5601
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
5564
5602
|
"static": true,
|
|
@@ -5576,7 +5614,7 @@
|
|
|
5576
5614
|
"immutable": true,
|
|
5577
5615
|
"locationInModule": {
|
|
5578
5616
|
"filename": "src/providers/fargate.ts",
|
|
5579
|
-
"line":
|
|
5617
|
+
"line": 213
|
|
5580
5618
|
},
|
|
5581
5619
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
5582
5620
|
"static": true,
|
|
@@ -5592,7 +5630,7 @@
|
|
|
5592
5630
|
"immutable": true,
|
|
5593
5631
|
"locationInModule": {
|
|
5594
5632
|
"filename": "src/providers/fargate.ts",
|
|
5595
|
-
"line":
|
|
5633
|
+
"line": 257
|
|
5596
5634
|
},
|
|
5597
5635
|
"name": "assignPublicIp",
|
|
5598
5636
|
"type": {
|
|
@@ -5607,7 +5645,7 @@
|
|
|
5607
5645
|
"immutable": true,
|
|
5608
5646
|
"locationInModule": {
|
|
5609
5647
|
"filename": "src/providers/fargate.ts",
|
|
5610
|
-
"line":
|
|
5648
|
+
"line": 227
|
|
5611
5649
|
},
|
|
5612
5650
|
"name": "cluster",
|
|
5613
5651
|
"type": {
|
|
@@ -5622,7 +5660,7 @@
|
|
|
5622
5660
|
"immutable": true,
|
|
5623
5661
|
"locationInModule": {
|
|
5624
5662
|
"filename": "src/providers/fargate.ts",
|
|
5625
|
-
"line":
|
|
5663
|
+
"line": 267
|
|
5626
5664
|
},
|
|
5627
5665
|
"name": "connections",
|
|
5628
5666
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5638,7 +5676,7 @@
|
|
|
5638
5676
|
"immutable": true,
|
|
5639
5677
|
"locationInModule": {
|
|
5640
5678
|
"filename": "src/providers/fargate.ts",
|
|
5641
|
-
"line":
|
|
5679
|
+
"line": 237
|
|
5642
5680
|
},
|
|
5643
5681
|
"name": "container",
|
|
5644
5682
|
"type": {
|
|
@@ -5653,7 +5691,7 @@
|
|
|
5653
5691
|
"immutable": true,
|
|
5654
5692
|
"locationInModule": {
|
|
5655
5693
|
"filename": "src/providers/fargate.ts",
|
|
5656
|
-
"line":
|
|
5694
|
+
"line": 262
|
|
5657
5695
|
},
|
|
5658
5696
|
"name": "grantPrincipal",
|
|
5659
5697
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5670,7 +5708,7 @@
|
|
|
5670
5708
|
"immutable": true,
|
|
5671
5709
|
"locationInModule": {
|
|
5672
5710
|
"filename": "src/providers/fargate.ts",
|
|
5673
|
-
"line":
|
|
5711
|
+
"line": 277
|
|
5674
5712
|
},
|
|
5675
5713
|
"name": "image",
|
|
5676
5714
|
"type": {
|
|
@@ -5685,7 +5723,7 @@
|
|
|
5685
5723
|
"immutable": true,
|
|
5686
5724
|
"locationInModule": {
|
|
5687
5725
|
"filename": "src/providers/fargate.ts",
|
|
5688
|
-
"line":
|
|
5726
|
+
"line": 242
|
|
5689
5727
|
},
|
|
5690
5728
|
"name": "labels",
|
|
5691
5729
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5706,7 +5744,7 @@
|
|
|
5706
5744
|
"immutable": true,
|
|
5707
5745
|
"locationInModule": {
|
|
5708
5746
|
"filename": "src/providers/fargate.ts",
|
|
5709
|
-
"line":
|
|
5747
|
+
"line": 272
|
|
5710
5748
|
},
|
|
5711
5749
|
"name": "spot",
|
|
5712
5750
|
"type": {
|
|
@@ -5721,30 +5759,13 @@
|
|
|
5721
5759
|
"immutable": true,
|
|
5722
5760
|
"locationInModule": {
|
|
5723
5761
|
"filename": "src/providers/fargate.ts",
|
|
5724
|
-
"line":
|
|
5762
|
+
"line": 232
|
|
5725
5763
|
},
|
|
5726
5764
|
"name": "task",
|
|
5727
5765
|
"type": {
|
|
5728
5766
|
"fqn": "aws-cdk-lib.aws_ecs.FargateTaskDefinition"
|
|
5729
5767
|
}
|
|
5730
5768
|
},
|
|
5731
|
-
{
|
|
5732
|
-
"docs": {
|
|
5733
|
-
"stability": "experimental",
|
|
5734
|
-
"summary": "Security group attached to the task."
|
|
5735
|
-
},
|
|
5736
|
-
"immutable": true,
|
|
5737
|
-
"locationInModule": {
|
|
5738
|
-
"filename": "src/providers/fargate.ts",
|
|
5739
|
-
"line": 246
|
|
5740
|
-
},
|
|
5741
|
-
"name": "securityGroup",
|
|
5742
|
-
"optional": true,
|
|
5743
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5744
|
-
"type": {
|
|
5745
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5746
|
-
}
|
|
5747
|
-
},
|
|
5748
5769
|
{
|
|
5749
5770
|
"docs": {
|
|
5750
5771
|
"stability": "experimental",
|
|
@@ -5753,7 +5774,7 @@
|
|
|
5753
5774
|
"immutable": true,
|
|
5754
5775
|
"locationInModule": {
|
|
5755
5776
|
"filename": "src/providers/fargate.ts",
|
|
5756
|
-
"line":
|
|
5777
|
+
"line": 252
|
|
5757
5778
|
},
|
|
5758
5779
|
"name": "subnetSelection",
|
|
5759
5780
|
"optional": true,
|
|
@@ -5769,11 +5790,10 @@
|
|
|
5769
5790
|
"immutable": true,
|
|
5770
5791
|
"locationInModule": {
|
|
5771
5792
|
"filename": "src/providers/fargate.ts",
|
|
5772
|
-
"line":
|
|
5793
|
+
"line": 247
|
|
5773
5794
|
},
|
|
5774
5795
|
"name": "vpc",
|
|
5775
5796
|
"optional": true,
|
|
5776
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5777
5797
|
"type": {
|
|
5778
5798
|
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
5779
5799
|
}
|
|
@@ -5795,7 +5815,7 @@
|
|
|
5795
5815
|
"kind": "interface",
|
|
5796
5816
|
"locationInModule": {
|
|
5797
5817
|
"filename": "src/providers/fargate.ts",
|
|
5798
|
-
"line":
|
|
5818
|
+
"line": 31
|
|
5799
5819
|
},
|
|
5800
5820
|
"name": "FargateRunnerProps",
|
|
5801
5821
|
"properties": [
|
|
@@ -5810,7 +5830,7 @@
|
|
|
5810
5830
|
"immutable": true,
|
|
5811
5831
|
"locationInModule": {
|
|
5812
5832
|
"filename": "src/providers/fargate.ts",
|
|
5813
|
-
"line":
|
|
5833
|
+
"line": 102
|
|
5814
5834
|
},
|
|
5815
5835
|
"name": "assignPublicIp",
|
|
5816
5836
|
"optional": true,
|
|
@@ -5828,7 +5848,7 @@
|
|
|
5828
5848
|
"immutable": true,
|
|
5829
5849
|
"locationInModule": {
|
|
5830
5850
|
"filename": "src/providers/fargate.ts",
|
|
5831
|
-
"line":
|
|
5851
|
+
"line": 93
|
|
5832
5852
|
},
|
|
5833
5853
|
"name": "cluster",
|
|
5834
5854
|
"optional": true,
|
|
@@ -5847,7 +5867,7 @@
|
|
|
5847
5867
|
"immutable": true,
|
|
5848
5868
|
"locationInModule": {
|
|
5849
5869
|
"filename": "src/providers/fargate.ts",
|
|
5850
|
-
"line":
|
|
5870
|
+
"line": 121
|
|
5851
5871
|
},
|
|
5852
5872
|
"name": "cpu",
|
|
5853
5873
|
"optional": true,
|
|
@@ -5866,7 +5886,7 @@
|
|
|
5866
5886
|
"immutable": true,
|
|
5867
5887
|
"locationInModule": {
|
|
5868
5888
|
"filename": "src/providers/fargate.ts",
|
|
5869
|
-
"line":
|
|
5889
|
+
"line": 148
|
|
5870
5890
|
},
|
|
5871
5891
|
"name": "ephemeralStorageGiB",
|
|
5872
5892
|
"optional": true,
|
|
@@ -5885,7 +5905,7 @@
|
|
|
5885
5905
|
"immutable": true,
|
|
5886
5906
|
"locationInModule": {
|
|
5887
5907
|
"filename": "src/providers/fargate.ts",
|
|
5888
|
-
"line":
|
|
5908
|
+
"line": 37
|
|
5889
5909
|
},
|
|
5890
5910
|
"name": "imageBuilder",
|
|
5891
5911
|
"optional": true,
|
|
@@ -5904,7 +5924,7 @@
|
|
|
5904
5924
|
"immutable": true,
|
|
5905
5925
|
"locationInModule": {
|
|
5906
5926
|
"filename": "src/providers/fargate.ts",
|
|
5907
|
-
"line":
|
|
5927
|
+
"line": 45
|
|
5908
5928
|
},
|
|
5909
5929
|
"name": "label",
|
|
5910
5930
|
"optional": true,
|
|
@@ -5923,7 +5943,7 @@
|
|
|
5923
5943
|
"immutable": true,
|
|
5924
5944
|
"locationInModule": {
|
|
5925
5945
|
"filename": "src/providers/fargate.ts",
|
|
5926
|
-
"line":
|
|
5946
|
+
"line": 56
|
|
5927
5947
|
},
|
|
5928
5948
|
"name": "labels",
|
|
5929
5949
|
"optional": true,
|
|
@@ -5947,7 +5967,7 @@
|
|
|
5947
5967
|
"immutable": true,
|
|
5948
5968
|
"locationInModule": {
|
|
5949
5969
|
"filename": "src/providers/fargate.ts",
|
|
5950
|
-
"line":
|
|
5970
|
+
"line": 139
|
|
5951
5971
|
},
|
|
5952
5972
|
"name": "memoryLimitMiB",
|
|
5953
5973
|
"optional": true,
|
|
@@ -5959,13 +5979,14 @@
|
|
|
5959
5979
|
"abstract": true,
|
|
5960
5980
|
"docs": {
|
|
5961
5981
|
"default": "a new security group",
|
|
5962
|
-
"
|
|
5963
|
-
"
|
|
5982
|
+
"deprecated": "use {@link securityGroupss}",
|
|
5983
|
+
"stability": "deprecated",
|
|
5984
|
+
"summary": "Security group to assign to the task."
|
|
5964
5985
|
},
|
|
5965
5986
|
"immutable": true,
|
|
5966
5987
|
"locationInModule": {
|
|
5967
5988
|
"filename": "src/providers/fargate.ts",
|
|
5968
|
-
"line":
|
|
5989
|
+
"line": 79
|
|
5969
5990
|
},
|
|
5970
5991
|
"name": "securityGroup",
|
|
5971
5992
|
"optional": true,
|
|
@@ -5973,6 +5994,29 @@
|
|
|
5973
5994
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5974
5995
|
}
|
|
5975
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
|
+
},
|
|
5976
6020
|
{
|
|
5977
6021
|
"abstract": true,
|
|
5978
6022
|
"docs": {
|
|
@@ -5984,7 +6028,7 @@
|
|
|
5984
6028
|
"immutable": true,
|
|
5985
6029
|
"locationInModule": {
|
|
5986
6030
|
"filename": "src/providers/fargate.ts",
|
|
5987
|
-
"line":
|
|
6031
|
+
"line": 158
|
|
5988
6032
|
},
|
|
5989
6033
|
"name": "spot",
|
|
5990
6034
|
"optional": true,
|
|
@@ -6002,7 +6046,7 @@
|
|
|
6002
6046
|
"immutable": true,
|
|
6003
6047
|
"locationInModule": {
|
|
6004
6048
|
"filename": "src/providers/fargate.ts",
|
|
6005
|
-
"line":
|
|
6049
|
+
"line": 70
|
|
6006
6050
|
},
|
|
6007
6051
|
"name": "subnetSelection",
|
|
6008
6052
|
"optional": true,
|
|
@@ -6020,7 +6064,7 @@
|
|
|
6020
6064
|
"immutable": true,
|
|
6021
6065
|
"locationInModule": {
|
|
6022
6066
|
"filename": "src/providers/fargate.ts",
|
|
6023
|
-
"line":
|
|
6067
|
+
"line": 63
|
|
6024
6068
|
},
|
|
6025
6069
|
"name": "vpc",
|
|
6026
6070
|
"optional": true,
|
|
@@ -6484,7 +6528,7 @@
|
|
|
6484
6528
|
},
|
|
6485
6529
|
"locationInModule": {
|
|
6486
6530
|
"filename": "src/providers/common.ts",
|
|
6487
|
-
"line":
|
|
6531
|
+
"line": 392
|
|
6488
6532
|
},
|
|
6489
6533
|
"name": "getStepFunctionTask",
|
|
6490
6534
|
"parameters": [
|
|
@@ -6513,7 +6557,7 @@
|
|
|
6513
6557
|
},
|
|
6514
6558
|
"locationInModule": {
|
|
6515
6559
|
"filename": "src/providers/common.ts",
|
|
6516
|
-
"line":
|
|
6560
|
+
"line": 400
|
|
6517
6561
|
},
|
|
6518
6562
|
"name": "grantStateMachine",
|
|
6519
6563
|
"parameters": [
|
|
@@ -6537,7 +6581,7 @@
|
|
|
6537
6581
|
},
|
|
6538
6582
|
"locationInModule": {
|
|
6539
6583
|
"filename": "src/providers/common.ts",
|
|
6540
|
-
"line":
|
|
6584
|
+
"line": 407
|
|
6541
6585
|
},
|
|
6542
6586
|
"name": "status",
|
|
6543
6587
|
"parameters": [
|
|
@@ -6581,40 +6625,6 @@
|
|
|
6581
6625
|
"kind": "array"
|
|
6582
6626
|
}
|
|
6583
6627
|
}
|
|
6584
|
-
},
|
|
6585
|
-
{
|
|
6586
|
-
"abstract": true,
|
|
6587
|
-
"docs": {
|
|
6588
|
-
"stability": "experimental",
|
|
6589
|
-
"summary": "Security group associated with runners."
|
|
6590
|
-
},
|
|
6591
|
-
"immutable": true,
|
|
6592
|
-
"locationInModule": {
|
|
6593
|
-
"filename": "src/providers/common.ts",
|
|
6594
|
-
"line": 393
|
|
6595
|
-
},
|
|
6596
|
-
"name": "securityGroup",
|
|
6597
|
-
"optional": true,
|
|
6598
|
-
"type": {
|
|
6599
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
6600
|
-
}
|
|
6601
|
-
},
|
|
6602
|
-
{
|
|
6603
|
-
"abstract": true,
|
|
6604
|
-
"docs": {
|
|
6605
|
-
"stability": "experimental",
|
|
6606
|
-
"summary": "VPC network in which runners will be placed."
|
|
6607
|
-
},
|
|
6608
|
-
"immutable": true,
|
|
6609
|
-
"locationInModule": {
|
|
6610
|
-
"filename": "src/providers/common.ts",
|
|
6611
|
-
"line": 388
|
|
6612
|
-
},
|
|
6613
|
-
"name": "vpc",
|
|
6614
|
-
"optional": true,
|
|
6615
|
-
"type": {
|
|
6616
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6617
|
-
}
|
|
6618
6628
|
}
|
|
6619
6629
|
],
|
|
6620
6630
|
"symbolId": "src/providers/common:IRunnerProvider"
|
|
@@ -6725,17 +6735,22 @@
|
|
|
6725
6735
|
"abstract": true,
|
|
6726
6736
|
"docs": {
|
|
6727
6737
|
"stability": "experimental",
|
|
6728
|
-
"summary": "Security
|
|
6738
|
+
"summary": "Security groups attached to runners."
|
|
6729
6739
|
},
|
|
6730
6740
|
"immutable": true,
|
|
6731
6741
|
"locationInModule": {
|
|
6732
6742
|
"filename": "src/providers/common.ts",
|
|
6733
6743
|
"line": 354
|
|
6734
6744
|
},
|
|
6735
|
-
"name": "
|
|
6745
|
+
"name": "securityGroups",
|
|
6736
6746
|
"optional": true,
|
|
6737
6747
|
"type": {
|
|
6738
|
-
"
|
|
6748
|
+
"collection": {
|
|
6749
|
+
"elementtype": {
|
|
6750
|
+
"primitive": "string"
|
|
6751
|
+
},
|
|
6752
|
+
"kind": "array"
|
|
6753
|
+
}
|
|
6739
6754
|
}
|
|
6740
6755
|
},
|
|
6741
6756
|
{
|
|
@@ -7069,7 +7084,7 @@
|
|
|
7069
7084
|
},
|
|
7070
7085
|
"locationInModule": {
|
|
7071
7086
|
"filename": "src/providers/lambda.ts",
|
|
7072
|
-
"line":
|
|
7087
|
+
"line": 165
|
|
7073
7088
|
},
|
|
7074
7089
|
"parameters": [
|
|
7075
7090
|
{
|
|
@@ -7098,7 +7113,7 @@
|
|
|
7098
7113
|
"kind": "class",
|
|
7099
7114
|
"locationInModule": {
|
|
7100
7115
|
"filename": "src/providers/lambda.ts",
|
|
7101
|
-
"line":
|
|
7116
|
+
"line": 123
|
|
7102
7117
|
},
|
|
7103
7118
|
"methods": [
|
|
7104
7119
|
{
|
|
@@ -7109,7 +7124,7 @@
|
|
|
7109
7124
|
},
|
|
7110
7125
|
"locationInModule": {
|
|
7111
7126
|
"filename": "src/providers/lambda.ts",
|
|
7112
|
-
"line":
|
|
7127
|
+
"line": 245
|
|
7113
7128
|
},
|
|
7114
7129
|
"name": "getStepFunctionTask",
|
|
7115
7130
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7138,7 +7153,7 @@
|
|
|
7138
7153
|
},
|
|
7139
7154
|
"locationInModule": {
|
|
7140
7155
|
"filename": "src/providers/lambda.ts",
|
|
7141
|
-
"line":
|
|
7156
|
+
"line": 303
|
|
7142
7157
|
},
|
|
7143
7158
|
"name": "grantStateMachine",
|
|
7144
7159
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7157,7 +7172,7 @@
|
|
|
7157
7172
|
},
|
|
7158
7173
|
"locationInModule": {
|
|
7159
7174
|
"filename": "src/providers/common.ts",
|
|
7160
|
-
"line":
|
|
7175
|
+
"line": 416
|
|
7161
7176
|
},
|
|
7162
7177
|
"name": "labelsFromProperties",
|
|
7163
7178
|
"parameters": [
|
|
@@ -7207,7 +7222,7 @@
|
|
|
7207
7222
|
},
|
|
7208
7223
|
"locationInModule": {
|
|
7209
7224
|
"filename": "src/providers/lambda.ts",
|
|
7210
|
-
"line":
|
|
7225
|
+
"line": 306
|
|
7211
7226
|
},
|
|
7212
7227
|
"name": "status",
|
|
7213
7228
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7238,7 +7253,7 @@
|
|
|
7238
7253
|
"immutable": true,
|
|
7239
7254
|
"locationInModule": {
|
|
7240
7255
|
"filename": "src/providers/lambda.ts",
|
|
7241
|
-
"line":
|
|
7256
|
+
"line": 140
|
|
7242
7257
|
},
|
|
7243
7258
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
7244
7259
|
"static": true,
|
|
@@ -7256,7 +7271,7 @@
|
|
|
7256
7271
|
"immutable": true,
|
|
7257
7272
|
"locationInModule": {
|
|
7258
7273
|
"filename": "src/providers/lambda.ts",
|
|
7259
|
-
"line":
|
|
7274
|
+
"line": 131
|
|
7260
7275
|
},
|
|
7261
7276
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
7262
7277
|
"static": true,
|
|
@@ -7272,7 +7287,7 @@
|
|
|
7272
7287
|
"immutable": true,
|
|
7273
7288
|
"locationInModule": {
|
|
7274
7289
|
"filename": "src/providers/lambda.ts",
|
|
7275
|
-
"line":
|
|
7290
|
+
"line": 234
|
|
7276
7291
|
},
|
|
7277
7292
|
"name": "connections",
|
|
7278
7293
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7288,7 +7303,7 @@
|
|
|
7288
7303
|
"immutable": true,
|
|
7289
7304
|
"locationInModule": {
|
|
7290
7305
|
"filename": "src/providers/lambda.ts",
|
|
7291
|
-
"line":
|
|
7306
|
+
"line": 145
|
|
7292
7307
|
},
|
|
7293
7308
|
"name": "function",
|
|
7294
7309
|
"type": {
|
|
@@ -7303,7 +7318,7 @@
|
|
|
7303
7318
|
"immutable": true,
|
|
7304
7319
|
"locationInModule": {
|
|
7305
7320
|
"filename": "src/providers/lambda.ts",
|
|
7306
|
-
"line":
|
|
7321
|
+
"line": 155
|
|
7307
7322
|
},
|
|
7308
7323
|
"name": "grantPrincipal",
|
|
7309
7324
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7320,7 +7335,7 @@
|
|
|
7320
7335
|
"immutable": true,
|
|
7321
7336
|
"locationInModule": {
|
|
7322
7337
|
"filename": "src/providers/lambda.ts",
|
|
7323
|
-
"line":
|
|
7338
|
+
"line": 160
|
|
7324
7339
|
},
|
|
7325
7340
|
"name": "image",
|
|
7326
7341
|
"type": {
|
|
@@ -7335,7 +7350,7 @@
|
|
|
7335
7350
|
"immutable": true,
|
|
7336
7351
|
"locationInModule": {
|
|
7337
7352
|
"filename": "src/providers/lambda.ts",
|
|
7338
|
-
"line":
|
|
7353
|
+
"line": 150
|
|
7339
7354
|
},
|
|
7340
7355
|
"name": "labels",
|
|
7341
7356
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7347,40 +7362,6 @@
|
|
|
7347
7362
|
"kind": "array"
|
|
7348
7363
|
}
|
|
7349
7364
|
}
|
|
7350
|
-
},
|
|
7351
|
-
{
|
|
7352
|
-
"docs": {
|
|
7353
|
-
"stability": "experimental",
|
|
7354
|
-
"summary": "Security group attached to the function."
|
|
7355
|
-
},
|
|
7356
|
-
"immutable": true,
|
|
7357
|
-
"locationInModule": {
|
|
7358
|
-
"filename": "src/providers/lambda.ts",
|
|
7359
|
-
"line": 151
|
|
7360
|
-
},
|
|
7361
|
-
"name": "securityGroup",
|
|
7362
|
-
"optional": true,
|
|
7363
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
7364
|
-
"type": {
|
|
7365
|
-
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7366
|
-
}
|
|
7367
|
-
},
|
|
7368
|
-
{
|
|
7369
|
-
"docs": {
|
|
7370
|
-
"stability": "experimental",
|
|
7371
|
-
"summary": "VPC used for hosting the function."
|
|
7372
|
-
},
|
|
7373
|
-
"immutable": true,
|
|
7374
|
-
"locationInModule": {
|
|
7375
|
-
"filename": "src/providers/lambda.ts",
|
|
7376
|
-
"line": 146
|
|
7377
|
-
},
|
|
7378
|
-
"name": "vpc",
|
|
7379
|
-
"optional": true,
|
|
7380
|
-
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
7381
|
-
"type": {
|
|
7382
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
7383
|
-
}
|
|
7384
7365
|
}
|
|
7385
7366
|
],
|
|
7386
7367
|
"symbolId": "src/providers/lambda:LambdaRunner"
|
|
@@ -7506,13 +7487,14 @@
|
|
|
7506
7487
|
"abstract": true,
|
|
7507
7488
|
"docs": {
|
|
7508
7489
|
"default": "public lambda with no security group",
|
|
7509
|
-
"
|
|
7510
|
-
"
|
|
7490
|
+
"deprecated": "use {@link securityGroups}",
|
|
7491
|
+
"stability": "deprecated",
|
|
7492
|
+
"summary": "Security group to assign to this instance."
|
|
7511
7493
|
},
|
|
7512
7494
|
"immutable": true,
|
|
7513
7495
|
"locationInModule": {
|
|
7514
7496
|
"filename": "src/providers/lambda.ts",
|
|
7515
|
-
"line":
|
|
7497
|
+
"line": 99
|
|
7516
7498
|
},
|
|
7517
7499
|
"name": "securityGroup",
|
|
7518
7500
|
"optional": true,
|
|
@@ -7520,6 +7502,29 @@
|
|
|
7520
7502
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
7521
7503
|
}
|
|
7522
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
|
+
},
|
|
7523
7528
|
{
|
|
7524
7529
|
"abstract": true,
|
|
7525
7530
|
"docs": {
|
|
@@ -7530,7 +7535,7 @@
|
|
|
7530
7535
|
"immutable": true,
|
|
7531
7536
|
"locationInModule": {
|
|
7532
7537
|
"filename": "src/providers/lambda.ts",
|
|
7533
|
-
"line":
|
|
7538
|
+
"line": 113
|
|
7534
7539
|
},
|
|
7535
7540
|
"name": "subnetSelection",
|
|
7536
7541
|
"optional": true,
|
|
@@ -8917,6 +8922,6 @@
|
|
|
8917
8922
|
"symbolId": "src/providers/image-builders/windows-components:WindowsComponents"
|
|
8918
8923
|
}
|
|
8919
8924
|
},
|
|
8920
|
-
"version": "0.
|
|
8921
|
-
"fingerprint": "
|
|
8925
|
+
"version": "0.7.0",
|
|
8926
|
+
"fingerprint": "UDboOTTzf1PLx0M70uQlFUcscusgJJmS80P15bbmnFk="
|
|
8922
8927
|
}
|