@cloudsnorkel/cdk-github-runners 0.14.2 → 0.14.4

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.
Files changed (33) hide show
  1. package/.jsii +512 -224
  2. package/API.md +114 -0
  3. package/assets/providers/ami-root-device.lambda/index.js +13 -0
  4. package/assets/setup.lambda/index.html +1 -1
  5. package/lib/access.js +1 -1
  6. package/lib/image-builders/api.js +1 -1
  7. package/lib/image-builders/aws-image-builder/ami.d.ts +5 -0
  8. package/lib/image-builders/aws-image-builder/ami.js +12 -1
  9. package/lib/image-builders/aws-image-builder/builder.d.ts +9 -0
  10. package/lib/image-builders/aws-image-builder/builder.js +7 -5
  11. package/lib/image-builders/aws-image-builder/common.js +2 -2
  12. package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
  13. package/lib/image-builders/aws-image-builder/deprecated/container.js +1 -1
  14. package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
  15. package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
  16. package/lib/image-builders/codebuild-deprecated.js +1 -1
  17. package/lib/image-builders/codebuild.js +2 -2
  18. package/lib/image-builders/components.js +1 -1
  19. package/lib/image-builders/static.js +1 -1
  20. package/lib/providers/ami-root-device.lambda.js +14 -1
  21. package/lib/providers/codebuild.js +2 -2
  22. package/lib/providers/common.d.ts +35 -0
  23. package/lib/providers/common.js +8 -5
  24. package/lib/providers/ec2.d.ts +6 -1
  25. package/lib/providers/ec2.js +7 -3
  26. package/lib/providers/ecs.d.ts +5 -1
  27. package/lib/providers/ecs.js +10 -5
  28. package/lib/providers/fargate.js +4 -5
  29. package/lib/providers/lambda.js +4 -4
  30. package/lib/runner.js +7 -7
  31. package/lib/secrets.js +1 -1
  32. package/lib/webhook.js +2 -2
  33. package/package.json +15 -15
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "dependencies": {
10
- "aws-cdk-lib": "^2.123.0",
10
+ "aws-cdk-lib": "^2.155.0",
11
11
  "constructs": "^10.0.5"
12
12
  },
13
13
  "dependencyClosure": {
@@ -89,6 +89,36 @@
89
89
  }
90
90
  }
91
91
  },
92
+ "@aws-cdk/cloud-assembly-schema": {
93
+ "targets": {
94
+ "dotnet": {
95
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
96
+ "namespace": "Amazon.CDK.CloudAssembly.Schema",
97
+ "packageId": "Amazon.CDK.CloudAssembly.Schema"
98
+ },
99
+ "go": {
100
+ "moduleName": "github.com/cdklabs/cloud-assembly-schema-go"
101
+ },
102
+ "java": {
103
+ "maven": {
104
+ "artifactId": "cdk-cloud-assembly-schema",
105
+ "groupId": "software.amazon.awscdk"
106
+ },
107
+ "package": "software.amazon.awscdk.cloudassembly.schema"
108
+ },
109
+ "js": {
110
+ "npm": "@aws-cdk/cloud-assembly-schema"
111
+ },
112
+ "python": {
113
+ "classifiers": [
114
+ "Framework :: AWS CDK",
115
+ "Framework :: AWS CDK :: 2"
116
+ ],
117
+ "distName": "aws-cdk.cloud-assembly-schema",
118
+ "module": "aws_cdk.cloud_assembly_schema"
119
+ }
120
+ }
121
+ },
92
122
  "aws-cdk-lib": {
93
123
  "submodules": {
94
124
  "aws-cdk-lib.alexa_ask": {
@@ -104,19 +134,6 @@
104
134
  }
105
135
  }
106
136
  },
107
- "aws-cdk-lib.amzn_sdc": {
108
- "targets": {
109
- "dotnet": {
110
- "package": "Amazon.CDK.AMZN.SDC"
111
- },
112
- "java": {
113
- "package": "amzn.sdc"
114
- },
115
- "python": {
116
- "module": "aws_cdk.amzn_sdc"
117
- }
118
- }
119
- },
120
137
  "aws-cdk-lib.assertions": {
121
138
  "targets": {
122
139
  "dotnet": {
@@ -234,8 +251,32 @@
234
251
  }
235
252
  }
236
253
  },
237
- "aws-cdk-lib.aws_apigatewayv2_authorizers": {},
238
- "aws-cdk-lib.aws_apigatewayv2_integrations": {},
254
+ "aws-cdk-lib.aws_apigatewayv2_authorizers": {
255
+ "targets": {
256
+ "dotnet": {
257
+ "namespace": "Amazon.CDK.AwsApigatewayv2Authorizers"
258
+ },
259
+ "java": {
260
+ "package": "software.amazon.awscdk.aws_apigatewayv2_authorizers"
261
+ },
262
+ "python": {
263
+ "module": "aws_cdk.aws_apigatewayv2_authorizers"
264
+ }
265
+ }
266
+ },
267
+ "aws-cdk-lib.aws_apigatewayv2_integrations": {
268
+ "targets": {
269
+ "dotnet": {
270
+ "namespace": "Amazon.CDK.AwsApigatewayv2Integrations"
271
+ },
272
+ "java": {
273
+ "package": "software.amazon.awscdk.aws_apigatewayv2_integrations"
274
+ },
275
+ "python": {
276
+ "module": "aws_cdk.aws_apigatewayv2_integrations"
277
+ }
278
+ }
279
+ },
239
280
  "aws-cdk-lib.aws_appconfig": {
240
281
  "targets": {
241
282
  "dotnet": {
@@ -301,6 +342,19 @@
301
342
  }
302
343
  }
303
344
  },
345
+ "aws-cdk-lib.aws_applicationsignals": {
346
+ "targets": {
347
+ "dotnet": {
348
+ "package": "Amazon.CDK.AWS.ApplicationSignals"
349
+ },
350
+ "java": {
351
+ "package": "software.amazon.awscdk.services.applicationsignals"
352
+ },
353
+ "python": {
354
+ "module": "aws_cdk.aws_applicationsignals"
355
+ }
356
+ }
357
+ },
304
358
  "aws-cdk-lib.aws_appmesh": {
305
359
  "targets": {
306
360
  "dotnet": {
@@ -353,6 +407,19 @@
353
407
  }
354
408
  }
355
409
  },
410
+ "aws-cdk-lib.aws_apptest": {
411
+ "targets": {
412
+ "dotnet": {
413
+ "package": "Amazon.CDK.AWS.AppTest"
414
+ },
415
+ "java": {
416
+ "package": "software.amazon.awscdk.services.apptest"
417
+ },
418
+ "python": {
419
+ "module": "aws_cdk.aws_apptest"
420
+ }
421
+ }
422
+ },
356
423
  "aws-cdk-lib.aws_aps": {
357
424
  "targets": {
358
425
  "dotnet": {
@@ -509,10 +576,23 @@
509
576
  }
510
577
  }
511
578
  },
579
+ "aws-cdk-lib.aws_bcmdataexports": {
580
+ "targets": {
581
+ "dotnet": {
582
+ "package": "Amazon.CDK.AWS.BCMDataExports"
583
+ },
584
+ "java": {
585
+ "package": "software.amazon.awscdk.services.bcmdataexports"
586
+ },
587
+ "python": {
588
+ "module": "aws_cdk.aws_bcmdataexports"
589
+ }
590
+ }
591
+ },
512
592
  "aws-cdk-lib.aws_bedrock": {
513
593
  "targets": {
514
594
  "dotnet": {
515
- "namespace": "Amazon.CDK.AWS.Bedrock"
595
+ "package": "Amazon.CDK.AWS.Bedrock"
516
596
  },
517
597
  "java": {
518
598
  "package": "software.amazon.awscdk.services.bedrock"
@@ -613,6 +693,19 @@
613
693
  }
614
694
  }
615
695
  },
696
+ "aws-cdk-lib.aws_cleanroomsml": {
697
+ "targets": {
698
+ "dotnet": {
699
+ "package": "Amazon.CDK.AWS.CleanRoomsML"
700
+ },
701
+ "java": {
702
+ "package": "software.amazon.awscdk.services.cleanroomsml"
703
+ },
704
+ "python": {
705
+ "module": "aws_cdk.aws_cleanroomsml"
706
+ }
707
+ }
708
+ },
616
709
  "aws-cdk-lib.aws_cloud9": {
617
710
  "targets": {
618
711
  "dotnet": {
@@ -744,6 +837,19 @@
744
837
  }
745
838
  }
746
839
  },
840
+ "aws-cdk-lib.aws_codeconnections": {
841
+ "targets": {
842
+ "dotnet": {
843
+ "package": "Amazon.CDK.AWS.CodeConnections"
844
+ },
845
+ "java": {
846
+ "package": "software.amazon.awscdk.services.codeconnections"
847
+ },
848
+ "python": {
849
+ "module": "aws_cdk.aws_codeconnections"
850
+ }
851
+ }
852
+ },
747
853
  "aws-cdk-lib.aws_codedeploy": {
748
854
  "targets": {
749
855
  "dotnet": {
@@ -848,19 +954,6 @@
848
954
  }
849
955
  }
850
956
  },
851
- "aws-cdk-lib.aws_codetest": {
852
- "targets": {
853
- "dotnet": {
854
- "package": "Amazon.CDK.AWS.CodeTest"
855
- },
856
- "java": {
857
- "package": "software.amazon.awscdk.services.codetest"
858
- },
859
- "python": {
860
- "module": "aws_cdk.aws_codetest"
861
- }
862
- }
863
- },
864
957
  "aws-cdk-lib.aws_cognito": {
865
958
  "targets": {
866
959
  "dotnet": {
@@ -1030,6 +1123,19 @@
1030
1123
  }
1031
1124
  }
1032
1125
  },
