@rio-cloud/cdk-v2-constructs 6.13.4 → 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 +226 -41
- package/docs/API.md +174 -13
- package/docs/changelog.md +21 -0
- package/lib/contributions/team-transport-two/pipeline/buildspecs.d.ts +5 -0
- package/lib/contributions/team-transport-two/pipeline/buildspecs.js +191 -0
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +55 -2
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +123 -37
- package/package.json +5 -4
- package/version.json +1 -1
- package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec-vulnerability-checks.yaml +0 -23
- package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec.yaml +0 -61
- package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec_infrastructure.yaml +0 -14
- package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec_kafka.yaml +0 -64
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
9482
|
+
"line": 41
|
|
9335
9483
|
},
|
|
9336
9484
|
"name": "PipelineStackProps",
|
|
9337
9485
|
"properties": [
|
|
@@ -9345,7 +9493,7 @@
|
|
|
9345
9493
|
"immutable": true,
|
|
9346
9494
|
"locationInModule": {
|
|
9347
9495
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9348
|
-
"line":
|
|
9496
|
+
"line": 58
|
|
9349
9497
|
},
|
|
9350
9498
|
"name": "appStackFactory",
|
|
9351
9499
|
"type": {
|
|
@@ -9355,51 +9503,53 @@
|
|
|
9355
9503
|
{
|
|
9356
9504
|
"abstract": true,
|
|
9357
9505
|
"docs": {
|
|
9506
|
+
"remarks": "I.e. the stack is named after the service\n- The serviceName is handed over to all Datadog monitors\n- RIO convention is that uploaded license-check-files are named after the service, i.e. serviceName.txt",
|
|
9358
9507
|
"stability": "stable",
|
|
9359
|
-
"summary": "
|
|
9508
|
+
"summary": "The name of the service - This has to be the same name as the repository as the s3 trigger file created by the bitbucket-integration uses this as a prefix - The serviceName is available as an environment variable SERVICE_NAME in the CodeBuildStep - The serviceName is available in the AppStackProps in the appStackFactory - The serviceName is available as stackName property in the AppStackProps in the appStackFactory."
|
|
9360
9509
|
},
|
|
9361
9510
|
"immutable": true,
|
|
9362
9511
|
"locationInModule": {
|
|
9363
9512
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9364
|
-
"line":
|
|
9513
|
+
"line": 51
|
|
9365
9514
|
},
|
|
9366
|
-
"name": "
|
|
9515
|
+
"name": "serviceName",
|
|
9367
9516
|
"type": {
|
|
9368
|
-
"
|
|
9517
|
+
"primitive": "string"
|
|
9369
9518
|
}
|
|
9370
9519
|
},
|
|
9371
9520
|
{
|
|
9372
9521
|
"abstract": true,
|
|
9373
9522
|
"docs": {
|
|
9374
|
-
"remarks": "I.e. the stack is named after the service\n- The serviceName is handed over to all Datadog monitors\n- RIO convention is that uploaded license-check-files are named after the service, i.e. serviceName.txt",
|
|
9375
9523
|
"stability": "stable",
|
|
9376
|
-
"summary": "
|
|
9524
|
+
"summary": "CodeBuild options overriding the rio-specific defaults."
|
|
9377
9525
|
},
|
|
9378
9526
|
"immutable": true,
|
|
9379
9527
|
"locationInModule": {
|
|
9380
9528
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9381
|
-
"line":
|
|
9529
|
+
"line": 97
|
|
9382
9530
|
},
|
|
9383
|
-
"name": "
|
|
9531
|
+
"name": "codeBuildOptions",
|
|
9532
|
+
"optional": true,
|
|
9384
9533
|
"type": {
|
|
9385
|
-
"
|
|
9534
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.CodeBuildOptions"
|
|
9386
9535
|
}
|
|
9387
9536
|
},
|
|
9388
9537
|
{
|
|
9389
9538
|
"abstract": true,
|
|
9390
9539
|
"docs": {
|
|
9540
|
+
"remarks": "Defaults to V1.",
|
|
9391
9541
|
"stability": "stable",
|
|
9392
|
-
"summary": "
|
|
9542
|
+
"summary": "CodePipeline PipelineType (V1 or V2)."
|
|
9393
9543
|
},
|
|
9394
9544
|
"immutable": true,
|
|
9395
9545
|
"locationInModule": {
|
|
9396
9546
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9397
|
-
"line":
|
|
9547
|
+
"line": 114
|
|
9398
9548
|
},
|
|
9399
|
-
"name": "
|
|
9549
|
+
"name": "codePipelineType",
|
|
9400
9550
|
"optional": true,
|
|
9401
9551
|
"type": {
|
|
9402
|
-
"fqn": "
|
|
9552
|
+
"fqn": "aws-cdk-lib.aws_codepipeline.PipelineType"
|
|
9403
9553
|
}
|
|
9404
9554
|
},
|
|
9405
9555
|
{
|
|
@@ -9411,7 +9561,7 @@
|
|
|
9411
9561
|
"immutable": true,
|
|
9412
9562
|
"locationInModule": {
|
|
9413
9563
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9414
|
-
"line":
|
|
9564
|
+
"line": 106
|
|
9415
9565
|
},
|
|
9416
9566
|
"name": "datadogAlertType",
|
|
9417
9567
|
"optional": true,
|
|
@@ -9419,6 +9569,24 @@
|
|
|
9419
9569
|
"primitive": "string"
|
|
9420
9570
|
}
|
|
9421
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
|
+
},
|
|
9422
9590
|
{
|
|
9423
9591
|
"abstract": true,
|
|
9424
9592
|
"docs": {
|
|
@@ -9428,7 +9596,7 @@
|
|
|
9428
9596
|
"immutable": true,
|
|
9429
9597
|
"locationInModule": {
|
|
9430
9598
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9431
|
-
"line":
|
|
9599
|
+
"line": 101
|
|
9432
9600
|
},
|
|
9433
9601
|
"name": "monitoringDeployStepProps",
|
|
9434
9602
|
"optional": true,
|
|
@@ -9446,7 +9614,7 @@
|
|
|
9446
9614
|
"immutable": true,
|
|
9447
9615
|
"locationInModule": {
|
|
9448
9616
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9449
|
-
"line":
|
|
9617
|
+
"line": 82
|
|
9450
9618
|
},
|
|
9451
9619
|
"name": "pipelineSchedules",
|
|
9452
9620
|
"optional": true,
|
|
@@ -9454,6 +9622,23 @@
|
|
|
9454
9622
|
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineSchedulesProps"
|
|
9455
9623
|
}
|
|
9456
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
|
+
},
|
|
9457
9642
|
{
|
|
9458
9643
|
"abstract": true,
|
|
9459
9644
|
"docs": {
|
|
@@ -9464,7 +9649,7 @@
|
|
|
9464
9649
|
"immutable": true,
|
|
9465
9650
|
"locationInModule": {
|
|
9466
9651
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9467
|
-
"line":
|
|
9652
|
+
"line": 92
|
|
9468
9653
|
},
|
|
9469
9654
|
"name": "secretsDeployStepProps",
|
|
9470
9655
|
"optional": true,
|
|
@@ -9482,7 +9667,7 @@
|
|
|
9482
9667
|
"immutable": true,
|
|
9483
9668
|
"locationInModule": {
|
|
9484
9669
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9485
|
-
"line":
|
|
9670
|
+
"line": 110
|
|
9486
9671
|
},
|
|
9487
9672
|
"name": "vulnerabilityNotification",
|
|
9488
9673
|
"optional": true,
|
|
@@ -9503,7 +9688,7 @@
|
|
|
9503
9688
|
"kind": "interface",
|
|
9504
9689
|
"locationInModule": {
|
|
9505
9690
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9506
|
-
"line":
|
|
9691
|
+
"line": 163
|
|
9507
9692
|
},
|
|
9508
9693
|
"name": "PipelineStackRioMonitoringDeployStepProps",
|
|
9509
9694
|
"properties": [
|
|
@@ -9516,7 +9701,7 @@
|
|
|
9516
9701
|
"immutable": true,
|
|
9517
9702
|
"locationInModule": {
|
|
9518
9703
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9519
|
-
"line":
|
|
9704
|
+
"line": 173
|
|
9520
9705
|
},
|
|
9521
9706
|
"name": "monitoringArtifacts",
|
|
9522
9707
|
"type": {
|
|
@@ -9548,7 +9733,7 @@
|
|
|
9548
9733
|
"kind": "interface",
|
|
9549
9734
|
"locationInModule": {
|
|
9550
9735
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9551
|
-
"line":
|
|
9736
|
+
"line": 159
|
|
9552
9737
|
},
|
|
9553
9738
|
"name": "PipelineStackRioSecretsDeployStepProps",
|
|
9554
9739
|
"properties": [
|
|
@@ -9560,7 +9745,7 @@
|
|
|
9560
9745
|
"immutable": true,
|
|
9561
9746
|
"locationInModule": {
|
|
9562
9747
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9563
|
-
"line":
|
|
9748
|
+
"line": 160
|
|
9564
9749
|
},
|
|
9565
9750
|
"name": "secretsFilePath",
|
|
9566
9751
|
"type": {
|
|
@@ -9579,7 +9764,7 @@
|
|
|
9579
9764
|
"kind": "enum",
|
|
9580
9765
|
"locationInModule": {
|
|
9581
9766
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9582
|
-
"line":
|
|
9767
|
+
"line": 215
|
|
9583
9768
|
},
|
|
9584
9769
|
"members": [
|
|
9585
9770
|
{
|
|
@@ -20008,5 +20193,5 @@
|
|
|
20008
20193
|
}
|
|
20009
20194
|
},
|
|
20010
20195
|
"version": "0.0.0",
|
|
20011
|
-
"fingerprint": "
|
|
20196
|
+
"fingerprint": "t7w3ZyjWh1gi1QPVRSnjeE7Boro6mSTMUeL6Cty5aDg="
|
|
20012
20197
|
}
|