@rio-cloud/cdk-v2-constructs 6.14.0 → 6.15.0-alpha.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 CHANGED
@@ -4405,7 +4405,7 @@
4405
4405
  "kind": "interface",
4406
4406
  "locationInModule": {
4407
4407
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
4408
- "line": 139
4408
+ "line": 148
4409
4409
  },
4410
4410
  "name": "AppStackProps",
4411
4411
  "properties": [
@@ -4417,7 +4417,7 @@
4417
4417
  "immutable": true,
4418
4418
  "locationInModule": {
4419
4419
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
4420
- "line": 140
4420
+ "line": 149
4421
4421
  },
4422
4422
  "name": "serviceName",
4423
4423
  "type": {
@@ -4432,7 +4432,7 @@
4432
4432
  "immutable": true,
4433
4433
  "locationInModule": {
4434
4434
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
4435
- "line": 141
4435
+ "line": 150
4436
4436
  },
4437
4437
  "name": "version",
4438
4438
  "type": {
@@ -4989,7 +4989,7 @@
4989
4989
  "kind": "interface",
4990
4990
  "locationInModule": {
4991
4991
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
4992
- "line": 214
4992
+ "line": 262
4993
4993
  },
4994
4994
  "name": "CodeBuildOptions",
4995
4995
  "properties": [
@@ -5001,7 +5001,7 @@
5001
5001
  "immutable": true,
5002
5002
  "locationInModule": {
5003
5003
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
5004
- "line": 216
5004
+ "line": 264
5005
5005
  },
5006
5006
  "name": "buildEnvironment",
5007
5007
  "optional": true,
@@ -5017,7 +5017,7 @@
5017
5017
  "immutable": true,
5018
5018
  "locationInModule": {
5019
5019
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
5020
- "line": 215
5020
+ "line": 263
5021
5021
  },
5022
5022
  "name": "partialBuildSpecPath",
5023
5023
  "optional": true,
@@ -7452,7 +7452,7 @@
7452
7452
  "kind": "interface",
7453
7453
  "locationInModule": {
7454
7454
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
7455
- "line": 129
7455
+ "line": 138
7456
7456
  },
7457
7457
  "methods": [
7458
7458
  {
@@ -7463,7 +7463,7 @@
7463
7463
  },
7464
7464
  "locationInModule": {
7465
7465
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
7466
- "line": 136
7466
+ "line": 145
7467
7467
  },
7468
7468
  "name": "create",
7469
7469
  "parameters": [
@@ -9195,6 +9195,154 @@
9195
9195
  ],
9196
9196
  "symbolId": "src/watchful/watchful:OverrideAlarmThresholdProps"
9197
9197
  },
9198
+ "@rio-cloud/cdk-v2-constructs.PipelineFeatures": {
9199
+ "assembly": "@rio-cloud/cdk-v2-constructs",
9200
+ "datatype": true,
9201
+ "docs": {
9202
+ "stability": "stable"
9203
+ },
9204
+ "fqn": "@rio-cloud/cdk-v2-constructs.PipelineFeatures",
9205
+ "kind": "interface",
9206
+ "locationInModule": {
9207
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9208
+ "line": 176
9209
+ },
9210
+ "name": "PipelineFeatures",
9211
+ "properties": [
9212
+ {
9213
+ "abstract": true,
9214
+ "docs": {
9215
+ "remarks": "Will be added after all build & test commands, before the infrastructure build.",
9216
+ "stability": "stable",
9217
+ "summary": "Additional build commands for main and branch pipeline."
9218
+ },
9219
+ "immutable": true,
9220
+ "locationInModule": {
9221
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9222
+ "line": 212
9223
+ },
9224
+ "name": "additionalBuildCommands",
9225
+ "optional": true,
9226
+ "type": {
9227
+ "collection": {
9228
+ "elementtype": {
9229
+ "primitive": "string"
9230
+ },
9231
+ "kind": "array"
9232
+ }
9233
+ }
9234
+ },
9235
+ {
9236
+ "abstract": true,
9237
+ "docs": {
9238
+ "remarks": "Defaults to `true`.",
9239
+ "stability": "stable",
9240
+ "summary": "Create a branch pipeline used by renovate."
9241
+ },
9242
+ "immutable": true,
9243
+ "locationInModule": {
9244
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9245
+ "line": 180
9246
+ },
9247
+ "name": "branchPipeline",
9248
+ "optional": true,
9249
+ "type": {
9250
+ "primitive": "boolean"
9251
+ }
9252
+ },
9253
+ {
9254
+ "abstract": true,
9255
+ "docs": {
9256
+ "remarks": "Requires `npmBuild` to be set to `true`. If set, the output of the npm build is deployed to the provided bucket.",
9257
+ "stability": "stable",
9258
+ "summary": "S3 Bucket to deploy frontend to."
9259
+ },
9260
+ "immutable": true,
9261
+ "locationInModule": {
9262
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9263
+ "line": 208
9264
+ },
9265
+ "name": "frontendBucketName",
9266
+ "optional": true,
9267
+ "type": {
9268
+ "primitive": "string"
9269
+ }
9270
+ },
9271
+ {
9272
+ "abstract": true,
9273
+ "docs": {
9274
+ "remarks": "Defaults to `false`:\n- build and test of the artifact via command \"./gradlew clean build\"\n- license-check and upload of license-check-file via command \"./gradlew checkLicenses\"\n- create a self-signed certificate to make TLS communication possible, e.g. with a loadbalancer\n- build the container image via command \"./gradlew jibBuildTar\"",
9275
+ "stability": "stable",
9276
+ "summary": "Run a standard gradle build in the repository root."
9277
+ },
9278
+ "immutable": true,
9279
+ "locationInModule": {
9280
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9281
+ "line": 192
9282
+ },
9283
+ "name": "gradleBuild",
9284
+ "optional": true,
9285
+ "type": {
9286
+ "primitive": "boolean"
9287
+ }
9288
+ },
9289
+ {
9290
+ "abstract": true,
9291
+ "docs": {
9292
+ "remarks": "Currently, this requires `gradleBuild` to be set to `true`. Defaults to `false`.",
9293
+ "stability": "stable",
9294
+ "summary": "Add required steps and permissions to support Kafka."
9295
+ },
9296
+ "immutable": true,
9297
+ "locationInModule": {
9298
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9299
+ "line": 204
9300
+ },
9301
+ "name": "kafkaIntegration",
9302
+ "optional": true,
9303
+ "type": {
9304
+ "primitive": "boolean"
9305
+ }
9306
+ },
9307
+ {
9308
+ "abstract": true,
9309
+ "docs": {
9310
+ "remarks": "Defaults to `false`:\n- run linter via command \"npm run lint\"\n- run tests via command \"npm run test:ci\"\n- run a license check by calling the script \"check-oss-licenses.sh\" (from the RIO frontend template)\n- build the artifact via command \"npm run build\"",
9311
+ "stability": "stable",
9312
+ "summary": "Run a standard npm build in the repository root."
9313
+ },
9314
+ "immutable": true,
9315
+ "locationInModule": {
9316
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9317
+ "line": 200
9318
+ },
9319
+ "name": "npmBuild",
9320
+ "optional": true,
9321
+ "type": {
9322
+ "primitive": "boolean"
9323
+ }
9324
+ },
9325
+ {
9326
+ "abstract": true,
9327
+ "docs": {
9328
+ "remarks": "Defaults to `true`.",
9329
+ "stability": "stable",
9330
+ "summary": "Create a vulnerability pipeline to scan dependencies for vulnerabilities."
9331
+ },
9332
+ "immutable": true,
9333
+ "locationInModule": {
9334
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9335
+ "line": 184
9336
+ },
9337
+ "name": "vulnerabilityPipeline",
9338
+ "optional": true,
9339
+ "type": {
9340
+ "primitive": "boolean"
9341
+ }
9342
+ }
9343
+ ],
9344
+ "symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineFeatures"
9345
+ },
9198
9346
  "@rio-cloud/cdk-v2-constructs.PipelineSchedulesProps": {
9199
9347
  "assembly": "@rio-cloud/cdk-v2-constructs",
9200
9348
  "datatype": true,
@@ -9205,7 +9353,7 @@
9205
9353
  "kind": "interface",
9206
9354
  "locationInModule": {
9207
9355
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9208
- "line": 32
9356
+ "line": 33
9209
9357
  },
9210
9358
  "name": "PipelineSchedulesProps",
9211
9359
  "properties": [
@@ -9217,7 +9365,7 @@
9217
9365
  "immutable": true,
9218
9366
  "locationInModule": {
9219
9367
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9220
- "line": 33
9368
+ "line": 34
9221
9369
  },
9222
9370
  "name": "mainPipeline",
9223
9371
  "optional": true,
@@ -9233,7 +9381,7 @@
9233
9381
  "immutable": true,
9234
9382
  "locationInModule": {
9235
9383
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9236
- "line": 34
9384
+ "line": 35
9237
9385
  },
9238
9386
  "name": "vulnerabilityPipeline",
9239
9387
  "optional": true,
@@ -9257,7 +9405,7 @@
9257
9405
  },
9258
9406
  "locationInModule": {
9259
9407
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9260
- "line": 234
9408
+ "line": 283
9261
9409
  },
9262
9410
  "parameters": [
9263
9411
  {
@@ -9283,7 +9431,7 @@
9283
9431
  "kind": "class",
9284
9432
  "locationInModule": {
9285
9433
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9286
- "line": 219
9434
+ "line": 267
9287
9435
  },
9288
9436
  "name": "PipelineStack",
9289
9437
  "properties": [
@@ -9294,7 +9442,7 @@
9294
9442
  "immutable": true,
9295
9443
  "locationInModule": {
9296
9444
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9297
- "line": 289
9445
+ "line": 342
9298
9446
  },
9299
9447
  "name": "branchCodeBuildProject",
9300
9448
  "type": {
@@ -9308,7 +9456,7 @@
9308
9456
  "immutable": true,
9309
9457
  "locationInModule": {
9310
9458
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9311
- "line": 285
9459
+ "line": 338
9312
9460
  },
9313
9461
  "name": "mainCodebuildProject",
9314
9462
  "type": {
@@ -9331,7 +9479,7 @@
9331
9479
  "kind": "interface",
9332
9480
  "locationInModule": {
9333
9481
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9334
- "line": 40
9482
+ "line": 41
9335
9483
  },
9336
9484
  "name": "PipelineStackProps",
9337
9485
  "properties": [
@@ -9345,29 +9493,13 @@
9345
9493
  "immutable": true,
9346
9494
  "locationInModule": {
9347
9495
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9348
- "line": 57
9496
+ "line": 58
9349
9497
  },
9350
9498
  "name": "appStackFactory",
9351
9499
  "type": {
9352
9500
  "fqn": "@rio-cloud/cdk-v2-constructs.IAppStackFactory"
9353
9501
  }
9354
9502
  },
9355
- {
9356
- "abstract": true,
9357
- "docs": {
9358
- "stability": "stable",
9359
- "summary": "Defines which kind of pipeline is deployed."
9360
- },
9361
- "immutable": true,
9362
- "locationInModule": {
9363
- "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9364
- "line": 62
9365
- },
9366
- "name": "pipelineType",
9367
- "type": {
9368
- "fqn": "@rio-cloud/cdk-v2-constructs.PipelineType"
9369
- }
9370
- },
9371
9503
  {
9372
9504
  "abstract": true,
9373
9505
  "docs": {
@@ -9378,7 +9510,7 @@
9378
9510
  "immutable": true,
9379
9511
  "locationInModule": {
9380
9512
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9381
- "line": 50
9513
+ "line": 51
9382
9514
  },
9383
9515
  "name": "serviceName",
9384
9516
  "type": {
@@ -9394,7 +9526,7 @@
9394
9526
  "immutable": true,
9395
9527
  "locationInModule": {
9396
9528
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9397
- "line": 88
9529
+ "line": 97
9398
9530
  },
9399
9531
  "name": "codeBuildOptions",
9400
9532
  "optional": true,
@@ -9412,7 +9544,7 @@
9412
9544
  "immutable": true,
9413
9545
  "locationInModule": {
9414
9546
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9415
- "line": 105
9547
+ "line": 114
9416
9548
  },
9417
9549
  "name": "codePipelineType",
9418
9550
  "optional": true,
@@ -9429,7 +9561,7 @@
9429
9561
  "immutable": true,
9430
9562
  "locationInModule": {
9431
9563
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9432
- "line": 97
9564
+ "line": 106
9433
9565
  },
9434
9566
  "name": "datadogAlertType",
9435
9567
  "optional": true,
@@ -9437,6 +9569,24 @@
9437
9569
  "primitive": "string"
9438
9570
  }
9439
9571
  },
9572
+ {
9573
+ "abstract": true,
9574
+ "docs": {
9575
+ "remarks": "Use the features to combine different opinionated, RIO-specific pipeline features such as adding a branch pipeline or supporting Kafka.",
9576
+ "stability": "stable",
9577
+ "summary": "Defines which kind of pipeline is deployed."
9578
+ },
9579
+ "immutable": true,
9580
+ "locationInModule": {
9581
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9582
+ "line": 65
9583
+ },
9584
+ "name": "features",
9585
+ "optional": true,
9586
+ "type": {
9587
+ "fqn": "@rio-cloud/cdk-v2-constructs.PipelineFeatures"
9588
+ }
9589
+ },
9440
9590
  {
9441
9591
  "abstract": true,
9442
9592
  "docs": {
@@ -9446,7 +9596,7 @@
9446
9596
  "immutable": true,
9447
9597
  "locationInModule": {
9448
9598
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9449
- "line": 92
9599
+ "line": 101
9450
9600
  },
9451
9601
  "name": "monitoringDeployStepProps",
9452
9602
  "optional": true,
@@ -9464,7 +9614,7 @@
9464
9614
  "immutable": true,
9465
9615
  "locationInModule": {
9466
9616
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9467
- "line": 73
9617
+ "line": 82
9468
9618
  },
9469
9619
  "name": "pipelineSchedules",
9470
9620
  "optional": true,
@@ -9472,6 +9622,23 @@
9472
9622
  "fqn": "@rio-cloud/cdk-v2-constructs.PipelineSchedulesProps"
9473
9623
  }
9474
9624
  },
9625
+ {
9626
+ "abstract": true,
9627
+ "docs": {
9628
+ "deprecated": "Use the `features` property instead. For now, the pipeline types are mapped to the features.\nDefines which kind of pipeline is deployed.",
9629
+ "stability": "deprecated"
9630
+ },
9631
+ "immutable": true,
9632
+ "locationInModule": {
9633
+ "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9634
+ "line": 71
9635
+ },
9636
+ "name": "pipelineType",
9637
+ "optional": true,
9638
+ "type": {
9639
+ "fqn": "@rio-cloud/cdk-v2-constructs.PipelineType"
9640
+ }
9641
+ },
9475
9642
  {
9476
9643
  "abstract": true,
9477
9644
  "docs": {
@@ -9482,7 +9649,7 @@
9482
9649
  "immutable": true,
9483
9650
  "locationInModule": {
9484
9651
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9485
- "line": 83
9652
+ "line": 92
9486
9653
  },
9487
9654
  "name": "secretsDeployStepProps",
9488
9655
  "optional": true,
@@ -9500,7 +9667,7 @@
9500
9667
  "immutable": true,
9501
9668
  "locationInModule": {
9502
9669
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9503
- "line": 101
9670
+ "line": 110
9504
9671
  },
9505
9672
  "name": "vulnerabilityNotification",
9506
9673
  "optional": true,
@@ -9521,7 +9688,7 @@
9521
9688
  "kind": "interface",
9522
9689
  "locationInModule": {
9523
9690
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9524
- "line": 154
9691
+ "line": 163
9525
9692
  },
9526
9693
  "name": "PipelineStackRioMonitoringDeployStepProps",
9527
9694
  "properties": [
@@ -9534,7 +9701,7 @@
9534
9701
  "immutable": true,
9535
9702
  "locationInModule": {
9536
9703
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9537
- "line": 164
9704
+ "line": 173
9538
9705
  },
9539
9706
  "name": "monitoringArtifacts",
9540
9707
  "type": {
@@ -9566,7 +9733,7 @@
9566
9733
  "kind": "interface",
9567
9734
  "locationInModule": {
9568
9735
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9569
- "line": 150
9736
+ "line": 159
9570
9737
  },
9571
9738
  "name": "PipelineStackRioSecretsDeployStepProps",
9572
9739
  "properties": [
@@ -9578,7 +9745,7 @@
9578
9745
  "immutable": true,
9579
9746
  "locationInModule": {
9580
9747
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9581
- "line": 151
9748
+ "line": 160
9582
9749
  },
9583
9750
  "name": "secretsFilePath",
9584
9751
  "type": {
@@ -9597,7 +9764,7 @@
9597
9764
  "kind": "enum",
9598
9765
  "locationInModule": {
9599
9766
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9600
- "line": 167
9767
+ "line": 215
9601
9768
  },
9602
9769
  "members": [
9603
9770
  {
@@ -20026,5 +20193,5 @@
20026
20193
  }
20027
20194
  },
20028
20195
  "version": "0.0.0",
20029
- "fingerprint": "tj9IB8+Bw04OWZU9cFw1386sqxo9O2l8SdnSrbVq5ZA="
20196
+ "fingerprint": "t7w3ZyjWh1gi1QPVRSnjeE7Boro6mSTMUeL6Cty5aDg="
20030
20197
  }