@rio-cloud/cdk-v2-constructs 6.18.3 → 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 +267 -172
- package/docs/API.md +107 -18
- package/docs/changelog.md +22 -0
- package/lib/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.d.ts +5 -2
- package/lib/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.js +2 -1
- 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 +18 -6
- package/lib/kafka/kafka-topic.js +5 -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,
|
|
@@ -6777,18 +6777,17 @@
|
|
|
6777
6777
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
6778
6778
|
"base": "constructs.Construct",
|
|
6779
6779
|
"docs": {
|
|
6780
|
-
"
|
|
6781
|
-
"stability": "
|
|
6782
|
-
"summary": "This is a beta construct and is likely to have breaking changes."
|
|
6780
|
+
"deprecated": "This interface will be removed in the next major version\nThis is a beta construct and is likely to have breaking changes.\nThe construct creates monitoring (based on anomaly detection) for the usage of the most relevant Datadog resources",
|
|
6781
|
+
"stability": "deprecated"
|
|
6783
6782
|
},
|
|
6784
6783
|
"fqn": "@rio-cloud/cdk-v2-constructs.DatadogUsageMonitoring",
|
|
6785
6784
|
"initializer": {
|
|
6786
6785
|
"docs": {
|
|
6787
|
-
"stability": "
|
|
6786
|
+
"stability": "deprecated"
|
|
6788
6787
|
},
|
|
6789
6788
|
"locationInModule": {
|
|
6790
6789
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
6791
|
-
"line":
|
|
6790
|
+
"line": 32
|
|
6792
6791
|
},
|
|
6793
6792
|
"parameters": [
|
|
6794
6793
|
{
|
|
@@ -6814,7 +6813,7 @@
|
|
|
6814
6813
|
"kind": "class",
|
|
6815
6814
|
"locationInModule": {
|
|
6816
6815
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
6817
|
-
"line":
|
|
6816
|
+
"line": 31
|
|
6818
6817
|
},
|
|
6819
6818
|
"name": "DatadogUsageMonitoring",
|
|
6820
6819
|
"symbolId": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring:DatadogUsageMonitoring"
|
|
@@ -6823,25 +6822,26 @@
|
|
|
6823
6822
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
6824
6823
|
"datatype": true,
|
|
6825
6824
|
"docs": {
|
|
6826
|
-
"
|
|
6825
|
+
"deprecated": "This interface will be removed in the next major version",
|
|
6826
|
+
"stability": "deprecated"
|
|
6827
6827
|
},
|
|
6828
6828
|
"fqn": "@rio-cloud/cdk-v2-constructs.DatadogUsageMonitoringProps",
|
|
6829
6829
|
"kind": "interface",
|
|
6830
6830
|
"locationInModule": {
|
|
6831
6831
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
6832
|
-
"line":
|
|
6832
|
+
"line": 16
|
|
6833
6833
|
},
|
|
6834
6834
|
"name": "DatadogUsageMonitoringProps",
|
|
6835
6835
|
"properties": [
|
|
6836
6836
|
{
|
|
6837
6837
|
"abstract": true,
|
|
6838
6838
|
"docs": {
|
|
6839
|
-
"stability": "
|
|
6839
|
+
"stability": "deprecated"
|
|
6840
6840
|
},
|
|
6841
6841
|
"immutable": true,
|
|
6842
6842
|
"locationInModule": {
|
|
6843
6843
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
6844
|
-
"line":
|
|
6844
|
+
"line": 23
|
|
6845
6845
|
},
|
|
6846
6846
|
"name": "organization",
|
|
6847
6847
|
"type": {
|
|
@@ -6851,12 +6851,12 @@
|
|
|
6851
6851
|
{
|
|
6852
6852
|
"abstract": true,
|
|
6853
6853
|
"docs": {
|
|
6854
|
-
"stability": "
|
|
6854
|
+
"stability": "deprecated"
|
|
6855
6855
|
},
|
|
6856
6856
|
"immutable": true,
|
|
6857
6857
|
"locationInModule": {
|
|
6858
6858
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
6859
|
-
"line":
|
|
6859
|
+
"line": 17
|
|
6860
6860
|
},
|
|
6861
6861
|
"name": "serviceName",
|
|
6862
6862
|
"type": {
|
|
@@ -6872,7 +6872,7 @@
|
|
|
6872
6872
|
"immutable": true,
|
|
6873
6873
|
"locationInModule": {
|
|
6874
6874
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
6875
|
-
"line":
|
|
6875
|
+
"line": 21
|
|
6876
6876
|
},
|
|
6877
6877
|
"name": "alertType",
|
|
6878
6878
|
"optional": true,
|
|
@@ -6883,12 +6883,12 @@
|
|
|
6883
6883
|
{
|
|
6884
6884
|
"abstract": true,
|
|
6885
6885
|
"docs": {
|
|
6886
|
-
"stability": "
|
|
6886
|
+
"stability": "deprecated"
|
|
6887
6887
|
},
|
|
6888
6888
|
"immutable": true,
|
|
6889
6889
|
"locationInModule": {
|
|
6890
6890
|
"filename": "src/contributions/team-claid/datadog-usage-monitoring/datadog-usage-monitoring.ts",
|
|
6891
|
-
"line":
|
|
6891
|
+
"line": 22
|
|
6892
6892
|
},
|
|
6893
6893
|
"name": "notification",
|
|
6894
6894
|
"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,
|
|
@@ -8219,6 +8219,25 @@
|
|
|
8219
8219
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.LogCompactionProperties"
|
|
8220
8220
|
}
|
|
8221
8221
|
},
|
|
8222
|
+
{
|
|
8223
|
+
"abstract": true,
|
|
8224
|
+
"docs": {
|
|
8225
|
+
"default": "9223372036854775807",
|
|
8226
|
+
"remarks": "The maximum time a message can be delayed before it is compacted.",
|
|
8227
|
+
"stability": "stable",
|
|
8228
|
+
"summary": "The maximum compaction lag in milliseconds."
|
|
8229
|
+
},
|
|
8230
|
+
"immutable": true,
|
|
8231
|
+
"locationInModule": {
|
|
8232
|
+
"filename": "src/kafka/kafka-topic.ts",
|
|
8233
|
+
"line": 156
|
|
8234
|
+
},
|
|
8235
|
+
"name": "maxCompactionLagMs",
|
|
8236
|
+
"optional": true,
|
|
8237
|
+
"type": {
|
|
8238
|
+
"primitive": "number"
|
|
8239
|
+
}
|
|
8240
|
+
},
|
|
8222
8241
|
{
|
|
8223
8242
|
"abstract": true,
|
|
8224
8243
|
"docs": {
|
|
@@ -8230,7 +8249,7 @@
|
|
|
8230
8249
|
"immutable": true,
|
|
8231
8250
|
"locationInModule": {
|
|
8232
8251
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8233
|
-
"line":
|
|
8252
|
+
"line": 111
|
|
8234
8253
|
},
|
|
8235
8254
|
"name": "replicationFactor",
|
|
8236
8255
|
"optional": true,
|
|
@@ -8249,7 +8268,7 @@
|
|
|
8249
8268
|
"immutable": true,
|
|
8250
8269
|
"locationInModule": {
|
|
8251
8270
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8252
|
-
"line":
|
|
8271
|
+
"line": 120
|
|
8253
8272
|
},
|
|
8254
8273
|
"name": "retention",
|
|
8255
8274
|
"optional": true,
|
|
@@ -8274,7 +8293,7 @@
|
|
|
8274
8293
|
},
|
|
8275
8294
|
"locationInModule": {
|
|
8276
8295
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8277
|
-
"line":
|
|
8296
|
+
"line": 276
|
|
8278
8297
|
},
|
|
8279
8298
|
"parameters": [
|
|
8280
8299
|
{
|
|
@@ -8300,7 +8319,7 @@
|
|
|
8300
8319
|
"kind": "class",
|
|
8301
8320
|
"locationInModule": {
|
|
8302
8321
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8303
|
-
"line":
|
|
8322
|
+
"line": 274
|
|
8304
8323
|
},
|
|
8305
8324
|
"name": "KafkaTopicV4",
|
|
8306
8325
|
"symbolId": "src/kafka/kafka-topic:KafkaTopicV4"
|
|
@@ -8309,15 +8328,15 @@
|
|
|
8309
8328
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
8310
8329
|
"datatype": true,
|
|
8311
8330
|
"docs": {
|
|
8312
|
-
"
|
|
8331
|
+
"remarks": "If you need to increase the limits for your service, please contact CLAID.",
|
|
8313
8332
|
"stability": "stable",
|
|
8314
|
-
"summary": "The current service limits
|
|
8333
|
+
"summary": "The current service limits are configured in the topic manager."
|
|
8315
8334
|
},
|
|
8316
8335
|
"fqn": "@rio-cloud/cdk-v2-constructs.KafkaTopicV4Props",
|
|
8317
8336
|
"kind": "interface",
|
|
8318
8337
|
"locationInModule": {
|
|
8319
8338
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8320
|
-
"line":
|
|
8339
|
+
"line": 163
|
|
8321
8340
|
},
|
|
8322
8341
|
"name": "KafkaTopicV4Props",
|
|
8323
8342
|
"properties": [
|
|
@@ -8330,7 +8349,7 @@
|
|
|
8330
8349
|
"immutable": true,
|
|
8331
8350
|
"locationInModule": {
|
|
8332
8351
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8333
|
-
"line":
|
|
8352
|
+
"line": 206
|
|
8334
8353
|
},
|
|
8335
8354
|
"name": "acl",
|
|
8336
8355
|
"type": {
|
|
@@ -8346,7 +8365,7 @@
|
|
|
8346
8365
|
"immutable": true,
|
|
8347
8366
|
"locationInModule": {
|
|
8348
8367
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8349
|
-
"line":
|
|
8368
|
+
"line": 211
|
|
8350
8369
|
},
|
|
8351
8370
|
"name": "isLogCompacted",
|
|
8352
8371
|
"type": {
|
|
@@ -8362,7 +8381,7 @@
|
|
|
8362
8381
|
"immutable": true,
|
|
8363
8382
|
"locationInModule": {
|
|
8364
8383
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8365
|
-
"line":
|
|
8384
|
+
"line": 201
|
|
8366
8385
|
},
|
|
8367
8386
|
"name": "metadata",
|
|
8368
8387
|
"type": {
|
|
@@ -8379,7 +8398,7 @@
|
|
|
8379
8398
|
"immutable": true,
|
|
8380
8399
|
"locationInModule": {
|
|
8381
8400
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8382
|
-
"line":
|
|
8401
|
+
"line": 167
|
|
8383
8402
|
},
|
|
8384
8403
|
"name": "name",
|
|
8385
8404
|
"type": {
|
|
@@ -8396,7 +8415,7 @@
|
|
|
8396
8415
|
"immutable": true,
|
|
8397
8416
|
"locationInModule": {
|
|
8398
8417
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8399
|
-
"line":
|
|
8418
|
+
"line": 174
|
|
8400
8419
|
},
|
|
8401
8420
|
"name": "numberOfPartitions",
|
|
8402
8421
|
"type": {
|
|
@@ -8414,7 +8433,7 @@
|
|
|
8414
8433
|
"immutable": true,
|
|
8415
8434
|
"locationInModule": {
|
|
8416
8435
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8417
|
-
"line":
|
|
8436
|
+
"line": 196
|
|
8418
8437
|
},
|
|
8419
8438
|
"name": "instantDeletionEnabled",
|
|
8420
8439
|
"optional": true,
|
|
@@ -8432,7 +8451,7 @@
|
|
|
8432
8451
|
"immutable": true,
|
|
8433
8452
|
"locationInModule": {
|
|
8434
8453
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8435
|
-
"line":
|
|
8454
|
+
"line": 217
|
|
8436
8455
|
},
|
|
8437
8456
|
"name": "logCompactionProperties",
|
|
8438
8457
|
"optional": true,
|
|
@@ -8451,7 +8470,7 @@
|
|
|
8451
8470
|
"immutable": true,
|
|
8452
8471
|
"locationInModule": {
|
|
8453
8472
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8454
|
-
"line":
|
|
8473
|
+
"line": 225
|
|
8455
8474
|
},
|
|
8456
8475
|
"name": "managedBackupEnabled",
|
|
8457
8476
|
"optional": true,
|
|
@@ -8459,6 +8478,25 @@
|
|
|
8459
8478
|
"primitive": "boolean"
|
|
8460
8479
|
}
|
|
8461
8480
|
},
|
|
8481
|
+
{
|
|
8482
|
+
"abstract": true,
|
|
8483
|
+
"docs": {
|
|
8484
|
+
"default": "9223372036854775807",
|
|
8485
|
+
"remarks": "The maximum time a message can be delayed before it is compacted.",
|
|
8486
|
+
"stability": "stable",
|
|
8487
|
+
"summary": "The maximum compaction lag in milliseconds."
|
|
8488
|
+
},
|
|
8489
|
+
"immutable": true,
|
|
8490
|
+
"locationInModule": {
|
|
8491
|
+
"filename": "src/kafka/kafka-topic.ts",
|
|
8492
|
+
"line": 233
|
|
8493
|
+
},
|
|
8494
|
+
"name": "maxCompactionLagMs",
|
|
8495
|
+
"optional": true,
|
|
8496
|
+
"type": {
|
|
8497
|
+
"primitive": "number"
|
|
8498
|
+
}
|
|
8499
|
+
},
|
|
8462
8500
|
{
|
|
8463
8501
|
"abstract": true,
|
|
8464
8502
|
"docs": {
|
|
@@ -8470,7 +8508,7 @@
|
|
|
8470
8508
|
"immutable": true,
|
|
8471
8509
|
"locationInModule": {
|
|
8472
8510
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8473
|
-
"line":
|
|
8511
|
+
"line": 180
|
|
8474
8512
|
},
|
|
8475
8513
|
"name": "replicationFactor",
|
|
8476
8514
|
"optional": true,
|
|
@@ -8489,7 +8527,7 @@
|
|
|
8489
8527
|
"immutable": true,
|
|
8490
8528
|
"locationInModule": {
|
|
8491
8529
|
"filename": "src/kafka/kafka-topic.ts",
|
|
8492
|
-
"line":
|
|
8530
|
+
"line": 189
|
|
8493
8531
|
},
|
|
8494
8532
|
"name": "retention",
|
|
8495
8533
|
"optional": true,
|
|
@@ -9307,7 +9345,7 @@
|
|
|
9307
9345
|
"kind": "interface",
|
|
9308
9346
|
"locationInModule": {
|
|
9309
9347
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9310
|
-
"line":
|
|
9348
|
+
"line": 173
|
|
9311
9349
|
},
|
|
9312
9350
|
"name": "PipelineFeatures",
|
|
9313
9351
|
"properties": [
|
|
@@ -9321,7 +9359,7 @@
|
|
|
9321
9359
|
"immutable": true,
|
|
9322
9360
|
"locationInModule": {
|
|
9323
9361
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9324
|
-
"line":
|
|
9362
|
+
"line": 209
|
|
9325
9363
|
},
|
|
9326
9364
|
"name": "additionalBuildCommands",
|
|
9327
9365
|
"optional": true,
|
|
@@ -9344,7 +9382,7 @@
|
|
|
9344
9382
|
"immutable": true,
|
|
9345
9383
|
"locationInModule": {
|
|
9346
9384
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9347
|
-
"line":
|
|
9385
|
+
"line": 177
|
|
9348
9386
|
},
|
|
9349
9387
|
"name": "branchPipeline",
|
|
9350
9388
|
"optional": true,
|
|
@@ -9362,7 +9400,7 @@
|
|
|
9362
9400
|
"immutable": true,
|
|
9363
9401
|
"locationInModule": {
|
|
9364
9402
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9365
|
-
"line":
|
|
9403
|
+
"line": 213
|
|
9366
9404
|
},
|
|
9367
9405
|
"name": "enablePipelineMonitors",
|
|
9368
9406
|
"optional": true,
|
|
@@ -9380,7 +9418,7 @@
|
|
|
9380
9418
|
"immutable": true,
|
|
9381
9419
|
"locationInModule": {
|
|
9382
9420
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9383
|
-
"line":
|
|
9421
|
+
"line": 205
|
|
9384
9422
|
},
|
|
9385
9423
|
"name": "frontendBucketName",
|
|
9386
9424
|
"optional": true,
|
|
@@ -9398,7 +9436,7 @@
|
|
|
9398
9436
|
"immutable": true,
|
|
9399
9437
|
"locationInModule": {
|
|
9400
9438
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9401
|
-
"line":
|
|
9439
|
+
"line": 189
|
|
9402
9440
|
},
|
|
9403
9441
|
"name": "gradleBuild",
|
|
9404
9442
|
"optional": true,
|
|
@@ -9416,7 +9454,7 @@
|
|
|
9416
9454
|
"immutable": true,
|
|
9417
9455
|
"locationInModule": {
|
|
9418
9456
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9419
|
-
"line":
|
|
9457
|
+
"line": 201
|
|
9420
9458
|
},
|
|
9421
9459
|
"name": "kafkaIntegration",
|
|
9422
9460
|
"optional": true,
|
|
@@ -9434,7 +9472,7 @@
|
|
|
9434
9472
|
"immutable": true,
|
|
9435
9473
|
"locationInModule": {
|
|
9436
9474
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9437
|
-
"line":
|
|
9475
|
+
"line": 197
|
|
9438
9476
|
},
|
|
9439
9477
|
"name": "npmBuild",
|
|
9440
9478
|
"optional": true,
|
|
@@ -9452,7 +9490,7 @@
|
|
|
9452
9490
|
"immutable": true,
|
|
9453
9491
|
"locationInModule": {
|
|
9454
9492
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9455
|
-
"line":
|
|
9493
|
+
"line": 181
|
|
9456
9494
|
},
|
|
9457
9495
|
"name": "vulnerabilityPipeline",
|
|
9458
9496
|
"optional": true,
|
|
@@ -9473,7 +9511,7 @@
|
|
|
9473
9511
|
"kind": "interface",
|
|
9474
9512
|
"locationInModule": {
|
|
9475
9513
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9476
|
-
"line":
|
|
9514
|
+
"line": 30
|
|
9477
9515
|
},
|
|
9478
9516
|
"name": "PipelineSchedulesProps",
|
|
9479
9517
|
"properties": [
|
|
@@ -9485,7 +9523,7 @@
|
|
|
9485
9523
|
"immutable": true,
|
|
9486
9524
|
"locationInModule": {
|
|
9487
9525
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9488
|
-
"line":
|
|
9526
|
+
"line": 31
|
|
9489
9527
|
},
|
|
9490
9528
|
"name": "mainPipeline",
|
|
9491
9529
|
"optional": true,
|
|
@@ -9501,7 +9539,7 @@
|
|
|
9501
9539
|
"immutable": true,
|
|
9502
9540
|
"locationInModule": {
|
|
9503
9541
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9504
|
-
"line":
|
|
9542
|
+
"line": 32
|
|
9505
9543
|
},
|
|
9506
9544
|
"name": "vulnerabilityPipeline",
|
|
9507
9545
|
"optional": true,
|
|
@@ -9525,7 +9563,7 @@
|
|
|
9525
9563
|
},
|
|
9526
9564
|
"locationInModule": {
|
|
9527
9565
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9528
|
-
"line":
|
|
9566
|
+
"line": 284
|
|
9529
9567
|
},
|
|
9530
9568
|
"parameters": [
|
|
9531
9569
|
{
|
|
@@ -9551,7 +9589,7 @@
|
|
|
9551
9589
|
"kind": "class",
|
|
9552
9590
|
"locationInModule": {
|
|
9553
9591
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9554
|
-
"line":
|
|
9592
|
+
"line": 268
|
|
9555
9593
|
},
|
|
9556
9594
|
"name": "PipelineStack",
|
|
9557
9595
|
"properties": [
|
|
@@ -9562,7 +9600,7 @@
|
|
|
9562
9600
|
"immutable": true,
|
|
9563
9601
|
"locationInModule": {
|
|
9564
9602
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9565
|
-
"line":
|
|
9603
|
+
"line": 343
|
|
9566
9604
|
},
|
|
9567
9605
|
"name": "branchCodeBuildProject",
|
|
9568
9606
|
"type": {
|
|
@@ -9576,7 +9614,7 @@
|
|
|
9576
9614
|
"immutable": true,
|
|
9577
9615
|
"locationInModule": {
|
|
9578
9616
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9579
|
-
"line":
|
|
9617
|
+
"line": 339
|
|
9580
9618
|
},
|
|
9581
9619
|
"name": "mainCodebuildProject",
|
|
9582
9620
|
"type": {
|
|
@@ -9599,7 +9637,7 @@
|
|
|
9599
9637
|
"kind": "interface",
|
|
9600
9638
|
"locationInModule": {
|
|
9601
9639
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9602
|
-
"line":
|
|
9640
|
+
"line": 38
|
|
9603
9641
|
},
|
|
9604
9642
|
"name": "PipelineStackProps",
|
|
9605
9643
|
"properties": [
|
|
@@ -9613,7 +9651,7 @@
|
|
|
9613
9651
|
"immutable": true,
|
|
9614
9652
|
"locationInModule": {
|
|
9615
9653
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9616
|
-
"line":
|
|
9654
|
+
"line": 55
|
|
9617
9655
|
},
|
|
9618
9656
|
"name": "appStackFactory",
|
|
9619
9657
|
"type": {
|
|
@@ -9630,7 +9668,7 @@
|
|
|
9630
9668
|
"immutable": true,
|
|
9631
9669
|
"locationInModule": {
|
|
9632
9670
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9633
|
-
"line":
|
|
9671
|
+
"line": 48
|
|
9634
9672
|
},
|
|
9635
9673
|
"name": "serviceName",
|
|
9636
9674
|
"type": {
|
|
@@ -9646,7 +9684,7 @@
|
|
|
9646
9684
|
"immutable": true,
|
|
9647
9685
|
"locationInModule": {
|
|
9648
9686
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9649
|
-
"line":
|
|
9687
|
+
"line": 94
|
|
9650
9688
|
},
|
|
9651
9689
|
"name": "codeBuildOptions",
|
|
9652
9690
|
"optional": true,
|
|
@@ -9664,7 +9702,7 @@
|
|
|
9664
9702
|
"immutable": true,
|
|
9665
9703
|
"locationInModule": {
|
|
9666
9704
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9667
|
-
"line":
|
|
9705
|
+
"line": 111
|
|
9668
9706
|
},
|
|
9669
9707
|
"name": "codePipelineType",
|
|
9670
9708
|
"optional": true,
|
|
@@ -9681,7 +9719,7 @@
|
|
|
9681
9719
|
"immutable": true,
|
|
9682
9720
|
"locationInModule": {
|
|
9683
9721
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9684
|
-
"line":
|
|
9722
|
+
"line": 103
|
|
9685
9723
|
},
|
|
9686
9724
|
"name": "datadogAlertType",
|
|
9687
9725
|
"optional": true,
|
|
@@ -9699,7 +9737,7 @@
|
|
|
9699
9737
|
"immutable": true,
|
|
9700
9738
|
"locationInModule": {
|
|
9701
9739
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9702
|
-
"line":
|
|
9740
|
+
"line": 62
|
|
9703
9741
|
},
|
|
9704
9742
|
"name": "features",
|
|
9705
9743
|
"optional": true,
|
|
@@ -9716,7 +9754,7 @@
|
|
|
9716
9754
|
"immutable": true,
|
|
9717
9755
|
"locationInModule": {
|
|
9718
9756
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9719
|
-
"line":
|
|
9757
|
+
"line": 98
|
|
9720
9758
|
},
|
|
9721
9759
|
"name": "monitoringDeployStepProps",
|
|
9722
9760
|
"optional": true,
|
|
@@ -9734,7 +9772,7 @@
|
|
|
9734
9772
|
"immutable": true,
|
|
9735
9773
|
"locationInModule": {
|
|
9736
9774
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9737
|
-
"line":
|
|
9775
|
+
"line": 79
|
|
9738
9776
|
},
|
|
9739
9777
|
"name": "pipelineSchedules",
|
|
9740
9778
|
"optional": true,
|
|
@@ -9751,7 +9789,7 @@
|
|
|
9751
9789
|
"immutable": true,
|
|
9752
9790
|
"locationInModule": {
|
|
9753
9791
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9754
|
-
"line":
|
|
9792
|
+
"line": 68
|
|
9755
9793
|
},
|
|
9756
9794
|
"name": "pipelineType",
|
|
9757
9795
|
"optional": true,
|
|
@@ -9769,7 +9807,7 @@
|
|
|
9769
9807
|
"immutable": true,
|
|
9770
9808
|
"locationInModule": {
|
|
9771
9809
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9772
|
-
"line":
|
|
9810
|
+
"line": 89
|
|
9773
9811
|
},
|
|
9774
9812
|
"name": "secretsDeployStepProps",
|
|
9775
9813
|
"optional": true,
|
|
@@ -9787,7 +9825,7 @@
|
|
|
9787
9825
|
"immutable": true,
|
|
9788
9826
|
"locationInModule": {
|
|
9789
9827
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9790
|
-
"line":
|
|
9828
|
+
"line": 107
|
|
9791
9829
|
},
|
|
9792
9830
|
"name": "vulnerabilityNotification",
|
|
9793
9831
|
"optional": true,
|
|
@@ -9808,7 +9846,7 @@
|
|
|
9808
9846
|
"kind": "interface",
|
|
9809
9847
|
"locationInModule": {
|
|
9810
9848
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9811
|
-
"line":
|
|
9849
|
+
"line": 160
|
|
9812
9850
|
},
|
|
9813
9851
|
"name": "PipelineStackRioMonitoringDeployStepProps",
|
|
9814
9852
|
"properties": [
|
|
@@ -9821,7 +9859,7 @@
|
|
|
9821
9859
|
"immutable": true,
|
|
9822
9860
|
"locationInModule": {
|
|
9823
9861
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9824
|
-
"line":
|
|
9862
|
+
"line": 170
|
|
9825
9863
|
},
|
|
9826
9864
|
"name": "monitoringArtifacts",
|
|
9827
9865
|
"type": {
|
|
@@ -9853,7 +9891,7 @@
|
|
|
9853
9891
|
"kind": "interface",
|
|
9854
9892
|
"locationInModule": {
|
|
9855
9893
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9856
|
-
"line":
|
|
9894
|
+
"line": 156
|
|
9857
9895
|
},
|
|
9858
9896
|
"name": "PipelineStackRioSecretsDeployStepProps",
|
|
9859
9897
|
"properties": [
|
|
@@ -9865,7 +9903,7 @@
|
|
|
9865
9903
|
"immutable": true,
|
|
9866
9904
|
"locationInModule": {
|
|
9867
9905
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9868
|
-
"line":
|
|
9906
|
+
"line": 157
|
|
9869
9907
|
},
|
|
9870
9908
|
"name": "secretsFilePath",
|
|
9871
9909
|
"type": {
|
|
@@ -9884,7 +9922,7 @@
|
|
|
9884
9922
|
"kind": "enum",
|
|
9885
9923
|
"locationInModule": {
|
|
9886
9924
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
9887
|
-
"line":
|
|
9925
|
+
"line": 216
|
|
9888
9926
|
},
|
|
9889
9927
|
"members": [
|
|
9890
9928
|
{
|
|
@@ -14221,7 +14259,7 @@
|
|
|
14221
14259
|
"kind": "interface",
|
|
14222
14260
|
"locationInModule": {
|
|
14223
14261
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14224
|
-
"line":
|
|
14262
|
+
"line": 146
|
|
14225
14263
|
},
|
|
14226
14264
|
"name": "CfnDatadogMonitorOptions",
|
|
14227
14265
|
"namespace": "datadogv2",
|
|
@@ -14235,7 +14273,7 @@
|
|
|
14235
14273
|
"immutable": true,
|
|
14236
14274
|
"locationInModule": {
|
|
14237
14275
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14238
|
-
"line":
|
|
14276
|
+
"line": 151
|
|
14239
14277
|
},
|
|
14240
14278
|
"name": "enableLogsSample",
|
|
14241
14279
|
"optional": true,
|
|
@@ -14253,7 +14291,7 @@
|
|
|
14253
14291
|
"immutable": true,
|
|
14254
14292
|
"locationInModule": {
|
|
14255
14293
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14256
|
-
"line":
|
|
14294
|
+
"line": 158
|
|
14257
14295
|
},
|
|
14258
14296
|
"name": "enableSamples",
|
|
14259
14297
|
"optional": true,
|
|
@@ -14270,7 +14308,7 @@
|
|
|
14270
14308
|
"immutable": true,
|
|
14271
14309
|
"locationInModule": {
|
|
14272
14310
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14273
|
-
"line":
|
|
14311
|
+
"line": 163
|
|
14274
14312
|
},
|
|
14275
14313
|
"name": "escalationMessage",
|
|
14276
14314
|
"optional": true,
|
|
@@ -14287,7 +14325,7 @@
|
|
|
14287
14325
|
"immutable": true,
|
|
14288
14326
|
"locationInModule": {
|
|
14289
14327
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14290
|
-
"line":
|
|
14328
|
+
"line": 169
|
|
14291
14329
|
},
|
|
14292
14330
|
"name": "evaluationDelay",
|
|
14293
14331
|
"optional": true,
|
|
@@ -14305,7 +14343,7 @@
|
|
|
14305
14343
|
"immutable": true,
|
|
14306
14344
|
"locationInModule": {
|
|
14307
14345
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14308
|
-
"line":
|
|
14346
|
+
"line": 178
|
|
14309
14347
|
},
|
|
14310
14348
|
"name": "groupRetentionDuration",
|
|
14311
14349
|
"optional": true,
|
|
@@ -14323,7 +14361,7 @@
|
|
|
14323
14361
|
"immutable": true,
|
|
14324
14362
|
"locationInModule": {
|
|
14325
14363
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14326
|
-
"line":
|
|
14364
|
+
"line": 185
|
|
14327
14365
|
},
|
|
14328
14366
|
"name": "includeTags",
|
|
14329
14367
|
"optional": true,
|
|
@@ -14340,7 +14378,7 @@
|
|
|
14340
14378
|
"immutable": true,
|
|
14341
14379
|
"locationInModule": {
|
|
14342
14380
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14343
|
-
"line":
|
|
14381
|
+
"line": 190
|
|
14344
14382
|
},
|
|
14345
14383
|
"name": "locked",
|
|
14346
14384
|
"optional": true,
|
|
@@ -14357,7 +14395,7 @@
|
|
|
14357
14395
|
"immutable": true,
|
|
14358
14396
|
"locationInModule": {
|
|
14359
14397
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14360
|
-
"line":
|
|
14398
|
+
"line": 284
|
|
14361
14399
|
},
|
|
14362
14400
|
"name": "minFailureDuration",
|
|
14363
14401
|
"optional": true,
|
|
@@ -14374,7 +14412,7 @@
|
|
|
14374
14412
|
"immutable": true,
|
|
14375
14413
|
"locationInModule": {
|
|
14376
14414
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14377
|
-
"line":
|
|
14415
|
+
"line": 195
|
|
14378
14416
|
},
|
|
14379
14417
|
"name": "minLocationFailed",
|
|
14380
14418
|
"optional": true,
|
|
@@ -14392,7 +14430,7 @@
|
|
|
14392
14430
|
"immutable": true,
|
|
14393
14431
|
"locationInModule": {
|
|
14394
14432
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14395
|
-
"line":
|
|
14433
|
+
"line": 291
|
|
14396
14434
|
},
|
|
14397
14435
|
"name": "monitorNotificationPresetName",
|
|
14398
14436
|
"optional": true,
|
|
@@ -14410,7 +14448,7 @@
|
|
|
14410
14448
|
"immutable": true,
|
|
14411
14449
|
"locationInModule": {
|
|
14412
14450
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14413
|
-
"line":
|
|
14451
|
+
"line": 296
|
|
14414
14452
|
},
|
|
14415
14453
|
"name": "newGroupDelay",
|
|
14416
14454
|
"optional": true,
|
|
@@ -14427,7 +14465,7 @@
|
|
|
14427
14465
|
"immutable": true,
|
|
14428
14466
|
"locationInModule": {
|
|
14429
14467
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14430
|
-
"line":
|
|
14468
|
+
"line": 200
|
|
14431
14469
|
},
|
|
14432
14470
|
"name": "newHostDelay",
|
|
14433
14471
|
"optional": true,
|
|
@@ -14444,7 +14482,7 @@
|
|
|
14444
14482
|
"immutable": true,
|
|
14445
14483
|
"locationInModule": {
|
|
14446
14484
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14447
|
-
"line":
|
|
14485
|
+
"line": 205
|
|
14448
14486
|
},
|
|
14449
14487
|
"name": "noDataTimeframe",
|
|
14450
14488
|
"optional": true,
|
|
@@ -14461,7 +14499,7 @@
|
|
|
14461
14499
|
"immutable": true,
|
|
14462
14500
|
"locationInModule": {
|
|
14463
14501
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14464
|
-
"line":
|
|
14502
|
+
"line": 210
|
|
14465
14503
|
},
|
|
14466
14504
|
"name": "notifyAudit",
|
|
14467
14505
|
"optional": true,
|
|
@@ -14479,7 +14517,7 @@
|
|
|
14479
14517
|
"immutable": true,
|
|
14480
14518
|
"locationInModule": {
|
|
14481
14519
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14482
|
-
"line":
|
|
14520
|
+
"line": 221
|
|
14483
14521
|
},
|
|
14484
14522
|
"name": "notifyBy",
|
|
14485
14523
|
"optional": true,
|
|
@@ -14502,7 +14540,7 @@
|
|
|
14502
14540
|
"immutable": true,
|
|
14503
14541
|
"locationInModule": {
|
|
14504
14542
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14505
|
-
"line":
|
|
14543
|
+
"line": 228
|
|
14506
14544
|
},
|
|
14507
14545
|
"name": "notifyNoData",
|
|
14508
14546
|
"optional": true,
|
|
@@ -14520,7 +14558,7 @@
|
|
|
14520
14558
|
"immutable": true,
|
|
14521
14559
|
"locationInModule": {
|
|
14522
14560
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14523
|
-
"line":
|
|
14561
|
+
"line": 238
|
|
14524
14562
|
},
|
|
14525
14563
|
"name": "onMissingData",
|
|
14526
14564
|
"optional": true,
|
|
@@ -14537,7 +14575,7 @@
|
|
|
14537
14575
|
"immutable": true,
|
|
14538
14576
|
"locationInModule": {
|
|
14539
14577
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14540
|
-
"line":
|
|
14578
|
+
"line": 243
|
|
14541
14579
|
},
|
|
14542
14580
|
"name": "renotifyInterval",
|
|
14543
14581
|
"optional": true,
|
|
@@ -14554,7 +14592,7 @@
|
|
|
14554
14592
|
"immutable": true,
|
|
14555
14593
|
"locationInModule": {
|
|
14556
14594
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14557
|
-
"line":
|
|
14595
|
+
"line": 274
|
|
14558
14596
|
},
|
|
14559
14597
|
"name": "renotifyOccurrences",
|
|
14560
14598
|
"optional": true,
|
|
@@ -14571,7 +14609,7 @@
|
|
|
14571
14609
|
"immutable": true,
|
|
14572
14610
|
"locationInModule": {
|
|
14573
14611
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14574
|
-
"line":
|
|
14612
|
+
"line": 279
|
|
14575
14613
|
},
|
|
14576
14614
|
"name": "renotifyStatuses",
|
|
14577
14615
|
"optional": true,
|
|
@@ -14594,7 +14632,7 @@
|
|
|
14594
14632
|
"immutable": true,
|
|
14595
14633
|
"locationInModule": {
|
|
14596
14634
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14597
|
-
"line":
|
|
14635
|
+
"line": 250
|
|
14598
14636
|
},
|
|
14599
14637
|
"name": "requireFullWindow",
|
|
14600
14638
|
"optional": true,
|
|
@@ -14611,7 +14649,7 @@
|
|
|
14611
14649
|
"immutable": true,
|
|
14612
14650
|
"locationInModule": {
|
|
14613
14651
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14614
|
-
"line":
|
|
14652
|
+
"line": 255
|
|
14615
14653
|
},
|
|
14616
14654
|
"name": "schedulingOptions",
|
|
14617
14655
|
"optional": true,
|
|
@@ -14628,7 +14666,7 @@
|
|
|
14628
14666
|
"immutable": true,
|
|
14629
14667
|
"locationInModule": {
|
|
14630
14668
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14631
|
-
"line":
|
|
14669
|
+
"line": 260
|
|
14632
14670
|
},
|
|
14633
14671
|
"name": "syntheticsCheckID",
|
|
14634
14672
|
"optional": true,
|
|
@@ -14644,7 +14682,7 @@
|
|
|
14644
14682
|
"immutable": true,
|
|
14645
14683
|
"locationInModule": {
|
|
14646
14684
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14647
|
-
"line":
|
|
14685
|
+
"line": 262
|
|
14648
14686
|
},
|
|
14649
14687
|
"name": "thresholds",
|
|
14650
14688
|
"optional": true,
|
|
@@ -14660,7 +14698,7 @@
|
|
|
14660
14698
|
"immutable": true,
|
|
14661
14699
|
"locationInModule": {
|
|
14662
14700
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14663
|
-
"line":
|
|
14701
|
+
"line": 264
|
|
14664
14702
|
},
|
|
14665
14703
|
"name": "thresholdWindows",
|
|
14666
14704
|
"optional": true,
|
|
@@ -14677,7 +14715,7 @@
|
|
|
14677
14715
|
"immutable": true,
|
|
14678
14716
|
"locationInModule": {
|
|
14679
14717
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14680
|
-
"line":
|
|
14718
|
+
"line": 269
|
|
14681
14719
|
},
|
|
14682
14720
|
"name": "timeoutH",
|
|
14683
14721
|
"optional": true,
|
|
@@ -14694,7 +14732,7 @@
|
|
|
14694
14732
|
"immutable": true,
|
|
14695
14733
|
"locationInModule": {
|
|
14696
14734
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14697
|
-
"line":
|
|
14735
|
+
"line": 301
|
|
14698
14736
|
},
|
|
14699
14737
|
"name": "variables",
|
|
14700
14738
|
"optional": true,
|
|
@@ -14720,7 +14758,7 @@
|
|
|
14720
14758
|
"kind": "interface",
|
|
14721
14759
|
"locationInModule": {
|
|
14722
14760
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14723
|
-
"line":
|
|
14761
|
+
"line": 332
|
|
14724
14762
|
},
|
|
14725
14763
|
"name": "CfnDatadogMonitorThresholdWindows",
|
|
14726
14764
|
"namespace": "datadogv2",
|
|
@@ -14734,7 +14772,7 @@
|
|
|
14734
14772
|
"immutable": true,
|
|
14735
14773
|
"locationInModule": {
|
|
14736
14774
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14737
|
-
"line":
|
|
14775
|
+
"line": 342
|
|
14738
14776
|
},
|
|
14739
14777
|
"name": "recoveryWindow",
|
|
14740
14778
|
"optional": true,
|
|
@@ -14751,7 +14789,7 @@
|
|
|
14751
14789
|
"immutable": true,
|
|
14752
14790
|
"locationInModule": {
|
|
14753
14791
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14754
|
-
"line":
|
|
14792
|
+
"line": 337
|
|
14755
14793
|
},
|
|
14756
14794
|
"name": "triggerWindow",
|
|
14757
14795
|
"optional": true,
|
|
@@ -14772,7 +14810,7 @@
|
|
|
14772
14810
|
"kind": "interface",
|
|
14773
14811
|
"locationInModule": {
|
|
14774
14812
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14775
|
-
"line":
|
|
14813
|
+
"line": 304
|
|
14776
14814
|
},
|
|
14777
14815
|
"name": "CfnDatadogMonitorThresholds",
|
|
14778
14816
|
"namespace": "datadogv2",
|
|
@@ -14786,7 +14824,7 @@
|
|
|
14786
14824
|
"immutable": true,
|
|
14787
14825
|
"locationInModule": {
|
|
14788
14826
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14789
|
-
"line":
|
|
14827
|
+
"line": 309
|
|
14790
14828
|
},
|
|
14791
14829
|
"name": "critical",
|
|
14792
14830
|
"optional": true,
|
|
@@ -14803,7 +14841,7 @@
|
|
|
14803
14841
|
"immutable": true,
|
|
14804
14842
|
"locationInModule": {
|
|
14805
14843
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14806
|
-
"line":
|
|
14844
|
+
"line": 314
|
|
14807
14845
|
},
|
|
14808
14846
|
"name": "criticalRecovery",
|
|
14809
14847
|
"optional": true,
|
|
@@ -14820,7 +14858,7 @@
|
|
|
14820
14858
|
"immutable": true,
|
|
14821
14859
|
"locationInModule": {
|
|
14822
14860
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14823
|
-
"line":
|
|
14861
|
+
"line": 319
|
|
14824
14862
|
},
|
|
14825
14863
|
"name": "ok",
|
|
14826
14864
|
"optional": true,
|
|
@@ -14837,7 +14875,7 @@
|
|
|
14837
14875
|
"immutable": true,
|
|
14838
14876
|
"locationInModule": {
|
|
14839
14877
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14840
|
-
"line":
|
|
14878
|
+
"line": 324
|
|
14841
14879
|
},
|
|
14842
14880
|
"name": "warning",
|
|
14843
14881
|
"optional": true,
|
|
@@ -14854,7 +14892,7 @@
|
|
|
14854
14892
|
"immutable": true,
|
|
14855
14893
|
"locationInModule": {
|
|
14856
14894
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
14857
|
-
"line":
|
|
14895
|
+
"line": 329
|
|
14858
14896
|
},
|
|
14859
14897
|
"name": "warningRecovery",
|
|
14860
14898
|
"optional": true,
|
|
@@ -15980,7 +16018,7 @@
|
|
|
15980
16018
|
},
|
|
15981
16019
|
"locationInModule": {
|
|
15982
16020
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
15983
|
-
"line":
|
|
16021
|
+
"line": 396
|
|
15984
16022
|
},
|
|
15985
16023
|
"parameters": [
|
|
15986
16024
|
{
|
|
@@ -16006,7 +16044,7 @@
|
|
|
16006
16044
|
"kind": "class",
|
|
16007
16045
|
"locationInModule": {
|
|
16008
16046
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16009
|
-
"line":
|
|
16047
|
+
"line": 385
|
|
16010
16048
|
},
|
|
16011
16049
|
"name": "DatadogMonitor",
|
|
16012
16050
|
"namespace": "datadogv2",
|
|
@@ -16020,7 +16058,7 @@
|
|
|
16020
16058
|
"immutable": true,
|
|
16021
16059
|
"locationInModule": {
|
|
16022
16060
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16023
|
-
"line":
|
|
16061
|
+
"line": 389
|
|
16024
16062
|
},
|
|
16025
16063
|
"name": "DEFAULT_PRIORITY",
|
|
16026
16064
|
"static": true,
|
|
@@ -16037,7 +16075,7 @@
|
|
|
16037
16075
|
"immutable": true,
|
|
16038
16076
|
"locationInModule": {
|
|
16039
16077
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16040
|
-
"line":
|
|
16078
|
+
"line": 460
|
|
16041
16079
|
},
|
|
16042
16080
|
"name": "monitorId",
|
|
16043
16081
|
"type": {
|
|
@@ -16051,7 +16089,7 @@
|
|
|
16051
16089
|
"immutable": true,
|
|
16052
16090
|
"locationInModule": {
|
|
16053
16091
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16054
|
-
"line":
|
|
16092
|
+
"line": 391
|
|
16055
16093
|
},
|
|
16056
16094
|
"name": "name",
|
|
16057
16095
|
"type": {
|
|
@@ -16065,7 +16103,7 @@
|
|
|
16065
16103
|
"immutable": true,
|
|
16066
16104
|
"locationInModule": {
|
|
16067
16105
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16068
|
-
"line":
|
|
16106
|
+
"line": 392
|
|
16069
16107
|
},
|
|
16070
16108
|
"name": "priority",
|
|
16071
16109
|
"type": {
|
|
@@ -16101,7 +16139,7 @@
|
|
|
16101
16139
|
"immutable": true,
|
|
16102
16140
|
"locationInModule": {
|
|
16103
16141
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16104
|
-
"line":
|
|
16142
|
+
"line": 77
|
|
16105
16143
|
},
|
|
16106
16144
|
"name": "message",
|
|
16107
16145
|
"type": {
|
|
@@ -16185,7 +16223,7 @@
|
|
|
16185
16223
|
"immutable": true,
|
|
16186
16224
|
"locationInModule": {
|
|
16187
16225
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16188
|
-
"line":
|
|
16226
|
+
"line": 103
|
|
16189
16227
|
},
|
|
16190
16228
|
"name": "extraTags",
|
|
16191
16229
|
"optional": true,
|
|
@@ -16198,6 +16236,25 @@
|
|
|
16198
16236
|
}
|
|
16199
16237
|
}
|
|
16200
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
|
+
},
|
|
16201
16258
|
{
|
|
16202
16259
|
"abstract": true,
|
|
16203
16260
|
"docs": {
|
|
@@ -16209,7 +16266,7 @@
|
|
|
16209
16266
|
"immutable": true,
|
|
16210
16267
|
"locationInModule": {
|
|
16211
16268
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16212
|
-
"line":
|
|
16269
|
+
"line": 86
|
|
16213
16270
|
},
|
|
16214
16271
|
"name": "notification",
|
|
16215
16272
|
"optional": true,
|
|
@@ -16226,7 +16283,7 @@
|
|
|
16226
16283
|
"immutable": true,
|
|
16227
16284
|
"locationInModule": {
|
|
16228
16285
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16229
|
-
"line":
|
|
16286
|
+
"line": 98
|
|
16230
16287
|
},
|
|
16231
16288
|
"name": "optionOverrides",
|
|
16232
16289
|
"optional": true,
|
|
@@ -16244,7 +16301,7 @@
|
|
|
16244
16301
|
"immutable": true,
|
|
16245
16302
|
"locationInModule": {
|
|
16246
16303
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
16247
|
-
"line":
|
|
16304
|
+
"line": 93
|
|
16248
16305
|
},
|
|
16249
16306
|
"name": "priority",
|
|
16250
16307
|
"optional": true,
|
|
@@ -17040,7 +17097,7 @@
|
|
|
17040
17097
|
"kind": "enum",
|
|
17041
17098
|
"locationInModule": {
|
|
17042
17099
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17043
|
-
"line":
|
|
17100
|
+
"line": 122
|
|
17044
17101
|
},
|
|
17045
17102
|
"members": [
|
|
17046
17103
|
{
|
|
@@ -17083,7 +17140,7 @@
|
|
|
17083
17140
|
"kind": "enum",
|
|
17084
17141
|
"locationInModule": {
|
|
17085
17142
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17086
|
-
"line":
|
|
17143
|
+
"line": 134
|
|
17087
17144
|
},
|
|
17088
17145
|
"members": [
|
|
17089
17146
|
{
|
|
@@ -17126,7 +17183,7 @@
|
|
|
17126
17183
|
"kind": "interface",
|
|
17127
17184
|
"locationInModule": {
|
|
17128
17185
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17129
|
-
"line":
|
|
17186
|
+
"line": 348
|
|
17130
17187
|
},
|
|
17131
17188
|
"name": "MonitorSchedulingOptions",
|
|
17132
17189
|
"namespace": "datadogv2",
|
|
@@ -17139,7 +17196,7 @@
|
|
|
17139
17196
|
"immutable": true,
|
|
17140
17197
|
"locationInModule": {
|
|
17141
17198
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17142
|
-
"line":
|
|
17199
|
+
"line": 349
|
|
17143
17200
|
},
|
|
17144
17201
|
"name": "evaluationWindow",
|
|
17145
17202
|
"optional": true,
|
|
@@ -17162,7 +17219,7 @@
|
|
|
17162
17219
|
"kind": "interface",
|
|
17163
17220
|
"locationInModule": {
|
|
17164
17221
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17165
|
-
"line":
|
|
17222
|
+
"line": 358
|
|
17166
17223
|
},
|
|
17167
17224
|
"name": "MonitorSchedulingOptionsEvaluationWindow",
|
|
17168
17225
|
"namespace": "datadogv2",
|
|
@@ -17177,7 +17234,7 @@
|
|
|
17177
17234
|
"immutable": true,
|
|
17178
17235
|
"locationInModule": {
|
|
17179
17236
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17180
|
-
"line":
|
|
17237
|
+
"line": 365
|
|
17181
17238
|
},
|
|
17182
17239
|
"name": "dayStarts",
|
|
17183
17240
|
"optional": true,
|
|
@@ -17194,7 +17251,7 @@
|
|
|
17194
17251
|
"immutable": true,
|
|
17195
17252
|
"locationInModule": {
|
|
17196
17253
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17197
|
-
"line":
|
|
17254
|
+
"line": 375
|
|
17198
17255
|
},
|
|
17199
17256
|
"name": "hourStarts",
|
|
17200
17257
|
"optional": true,
|
|
@@ -17211,7 +17268,7 @@
|
|
|
17211
17268
|
"immutable": true,
|
|
17212
17269
|
"locationInModule": {
|
|
17213
17270
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17214
|
-
"line":
|
|
17271
|
+
"line": 370
|
|
17215
17272
|
},
|
|
17216
17273
|
"name": "monthStarts",
|
|
17217
17274
|
"optional": true,
|
|
@@ -17374,7 +17431,7 @@
|
|
|
17374
17431
|
"kind": "enum",
|
|
17375
17432
|
"locationInModule": {
|
|
17376
17433
|
"filename": "src/datadogv2/datadog-monitor.ts",
|
|
17377
|
-
"line":
|
|
17434
|
+
"line": 111
|
|
17378
17435
|
},
|
|
17379
17436
|
"members": [
|
|
17380
17437
|
{
|
|
@@ -19346,7 +19403,7 @@
|
|
|
19346
19403
|
},
|
|
19347
19404
|
"locationInModule": {
|
|
19348
19405
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19349
|
-
"line":
|
|
19406
|
+
"line": 253
|
|
19350
19407
|
},
|
|
19351
19408
|
"parameters": [
|
|
19352
19409
|
{
|
|
@@ -19372,7 +19429,7 @@
|
|
|
19372
19429
|
"kind": "class",
|
|
19373
19430
|
"locationInModule": {
|
|
19374
19431
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19375
|
-
"line":
|
|
19432
|
+
"line": 251
|
|
19376
19433
|
},
|
|
19377
19434
|
"name": "KafkaTopic",
|
|
19378
19435
|
"namespace": "kafka",
|
|
@@ -19528,15 +19585,15 @@
|
|
|
19528
19585
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
19529
19586
|
"datatype": true,
|
|
19530
19587
|
"docs": {
|
|
19531
|
-
"
|
|
19588
|
+
"remarks": "If you need to increase the limits for your service, please contact CLAID.",
|
|
19532
19589
|
"stability": "stable",
|
|
19533
|
-
"summary": "The current service limits
|
|
19590
|
+
"summary": "The current service limits are configured in the topic manager."
|
|
19534
19591
|
},
|
|
19535
19592
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaTopicProps",
|
|
19536
19593
|
"kind": "interface",
|
|
19537
19594
|
"locationInModule": {
|
|
19538
19595
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19539
|
-
"line":
|
|
19596
|
+
"line": 94
|
|
19540
19597
|
},
|
|
19541
19598
|
"name": "KafkaTopicProps",
|
|
19542
19599
|
"namespace": "kafka",
|
|
@@ -19550,7 +19607,7 @@
|
|
|
19550
19607
|
"immutable": true,
|
|
19551
19608
|
"locationInModule": {
|
|
19552
19609
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19553
|
-
"line":
|
|
19610
|
+
"line": 137
|
|
19554
19611
|
},
|
|
19555
19612
|
"name": "acl",
|
|
19556
19613
|
"type": {
|
|
@@ -19566,7 +19623,7 @@
|
|
|
19566
19623
|
"immutable": true,
|
|
19567
19624
|
"locationInModule": {
|
|
19568
19625
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19569
|
-
"line":
|
|
19626
|
+
"line": 142
|
|
19570
19627
|
},
|
|
19571
19628
|
"name": "isLogCompacted",
|
|
19572
19629
|
"type": {
|
|
@@ -19582,7 +19639,7 @@
|
|
|
19582
19639
|
"immutable": true,
|
|
19583
19640
|
"locationInModule": {
|
|
19584
19641
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19585
|
-
"line":
|
|
19642
|
+
"line": 132
|
|
19586
19643
|
},
|
|
19587
19644
|
"name": "metadata",
|
|
19588
19645
|
"type": {
|
|
@@ -19599,7 +19656,7 @@
|
|
|
19599
19656
|
"immutable": true,
|
|
19600
19657
|
"locationInModule": {
|
|
19601
19658
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19602
|
-
"line":
|
|
19659
|
+
"line": 98
|
|
19603
19660
|
},
|
|
19604
19661
|
"name": "name",
|
|
19605
19662
|
"type": {
|
|
@@ -19616,7 +19673,7 @@
|
|
|
19616
19673
|
"immutable": true,
|
|
19617
19674
|
"locationInModule": {
|
|
19618
19675
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19619
|
-
"line":
|
|
19676
|
+
"line": 105
|
|
19620
19677
|
},
|
|
19621
19678
|
"name": "numberOfPartitions",
|
|
19622
19679
|
"type": {
|
|
@@ -19634,7 +19691,7 @@
|
|
|
19634
19691
|
"immutable": true,
|
|
19635
19692
|
"locationInModule": {
|
|
19636
19693
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19637
|
-
"line":
|
|
19694
|
+
"line": 127
|
|
19638
19695
|
},
|
|
19639
19696
|
"name": "instantDeletionEnabled",
|
|
19640
19697
|
"optional": true,
|
|
@@ -19652,7 +19709,7 @@
|
|
|
19652
19709
|
"immutable": true,
|
|
19653
19710
|
"locationInModule": {
|
|
19654
19711
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19655
|
-
"line":
|
|
19712
|
+
"line": 148
|
|
19656
19713
|
},
|
|
19657
19714
|
"name": "logCompactionProperties",
|
|
19658
19715
|
"optional": true,
|
|
@@ -19660,6 +19717,25 @@
|
|
|
19660
19717
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.LogCompactionProperties"
|
|
19661
19718
|
}
|
|
19662
19719
|
},
|
|
19720
|
+
{
|
|
19721
|
+
"abstract": true,
|
|
19722
|
+
"docs": {
|
|
19723
|
+
"default": "9223372036854775807",
|
|
19724
|
+
"remarks": "The maximum time a message can be delayed before it is compacted.",
|
|
19725
|
+
"stability": "stable",
|
|
19726
|
+
"summary": "The maximum compaction lag in milliseconds."
|
|
19727
|
+
},
|
|
19728
|
+
"immutable": true,
|
|
19729
|
+
"locationInModule": {
|
|
19730
|
+
"filename": "src/kafka/kafka-topic.ts",
|
|
19731
|
+
"line": 156
|
|
19732
|
+
},
|
|
19733
|
+
"name": "maxCompactionLagMs",
|
|
19734
|
+
"optional": true,
|
|
19735
|
+
"type": {
|
|
19736
|
+
"primitive": "number"
|
|
19737
|
+
}
|
|
19738
|
+
},
|
|
19663
19739
|
{
|
|
19664
19740
|
"abstract": true,
|
|
19665
19741
|
"docs": {
|
|
@@ -19671,7 +19747,7 @@
|
|
|
19671
19747
|
"immutable": true,
|
|
19672
19748
|
"locationInModule": {
|
|
19673
19749
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19674
|
-
"line":
|
|
19750
|
+
"line": 111
|
|
19675
19751
|
},
|
|
19676
19752
|
"name": "replicationFactor",
|
|
19677
19753
|
"optional": true,
|
|
@@ -19690,7 +19766,7 @@
|
|
|
19690
19766
|
"immutable": true,
|
|
19691
19767
|
"locationInModule": {
|
|
19692
19768
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19693
|
-
"line":
|
|
19769
|
+
"line": 120
|
|
19694
19770
|
},
|
|
19695
19771
|
"name": "retention",
|
|
19696
19772
|
"optional": true,
|
|
@@ -19715,7 +19791,7 @@
|
|
|
19715
19791
|
},
|
|
19716
19792
|
"locationInModule": {
|
|
19717
19793
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19718
|
-
"line":
|
|
19794
|
+
"line": 276
|
|
19719
19795
|
},
|
|
19720
19796
|
"parameters": [
|
|
19721
19797
|
{
|
|
@@ -19741,7 +19817,7 @@
|
|
|
19741
19817
|
"kind": "class",
|
|
19742
19818
|
"locationInModule": {
|
|
19743
19819
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19744
|
-
"line":
|
|
19820
|
+
"line": 274
|
|
19745
19821
|
},
|
|
19746
19822
|
"name": "KafkaTopicV4",
|
|
19747
19823
|
"namespace": "kafka",
|
|
@@ -19751,15 +19827,15 @@
|
|
|
19751
19827
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
19752
19828
|
"datatype": true,
|
|
19753
19829
|
"docs": {
|
|
19754
|
-
"
|
|
19830
|
+
"remarks": "If you need to increase the limits for your service, please contact CLAID.",
|
|
19755
19831
|
"stability": "stable",
|
|
19756
|
-
"summary": "The current service limits
|
|
19832
|
+
"summary": "The current service limits are configured in the topic manager."
|
|
19757
19833
|
},
|
|
19758
19834
|
"fqn": "@rio-cloud/cdk-v2-constructs.kafka.KafkaTopicV4Props",
|
|
19759
19835
|
"kind": "interface",
|
|
19760
19836
|
"locationInModule": {
|
|
19761
19837
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19762
|
-
"line":
|
|
19838
|
+
"line": 163
|
|
19763
19839
|
},
|
|
19764
19840
|
"name": "KafkaTopicV4Props",
|
|
19765
19841
|
"namespace": "kafka",
|
|
@@ -19773,7 +19849,7 @@
|
|
|
19773
19849
|
"immutable": true,
|
|
19774
19850
|
"locationInModule": {
|
|
19775
19851
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19776
|
-
"line":
|
|
19852
|
+
"line": 206
|
|
19777
19853
|
},
|
|
19778
19854
|
"name": "acl",
|
|
19779
19855
|
"type": {
|
|
@@ -19789,7 +19865,7 @@
|
|
|
19789
19865
|
"immutable": true,
|
|
19790
19866
|
"locationInModule": {
|
|
19791
19867
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19792
|
-
"line":
|
|
19868
|
+
"line": 211
|
|
19793
19869
|
},
|
|
19794
19870
|
"name": "isLogCompacted",
|
|
19795
19871
|
"type": {
|
|
@@ -19805,7 +19881,7 @@
|
|
|
19805
19881
|
"immutable": true,
|
|
19806
19882
|
"locationInModule": {
|
|
19807
19883
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19808
|
-
"line":
|
|
19884
|
+
"line": 201
|
|
19809
19885
|
},
|
|
19810
19886
|
"name": "metadata",
|
|
19811
19887
|
"type": {
|
|
@@ -19822,7 +19898,7 @@
|
|
|
19822
19898
|
"immutable": true,
|
|
19823
19899
|
"locationInModule": {
|
|
19824
19900
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19825
|
-
"line":
|
|
19901
|
+
"line": 167
|
|
19826
19902
|
},
|
|
19827
19903
|
"name": "name",
|
|
19828
19904
|
"type": {
|
|
@@ -19839,7 +19915,7 @@
|
|
|
19839
19915
|
"immutable": true,
|
|
19840
19916
|
"locationInModule": {
|
|
19841
19917
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19842
|
-
"line":
|
|
19918
|
+
"line": 174
|
|
19843
19919
|
},
|
|
19844
19920
|
"name": "numberOfPartitions",
|
|
19845
19921
|
"type": {
|
|
@@ -19857,7 +19933,7 @@
|
|
|
19857
19933
|
"immutable": true,
|
|
19858
19934
|
"locationInModule": {
|
|
19859
19935
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19860
|
-
"line":
|
|
19936
|
+
"line": 196
|
|
19861
19937
|
},
|
|
19862
19938
|
"name": "instantDeletionEnabled",
|
|
19863
19939
|
"optional": true,
|
|
@@ -19875,7 +19951,7 @@
|
|
|
19875
19951
|
"immutable": true,
|
|
19876
19952
|
"locationInModule": {
|
|
19877
19953
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19878
|
-
"line":
|
|
19954
|
+
"line": 217
|
|
19879
19955
|
},
|
|
19880
19956
|
"name": "logCompactionProperties",
|
|
19881
19957
|
"optional": true,
|
|
@@ -19894,7 +19970,7 @@
|
|
|
19894
19970
|
"immutable": true,
|
|
19895
19971
|
"locationInModule": {
|
|
19896
19972
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19897
|
-
"line":
|
|
19973
|
+
"line": 225
|
|
19898
19974
|
},
|
|
19899
19975
|
"name": "managedBackupEnabled",
|
|
19900
19976
|
"optional": true,
|
|
@@ -19902,6 +19978,25 @@
|
|
|
19902
19978
|
"primitive": "boolean"
|
|
19903
19979
|
}
|
|
19904
19980
|
},
|
|
19981
|
+
{
|
|
19982
|
+
"abstract": true,
|
|
19983
|
+
"docs": {
|
|
19984
|
+
"default": "9223372036854775807",
|
|
19985
|
+
"remarks": "The maximum time a message can be delayed before it is compacted.",
|
|
19986
|
+
"stability": "stable",
|
|
19987
|
+
"summary": "The maximum compaction lag in milliseconds."
|
|
19988
|
+
},
|
|
19989
|
+
"immutable": true,
|
|
19990
|
+
"locationInModule": {
|
|
19991
|
+
"filename": "src/kafka/kafka-topic.ts",
|
|
19992
|
+
"line": 233
|
|
19993
|
+
},
|
|
19994
|
+
"name": "maxCompactionLagMs",
|
|
19995
|
+
"optional": true,
|
|
19996
|
+
"type": {
|
|
19997
|
+
"primitive": "number"
|
|
19998
|
+
}
|
|
19999
|
+
},
|
|
19905
20000
|
{
|
|
19906
20001
|
"abstract": true,
|
|
19907
20002
|
"docs": {
|
|
@@ -19913,7 +20008,7 @@
|
|
|
19913
20008
|
"immutable": true,
|
|
19914
20009
|
"locationInModule": {
|
|
19915
20010
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19916
|
-
"line":
|
|
20011
|
+
"line": 180
|
|
19917
20012
|
},
|
|
19918
20013
|
"name": "replicationFactor",
|
|
19919
20014
|
"optional": true,
|
|
@@ -19932,7 +20027,7 @@
|
|
|
19932
20027
|
"immutable": true,
|
|
19933
20028
|
"locationInModule": {
|
|
19934
20029
|
"filename": "src/kafka/kafka-topic.ts",
|
|
19935
|
-
"line":
|
|
20030
|
+
"line": 189
|
|
19936
20031
|
},
|
|
19937
20032
|
"name": "retention",
|
|
19938
20033
|
"optional": true,
|
|
@@ -20656,5 +20751,5 @@
|
|
|
20656
20751
|
}
|
|
20657
20752
|
},
|
|
20658
20753
|
"version": "0.0.0",
|
|
20659
|
-
"fingerprint": "
|
|
20754
|
+
"fingerprint": "fXkwKoqGGbb94E0bldrx65ENlHruSN7qGCzVTEVjhnM="
|
|
20660
20755
|
}
|