@rio-cloud/cdk-v2-constructs 6.19.0 → 6.20.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 +180 -161
- package/docs/API.md +27 -8
- package/docs/changelog.md +15 -0
- package/lib/contributions/team-transport-two/pipeline/datadog-monitors.js +3 -1
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +2 -3
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +4 -16
- package/lib/datadogv2/datadog-monitor.d.ts +8 -0
- package/lib/datadogv2/datadog-monitor.js +12 -2
- package/lib/kafka/kafka-topic.d.ts +4 -6
- package/lib/kafka/kafka-topic.js +1 -1
- package/package.json +1 -1
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -4421,7 +4421,7 @@
|
|
|
4421
4421
|
"kind": "interface",
|
|
4422
4422
|
"locationInModule": {
|
|
4423
4423
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4424
|
-
"line":
|
|
4424
|
+
"line": 145
|
|
4425
4425
|
},
|
|
4426
4426
|
"name": "AppStackProps",
|
|
4427
4427
|
"properties": [
|
|
@@ -4433,7 +4433,7 @@
|
|
|
4433
4433
|
"immutable": true,
|
|
4434
4434
|
"locationInModule": {
|
|
4435
4435
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4436
|
-
"line":
|
|
4436
|
+
"line": 146
|
|
4437
4437
|
},
|
|
4438
4438
|
"name": "serviceName",
|
|
4439
4439
|
"type": {
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
"immutable": true,
|
|
4449
4449
|
"locationInModule": {
|
|
4450
4450
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4451
|
-
"line":
|
|
4451
|
+
"line": 147
|
|
4452
4452
|
},
|
|
4453
4453
|
"name": "version",
|
|
4454
4454
|
"type": {
|
|
@@ -5005,7 +5005,7 @@
|
|
|
5005
5005
|
"kind": "interface",
|
|
5006
5006
|
"locationInModule": {
|
|
5007
5007
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5008
|
-
"line":
|
|
5008
|
+
"line": 263
|
|
5009
5009
|
},
|
|
5010
5010
|
"name": "CodeBuildOptions",
|
|
5011
5011
|
"properties": [
|
|
@@ -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": 265
|
|
5021
5021
|
},
|
|
5022
5022
|
"name": "buildEnvironment",
|
|
5023
5023
|
"optional": true,
|
|
@@ -5033,7 +5033,7 @@
|
|
|
5033
5033
|
"immutable": true,
|
|
5034
5034
|
"locationInModule": {
|
|
5035
5035
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5036
|
-
"line":
|
|
5036
|
+
"line": 264
|
|
5037
5037
|
},
|
|
5038
5038
|
"name": "partialBuildSpecPath",
|
|
5039
5039
|
"optional": true,
|
|
@@ -7506,7 +7506,7 @@
|
|
|
7506
7506
|
"kind": "interface",
|
|
7507
7507
|
"locationInModule": {
|
|
7508
7508
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7509
|
-
"line":
|
|
7509
|
+
"line": 135
|
|
7510
7510
|
},
|
|
7511
7511
|
"methods": [
|
|
7512
7512
|
{
|
|
@@ -7517,7 +7517,7 @@
|
|
|
7517
7517
|
},
|
|
7518
7518
|
"locationInModule": {
|
|
7519
7519
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
7520
|
-
"line":
|
|
7520
|
+
"line": 142
|
|
7521
7521
|
},
|
|
7522
7522
|
"name": "create",
|
|
7523
7523
|
"parameters": [
|
|
@@ -7909,7 +7909,7 @@
|
|
|
7909
7909
|
},
|
|
7910
7910
|
"locationInModule": {
|
|
7911
7911
|
"filename": "src/kafka/kafka-topic.ts",
|
|
7912
|
-
"line":
|
|
7912
|
+
"line": 253
|
|
7913
7913
|
},
|
|
7914
7914
|
"parameters": [
|
|
7915
7915
|
{
|
|
@@ -7935,7 +7935,7 @@
|
|
|
7935
7935
|
"kind": "class",
|
|
7936
7936
|
"locationInModule": {
|
|
7937
7937
|
"filename": "src/kafka/kafka-topic.ts",
|
|
7938
|
-
"line":
|
|
7938
|
+
"line": 251
|
|
7939
7939
|
},
|
|
7940
7940
|
"name": "KafkaTopic",
|
|
7941
7941
|
"symbolId": "src/kafka/kafka-topic:KafkaTopic"
|
|
@@ -8088,15 +8088,15 @@
|
|
|
8088
8088
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
8089
8089
|
"datatype": true,
|
|
8090
8090
|
"docs": {
|
|
8091
|
-
"
|
|
8091
|
+
"remarks": "If you need to increase the limits for your service, please contact CLAID.",
|
|
8092
8092
|
"stability": "stable",
|
|
8093
|
-
"summary": "The current service limits
|
|
8093
|
+
"summary": "The current service limits are configured in the topic manager."
|
|
8094
8094
|
},
|
|
8095
8095
|
"fqn": "@rio-cloud/cdk-v2-constructs.KafkaTopicProps",
|
|
8096
8096
|
"kind": "interface",
|
|
8097
8097
|
"locationInModule": {
|
|
8098
8098
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8099
|
-
"line":
|
|
8099
|
+
"line": 94
|
|
8100
8100
|
},
|
|
8101
8101
|
"name": "KafkaTopicProps",
|
|
8102
8102
|
"properties": [
|
|
@@ -8109,7 +8109,7 @@
|
|
|
8109
8109
|
"immutable": true,
|
|
8110
8110
|
"locationInModule": {
|
|
8111
8111
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8112
|
-
"line":
|
|
8112
|
+
"line": 137
|
|
8113
8113
|
},
|
|
8114
8114
|
"name": "acl",
|
|
8115
8115
|
"type": {
|
|
@@ -8125,7 +8125,7 @@
|
|
|
8125
8125
|
"immutable": true,
|
|
8126
8126
|
"locationInModule": {
|
|
8127
8127
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8128
|
-
"line":
|
|
8128
|
+
"line": 142
|
|
8129
8129
|
},
|
|
8130
8130
|
"name": "isLogCompacted",
|
|
8131
8131
|
"type": {
|
|
@@ -8141,7 +8141,7 @@
|
|
|
8141
8141
|
"immutable": true,
|
|
8142
8142
|
"locationInModule": {
|
|
8143
8143
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8144
|
-
"line":
|
|
8144
|
+
"line": 132
|
|
8145
8145
|
},
|
|
8146
8146
|
"name": "metadata",
|
|
8147
8147
|
"type": {
|
|
@@ -8158,7 +8158,7 @@
|
|
|
8158
8158
|
"immutable": true,
|
|
8159
8159
|
"locationInModule": {
|
|
8160
8160
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8161
|
-
"line":
|
|
8161
|
+
"line": 98
|
|
8162
8162
|
},
|
|
8163
8163
|
"name": "name",
|
|
8164
8164
|
"type": {
|
|
@@ -8175,7 +8175,7 @@
|
|
|
8175
8175
|
"immutable": true,
|
|
8176
8176
|
"locationInModule": {
|
|
8177
8177
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8178
|
-
"line":
|
|
8178
|
+
"line": 105
|
|
8179
8179
|
},
|
|
8180
8180
|
"name": "numberOfPartitions",
|
|
8181
8181
|
"type": {
|
|
@@ -8193,7 +8193,7 @@
|
|
|
8193
8193
|
"immutable": true,
|
|
8194
8194
|
"locationInModule": {
|
|
8195
8195
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8196
|
-
"line":
|
|
8196
|
+
"line": 127
|
|
8197
8197
|
},
|
|
8198
8198
|
"name": "instantDeletionEnabled",
|
|
8199
8199
|
"optional": true,
|
|
@@ -8211,7 +8211,7 @@
|
|
|
8211
8211
|
"immutable": true,
|
|
8212
8212
|
"locationInModule": {
|
|
8213
8213
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8214
|
-
"line":
|
|
8214
|
+
"line": 148
|
|
8215
8215
|
},
|
|
8216
8216
|
"name": "logCompactionProperties",
|
|
8217
8217
|
"optional": true,
|
|
@@ -8230,7 +8230,7 @@
|
|
|
8230
8230
|
"immutable": true,
|
|
8231
8231
|
"locationInModule": {
|
|
8232
8232
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8233
|
-
"line":
|
|
8233
|
+
"line": 156
|
|
8234
8234
|
},
|
|
8235
8235
|
"name": "maxCompactionLagMs",
|
|
8236
8236
|
"optional": true,
|
|
@@ -8249,7 +8249,7 @@
|
|
|
8249
8249
|
"immutable": true,
|
|
8250
8250
|
"locationInModule": {
|
|
8251
8251
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8252
|
-
"line":
|
|
8252
|
+
"line": 111
|
|
8253
8253
|
},
|
|
8254
8254
|
"name": "replicationFactor",
|
|
8255
8255
|
"optional": true,
|
|
@@ -8268,7 +8268,7 @@
|
|
|
8268
8268
|
"immutable": true,
|
|
8269
8269
|
"locationInModule": {
|
|
8270
8270
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8271
|
-
"line":
|
|
8271
|
+
"line": 120
|
|
8272
8272
|
},
|
|
8273
8273
|
"name": "retention",
|
|
8274
8274
|
"optional": true,
|
|
@@ -8293,7 +8293,7 @@
|
|
|
8293
8293
|
},
|
|
8294
8294
|
"locationInModule": {
|
|
8295
8295
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8296
|
-
"line":
|
|
8296
|
+
"line": 276
|
|
8297
8297
|
},
|
|
8298
8298
|
"parameters": [
|
|
8299
8299
|
{
|
|
@@ -8319,7 +8319,7 @@
|
|
|
8319
8319
|
"kind": "class",
|
|
8320
8320
|
"locationInModule": {
|
|
8321
8321
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8322
|
-
"line":
|
|
8322
|
+
"line": 274
|
|
8323
8323
|
},
|
|
8324
8324
|
"name": "KafkaTopicV4",
|
|
8325
8325
|
"symbolId": "src/kafka/kafka-topic:KafkaTopicV4"
|
|
@@ -8328,15 +8328,15 @@
|
|
|
8328
8328
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
8329
8329
|
"datatype": true,
|
|
8330
8330
|
"docs": {
|
|
8331
|
-
"
|
|
8331
|
+
"remarks": "If you need to increase the limits for your service, please contact CLAID.",
|
|
8332
8332
|
"stability": "stable",
|
|
8333
|
-
"summary": "The current service limits
|
|
8333
|
+
"summary": "The current service limits are configured in the topic manager."
|
|
8334
8334
|
},
|
|
8335
8335
|
"fqn": "@rio-cloud/cdk-v2-constructs.KafkaTopicV4Props",
|
|
8336
8336
|
"kind": "interface",
|
|
8337
8337
|
"locationInModule": {
|
|
8338
8338
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8339
|
-
"line":
|
|
8339
|
+
"line": 163
|
|
8340
8340
|
},
|
|
8341
8341
|
"name": "KafkaTopicV4Props",
|
|
8342
8342
|
"properties": [
|
|
@@ -8349,7 +8349,7 @@
|
|
|
8349
8349
|
"immutable": true,
|
|
8350
8350
|
"locationInModule": {
|
|
8351
8351
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8352
|
-
"line":
|
|
8352
|
+
"line": 206
|
|
8353
8353
|
},
|
|
8354
8354
|
"name": "acl",
|
|
8355
8355
|
"type": {
|
|
@@ -8365,7 +8365,7 @@
|
|
|
8365
8365
|
"immutable": true,
|
|
8366
8366
|
"locationInModule": {
|
|
8367
8367
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8368
|
-
"line":
|
|
8368
|
+
"line": 211
|
|
8369
8369
|
},
|
|
8370
8370
|
"name": "isLogCompacted",
|
|
8371
8371
|
"type": {
|
|
@@ -8381,7 +8381,7 @@
|
|
|
8381
8381
|
"immutable": true,
|
|
8382
8382
|
"locationInModule": {
|
|
8383
8383
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8384
|
-
"line":
|
|
8384
|
+
"line": 201
|
|
8385
8385
|
},
|
|
8386
8386
|
"name": "metadata",
|
|
8387
8387
|
"type": {
|
|
@@ -8398,7 +8398,7 @@
|
|
|
8398
8398
|
"immutable": true,
|
|
8399
8399
|
"locationInModule": {
|
|
8400
8400
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8401
|
-
"line":
|
|
8401
|
+
"line": 167
|
|
8402
8402
|
},
|
|
8403
8403
|
"name": "name",
|
|
8404
8404
|
"type": {
|
|
@@ -8415,7 +8415,7 @@
|
|
|
8415
8415
|
"immutable": true,
|
|
8416
8416
|
"locationInModule": {
|
|
8417
8417
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8418
|
-
"line":
|
|
8418
|
+
"line": 174
|
|
8419
8419
|
},
|
|
8420
8420
|
"name": "numberOfPartitions",
|
|
8421
8421
|
"type": {
|
|
@@ -8433,7 +8433,7 @@
|
|
|
8433
8433
|
"immutable": true,
|
|
8434
8434
|
"locationInModule": {
|
|
8435
8435
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8436
|
-
"line":
|
|
8436
|
+
"line": 196
|
|
8437
8437
|
},
|
|
8438
8438
|
"name": "instantDeletionEnabled",
|
|
8439
8439
|
"optional": true,
|
|
@@ -8451,7 +8451,7 @@
|
|
|
8451
8451
|
"immutable": true,
|
|
8452
8452
|
"locationInModule": {
|
|
8453
8453
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8454
|
-
"line":
|
|
8454
|
+
"line": 217
|
|
8455
8455
|
},
|
|
8456
8456
|
"name": "logCompactionProperties",
|
|
8457
8457
|
"optional": true,
|
|
@@ -8470,7 +8470,7 @@
|
|
|
8470
8470
|
"immutable": true,
|
|
8471
8471
|
"locationInModule": {
|
|
8472
8472
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8473
|
-
"line":
|
|
8473
|
+
"line": 225
|
|
8474
8474
|
},
|
|
8475
8475
|
"name": "managedBackupEnabled",
|
|
8476
8476
|
"optional": true,
|
|
@@ -8489,7 +8489,7 @@
|
|
|
8489
8489
|
"immutable": true,
|
|
8490
8490
|
"locationInModule": {
|
|
8491
8491
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8492
|
-
"line":
|
|
8492
|
+
"line": 233
|
|
8493
8493
|
},
|
|
8494
8494
|
"name": "maxCompactionLagMs",
|
|
8495
8495
|
"optional": true,
|
|
@@ -8508,7 +8508,7 @@
|
|
|
8508
8508
|
"immutable": true,
|
|
8509
8509
|
"locationInModule": {
|
|
8510
8510
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8511
|
-
"line":
|
|
8511
|
+
"line": 180
|
|
8512
8512
|
},
|
|
8513
8513
|
"name": "replicationFactor",
|
|
8514
8514
|
"optional": true,
|
|
@@ -8527,7 +8527,7 @@
|
|
|
8527
8527
|
"immutable": true,
|
|
8528
8528
|
"locationInModule": {
|
|
8529
8529
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8530
|
-
"line":
|
|
8530
|
+
"line": 189
|
|
8531
8531
|
},
|
|
8532
8532
|
"name": "retention",
|
|
8533
8533
|
"optional": true,
|
|
@@ -9345,7 +9345,7 @@
|
|
|
9345
9345
|
"kind": "interface",
|
|
9346
9346
|
"locationInModule": {
|
|
9347
9347
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9348
|
-
"line":
|
|
9348
|
+
"line": 173
|
|
9349
9349
|
},
|
|
9350
9350
|
"name": "PipelineFeatures",
|
|
9351
9351
|
"properties": [
|
|
@@ -9359,7 +9359,7 @@
|
|
|
9359
9359
|
"immutable": true,
|
|
9360
9360
|
"locationInModule": {
|
|
9361
9361
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9362
|
-
"line":
|
|
9362
|
+
"line": 209
|
|
9363
9363
|
},
|
|
9364
9364
|
"name": "additionalBuildCommands",
|
|
9365
9365
|
"optional": true,
|
|
@@ -9382,7 +9382,7 @@
|
|
|
9382
9382
|
"immutable": true,
|
|
9383
9383
|
"locationInModule": {
|
|
9384
9384
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9385
|
-
"line":
|
|
9385
|
+
"line": 177
|
|
9386
9386
|
},
|
|
9387
9387
|
"name": "branchPipeline",
|
|
9388
9388
|
"optional": true,
|
|
@@ -9400,7 +9400,7 @@
|
|
|
9400
9400
|
"immutable": true,
|
|
9401
9401
|
"locationInModule": {
|
|
9402
9402
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9403
|
-
"line":
|
|
9403
|
+
"line": 213
|
|
9404
9404
|
},
|
|
9405
9405
|
"name": "enablePipelineMonitors",
|
|
9406
9406
|
"optional": true,
|
|
@@ -9418,7 +9418,7 @@
|
|
|
9418
9418
|
"immutable": true,
|
|
9419
9419
|
"locationInModule": {
|
|
9420
9420
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9421
|
-
"line":
|
|
9421
|
+
"line": 205
|
|
9422
9422
|
},
|
|
9423
9423
|
"name": "frontendBucketName",
|
|
9424
9424
|
"optional": true,
|
|
@@ -9436,7 +9436,7 @@
|
|
|
9436
9436
|
"immutable": true,
|
|
9437
9437
|
"locationInModule": {
|
|
9438
9438
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9439
|
-
"line":
|
|
9439
|
+
"line": 189
|
|
9440
9440
|
},
|
|
9441
9441
|
"name": "gradleBuild",
|
|
9442
9442
|
"optional": true,
|
|
@@ -9454,7 +9454,7 @@
|
|
|
9454
9454
|
"immutable": true,
|
|
9455
9455
|
"locationInModule": {
|
|
9456
9456
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9457
|
-
"line":
|
|
9457
|
+
"line": 201
|
|
9458
9458
|
},
|
|
9459
9459
|
"name": "kafkaIntegration",
|
|
9460
9460
|
"optional": true,
|
|
@@ -9472,7 +9472,7 @@
|
|
|
9472
9472
|
"immutable": true,
|
|
9473
9473
|
"locationInModule": {
|
|
9474
9474
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9475
|
-
"line":
|
|
9475
|
+
"line": 197
|
|
9476
9476
|
},
|
|
9477
9477
|
"name": "npmBuild",
|
|
9478
9478
|
"optional": true,
|
|
@@ -9490,7 +9490,7 @@
|
|
|
9490
9490
|
"immutable": true,
|
|
9491
9491
|
"locationInModule": {
|
|
9492
9492
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9493
|
-
"line":
|
|
9493
|
+
"line": 181
|
|
9494
9494
|
},
|
|
9495
9495
|
"name": "vulnerabilityPipeline",
|
|
9496
9496
|
"optional": true,
|
|
@@ -9511,7 +9511,7 @@
|
|
|
9511
9511
|
"kind": "interface",
|
|
9512
9512
|
"locationInModule": {
|
|
9513
9513
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9514
|
-
"line":
|
|
9514
|
+
"line": 30
|
|
9515
9515
|
},
|
|
9516
9516
|
"name": "PipelineSchedulesProps",
|
|
9517
9517
|
"properties": [
|
|
@@ -9523,7 +9523,7 @@
|
|
|
9523
9523
|
"immutable": true,
|
|
9524
9524
|
"locationInModule": {
|
|
9525
9525
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9526
|
-
"line":
|
|
9526
|
+
"line": 31
|
|
9527
9527
|
},
|
|
9528
9528
|
"name": "mainPipeline",
|
|
9529
9529
|
"optional": true,
|
|
@@ -9539,7 +9539,7 @@
|
|
|
9539
9539
|
"immutable": true,
|
|
9540
9540
|
"locationInModule": {
|
|
9541
9541
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9542
|
-
"line":
|
|
9542
|
+
"line": 32
|
|
9543
9543
|
},
|
|
9544
9544
|
"name": "vulnerabilityPipeline",
|
|
9545
9545
|
"optional": true,
|
|
@@ -9563,7 +9563,7 @@
|
|
|
9563
9563
|
},
|
|
9564
9564
|
"locationInModule": {
|
|
9565
9565
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9566
|
-
"line":
|
|
9566
|
+
"line": 284
|
|
9567
9567
|
},
|
|
9568
9568
|
"parameters": [
|
|
9569
9569
|
{
|
|
@@ -9589,7 +9589,7 @@
|
|
|
9589
9589
|
"kind": "class",
|
|
9590
9590
|
"locationInModule": {
|
|
9591
9591
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9592
|
-
"line":
|
|
9592
|
+
"line": 268
|
|
9593
9593
|
},
|
|
9594
9594
|
"name": "PipelineStack",
|
|
9595
9595
|
"properties": [
|
|
@@ -9600,7 +9600,7 @@
|
|
|
9600
9600
|
"immutable": true,
|
|
9601
9601
|
"locationInModule": {
|
|
9602
9602
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9603
|
-
"line":
|
|
9603
|
+
"line": 343
|
|
9604
9604
|
},
|
|
9605
9605
|
"name": "branchCodeBuildProject",
|
|
9606
9606
|
"type": {
|
|
@@ -9614,7 +9614,7 @@
|
|
|
9614
9614
|
"immutable": true,
|
|
9615
9615
|
"locationInModule": {
|
|
9616
9616
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9617
|
-
"line":
|
|
9617
|
+
"line": 339
|
|
9618
9618
|
},
|
|
9619
9619
|
"name": "mainCodebuildProject",
|
|
9620
9620
|
"type": {
|
|
@@ -9637,7 +9637,7 @@
|
|
|
9637
9637
|
"kind": "interface",
|
|
9638
9638
|
"locationInModule": {
|
|
9639
9639
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9640
|
-
"line":
|
|
9640
|
+
"line": 38
|
|
9641
9641
|
},
|
|
9642
9642
|
"name": "PipelineStackProps",
|
|
9643
9643
|
"properties": [
|
|
@@ -9651,7 +9651,7 @@
|
|
|
9651
9651
|
"immutable": true,
|
|
9652
9652
|
"locationInModule": {
|
|
9653
9653
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9654
|
-
"line":
|
|
9654
|
+
"line": 55
|
|
9655
9655
|
},
|
|
9656
9656
|
"name": "appStackFactory",
|
|
9657
9657
|
"type": {
|
|
@@ -9668,7 +9668,7 @@
|
|
|
9668
9668
|
"immutable": true,
|
|
9669
9669
|
"locationInModule": {
|
|
9670
9670
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9671
|
-
"line":
|
|
9671
|
+
"line": 48
|
|
9672
9672
|
},
|
|
9673
9673
|
"name": "serviceName",
|
|
9674
9674
|
"type": {
|
|
@@ -9684,7 +9684,7 @@
|
|
|
9684
9684
|
"immutable": true,
|
|
9685
9685
|
"locationInModule": {
|
|
9686
9686
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9687
|
-
"line":
|
|
9687
|
+
"line": 94
|
|
9688
9688
|
},
|
|
9689
9689
|
"name": "codeBuildOptions",
|
|
9690
9690
|
"optional": true,
|
|
@@ -9702,7 +9702,7 @@
|
|
|
9702
9702
|
"immutable": true,
|
|
9703
9703
|
"locationInModule": {
|
|
9704
9704
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9705
|
-
"line":
|
|
9705
|
+
"line": 111
|
|
9706
9706
|
},
|
|
9707
9707
|
"name": "codePipelineType",
|
|
9708
9708
|
"optional": true,
|
|
@@ -9719,7 +9719,7 @@
|
|
|
9719
9719
|
"immutable": true,
|
|
9720
9720
|
"locationInModule": {
|
|
9721
9721
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9722
|
-
"line":
|
|
9722
|
+
"line": 103
|
|
9723
9723
|
},
|
|
9724
9724
|
"name": "datadogAlertType",
|
|
9725
9725
|
"optional": true,
|
|
@@ -9737,7 +9737,7 @@
|
|
|
9737
9737
|
"immutable": true,
|
|
9738
9738
|
"locationInModule": {
|
|
9739
9739
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9740
|
-
"line":
|
|
9740
|
+
"line": 62
|
|
9741
9741
|
},
|
|
9742
9742
|
"name": "features",
|
|
9743
9743
|
"optional": true,
|
|
@@ -9754,7 +9754,7 @@
|
|
|
9754
9754
|
"immutable": true,
|
|
9755
9755
|
"locationInModule": {
|
|
9756
9756
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9757
|
-
"line":
|
|
9757
|
+
"line": 98
|
|
9758
9758
|
},
|
|
9759
9759
|
"name": "monitoringDeployStepProps",
|
|
9760
9760
|
"optional": true,
|
|
@@ -9772,7 +9772,7 @@
|
|
|
9772
9772
|
"immutable": true,
|
|
9773
9773
|
"locationInModule": {
|
|
9774
9774
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9775
|
-
"line":
|
|
9775
|
+
"line": 79
|
|
9776
9776
|
},
|
|
9777
9777
|
"name": "pipelineSchedules",
|
|
9778
9778
|
"optional": true,
|
|
@@ -9789,7 +9789,7 @@
|
|
|
9789
9789
|
"immutable": true,
|
|
9790
9790
|
"locationInModule": {
|
|
9791
9791
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9792
|
-
"line":
|
|
9792
|
+
"line": 68
|
|
9793
9793
|
},
|
|
9794
9794
|
"name": "pipelineType",
|
|
9795
9795
|
"optional": true,
|
|
@@ -9807,7 +9807,7 @@
|
|
|
9807
9807
|
"immutable": true,
|
|
9808
9808
|
"locationInModule": {
|
|
9809
9809
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9810
|
-
"line":
|
|
9810
|
+
"line": 89
|
|
9811
9811
|
},
|
|
9812
9812
|
"name": "secretsDeployStepProps",
|
|
9813
9813
|
"optional": true,
|
|
@@ -9825,7 +9825,7 @@
|
|
|
9825
9825
|
"immutable": true,
|
|
9826
9826
|
"locationInModule": {
|
|
9827
9827
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9828
|
-
"line":
|
|
9828
|
+
"line": 107
|
|
9829
9829
|
},
|
|
9830
9830
|
"name": "vulnerabilityNotification",
|
|
9831
9831
|
"optional": true,
|
|
@@ -9846,7 +9846,7 @@
|
|
|
9846
9846
|
"kind": "interface",
|
|
9847
9847
|
"locationInModule": {
|
|
9848
9848
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9849
|
-
"line":
|
|
9849
|
+
"line": 160
|
|
9850
9850
|
},
|
|
9851
9851
|
"name": "PipelineStackRioMonitoringDeployStepProps",
|
|
9852
9852
|
"properties": [
|
|
@@ -9859,7 +9859,7 @@
|
|
|
9859
9859
|
"immutable": true,
|
|
9860
9860
|
"locationInModule": {
|
|
9861
9861
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9862
|
-
"line":
|
|
9862
|
+
"line": 170
|
|
9863
9863
|
},
|
|
9864
9864
|
"name": "monitoringArtifacts",
|
|
9865
9865
|
"type": {
|
|
@@ -9891,7 +9891,7 @@
|
|
|
9891
9891
|
"kind": "interface",
|
|
9892
9892
|
"locationInModule": {
|
|
9893
9893
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9894
|
-
"line":
|
|
9894
|
+
"line": 156
|
|
9895
9895
|
},
|
|
9896
9896
|
"name": "PipelineStackRioSecretsDeployStepProps",
|
|
9897
9897
|
"properties": [
|
|
@@ -9903,7 +9903,7 @@
|
|
|
9903
9903
|
"immutable": true,
|
|
9904
9904
|
"locationInModule": {
|
|
9905
9905
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9906
|
-
"line":
|
|
9906
|
+
"line": 157
|
|
9907
9907
|
},
|
|
9908
9908
|
"name": "secretsFilePath",
|
|
9909
9909
|
"type": {
|
|
@@ -9922,7 +9922,7 @@
|
|
|
9922
9922
|
"kind": "enum",
|
|
9923
9923
|
"locationInModule": {
|
|
9924
9924
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9925
|
-
"line":
|
|
9925
|
+
"line": 216
|
|
9926
9926
|
},
|
|
9927
9927
|
"members": [
|
|
9928
9928
|
{
|
|
@@ -14259,7 +14259,7 @@
|
|
|
14259
14259
|
"kind": "interface",
|
|
14260
14260
|
"locationInModule": {
|
|
14261
14261
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14262
|
-
"line":
|
|
14262
|
+
"line": 146
|
|
14263
14263
|
},
|
|
14264
14264
|
"name": "CfnDatadogMonitorOptions",
|
|
14265
14265
|
"namespace": "datadogv2",
|
|
@@ -14273,7 +14273,7 @@
|
|
|
14273
14273
|
"immutable": true,
|
|
14274
14274
|
"locationInModule": {
|
|
14275
14275
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14276
|
-
"line":
|
|
14276
|
+
"line": 151
|
|
14277
14277
|
},
|
|
14278
14278
|
"name": "enableLogsSample",
|
|
14279
14279
|
"optional": true,
|
|
@@ -14291,7 +14291,7 @@
|
|
|
14291
14291
|
"immutable": true,
|
|
14292
14292
|
"locationInModule": {
|
|
14293
14293
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14294
|
-
"line":
|
|
14294
|
+
"line": 158
|
|
14295
14295
|
},
|
|
14296
14296
|
"name": "enableSamples",
|
|
14297
14297
|
"optional": true,
|
|
@@ -14308,7 +14308,7 @@
|
|
|
14308
14308
|
"immutable": true,
|
|
14309
14309
|
"locationInModule": {
|
|
14310
14310
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14311
|
-
"line":
|
|
14311
|
+
"line": 163
|
|
14312
14312
|
},
|
|
14313
14313
|
"name": "escalationMessage",
|
|
14314
14314
|
"optional": true,
|
|
@@ -14325,7 +14325,7 @@
|
|
|
14325
14325
|
"immutable": true,
|
|
14326
14326
|
"locationInModule": {
|
|
14327
14327
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14328
|
-
"line":
|
|
14328
|
+
"line": 169
|
|
14329
14329
|
},
|
|
14330
14330
|
"name": "evaluationDelay",
|
|
14331
14331
|
"optional": true,
|
|
@@ -14343,7 +14343,7 @@
|
|
|
14343
14343
|
"immutable": true,
|
|
14344
14344
|
"locationInModule": {
|
|
14345
14345
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14346
|
-
"line":
|
|
14346
|
+
"line": 178
|
|
14347
14347
|
},
|
|
14348
14348
|
"name": "groupRetentionDuration",
|
|
14349
14349
|
"optional": true,
|
|
@@ -14361,7 +14361,7 @@
|
|
|
14361
14361
|
"immutable": true,
|
|
14362
14362
|
"locationInModule": {
|
|
14363
14363
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14364
|
-
"line":
|
|
14364
|
+
"line": 185
|
|
14365
14365
|
},
|
|
14366
14366
|
"name": "includeTags",
|
|
14367
14367
|
"optional": true,
|
|
@@ -14378,7 +14378,7 @@
|
|
|
14378
14378
|
"immutable": true,
|
|
14379
14379
|
"locationInModule": {
|
|
14380
14380
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14381
|
-
"line":
|
|
14381
|
+
"line": 190
|
|
14382
14382
|
},
|
|
14383
14383
|
"name": "locked",
|
|
14384
14384
|
"optional": true,
|
|
@@ -14395,7 +14395,7 @@
|
|
|
14395
14395
|
"immutable": true,
|
|
14396
14396
|
"locationInModule": {
|
|
14397
14397
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14398
|
-
"line":
|
|
14398
|
+
"line": 284
|
|
14399
14399
|
},
|
|
14400
14400
|
"name": "minFailureDuration",
|
|
14401
14401
|
"optional": true,
|
|
@@ -14412,7 +14412,7 @@
|
|
|
14412
14412
|
"immutable": true,
|
|
14413
14413
|
"locationInModule": {
|
|
14414
14414
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14415
|
-
"line":
|
|
14415
|
+
"line": 195
|
|
14416
14416
|
},
|
|
14417
14417
|
"name": "minLocationFailed",
|
|
14418
14418
|
"optional": true,
|
|
@@ -14430,7 +14430,7 @@
|
|
|
14430
14430
|
"immutable": true,
|
|
14431
14431
|
"locationInModule": {
|
|
14432
14432
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14433
|
-
"line":
|
|
14433
|
+
"line": 291
|
|
14434
14434
|
},
|
|
14435
14435
|
"name": "monitorNotificationPresetName",
|
|
14436
14436
|
"optional": true,
|
|
@@ -14448,7 +14448,7 @@
|
|
|
14448
14448
|
"immutable": true,
|
|
14449
14449
|
"locationInModule": {
|
|
14450
14450
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14451
|
-
"line":
|
|
14451
|
+
"line": 296
|
|
14452
14452
|
},
|
|
14453
14453
|
"name": "newGroupDelay",
|
|
14454
14454
|
"optional": true,
|
|
@@ -14465,7 +14465,7 @@
|
|
|
14465
14465
|
"immutable": true,
|
|
14466
14466
|
"locationInModule": {
|
|
14467
14467
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14468
|
-
"line":
|
|
14468
|
+
"line": 200
|
|
14469
14469
|
},
|
|
14470
14470
|
"name": "newHostDelay",
|
|
14471
14471
|
"optional": true,
|
|
@@ -14482,7 +14482,7 @@
|
|
|
14482
14482
|
"immutable": true,
|
|
14483
14483
|
"locationInModule": {
|
|
14484
14484
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14485
|
-
"line":
|
|
14485
|
+
"line": 205
|
|
14486
14486
|
},
|
|
14487
14487
|
"name": "noDataTimeframe",
|
|
14488
14488
|
"optional": true,
|
|
@@ -14499,7 +14499,7 @@
|
|
|
14499
14499
|
"immutable": true,
|
|
14500
14500
|
"locationInModule": {
|
|
14501
14501
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14502
|
-
"line":
|
|
14502
|
+
"line": 210
|
|
14503
14503
|
},
|
|
14504
14504
|
"name": "notifyAudit",
|
|
14505
14505
|
"optional": true,
|
|
@@ -14517,7 +14517,7 @@
|
|
|
14517
14517
|
"immutable": true,
|
|
14518
14518
|
"locationInModule": {
|
|
14519
14519
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14520
|
-
"line":
|
|
14520
|
+
"line": 221
|
|
14521
14521
|
},
|
|
14522
14522
|
"name": "notifyBy",
|
|
14523
14523
|
"optional": true,
|
|
@@ -14540,7 +14540,7 @@
|
|
|
14540
14540
|
"immutable": true,
|
|
14541
14541
|
"locationInModule": {
|
|
14542
14542
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14543
|
-
"line":
|
|
14543
|
+
"line": 228
|
|
14544
14544
|
},
|
|
14545
14545
|
"name": "notifyNoData",
|
|
14546
14546
|
"optional": true,
|
|
@@ -14558,7 +14558,7 @@
|
|
|
14558
14558
|
"immutable": true,
|
|
14559
14559
|
"locationInModule": {
|
|
14560
14560
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14561
|
-
"line":
|
|
14561
|
+
"line": 238
|
|
14562
14562
|
},
|
|
14563
14563
|
"name": "onMissingData",
|
|
14564
14564
|
"optional": true,
|
|
@@ -14575,7 +14575,7 @@
|
|
|
14575
14575
|
"immutable": true,
|
|
14576
14576
|
"locationInModule": {
|
|
14577
14577
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14578
|
-
"line":
|
|
14578
|
+
"line": 243
|
|
14579
14579
|
},
|
|
14580
14580
|
"name": "renotifyInterval",
|
|
14581
14581
|
"optional": true,
|
|
@@ -14592,7 +14592,7 @@
|
|
|
14592
14592
|
"immutable": true,
|
|
14593
14593
|
"locationInModule": {
|
|
14594
14594
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14595
|
-
"line":
|
|
14595
|
+
"line": 274
|
|
14596
14596
|
},
|
|
14597
14597
|
"name": "renotifyOccurrences",
|
|
14598
14598
|
"optional": true,
|
|
@@ -14609,7 +14609,7 @@
|
|
|
14609
14609
|
"immutable": true,
|
|
14610
14610
|
"locationInModule": {
|
|
14611
14611
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14612
|
-
"line":
|
|
14612
|
+
"line": 279
|
|
14613
14613
|
},
|
|
14614
14614
|
"name": "renotifyStatuses",
|
|
14615
14615
|
"optional": true,
|
|
@@ -14632,7 +14632,7 @@
|
|
|
14632
14632
|
"immutable": true,
|
|
14633
14633
|
"locationInModule": {
|
|
14634
14634
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14635
|
-
"line":
|
|
14635
|
+
"line": 250
|
|
14636
14636
|
},
|
|
14637
14637
|
"name": "requireFullWindow",
|
|
14638
14638
|
"optional": true,
|
|
@@ -14649,7 +14649,7 @@
|
|
|
14649
14649
|
"immutable": true,
|
|
14650
14650
|
"locationInModule": {
|
|
14651
14651
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14652
|
-
"line":
|
|
14652
|
+
"line": 255
|
|
14653
14653
|
},
|
|
14654
14654
|
"name": "schedulingOptions",
|
|
14655
14655
|
"optional": true,
|
|
@@ -14666,7 +14666,7 @@
|
|
|
14666
14666
|
"immutable": true,
|
|
14667
14667
|
"locationInModule": {
|
|
14668
14668
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14669
|
-
"line":
|
|
14669
|
+
"line": 260
|
|
14670
14670
|
},
|
|
14671
14671
|
"name": "syntheticsCheckID",
|
|
14672
14672
|
"optional": true,
|
|
@@ -14682,7 +14682,7 @@
|
|
|
14682
14682
|
"immutable": true,
|
|
14683
14683
|
"locationInModule": {
|
|
14684
14684
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14685
|
-
"line":
|
|
14685
|
+
"line": 262
|
|
14686
14686
|
},
|
|
14687
14687
|
"name": "thresholds",
|
|
14688
14688
|
"optional": true,
|
|
@@ -14698,7 +14698,7 @@
|
|
|
14698
14698
|
"immutable": true,
|
|
14699
14699
|
"locationInModule": {
|
|
14700
14700
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14701
|
-
"line":
|
|
14701
|
+
"line": 264
|
|
14702
14702
|
},
|
|
14703
14703
|
"name": "thresholdWindows",
|
|
14704
14704
|
"optional": true,
|
|
@@ -14715,7 +14715,7 @@
|
|
|
14715
14715
|
"immutable": true,
|
|
14716
14716
|
"locationInModule": {
|
|
14717
14717
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14718
|
-
"line":
|
|
14718
|
+
"line": 269
|
|
14719
14719
|
},
|
|
14720
14720
|
"name": "timeoutH",
|
|
14721
14721
|
"optional": true,
|
|
@@ -14732,7 +14732,7 @@
|
|
|
14732
14732
|
"immutable": true,
|
|
14733
14733
|
"locationInModule": {
|
|
14734
14734
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14735
|
-
"line":
|
|
14735
|
+
"line": 301
|
|
14736
14736
|
},
|
|
14737
14737
|
"name": "variables",
|
|
14738
14738
|
"optional": true,
|
|
@@ -14758,7 +14758,7 @@
|
|
|
14758
14758
|
"kind": "interface",
|
|
14759
14759
|
"locationInModule": {
|
|
14760
14760
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14761
|
-
"line":
|
|
14761
|
+
"line": 332
|
|
14762
14762
|
},
|
|
14763
14763
|
"name": "CfnDatadogMonitorThresholdWindows",
|
|
14764
14764
|
"namespace": "datadogv2",
|
|
@@ -14772,7 +14772,7 @@
|
|
|
14772
14772
|
"immutable": true,
|
|
14773
14773
|
"locationInModule": {
|
|
14774
14774
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14775
|
-
"line":
|
|
14775
|
+
"line": 342
|
|
14776
14776
|
},
|
|
14777
14777
|
"name": "recoveryWindow",
|
|
14778
14778
|
"optional": true,
|
|
@@ -14789,7 +14789,7 @@
|
|
|
14789
14789
|
"immutable": true,
|
|
14790
14790
|
"locationInModule": {
|
|
14791
14791
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14792
|
-
"line":
|
|
14792
|
+
"line": 337
|
|
14793
14793
|
},
|
|
14794
14794
|
"name": "triggerWindow",
|
|
14795
14795
|
"optional": true,
|
|
@@ -14810,7 +14810,7 @@
|
|
|
14810
14810
|
"kind": "interface",
|
|
14811
14811
|
"locationInModule": {
|
|
14812
14812
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14813
|
-
"line":
|
|
14813
|
+
"line": 304
|
|
14814
14814
|
},
|
|
14815
14815
|
"name": "CfnDatadogMonitorThresholds",
|
|
14816
14816
|
"namespace": "datadogv2",
|
|
@@ -14824,7 +14824,7 @@
|
|
|
14824
14824
|
"immutable": true,
|
|
14825
14825
|
"locationInModule": {
|
|
14826
14826
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14827
|
-
"line":
|
|
14827
|
+
"line": 309
|
|
14828
14828
|
},
|
|
14829
14829
|
"name": "critical",
|
|
14830
14830
|
"optional": true,
|
|
@@ -14841,7 +14841,7 @@
|
|
|
14841
14841
|
"immutable": true,
|
|
14842
14842
|
"locationInModule": {
|
|
14843
14843
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14844
|
-
"line":
|
|
14844
|
+
"line": 314
|
|
14845
14845
|
},
|
|
14846
14846
|
"name": "criticalRecovery",
|
|
14847
14847
|
"optional": true,
|
|
@@ -14858,7 +14858,7 @@
|
|
|
14858
14858
|
"immutable": true,
|
|
14859
14859
|
"locationInModule": {
|
|
14860
14860
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14861
|
-
"line":
|
|
14861
|
+
"line": 319
|
|
14862
14862
|
},
|
|
14863
14863
|
"name": "ok",
|
|
14864
14864
|
"optional": true,
|
|
@@ -14875,7 +14875,7 @@
|
|
|
14875
14875
|
"immutable": true,
|
|
14876
14876
|
"locationInModule": {
|
|
14877
14877
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14878
|
-
"line":
|
|
14878
|
+
"line": 324
|
|
14879
14879
|
},
|
|
14880
14880
|
"name": "warning",
|
|
14881
14881
|
"optional": true,
|
|
@@ -14892,7 +14892,7 @@
|
|
|
14892
14892
|
"immutable": true,
|
|
14893
14893
|
"locationInModule": {
|
|
14894
14894
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14895
|
-
"line":
|
|
14895
|
+
"line": 329
|
|
14896
14896
|
},
|
|
14897
14897
|
"name": "warningRecovery",
|
|
14898
14898
|
"optional": true,
|
|
@@ -16018,7 +16018,7 @@
|
|
|
16018
16018
|
},
|
|
16019
16019
|
"locationInModule": {
|
|
16020
16020
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16021
|
-
"line":
|
|
16021
|
+
"line": 396
|
|
16022
16022
|
},
|
|
16023
16023
|
"parameters": [
|
|
16024
16024
|
{
|
|
@@ -16044,7 +16044,7 @@
|
|
|
16044
16044
|
"kind": "class",
|
|
16045
16045
|
"locationInModule": {
|
|
16046
16046
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16047
|
-
"line":
|
|
16047
|
+
"line": 385
|
|
16048
16048
|
},
|
|
16049
16049
|
"name": "DatadogMonitor",
|
|
16050
16050
|
"namespace": "datadogv2",
|
|
@@ -16058,7 +16058,7 @@
|
|
|
16058
16058
|
"immutable": true,
|
|
16059
16059
|
"locationInModule": {
|
|
16060
16060
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16061
|
-
"line":
|
|
16061
|
+
"line": 389
|
|
16062
16062
|
},
|
|
16063
16063
|
"name": "DEFAULT_PRIORITY",
|
|
16064
16064
|
"static": true,
|
|
@@ -16075,7 +16075,7 @@
|
|
|
16075
16075
|
"immutable": true,
|
|
16076
16076
|
"locationInModule": {
|
|
16077
16077
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16078
|
-
"line":
|
|
16078
|
+
"line": 460
|
|
16079
16079
|
},
|
|
16080
16080
|
"name": "monitorId",
|
|
16081
16081
|
"type": {
|
|
@@ -16089,7 +16089,7 @@
|
|
|
16089
16089
|
"immutable": true,
|
|
16090
16090
|
"locationInModule": {
|
|
16091
16091
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16092
|
-
"line":
|
|
16092
|
+
"line": 391
|
|
16093
16093
|
},
|
|
16094
16094
|
"name": "name",
|
|
16095
16095
|
"type": {
|
|
@@ -16103,7 +16103,7 @@
|
|
|
16103
16103
|
"immutable": true,
|
|
16104
16104
|
"locationInModule": {
|
|
16105
16105
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16106
|
-
"line":
|
|
16106
|
+
"line": 392
|
|
16107
16107
|
},
|
|
16108
16108
|
"name": "priority",
|
|
16109
16109
|
"type": {
|
|
@@ -16139,7 +16139,7 @@
|
|
|
16139
16139
|
"immutable": true,
|
|
16140
16140
|
"locationInModule": {
|
|
16141
16141
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16142
|
-
"line":
|
|
16142
|
+
"line": 77
|
|
16143
16143
|
},
|
|
16144
16144
|
"name": "message",
|
|
16145
16145
|
"type": {
|
|
@@ -16223,7 +16223,7 @@
|
|
|
16223
16223
|
"immutable": true,
|
|
16224
16224
|
"locationInModule": {
|
|
16225
16225
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16226
|
-
"line":
|
|
16226
|
+
"line": 103
|
|
16227
16227
|
},
|
|
16228
16228
|
"name": "extraTags",
|
|
16229
16229
|
"optional": true,
|
|
@@ -16236,6 +16236,25 @@
|
|
|
16236
16236
|
}
|
|
16237
16237
|
}
|
|
16238
16238
|
},
|
|
16239
|
+
{
|
|
16240
|
+
"abstract": true,
|
|
16241
|
+
"docs": {
|
|
16242
|
+
"remarks": "This is useful for passing in AWS resource names into metric queries (metric names are automatically\nlowercased in Datadog, but the monitor queries not).\nDefaults to false.",
|
|
16243
|
+
"see": "https://github.com/DataDog/datadog-cloudformation-resources/blob/master/datadog-monitors-monitor-handler/docs/cloudformationoptions.md#lowercasequery",
|
|
16244
|
+
"stability": "stable",
|
|
16245
|
+
"summary": "Convert the query string to lower case."
|
|
16246
|
+
},
|
|
16247
|
+
"immutable": true,
|
|
16248
|
+
"locationInModule": {
|
|
16249
|
+
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16250
|
+
"line": 70
|
|
16251
|
+
},
|
|
16252
|
+
"name": "lowercaseQuery",
|
|
16253
|
+
"optional": true,
|
|
16254
|
+
"type": {
|
|
16255
|
+
"primitive": "boolean"
|
|
16256
|
+
}
|
|
16257
|
+
},
|
|
16239
16258
|
{
|
|
16240
16259
|
"abstract": true,
|
|
16241
16260
|
"docs": {
|
|
@@ -16247,7 +16266,7 @@
|
|
|
16247
16266
|
"immutable": true,
|
|
16248
16267
|
"locationInModule": {
|
|
16249
16268
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16250
|
-
"line":
|
|
16269
|
+
"line": 86
|
|
16251
16270
|
},
|
|
16252
16271
|
"name": "notification",
|
|
16253
16272
|
"optional": true,
|
|
@@ -16264,7 +16283,7 @@
|
|
|
16264
16283
|
"immutable": true,
|
|
16265
16284
|
"locationInModule": {
|
|
16266
16285
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16267
|
-
"line":
|
|
16286
|
+
"line": 98
|
|
16268
16287
|
},
|
|
16269
16288
|
"name": "optionOverrides",
|
|
16270
16289
|
"optional": true,
|
|
@@ -16282,7 +16301,7 @@
|
|
|
16282
16301
|
"immutable": true,
|
|
16283
16302
|
"locationInModule": {
|
|
16284
16303
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16285
|
-
"line":
|
|
16304
|
+
"line": 93
|
|
16286
16305
|
},
|
|
16287
16306
|
"name": "priority",
|
|
16288
16307
|
"optional": true,
|
|
@@ -17078,7 +17097,7 @@
|
|
|
17078
17097
|
"kind": "enum",
|
|
17079
17098
|
"locationInModule": {
|
|
17080
17099
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17081
|
-
"line":
|
|
17100
|
+
"line": 122
|
|
17082
17101
|
},
|
|
17083
17102
|
"members": [
|
|
17084
17103
|
{
|
|
@@ -17121,7 +17140,7 @@
|
|
|
17121
17140
|
"kind": "enum",
|
|
17122
17141
|
"locationInModule": {
|
|
17123
17142
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17124
|
-
"line":
|
|
17143
|
+
"line": 134
|
|
17125
17144
|
},
|
|
17126
17145
|
"members": [
|
|
17127
17146
|
{
|
|
@@ -17164,7 +17183,7 @@
|
|
|
17164
17183
|
"kind": "interface",
|
|
17165
17184
|
"locationInModule": {
|
|
17166
17185
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17167
|
-
"line":
|
|
17186
|
+
"line": 348
|
|
17168
17187
|
},
|
|
17169
17188
|
"name": "MonitorSchedulingOptions",
|
|
17170
17189
|
"namespace": "datadogv2",
|
|
@@ -17177,7 +17196,7 @@
|
|
|
17177
17196
|
"immutable": true,
|
|
17178
17197
|
"locationInModule": {
|
|
17179
17198
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17180
|
-
"line":
|
|
17199
|
+
"line": 349
|
|
17181
17200
|
},
|
|
17182
17201
|
"name": "evaluationWindow",
|
|
17183
17202
|
"optional": true,
|
|
@@ -17200,7 +17219,7 @@
|
|
|
17200
17219
|
"kind": "interface",
|
|
17201
17220
|
"locationInModule": {
|
|
17202
17221
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17203
|
-
"line":
|
|
17222
|
+
"line": 358
|
|
17204
17223
|
},
|
|
17205
17224
|
"name": "MonitorSchedulingOptionsEvaluationWindow",
|
|
17206
17225
|
"namespace": "datadogv2",
|
|
@@ -17215,7 +17234,7 @@
|
|
|
17215
17234
|
"immutable": true,
|
|
17216
17235
|
"locationInModule": {
|
|
17217
17236
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17218
|
-
"line":
|
|
17237
|
+
"line": 365
|
|
17219
17238
|
},
|
|
17220
17239
|
"name": "dayStarts",
|
|
17221
17240
|
"optional": true,
|
|
@@ -17232,7 +17251,7 @@
|
|
|
17232
17251
|
"immutable": true,
|
|
17233
17252
|
"locationInModule": {
|
|
17234
17253
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17235
|
-
"line":
|
|
17254
|
+
"line": 375
|
|
17236
17255
|
},
|
|
17237
17256
|
"name": "hourStarts",
|
|
17238
17257
|
"optional": true,
|
|
@@ -17249,7 +17268,7 @@
|
|
|
17249
17268
|
"immutable": true,
|
|
17250
17269
|
"locationInModule": {
|
|
17251
17270
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17252
|
-
"line":
|
|
17271
|
+
"line": 370
|
|
17253
17272
|
},
|
|
17254
17273
|
"name": "monthStarts",
|
|
17255
17274
|
"optional": true,
|
|
@@ -17412,7 +17431,7 @@
|
|
|
17412
17431
|
"kind": "enum",
|
|
17413
17432
|
"locationInModule": {
|
|
17414
17433
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17415
|
-
"line":
|
|
17434
|
+
"line": 111
|
|
17416
17435
|
},
|
|
17417
17436
|
"members": [
|
|
17418
17437
|
{
|
|
@@ -19384,7 +19403,7 @@
|
|
|
19384
19403
|
},
|
|
19385
19404
|
"locationInModule": {
|
|
19386
19405
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19387
|
-
"line":
|
|
19406
|
+
"line": 253
|
|
19388
19407
|
},
|
|
19389
19408
|
"parameters": [
|
|
19390
19409
|
{
|
|
@@ -19410,7 +19429,7 @@
|
|
|
19410
19429
|
"kind": "class",
|
|
19411
19430
|
"locationInModule": {
|
|
19412
19431
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19413
|
-
"line":
|
|
19432
|
+
"line": 251
|
|
19414
19433
|
},
|
|
19415
19434
|
"name": "KafkaTopic",
|
|
19416
19435
|
"namespace": "kafka",
|
|
@@ -19566,15 +19585,15 @@
|
|
|
19566
19585
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
19567
19586
|
"datatype": true,
|
|
19568
19587
|
"docs": {
|
|
19569
|
-
"
|
|
19588
|
+
"remarks": "If you need to increase the limits for your service, please contact CLAID.",
|
|
19570
19589
|
"stability": "stable",
|
|
19571
|
-
"summary": "The current service limits
|
|
19590
|
+
"summary": "The current service limits are configured in the topic manager."
|
|
19572
19591
|
},
|
|
19573
19592
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaTopicProps",
|
|
19574
19593
|
"kind": "interface",
|
|
19575
19594
|
"locationInModule": {
|
|
19576
19595
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19577
|
-
"line":
|
|
19596
|
+
"line": 94
|
|
19578
19597
|
},
|
|
19579
19598
|
"name": "KafkaTopicProps",
|
|
19580
19599
|
"namespace": "kafka",
|
|
@@ -19588,7 +19607,7 @@
|
|
|
19588
19607
|
"immutable": true,
|
|
19589
19608
|
"locationInModule": {
|
|
19590
19609
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19591
|
-
"line":
|
|
19610
|
+
"line": 137
|
|
19592
19611
|
},
|
|
19593
19612
|
"name": "acl",
|
|
19594
19613
|
"type": {
|
|
@@ -19604,7 +19623,7 @@
|
|
|
19604
19623
|
"immutable": true,
|
|
19605
19624
|
"locationInModule": {
|
|
19606
19625
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19607
|
-
"line":
|
|
19626
|
+
"line": 142
|
|
19608
19627
|
},
|
|
19609
19628
|
"name": "isLogCompacted",
|
|
19610
19629
|
"type": {
|
|
@@ -19620,7 +19639,7 @@
|
|
|
19620
19639
|
"immutable": true,
|
|
19621
19640
|
"locationInModule": {
|
|
19622
19641
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19623
|
-
"line":
|
|
19642
|
+
"line": 132
|
|
19624
19643
|
},
|
|
19625
19644
|
"name": "metadata",
|
|
19626
19645
|
"type": {
|
|
@@ -19637,7 +19656,7 @@
|
|
|
19637
19656
|
"immutable": true,
|
|
19638
19657
|
"locationInModule": {
|
|
19639
19658
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19640
|
-
"line":
|
|
19659
|
+
"line": 98
|
|
19641
19660
|
},
|
|
19642
19661
|
"name": "name",
|
|
19643
19662
|
"type": {
|
|
@@ -19654,7 +19673,7 @@
|
|
|
19654
19673
|
"immutable": true,
|
|
19655
19674
|
"locationInModule": {
|
|
19656
19675
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19657
|
-
"line":
|
|
19676
|
+
"line": 105
|
|
19658
19677
|
},
|
|
19659
19678
|
"name": "numberOfPartitions",
|
|
19660
19679
|
"type": {
|
|
@@ -19672,7 +19691,7 @@
|
|
|
19672
19691
|
"immutable": true,
|
|
19673
19692
|
"locationInModule": {
|
|
19674
19693
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19675
|
-
"line":
|
|
19694
|
+
"line": 127
|
|
19676
19695
|
},
|
|
19677
19696
|
"name": "instantDeletionEnabled",
|
|
19678
19697
|
"optional": true,
|
|
@@ -19690,7 +19709,7 @@
|
|
|
19690
19709
|
"immutable": true,
|
|
19691
19710
|
"locationInModule": {
|
|
19692
19711
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19693
|
-
"line":
|
|
19712
|
+
"line": 148
|
|
19694
19713
|
},
|
|
19695
19714
|
"name": "logCompactionProperties",
|
|
19696
19715
|
"optional": true,
|
|
@@ -19709,7 +19728,7 @@
|
|
|
19709
19728
|
"immutable": true,
|
|
19710
19729
|
"locationInModule": {
|
|
19711
19730
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19712
|
-
"line":
|
|
19731
|
+
"line": 156
|
|
19713
19732
|
},
|
|
19714
19733
|
"name": "maxCompactionLagMs",
|
|
19715
19734
|
"optional": true,
|
|
@@ -19728,7 +19747,7 @@
|
|
|
19728
19747
|
"immutable": true,
|
|
19729
19748
|
"locationInModule": {
|
|
19730
19749
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19731
|
-
"line":
|
|
19750
|
+
"line": 111
|
|
19732
19751
|
},
|
|
19733
19752
|
"name": "replicationFactor",
|
|
19734
19753
|
"optional": true,
|
|
@@ -19747,7 +19766,7 @@
|
|
|
19747
19766
|
"immutable": true,
|
|
19748
19767
|
"locationInModule": {
|
|
19749
19768
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19750
|
-
"line":
|
|
19769
|
+
"line": 120
|
|
19751
19770
|
},
|
|
19752
19771
|
"name": "retention",
|
|
19753
19772
|
"optional": true,
|
|
@@ -19772,7 +19791,7 @@
|
|
|
19772
19791
|
},
|
|
19773
19792
|
"locationInModule": {
|
|
19774
19793
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19775
|
-
"line":
|
|
19794
|
+
"line": 276
|
|
19776
19795
|
},
|
|
19777
19796
|
"parameters": [
|
|
19778
19797
|
{
|
|
@@ -19798,7 +19817,7 @@
|
|
|
19798
19817
|
"kind": "class",
|
|
19799
19818
|
"locationInModule": {
|
|
19800
19819
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19801
|
-
"line":
|
|
19820
|
+
"line": 274
|
|
19802
19821
|
},
|
|
19803
19822
|
"name": "KafkaTopicV4",
|
|
19804
19823
|
"namespace": "kafka",
|
|
@@ -19808,15 +19827,15 @@
|
|
|
19808
19827
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
19809
19828
|
"datatype": true,
|
|
19810
19829
|
"docs": {
|
|
19811
|
-
"
|
|
19830
|
+
"remarks": "If you need to increase the limits for your service, please contact CLAID.",
|
|
19812
19831
|
"stability": "stable",
|
|
19813
|
-
"summary": "The current service limits
|
|
19832
|
+
"summary": "The current service limits are configured in the topic manager."
|
|
19814
19833
|
},
|
|
19815
19834
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaTopicV4Props",
|
|
19816
19835
|
"kind": "interface",
|
|
19817
19836
|
"locationInModule": {
|
|
19818
19837
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19819
|
-
"line":
|
|
19838
|
+
"line": 163
|
|
19820
19839
|
},
|
|
19821
19840
|
"name": "KafkaTopicV4Props",
|
|
19822
19841
|
"namespace": "kafka",
|
|
@@ -19830,7 +19849,7 @@
|
|
|
19830
19849
|
"immutable": true,
|
|
19831
19850
|
"locationInModule": {
|
|
19832
19851
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19833
|
-
"line":
|
|
19852
|
+
"line": 206
|
|
19834
19853
|
},
|
|
19835
19854
|
"name": "acl",
|
|
19836
19855
|
"type": {
|
|
@@ -19846,7 +19865,7 @@
|
|
|
19846
19865
|
"immutable": true,
|
|
19847
19866
|
"locationInModule": {
|
|
19848
19867
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19849
|
-
"line":
|
|
19868
|
+
"line": 211
|
|
19850
19869
|
},
|
|
19851
19870
|
"name": "isLogCompacted",
|
|
19852
19871
|
"type": {
|
|
@@ -19862,7 +19881,7 @@
|
|
|
19862
19881
|
"immutable": true,
|
|
19863
19882
|
"locationInModule": {
|
|
19864
19883
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19865
|
-
"line":
|
|
19884
|
+
"line": 201
|
|
19866
19885
|
},
|
|
19867
19886
|
"name": "metadata",
|
|
19868
19887
|
"type": {
|
|
@@ -19879,7 +19898,7 @@
|
|
|
19879
19898
|
"immutable": true,
|
|
19880
19899
|
"locationInModule": {
|
|
19881
19900
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19882
|
-
"line":
|
|
19901
|
+
"line": 167
|
|
19883
19902
|
},
|
|
19884
19903
|
"name": "name",
|
|
19885
19904
|
"type": {
|
|
@@ -19896,7 +19915,7 @@
|
|
|
19896
19915
|
"immutable": true,
|
|
19897
19916
|
"locationInModule": {
|
|
19898
19917
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19899
|
-
"line":
|
|
19918
|
+
"line": 174
|
|
19900
19919
|
},
|
|
19901
19920
|
"name": "numberOfPartitions",
|
|
19902
19921
|
"type": {
|
|
@@ -19914,7 +19933,7 @@
|
|
|
19914
19933
|
"immutable": true,
|
|
19915
19934
|
"locationInModule": {
|
|
19916
19935
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19917
|
-
"line":
|
|
19936
|
+
"line": 196
|
|
19918
19937
|
},
|
|
19919
19938
|
"name": "instantDeletionEnabled",
|
|
19920
19939
|
"optional": true,
|
|
@@ -19932,7 +19951,7 @@
|
|
|
19932
19951
|
"immutable": true,
|
|
19933
19952
|
"locationInModule": {
|
|
19934
19953
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19935
|
-
"line":
|
|
19954
|
+
"line": 217
|
|
19936
19955
|
},
|
|
19937
19956
|
"name": "logCompactionProperties",
|
|
19938
19957
|
"optional": true,
|
|
@@ -19951,7 +19970,7 @@
|
|
|
19951
19970
|
"immutable": true,
|
|
19952
19971
|
"locationInModule": {
|
|
19953
19972
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19954
|
-
"line":
|
|
19973
|
+
"line": 225
|
|
19955
19974
|
},
|
|
19956
19975
|
"name": "managedBackupEnabled",
|
|
19957
19976
|
"optional": true,
|
|
@@ -19970,7 +19989,7 @@
|
|
|
19970
19989
|
"immutable": true,
|
|
19971
19990
|
"locationInModule": {
|
|
19972
19991
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19973
|
-
"line":
|
|
19992
|
+
"line": 233
|
|
19974
19993
|
},
|
|
19975
19994
|
"name": "maxCompactionLagMs",
|
|
19976
19995
|
"optional": true,
|
|
@@ -19989,7 +20008,7 @@
|
|
|
19989
20008
|
"immutable": true,
|
|
19990
20009
|
"locationInModule": {
|
|
19991
20010
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19992
|
-
"line":
|
|
20011
|
+
"line": 180
|
|
19993
20012
|
},
|
|
19994
20013
|
"name": "replicationFactor",
|
|
19995
20014
|
"optional": true,
|
|
@@ -20008,7 +20027,7 @@
|
|
|
20008
20027
|
"immutable": true,
|
|
20009
20028
|
"locationInModule": {
|
|
20010
20029
|
"filename": "src/kafka/kafka-topic.ts",
|
|
20011
|
-
"line":
|
|
20030
|
+
"line": 189
|
|
20012
20031
|
},
|
|
20013
20032
|
"name": "retention",
|
|
20014
20033
|
"optional": true,
|
|
@@ -20732,5 +20751,5 @@
|
|
|
20732
20751
|
}
|
|
20733
20752
|
},
|
|
20734
20753
|
"version": "0.0.0",
|
|
20735
|
-
"fingerprint": "
|
|
20754
|
+
"fingerprint": "fXkwKoqGGbb94E0bldrx65ENlHruSN7qGCzVTEVjhnM="
|
|
20736
20755
|
}
|