@rio-cloud/cdk-v2-constructs 3.0.0 → 3.2.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 +147 -62
- package/CHANGELOG.md +14 -0
- package/lib/contributions/team-transport-two/pipeline/build-project.d.ts +3 -1
- package/lib/contributions/team-transport-two/pipeline/build-project.js +9 -8
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +16 -0
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +14 -4
- package/lib/fargate/rio-fargate-service.d.ts +10 -3
- package/lib/fargate/rio-fargate-service.js +37 -23
- package/package.json +1 -1
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -3003,7 +3003,7 @@
|
|
|
3003
3003
|
"kind": "interface",
|
|
3004
3004
|
"locationInModule": {
|
|
3005
3005
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3006
|
-
"line":
|
|
3006
|
+
"line": 103
|
|
3007
3007
|
},
|
|
3008
3008
|
"name": "AppStackProps",
|
|
3009
3009
|
"properties": [
|
|
@@ -3015,7 +3015,7 @@
|
|
|
3015
3015
|
"immutable": true,
|
|
3016
3016
|
"locationInModule": {
|
|
3017
3017
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3018
|
-
"line":
|
|
3018
|
+
"line": 104
|
|
3019
3019
|
},
|
|
3020
3020
|
"name": "serviceName",
|
|
3021
3021
|
"type": {
|
|
@@ -3030,7 +3030,7 @@
|
|
|
3030
3030
|
"immutable": true,
|
|
3031
3031
|
"locationInModule": {
|
|
3032
3032
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3033
|
-
"line":
|
|
3033
|
+
"line": 105
|
|
3034
3034
|
},
|
|
3035
3035
|
"name": "version",
|
|
3036
3036
|
"type": {
|
|
@@ -3361,6 +3361,55 @@
|
|
|
3361
3361
|
"name": "ClaidometerTemplate",
|
|
3362
3362
|
"symbolId": "src/rio-claidometer:ClaidometerTemplate"
|
|
3363
3363
|
},
|
|
3364
|
+
"@rio-cloud/cdk-v2-constructs.CodeBuildOptions": {
|
|
3365
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
3366
|
+
"datatype": true,
|
|
3367
|
+
"docs": {
|
|
3368
|
+
"stability": "stable"
|
|
3369
|
+
},
|
|
3370
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.CodeBuildOptions",
|
|
3371
|
+
"kind": "interface",
|
|
3372
|
+
"locationInModule": {
|
|
3373
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3374
|
+
"line": 142
|
|
3375
|
+
},
|
|
3376
|
+
"name": "CodeBuildOptions",
|
|
3377
|
+
"properties": [
|
|
3378
|
+
{
|
|
3379
|
+
"abstract": true,
|
|
3380
|
+
"docs": {
|
|
3381
|
+
"stability": "stable"
|
|
3382
|
+
},
|
|
3383
|
+
"immutable": true,
|
|
3384
|
+
"locationInModule": {
|
|
3385
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3386
|
+
"line": 144
|
|
3387
|
+
},
|
|
3388
|
+
"name": "buildEnvironment",
|
|
3389
|
+
"optional": true,
|
|
3390
|
+
"type": {
|
|
3391
|
+
"fqn": "aws-cdk-lib.aws_codebuild.BuildEnvironment"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"abstract": true,
|
|
3396
|
+
"docs": {
|
|
3397
|
+
"stability": "stable"
|
|
3398
|
+
},
|
|
3399
|
+
"immutable": true,
|
|
3400
|
+
"locationInModule": {
|
|
3401
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3402
|
+
"line": 143
|
|
3403
|
+
},
|
|
3404
|
+
"name": "partialBuildSpecPath",
|
|
3405
|
+
"optional": true,
|
|
3406
|
+
"type": {
|
|
3407
|
+
"primitive": "string"
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
],
|
|
3411
|
+
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:CodeBuildOptions"
|
|
3412
|
+
},
|
|
3364
3413
|
"@rio-cloud/cdk-v2-constructs.ComparisonOperator": {
|
|
3365
3414
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
3366
3415
|
"docs": {
|
|
@@ -3411,7 +3460,7 @@
|
|
|
3411
3460
|
"kind": "interface",
|
|
3412
3461
|
"locationInModule": {
|
|
3413
3462
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3414
|
-
"line":
|
|
3463
|
+
"line": 77
|
|
3415
3464
|
},
|
|
3416
3465
|
"name": "ContainerDefinitionOptions",
|
|
3417
3466
|
"properties": [
|
|
@@ -3425,7 +3474,7 @@
|
|
|
3425
3474
|
"immutable": true,
|
|
3426
3475
|
"locationInModule": {
|
|
3427
3476
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3428
|
-
"line":
|
|
3477
|
+
"line": 85
|
|
3429
3478
|
},
|
|
3430
3479
|
"name": "image",
|
|
3431
3480
|
"type": {
|
|
@@ -3443,7 +3492,7 @@
|
|
|
3443
3492
|
"immutable": true,
|
|
3444
3493
|
"locationInModule": {
|
|
3445
3494
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3446
|
-
"line":
|
|
3495
|
+
"line": 107
|
|
3447
3496
|
},
|
|
3448
3497
|
"name": "environment",
|
|
3449
3498
|
"optional": true,
|
|
@@ -3466,7 +3515,7 @@
|
|
|
3466
3515
|
"immutable": true,
|
|
3467
3516
|
"locationInModule": {
|
|
3468
3517
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3469
|
-
"line":
|
|
3518
|
+
"line": 121
|
|
3470
3519
|
},
|
|
3471
3520
|
"name": "healthCheck",
|
|
3472
3521
|
"optional": true,
|
|
@@ -3484,7 +3533,7 @@
|
|
|
3484
3533
|
"immutable": true,
|
|
3485
3534
|
"locationInModule": {
|
|
3486
3535
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3487
|
-
"line":
|
|
3536
|
+
"line": 114
|
|
3488
3537
|
},
|
|
3489
3538
|
"name": "secrets",
|
|
3490
3539
|
"optional": true,
|
|
@@ -3572,7 +3621,7 @@
|
|
|
3572
3621
|
"kind": "enum",
|
|
3573
3622
|
"locationInModule": {
|
|
3574
3623
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3575
|
-
"line":
|
|
3624
|
+
"line": 303
|
|
3576
3625
|
},
|
|
3577
3626
|
"members": [
|
|
3578
3627
|
{
|
|
@@ -3799,7 +3848,7 @@
|
|
|
3799
3848
|
"kind": "interface",
|
|
3800
3849
|
"locationInModule": {
|
|
3801
3850
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3802
|
-
"line":
|
|
3851
|
+
"line": 229
|
|
3803
3852
|
},
|
|
3804
3853
|
"name": "DatadogIntegrationProps",
|
|
3805
3854
|
"properties": [
|
|
@@ -3813,7 +3862,7 @@
|
|
|
3813
3862
|
"immutable": true,
|
|
3814
3863
|
"locationInModule": {
|
|
3815
3864
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3816
|
-
"line":
|
|
3865
|
+
"line": 300
|
|
3817
3866
|
},
|
|
3818
3867
|
"name": "additionalTags",
|
|
3819
3868
|
"optional": true,
|
|
@@ -3837,7 +3886,7 @@
|
|
|
3837
3886
|
"immutable": true,
|
|
3838
3887
|
"locationInModule": {
|
|
3839
3888
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3840
|
-
"line":
|
|
3889
|
+
"line": 268
|
|
3841
3890
|
},
|
|
3842
3891
|
"name": "apmGetEndpointsToIgnore",
|
|
3843
3892
|
"optional": true,
|
|
@@ -3860,7 +3909,7 @@
|
|
|
3860
3909
|
"immutable": true,
|
|
3861
3910
|
"locationInModule": {
|
|
3862
3911
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3863
|
-
"line":
|
|
3912
|
+
"line": 235
|
|
3864
3913
|
},
|
|
3865
3914
|
"name": "cpu",
|
|
3866
3915
|
"optional": true,
|
|
@@ -3878,7 +3927,7 @@
|
|
|
3878
3927
|
"immutable": true,
|
|
3879
3928
|
"locationInModule": {
|
|
3880
3929
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3881
|
-
"line":
|
|
3930
|
+
"line": 275
|
|
3882
3931
|
},
|
|
3883
3932
|
"name": "datadogSidecarEssential",
|
|
3884
3933
|
"optional": true,
|
|
@@ -3896,7 +3945,7 @@
|
|
|
3896
3945
|
"immutable": true,
|
|
3897
3946
|
"locationInModule": {
|
|
3898
3947
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3899
|
-
"line":
|
|
3948
|
+
"line": 281
|
|
3900
3949
|
},
|
|
3901
3950
|
"name": "datadogSidecarTag",
|
|
3902
3951
|
"optional": true,
|
|
@@ -3914,7 +3963,7 @@
|
|
|
3914
3963
|
"immutable": true,
|
|
3915
3964
|
"locationInModule": {
|
|
3916
3965
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3917
|
-
"line":
|
|
3966
|
+
"line": 261
|
|
3918
3967
|
},
|
|
3919
3968
|
"name": "loggingModeForDatadogAgent",
|
|
3920
3969
|
"optional": true,
|
|
@@ -3932,7 +3981,7 @@
|
|
|
3932
3981
|
"immutable": true,
|
|
3933
3982
|
"locationInModule": {
|
|
3934
3983
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3935
|
-
"line":
|
|
3984
|
+
"line": 254
|
|
3936
3985
|
},
|
|
3937
3986
|
"name": "loggingModeForService",
|
|
3938
3987
|
"optional": true,
|
|
@@ -3951,7 +4000,7 @@
|
|
|
3951
4000
|
"immutable": true,
|
|
3952
4001
|
"locationInModule": {
|
|
3953
4002
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3954
|
-
"line":
|
|
4003
|
+
"line": 247
|
|
3955
4004
|
},
|
|
3956
4005
|
"name": "memoryLimitMiB",
|
|
3957
4006
|
"optional": true,
|
|
@@ -4312,7 +4361,7 @@
|
|
|
4312
4361
|
"kind": "interface",
|
|
4313
4362
|
"locationInModule": {
|
|
4314
4363
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4315
|
-
"line":
|
|
4364
|
+
"line": 124
|
|
4316
4365
|
},
|
|
4317
4366
|
"name": "FargateTaskDefinitionProps",
|
|
4318
4367
|
"properties": [
|
|
@@ -4327,7 +4376,7 @@
|
|
|
4327
4376
|
"immutable": true,
|
|
4328
4377
|
"locationInModule": {
|
|
4329
4378
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4330
|
-
"line":
|
|
4379
|
+
"line": 142
|
|
4331
4380
|
},
|
|
4332
4381
|
"name": "cpu",
|
|
4333
4382
|
"type": {
|
|
@@ -4345,7 +4394,7 @@
|
|
|
4345
4394
|
"immutable": true,
|
|
4346
4395
|
"locationInModule": {
|
|
4347
4396
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4348
|
-
"line":
|
|
4397
|
+
"line": 160
|
|
4349
4398
|
},
|
|
4350
4399
|
"name": "memoryLimitMiB",
|
|
4351
4400
|
"type": {
|
|
@@ -4362,7 +4411,7 @@
|
|
|
4362
4411
|
"immutable": true,
|
|
4363
4412
|
"locationInModule": {
|
|
4364
4413
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4365
|
-
"line":
|
|
4414
|
+
"line": 168
|
|
4366
4415
|
},
|
|
4367
4416
|
"name": "desiredCount",
|
|
4368
4417
|
"optional": true,
|
|
@@ -4380,7 +4429,7 @@
|
|
|
4380
4429
|
"immutable": true,
|
|
4381
4430
|
"locationInModule": {
|
|
4382
4431
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4383
|
-
"line":
|
|
4432
|
+
"line": 175
|
|
4384
4433
|
},
|
|
4385
4434
|
"name": "runtimePlatform",
|
|
4386
4435
|
"optional": true,
|
|
@@ -4400,7 +4449,7 @@
|
|
|
4400
4449
|
"kind": "enum",
|
|
4401
4450
|
"locationInModule": {
|
|
4402
4451
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4403
|
-
"line":
|
|
4452
|
+
"line": 70
|
|
4404
4453
|
},
|
|
4405
4454
|
"members": [
|
|
4406
4455
|
{
|
|
@@ -4426,7 +4475,7 @@
|
|
|
4426
4475
|
"kind": "interface",
|
|
4427
4476
|
"locationInModule": {
|
|
4428
4477
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4429
|
-
"line":
|
|
4478
|
+
"line": 93
|
|
4430
4479
|
},
|
|
4431
4480
|
"methods": [
|
|
4432
4481
|
{
|
|
@@ -4437,7 +4486,7 @@
|
|
|
4437
4486
|
},
|
|
4438
4487
|
"locationInModule": {
|
|
4439
4488
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4440
|
-
"line":
|
|
4489
|
+
"line": 100
|
|
4441
4490
|
},
|
|
4442
4491
|
"name": "create",
|
|
4443
4492
|
"parameters": [
|
|
@@ -5089,7 +5138,7 @@
|
|
|
5089
5138
|
"kind": "interface",
|
|
5090
5139
|
"locationInModule": {
|
|
5091
5140
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5092
|
-
"line":
|
|
5141
|
+
"line": 178
|
|
5093
5142
|
},
|
|
5094
5143
|
"name": "ListenerRule",
|
|
5095
5144
|
"properties": [
|
|
@@ -5101,7 +5150,7 @@
|
|
|
5101
5150
|
"immutable": true,
|
|
5102
5151
|
"locationInModule": {
|
|
5103
5152
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5104
|
-
"line":
|
|
5153
|
+
"line": 181
|
|
5105
5154
|
},
|
|
5106
5155
|
"name": "conditions",
|
|
5107
5156
|
"type": {
|
|
@@ -5121,7 +5170,7 @@
|
|
|
5121
5170
|
"immutable": true,
|
|
5122
5171
|
"locationInModule": {
|
|
5123
5172
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5124
|
-
"line":
|
|
5173
|
+
"line": 179
|
|
5125
5174
|
},
|
|
5126
5175
|
"name": "priority",
|
|
5127
5176
|
"type": {
|
|
@@ -5141,7 +5190,7 @@
|
|
|
5141
5190
|
"kind": "interface",
|
|
5142
5191
|
"locationInModule": {
|
|
5143
5192
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5144
|
-
"line":
|
|
5193
|
+
"line": 184
|
|
5145
5194
|
},
|
|
5146
5195
|
"name": "LoadBalancerOptions",
|
|
5147
5196
|
"properties": [
|
|
@@ -5154,7 +5203,7 @@
|
|
|
5154
5203
|
"immutable": true,
|
|
5155
5204
|
"locationInModule": {
|
|
5156
5205
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5157
|
-
"line":
|
|
5206
|
+
"line": 203
|
|
5158
5207
|
},
|
|
5159
5208
|
"name": "healthCheck",
|
|
5160
5209
|
"type": {
|
|
@@ -5170,7 +5219,7 @@
|
|
|
5170
5219
|
"immutable": true,
|
|
5171
5220
|
"locationInModule": {
|
|
5172
5221
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5173
|
-
"line":
|
|
5222
|
+
"line": 208
|
|
5174
5223
|
},
|
|
5175
5224
|
"name": "healthCheckGracePeriod",
|
|
5176
5225
|
"type": {
|
|
@@ -5186,7 +5235,7 @@
|
|
|
5186
5235
|
"immutable": true,
|
|
5187
5236
|
"locationInModule": {
|
|
5188
5237
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5189
|
-
"line":
|
|
5238
|
+
"line": 188
|
|
5190
5239
|
},
|
|
5191
5240
|
"name": "listener",
|
|
5192
5241
|
"type": {
|
|
@@ -5203,7 +5252,7 @@
|
|
|
5203
5252
|
"immutable": true,
|
|
5204
5253
|
"locationInModule": {
|
|
5205
5254
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5206
|
-
"line":
|
|
5255
|
+
"line": 198
|
|
5207
5256
|
},
|
|
5208
5257
|
"name": "listenerRules",
|
|
5209
5258
|
"type": {
|
|
@@ -5226,7 +5275,7 @@
|
|
|
5226
5275
|
"immutable": true,
|
|
5227
5276
|
"locationInModule": {
|
|
5228
5277
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5229
|
-
"line":
|
|
5278
|
+
"line": 226
|
|
5230
5279
|
},
|
|
5231
5280
|
"name": "deregistrationDelay",
|
|
5232
5281
|
"optional": true,
|
|
@@ -5245,7 +5294,7 @@
|
|
|
5245
5294
|
"immutable": true,
|
|
5246
5295
|
"locationInModule": {
|
|
5247
5296
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5248
|
-
"line":
|
|
5297
|
+
"line": 217
|
|
5249
5298
|
},
|
|
5250
5299
|
"name": "slowStart",
|
|
5251
5300
|
"optional": true,
|
|
@@ -5591,7 +5640,7 @@
|
|
|
5591
5640
|
},
|
|
5592
5641
|
"locationInModule": {
|
|
5593
5642
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5594
|
-
"line":
|
|
5643
|
+
"line": 157
|
|
5595
5644
|
},
|
|
5596
5645
|
"parameters": [
|
|
5597
5646
|
{
|
|
@@ -5617,7 +5666,7 @@
|
|
|
5617
5666
|
"kind": "class",
|
|
5618
5667
|
"locationInModule": {
|
|
5619
5668
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5620
|
-
"line":
|
|
5669
|
+
"line": 147
|
|
5621
5670
|
},
|
|
5622
5671
|
"name": "PipelineStack",
|
|
5623
5672
|
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineStack"
|
|
@@ -5635,7 +5684,7 @@
|
|
|
5635
5684
|
"kind": "interface",
|
|
5636
5685
|
"locationInModule": {
|
|
5637
5686
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5638
|
-
"line":
|
|
5687
|
+
"line": 26
|
|
5639
5688
|
},
|
|
5640
5689
|
"name": "PipelineStackProps",
|
|
5641
5690
|
"properties": [
|
|
@@ -5649,7 +5698,7 @@
|
|
|
5649
5698
|
"immutable": true,
|
|
5650
5699
|
"locationInModule": {
|
|
5651
5700
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5652
|
-
"line":
|
|
5701
|
+
"line": 43
|
|
5653
5702
|
},
|
|
5654
5703
|
"name": "appStackFactory",
|
|
5655
5704
|
"type": {
|
|
@@ -5665,7 +5714,7 @@
|
|
|
5665
5714
|
"immutable": true,
|
|
5666
5715
|
"locationInModule": {
|
|
5667
5716
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5668
|
-
"line":
|
|
5717
|
+
"line": 48
|
|
5669
5718
|
},
|
|
5670
5719
|
"name": "pipelineType",
|
|
5671
5720
|
"type": {
|
|
@@ -5682,13 +5731,30 @@
|
|
|
5682
5731
|
"immutable": true,
|
|
5683
5732
|
"locationInModule": {
|
|
5684
5733
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5685
|
-
"line":
|
|
5734
|
+
"line": 36
|
|
5686
5735
|
},
|
|
5687
5736
|
"name": "serviceName",
|
|
5688
5737
|
"type": {
|
|
5689
5738
|
"primitive": "string"
|
|
5690
5739
|
}
|
|
5691
5740
|
},
|
|
5741
|
+
{
|
|
5742
|
+
"abstract": true,
|
|
5743
|
+
"docs": {
|
|
5744
|
+
"stability": "stable",
|
|
5745
|
+
"summary": "CodeBuild options overriding the rio-specific defaults."
|
|
5746
|
+
},
|
|
5747
|
+
"immutable": true,
|
|
5748
|
+
"locationInModule": {
|
|
5749
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5750
|
+
"line": 69
|
|
5751
|
+
},
|
|
5752
|
+
"name": "codeBuildOptions",
|
|
5753
|
+
"optional": true,
|
|
5754
|
+
"type": {
|
|
5755
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.CodeBuildOptions"
|
|
5756
|
+
}
|
|
5757
|
+
},
|
|
5692
5758
|
{
|
|
5693
5759
|
"abstract": true,
|
|
5694
5760
|
"docs": {
|
|
@@ -5699,7 +5765,7 @@
|
|
|
5699
5765
|
"immutable": true,
|
|
5700
5766
|
"locationInModule": {
|
|
5701
5767
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5702
|
-
"line":
|
|
5768
|
+
"line": 55
|
|
5703
5769
|
},
|
|
5704
5770
|
"name": "customBuildspecPath",
|
|
5705
5771
|
"optional": true,
|
|
@@ -5717,7 +5783,7 @@
|
|
|
5717
5783
|
"immutable": true,
|
|
5718
5784
|
"locationInModule": {
|
|
5719
5785
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5720
|
-
"line":
|
|
5786
|
+
"line": 64
|
|
5721
5787
|
},
|
|
5722
5788
|
"name": "secretsDeployStepProps",
|
|
5723
5789
|
"optional": true,
|
|
@@ -5740,7 +5806,7 @@
|
|
|
5740
5806
|
"kind": "interface",
|
|
5741
5807
|
"locationInModule": {
|
|
5742
5808
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5743
|
-
"line":
|
|
5809
|
+
"line": 114
|
|
5744
5810
|
},
|
|
5745
5811
|
"name": "PipelineStackRioSecretsDeployStepProps",
|
|
5746
5812
|
"properties": [
|
|
@@ -5752,7 +5818,7 @@
|
|
|
5752
5818
|
"immutable": true,
|
|
5753
5819
|
"locationInModule": {
|
|
5754
5820
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5755
|
-
"line":
|
|
5821
|
+
"line": 115
|
|
5756
5822
|
},
|
|
5757
5823
|
"name": "secretsFilePath",
|
|
5758
5824
|
"type": {
|
|
@@ -5771,7 +5837,7 @@
|
|
|
5771
5837
|
"kind": "enum",
|
|
5772
5838
|
"locationInModule": {
|
|
5773
5839
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5774
|
-
"line":
|
|
5840
|
+
"line": 118
|
|
5775
5841
|
},
|
|
5776
5842
|
"members": [
|
|
5777
5843
|
{
|
|
@@ -6036,7 +6102,7 @@
|
|
|
6036
6102
|
},
|
|
6037
6103
|
"locationInModule": {
|
|
6038
6104
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6039
|
-
"line":
|
|
6105
|
+
"line": 365
|
|
6040
6106
|
},
|
|
6041
6107
|
"parameters": [
|
|
6042
6108
|
{
|
|
@@ -6065,7 +6131,7 @@
|
|
|
6065
6131
|
"kind": "class",
|
|
6066
6132
|
"locationInModule": {
|
|
6067
6133
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6068
|
-
"line":
|
|
6134
|
+
"line": 322
|
|
6069
6135
|
},
|
|
6070
6136
|
"name": "RioFargateService",
|
|
6071
6137
|
"properties": [
|
|
@@ -6077,7 +6143,7 @@
|
|
|
6077
6143
|
"immutable": true,
|
|
6078
6144
|
"locationInModule": {
|
|
6079
6145
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6080
|
-
"line":
|
|
6146
|
+
"line": 361
|
|
6081
6147
|
},
|
|
6082
6148
|
"name": "connections",
|
|
6083
6149
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6092,7 +6158,7 @@
|
|
|
6092
6158
|
"immutable": true,
|
|
6093
6159
|
"locationInModule": {
|
|
6094
6160
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6095
|
-
"line":
|
|
6161
|
+
"line": 357
|
|
6096
6162
|
},
|
|
6097
6163
|
"name": "datadogSideCarContainerDefinition",
|
|
6098
6164
|
"type": {
|
|
@@ -6106,7 +6172,7 @@
|
|
|
6106
6172
|
"immutable": true,
|
|
6107
6173
|
"locationInModule": {
|
|
6108
6174
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6109
|
-
"line":
|
|
6175
|
+
"line": 362
|
|
6110
6176
|
},
|
|
6111
6177
|
"name": "service",
|
|
6112
6178
|
"type": {
|
|
@@ -6120,7 +6186,7 @@
|
|
|
6120
6186
|
"immutable": true,
|
|
6121
6187
|
"locationInModule": {
|
|
6122
6188
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6123
|
-
"line":
|
|
6189
|
+
"line": 356
|
|
6124
6190
|
},
|
|
6125
6191
|
"name": "serviceContainerDefinition",
|
|
6126
6192
|
"type": {
|
|
@@ -6134,7 +6200,7 @@
|
|
|
6134
6200
|
"immutable": true,
|
|
6135
6201
|
"locationInModule": {
|
|
6136
6202
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6137
|
-
"line":
|
|
6203
|
+
"line": 359
|
|
6138
6204
|
},
|
|
6139
6205
|
"name": "taskDefinition",
|
|
6140
6206
|
"type": {
|
|
@@ -6148,7 +6214,7 @@
|
|
|
6148
6214
|
"immutable": true,
|
|
6149
6215
|
"locationInModule": {
|
|
6150
6216
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6151
|
-
"line":
|
|
6217
|
+
"line": 358
|
|
6152
6218
|
},
|
|
6153
6219
|
"name": "logRouterContainerDefinition",
|
|
6154
6220
|
"optional": true,
|
|
@@ -6163,7 +6229,7 @@
|
|
|
6163
6229
|
"immutable": true,
|
|
6164
6230
|
"locationInModule": {
|
|
6165
6231
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6166
|
-
"line":
|
|
6232
|
+
"line": 363
|
|
6167
6233
|
},
|
|
6168
6234
|
"name": "targetGroup",
|
|
6169
6235
|
"optional": true,
|
|
@@ -6198,7 +6264,7 @@
|
|
|
6198
6264
|
"immutable": true,
|
|
6199
6265
|
"locationInModule": {
|
|
6200
6266
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6201
|
-
"line":
|
|
6267
|
+
"line": 52
|
|
6202
6268
|
},
|
|
6203
6269
|
"name": "containerDefinitionOption",
|
|
6204
6270
|
"type": {
|
|
@@ -6214,7 +6280,7 @@
|
|
|
6214
6280
|
"immutable": true,
|
|
6215
6281
|
"locationInModule": {
|
|
6216
6282
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6217
|
-
"line":
|
|
6283
|
+
"line": 57
|
|
6218
6284
|
},
|
|
6219
6285
|
"name": "fargateOptions",
|
|
6220
6286
|
"type": {
|
|
@@ -6273,7 +6339,7 @@
|
|
|
6273
6339
|
"abstract": true,
|
|
6274
6340
|
"docs": {
|
|
6275
6341
|
"stability": "stable",
|
|
6276
|
-
"summary": "The VPC of the service."
|
|
6342
|
+
"summary": "The VPC of the service's ecs.Cluster if no cluster is explicitly passed as prop."
|
|
6277
6343
|
},
|
|
6278
6344
|
"immutable": true,
|
|
6279
6345
|
"locationInModule": {
|
|
@@ -6285,6 +6351,25 @@
|
|
|
6285
6351
|
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6286
6352
|
}
|
|
6287
6353
|
},
|
|
6354
|
+
{
|
|
6355
|
+
"abstract": true,
|
|
6356
|
+
"docs": {
|
|
6357
|
+
"default": "- Create a new Fargate cluster with default properties",
|
|
6358
|
+
"remarks": "If not null, the cluster.vpc MUST match the vpc provided as direct argument.",
|
|
6359
|
+
"stability": "stable",
|
|
6360
|
+
"summary": "The Fargate cluster to run the service in."
|
|
6361
|
+
},
|
|
6362
|
+
"immutable": true,
|
|
6363
|
+
"locationInModule": {
|
|
6364
|
+
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6365
|
+
"line": 47
|
|
6366
|
+
},
|
|
6367
|
+
"name": "cluster",
|
|
6368
|
+
"optional": true,
|
|
6369
|
+
"type": {
|
|
6370
|
+
"fqn": "aws-cdk-lib.aws_ecs.ICluster"
|
|
6371
|
+
}
|
|
6372
|
+
},
|
|
6288
6373
|
{
|
|
6289
6374
|
"abstract": true,
|
|
6290
6375
|
"docs": {
|
|
@@ -6294,7 +6379,7 @@
|
|
|
6294
6379
|
"immutable": true,
|
|
6295
6380
|
"locationInModule": {
|
|
6296
6381
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6297
|
-
"line":
|
|
6382
|
+
"line": 67
|
|
6298
6383
|
},
|
|
6299
6384
|
"name": "datadogOptions",
|
|
6300
6385
|
"optional": true,
|
|
@@ -6334,7 +6419,7 @@
|
|
|
6334
6419
|
"immutable": true,
|
|
6335
6420
|
"locationInModule": {
|
|
6336
6421
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6337
|
-
"line":
|
|
6422
|
+
"line": 62
|
|
6338
6423
|
},
|
|
6339
6424
|
"name": "loadBalancerOptions",
|
|
6340
6425
|
"optional": true,
|
|
@@ -8599,5 +8684,5 @@
|
|
|
8599
8684
|
}
|
|
8600
8685
|
},
|
|
8601
8686
|
"version": "0.0.0",
|
|
8602
|
-
"fingerprint": "
|
|
8687
|
+
"fingerprint": "KAZT9q8erpXruY4HwXZ1NUReCkiJkgo90BU/2W+CTbw="
|
|
8603
8688
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [3.2.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv3.1.0&sourceBranch=refs%2Ftags%2Fv3.2.0) (2022-11-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **contributions:** Pipeline construct - Add option to override code build image ([ac7d344](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/ac7d344082f7a5526e7e2902ec396e1166302197))
|
|
11
|
+
|
|
12
|
+
## [3.1.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv3.0.0&sourceBranch=refs%2Ftags%2Fv3.1.0) (2022-10-31)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **rio-fargate-service:** Support custom Fargate clusters ([2726ab6](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/2726ab65ab04ffdc106e1fd744b4f0828b11b778))
|
|
18
|
+
|
|
5
19
|
## [3.0.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.7.0&sourceBranch=refs%2Ftags%2Fv3.0.0) (2022-10-27)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import * as codebuild from 'aws-cdk-lib/aws-codebuild';
|
|
1
2
|
import * as pipelines from 'aws-cdk-lib/pipelines';
|
|
2
3
|
import { Construct } from 'constructs';
|
|
3
4
|
export interface RioGradleCodeBuildProjectProps {
|
|
4
5
|
input: pipelines.IFileSetProducer;
|
|
5
6
|
cdkOutDirectory?: string;
|
|
6
|
-
|
|
7
|
+
partialBuildSpec: codebuild.BuildSpec;
|
|
8
|
+
buildEnvironment?: codebuild.BuildEnvironment;
|
|
7
9
|
serviceName: string;
|
|
8
10
|
hostedZoneName: string;
|
|
9
11
|
env?: Record<string, string>;
|