@cloudsnorkel/cdk-github-runners 0.10.0 → 0.10.2
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 +123 -78
- package/API.md +39 -1
- package/lib/access.js +1 -1
- package/lib/image-builders/api.js +1 -1
- package/lib/image-builders/aws-image-builder/builder.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/container.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
- package/lib/image-builders/codebuild-deprecated.js +1 -1
- package/lib/image-builders/components.js +2 -3
- package/lib/image-builders/static.js +1 -1
- package/lib/providers/codebuild.js +2 -2
- package/lib/providers/common.js +3 -3
- package/lib/providers/ec2.js +2 -2
- package/lib/providers/ecs.d.ts +2 -0
- package/lib/providers/ecs.js +49 -57
- package/lib/providers/fargate.js +5 -4
- package/lib/providers/lambda.js +2 -2
- package/lib/runner.d.ts +14 -1
- package/lib/runner.js +25 -3
- package/lib/secrets.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -6652,7 +6652,7 @@
|
|
|
6652
6652
|
},
|
|
6653
6653
|
"locationInModule": {
|
|
6654
6654
|
"filename": "src/providers/ecs.ts",
|
|
6655
|
-
"line":
|
|
6655
|
+
"line": 310
|
|
6656
6656
|
},
|
|
6657
6657
|
"parameters": [
|
|
6658
6658
|
{
|
|
@@ -6682,7 +6682,7 @@
|
|
|
6682
6682
|
"kind": "class",
|
|
6683
6683
|
"locationInModule": {
|
|
6684
6684
|
"filename": "src/providers/ecs.ts",
|
|
6685
|
-
"line":
|
|
6685
|
+
"line": 201
|
|
6686
6686
|
},
|
|
6687
6687
|
"methods": [
|
|
6688
6688
|
{
|
|
@@ -6693,7 +6693,7 @@
|
|
|
6693
6693
|
},
|
|
6694
6694
|
"locationInModule": {
|
|
6695
6695
|
"filename": "src/providers/ecs.ts",
|
|
6696
|
-
"line":
|
|
6696
|
+
"line": 214
|
|
6697
6697
|
},
|
|
6698
6698
|
"name": "imageBuilder",
|
|
6699
6699
|
"parameters": [
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
},
|
|
6733
6733
|
"locationInModule": {
|
|
6734
6734
|
"filename": "src/providers/ecs.ts",
|
|
6735
|
-
"line":
|
|
6735
|
+
"line": 496
|
|
6736
6736
|
},
|
|
6737
6737
|
"name": "getStepFunctionTask",
|
|
6738
6738
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6761,7 +6761,7 @@
|
|
|
6761
6761
|
},
|
|
6762
6762
|
"locationInModule": {
|
|
6763
6763
|
"filename": "src/providers/ecs.ts",
|
|
6764
|
-
"line":
|
|
6764
|
+
"line": 543
|
|
6765
6765
|
},
|
|
6766
6766
|
"name": "grantStateMachine",
|
|
6767
6767
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6830,7 +6830,7 @@
|
|
|
6830
6830
|
},
|
|
6831
6831
|
"locationInModule": {
|
|
6832
6832
|
"filename": "src/providers/ecs.ts",
|
|
6833
|
-
"line":
|
|
6833
|
+
"line": 546
|
|
6834
6834
|
},
|
|
6835
6835
|
"name": "status",
|
|
6836
6836
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6859,7 +6859,7 @@
|
|
|
6859
6859
|
"immutable": true,
|
|
6860
6860
|
"locationInModule": {
|
|
6861
6861
|
"filename": "src/providers/ecs.ts",
|
|
6862
|
-
"line":
|
|
6862
|
+
"line": 279
|
|
6863
6863
|
},
|
|
6864
6864
|
"name": "connections",
|
|
6865
6865
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6875,7 +6875,7 @@
|
|
|
6875
6875
|
"immutable": true,
|
|
6876
6876
|
"locationInModule": {
|
|
6877
6877
|
"filename": "src/providers/ecs.ts",
|
|
6878
|
-
"line":
|
|
6878
|
+
"line": 274
|
|
6879
6879
|
},
|
|
6880
6880
|
"name": "grantPrincipal",
|
|
6881
6881
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6891,7 +6891,7 @@
|
|
|
6891
6891
|
"immutable": true,
|
|
6892
6892
|
"locationInModule": {
|
|
6893
6893
|
"filename": "src/providers/ecs.ts",
|
|
6894
|
-
"line":
|
|
6894
|
+
"line": 254
|
|
6895
6895
|
},
|
|
6896
6896
|
"name": "labels",
|
|
6897
6897
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6913,7 +6913,7 @@
|
|
|
6913
6913
|
"immutable": true,
|
|
6914
6914
|
"locationInModule": {
|
|
6915
6915
|
"filename": "src/providers/ecs.ts",
|
|
6916
|
-
"line":
|
|
6916
|
+
"line": 291
|
|
6917
6917
|
},
|
|
6918
6918
|
"name": "logGroup",
|
|
6919
6919
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
"immutable": true,
|
|
6930
6930
|
"locationInModule": {
|
|
6931
6931
|
"filename": "src/providers/ecs.ts",
|
|
6932
|
-
"line":
|
|
6932
|
+
"line": 303
|
|
6933
6933
|
},
|
|
6934
6934
|
"name": "retryableErrors",
|
|
6935
6935
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6974,7 +6974,7 @@
|
|
|
6974
6974
|
"immutable": true,
|
|
6975
6975
|
"locationInModule": {
|
|
6976
6976
|
"filename": "src/providers/ecs.ts",
|
|
6977
|
-
"line":
|
|
6977
|
+
"line": 99
|
|
6978
6978
|
},
|
|
6979
6979
|
"name": "assignPublicIp",
|
|
6980
6980
|
"optional": true,
|
|
@@ -6986,13 +6986,14 @@
|
|
|
6986
6986
|
"abstract": true,
|
|
6987
6987
|
"docs": {
|
|
6988
6988
|
"default": "new capacity provider",
|
|
6989
|
+
"remarks": "Make sure the AMI used by the capacity provider is compatible with ECS.",
|
|
6989
6990
|
"stability": "experimental",
|
|
6990
6991
|
"summary": "Existing capacity provider to use."
|
|
6991
6992
|
},
|
|
6992
6993
|
"immutable": true,
|
|
6993
6994
|
"locationInModule": {
|
|
6994
6995
|
"filename": "src/providers/ecs.ts",
|
|
6995
|
-
"line":
|
|
6996
|
+
"line": 90
|
|
6996
6997
|
},
|
|
6997
6998
|
"name": "capacityProvider",
|
|
6998
6999
|
"optional": true,
|
|
@@ -7029,7 +7030,7 @@
|
|
|
7029
7030
|
"immutable": true,
|
|
7030
7031
|
"locationInModule": {
|
|
7031
7032
|
"filename": "src/providers/ecs.ts",
|
|
7032
|
-
"line":
|
|
7033
|
+
"line": 106
|
|
7033
7034
|
},
|
|
7034
7035
|
"name": "cpu",
|
|
7035
7036
|
"optional": true,
|
|
@@ -7048,7 +7049,7 @@
|
|
|
7048
7049
|
"immutable": true,
|
|
7049
7050
|
"locationInModule": {
|
|
7050
7051
|
"filename": "src/providers/ecs.ts",
|
|
7051
|
-
"line":
|
|
7052
|
+
"line": 151
|
|
7052
7053
|
},
|
|
7053
7054
|
"name": "dockerInDocker",
|
|
7054
7055
|
"optional": true,
|
|
@@ -7086,7 +7087,7 @@
|
|
|
7086
7087
|
"immutable": true,
|
|
7087
7088
|
"locationInModule": {
|
|
7088
7089
|
"filename": "src/providers/ecs.ts",
|
|
7089
|
-
"line":
|
|
7090
|
+
"line": 120
|
|
7090
7091
|
},
|
|
7091
7092
|
"name": "instanceType",
|
|
7092
7093
|
"optional": true,
|
|
@@ -7129,7 +7130,7 @@
|
|
|
7129
7130
|
"immutable": true,
|
|
7130
7131
|
"locationInModule": {
|
|
7131
7132
|
"filename": "src/providers/ecs.ts",
|
|
7132
|
-
"line":
|
|
7133
|
+
"line": 134
|
|
7133
7134
|
},
|
|
7134
7135
|
"name": "maxInstances",
|
|
7135
7136
|
"optional": true,
|
|
@@ -7147,7 +7148,7 @@
|
|
|
7147
7148
|
"immutable": true,
|
|
7148
7149
|
"locationInModule": {
|
|
7149
7150
|
"filename": "src/providers/ecs.ts",
|
|
7150
|
-
"line":
|
|
7151
|
+
"line": 113
|
|
7151
7152
|
},
|
|
7152
7153
|
"name": "memoryLimitMiB",
|
|
7153
7154
|
"optional": true,
|
|
@@ -7166,7 +7167,7 @@
|
|
|
7166
7167
|
"immutable": true,
|
|
7167
7168
|
"locationInModule": {
|
|
7168
7169
|
"filename": "src/providers/ecs.ts",
|
|
7169
|
-
"line":
|
|
7170
|
+
"line": 127
|
|
7170
7171
|
},
|
|
7171
7172
|
"name": "minInstances",
|
|
7172
7173
|
"optional": true,
|
|
@@ -7207,7 +7208,7 @@
|
|
|
7207
7208
|
"immutable": true,
|
|
7208
7209
|
"locationInModule": {
|
|
7209
7210
|
"filename": "src/providers/ecs.ts",
|
|
7210
|
-
"line":
|
|
7211
|
+
"line": 158
|
|
7211
7212
|
},
|
|
7212
7213
|
"name": "spot",
|
|
7213
7214
|
"optional": true,
|
|
@@ -7224,7 +7225,7 @@
|
|
|
7224
7225
|
"immutable": true,
|
|
7225
7226
|
"locationInModule": {
|
|
7226
7227
|
"filename": "src/providers/ecs.ts",
|
|
7227
|
-
"line":
|
|
7228
|
+
"line": 163
|
|
7228
7229
|
},
|
|
7229
7230
|
"name": "spotMaxPrice",
|
|
7230
7231
|
"optional": true,
|
|
@@ -7243,7 +7244,7 @@
|
|
|
7243
7244
|
"immutable": true,
|
|
7244
7245
|
"locationInModule": {
|
|
7245
7246
|
"filename": "src/providers/ecs.ts",
|
|
7246
|
-
"line":
|
|
7247
|
+
"line": 143
|
|
7247
7248
|
},
|
|
7248
7249
|
"name": "storageSize",
|
|
7249
7250
|
"optional": true,
|
|
@@ -7304,7 +7305,7 @@
|
|
|
7304
7305
|
},
|
|
7305
7306
|
"locationInModule": {
|
|
7306
7307
|
"filename": "src/providers/fargate.ts",
|
|
7307
|
-
"line":
|
|
7308
|
+
"line": 363
|
|
7308
7309
|
},
|
|
7309
7310
|
"parameters": [
|
|
7310
7311
|
{
|
|
@@ -7331,7 +7332,7 @@
|
|
|
7331
7332
|
"kind": "class",
|
|
7332
7333
|
"locationInModule": {
|
|
7333
7334
|
"filename": "src/providers/fargate.ts",
|
|
7334
|
-
"line":
|
|
7335
|
+
"line": 524
|
|
7335
7336
|
},
|
|
7336
7337
|
"name": "FargateRunner",
|
|
7337
7338
|
"symbolId": "src/providers/fargate:FargateRunner"
|
|
@@ -7351,7 +7352,7 @@
|
|
|
7351
7352
|
},
|
|
7352
7353
|
"locationInModule": {
|
|
7353
7354
|
"filename": "src/providers/fargate.ts",
|
|
7354
|
-
"line":
|
|
7355
|
+
"line": 363
|
|
7355
7356
|
},
|
|
7356
7357
|
"parameters": [
|
|
7357
7358
|
{
|
|
@@ -7381,7 +7382,7 @@
|
|
|
7381
7382
|
"kind": "class",
|
|
7382
7383
|
"locationInModule": {
|
|
7383
7384
|
"filename": "src/providers/fargate.ts",
|
|
7384
|
-
"line":
|
|
7385
|
+
"line": 243
|
|
7385
7386
|
},
|
|
7386
7387
|
"methods": [
|
|
7387
7388
|
{
|
|
@@ -7392,7 +7393,7 @@
|
|
|
7392
7393
|
},
|
|
7393
7394
|
"locationInModule": {
|
|
7394
7395
|
"filename": "src/providers/fargate.ts",
|
|
7395
|
-
"line":
|
|
7396
|
+
"line": 277
|
|
7396
7397
|
},
|
|
7397
7398
|
"name": "imageBuilder",
|
|
7398
7399
|
"parameters": [
|
|
@@ -7431,7 +7432,7 @@
|
|
|
7431
7432
|
},
|
|
7432
7433
|
"locationInModule": {
|
|
7433
7434
|
"filename": "src/providers/fargate.ts",
|
|
7434
|
-
"line":
|
|
7435
|
+
"line": 447
|
|
7435
7436
|
},
|
|
7436
7437
|
"name": "getStepFunctionTask",
|
|
7437
7438
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7460,7 +7461,7 @@
|
|
|
7460
7461
|
},
|
|
7461
7462
|
"locationInModule": {
|
|
7462
7463
|
"filename": "src/providers/fargate.ts",
|
|
7463
|
-
"line":
|
|
7464
|
+
"line": 499
|
|
7464
7465
|
},
|
|
7465
7466
|
"name": "grantStateMachine",
|
|
7466
7467
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7529,7 +7530,7 @@
|
|
|
7529
7530
|
},
|
|
7530
7531
|
"locationInModule": {
|
|
7531
7532
|
"filename": "src/providers/fargate.ts",
|
|
7532
|
-
"line":
|
|
7533
|
+
"line": 502
|
|
7533
7534
|
},
|
|
7534
7535
|
"name": "status",
|
|
7535
7536
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7561,7 +7562,7 @@
|
|
|
7561
7562
|
"immutable": true,
|
|
7562
7563
|
"locationInModule": {
|
|
7563
7564
|
"filename": "src/providers/fargate.ts",
|
|
7564
|
-
"line":
|
|
7565
|
+
"line": 264
|
|
7565
7566
|
},
|
|
7566
7567
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
7567
7568
|
"static": true,
|
|
@@ -7580,7 +7581,7 @@
|
|
|
7580
7581
|
"immutable": true,
|
|
7581
7582
|
"locationInModule": {
|
|
7582
7583
|
"filename": "src/providers/fargate.ts",
|
|
7583
|
-
"line":
|
|
7584
|
+
"line": 253
|
|
7584
7585
|
},
|
|
7585
7586
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
7586
7587
|
"static": true,
|
|
@@ -7596,7 +7597,7 @@
|
|
|
7596
7597
|
"immutable": true,
|
|
7597
7598
|
"locationInModule": {
|
|
7598
7599
|
"filename": "src/providers/fargate.ts",
|
|
7599
|
-
"line":
|
|
7600
|
+
"line": 326
|
|
7600
7601
|
},
|
|
7601
7602
|
"name": "assignPublicIp",
|
|
7602
7603
|
"type": {
|
|
@@ -7611,7 +7612,7 @@
|
|
|
7611
7612
|
"immutable": true,
|
|
7612
7613
|
"locationInModule": {
|
|
7613
7614
|
"filename": "src/providers/fargate.ts",
|
|
7614
|
-
"line":
|
|
7615
|
+
"line": 296
|
|
7615
7616
|
},
|
|
7616
7617
|
"name": "cluster",
|
|
7617
7618
|
"type": {
|
|
@@ -7626,7 +7627,7 @@
|
|
|
7626
7627
|
"immutable": true,
|
|
7627
7628
|
"locationInModule": {
|
|
7628
7629
|
"filename": "src/providers/fargate.ts",
|
|
7629
|
-
"line":
|
|
7630
|
+
"line": 336
|
|
7630
7631
|
},
|
|
7631
7632
|
"name": "connections",
|
|
7632
7633
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7642,7 +7643,7 @@
|
|
|
7642
7643
|
"immutable": true,
|
|
7643
7644
|
"locationInModule": {
|
|
7644
7645
|
"filename": "src/providers/fargate.ts",
|
|
7645
|
-
"line":
|
|
7646
|
+
"line": 306
|
|
7646
7647
|
},
|
|
7647
7648
|
"name": "container",
|
|
7648
7649
|
"type": {
|
|
@@ -7657,7 +7658,7 @@
|
|
|
7657
7658
|
"immutable": true,
|
|
7658
7659
|
"locationInModule": {
|
|
7659
7660
|
"filename": "src/providers/fargate.ts",
|
|
7660
|
-
"line":
|
|
7661
|
+
"line": 331
|
|
7661
7662
|
},
|
|
7662
7663
|
"name": "grantPrincipal",
|
|
7663
7664
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7674,7 +7675,7 @@
|
|
|
7674
7675
|
"immutable": true,
|
|
7675
7676
|
"locationInModule": {
|
|
7676
7677
|
"filename": "src/providers/fargate.ts",
|
|
7677
|
-
"line":
|
|
7678
|
+
"line": 346
|
|
7678
7679
|
},
|
|
7679
7680
|
"name": "image",
|
|
7680
7681
|
"type": {
|
|
@@ -7689,7 +7690,7 @@
|
|
|
7689
7690
|
"immutable": true,
|
|
7690
7691
|
"locationInModule": {
|
|
7691
7692
|
"filename": "src/providers/fargate.ts",
|
|
7692
|
-
"line":
|
|
7693
|
+
"line": 311
|
|
7693
7694
|
},
|
|
7694
7695
|
"name": "labels",
|
|
7695
7696
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7711,7 +7712,7 @@
|
|
|
7711
7712
|
"immutable": true,
|
|
7712
7713
|
"locationInModule": {
|
|
7713
7714
|
"filename": "src/providers/fargate.ts",
|
|
7714
|
-
"line":
|
|
7715
|
+
"line": 353
|
|
7715
7716
|
},
|
|
7716
7717
|
"name": "logGroup",
|
|
7717
7718
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7727,7 +7728,7 @@
|
|
|
7727
7728
|
"immutable": true,
|
|
7728
7729
|
"locationInModule": {
|
|
7729
7730
|
"filename": "src/providers/fargate.ts",
|
|
7730
|
-
"line":
|
|
7731
|
+
"line": 355
|
|
7731
7732
|
},
|
|
7732
7733
|
"name": "retryableErrors",
|
|
7733
7734
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7748,7 +7749,7 @@
|
|
|
7748
7749
|
"immutable": true,
|
|
7749
7750
|
"locationInModule": {
|
|
7750
7751
|
"filename": "src/providers/fargate.ts",
|
|
7751
|
-
"line":
|
|
7752
|
+
"line": 341
|
|
7752
7753
|
},
|
|
7753
7754
|
"name": "spot",
|
|
7754
7755
|
"type": {
|
|
@@ -7763,7 +7764,7 @@
|
|
|
7763
7764
|
"immutable": true,
|
|
7764
7765
|
"locationInModule": {
|
|
7765
7766
|
"filename": "src/providers/fargate.ts",
|
|
7766
|
-
"line":
|
|
7767
|
+
"line": 301
|
|
7767
7768
|
},
|
|
7768
7769
|
"name": "task",
|
|
7769
7770
|
"type": {
|
|
@@ -7778,7 +7779,7 @@
|
|
|
7778
7779
|
"immutable": true,
|
|
7779
7780
|
"locationInModule": {
|
|
7780
7781
|
"filename": "src/providers/fargate.ts",
|
|
7781
|
-
"line":
|
|
7782
|
+
"line": 321
|
|
7782
7783
|
},
|
|
7783
7784
|
"name": "subnetSelection",
|
|
7784
7785
|
"optional": true,
|
|
@@ -7794,7 +7795,7 @@
|
|
|
7794
7795
|
"immutable": true,
|
|
7795
7796
|
"locationInModule": {
|
|
7796
7797
|
"filename": "src/providers/fargate.ts",
|
|
7797
|
-
"line":
|
|
7798
|
+
"line": 316
|
|
7798
7799
|
},
|
|
7799
7800
|
"name": "vpc",
|
|
7800
7801
|
"optional": true,
|
|
@@ -8094,7 +8095,7 @@
|
|
|
8094
8095
|
},
|
|
8095
8096
|
"locationInModule": {
|
|
8096
8097
|
"filename": "src/runner.ts",
|
|
8097
|
-
"line":
|
|
8098
|
+
"line": 260
|
|
8098
8099
|
},
|
|
8099
8100
|
"parameters": [
|
|
8100
8101
|
{
|
|
@@ -8118,10 +8119,13 @@
|
|
|
8118
8119
|
}
|
|
8119
8120
|
]
|
|
8120
8121
|
},
|
|
8122
|
+
"interfaces": [
|
|
8123
|
+
"aws-cdk-lib.aws_ec2.IConnectable"
|
|
8124
|
+
],
|
|
8121
8125
|
"kind": "class",
|
|
8122
8126
|
"locationInModule": {
|
|
8123
8127
|
"filename": "src/runner.ts",
|
|
8124
|
-
"line":
|
|
8128
|
+
"line": 234
|
|
8125
8129
|
},
|
|
8126
8130
|
"methods": [
|
|
8127
8131
|
{
|
|
@@ -8132,7 +8136,7 @@
|
|
|
8132
8136
|
},
|
|
8133
8137
|
"locationInModule": {
|
|
8134
8138
|
"filename": "src/runner.ts",
|
|
8135
|
-
"line":
|
|
8139
|
+
"line": 737
|
|
8136
8140
|
},
|
|
8137
8141
|
"name": "failedImageBuildsTopic",
|
|
8138
8142
|
"returns": {
|
|
@@ -8149,7 +8153,7 @@
|
|
|
8149
8153
|
},
|
|
8150
8154
|
"locationInModule": {
|
|
8151
8155
|
"filename": "src/runner.ts",
|
|
8152
|
-
"line":
|
|
8156
|
+
"line": 719
|
|
8153
8157
|
},
|
|
8154
8158
|
"name": "metricFailed",
|
|
8155
8159
|
"parameters": [
|
|
@@ -8175,7 +8179,7 @@
|
|
|
8175
8179
|
},
|
|
8176
8180
|
"locationInModule": {
|
|
8177
8181
|
"filename": "src/runner.ts",
|
|
8178
|
-
"line":
|
|
8182
|
+
"line": 664
|
|
8179
8183
|
},
|
|
8180
8184
|
"name": "metricJobCompleted",
|
|
8181
8185
|
"parameters": [
|
|
@@ -8201,7 +8205,7 @@
|
|
|
8201
8205
|
},
|
|
8202
8206
|
"locationInModule": {
|
|
8203
8207
|
"filename": "src/runner.ts",
|
|
8204
|
-
"line":
|
|
8208
|
+
"line": 710
|
|
8205
8209
|
},
|
|
8206
8210
|
"name": "metricSucceeded",
|
|
8207
8211
|
"parameters": [
|
|
@@ -8227,7 +8231,7 @@
|
|
|
8227
8231
|
},
|
|
8228
8232
|
"locationInModule": {
|
|
8229
8233
|
"filename": "src/runner.ts",
|
|
8230
|
-
"line":
|
|
8234
|
+
"line": 726
|
|
8231
8235
|
},
|
|
8232
8236
|
"name": "metricTime",
|
|
8233
8237
|
"parameters": [
|
|
@@ -8248,6 +8252,23 @@
|
|
|
8248
8252
|
],
|
|
8249
8253
|
"name": "GitHubRunners",
|
|
8250
8254
|
"properties": [
|
|
8255
|
+
{
|
|
8256
|
+
"docs": {
|
|
8257
|
+
"remarks": "Use this to enable connections to your GitHub Enterprise Server in a VPC.\n\nThis cannot be used to manage connections of the runners. Use the `connections` property of each runner provider to manage runner connections.",
|
|
8258
|
+
"stability": "experimental",
|
|
8259
|
+
"summary": "Manage the connections of all management functions."
|
|
8260
|
+
},
|
|
8261
|
+
"immutable": true,
|
|
8262
|
+
"locationInModule": {
|
|
8263
|
+
"filename": "src/runner.ts",
|
|
8264
|
+
"line": 250
|
|
8265
|
+
},
|
|
8266
|
+
"name": "connections",
|
|
8267
|
+
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
8268
|
+
"type": {
|
|
8269
|
+
"fqn": "aws-cdk-lib.aws_ec2.Connections"
|
|
8270
|
+
}
|
|
8271
|
+
},
|
|
8251
8272
|
{
|
|
8252
8273
|
"docs": {
|
|
8253
8274
|
"stability": "experimental",
|
|
@@ -8256,7 +8277,7 @@
|
|
|
8256
8277
|
"immutable": true,
|
|
8257
8278
|
"locationInModule": {
|
|
8258
8279
|
"filename": "src/runner.ts",
|
|
8259
|
-
"line":
|
|
8280
|
+
"line": 238
|
|
8260
8281
|
},
|
|
8261
8282
|
"name": "providers",
|
|
8262
8283
|
"type": {
|
|
@@ -8276,7 +8297,7 @@
|
|
|
8276
8297
|
"immutable": true,
|
|
8277
8298
|
"locationInModule": {
|
|
8278
8299
|
"filename": "src/runner.ts",
|
|
8279
|
-
"line":
|
|
8300
|
+
"line": 243
|
|
8280
8301
|
},
|
|
8281
8302
|
"name": "secrets",
|
|
8282
8303
|
"type": {
|
|
@@ -8290,7 +8311,7 @@
|
|
|
8290
8311
|
"immutable": true,
|
|
8291
8312
|
"locationInModule": {
|
|
8292
8313
|
"filename": "src/runner.ts",
|
|
8293
|
-
"line":
|
|
8314
|
+
"line": 260
|
|
8294
8315
|
},
|
|
8295
8316
|
"name": "props",
|
|
8296
8317
|
"optional": true,
|
|
@@ -8345,7 +8366,7 @@
|
|
|
8345
8366
|
"immutable": true,
|
|
8346
8367
|
"locationInModule": {
|
|
8347
8368
|
"filename": "src/runner.ts",
|
|
8348
|
-
"line":
|
|
8369
|
+
"line": 107
|
|
8349
8370
|
},
|
|
8350
8371
|
"name": "extraCertificates",
|
|
8351
8372
|
"optional": true,
|
|
@@ -8364,7 +8385,7 @@
|
|
|
8364
8385
|
"immutable": true,
|
|
8365
8386
|
"locationInModule": {
|
|
8366
8387
|
"filename": "src/runner.ts",
|
|
8367
|
-
"line":
|
|
8388
|
+
"line": 114
|
|
8368
8389
|
},
|
|
8369
8390
|
"name": "idleTimeout",
|
|
8370
8391
|
"optional": true,
|
|
@@ -8382,7 +8403,7 @@
|
|
|
8382
8403
|
"immutable": true,
|
|
8383
8404
|
"locationInModule": {
|
|
8384
8405
|
"filename": "src/runner.ts",
|
|
8385
|
-
"line":
|
|
8406
|
+
"line": 121
|
|
8386
8407
|
},
|
|
8387
8408
|
"name": "logOptions",
|
|
8388
8409
|
"optional": true,
|
|
@@ -8425,7 +8446,7 @@
|
|
|
8425
8446
|
"immutable": true,
|
|
8426
8447
|
"locationInModule": {
|
|
8427
8448
|
"filename": "src/runner.ts",
|
|
8428
|
-
"line":
|
|
8449
|
+
"line": 158
|
|
8429
8450
|
},
|
|
8430
8451
|
"name": "retryOptions",
|
|
8431
8452
|
"optional": true,
|
|
@@ -8436,14 +8457,15 @@
|
|
|
8436
8457
|
{
|
|
8437
8458
|
"abstract": true,
|
|
8438
8459
|
"docs": {
|
|
8460
|
+
"deprecated": "use {@link securityGroups } instead",
|
|
8439
8461
|
"remarks": "Use this with to provide access to GitHub Enterprise Server hosted inside a VPC.",
|
|
8440
|
-
"stability": "
|
|
8462
|
+
"stability": "deprecated",
|
|
8441
8463
|
"summary": "Security group attached to all management functions."
|
|
8442
8464
|
},
|
|
8443
8465
|
"immutable": true,
|
|
8444
8466
|
"locationInModule": {
|
|
8445
8467
|
"filename": "src/runner.ts",
|
|
8446
|
-
"line":
|
|
8468
|
+
"line": 77
|
|
8447
8469
|
},
|
|
8448
8470
|
"name": "securityGroup",
|
|
8449
8471
|
"optional": true,
|
|
@@ -8451,6 +8473,29 @@
|
|
|
8451
8473
|
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
8452
8474
|
}
|
|
8453
8475
|
},
|
|
8476
|
+
{
|
|
8477
|
+
"abstract": true,
|
|
8478
|
+
"docs": {
|
|
8479
|
+
"remarks": "Use this with to provide access to GitHub Enterprise Server hosted inside a VPC.",
|
|
8480
|
+
"stability": "experimental",
|
|
8481
|
+
"summary": "Security groups attached to all management functions."
|
|
8482
|
+
},
|
|
8483
|
+
"immutable": true,
|
|
8484
|
+
"locationInModule": {
|
|
8485
|
+
"filename": "src/runner.ts",
|
|
8486
|
+
"line": 82
|
|
8487
|
+
},
|
|
8488
|
+
"name": "securityGroups",
|
|
8489
|
+
"optional": true,
|
|
8490
|
+
"type": {
|
|
8491
|
+
"collection": {
|
|
8492
|
+
"elementtype": {
|
|
8493
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
8494
|
+
},
|
|
8495
|
+
"kind": "array"
|
|
8496
|
+
}
|
|
8497
|
+
}
|
|
8498
|
+
},
|
|
8454
8499
|
{
|
|
8455
8500
|
"abstract": true,
|
|
8456
8501
|
"docs": {
|
|
@@ -8462,7 +8507,7 @@
|
|
|
8462
8507
|
"immutable": true,
|
|
8463
8508
|
"locationInModule": {
|
|
8464
8509
|
"filename": "src/runner.ts",
|
|
8465
|
-
"line":
|
|
8510
|
+
"line": 128
|
|
8466
8511
|
},
|
|
8467
8512
|
"name": "setupAccess",
|
|
8468
8513
|
"optional": true,
|
|
@@ -8481,7 +8526,7 @@
|
|
|
8481
8526
|
"immutable": true,
|
|
8482
8527
|
"locationInModule": {
|
|
8483
8528
|
"filename": "src/runner.ts",
|
|
8484
|
-
"line":
|
|
8529
|
+
"line": 147
|
|
8485
8530
|
},
|
|
8486
8531
|
"name": "statusAccess",
|
|
8487
8532
|
"optional": true,
|
|
@@ -8536,7 +8581,7 @@
|
|
|
8536
8581
|
"immutable": true,
|
|
8537
8582
|
"locationInModule": {
|
|
8538
8583
|
"filename": "src/runner.ts",
|
|
8539
|
-
"line":
|
|
8584
|
+
"line": 140
|
|
8540
8585
|
},
|
|
8541
8586
|
"name": "webhookAccess",
|
|
8542
8587
|
"optional": true,
|
|
@@ -10477,7 +10522,7 @@
|
|
|
10477
10522
|
"kind": "interface",
|
|
10478
10523
|
"locationInModule": {
|
|
10479
10524
|
"filename": "src/runner.ts",
|
|
10480
|
-
"line":
|
|
10525
|
+
"line": 164
|
|
10481
10526
|
},
|
|
10482
10527
|
"name": "LogOptions",
|
|
10483
10528
|
"properties": [
|
|
@@ -10491,7 +10536,7 @@
|
|
|
10491
10536
|
"immutable": true,
|
|
10492
10537
|
"locationInModule": {
|
|
10493
10538
|
"filename": "src/runner.ts",
|
|
10494
|
-
"line":
|
|
10539
|
+
"line": 175
|
|
10495
10540
|
},
|
|
10496
10541
|
"name": "includeExecutionData",
|
|
10497
10542
|
"optional": true,
|
|
@@ -10509,7 +10554,7 @@
|
|
|
10509
10554
|
"immutable": true,
|
|
10510
10555
|
"locationInModule": {
|
|
10511
10556
|
"filename": "src/runner.ts",
|
|
10512
|
-
"line":
|
|
10557
|
+
"line": 182
|
|
10513
10558
|
},
|
|
10514
10559
|
"name": "level",
|
|
10515
10560
|
"optional": true,
|
|
@@ -10526,7 +10571,7 @@
|
|
|
10526
10571
|
"immutable": true,
|
|
10527
10572
|
"locationInModule": {
|
|
10528
10573
|
"filename": "src/runner.ts",
|
|
10529
|
-
"line":
|
|
10574
|
+
"line": 168
|
|
10530
10575
|
},
|
|
10531
10576
|
"name": "logGroupName",
|
|
10532
10577
|
"optional": true,
|
|
@@ -10545,7 +10590,7 @@
|
|
|
10545
10590
|
"immutable": true,
|
|
10546
10591
|
"locationInModule": {
|
|
10547
10592
|
"filename": "src/runner.ts",
|
|
10548
|
-
"line":
|
|
10593
|
+
"line": 191
|
|
10549
10594
|
},
|
|
10550
10595
|
"name": "logRetention",
|
|
10551
10596
|
"optional": true,
|
|
@@ -11748,7 +11793,7 @@
|
|
|
11748
11793
|
},
|
|
11749
11794
|
"locationInModule": {
|
|
11750
11795
|
"filename": "src/image-builders/components.ts",
|
|
11751
|
-
"line":
|
|
11796
|
+
"line": 446
|
|
11752
11797
|
},
|
|
11753
11798
|
"name": "extraCertificates",
|
|
11754
11799
|
"parameters": [
|
|
@@ -11849,7 +11894,7 @@
|
|
|
11849
11894
|
},
|
|
11850
11895
|
"locationInModule": {
|
|
11851
11896
|
"filename": "src/image-builders/components.ts",
|
|
11852
|
-
"line":
|
|
11897
|
+
"line": 496
|
|
11853
11898
|
},
|
|
11854
11899
|
"name": "lambdaEntrypoint",
|
|
11855
11900
|
"returns": {
|
|
@@ -11901,7 +11946,7 @@
|
|
|
11901
11946
|
},
|
|
11902
11947
|
"locationInModule": {
|
|
11903
11948
|
"filename": "src/image-builders/components.ts",
|
|
11904
|
-
"line":
|
|
11949
|
+
"line": 545
|
|
11905
11950
|
},
|
|
11906
11951
|
"name": "getAssets",
|
|
11907
11952
|
"parameters": [
|
|
@@ -11938,7 +11983,7 @@
|
|
|
11938
11983
|
},
|
|
11939
11984
|
"locationInModule": {
|
|
11940
11985
|
"filename": "src/image-builders/components.ts",
|
|
11941
|
-
"line":
|
|
11986
|
+
"line": 540
|
|
11942
11987
|
},
|
|
11943
11988
|
"name": "getCommands",
|
|
11944
11989
|
"parameters": [
|
|
@@ -11974,7 +12019,7 @@
|
|
|
11974
12019
|
},
|
|
11975
12020
|
"locationInModule": {
|
|
11976
12021
|
"filename": "src/image-builders/components.ts",
|
|
11977
|
-
"line":
|
|
12022
|
+
"line": 554
|
|
11978
12023
|
},
|
|
11979
12024
|
"name": "getDockerCommands",
|
|
11980
12025
|
"parameters": [
|
|
@@ -12009,7 +12054,7 @@
|
|
|
12009
12054
|
},
|
|
12010
12055
|
"locationInModule": {
|
|
12011
12056
|
"filename": "src/image-builders/components.ts",
|
|
12012
|
-
"line":
|
|
12057
|
+
"line": 561
|
|
12013
12058
|
},
|
|
12014
12059
|
"name": "shouldReboot",
|
|
12015
12060
|
"parameters": [
|
|
@@ -12045,7 +12090,7 @@
|
|
|
12045
12090
|
"immutable": true,
|
|
12046
12091
|
"locationInModule": {
|
|
12047
12092
|
"filename": "src/image-builders/components.ts",
|
|
12048
|
-
"line":
|
|
12093
|
+
"line": 535
|
|
12049
12094
|
},
|
|
12050
12095
|
"name": "name",
|
|
12051
12096
|
"type": {
|
|
@@ -12929,6 +12974,6 @@
|
|
|
12929
12974
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
12930
12975
|
}
|
|
12931
12976
|
},
|
|
12932
|
-
"version": "0.10.
|
|
12933
|
-
"fingerprint": "+
|
|
12977
|
+
"version": "0.10.2",
|
|
12978
|
+
"fingerprint": "VmmbaKTHcQMKG1k36SHCqcwirP+vP4naUPBWSRvhZwY="
|
|
12934
12979
|
}
|