1126
+ "aws-cdk-lib.aws_deadline": {
1127
+ "targets": {
1128
+ "dotnet": {
1129
+ "package": "Amazon.CDK.AWS.Deadline"
1130
+ },
1131
+ "java": {
1132
+ "package": "software.amazon.awscdk.services.deadline"
1133
+ },
1134
+ "python": {
1135
+ "module": "aws_cdk.aws_deadline"
1136
+ }
1137
+ }
1138
+ },
1033
1139
  "aws-cdk-lib.aws_detective": {
1034
1140
  "targets": {
1035
1141
  "dotnet": {
@@ -2083,6 +2189,19 @@
2083
2189
  }
2084
2190
  }
2085
2191
  },
2192
+ "aws-cdk-lib.aws_launchwizard": {
2193
+ "targets": {
2194
+ "dotnet": {
2195
+ "package": "Amazon.CDK.AWS.LaunchWizard"
2196
+ },
2197
+ "java": {
2198
+ "package": "software.amazon.awscdk.services.launchwizard"
2199
+ },
2200
+ "python": {
2201
+ "module": "aws_cdk.aws_launchwizard"
2202
+ }
2203
+ }
2204
+ },
2086
2205
  "aws-cdk-lib.aws_lex": {
2087
2206
  "targets": {
2088
2207
  "dotnet": {
@@ -2551,6 +2670,19 @@
2551
2670
  }
2552
2671
  }
2553
2672
  },
2673
+ "aws-cdk-lib.aws_paymentcryptography": {
2674
+ "targets": {
2675
+ "dotnet": {
2676
+ "package": "Amazon.CDK.AWS.PaymentCryptography"
2677
+ },
2678
+ "java": {
2679
+ "package": "software.amazon.awscdk.services.paymentcryptography"
2680
+ },
2681
+ "python": {
2682
+ "module": "aws_cdk.aws_paymentcryptography"
2683
+ }
2684
+ }
2685
+ },
2554
2686
  "aws-cdk-lib.aws_pcaconnectorad": {
2555
2687
  "targets": {
2556
2688
  "dotnet": {
@@ -2629,6 +2761,19 @@
2629
2761
  }
2630
2762
  }
2631
2763
  },
2764
+ "aws-cdk-lib.aws_qbusiness": {
2765
+ "targets": {
2766
+ "dotnet": {
2767
+ "package": "Amazon.CDK.AWS.QBusiness"
2768
+ },
2769
+ "java": {
2770
+ "package": "software.amazon.awscdk.services.qbusiness"
2771
+ },
2772
+ "python": {
2773
+ "module": "aws_cdk.aws_qbusiness"
2774
+ }
2775
+ }
2776
+ },
2632
2777
  "aws-cdk-lib.aws_qldb": {
2633
2778
  "targets": {
2634
2779
  "dotnet": {
@@ -2837,6 +2982,19 @@
2837
2982
  }
2838
2983
  }
2839
2984
  },
2985
+ "aws-cdk-lib.aws_route53profiles": {
2986
+ "targets": {
2987
+ "dotnet": {
2988
+ "package": "Amazon.CDK.AWS.Route53Profiles"
2989
+ },
2990
+ "java": {
2991
+ "package": "software.amazon.awscdk.services.route53profiles"
2992
+ },
2993
+ "python": {
2994
+ "module": "aws_cdk.aws_route53profiles"
2995
+ }
2996
+ }
2997
+ },
2840
2998
  "aws-cdk-lib.aws_route53recoverycontrol": {
2841
2999
  "targets": {
2842
3000
  "dotnet": {
@@ -3058,6 +3216,19 @@
3058
3216
  }
3059
3217
  }
3060
3218
  },
3219
+ "aws-cdk-lib.aws_securitylake": {
3220
+ "targets": {
3221
+ "dotnet": {
3222
+ "package": "Amazon.CDK.AWS.SecurityLake"
3223
+ },
3224
+ "java": {
3225
+ "package": "software.amazon.awscdk.services.securitylake"
3226
+ },
3227
+ "python": {
3228
+ "module": "aws_cdk.aws_securitylake"
3229
+ }
3230
+ }
3231
+ },
3061
3232
  "aws-cdk-lib.aws_servicecatalog": {
3062
3233
  "targets": {
3063
3234
  "dotnet": {
@@ -3487,19 +3658,7 @@
3487
3658
  }
3488
3659
  }
3489
3660
  },
