@rio-cloud/cdk-v2-constructs 6.19.0 → 6.21.1-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
@@ -3900,7 +3900,7 @@
3900
3900
  "@rio-cloud/cdk-v2-constructs.backup": {
3901
3901
  "locationInModule": {
3902
3902
  "filename": "src/index.ts",
3903
- "line": 38
3903
+ "line": 39
3904
3904
  },
3905
3905
  "symbolId": "src/backup/index:"
3906
3906
  },
@@ -3921,7 +3921,7 @@
3921
3921
  "@rio-cloud/cdk-v2-constructs.ecr": {
3922
3922
  "locationInModule": {
3923
3923
  "filename": "src/index.ts",
3924
- "line": 40
3924
+ "line": 41
3925
3925
  },
3926
3926
  "symbolId": "src/ecr/index:"
3927
3927
  },
@@ -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": 148
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": 149
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": 150
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": 266
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": 268
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": 267
5036
+ "line": 264
5037
5037
  },
5038
5038
  "name": "partialBuildSpecPath",
5039
5039
  "optional": true,
@@ -6773,6 +6773,86 @@
6773
6773
  ],
6774
6774
  "symbolId": "src/datadog/datadog-monitor:DatadogMonitorProps"
6775
6775
  },
6776
+ "@rio-cloud/cdk-v2-constructs.DatadogSyntheticsTest": {
6777
+ "assembly": "@rio-cloud/cdk-v2-constructs",
6778
+ "base": "constructs.Construct",
6779
+ "docs": {
6780
+ "remarks": "See https://docs.datadoghq.com/api/latest/synthetics/ for more information (especially the typescript examples).\nCurrently, tests of type `api`, `browser` and `mobile` are supported.\n\nThe resource does the following modification to the passed `testConfig`:\n- Adds team name and service name to the test name.\n- Adds the usual tags (account_id, account_name, service, team, team_identifier) to the test tags.",
6781
+ "stability": "stable",
6782
+ "summary": "Creates a Datadog Synthetics test via Datadog API through a custom resource."
6783
+ },
6784
+ "fqn": "@rio-cloud/cdk-v2-constructs.DatadogSyntheticsTest",
6785
+ "initializer": {
6786
+ "docs": {
6787
+ "stability": "stable"
6788
+ },
6789
+ "locationInModule": {
6790
+ "filename": "src/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test.ts",
6791
+ "line": 41
6792
+ },
6793
+ "parameters": [
6794
+ {
6795
+ "name": "scope",
6796
+ "type": {
6797
+ "fqn": "constructs.Construct"
6798
+ }
6799
+ },
6800
+ {
6801
+ "name": "id",
6802
+ "type": {
6803
+ "primitive": "string"
6804
+ }
6805
+ },
6806
+ {
6807
+ "name": "props",
6808
+ "type": {
6809
+ "fqn": "@rio-cloud/cdk-v2-constructs.DatadogSyntheticsTestProps"
6810
+ }
6811
+ }
6812
+ ]
6813
+ },
6814
+ "kind": "class",
6815
+ "locationInModule": {
6816
+ "filename": "src/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test.ts",
6817
+ "line": 40
6818
+ },
6819
+ "name": "DatadogSyntheticsTest",
6820
+ "symbolId": "src/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test:DatadogSyntheticsTest"
6821
+ },
6822
+ "@rio-cloud/cdk-v2-constructs.DatadogSyntheticsTestProps": {
6823
+ "assembly": "@rio-cloud/cdk-v2-constructs",
6824
+ "datatype": true,
6825
+ "docs": {
6826
+ "stability": "stable"
6827
+ },
6828
+ "fqn": "@rio-cloud/cdk-v2-constructs.DatadogSyntheticsTestProps",
6829
+ "kind": "interface",
6830
+ "locationInModule": {
6831
+ "filename": "src/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test.ts",
6832
+ "line": 16
6833
+ },
6834
+ "name": "DatadogSyntheticsTestProps",
6835
+ "properties": [
6836
+ {
6837
+ "abstract": true,
6838
+ "docs": {
6839
+ "remarks": "Used to enhance the test name and apply the `service` tag.",
6840
+ "stability": "stable",
6841
+ "summary": "The name of the service to which the test belongs."
6842
+ },
6843
+ "immutable": true,
6844
+ "locationInModule": {
6845
+ "filename": "src/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test.ts",
6846
+ "line": 23
6847
+ },
6848
+ "name": "serviceName",
6849
+ "type": {
6850
+ "primitive": "string"
6851
+ }
6852
+ }
6853
+ ],
6854
+ "symbolId": "src/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test:DatadogSyntheticsTestProps"
6855
+ },
6776
6856
  "@rio-cloud/cdk-v2-constructs.DatadogUsageMonitoring": {
6777
6857
  "assembly": "@rio-cloud/cdk-v2-constructs",
6778
6858
  "base": "constructs.Construct",
@@ -7506,7 +7586,7 @@
7506
7586
  "kind": "interface",
7507
7587
  "locationInModule": {
7508
7588
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
7509
- "line": 138
7589
+ "line": 135
7510
7590
  },
7511
7591
  "methods": [
7512
7592
  {
@@ -7517,7 +7597,7 @@
7517
7597
  },
7518
7598
  "locationInModule": {
7519
7599
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
7520
- "line": 145
7600
+ "line": 142
7521
7601
  },
7522
7602
  "name": "create",
7523
7603
  "parameters": [
@@ -7909,7 +7989,7 @@
7909
7989
  },
7910
7990
  "locationInModule": {
7911
7991
  "filename": "src/kafka/kafka-topic.ts",
7912
- "line": 255
7992
+ "line": 253
7913
7993
  },
7914
7994
  "parameters": [
7915
7995
  {
@@ -7935,7 +8015,7 @@
7935
8015
  "kind": "class",
7936
8016
  "locationInModule": {
7937
8017
  "filename": "src/kafka/kafka-topic.ts",
7938
- "line": 253
8018
+ "line": 251
7939
8019
  },
7940
8020
  "name": "KafkaTopic",
7941
8021
  "symbolId": "src/kafka/kafka-topic:KafkaTopic"
@@ -8088,15 +8168,15 @@
8088
8168
  "assembly": "@rio-cloud/cdk-v2-constructs",
8089
8169
  "datatype": true,
8090
8170
  "docs": {
8091
- "see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
8171
+ "remarks": "If you need to increase the limits for your service, please contact CLAID.",
8092
8172
  "stability": "stable",
8093
- "summary": "The current service limits can be found in the topic limits configuration of the topic manager."
8173
+ "summary": "The current service limits are configured in the topic manager."
8094
8174
  },
8095
8175
  "fqn": "@rio-cloud/cdk-v2-constructs.KafkaTopicProps",
8096
8176
  "kind": "interface",
8097
8177
  "locationInModule": {
8098
8178
  "filename": "src/kafka/kafka-topic.ts",
8099
- "line": 95
8179
+ "line": 94
8100
8180
  },
8101
8181
  "name": "KafkaTopicProps",
8102
8182
  "properties": [
@@ -8109,7 +8189,7 @@
8109
8189
  "immutable": true,
8110
8190
  "locationInModule": {
8111
8191
  "filename": "src/kafka/kafka-topic.ts",
8112
- "line": 138
8192
+ "line": 137
8113
8193
  },
8114
8194
  "name": "acl",
8115
8195
  "type": {
@@ -8125,7 +8205,7 @@
8125
8205
  "immutable": true,
8126
8206
  "locationInModule": {
8127
8207
  "filename": "src/kafka/kafka-topic.ts",
8128
- "line": 143
8208
+ "line": 142
8129
8209
  },
8130
8210
  "name": "isLogCompacted",
8131
8211
  "type": {
@@ -8141,7 +8221,7 @@
8141
8221
  "immutable": true,
8142
8222
  "locationInModule": {
8143
8223
  "filename": "src/kafka/kafka-topic.ts",
8144
- "line": 133
8224
+ "line": 132
8145
8225
  },
8146
8226
  "name": "metadata",
8147
8227
  "type": {
@@ -8158,7 +8238,7 @@
8158
8238
  "immutable": true,
8159
8239
  "locationInModule": {
8160
8240
  "filename": "src/kafka/kafka-topic.ts",
8161
- "line": 99
8241
+ "line": 98
8162
8242
  },
8163
8243
  "name": "name",
8164
8244
  "type": {
@@ -8175,7 +8255,7 @@
8175
8255
  "immutable": true,
8176
8256
  "locationInModule": {
8177
8257
  "filename": "src/kafka/kafka-topic.ts",
8178
- "line": 106
8258
+ "line": 105
8179
8259
  },
8180
8260
  "name": "numberOfPartitions",
8181
8261
  "type": {
@@ -8193,7 +8273,7 @@
8193
8273
  "immutable": true,
8194
8274
  "locationInModule": {
8195
8275
  "filename": "src/kafka/kafka-topic.ts",
8196
- "line": 128
8276
+ "line": 127
8197
8277
  },
8198
8278
  "name": "instantDeletionEnabled",
8199
8279
  "optional": true,
@@ -8211,7 +8291,7 @@
8211
8291
  "immutable": true,
8212
8292
  "locationInModule": {
8213
8293
  "filename": "src/kafka/kafka-topic.ts",
8214
- "line": 149
8294
+ "line": 148
8215
8295
  },
8216
8296
  "name": "logCompactionProperties",
8217
8297
  "optional": true,
@@ -8230,7 +8310,7 @@
8230
8310
  "immutable": true,
8231
8311
  "locationInModule": {
8232
8312
  "filename": "src/kafka/kafka-topic.ts",
8233
- "line": 157
8313
+ "line": 156
8234
8314
  },
8235
8315
  "name": "maxCompactionLagMs",
8236
8316
  "optional": true,
@@ -8249,7 +8329,7 @@
8249
8329
  "immutable": true,
8250
8330
  "locationInModule": {
8251
8331
  "filename": "src/kafka/kafka-topic.ts",
8252
- "line": 112
8332
+ "line": 111
8253
8333
  },
8254
8334
  "name": "replicationFactor",
8255
8335
  "optional": true,
@@ -8268,7 +8348,7 @@
8268
8348
  "immutable": true,
8269
8349
  "locationInModule": {
8270
8350
  "filename": "src/kafka/kafka-topic.ts",
8271
- "line": 121
8351
+ "line": 120
8272
8352
  },
8273
8353
  "name": "retention",
8274
8354
  "optional": true,
@@ -8293,7 +8373,7 @@
8293
8373
  },
8294
8374
  "locationInModule": {
8295
8375
  "filename": "src/kafka/kafka-topic.ts",
8296
- "line": 278
8376
+ "line": 276
8297
8377
  },
8298
8378
  "parameters": [
8299
8379
  {
@@ -8319,7 +8399,7 @@
8319
8399
  "kind": "class",
8320
8400
  "locationInModule": {
8321
8401
  "filename": "src/kafka/kafka-topic.ts",
8322
- "line": 276
8402
+ "line": 274
8323
8403
  },
8324
8404
  "name": "KafkaTopicV4",
8325
8405
  "symbolId": "src/kafka/kafka-topic:KafkaTopicV4"
@@ -8328,15 +8408,15 @@
8328
8408
  "assembly": "@rio-cloud/cdk-v2-constructs",
8329
8409
  "datatype": true,
8330
8410
  "docs": {
8331
- "see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
8411
+ "remarks": "If you need to increase the limits for your service, please contact CLAID.",
8332
8412
  "stability": "stable",
8333
- "summary": "The current service limits can be found in the topic limits configuration of the topic manager."
8413
+ "summary": "The current service limits are configured in the topic manager."
8334
8414
  },
8335
8415
  "fqn": "@rio-cloud/cdk-v2-constructs.KafkaTopicV4Props",
8336
8416
  "kind": "interface",
8337
8417
  "locationInModule": {
8338
8418
  "filename": "src/kafka/kafka-topic.ts",
8339
- "line": 165
8419
+ "line": 163
8340
8420
  },
8341
8421
  "name": "KafkaTopicV4Props",
8342
8422
  "properties": [
@@ -8349,7 +8429,7 @@
8349
8429
  "immutable": true,
8350
8430
  "locationInModule": {
8351
8431
  "filename": "src/kafka/kafka-topic.ts",
8352
- "line": 208
8432
+ "line": 206
8353
8433
  },
8354
8434
  "name": "acl",
8355
8435
  "type": {
@@ -8365,7 +8445,7 @@
8365
8445
  "immutable": true,
8366
8446
  "locationInModule": {
8367
8447
  "filename": "src/kafka/kafka-topic.ts",
8368
- "line": 213
8448
+ "line": 211
8369
8449
  },
8370
8450
  "name": "isLogCompacted",
8371
8451
  "type": {
@@ -8381,7 +8461,7 @@
8381
8461
  "immutable": true,
8382
8462
  "locationInModule": {
8383
8463
  "filename": "src/kafka/kafka-topic.ts",
8384
- "line": 203
8464
+ "line": 201
8385
8465
  },
8386
8466
  "name": "metadata",
8387
8467
  "type": {
@@ -8398,7 +8478,7 @@
8398
8478
  "immutable": true,
8399
8479
  "locationInModule": {
8400
8480
  "filename": "src/kafka/kafka-topic.ts",
8401
- "line": 169
8481
+ "line": 167
8402
8482
  },
8403
8483
  "name": "name",
8404
8484
  "type": {
@@ -8415,7 +8495,7 @@
8415
8495
  "immutable": true,
8416
8496
  "locationInModule": {
8417
8497
  "filename": "src/kafka/kafka-topic.ts",
8418
- "line": 176
8498
+ "line": 174
8419
8499
  },
8420
8500
  "name": "numberOfPartitions",
8421
8501
  "type": {
@@ -8433,7 +8513,7 @@
8433
8513
  "immutable": true,
8434
8514
  "locationInModule": {
8435
8515
  "filename": "src/kafka/kafka-topic.ts",
8436
- "line": 198
8516
+ "line": 196
8437
8517
  },
8438
8518
  "name": "instantDeletionEnabled",
8439
8519
  "optional": true,
@@ -8451,7 +8531,7 @@
8451
8531
  "immutable": true,
8452
8532
  "locationInModule": {
8453
8533
  "filename": "src/kafka/kafka-topic.ts",
8454
- "line": 219
8534
+ "line": 217
8455
8535
  },
8456
8536
  "name": "logCompactionProperties",
8457
8537
  "optional": true,
@@ -8470,7 +8550,7 @@
8470
8550
  "immutable": true,
8471
8551
  "locationInModule": {
8472
8552
  "filename": "src/kafka/kafka-topic.ts",
8473
- "line": 227
8553
+ "line": 225
8474
8554
  },
8475
8555
  "name": "managedBackupEnabled",
8476
8556
  "optional": true,
@@ -8489,7 +8569,7 @@
8489
8569
  "immutable": true,
8490
8570
  "locationInModule": {
8491
8571
  "filename": "src/kafka/kafka-topic.ts",
8492
- "line": 235
8572
+ "line": 233
8493
8573
  },
8494
8574
  "name": "maxCompactionLagMs",
8495
8575
  "optional": true,
@@ -8508,7 +8588,7 @@
8508
8588
  "immutable": true,
8509
8589
  "locationInModule": {
8510
8590
  "filename": "src/kafka/kafka-topic.ts",
8511
- "line": 182
8591
+ "line": 180
8512
8592
  },
8513
8593
  "name": "replicationFactor",
8514
8594
  "optional": true,
@@ -8527,7 +8607,7 @@
8527
8607
  "immutable": true,
8528
8608
  "locationInModule": {
8529
8609
  "filename": "src/kafka/kafka-topic.ts",
8530
- "line": 191
8610
+ "line": 189
8531
8611
  },
8532
8612
  "name": "retention",
8533
8613
  "optional": true,
@@ -9345,7 +9425,7 @@
9345
9425
  "kind": "interface",
9346
9426
  "locationInModule": {
9347
9427
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9348
- "line": 176
9428
+ "line": 173
9349
9429
  },
9350
9430
  "name": "PipelineFeatures",
9351
9431
  "properties": [
@@ -9359,7 +9439,7 @@
9359
9439
  "immutable": true,
9360
9440
  "locationInModule": {
9361
9441
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9362
- "line": 212
9442
+ "line": 209
9363
9443
  },
9364
9444
  "name": "additionalBuildCommands",
9365
9445
  "optional": true,
@@ -9382,7 +9462,7 @@
9382
9462
  "immutable": true,
9383
9463
  "locationInModule": {
9384
9464
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9385
- "line": 180
9465
+ "line": 177
9386
9466
  },
9387
9467
  "name": "branchPipeline",
9388
9468
  "optional": true,
@@ -9400,7 +9480,7 @@
9400
9480
  "immutable": true,
9401
9481
  "locationInModule": {
9402
9482
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9403
- "line": 216
9483
+ "line": 213
9404
9484
  },
9405
9485
  "name": "enablePipelineMonitors",
9406
9486
  "optional": true,
@@ -9418,7 +9498,7 @@
9418
9498
  "immutable": true,
9419
9499
  "locationInModule": {
9420
9500
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9421
- "line": 208
9501
+ "line": 205
9422
9502
  },
9423
9503
  "name": "frontendBucketName",
9424
9504
  "optional": true,
@@ -9436,7 +9516,7 @@
9436
9516
  "immutable": true,
9437
9517
  "locationInModule": {
9438
9518
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9439
- "line": 192
9519
+ "line": 189
9440
9520
  },
9441
9521
  "name": "gradleBuild",
9442
9522
  "optional": true,
@@ -9454,7 +9534,7 @@
9454
9534
  "immutable": true,
9455
9535
  "locationInModule": {
9456
9536
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9457
- "line": 204
9537
+ "line": 201
9458
9538
  },
9459
9539
  "name": "kafkaIntegration",
9460
9540
  "optional": true,
@@ -9472,7 +9552,7 @@
9472
9552
  "immutable": true,
9473
9553
  "locationInModule": {
9474
9554
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9475
- "line": 200
9555
+ "line": 197
9476
9556
  },
9477
9557
  "name": "npmBuild",
9478
9558
  "optional": true,
@@ -9490,7 +9570,7 @@
9490
9570
  "immutable": true,
9491
9571
  "locationInModule": {
9492
9572
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9493
- "line": 184
9573
+ "line": 181
9494
9574
  },
9495
9575
  "name": "vulnerabilityPipeline",
9496
9576
  "optional": true,
@@ -9511,7 +9591,7 @@
9511
9591
  "kind": "interface",
9512
9592
  "locationInModule": {
9513
9593
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9514
- "line": 33
9594
+ "line": 30
9515
9595
  },
9516
9596
  "name": "PipelineSchedulesProps",
9517
9597
  "properties": [
@@ -9523,7 +9603,7 @@
9523
9603
  "immutable": true,
9524
9604
  "locationInModule": {
9525
9605
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9526
- "line": 34
9606
+ "line": 31
9527
9607
  },
9528
9608
  "name": "mainPipeline",
9529
9609
  "optional": true,
@@ -9539,7 +9619,7 @@
9539
9619
  "immutable": true,
9540
9620
  "locationInModule": {
9541
9621
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9542
- "line": 35
9622
+ "line": 32
9543
9623
  },
9544
9624
  "name": "vulnerabilityPipeline",
9545
9625
  "optional": true,
@@ -9563,7 +9643,7 @@
9563
9643
  },
9564
9644
  "locationInModule": {
9565
9645
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9566
- "line": 287
9646
+ "line": 284
9567
9647
  },
9568
9648
  "parameters": [
9569
9649
  {
@@ -9589,7 +9669,7 @@
9589
9669
  "kind": "class",
9590
9670
  "locationInModule": {
9591
9671
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9592
- "line": 271
9672
+ "line": 268
9593
9673
  },
9594
9674
  "name": "PipelineStack",
9595
9675
  "properties": [
@@ -9600,7 +9680,7 @@
9600
9680
  "immutable": true,
9601
9681
  "locationInModule": {
9602
9682
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9603
- "line": 346
9683
+ "line": 343
9604
9684
  },
9605
9685
  "name": "branchCodeBuildProject",
9606
9686
  "type": {
@@ -9614,7 +9694,7 @@
9614
9694
  "immutable": true,
9615
9695
  "locationInModule": {
9616
9696
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9617
- "line": 342
9697
+ "line": 339
9618
9698
  },
9619
9699
  "name": "mainCodebuildProject",
9620
9700
  "type": {
@@ -9637,7 +9717,7 @@
9637
9717
  "kind": "interface",
9638
9718
  "locationInModule": {
9639
9719
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9640
- "line": 41
9720
+ "line": 38
9641
9721
  },
9642
9722
  "name": "PipelineStackProps",
9643
9723
  "properties": [
@@ -9651,7 +9731,7 @@
9651
9731
  "immutable": true,
9652
9732
  "locationInModule": {
9653
9733
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9654
- "line": 58
9734
+ "line": 55
9655
9735
  },
9656
9736
  "name": "appStackFactory",
9657
9737
  "type": {
@@ -9668,7 +9748,7 @@
9668
9748
  "immutable": true,
9669
9749
  "locationInModule": {
9670
9750
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9671
- "line": 51
9751
+ "line": 48
9672
9752
  },
9673
9753
  "name": "serviceName",
9674
9754
  "type": {
@@ -9684,7 +9764,7 @@
9684
9764
  "immutable": true,
9685
9765
  "locationInModule": {
9686
9766
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9687
- "line": 97
9767
+ "line": 94
9688
9768
  },
9689
9769
  "name": "codeBuildOptions",
9690
9770
  "optional": true,
@@ -9702,7 +9782,7 @@
9702
9782
  "immutable": true,
9703
9783
  "locationInModule": {
9704
9784
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9705
- "line": 114
9785
+ "line": 111
9706
9786
  },
9707
9787
  "name": "codePipelineType",
9708
9788
  "optional": true,
@@ -9719,7 +9799,7 @@
9719
9799
  "immutable": true,
9720
9800
  "locationInModule": {
9721
9801
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9722
- "line": 106
9802
+ "line": 103
9723
9803
  },
9724
9804
  "name": "datadogAlertType",
9725
9805
  "optional": true,
@@ -9737,7 +9817,7 @@
9737
9817
  "immutable": true,
9738
9818
  "locationInModule": {
9739
9819
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9740
- "line": 65
9820
+ "line": 62
9741
9821
  },
9742
9822
  "name": "features",
9743
9823
  "optional": true,
@@ -9754,7 +9834,7 @@
9754
9834
  "immutable": true,
9755
9835
  "locationInModule": {
9756
9836
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9757
- "line": 101
9837
+ "line": 98
9758
9838
  },
9759
9839
  "name": "monitoringDeployStepProps",
9760
9840
  "optional": true,
@@ -9772,7 +9852,7 @@
9772
9852
  "immutable": true,
9773
9853
  "locationInModule": {
9774
9854
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9775
- "line": 82
9855
+ "line": 79
9776
9856
  },
9777
9857
  "name": "pipelineSchedules",
9778
9858
  "optional": true,
@@ -9789,7 +9869,7 @@
9789
9869
  "immutable": true,
9790
9870
  "locationInModule": {
9791
9871
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9792
- "line": 71
9872
+ "line": 68
9793
9873
  },
9794
9874
  "name": "pipelineType",
9795
9875
  "optional": true,
@@ -9807,7 +9887,7 @@
9807
9887
  "immutable": true,
9808
9888
  "locationInModule": {
9809
9889
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9810
- "line": 92
9890
+ "line": 89
9811
9891
  },
9812
9892
  "name": "secretsDeployStepProps",
9813
9893
  "optional": true,
@@ -9825,7 +9905,7 @@
9825
9905
  "immutable": true,
9826
9906
  "locationInModule": {
9827
9907
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9828
- "line": 110
9908
+ "line": 107
9829
9909
  },
9830
9910
  "name": "vulnerabilityNotification",
9831
9911
  "optional": true,
@@ -9846,7 +9926,7 @@
9846
9926
  "kind": "interface",
9847
9927
  "locationInModule": {
9848
9928
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9849
- "line": 163
9929
+ "line": 160
9850
9930
  },
9851
9931
  "name": "PipelineStackRioMonitoringDeployStepProps",
9852
9932
  "properties": [
@@ -9859,7 +9939,7 @@
9859
9939
  "immutable": true,
9860
9940
  "locationInModule": {
9861
9941
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9862
- "line": 173
9942
+ "line": 170
9863
9943
  },
9864
9944
  "name": "monitoringArtifacts",
9865
9945
  "type": {
@@ -9891,7 +9971,7 @@
9891
9971
  "kind": "interface",
9892
9972
  "locationInModule": {
9893
9973
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9894
- "line": 159
9974
+ "line": 156
9895
9975
  },
9896
9976
  "name": "PipelineStackRioSecretsDeployStepProps",
9897
9977
  "properties": [
@@ -9903,7 +9983,7 @@
9903
9983
  "immutable": true,
9904
9984
  "locationInModule": {
9905
9985
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9906
- "line": 160
9986
+ "line": 157
9907
9987
  },
9908
9988
  "name": "secretsFilePath",
9909
9989
  "type": {
@@ -9922,7 +10002,7 @@
9922
10002
  "kind": "enum",
9923
10003
  "locationInModule": {
9924
10004
  "filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
9925
- "line": 219
10005
+ "line": 216
9926
10006
  },
9927
10007
  "members": [
9928
10008
  {
@@ -14259,7 +14339,7 @@
14259
14339
  "kind": "interface",
14260
14340
  "locationInModule": {
14261
14341
  "filename": "src/datadogv2/datadog-monitor.ts",
14262
- "line": 137
14342
+ "line": 146
14263
14343
  },
14264
14344
  "name": "CfnDatadogMonitorOptions",
14265
14345
  "namespace": "datadogv2",
@@ -14273,7 +14353,7 @@
14273
14353
  "immutable": true,
14274
14354
  "locationInModule": {
14275
14355
  "filename": "src/datadogv2/datadog-monitor.ts",
14276
- "line": 142
14356
+ "line": 151
14277
14357
  },
14278
14358
  "name": "enableLogsSample",
14279
14359
  "optional": true,
@@ -14291,7 +14371,7 @@
14291
14371
  "immutable": true,
14292
14372
  "locationInModule": {
14293
14373
  "filename": "src/datadogv2/datadog-monitor.ts",
14294
- "line": 149
14374
+ "line": 158
14295
14375
  },
14296
14376
  "name": "enableSamples",
14297
14377
  "optional": true,
@@ -14308,7 +14388,7 @@
14308
14388
  "immutable": true,
14309
14389
  "locationInModule": {
14310
14390
  "filename": "src/datadogv2/datadog-monitor.ts",
14311
- "line": 154
14391
+ "line": 163
14312
14392
  },
14313
14393
  "name": "escalationMessage",
14314
14394
  "optional": true,
@@ -14325,7 +14405,7 @@
14325
14405
  "immutable": true,
14326
14406
  "locationInModule": {
14327
14407
  "filename": "src/datadogv2/datadog-monitor.ts",
14328
- "line": 160
14408
+ "line": 169
14329
14409
  },
14330
14410
  "name": "evaluationDelay",
14331
14411
  "optional": true,
@@ -14343,7 +14423,7 @@
14343
14423
  "immutable": true,
14344
14424
  "locationInModule": {
14345
14425
  "filename": "src/datadogv2/datadog-monitor.ts",
14346
- "line": 169
14426
+ "line": 178
14347
14427
  },
14348
14428
  "name": "groupRetentionDuration",
14349
14429
  "optional": true,
@@ -14361,7 +14441,7 @@
14361
14441
  "immutable": true,
14362
14442
  "locationInModule": {
14363
14443
  "filename": "src/datadogv2/datadog-monitor.ts",
14364
- "line": 176
14444
+ "line": 185
14365
14445
  },
14366
14446
  "name": "includeTags",
14367
14447
  "optional": true,
@@ -14378,7 +14458,7 @@
14378
14458
  "immutable": true,
14379
14459
  "locationInModule": {
14380
14460
  "filename": "src/datadogv2/datadog-monitor.ts",
14381
- "line": 181
14461
+ "line": 190
14382
14462
  },
14383
14463
  "name": "locked",
14384
14464
  "optional": true,
@@ -14395,7 +14475,7 @@
14395
14475
  "immutable": true,
14396
14476
  "locationInModule": {
14397
14477
  "filename": "src/datadogv2/datadog-monitor.ts",
14398
- "line": 275
14478
+ "line": 284
14399
14479
  },
14400
14480
  "name": "minFailureDuration",
14401
14481
  "optional": true,
@@ -14412,7 +14492,7 @@
14412
14492
  "immutable": true,
14413
14493
  "locationInModule": {
14414
14494
  "filename": "src/datadogv2/datadog-monitor.ts",
14415
- "line": 186
14495
+ "line": 195
14416
14496
  },
14417
14497
  "name": "minLocationFailed",
14418
14498
  "optional": true,
@@ -14430,7 +14510,7 @@
14430
14510
  "immutable": true,
14431
14511
  "locationInModule": {
14432
14512
  "filename": "src/datadogv2/datadog-monitor.ts",
14433
- "line": 282
14513
+ "line": 291
14434
14514
  },
14435
14515
  "name": "monitorNotificationPresetName",
14436
14516
  "optional": true,
@@ -14448,7 +14528,7 @@
14448
14528
  "immutable": true,
14449
14529
  "locationInModule": {
14450
14530
  "filename": "src/datadogv2/datadog-monitor.ts",
14451
- "line": 287
14531
+ "line": 296
14452
14532
  },
14453
14533
  "name": "newGroupDelay",
14454
14534
  "optional": true,
@@ -14465,7 +14545,7 @@
14465
14545
  "immutable": true,
14466
14546
  "locationInModule": {
14467
14547
  "filename": "src/datadogv2/datadog-monitor.ts",
14468
- "line": 191
14548
+ "line": 200
14469
14549
  },
14470
14550
  "name": "newHostDelay",
14471
14551
  "optional": true,
@@ -14482,7 +14562,7 @@
14482
14562
  "immutable": true,
14483
14563
  "locationInModule": {
14484
14564
  "filename": "src/datadogv2/datadog-monitor.ts",
14485
- "line": 196
14565
+ "line": 205
14486
14566
  },
14487
14567
  "name": "noDataTimeframe",
14488
14568
  "optional": true,
@@ -14499,7 +14579,7 @@
14499
14579
  "immutable": true,
14500
14580
  "locationInModule": {
14501
14581
  "filename": "src/datadogv2/datadog-monitor.ts",
14502
- "line": 201
14582
+ "line": 210
14503
14583
  },
14504
14584
  "name": "notifyAudit",
14505
14585
  "optional": true,
@@ -14517,7 +14597,7 @@
14517
14597
  "immutable": true,
14518
14598
  "locationInModule": {
14519
14599
  "filename": "src/datadogv2/datadog-monitor.ts",
14520
- "line": 212
14600
+ "line": 221
14521
14601
  },
14522
14602
  "name": "notifyBy",
14523
14603
  "optional": true,
@@ -14540,7 +14620,7 @@
14540
14620
  "immutable": true,
14541
14621
  "locationInModule": {
14542
14622
  "filename": "src/datadogv2/datadog-monitor.ts",
14543
- "line": 219
14623
+ "line": 228
14544
14624
  },
14545
14625
  "name": "notifyNoData",
14546
14626
  "optional": true,
@@ -14558,7 +14638,7 @@
14558
14638
  "immutable": true,
14559
14639
  "locationInModule": {
14560
14640
  "filename": "src/datadogv2/datadog-monitor.ts",
14561
- "line": 229
14641
+ "line": 238
14562
14642
  },
14563
14643
  "name": "onMissingData",
14564
14644
  "optional": true,
@@ -14575,7 +14655,7 @@
14575
14655
  "immutable": true,
14576
14656
  "locationInModule": {
14577
14657
  "filename": "src/datadogv2/datadog-monitor.ts",
14578
- "line": 234
14658
+ "line": 243
14579
14659
  },
14580
14660
  "name": "renotifyInterval",
14581
14661
  "optional": true,
@@ -14592,7 +14672,7 @@
14592
14672
  "immutable": true,
14593
14673
  "locationInModule": {
14594
14674
  "filename": "src/datadogv2/datadog-monitor.ts",
14595
- "line": 265
14675
+ "line": 274
14596
14676
  },
14597
14677
  "name": "renotifyOccurrences",
14598
14678
  "optional": true,
@@ -14609,7 +14689,7 @@
14609
14689
  "immutable": true,
14610
14690
  "locationInModule": {
14611
14691
  "filename": "src/datadogv2/datadog-monitor.ts",
14612
- "line": 270
14692
+ "line": 279
14613
14693
  },
14614
14694
  "name": "renotifyStatuses",
14615
14695
  "optional": true,
@@ -14632,7 +14712,7 @@
14632
14712
  "immutable": true,
14633
14713
  "locationInModule": {
14634
14714
  "filename": "src/datadogv2/datadog-monitor.ts",
14635
- "line": 241
14715
+ "line": 250
14636
14716
  },
14637
14717
  "name": "requireFullWindow",
14638
14718
  "optional": true,
@@ -14649,7 +14729,7 @@
14649
14729
  "immutable": true,
14650
14730
  "locationInModule": {
14651
14731
  "filename": "src/datadogv2/datadog-monitor.ts",
14652
- "line": 246
14732
+ "line": 255
14653
14733
  },
14654
14734
  "name": "schedulingOptions",
14655
14735
  "optional": true,
@@ -14666,7 +14746,7 @@
14666
14746
  "immutable": true,
14667
14747
  "locationInModule": {
14668
14748
  "filename": "src/datadogv2/datadog-monitor.ts",
14669
- "line": 251
14749
+ "line": 260
14670
14750
  },
14671
14751
  "name": "syntheticsCheckID",
14672
14752
  "optional": true,
@@ -14682,7 +14762,7 @@
14682
14762
  "immutable": true,
14683
14763
  "locationInModule": {
14684
14764
  "filename": "src/datadogv2/datadog-monitor.ts",
14685
- "line": 253
14765
+ "line": 262
14686
14766
  },
14687
14767
  "name": "thresholds",
14688
14768
  "optional": true,
@@ -14698,7 +14778,7 @@
14698
14778
  "immutable": true,
14699
14779
  "locationInModule": {
14700
14780
  "filename": "src/datadogv2/datadog-monitor.ts",
14701
- "line": 255
14781
+ "line": 264
14702
14782
  },
14703
14783
  "name": "thresholdWindows",
14704
14784
  "optional": true,
@@ -14715,7 +14795,7 @@
14715
14795
  "immutable": true,
14716
14796
  "locationInModule": {
14717
14797
  "filename": "src/datadogv2/datadog-monitor.ts",
14718
- "line": 260
14798
+ "line": 269
14719
14799
  },
14720
14800
  "name": "timeoutH",
14721
14801
  "optional": true,
@@ -14732,7 +14812,7 @@
14732
14812
  "immutable": true,
14733
14813
  "locationInModule": {
14734
14814
  "filename": "src/datadogv2/datadog-monitor.ts",
14735
- "line": 292
14815
+ "line": 301
14736
14816
  },
14737
14817
  "name": "variables",
14738
14818
  "optional": true,
@@ -14758,7 +14838,7 @@
14758
14838
  "kind": "interface",
14759
14839
  "locationInModule": {
14760
14840
  "filename": "src/datadogv2/datadog-monitor.ts",
14761
- "line": 323
14841
+ "line": 332
14762
14842
  },
14763
14843
  "name": "CfnDatadogMonitorThresholdWindows",
14764
14844
  "namespace": "datadogv2",
@@ -14772,7 +14852,7 @@
14772
14852
  "immutable": true,
14773
14853
  "locationInModule": {
14774
14854
  "filename": "src/datadogv2/datadog-monitor.ts",
14775
- "line": 333
14855
+ "line": 342
14776
14856
  },
14777
14857
  "name": "recoveryWindow",
14778
14858
  "optional": true,
@@ -14789,7 +14869,7 @@
14789
14869
  "immutable": true,
14790
14870
  "locationInModule": {
14791
14871
  "filename": "src/datadogv2/datadog-monitor.ts",
14792
- "line": 328
14872
+ "line": 337
14793
14873
  },
14794
14874
  "name": "triggerWindow",
14795
14875
  "optional": true,
@@ -14810,7 +14890,7 @@
14810
14890
  "kind": "interface",
14811
14891
  "locationInModule": {
14812
14892
  "filename": "src/datadogv2/datadog-monitor.ts",
14813
- "line": 295
14893
+ "line": 304
14814
14894
  },
14815
14895
  "name": "CfnDatadogMonitorThresholds",
14816
14896
  "namespace": "datadogv2",
@@ -14824,7 +14904,7 @@
14824
14904
  "immutable": true,
14825
14905
  "locationInModule": {
14826
14906
  "filename": "src/datadogv2/datadog-monitor.ts",
14827
- "line": 300
14907
+ "line": 309
14828
14908
  },
14829
14909
  "name": "critical",
14830
14910
  "optional": true,
@@ -14841,7 +14921,7 @@
14841
14921
  "immutable": true,
14842
14922
  "locationInModule": {
14843
14923
  "filename": "src/datadogv2/datadog-monitor.ts",
14844
- "line": 305
14924
+ "line": 314
14845
14925
  },
14846
14926
  "name": "criticalRecovery",
14847
14927
  "optional": true,
@@ -14858,7 +14938,7 @@
14858
14938
  "immutable": true,
14859
14939
  "locationInModule": {
14860
14940
  "filename": "src/datadogv2/datadog-monitor.ts",
14861
- "line": 310
14941
+ "line": 319
14862
14942
  },
14863
14943
  "name": "ok",
14864
14944
  "optional": true,
@@ -14875,7 +14955,7 @@
14875
14955
  "immutable": true,
14876
14956
  "locationInModule": {
14877
14957
  "filename": "src/datadogv2/datadog-monitor.ts",
14878
- "line": 315
14958
+ "line": 324
14879
14959
  },
14880
14960
  "name": "warning",
14881
14961
  "optional": true,
@@ -14892,7 +14972,7 @@
14892
14972
  "immutable": true,
14893
14973
  "locationInModule": {
14894
14974
  "filename": "src/datadogv2/datadog-monitor.ts",
14895
- "line": 320
14975
+ "line": 329
14896
14976
  },
14897
14977
  "name": "warningRecovery",
14898
14978
  "optional": true,
@@ -16018,7 +16098,7 @@
16018
16098
  },
16019
16099
  "locationInModule": {
16020
16100
  "filename": "src/datadogv2/datadog-monitor.ts",
16021
- "line": 387
16101
+ "line": 396
16022
16102
  },
16023
16103
  "parameters": [
16024
16104
  {
@@ -16044,7 +16124,7 @@
16044
16124
  "kind": "class",
16045
16125
  "locationInModule": {
16046
16126
  "filename": "src/datadogv2/datadog-monitor.ts",
16047
- "line": 376
16127
+ "line": 385
16048
16128
  },
16049
16129
  "name": "DatadogMonitor",
16050
16130
  "namespace": "datadogv2",
@@ -16058,7 +16138,7 @@
16058
16138
  "immutable": true,
16059
16139
  "locationInModule": {
16060
16140
  "filename": "src/datadogv2/datadog-monitor.ts",
16061
- "line": 380
16141
+ "line": 389
16062
16142
  },
16063
16143
  "name": "DEFAULT_PRIORITY",
16064
16144
  "static": true,
@@ -16075,7 +16155,7 @@
16075
16155
  "immutable": true,
16076
16156
  "locationInModule": {
16077
16157
  "filename": "src/datadogv2/datadog-monitor.ts",
16078
- "line": 440
16158
+ "line": 460
16079
16159
  },
16080
16160
  "name": "monitorId",
16081
16161
  "type": {
@@ -16089,7 +16169,7 @@
16089
16169
  "immutable": true,
16090
16170
  "locationInModule": {
16091
16171
  "filename": "src/datadogv2/datadog-monitor.ts",
16092
- "line": 382
16172
+ "line": 391
16093
16173
  },
16094
16174
  "name": "name",
16095
16175
  "type": {
@@ -16103,7 +16183,7 @@
16103
16183
  "immutable": true,
16104
16184
  "locationInModule": {
16105
16185
  "filename": "src/datadogv2/datadog-monitor.ts",
16106
- "line": 383
16186
+ "line": 392
16107
16187
  },
16108
16188
  "name": "priority",
16109
16189
  "type": {
@@ -16139,7 +16219,7 @@
16139
16219
  "immutable": true,
16140
16220
  "locationInModule": {
16141
16221
  "filename": "src/datadogv2/datadog-monitor.ts",
16142
- "line": 68
16222
+ "line": 77
16143
16223
  },
16144
16224
  "name": "message",
16145
16225
  "type": {
@@ -16223,7 +16303,7 @@
16223
16303
  "immutable": true,
16224
16304
  "locationInModule": {
16225
16305
  "filename": "src/datadogv2/datadog-monitor.ts",
16226
- "line": 94
16306
+ "line": 103
16227
16307
  },
16228
16308
  "name": "extraTags",
16229
16309
  "optional": true,
@@ -16236,6 +16316,25 @@
16236
16316
  }
16237
16317
  }
16238
16318
  },
16319
+ {
16320
+ "abstract": true,
16321
+ "docs": {
16322
+ "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.",
16323
+ "see": "https://github.com/DataDog/datadog-cloudformation-resources/blob/master/datadog-monitors-monitor-handler/docs/cloudformationoptions.md#lowercasequery",
16324
+ "stability": "stable",
16325
+ "summary": "Convert the query string to lower case."
16326
+ },
16327
+ "immutable": true,
16328
+ "locationInModule": {
16329
+ "filename": "src/datadogv2/datadog-monitor.ts",
16330
+ "line": 70
16331
+ },
16332
+ "name": "lowercaseQuery",
16333
+ "optional": true,
16334
+ "type": {
16335
+ "primitive": "boolean"
16336
+ }
16337
+ },
16239
16338
  {
16240
16339
  "abstract": true,
16241
16340
  "docs": {
@@ -16247,7 +16346,7 @@
16247
16346
  "immutable": true,
16248
16347
  "locationInModule": {
16249
16348
  "filename": "src/datadogv2/datadog-monitor.ts",
16250
- "line": 77
16349
+ "line": 86
16251
16350
  },
16252
16351
  "name": "notification",
16253
16352
  "optional": true,
@@ -16264,7 +16363,7 @@
16264
16363
  "immutable": true,
16265
16364
  "locationInModule": {
16266
16365
  "filename": "src/datadogv2/datadog-monitor.ts",
16267
- "line": 89
16366
+ "line": 98
16268
16367
  },
16269
16368
  "name": "optionOverrides",
16270
16369
  "optional": true,
@@ -16282,7 +16381,7 @@
16282
16381
  "immutable": true,
16283
16382
  "locationInModule": {
16284
16383
  "filename": "src/datadogv2/datadog-monitor.ts",
16285
- "line": 84
16384
+ "line": 93
16286
16385
  },
16287
16386
  "name": "priority",
16288
16387
  "optional": true,
@@ -17078,7 +17177,7 @@
17078
17177
  "kind": "enum",
17079
17178
  "locationInModule": {
17080
17179
  "filename": "src/datadogv2/datadog-monitor.ts",
17081
- "line": 113
17180
+ "line": 122
17082
17181
  },
17083
17182
  "members": [
17084
17183
  {
@@ -17121,7 +17220,7 @@
17121
17220
  "kind": "enum",
17122
17221
  "locationInModule": {
17123
17222
  "filename": "src/datadogv2/datadog-monitor.ts",
17124
- "line": 125
17223
+ "line": 134
17125
17224
  },
17126
17225
  "members": [
17127
17226
  {
@@ -17164,7 +17263,7 @@
17164
17263
  "kind": "interface",
17165
17264
  "locationInModule": {
17166
17265
  "filename": "src/datadogv2/datadog-monitor.ts",
17167
- "line": 339
17266
+ "line": 348
17168
17267
  },
17169
17268
  "name": "MonitorSchedulingOptions",
17170
17269
  "namespace": "datadogv2",
@@ -17177,7 +17276,7 @@
17177
17276
  "immutable": true,
17178
17277
  "locationInModule": {
17179
17278
  "filename": "src/datadogv2/datadog-monitor.ts",
17180
- "line": 340
17279
+ "line": 349
17181
17280
  },
17182
17281
  "name": "evaluationWindow",
17183
17282
  "optional": true,
@@ -17200,7 +17299,7 @@
17200
17299
  "kind": "interface",
17201
17300
  "locationInModule": {
17202
17301
  "filename": "src/datadogv2/datadog-monitor.ts",
17203
- "line": 349
17302
+ "line": 358
17204
17303
  },
17205
17304
  "name": "MonitorSchedulingOptionsEvaluationWindow",
17206
17305
  "namespace": "datadogv2",
@@ -17215,7 +17314,7 @@
17215
17314
  "immutable": true,
17216
17315
  "locationInModule": {
17217
17316
  "filename": "src/datadogv2/datadog-monitor.ts",
17218
- "line": 356
17317
+ "line": 365
17219
17318
  },
17220
17319
  "name": "dayStarts",
17221
17320
  "optional": true,
@@ -17232,7 +17331,7 @@
17232
17331
  "immutable": true,
17233
17332
  "locationInModule": {
17234
17333
  "filename": "src/datadogv2/datadog-monitor.ts",
17235
- "line": 366
17334
+ "line": 375
17236
17335
  },
17237
17336
  "name": "hourStarts",
17238
17337
  "optional": true,
@@ -17249,7 +17348,7 @@
17249
17348
  "immutable": true,
17250
17349
  "locationInModule": {
17251
17350
  "filename": "src/datadogv2/datadog-monitor.ts",
17252
- "line": 361
17351
+ "line": 370
17253
17352
  },
17254
17353
  "name": "monthStarts",
17255
17354
  "optional": true,
@@ -17412,7 +17511,7 @@
17412
17511
  "kind": "enum",
17413
17512
  "locationInModule": {
17414
17513
  "filename": "src/datadogv2/datadog-monitor.ts",
17415
- "line": 102
17514
+ "line": 111
17416
17515
  },
17417
17516
  "members": [
17418
17517
  {
@@ -19384,7 +19483,7 @@
19384
19483
  },
19385
19484
  "locationInModule": {
19386
19485
  "filename": "src/kafka/kafka-topic.ts",
19387
- "line": 255
19486
+ "line": 253
19388
19487
  },
19389
19488
  "parameters": [
19390
19489
  {
@@ -19410,7 +19509,7 @@
19410
19509
  "kind": "class",
19411
19510
  "locationInModule": {
19412
19511
  "filename": "src/kafka/kafka-topic.ts",
19413
- "line": 253
19512
+ "line": 251
19414
19513
  },
19415
19514
  "name": "KafkaTopic",
19416
19515
  "namespace": "kafka",
@@ -19566,15 +19665,15 @@
19566
19665
  "assembly": "@rio-cloud/cdk-v2-constructs",
19567
19666
  "datatype": true,
19568
19667
  "docs": {
19569
- "see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
19668
+ "remarks": "If you need to increase the limits for your service, please contact CLAID.",
19570
19669
  "stability": "stable",
19571
- "summary": "The current service limits can be found in the topic limits configuration of the topic manager."
19670
+ "summary": "The current service limits are configured in the topic manager."
19572
19671
  },
19573
19672
  "fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaTopicProps",
19574
19673
  "kind": "interface",
19575
19674
  "locationInModule": {
19576
19675
  "filename": "src/kafka/kafka-topic.ts",
19577
- "line": 95
19676
+ "line": 94
19578
19677
  },
19579
19678
  "name": "KafkaTopicProps",
19580
19679
  "namespace": "kafka",
@@ -19588,7 +19687,7 @@
19588
19687
  "immutable": true,
19589
19688
  "locationInModule": {
19590
19689
  "filename": "src/kafka/kafka-topic.ts",
19591
- "line": 138
19690
+ "line": 137
19592
19691
  },
19593
19692
  "name": "acl",
19594
19693
  "type": {
@@ -19604,7 +19703,7 @@
19604
19703
  "immutable": true,
19605
19704
  "locationInModule": {
19606
19705
  "filename": "src/kafka/kafka-topic.ts",
19607
- "line": 143
19706
+ "line": 142
19608
19707
  },
19609
19708
  "name": "isLogCompacted",
19610
19709
  "type": {
@@ -19620,7 +19719,7 @@
19620
19719
  "immutable": true,
19621
19720
  "locationInModule": {
19622
19721
  "filename": "src/kafka/kafka-topic.ts",
19623
- "line": 133
19722
+ "line": 132
19624
19723
  },
19625
19724
  "name": "metadata",
19626
19725
  "type": {
@@ -19637,7 +19736,7 @@
19637
19736
  "immutable": true,
19638
19737
  "locationInModule": {
19639
19738
  "filename": "src/kafka/kafka-topic.ts",
19640
- "line": 99
19739
+ "line": 98
19641
19740
  },
19642
19741
  "name": "name",
19643
19742
  "type": {
@@ -19654,7 +19753,7 @@
19654
19753
  "immutable": true,
19655
19754
  "locationInModule": {
19656
19755
  "filename": "src/kafka/kafka-topic.ts",
19657
- "line": 106
19756
+ "line": 105
19658
19757
  },
19659
19758
  "name": "numberOfPartitions",
19660
19759
  "type": {
@@ -19672,7 +19771,7 @@
19672
19771
  "immutable": true,
19673
19772
  "locationInModule": {
19674
19773
  "filename": "src/kafka/kafka-topic.ts",
19675
- "line": 128
19774
+ "line": 127
19676
19775
  },
19677
19776
  "name": "instantDeletionEnabled",
19678
19777
  "optional": true,
@@ -19690,7 +19789,7 @@
19690
19789
  "immutable": true,
19691
19790
  "locationInModule": {
19692
19791
  "filename": "src/kafka/kafka-topic.ts",
19693
- "line": 149
19792
+ "line": 148
19694
19793
  },
19695
19794
  "name": "logCompactionProperties",
19696
19795
  "optional": true,
@@ -19709,7 +19808,7 @@
19709
19808
  "immutable": true,
19710
19809
  "locationInModule": {
19711
19810
  "filename": "src/kafka/kafka-topic.ts",
19712
- "line": 157
19811
+ "line": 156
19713
19812
  },
19714
19813
  "name": "maxCompactionLagMs",
19715
19814
  "optional": true,
@@ -19728,7 +19827,7 @@
19728
19827
  "immutable": true,
19729
19828
  "locationInModule": {
19730
19829
  "filename": "src/kafka/kafka-topic.ts",
19731
- "line": 112
19830
+ "line": 111
19732
19831
  },
19733
19832
  "name": "replicationFactor",
19734
19833
  "optional": true,
@@ -19747,7 +19846,7 @@
19747
19846
  "immutable": true,
19748
19847
  "locationInModule": {
19749
19848
  "filename": "src/kafka/kafka-topic.ts",
19750
- "line": 121
19849
+ "line": 120
19751
19850
  },
19752
19851
  "name": "retention",
19753
19852
  "optional": true,
@@ -19772,7 +19871,7 @@
19772
19871
  },
19773
19872
  "locationInModule": {
19774
19873
  "filename": "src/kafka/kafka-topic.ts",
19775
- "line": 278
19874
+ "line": 276
19776
19875
  },
19777
19876
  "parameters": [
19778
19877
  {
@@ -19798,7 +19897,7 @@
19798
19897
  "kind": "class",
19799
19898
  "locationInModule": {
19800
19899
  "filename": "src/kafka/kafka-topic.ts",
19801
- "line": 276
19900
+ "line": 274
19802
19901
  },
19803
19902
  "name": "KafkaTopicV4",
19804
19903
  "namespace": "kafka",
@@ -19808,15 +19907,15 @@
19808
19907
  "assembly": "@rio-cloud/cdk-v2-constructs",
19809
19908
  "datatype": true,
19810
19909
  "docs": {
19811
- "see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
19910
+ "remarks": "If you need to increase the limits for your service, please contact CLAID.",
19812
19911
  "stability": "stable",
19813
- "summary": "The current service limits can be found in the topic limits configuration of the topic manager."
19912
+ "summary": "The current service limits are configured in the topic manager."
19814
19913
  },
19815
19914
  "fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaTopicV4Props",
19816
19915
  "kind": "interface",
19817
19916
  "locationInModule": {
19818
19917
  "filename": "src/kafka/kafka-topic.ts",
19819
- "line": 165
19918
+ "line": 163
19820
19919
  },
19821
19920
  "name": "KafkaTopicV4Props",
19822
19921
  "namespace": "kafka",
@@ -19830,7 +19929,7 @@
19830
19929
  "immutable": true,
19831
19930
  "locationInModule": {
19832
19931
  "filename": "src/kafka/kafka-topic.ts",
19833
- "line": 208
19932
+ "line": 206
19834
19933
  },
19835
19934
  "name": "acl",
19836
19935
  "type": {
@@ -19846,7 +19945,7 @@
19846
19945
  "immutable": true,
19847
19946
  "locationInModule": {
19848
19947
  "filename": "src/kafka/kafka-topic.ts",
19849
- "line": 213
19948
+ "line": 211
19850
19949
  },
19851
19950
  "name": "isLogCompacted",
19852
19951
  "type": {
@@ -19862,7 +19961,7 @@
19862
19961
  "immutable": true,
19863
19962
  "locationInModule": {
19864
19963
  "filename": "src/kafka/kafka-topic.ts",
19865
- "line": 203
19964
+ "line": 201
19866
19965
  },
19867
19966
  "name": "metadata",
19868
19967
  "type": {
@@ -19879,7 +19978,7 @@
19879
19978
  "immutable": true,
19880
19979
  "locationInModule": {
19881
19980
  "filename": "src/kafka/kafka-topic.ts",
19882
- "line": 169
19981
+ "line": 167
19883
19982
  },
19884
19983
  "name": "name",
19885
19984
  "type": {
@@ -19896,7 +19995,7 @@
19896
19995
  "immutable": true,
19897
19996
  "locationInModule": {
19898
19997
  "filename": "src/kafka/kafka-topic.ts",
19899
- "line": 176
19998
+ "line": 174
19900
19999
  },
19901
20000
  "name": "numberOfPartitions",
19902
20001
  "type": {
@@ -19914,7 +20013,7 @@
19914
20013
  "immutable": true,
19915
20014
  "locationInModule": {
19916
20015
  "filename": "src/kafka/kafka-topic.ts",
19917
- "line": 198
20016
+ "line": 196
19918
20017
  },
19919
20018
  "name": "instantDeletionEnabled",
19920
20019
  "optional": true,
@@ -19932,7 +20031,7 @@
19932
20031
  "immutable": true,
19933
20032
  "locationInModule": {
19934
20033
  "filename": "src/kafka/kafka-topic.ts",
19935
- "line": 219
20034
+ "line": 217
19936
20035
  },
19937
20036
  "name": "logCompactionProperties",
19938
20037
  "optional": true,
@@ -19951,7 +20050,7 @@
19951
20050
  "immutable": true,
19952
20051
  "locationInModule": {
19953
20052
  "filename": "src/kafka/kafka-topic.ts",
19954
- "line": 227
20053
+ "line": 225
19955
20054
  },
19956
20055
  "name": "managedBackupEnabled",
19957
20056
  "optional": true,
@@ -19970,7 +20069,7 @@
19970
20069
  "immutable": true,
19971
20070
  "locationInModule": {
19972
20071
  "filename": "src/kafka/kafka-topic.ts",
19973
- "line": 235
20072
+ "line": 233
19974
20073
  },
19975
20074
  "name": "maxCompactionLagMs",
19976
20075
  "optional": true,
@@ -19989,7 +20088,7 @@
19989
20088
  "immutable": true,
19990
20089
  "locationInModule": {
19991
20090
  "filename": "src/kafka/kafka-topic.ts",
19992
- "line": 182
20091
+ "line": 180
19993
20092
  },
19994
20093
  "name": "replicationFactor",
19995
20094
  "optional": true,
@@ -20008,7 +20107,7 @@
20008
20107
  "immutable": true,
20009
20108
  "locationInModule": {
20010
20109
  "filename": "src/kafka/kafka-topic.ts",
20011
- "line": 191
20110
+ "line": 189
20012
20111
  },
20013
20112
  "name": "retention",
20014
20113
  "optional": true,
@@ -20732,5 +20831,5 @@
20732
20831
  }
20733
20832
  },
20734
20833
  "version": "0.0.0",
20735
- "fingerprint": "ZPVptCxuRYiCspSVTNaRFUbKAtGdcql67rUQ2oHf928="
20834
+ "fingerprint": "ZZbMGyaaRkOHRGAeyAtT3C+C0XomITIFo8BljixrrYc="
20736
20835
  }