3490
- "aws-cdk-lib.cloud_assembly_schema": {
3491
- "targets": {
3492
- "dotnet": {
3493
- "namespace": "Amazon.CDK.CloudAssembly.Schema"
3494
- },
3495
- "java": {
3496
- "package": "software.amazon.awscdk.cloudassembly.schema"
3497
- },
3498
- "python": {
3499
- "module": "aws_cdk.cloud_assembly_schema"
3500
- }
3501
- }
3502
- },
3661
+ "aws-cdk-lib.cloud_assembly_schema": {},
3503
3662
  "aws-cdk-lib.cloudformation_include": {
3504
3663
  "targets": {
3505
3664
  "dotnet": {
@@ -3675,7 +3834,7 @@
3675
3834
  "stability": "experimental"
3676
3835
  },
3677
3836
  "homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
3678
- "jsiiVersion": "5.3.52 (build f72576c)",
3837
+ "jsiiVersion": "5.3.55 (build 4f29397)",
3679
3838
  "keywords": [
3680
3839
  "aws",
3681
3840
  "aws-cdk",
@@ -4501,7 +4660,7 @@
4501
4660
  "kind": "class",
4502
4661
  "locationInModule": {
4503
4662
  "filename": "src/providers/common.ts",
4504
- "line": 54
4663
+ "line": 55
4505
4664
  },
4506
4665
  "methods": [
4507
4666
  {
@@ -4511,7 +4670,7 @@
4511
4670
  },
4512
4671
  "locationInModule": {
4513
4672
  "filename": "src/providers/common.ts",
4514
- "line": 100
4673
+ "line": 101
4515
4674
  },
4516
4675
  "name": "instanceTypeMatch",
4517
4676
  "parameters": [
@@ -4538,7 +4697,7 @@
4538
4697
  },
4539
4698
  "locationInModule": {
4540
4699
  "filename": "src/providers/common.ts",
4541
- "line": 77
4700
+ "line": 78
4542
4701
  },
4543
4702
  "name": "is",
4544
4703
  "parameters": [
@@ -4565,7 +4724,7 @@
4565
4724
  },
4566
4725
  "locationInModule": {
4567
4726
  "filename": "src/providers/common.ts",
4568
- "line": 86
4727
+ "line": 87
4569
4728
  },
4570
4729
  "name": "isIn",
4571
4730
  "parameters": [
@@ -4602,7 +4761,7 @@
4602
4761
  "immutable": true,
4603
4762
  "locationInModule": {
4604
4763
  "filename": "src/providers/common.ts",
4605
- "line": 58
4764
+ "line": 59
4606
4765
  },
4607
4766
  "name": "ARM64",
4608
4767
  "static": true,
@@ -4619,7 +4778,7 @@
4619
4778
  "immutable": true,
4620
4779
  "locationInModule": {
4621
4780
  "filename": "src/providers/common.ts",
4622
- "line": 63
4781
+ "line": 64
4623
4782
  },
4624
4783
  "name": "X86_64",
4625
4784
  "static": true,
@@ -4634,7 +4793,7 @@
4634
4793
  "immutable": true,
4635
4794
  "locationInModule": {
4636
4795
  "filename": "src/providers/common.ts",
4637
- "line": 69
4796
+ "line": 70
4638
4797
  },
4639
4798
  "name": "name",
4640
4799
  "type": {
@@ -4669,7 +4828,7 @@
4669
4828
  "immutable": true,
4670
4829
  "locationInModule": {
4671
4830
  "filename": "src/image-builders/aws-image-builder/builder.ts",
4672
- "line": 49
4831
+ "line": 58
4673
4832
  },
4674
4833
  "name": "fastLaunchOptions",
4675
4834
  "optional": true,
@@ -4694,6 +4853,25 @@
4694
4853
  "type": {
4695
4854
  "fqn": "aws-cdk-lib.aws_ec2.InstanceType"
4696
4855
  }
4856
+ },
4857
+ {
4858
+ "abstract": true,
4859
+ "docs": {
4860
+ "default": "default size for AMI (usually 30GB for Linux and 50GB for Windows)",
4861
+ "remarks": "Use this if you're building images with big components and need more space.",
4862
+ "stability": "experimental",
4863
+ "summary": "Size of volume available for builder instances. This modifies the boot volume size and doesn't add any additional volumes."
4864
+ },
4865
+ "immutable": true,
4866
+ "locationInModule": {
4867
+ "filename": "src/image-builders/aws-image-builder/builder.ts",
4868
+ "line": 49
4869
+ },
4870
+ "name": "storageSize",
4871
+ "optional": true,
4872
+ "type": {
4873
+ "fqn": "aws-cdk-lib.Size"
4874
+ }
4697
4875
  }
4698
4876
  ],
4699
4877
  "symbolId": "src/image-builders/aws-image-builder/builder:AwsImageBuilderRunnerImageBuilderProps"
@@ -5487,7 +5665,7 @@
5487
5665
  },
5488
5666
  "locationInModule": {
5489
5667
  "filename": "src/providers/common.ts",
5490
- "line": 492
5668
+ "line": 528
5491
5669
  },
5492
5670
  "name": "labelsFromProperties",
5493
5671
  "parameters": [
@@ -6624,7 +6802,7 @@
6624
6802
  },
6625
6803
  "locationInModule": {
6626
6804
  "filename": "src/providers/ec2.ts",
6627
- "line": 349
6805
+ "line": 356
6628
6806
  },
6629
6807
  "parameters": [
6630
6808
  {
@@ -6651,7 +6829,7 @@
6651
6829
  "kind": "class",
6652
6830
  "locationInModule": {
6653
6831
  "filename": "src/providers/ec2.ts",
6654
- "line": 578
6832
+ "line": 589
6655
6833
  },
6656
6834
  "name": "Ec2Runner",
6657
6835
  "symbolId": "src/providers/ec2:Ec2Runner"
@@ -6671,7 +6849,7 @@
6671
6849
  },
6672
6850
  "locationInModule": {
6673
6851
  "filename": "src/providers/ec2.ts",
6674
- "line": 349
6852
+ "line": 356
6675
6853
  },
6676
6854
  "parameters": [
6677
6855
  {
@@ -6701,7 +6879,7 @@
6701
6879
  "kind": "class",
6702
6880
  "locationInModule": {
6703
6881
  "filename": "src/providers/ec2.ts",
6704
- "line": 279
6882
+ "line": 285
6705
6883
  },
6706
6884
  "methods": [
6707
6885
  {
@@ -6712,7 +6890,7 @@
6712
6890
  },
6713
6891
  "locationInModule": {
6714
6892
  "filename": "src/providers/ec2.ts",
6715
- "line": 298
6893
+ "line": 304
6716
6894
  },
6717
6895
  "name": "imageBuilder",
6718
6896
  "parameters": [
@@ -6751,7 +6929,7 @@
6751
6929
  },
6752
6930
  "locationInModule": {
6753
6931
  "filename": "src/providers/ec2.ts",
6754
- "line": 404
6932
+ "line": 412
6755
6933
  },
6756
6934
  "name": "getStepFunctionTask",
6757
6935
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6780,7 +6958,7 @@
6780
6958
  },
6781
6959
  "locationInModule": {
6782
6960
  "filename": "src/providers/ec2.ts",
6783
- "line": 518
6961
+ "line": 529
6784
6962
  },
6785
6963
  "name": "grantStateMachine",
6786
6964
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6799,7 +6977,7 @@
6799
6977
  },
6800
6978
  "locationInModule": {
6801
6979
  "filename": "src/providers/common.ts",
6802
- "line": 492
6980
+ "line": 528
6803
6981
  },
6804
6982
  "name": "labelsFromProperties",
6805
6983
  "parameters": [
@@ -6849,7 +7027,7 @@
6849
7027
  },
6850
7028
  "locationInModule": {
6851
7029
  "filename": "src/providers/ec2.ts",
6852
- "line": 548
7030
+ "line": 559
6853
7031
  },
6854
7032
  "name": "status",
6855
7033
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6878,7 +7056,7 @@
6878
7056
  "immutable": true,
6879
7057
  "locationInModule": {
6880
7058
  "filename": "src/providers/ec2.ts",
6881
- "line": 570
7059
+ "line": 581
6882
7060
  },
6883
7061
  "name": "connections",
6884
7062
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -6894,7 +7072,7 @@
6894
7072
  "immutable": true,
6895
7073
  "locationInModule": {
6896
7074
  "filename": "src/providers/ec2.ts",
6897
- "line": 324
7075
+ "line": 330
6898
7076
  },
6899
7077
  "name": "grantPrincipal",
6900
7078
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -6910,7 +7088,7 @@
6910
7088
  "immutable": true,
6911
7089
  "locationInModule": {
6912
7090
  "filename": "src/providers/ec2.ts",
6913
- "line": 319
7091
+ "line": 325
6914
7092
  },
6915
7093
  "name": "labels",
6916
7094
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6932,7 +7110,7 @@
6932
7110
  "immutable": true,
6933
7111
  "locationInModule": {
6934
7112
  "filename": "src/providers/ec2.ts",
6935
- "line": 331
7113
+ "line": 337
6936
7114
  },
6937
7115
  "name": "logGroup",
6938
7116
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6948,7 +7126,7 @@
6948
7126
  "immutable": true,
6949
7127
  "locationInModule": {
6950
7128
  "filename": "src/providers/ec2.ts",
6951
- "line": 333
7129
+ "line": 339
6952
7130
  },
6953
7131
  "name": "retryableErrors",
6954
7132
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6978,7 +7156,7 @@
6978
7156
  "kind": "interface",
6979
7157
  "locationInModule": {
6980
7158
  "filename": "src/providers/ec2.ts",
6981
- "line": 180
7159
+ "line": 181
6982
7160
  },
6983
7161
  "name": "Ec2RunnerProviderProps",
6984
7162
  "properties": [
@@ -6991,7 +7169,7 @@
6991
7169
  "immutable": true,
6992
7170
  "locationInModule": {
6993
7171
  "filename": "src/providers/ec2.ts",
6994
- "line": 193
7172
+ "line": 194
6995
7173
  },
6996
7174
  "name": "amiBuilder",
6997
7175
  "optional": true,
@@ -7010,7 +7188,7 @@
7010
7188
  "immutable": true,
7011
7189
  "locationInModule": {
7012
7190
  "filename": "src/providers/ec2.ts",
7013
- "line": 188
7191
+ "line": 189
7014
7192
  },
7015
7193
  "name": "imageBuilder",
7016
7194
  "optional": true,
@@ -7028,7 +7206,7 @@
7028
7206
  "immutable": true,
7029
7207
  "locationInModule": {
7030
7208
  "filename": "src/providers/ec2.ts",
7031
- "line": 211
7209
+ "line": 212
7032
7210
  },
7033
7211
  "name": "instanceType",
7034
7212
  "optional": true,
@@ -7047,7 +7225,7 @@
7047
7225
  "immutable": true,
7048
7226
  "locationInModule": {
7049
7227
  "filename": "src/providers/ec2.ts",
7050
- "line": 204
7228
+ "line": 205
7051
7229
  },
7052
7230
  "name": "labels",
7053
7231
  "optional": true,
@@ -7071,7 +7249,7 @@
7071
7249
  "immutable": true,
7072
7250
  "locationInModule": {
7073
7251
  "filename": "src/providers/ec2.ts",
7074
- "line": 227
7252
+ "line": 233
7075
7253
  },
7076
7254
  "name": "securityGroup",
7077
7255
  "optional": true,
@@ -7089,7 +7267,7 @@
7089
7267
  "immutable": true,
7090
7268
  "locationInModule": {
7091
7269
  "filename": "src/providers/ec2.ts",
7092
- "line": 234
7270
+ "line": 240
7093
7271
  },
7094
7272
  "name": "securityGroups",
7095
7273
  "optional": true,
@@ -7113,7 +7291,7 @@
7113
7291
  "immutable": true,
7114
7292
  "locationInModule": {
7115
7293
  "filename": "src/providers/ec2.ts",
7116
- "line": 264
7294
+ "line": 270
7117
7295
  },
7118
7296
  "name": "spot",
7119
7297
  "optional": true,
@@ -7131,7 +7309,7 @@
7131
7309
  "immutable": true,
7132
7310
  "locationInModule": {
7133
7311
  "filename": "src/providers/ec2.ts",
7134
- "line": 271
7312
+ "line": 277
7135
7313
  },
7136
7314
  "name": "spotMaxPrice",
7137
7315
  "optional": true,
@@ -7139,6 +7317,23 @@
7139
7317
  "primitive": "string"
7140
7318
  }
7141
7319
  },
7320
+ {
7321
+ "abstract": true,
7322
+ "docs": {
7323
+ "stability": "experimental",
7324
+ "summary": "Options for runner instance storage volume."
7325
+ },
7326
+ "immutable": true,
7327
+ "locationInModule": {
7328
+ "filename": "src/providers/ec2.ts",
7329
+ "line": 224
7330
+ },
7331
+ "name": "storageOptions",
7332
+ "optional": true,
7333
+ "type": {
7334
+ "fqn": "@cloudsnorkel/cdk-github-runners.StorageOptions"
7335
+ }
7336
+ },
7142
7337
  {
7143
7338
  "abstract": true,
7144
7339
  "docs": {
@@ -7150,7 +7345,7 @@
7150
7345
  "immutable": true,
7151
7346
  "locationInModule": {
7152
7347
  "filename": "src/providers/ec2.ts",
7153
- "line": 218
7348
+ "line": 219
7154
7349
  },
7155
7350
  "name": "storageSize",
7156
7351
  "optional": true,
@@ -7169,7 +7364,7 @@
7169
7364
  "immutable": true,
7170
7365
  "locationInModule": {
7171
7366
  "filename": "src/providers/ec2.ts",
7172
- "line": 243
7367
+ "line": 249
7173
7368
  },
7174
7369
  "name": "subnet",
7175
7370
  "optional": true,
@@ -7188,7 +7383,7 @@
7188
7383
  "immutable": true,
7189
7384
  "locationInModule": {
7190
7385
  "filename": "src/providers/ec2.ts",
7191
- "line": 257
7386
+ "line": 263
7192
7387
  },
7193
7388
  "name": "subnetSelection",
7194
7389
  "optional": true,
@@ -7206,7 +7401,7 @@
7206
7401
  "immutable": true,
7207
7402
  "locationInModule": {
7208
7403
  "filename": "src/providers/ec2.ts",
7209
- "line": 250
7404
+ "line": 256
7210
7405
  },
7211
7406
  "name": "vpc",
7212
7407
  "optional": true,
@@ -7232,7 +7427,7 @@
7232
7427
  },
7233
7428
  "locationInModule": {
7234
7429
  "filename": "src/providers/ecs.ts",
7235
- "line": 327
7430
+ "line": 331
7236
7431
  },
7237
7432
  "parameters": [
7238
7433
  {
@@ -7262,7 +7457,7 @@
7262
7457
  "kind": "class",
7263
7458
  "locationInModule": {
7264
7459
  "filename": "src/providers/ecs.ts",
7265
- "line": 212
7460
+ "line": 216
7266
7461
  },
7267
7462
  "methods": [
7268
7463
  {
@@ -7273,7 +7468,7 @@
7273
7468
  },
7274
7469
  "locationInModule": {
7275
7470
  "filename": "src/providers/ecs.ts",
7276
- "line": 231
7471
+ "line": 235
7277
7472
  },
7278
7473
  "name": "imageBuilder",
7279
7474
  "parameters": [
@@ -7312,7 +7507,7 @@
7312
7507
  },
7313
7508
  "locationInModule": {
7314
7509
  "filename": "src/providers/ecs.ts",
7315
- "line": 540
7510
+ "line": 551
7316
7511
  },
7317
7512
  "name": "getStepFunctionTask",
7318
7513
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -7341,7 +7536,7 @@
7341
7536
  },
7342
7537
  "locationInModule": {
7343
7538
  "filename": "src/providers/ecs.ts",
7344
- "line": 592
7539
+ "line": 603
7345
7540
  },
7346
7541
  "name": "grantStateMachine",
7347
7542
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -7360,7 +7555,7 @@
7360
7555
  },
7361
7556
  "locationInModule": {
7362
7557
  "filename": "src/providers/common.ts",
7363
- "line": 492
7558
+ "line": 528
7364
7559
  },
7365
7560
  "name": "labelsFromProperties",
7366
7561
  "parameters": [
@@ -7410,7 +7605,7 @@
7410
7605
  },
7411
7606
  "locationInModule": {
7412
7607
  "filename": "src/providers/ecs.ts",
7413
- "line": 595
7608
+ "line": 606
7414
7609
  },
7415
7610
  "name": "status",
7416
7611
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -7439,7 +7634,7 @@
7439
7634
  "immutable": true,
7440
7635
  "locationInModule": {
7441
7636
  "filename": "src/providers/ecs.ts",
7442
- "line": 296
7637
+ "line": 300
7443
7638
  },
7444
7639
  "name": "connections",
7445
7640
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -7455,7 +7650,7 @@
7455
7650
  "immutable": true,
7456
7651
  "locationInModule": {
7457
7652
  "filename": "src/providers/ecs.ts",
7458
- "line": 291
7653
+ "line": 295
7459
7654
  },
7460
7655
  "name": "grantPrincipal",
7461
7656
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -7471,7 +7666,7 @@
7471
7666
  "immutable": true,
7472
7667
  "locationInModule": {
7473
7668
  "filename": "src/providers/ecs.ts",
7474
- "line": 271
7669
+ "line": 275
7475
7670
  },
7476
7671
  "name": "labels",
7477
7672
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -7493,7 +7688,7 @@
7493
7688
  "immutable": true,
7494
7689
  "locationInModule": {
7495
7690
  "filename": "src/providers/ecs.ts",
7496
- "line": 308
7691
+ "line": 312
7497
7692
  },
7498
7693
  "name": "logGroup",
7499
7694
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -7509,7 +7704,7 @@
7509
7704
  "immutable": true,
7510
7705
  "locationInModule": {
7511
7706
  "filename": "src/providers/ecs.ts",
7512
- "line": 320
7707
+ "line": 324
7513
7708
  },
7514
7709
  "name": "retryableErrors",
7515
7710
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -7539,7 +7734,7 @@
7539
7734
  "kind": "interface",
7540
7735
  "locationInModule": {
7541
7736
  "filename": "src/providers/ecs.ts",
7542
- "line": 36
7737
+ "line": 37
7543
7738
  },
7544
7739
  "name": "EcsRunnerProviderProps",
7545
7740
  "properties": [
@@ -7554,7 +7749,7 @@
7554
7749
  "immutable": true,
7555
7750
  "locationInModule": {
7556
7751
  "filename": "src/providers/ecs.ts",
7557
- "line": 101
7752
+ "line": 102
7558
7753
  },
7559
7754
  "name": "assignPublicIp",
7560
7755
  "optional": true,
@@ -7573,7 +7768,7 @@
7573
7768
  "immutable": true,
7574
7769
  "locationInModule": {
7575
7770
  "filename": "src/providers/ecs.ts",
7576
- "line": 92
7771
+ "line": 93
7577
7772
  },
7578
7773
  "name": "capacityProvider",
7579
7774
  "optional": true,
@@ -7591,7 +7786,7 @@
7591
7786
  "immutable": true,
7592
7787
  "locationInModule": {
7593
7788
  "filename": "src/providers/ecs.ts",
7594
- "line": 83
7789
+ "line": 84
7595
7790
  },
7596
7791
  "name": "cluster",
7597
7792
  "optional": true,
@@ -7610,7 +7805,7 @@
7610
7805
  "immutable": true,
7611
7806
  "locationInModule": {
7612
7807
  "filename": "src/providers/ecs.ts",
7613
- "line": 108
7808
+ "line": 109
7614
7809
  },
7615
7810
  "name": "cpu",
7616
7811
  "optional": true,
@@ -7629,7 +7824,7 @@
7629
7824
  "immutable": true,
7630
7825
  "locationInModule": {
7631
7826
  "filename": "src/providers/ecs.ts",
7632
- "line": 160
7827
+ "line": 166
7633
7828
  },
7634
7829
  "name": "dockerInDocker",
7635
7830
  "optional": true,
@@ -7648,7 +7843,7 @@
7648
7843
  "immutable": true,
7649
7844
  "locationInModule": {
7650
7845
  "filename": "src/providers/ecs.ts",
7651
- "line": 44
7846
+ "line": 45
7652
7847
  },
7653
7848
  "name": "imageBuilder",
7654
7849
  "optional": true,
@@ -7667,7 +7862,7 @@
7667
7862
  "immutable": true,
7668
7863
  "locationInModule": {
7669
7864
  "filename": "src/providers/ecs.ts",
7670
- "line": 129
7865
+ "line": 130
7671
7866
  },
7672
7867
  "name": "instanceType",
7673
7868
  "optional": true,
@@ -7686,7 +7881,7 @@
7686
7881
  "immutable": true,
7687
7882
  "locationInModule": {
7688
7883
  "filename": "src/providers/ecs.ts",
7689
- "line": 55
7884
+ "line": 56
7690
7885
  },
7691
7886
  "name": "labels",
7692
7887
  "optional": true,
@@ -7710,7 +7905,7 @@
7710
7905
  "immutable": true,
7711
7906
  "locationInModule": {
7712
7907
  "filename": "src/providers/ecs.ts",
7713
- "line": 143
7908
+ "line": 144
7714
7909
  },
7715
7910
  "name": "maxInstances",
7716
7911
  "optional": true,
@@ -7728,7 +7923,7 @@
7728
7923
  "immutable": true,
7729
7924
  "locationInModule": {
7730
7925
  "filename": "src/providers/ecs.ts",
7731
- "line": 115
7926
+ "line": 116
7732
7927
  },
7733
7928
  "name": "memoryLimitMiB",
7734
7929
  "optional": true,
@@ -7746,7 +7941,7 @@
7746
7941
  "immutable": true,
7747
7942
  "locationInModule": {
7748
7943
  "filename": "src/providers/ecs.ts",
7749
- "line": 122
7944
+ "line": 123
7750
7945
  },
7751
7946
  "name": "memoryReservationMiB",
7752
7947
  "optional": true,
@@ -7765,7 +7960,7 @@
7765
7960
  "immutable": true,
7766
7961
  "locationInModule": {
7767
7962
  "filename": "src/providers/ecs.ts",
7768
- "line": 136
7963
+ "line": 137
7769
7964
  },
7770
7965
  "name": "minInstances",
7771
7966
  "optional": true,
@@ -7783,7 +7978,7 @@
7783
7978
  "immutable": true,
7784
7979
  "locationInModule": {
7785
7980
  "filename": "src/providers/ecs.ts",
7786
- "line": 76
7981
+ "line": 77
7787
7982
  },
7788
7983
  "name": "securityGroups",
7789
7984
  "optional": true,
@@ -7806,7 +8001,7 @@
7806
8001
  "immutable": true,
7807
8002
  "locationInModule": {
7808
8003
  "filename": "src/providers/ecs.ts",
7809
- "line": 167
8004
+ "line": 173
7810
8005
  },
7811
8006
  "name": "spot",
7812
8007
  "optional": true,
@@ -7823,7 +8018,7 @@
7823
8018
  "immutable": true,
7824
8019
  "locationInModule": {
7825
8020
  "filename": "src/providers/ecs.ts",
7826
- "line": 172
8021
+ "line": 178
7827
8022
  },
7828
8023
  "name": "spotMaxPrice",
7829
8024
  "optional": true,
@@ -7831,6 +8026,23 @@
7831
8026
  "primitive": "string"
7832
8027
  }
7833
8028
  },
8029
+ {
8030
+ "abstract": true,
8031
+ "docs": {
8032
+ "stability": "experimental",
8033
+ "summary": "Options for runner instance storage volume."
8034
+ },
8035
+ "immutable": true,
8036
+ "locationInModule": {
8037
+ "filename": "src/providers/ecs.ts",
8038
+ "line": 158
8039
+ },
8040
+ "name": "storageOptions",
8041
+ "optional": true,
8042
+ "type": {
8043
+ "fqn": "@cloudsnorkel/cdk-github-runners.StorageOptions"
8044
+ }
8045
+ },
7834
8046
  {
7835
8047
  "abstract": true,
7836
8048
  "docs": {
@@ -7842,7 +8054,7 @@
7842
8054
  "immutable": true,
7843
8055
  "locationInModule": {
7844
8056
  "filename": "src/providers/ecs.ts",
7845
- "line": 152
8057
+ "line": 153
7846
8058
  },
7847
8059
  "name": "storageSize",
7848
8060
  "optional": true,
@@ -7860,7 +8072,7 @@
7860
8072
  "immutable": true,
7861
8073
  "locationInModule": {
7862
8074
  "filename": "src/providers/ecs.ts",
7863
- "line": 69
8075
+ "line": 70
7864
8076
  },
7865
8077
  "name": "subnetSelection",
7866
8078
  "optional": true,
@@ -7878,7 +8090,7 @@
7878
8090
  "immutable": true,
7879
8091
  "locationInModule": {
7880
8092
  "filename": "src/providers/ecs.ts",
7881
- "line": 62
8093
+ "line": 63
7882
8094
  },
7883
8095
  "name": "vpc",
7884
8096
  "optional": true,
@@ -7903,7 +8115,7 @@
7903
8115
  },
7904
8116
  "locationInModule": {
7905
8117
  "filename": "src/providers/fargate.ts",
7906
- "line": 370
8118
+ "line": 368
7907
8119
  },
7908
8120
  "parameters": [
7909
8121
  {
@@ -7930,7 +8142,7 @@
7930
8142
  "kind": "class",
7931
8143
  "locationInModule": {
7932
8144
  "filename": "src/providers/fargate.ts",
7933
- "line": 538
8145
+ "line": 536
7934
8146
  },
7935
8147
  "name": "FargateRunner",
7936
8148
  "symbolId": "src/providers/fargate:FargateRunner"
@@ -7950,7 +8162,7 @@
7950
8162
  },
7951
8163
  "locationInModule": {
7952
8164
  "filename": "src/providers/fargate.ts",
7953
- "line": 370
8165
+ "line": 368
7954
8166
  },
7955
8167
  "parameters": [
7956
8168
  {
@@ -7980,7 +8192,7 @@
7980
8192
  "kind": "class",
7981
8193
  "locationInModule": {
7982
8194
  "filename": "src/providers/fargate.ts",
7983
- "line": 244
8195
+ "line": 242
7984
8196
  },
7985
8197
  "methods": [
7986
8198
  {
@@ -7991,7 +8203,7 @@
7991
8203
  },
7992
8204
  "locationInModule": {
7993
8205
  "filename": "src/providers/fargate.ts",
7994
- "line": 284
8206
+ "line": 282
7995
8207
  },
7996
8208
  "name": "imageBuilder",
7997
8209
  "parameters": [
@@ -8030,7 +8242,7 @@
8030
8242
  },
8031
8243
  "locationInModule": {
8032
8244
  "filename": "src/providers/fargate.ts",
8033
- "line": 457
8245
+ "line": 455
8034
8246
  },
8035
8247
  "name": "getStepFunctionTask",
8036
8248
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -8059,7 +8271,7 @@
8059
8271
  },
8060
8272
  "locationInModule": {
8061
8273
  "filename": "src/providers/fargate.ts",
8062
- "line": 513
8274
+ "line": 511
8063
8275
  },
8064
8276
  "name": "grantStateMachine",
8065
8277
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -8078,7 +8290,7 @@
8078
8290
  },
8079
8291
  "locationInModule": {
8080
8292
  "filename": "src/providers/common.ts",
8081
- "line": 492
8293
+ "line": 528
8082
8294
  },
8083
8295
  "name": "labelsFromProperties",
8084
8296
  "parameters": [
@@ -8128,7 +8340,7 @@
8128
8340
  },
8129
8341
  "locationInModule": {
8130
8342
  "filename": "src/providers/fargate.ts",
8131
- "line": 516
8343
+ "line": 514
8132
8344
  },
8133
8345
  "name": "status",
8134
8346
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -8160,7 +8372,7 @@
8160
8372
  "immutable": true,
8161
8373
  "locationInModule": {
8162
8374
  "filename": "src/providers/fargate.ts",
8163
- "line": 265
8375
+ "line": 263
8164
8376
  },
8165
8377
  "name": "LINUX_ARM64_DOCKERFILE_PATH",
8166
8378
  "static": true,
@@ -8179,7 +8391,7 @@
8179
8391
  "immutable": true,
8180
8392
  "locationInModule": {
8181
8393
  "filename": "src/providers/fargate.ts",
8182
- "line": 254
8394
+ "line": 252
8183
8395
  },
8184
8396
  "name": "LINUX_X64_DOCKERFILE_PATH",
8185
8397
  "static": true,
@@ -8195,7 +8407,7 @@
8195
8407
  "immutable": true,
8196
8408
  "locationInModule": {
8197
8409
  "filename": "src/providers/fargate.ts",
8198
- "line": 333
8410
+ "line": 331
8199
8411
  },
8200
8412
  "name": "assignPublicIp",
8201
8413
  "type": {
@@ -8210,7 +8422,7 @@
8210
8422
  "immutable": true,
8211
8423
  "locationInModule": {
8212
8424
  "filename": "src/providers/fargate.ts",
8213
- "line": 303
8425
+ "line": 301
8214
8426
  },
8215
8427
  "name": "cluster",
8216
8428
  "type": {
@@ -8225,7 +8437,7 @@
8225
8437
  "immutable": true,
8226
8438
  "locationInModule": {
8227
8439
  "filename": "src/providers/fargate.ts",
8228
- "line": 343
8440
+ "line": 341
8229
8441
  },
8230
8442
  "name": "connections",
8231
8443
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -8241,7 +8453,7 @@
8241
8453
  "immutable": true,
8242
8454
  "locationInModule": {
8243
8455
  "filename": "src/providers/fargate.ts",
8244
- "line": 313
8456
+ "line": 311
8245
8457
  },
8246
8458
  "name": "container",
8247
8459
  "type": {
@@ -8256,7 +8468,7 @@
8256
8468
  "immutable": true,
8257
8469
  "locationInModule": {
8258
8470
  "filename": "src/providers/fargate.ts",
8259
- "line": 338
8471
+ "line": 336
8260
8472
  },
8261
8473
  "name": "grantPrincipal",
8262
8474
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -8273,7 +8485,7 @@
8273
8485
  "immutable": true,
8274
8486
  "locationInModule": {
8275
8487
  "filename": "src/providers/fargate.ts",
8276
- "line": 353
8488
+ "line": 351
8277
8489
  },
8278
8490
  "name": "image",
8279
8491
  "type": {
@@ -8288,7 +8500,7 @@
8288
8500
  "immutable": true,
8289
8501
  "locationInModule": {
8290
8502
  "filename": "src/providers/fargate.ts",
8291
- "line": 318
8503
+ "line": 316
8292
8504
  },
8293
8505
  "name": "labels",
8294
8506
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -8310,7 +8522,7 @@
8310
8522
  "immutable": true,
8311
8523
  "locationInModule": {
8312
8524
  "filename": "src/providers/fargate.ts",
8313
- "line": 360
8525
+ "line": 358
8314
8526
  },
8315
8527
  "name": "logGroup",
8316
8528
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -8326,7 +8538,7 @@
8326
8538
  "immutable": true,
8327
8539
  "locationInModule": {
8328
8540
  "filename": "src/providers/fargate.ts",
8329
- "line": 362
8541
+ "line": 360
8330
8542
  },
8331
8543
  "name": "retryableErrors",
8332
8544
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -8347,7 +8559,7 @@
8347
8559
  "immutable": true,
8348
8560
  "locationInModule": {
8349
8561
  "filename": "src/providers/fargate.ts",
8350
- "line": 348
8562
+ "line": 346
8351
8563
  },
8352
8564
  "name": "spot",
8353
8565
  "type": {
@@ -8362,7 +8574,7 @@
8362
8574
  "immutable": true,
8363
8575
  "locationInModule": {
8364
8576
  "filename": "src/providers/fargate.ts",
8365
- "line": 308
8577
+ "line": 306
8366
8578
  },
8367
8579
  "name": "task",
8368
8580
  "type": {
@@ -8377,7 +8589,7 @@
8377
8589
  "immutable": true,
8378
8590
  "locationInModule": {
8379
8591
  "filename": "src/providers/fargate.ts",
8380
- "line": 328
8592
+ "line": 326
8381
8593
  },
8382
8594
  "name": "subnetSelection",
8383
8595
  "optional": true,
@@ -8393,7 +8605,7 @@
8393
8605
  "immutable": true,
8394
8606
  "locationInModule": {
8395
8607
  "filename": "src/providers/fargate.ts",
8396
- "line": 323
8608
+ "line": 321
8397
8609
  },
8398
8610
  "name": "vpc",
8399
8611
  "optional": true,
@@ -8689,7 +8901,7 @@
8689
8901
  "kind": "interface",
8690
8902
  "locationInModule": {
8691
8903
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8692
- "line": 55
8904
+ "line": 64
8693
8905
  },
8694
8906
  "name": "FastLaunchOptions",
8695
8907
  "properties": [
@@ -8707,7 +8919,7 @@
8707
8919
  "immutable": true,
8708
8920
  "locationInModule": {
8709
8921
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8710
- "line": 66
8922
+ "line": 75
8711
8923
  },
8712
8924
  "name": "enabled",
8713
8925
  "optional": true,
@@ -8726,7 +8938,7 @@
8726
8938
  "immutable": true,
8727
8939
  "locationInModule": {
8728
8940
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8729
- "line": 75
8941
+ "line": 84
8730
8942
  },
8731
8943
  "name": "maxParallelLaunches",
8732
8944
  "optional": true,
@@ -8744,7 +8956,7 @@
8744
8956
  "immutable": true,
8745
8957
  "locationInModule": {
8746
8958
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8747
- "line": 82
8959
+ "line": 91
8748
8960
  },
8749
8961
  "name": "targetResourceCount",
8750
8962
  "optional": true,
@@ -9379,7 +9591,7 @@
9379
9591
  "kind": "interface",
9380
9592
  "locationInModule": {
9381
9593
  "filename": "src/providers/common.ts",
9382
- "line": 371
9594
+ "line": 372
9383
9595
  },
9384
9596
  "name": "IRunnerAmiStatus",
9385
9597
  "properties": [
@@ -9392,7 +9604,7 @@
9392
9604
  "immutable": true,
9393
9605
  "locationInModule": {
9394
9606
  "filename": "src/providers/common.ts",
9395
- "line": 375
9607
+ "line": 376
9396
9608
  },
9397
9609
  "name": "launchTemplate",
9398
9610
  "type": {
@@ -9408,7 +9620,7 @@
9408
9620
  "immutable": true,
9409
9621
  "locationInModule": {
9410
9622
  "filename": "src/providers/common.ts",
9411
- "line": 380
9623
+ "line": 381
9412
9624
  },
9413
9625
  "name": "amiBuilderLogGroup",
9414
9626
  "optional": true,
@@ -9483,7 +9695,7 @@
9483
9695
  "kind": "interface",
9484
9696
  "locationInModule": {
9485
9697
  "filename": "src/providers/common.ts",
9486
- "line": 351
9698
+ "line": 352
9487
9699
  },
9488
9700
  "name": "IRunnerImageStatus",
9489
9701
  "properties": [
@@ -9496,7 +9708,7 @@
9496
9708
  "immutable": true,
9497
9709
  "locationInModule": {
9498
9710
  "filename": "src/providers/common.ts",
9499
- "line": 355
9711
+ "line": 356
9500
9712
  },
9501
9713
  "name": "imageRepository",
9502
9714
  "type": {
@@ -9512,7 +9724,7 @@
9512
9724
  "immutable": true,
9513
9725
  "locationInModule": {
9514
9726
  "filename": "src/providers/common.ts",
9515
- "line": 360
9727
+ "line": 361
9516
9728
  },
9517
9729
  "name": "imageTag",
9518
9730
  "type": {
@@ -9528,7 +9740,7 @@
9528
9740
  "immutable": true,
9529
9741
  "locationInModule": {
9530
9742
  "filename": "src/providers/common.ts",
9531
- "line": 365
9743
+ "line": 366
9532
9744
  },
9533
9745
  "name": "imageBuilderLogGroup",
9534
9746
  "optional": true,
@@ -9555,7 +9767,7 @@
9555
9767
  "kind": "interface",
9556
9768
  "locationInModule": {
9557
9769
  "filename": "src/providers/common.ts",
9558
- "line": 431
9770
+ "line": 432
9559
9771
  },
9560
9772
  "methods": [
9561
9773
  {
@@ -9567,7 +9779,7 @@
9567
9779
  },
9568
9780
  "locationInModule": {
9569
9781
  "filename": "src/providers/common.ts",
9570
- "line": 462
9782
+ "line": 463
9571
9783
  },
9572
9784
  "name": "getStepFunctionTask",
9573
9785
  "parameters": [
@@ -9596,7 +9808,7 @@
9596
9808
  },
9597
9809
  "locationInModule": {
9598
9810
  "filename": "src/providers/common.ts",
9599
- "line": 470
9811
+ "line": 471
9600
9812
  },
9601
9813
  "name": "grantStateMachine",
9602
9814
  "parameters": [
@@ -9620,7 +9832,7 @@
9620
9832
  },
9621
9833
  "locationInModule": {
9622
9834
  "filename": "src/providers/common.ts",
9623
- "line": 477
9835
+ "line": 478
9624
9836
  },
9625
9837
  "name": "status",
9626
9838
  "parameters": [
@@ -9653,7 +9865,7 @@
9653
9865
  "immutable": true,
9654
9866
  "locationInModule": {
9655
9867
  "filename": "src/providers/common.ts",
9656
- "line": 439
9868
+ "line": 440
9657
9869
  },
9658
9870
  "name": "labels",
9659
9871
  "type": {
@@ -9675,7 +9887,7 @@
9675
9887
  "immutable": true,
9676
9888
  "locationInModule": {
9677
9889
  "filename": "src/providers/common.ts",
9678
- "line": 446
9890
+ "line": 447
9679
9891
  },
9680
9892
  "name": "logGroup",
9681
9893
  "type": {
@@ -9692,7 +9904,7 @@
9692
9904
  "immutable": true,
9693
9905
  "locationInModule": {
9694
9906
  "filename": "src/providers/common.ts",
9695
- "line": 453
9907
+ "line": 454
9696
9908
  },
9697
9909
  "name": "retryableErrors",
9698
9910
  "type": {
@@ -9717,7 +9929,7 @@
9717
9929
  "kind": "interface",
9718
9930
  "locationInModule": {
9719
9931
  "filename": "src/providers/common.ts",
9720
- "line": 386
9932
+ "line": 387
9721
9933
  },
9722
9934
  "name": "IRunnerProviderStatus",
9723
9935
  "properties": [
@@ -9730,7 +9942,7 @@
9730
9942
  "immutable": true,
9731
9943
  "locationInModule": {
9732
9944
  "filename": "src/providers/common.ts",
9733
- "line": 395
9945
+ "line": 396
9734
9946
  },
9735
9947
  "name": "labels",
9736
9948
  "type": {
@@ -9751,7 +9963,7 @@
9751
9963
  "immutable": true,
9752
9964
  "locationInModule": {
9753
9965
  "filename": "src/providers/common.ts",
9754
- "line": 390
9966
+ "line": 391
9755
9967
  },
9756
9968
  "name": "type",
9757
9969
  "type": {
@@ -9767,7 +9979,7 @@
9767
9979
  "immutable": true,
9768
9980
  "locationInModule": {
9769
9981
  "filename": "src/providers/common.ts",
9770
- "line": 420
9982
+ "line": 421
9771
9983
  },
9772
9984
  "name": "ami",
9773
9985
  "optional": true,
@@ -9784,7 +9996,7 @@
9784
9996
  "immutable": true,
9785
9997
  "locationInModule": {
9786
9998
  "filename": "src/providers/common.ts",
9787
- "line": 415
9999
+ "line": 416
9788
10000
  },
9789
10001
  "name": "image",
9790
10002
  "optional": true,
@@ -9801,7 +10013,7 @@
9801
10013
  "immutable": true,
9802
10014
  "locationInModule": {
9803
10015
  "filename": "src/providers/common.ts",
9804
- "line": 425
10016
+ "line": 426
9805
10017
  },
9806
10018
  "name": "logGroup",
9807
10019
  "optional": true,
@@ -9818,7 +10030,7 @@
9818
10030
  "immutable": true,
9819
10031
  "locationInModule": {
9820
10032
  "filename": "src/providers/common.ts",
9821
- "line": 410
10033
+ "line": 411
9822
10034
  },
9823
10035
  "name": "roleArn",
9824
10036
  "optional": true,
@@ -9835,7 +10047,7 @@
9835
10047
  "immutable": true,
9836
10048
  "locationInModule": {
9837
10049
  "filename": "src/providers/common.ts",
9838
- "line": 405
10050
+ "line": 406
9839
10051
  },
9840
10052
  "name": "securityGroups",
9841
10053
  "optional": true,
@@ -9857,7 +10069,7 @@
9857
10069
  "immutable": true,
9858
10070
  "locationInModule": {
9859
10071
  "filename": "src/providers/common.ts",
9860
- "line": 400
10072
+ "line": 401
9861
10073
  },
9862
10074
  "name": "vpcArn",
9863
10075
  "optional": true,
@@ -9879,7 +10091,7 @@
9879
10091
  "kind": "interface",
9880
10092
  "locationInModule": {
9881
10093
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9882
- "line": 88
10094
+ "line": 97
9883
10095
  },
9884
10096
  "name": "ImageBuilderAsset",
9885
10097
  "properties": [
@@ -9892,7 +10104,7 @@
9892
10104
  "immutable": true,
9893
10105
  "locationInModule": {
9894
10106
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9895
- "line": 97
10107
+ "line": 106
9896
10108
  },
9897
10109
  "name": "asset",
9898
10110
  "type": {
@@ -9908,7 +10120,7 @@
9908
10120
  "immutable": true,
9909
10121
  "locationInModule": {
9910
10122
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9911
- "line": 92
10123
+ "line": 101
9912
10124
  },
9913
10125
  "name": "path",
9914
10126
  "type": {
@@ -9934,7 +10146,7 @@
9934
10146
  },
9935
10147
  "locationInModule": {
9936
10148
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9937
- "line": 171
10149
+ "line": 180
9938
10150
  },
9939
10151
  "parameters": [
9940
10152
  {
@@ -9960,7 +10172,7 @@
9960
10172
  "kind": "class",
9961
10173
  "locationInModule": {
9962
10174
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9963
- "line": 158
10175
+ "line": 167
9964
10176
  },
9965
10177
  "methods": [
9966
10178
  {
@@ -10006,7 +10218,7 @@
10006
10218
  },
10007
10219
  "locationInModule": {
10008
10220
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10009
- "line": 273
10221
+ "line": 282
10010
10222
  },
10011
10223
  "name": "grantAssetsRead",
10012
10224
  "parameters": [
@@ -10024,7 +10236,7 @@
10024
10236
  },
10025
10237
  "locationInModule": {
10026
10238
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10027
- "line": 279
10239
+ "line": 288
10028
10240
  },
10029
10241
  "name": "prefixCommandsWithErrorHandling",
10030
10242
  "parameters": [
@@ -10068,7 +10280,7 @@
10068
10280
  "immutable": true,
10069
10281
  "locationInModule": {
10070
10282
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10071
- "line": 162
10283
+ "line": 171
10072
10284
  },
10073
10285
  "name": "arn",
10074
10286
  "type": {
@@ -10083,7 +10295,7 @@
10083
10295
  "immutable": true,
10084
10296
  "locationInModule": {
10085
10297
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10086
- "line": 167
10298
+ "line": 176
10087
10299
  },
10088
10300
  "name": "platform",
10089
10301
  "type": {
@@ -10104,7 +10316,7 @@
10104
10316
  "kind": "interface",
10105
10317
  "locationInModule": {
10106
10318
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10107
- "line": 103
10319
+ "line": 112
10108
10320
  },
10109
10321
  "name": "ImageBuilderComponentProperties",
10110
10322
  "properties": [
@@ -10118,7 +10330,7 @@
10118
10330
  "immutable": true,
10119
10331
  "locationInModule": {
10120
10332
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10121
- "line": 124
10333
+ "line": 133
10122
10334
  },
10123
10335
  "name": "commands",
10124
10336
  "type": {
@@ -10139,7 +10351,7 @@
10139
10351
  "immutable": true,
10140
10352
  "locationInModule": {
10141
10353
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10142
- "line": 117
10354
+ "line": 126
10143
10355
  },
10144
10356
  "name": "description",
10145
10357
  "type": {
@@ -10155,7 +10367,7 @@
10155
10367
  "immutable": true,
10156
10368
  "locationInModule": {
10157
10369
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10158
- "line": 112
10370
+ "line": 121
10159
10371
  },
10160
10372
  "name": "displayName",
10161
10373
  "type": {
@@ -10172,7 +10384,7 @@
10172
10384
  "immutable": true,
10173
10385
  "locationInModule": {
10174
10386
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10175
- "line": 107
10387
+ "line": 116
10176
10388
  },
10177
10389
  "name": "platform",
10178
10390
  "type": {
@@ -10188,7 +10400,7 @@
10188
10400
  "immutable": true,
10189
10401
  "locationInModule": {
10190
10402
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10191
- "line": 129
10403
+ "line": 138
10192
10404
  },
10193
10405
  "name": "assets",
10194
10406
  "optional": true,
@@ -10211,7 +10423,7 @@
10211
10423
  "immutable": true,
10212
10424
  "locationInModule": {
10213
10425
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10214
- "line": 136
10426
+ "line": 145
10215
10427
  },
10216
10428
  "name": "reboot",
10217
10429
  "optional": true,
@@ -10559,7 +10771,7 @@
10559
10771
  },
10560
10772
  "locationInModule": {
10561
10773
  "filename": "src/providers/common.ts",
10562
- "line": 492
10774
+ "line": 528
10563
10775
  },
10564
10776
  "name": "labelsFromProperties",
10565
10777
  "parameters": [
@@ -11427,7 +11639,7 @@
11427
11639
  "kind": "class",
11428
11640
  "locationInModule": {
11429
11641
  "filename": "src/providers/common.ts",
11430
- "line": 114
11642
+ "line": 115
11431
11643
  },
11432
11644
  "methods": [
11433
11645
  {
@@ -11437,7 +11649,7 @@
11437
11649
  },
11438
11650
  "locationInModule": {
11439
11651
  "filename": "src/providers/common.ts",
11440
- "line": 159
11652
+ "line": 160
11441
11653
  },
11442
11654
  "name": "is",
11443
11655
  "parameters": [
@@ -11464,7 +11676,7 @@
11464
11676
  },
11465
11677
  "locationInModule": {
11466
11678
  "filename": "src/providers/common.ts",
11467
- "line": 168
11679
+ "line": 169
11468
11680
  },
11469
11681
  "name": "isIn",
11470
11682
  "parameters": [
@@ -11502,7 +11714,7 @@
11502
11714
  "immutable": true,
11503
11715
  "locationInModule": {
11504
11716
  "filename": "src/providers/common.ts",
11505
- "line": 120
11717
+ "line": 121
11506
11718
  },
11507
11719
  "name": "LINUX",
11508
11720
  "static": true,
@@ -11519,7 +11731,7 @@
11519
11731
  "immutable": true,
11520
11732
  "locationInModule": {
11521
11733
  "filename": "src/providers/common.ts",
11522
- "line": 130
11734
+ "line": 131
11523
11735
  },
11524
11736
  "name": "LINUX_AMAZON_2",
11525
11737
  "static": true,
@@ -11536,7 +11748,7 @@
11536
11748
  "immutable": true,
11537
11749
  "locationInModule": {
11538
11750
  "filename": "src/providers/common.ts",
11539
- "line": 135
11751
+ "line": 136
11540
11752
  },
11541
11753
  "name": "LINUX_AMAZON_2023",
11542
11754
  "static": true,
@@ -11553,7 +11765,7 @@
11553
11765
  "immutable": true,
11554
11766
  "locationInModule": {
11555
11767
  "filename": "src/providers/common.ts",
11556
- "line": 125
11768
+ "line": 126
11557
11769
  },
11558
11770
  "name": "LINUX_UBUNTU",
11559
11771
  "static": true,
@@ -11570,7 +11782,7 @@
11570
11782
  "immutable": true,
11571
11783
  "locationInModule": {
11572
11784
  "filename": "src/providers/common.ts",
11573
- "line": 145
11785
+ "line": 146
11574
11786
  },
11575
11787
  "name": "WINDOWS",
11576
11788
  "static": true,
@@ -11585,7 +11797,7 @@
11585
11797
  "immutable": true,
11586
11798
  "locationInModule": {
11587
11799
  "filename": "src/providers/common.ts",
11588
- "line": 151
11800
+ "line": 152
11589
11801
  },
11590
11802
  "name": "name",
11591
11803
  "type": {
@@ -11607,7 +11819,7 @@
11607
11819
  "kind": "interface",
11608
11820
  "locationInModule": {
11609
11821
  "filename": "src/providers/common.ts",
11610
- "line": 257
11822
+ "line": 258
11611
11823
  },
11612
11824
  "name": "ProviderRetryOptions",
11613
11825
  "properties": [
@@ -11621,7 +11833,7 @@
11621
11833
  "immutable": true,
11622
11834
  "locationInModule": {
11623
11835
  "filename": "src/providers/common.ts",
11624
- "line": 284
11836
+ "line": 285
11625
11837
  },
11626
11838
  "name": "backoffRate",
11627
11839
  "optional": true,
@@ -11640,7 +11852,7 @@
11640
11852
  "immutable": true,
11641
11853
  "locationInModule": {
11642
11854
  "filename": "src/providers/common.ts",
11643
- "line": 270
11855
+ "line": 271
11644
11856
  },
11645
11857
  "name": "interval",
11646
11858
  "optional": true,
@@ -11658,7 +11870,7 @@
11658
11870
  "immutable": true,
11659
11871
  "locationInModule": {
11660
11872
  "filename": "src/providers/common.ts",
11661
- "line": 277
11873
+ "line": 278
11662
11874
  },
11663
11875
  "name": "maxAttempts",
11664
11876
  "optional": true,
@@ -11677,7 +11889,7 @@
11677
11889
  "immutable": true,
11678
11890
  "locationInModule": {
11679
11891
  "filename": "src/providers/common.ts",
11680
- "line": 263
11892
+ "line": 264
11681
11893
  },
11682
11894
  "name": "retry",
11683
11895
  "optional": true,
@@ -11699,7 +11911,7 @@
11699
11911
  "kind": "interface",
11700
11912
  "locationInModule": {
11701
11913
  "filename": "src/providers/common.ts",
11702
- "line": 225
11914
+ "line": 226
11703
11915
  },
11704
11916
  "name": "RunnerAmi",
11705
11917
  "properties": [
@@ -11712,7 +11924,7 @@
11712
11924
  "immutable": true,
11713
11925
  "locationInModule": {
11714
11926
  "filename": "src/providers/common.ts",
11715
- "line": 234
11927
+ "line": 235
11716
11928
  },
11717
11929
  "name": "architecture",
11718
11930
  "type": {
@@ -11728,7 +11940,7 @@
11728
11940
  "immutable": true,
11729
11941
  "locationInModule": {
11730
11942
  "filename": "src/providers/common.ts",
11731
- "line": 229
11943
+ "line": 230
11732
11944
  },
11733
11945
  "name": "launchTemplate",
11734
11946
  "type": {
@@ -11744,7 +11956,7 @@
11744
11956
  "immutable": true,
11745
11957
  "locationInModule": {
11746
11958
  "filename": "src/providers/common.ts",
11747
- "line": 239
11959
+ "line": 240
11748
11960
  },
11749
11961
  "name": "os",
11750
11962
  "type": {
@@ -11761,7 +11973,7 @@
11761
11973
  "immutable": true,
11762
11974
  "locationInModule": {
11763
11975
  "filename": "src/providers/common.ts",
11764
- "line": 251
11976
+ "line": 252
11765
11977
  },
11766
11978
  "name": "runnerVersion",
11767
11979
  "type": {
@@ -11777,7 +11989,7 @@
11777
11989
  "immutable": true,
11778
11990
  "locationInModule": {
11779
11991
  "filename": "src/providers/common.ts",
11780
- "line": 244
11992
+ "line": 245
11781
11993
  },
11782
11994
  "name": "logGroup",
11783
11995
  "optional": true,
@@ -11799,7 +12011,7 @@
11799
12011
  "kind": "interface",
11800
12012
  "locationInModule": {
11801
12013
  "filename": "src/providers/common.ts",
11802
- "line": 181
12014
+ "line": 182
11803
12015
  },
11804
12016
  "name": "RunnerImage",
11805
12017
  "properties": [
@@ -11812,7 +12024,7 @@
11812
12024
  "immutable": true,
11813
12025
  "locationInModule": {
11814
12026
  "filename": "src/providers/common.ts",
11815
- "line": 195
12027
+ "line": 196
11816
12028
  },
11817
12029
  "name": "architecture",
11818
12030
  "type": {
@@ -11828,7 +12040,7 @@
11828
12040
  "immutable": true,
11829
12041
  "locationInModule": {
11830
12042
  "filename": "src/providers/common.ts",
11831
- "line": 185
12043
+ "line": 186
11832
12044
  },
11833
12045
  "name": "imageRepository",
11834
12046
  "type": {
@@ -11844,7 +12056,7 @@
11844
12056
  "immutable": true,
11845
12057
  "locationInModule": {
11846
12058
  "filename": "src/providers/common.ts",
11847
- "line": 190
12059
+ "line": 191
11848
12060
  },
11849
12061
  "name": "imageTag",
11850
12062
  "type": {
@@ -11860,7 +12072,7 @@
11860
12072
  "immutable": true,
11861
12073
  "locationInModule": {
11862
12074
  "filename": "src/providers/common.ts",
11863
- "line": 200
12075
+ "line": 201
11864
12076
  },
11865
12077
  "name": "os",
11866
12078
  "type": {
@@ -11877,7 +12089,7 @@
11877
12089
  "immutable": true,
11878
12090
  "locationInModule": {
11879
12091
  "filename": "src/providers/common.ts",
11880
- "line": 212
12092
+ "line": 213
11881
12093
  },
11882
12094
  "name": "runnerVersion",
11883
12095
  "type": {
@@ -11893,7 +12105,7 @@
11893
12105
  "immutable": true,
11894
12106
  "locationInModule": {
11895
12107
  "filename": "src/providers/common.ts",
11896
- "line": 205
12108
+ "line": 206
11897
12109
  },
11898
12110
  "name": "logGroup",
11899
12111
  "optional": true,
@@ -13116,7 +13328,7 @@
13116
13328
  "kind": "interface",
13117
13329
  "locationInModule": {
13118
13330
  "filename": "src/providers/common.ts",
13119
- "line": 290
13331
+ "line": 291
13120
13332
  },
13121
13333
  "name": "RunnerProviderProps",
13122
13334
  "properties": [
@@ -13131,7 +13343,7 @@
13131
13343
  "immutable": true,
13132
13344
  "locationInModule": {
13133
13345
  "filename": "src/providers/common.ts",
13134
- "line": 298
13346
+ "line": 299
13135
13347
  },
13136
13348
  "name": "logRetention",
13137
13349
  "optional": true,
@@ -13148,7 +13360,7 @@
13148
13360
  "immutable": true,
13149
13361
  "locationInModule": {
13150
13362
  "filename": "src/providers/common.ts",
13151
- "line": 303
13363
+ "line": 304
13152
13364
  },
13153
13365
  "name": "retryOptions",
13154
13366
  "optional": true,
@@ -13171,7 +13383,7 @@
13171
13383
  "kind": "interface",
13172
13384
  "locationInModule": {
13173
13385
  "filename": "src/providers/common.ts",
13174
- "line": 315
13386
+ "line": 316
13175
13387
  },
13176
13388
  "name": "RunnerRuntimeParameters",
13177
13389
  "properties": [
@@ -13185,7 +13397,7 @@
13185
13397
  "immutable": true,
13186
13398
  "locationInModule": {
13187
13399
  "filename": "src/providers/common.ts",
13188
- "line": 329
13400
+ "line": 330
13189
13401
  },
13190
13402
  "name": "githubDomainPath",
13191
13403
  "type": {
@@ -13201,7 +13413,7 @@
13201
13413
  "immutable": true,
13202
13414
  "locationInModule": {
13203
13415
  "filename": "src/providers/common.ts",
13204
- "line": 334
13416
+ "line": 335
13205
13417
  },
13206
13418
  "name": "ownerPath",
13207
13419
  "type": {
@@ -13217,7 +13429,7 @@
13217
13429
  "immutable": true,
13218
13430
  "locationInModule": {
13219
13431
  "filename": "src/providers/common.ts",
13220
- "line": 344
13432
+ "line": 345
13221
13433
  },
13222
13434
  "name": "registrationUrl",
13223
13435
  "type": {
@@ -13233,7 +13445,7 @@
13233
13445
  "immutable": true,
13234
13446
  "locationInModule": {
13235
13447
  "filename": "src/providers/common.ts",
13236
- "line": 339
13448
+ "line": 340
13237
13449
  },
13238
13450
  "name": "repoPath",
13239
13451
  "type": {
@@ -13250,7 +13462,7 @@
13250
13462
  "immutable": true,
13251
13463
  "locationInModule": {
13252
13464
  "filename": "src/providers/common.ts",
13253
- "line": 324
13465
+ "line": 325
13254
13466
  },
13255
13467
  "name": "runnerNamePath",
13256
13468
  "type": {
@@ -13266,7 +13478,7 @@
13266
13478
  "immutable": true,
13267
13479
  "locationInModule": {
13268
13480
  "filename": "src/providers/common.ts",
13269
- "line": 319
13481
+ "line": 320
13270
13482
  },
13271
13483
  "name": "runnerTokenPath",
13272
13484
  "type": {
@@ -13289,7 +13501,7 @@
13289
13501
  },
13290
13502
  "locationInModule": {
13291
13503
  "filename": "src/providers/common.ts",
13292
- "line": 38
13504
+ "line": 39
13293
13505
  },
13294
13506
  "parameters": [
13295
13507
  {
@@ -13304,7 +13516,7 @@
13304
13516
  "kind": "class",
13305
13517
  "locationInModule": {
13306
13518
  "filename": "src/providers/common.ts",
13307
- "line": 19
13519
+ "line": 20
13308
13520
  },
13309
13521
  "methods": [
13310
13522
  {
@@ -13314,7 +13526,7 @@
13314
13526
  },
13315
13527
  "locationInModule": {
13316
13528
  "filename": "src/providers/common.ts",
13317
- "line": 23
13529
+ "line": 24
13318
13530
  },
13319
13531
  "name": "latest",
13320
13532
  "returns": {
@@ -13332,7 +13544,7 @@
13332
13544
  },
13333
13545
  "locationInModule": {
13334
13546
  "filename": "src/providers/common.ts",
13335
- "line": 34
13547
+ "line": 35
13336
13548
  },
13337
13549
  "name": "specific",
13338
13550
  "parameters": [
@@ -13360,7 +13572,7 @@
13360
13572
  },
13361
13573
  "locationInModule": {
13362
13574
  "filename": "src/providers/common.ts",
13363
- "line": 46
13575
+ "line": 47
13364
13576
  },
13365
13577
  "name": "is",
13366
13578
  "parameters": [
@@ -13390,7 +13602,7 @@
13390
13602
  "immutable": true,
13391
13603
  "locationInModule": {
13392
13604
  "filename": "src/providers/common.ts",
13393
- "line": 38
13605
+ "line": 39
13394
13606
  },
13395
13607
  "name": "version",
13396
13608
  "type": {
@@ -13646,6 +13858,82 @@
13646
13858
  "name": "StaticRunnerImage",
13647
13859
  "symbolId": "src/image-builders/static:StaticRunnerImage"
13648
13860
  },
13861
+ "@cloudsnorkel/cdk-github-runners.StorageOptions": {
13862
+ "assembly": "@cloudsnorkel/cdk-github-runners",
13863
+ "datatype": true,
13864
+ "docs": {
13865
+ "stability": "experimental",
13866
+ "summary": "Storage options for the runner instance."
13867
+ },
13868
+ "fqn": "@cloudsnorkel/cdk-github-runners.StorageOptions",
13869
+ "kind": "interface",
13870
+ "locationInModule": {
13871
+ "filename": "src/providers/common.ts",
13872
+ "line": 484
13873
+ },
13874
+ "name": "StorageOptions",
13875
+ "properties": [
13876
+ {
13877
+ "abstract": true,
13878
+ "docs": {
13879
+ "default": "- none, required for `EbsDeviceVolumeType.IO1`",
13880
+ "remarks": "Must only be set for `volumeType`: `EbsDeviceVolumeType.IO1`\n\nThe maximum ratio of IOPS to volume size (in GiB) is 50:1, so for 5,000 provisioned IOPS,\nyou need at least 100 GiB storage on the volume.",
13881
+ "see": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html",
13882
+ "stability": "experimental",
13883
+ "summary": "The number of I/O operations per second (IOPS) to provision for the volume."
13884
+ },
13885
+ "immutable": true,
13886
+ "locationInModule": {
13887
+ "filename": "src/providers/common.ts",
13888
+ "line": 505
13889
+ },
13890
+ "name": "iops",
13891
+ "optional": true,
13892
+ "type": {
13893
+ "primitive": "number"
13894
+ }
13895
+ },
13896
+ {
13897
+ "abstract": true,
13898
+ "docs": {
13899
+ "default": "- 125 MiB/s. Only valid on gp3 volumes.",
13900
+ "see": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-throughput",
13901
+ "stability": "experimental",
13902
+ "summary": "The throughput that the volume supports, in MiB/s Takes a minimum of 125 and maximum of 1000."
13903
+ },
13904
+ "immutable": true,
13905
+ "locationInModule": {
13906
+ "filename": "src/providers/common.ts",
13907
+ "line": 513
13908
+ },
13909
+ "name": "throughput",
13910
+ "optional": true,
13911
+ "type": {
13912
+ "primitive": "number"
13913
+ }
13914
+ },
13915
+ {
13916
+ "abstract": true,
13917
+ "docs": {
13918
+ "default": "`EbsDeviceVolumeType.GP2`",
13919
+ "see": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html",
13920
+ "stability": "experimental",
13921
+ "summary": "The EBS volume type."
13922
+ },
13923
+ "immutable": true,
13924
+ "locationInModule": {
13925
+ "filename": "src/providers/common.ts",
13926
+ "line": 491
13927
+ },
13928
+ "name": "volumeType",
13929
+ "optional": true,
13930
+ "type": {
13931
+ "fqn": "aws-cdk-lib.aws_ec2.EbsDeviceVolumeType"
13932
+ }
13933
+ }
13934
+ ],
13935
+ "symbolId": "src/providers/common:StorageOptions"
13936
+ },
13649
13937
  "@cloudsnorkel/cdk-github-runners.WindowsComponents": {
13650
13938
  "assembly": "@cloudsnorkel/cdk-github-runners",
13651
13939
  "docs": {
@@ -13893,6 +14181,6 @@
13893
14181
  "symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
13894
14182
  }
13895
14183
  },
13896
- "version": "0.14.2",
13897
- "fingerprint": "Szz0mVVmDil8wZ3Lk7kCkjRG+G5Yu4Icu55Bg2lwKqw="
14184
+ "version": "0.14.4",
14185
+ "fingerprint": "PaGUCa4nBADpQF6hrYCugJum4jjVpB4HFUdCIrr2ydM="
13898
14186
  }