@quantcdn/pulumi-quant 5.5.0 → 5.5.1

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.
Files changed (129) hide show
  1. package/aiAgent.d.ts +155 -0
  2. package/aiAgent.js +94 -0
  3. package/aiAgent.js.map +1 -0
  4. package/aiGovernance.d.ts +77 -0
  5. package/aiGovernance.js +75 -0
  6. package/aiGovernance.js.map +1 -0
  7. package/aiSkill.d.ts +101 -0
  8. package/aiSkill.js +85 -0
  9. package/aiSkill.js.map +1 -0
  10. package/aiVectorCollection.d.ts +107 -0
  11. package/aiVectorCollection.js +68 -0
  12. package/aiVectorCollection.js.map +1 -0
  13. package/aiVectorDocument.d.ts +73 -0
  14. package/aiVectorDocument.js +70 -0
  15. package/aiVectorDocument.js.map +1 -0
  16. package/application.d.ts +189 -0
  17. package/application.js +85 -0
  18. package/application.js.map +1 -0
  19. package/config/index.d.ts +1 -0
  20. package/config/index.js +21 -0
  21. package/config/index.js.map +1 -0
  22. package/config/vars.d.ts +36 -0
  23. package/config/vars.js +61 -0
  24. package/config/vars.js.map +1 -0
  25. package/{crawler.ts → crawler.d.ts} +45 -139
  26. package/crawler.js +116 -0
  27. package/crawler.js.map +1 -0
  28. package/crawlerSchedule.d.ts +156 -0
  29. package/crawlerSchedule.js +74 -0
  30. package/crawlerSchedule.js.map +1 -0
  31. package/cronJob.d.ts +102 -0
  32. package/cronJob.js +73 -0
  33. package/cronJob.js.map +1 -0
  34. package/{domain.ts → domain.d.ts} +10 -56
  35. package/domain.js +62 -0
  36. package/domain.js.map +1 -0
  37. package/environment.d.ts +313 -0
  38. package/environment.js +110 -0
  39. package/environment.js.map +1 -0
  40. package/getProject.d.ts +34 -0
  41. package/getProject.js +24 -0
  42. package/getProject.js.map +1 -0
  43. package/getProjects.d.ts +14 -0
  44. package/getProjects.js +18 -0
  45. package/getProjects.js.map +1 -0
  46. package/header.d.ts +60 -0
  47. package/header.js +59 -0
  48. package/header.js.map +1 -0
  49. package/index.d.ts +88 -0
  50. package/index.js +158 -0
  51. package/index.js.map +1 -0
  52. package/{kvItem.ts → kvItem.d.ts} +11 -62
  53. package/kvItem.js +67 -0
  54. package/kvItem.js.map +1 -0
  55. package/kvStore.d.ts +75 -0
  56. package/kvStore.js +55 -0
  57. package/kvStore.js.map +1 -0
  58. package/package.json +32 -30
  59. package/project.d.ts +175 -0
  60. package/project.js +73 -0
  61. package/project.js.map +1 -0
  62. package/{provider.ts → provider.d.ts} +12 -51
  63. package/provider.js +63 -0
  64. package/provider.js.map +1 -0
  65. package/{ruleAuth.ts → ruleAuth.d.ts} +31 -128
  66. package/ruleAuth.js +113 -0
  67. package/ruleAuth.js.map +1 -0
  68. package/{ruleBotChallenge.ts → ruleBotChallenge.d.ts} +32 -128
  69. package/ruleBotChallenge.js +112 -0
  70. package/ruleBotChallenge.js.map +1 -0
  71. package/{ruleContentFilter.ts → ruleContentFilter.d.ts} +30 -122
  72. package/ruleContentFilter.js +108 -0
  73. package/ruleContentFilter.js.map +1 -0
  74. package/{ruleCustomResponse.ts → ruleCustomResponse.d.ts} +33 -131
  75. package/ruleCustomResponse.js +114 -0
  76. package/ruleCustomResponse.js.map +1 -0
  77. package/{ruleFunction.ts → ruleFunction.d.ts} +30 -122
  78. package/ruleFunction.js +108 -0
  79. package/ruleFunction.js.map +1 -0
  80. package/{ruleHeaders.ts → ruleHeaders.d.ts} +38 -124
  81. package/ruleHeaders.js +108 -0
  82. package/ruleHeaders.js.map +1 -0
  83. package/{ruleProxy.ts → ruleProxy.d.ts} +62 -196
  84. package/ruleProxy.js +156 -0
  85. package/ruleProxy.js.map +1 -0
  86. package/{ruleRedirect.ts → ruleRedirect.d.ts} +31 -125
  87. package/ruleRedirect.js +110 -0
  88. package/ruleRedirect.js.map +1 -0
  89. package/{ruleServeStatic.ts → ruleServeStatic.d.ts} +30 -122
  90. package/ruleServeStatic.js +108 -0
  91. package/ruleServeStatic.js.map +1 -0
  92. package/{slackBot.ts → slackBot.d.ts} +14 -71
  93. package/slackBot.js +73 -0
  94. package/slackBot.js.map +1 -0
  95. package/types/index.d.ts +3 -0
  96. package/types/index.js +11 -0
  97. package/types/index.js.map +1 -0
  98. package/types/{input.ts → input.d.ts} +6 -78
  99. package/{config/index.ts → types/input.js} +3 -3
  100. package/types/input.js.map +1 -0
  101. package/types/{output.ts → output.d.ts} +6 -81
  102. package/types/output.js +5 -0
  103. package/types/output.js.map +1 -0
  104. package/utilities.d.ts +4 -0
  105. package/{utilities.ts → utilities.js} +23 -28
  106. package/utilities.js.map +1 -0
  107. package/volume.d.ts +130 -0
  108. package/volume.js +74 -0
  109. package/volume.js.map +1 -0
  110. package/.gitattributes +0 -1
  111. package/aiAgent.ts +0 -233
  112. package/aiGovernance.ts +0 -136
  113. package/aiSkill.ts +0 -170
  114. package/aiVectorCollection.ts +0 -159
  115. package/aiVectorDocument.ts +0 -127
  116. package/application.ts +0 -258
  117. package/config/vars.ts +0 -108
  118. package/crawlerSchedule.ts +0 -214
  119. package/cronJob.ts +0 -159
  120. package/environment.ts +0 -407
  121. package/getProject.ts +0 -54
  122. package/getProjects.ts +0 -29
  123. package/header.ts +0 -97
  124. package/index.ts +0 -231
  125. package/kvStore.ts +0 -114
  126. package/project.ts +0 -232
  127. package/tsconfig.json +0 -53
  128. package/types/index.ts +0 -13
  129. package/volume.ts +0 -188
@@ -1,10 +1,5 @@
1
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
2
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
3
-
4
1
  import * as pulumi from "@pulumi/pulumi";
5
2
  import * as inputs from "../types/input";
6
- import * as outputs from "../types/output";
7
-
8
3
  export interface AiAgentAgent {
9
4
  agentId?: pulumi.Input<string>;
10
5
  allowedCollections?: pulumi.Input<pulumi.Input<string>[]>;
@@ -37,10 +32,8 @@ export interface AiAgentAgent {
37
32
  temperature?: pulumi.Input<number>;
38
33
  updatedAt?: pulumi.Input<string>;
39
34
  }
40
-
41
35
  export interface AiGovernanceConfig {
42
36
  }
43
-
44
37
  export interface AiGovernanceSpendLimits {
45
38
  dailyBudgetCents?: pulumi.Input<number>;
46
39
  monthlyBudgetCents?: pulumi.Input<number>;
@@ -48,10 +41,8 @@ export interface AiGovernanceSpendLimits {
48
41
  perUserMonthlyBudgetCents?: pulumi.Input<number>;
49
42
  warningThresholdPercent?: pulumi.Input<number>;
50
43
  }
51
-
52
44
  export interface AiSkillFiles {
53
45
  }
54
-
55
46
  export interface AiSkillSkill {
56
47
  allowedTools?: pulumi.Input<pulumi.Input<string>[]>;
57
48
  content?: pulumi.Input<string>;
@@ -68,13 +59,10 @@ export interface AiSkillSkill {
68
59
  triggerCondition?: pulumi.Input<string>;
69
60
  updatedAt?: pulumi.Input<string>;
70
61
  }
71
-
72
62
  export interface AiSkillSkillFiles {
73
63
  }
74
-
75
64
  export interface AiSkillSkillSource {
76
65
  }
77
-
78
66
  export interface AiVectorCollectionCollection {
79
67
  collectionId?: pulumi.Input<string>;
80
68
  createdAt?: pulumi.Input<string>;
@@ -85,7 +73,6 @@ export interface AiVectorCollectionCollection {
85
73
  name?: pulumi.Input<string>;
86
74
  updatedAt?: pulumi.Input<string>;
87
75
  }
88
-
89
76
  export interface AiVectorDocumentDocument {
90
77
  /**
91
78
  * Document text content
@@ -97,14 +84,12 @@ export interface AiVectorDocumentDocument {
97
84
  key?: pulumi.Input<string>;
98
85
  metadata?: pulumi.Input<inputs.AiVectorDocumentDocumentMetadata>;
99
86
  }
100
-
101
87
  export interface AiVectorDocumentDocumentMetadata {
102
88
  section?: pulumi.Input<string>;
103
89
  sourceUrl?: pulumi.Input<string>;
104
90
  tags?: pulumi.Input<pulumi.Input<string>[]>;
105
91
  title?: pulumi.Input<string>;
106
92
  }
107
-
108
93
  export interface ApplicationComposeDefinition {
109
94
  /**
110
95
  * CPU architecture (X86_64 or ARM64)
@@ -140,7 +125,6 @@ export interface ApplicationComposeDefinition {
140
125
  */
141
126
  taskMemory?: pulumi.Input<number>;
142
127
  }
143
-
144
128
  export interface ApplicationComposeDefinitionContainer {
145
129
  commands?: pulumi.Input<pulumi.Input<string>[]>;
146
130
  /**
@@ -195,7 +179,6 @@ export interface ApplicationComposeDefinitionContainer {
195
179
  user?: pulumi.Input<string>;
196
180
  workingDirectory?: pulumi.Input<string>;
197
181
  }
198
-
199
182
  export interface ApplicationComposeDefinitionContainerDependsOn {
200
183
  /**
201
184
  * The condition to wait for on the dependency
@@ -206,7 +189,6 @@ export interface ApplicationComposeDefinitionContainerDependsOn {
206
189
  */
207
190
  containerName: pulumi.Input<string>;
208
191
  }
209
-
210
192
  export interface ApplicationComposeDefinitionContainerEnvironment {
211
193
  /**
212
194
  * Environment variable name
@@ -217,7 +199,6 @@ export interface ApplicationComposeDefinitionContainerEnvironment {
217
199
  */
218
200
  value: pulumi.Input<string>;
219
201
  }
220
-
221
202
  export interface ApplicationComposeDefinitionContainerHealthCheck {
222
203
  /**
223
204
  * The command to run to determine if the container is healthy
@@ -240,7 +221,6 @@ export interface ApplicationComposeDefinitionContainerHealthCheck {
240
221
  */
241
222
  timeout?: pulumi.Input<number>;
242
223
  }
243
-
244
224
  export interface ApplicationComposeDefinitionContainerImageReference {
245
225
  /**
246
226
  * The image identifier. For 'internal' type, this is the image tag. For 'external' type, this is the full image name.
@@ -251,7 +231,6 @@ export interface ApplicationComposeDefinitionContainerImageReference {
251
231
  */
252
232
  type: pulumi.Input<string>;
253
233
  }
254
-
255
234
  export interface ApplicationComposeDefinitionContainerMountPoint {
256
235
  /**
257
236
  * The path inside the container where the volume is mounted
@@ -263,7 +242,6 @@ export interface ApplicationComposeDefinitionContainerMountPoint {
263
242
  */
264
243
  sourceVolume: pulumi.Input<string>;
265
244
  }
266
-
267
245
  export interface ApplicationComposeDefinitionContainerOriginProtectionConfig {
268
246
  /**
269
247
  * Whether origin protection is enabled. Defaults to true if this config object is provided.
@@ -274,7 +252,6 @@ export interface ApplicationComposeDefinitionContainerOriginProtectionConfig {
274
252
  */
275
253
  ipAllows?: pulumi.Input<pulumi.Input<string>[]>;
276
254
  }
277
-
278
255
  export interface ApplicationComposeDefinitionContainerSecret {
279
256
  /**
280
257
  * The environment variable name to be set in the container
@@ -285,14 +262,12 @@ export interface ApplicationComposeDefinitionContainerSecret {
285
262
  */
286
263
  valueFrom: pulumi.Input<string>;
287
264
  }
288
-
289
265
  export interface ApplicationComposeDefinitionSpotConfiguration {
290
266
  /**
291
267
  * Spot instance strategy. 'off' = On-Demand only (highest reliability, no savings). 'spot-only' = 100% Spot instances (~70% savings, default for non-prod). 'mixed-safe' = 50% Spot instances (~35% savings, requires multiple instances). 'mixed-aggressive' = 80% Spot instances (~56% savings, requires multiple instances).
292
268
  */
293
269
  strategy?: pulumi.Input<string>;
294
270
  }
295
-
296
271
  export interface ApplicationDatabase {
297
272
  /**
298
273
  * Database engine type (MySQL 8.4, Postgres)
@@ -327,7 +302,6 @@ export interface ApplicationDatabase {
327
302
  */
328
303
  storageGb?: pulumi.Input<number>;
329
304
  }
330
-
331
305
  export interface ApplicationDeploymentInformation {
332
306
  /**
333
307
  * Deployment creation timestamp
@@ -350,7 +324,6 @@ export interface ApplicationDeploymentInformation {
350
324
  */
351
325
  taskDefinitionArn?: pulumi.Input<string>;
352
326
  }
353
-
354
327
  export interface ApplicationEnvironment {
355
328
  /**
356
329
  * Environment variable name
@@ -361,7 +334,6 @@ export interface ApplicationEnvironment {
361
334
  */
362
335
  value?: pulumi.Input<string>;
363
336
  }
364
-
365
337
  export interface ApplicationFilesystem {
366
338
  /**
367
339
  * EFS filesystem ID
@@ -376,7 +348,6 @@ export interface ApplicationFilesystem {
376
348
  */
377
349
  required?: pulumi.Input<boolean>;
378
350
  }
379
-
380
351
  export interface ApplicationImageReference {
381
352
  /**
382
353
  * Image identifier
@@ -387,7 +358,6 @@ export interface ApplicationImageReference {
387
358
  */
388
359
  type?: pulumi.Input<string>;
389
360
  }
390
-
391
361
  export interface CrawlerAssets {
392
362
  /**
393
363
  * Network intercept configuration for asset collection
@@ -398,7 +368,6 @@ export interface CrawlerAssets {
398
368
  */
399
369
  parser?: pulumi.Input<inputs.CrawlerAssetsParser>;
400
370
  }
401
-
402
371
  export interface CrawlerAssetsNetworkIntercept {
403
372
  /**
404
373
  * Enable network intercept
@@ -413,14 +382,12 @@ export interface CrawlerAssetsNetworkIntercept {
413
382
  */
414
383
  timeout?: pulumi.Input<number>;
415
384
  }
416
-
417
385
  export interface CrawlerAssetsParser {
418
386
  /**
419
387
  * Enable parser
420
388
  */
421
389
  enabled?: pulumi.Input<boolean>;
422
390
  }
423
-
424
391
  export interface CrawlerSitemap {
425
392
  /**
426
393
  * Recursively follow sitemap links
@@ -431,7 +398,6 @@ export interface CrawlerSitemap {
431
398
  */
432
399
  url?: pulumi.Input<string>;
433
400
  }
434
-
435
401
  export interface DomainDnsGoLiveRecord {
436
402
  /**
437
403
  * Human-readable instructions for configuring this DNS record
@@ -450,7 +416,6 @@ export interface DomainDnsGoLiveRecord {
450
416
  */
451
417
  value?: pulumi.Input<string>;
452
418
  }
453
-
454
419
  export interface DomainDnsValidationRecord {
455
420
  /**
456
421
  * DNS record name (host/subdomain)
@@ -465,10 +430,8 @@ export interface DomainDnsValidationRecord {
465
430
  */
466
431
  value?: pulumi.Input<string>;
467
432
  }
468
-
469
433
  export interface EnvironmentAlbRouting {
470
434
  }
471
-
472
435
  export interface EnvironmentComposeDefinition {
473
436
  /**
474
437
  * CPU architecture (X86_64 or ARM64)
@@ -504,7 +467,6 @@ export interface EnvironmentComposeDefinition {
504
467
  */
505
468
  taskMemory?: pulumi.Input<number>;
506
469
  }
507
-
508
470
  export interface EnvironmentComposeDefinitionContainer {
509
471
  commands?: pulumi.Input<pulumi.Input<string>[]>;
510
472
  /**
@@ -559,7 +521,6 @@ export interface EnvironmentComposeDefinitionContainer {
559
521
  user?: pulumi.Input<string>;
560
522
  workingDirectory?: pulumi.Input<string>;
561
523
  }
562
-
563
524
  export interface EnvironmentComposeDefinitionContainerDependsOn {
564
525
  /**
565
526
  * The condition to wait for on the dependency
@@ -570,7 +531,6 @@ export interface EnvironmentComposeDefinitionContainerDependsOn {
570
531
  */
571
532
  containerName: pulumi.Input<string>;
572
533
  }
573
-
574
534
  export interface EnvironmentComposeDefinitionContainerEnvironment {
575
535
  /**
576
536
  * Environment variable name
@@ -581,7 +541,6 @@ export interface EnvironmentComposeDefinitionContainerEnvironment {
581
541
  */
582
542
  value: pulumi.Input<string>;
583
543
  }
584
-
585
544
  export interface EnvironmentComposeDefinitionContainerHealthCheck {
586
545
  /**
587
546
  * The command to run to determine if the container is healthy
@@ -604,7 +563,6 @@ export interface EnvironmentComposeDefinitionContainerHealthCheck {
604
563
  */
605
564
  timeout?: pulumi.Input<number>;
606
565
  }
607
-
608
566
  export interface EnvironmentComposeDefinitionContainerImageReference {
609
567
  /**
610
568
  * The image identifier. For 'internal' type, this is the image tag. For 'external' type, this is the full image name.
@@ -615,7 +573,6 @@ export interface EnvironmentComposeDefinitionContainerImageReference {
615
573
  */
616
574
  type: pulumi.Input<string>;
617
575
  }
618
-
619
576
  export interface EnvironmentComposeDefinitionContainerMountPoint {
620
577
  /**
621
578
  * The path inside the container where the volume is mounted
@@ -627,7 +584,6 @@ export interface EnvironmentComposeDefinitionContainerMountPoint {
627
584
  */
628
585
  sourceVolume: pulumi.Input<string>;
629
586
  }
630
-
631
587
  export interface EnvironmentComposeDefinitionContainerOriginProtectionConfig {
632
588
  /**
633
589
  * Whether origin protection is enabled. Defaults to true if this config object is provided.
@@ -638,7 +594,6 @@ export interface EnvironmentComposeDefinitionContainerOriginProtectionConfig {
638
594
  */
639
595
  ipAllows?: pulumi.Input<pulumi.Input<string>[]>;
640
596
  }
641
-
642
597
  export interface EnvironmentComposeDefinitionContainerSecret {
643
598
  /**
644
599
  * The environment variable name to be set in the container
@@ -649,14 +604,12 @@ export interface EnvironmentComposeDefinitionContainerSecret {
649
604
  */
650
605
  valueFrom: pulumi.Input<string>;
651
606
  }
652
-
653
607
  export interface EnvironmentComposeDefinitionSpotConfiguration {
654
608
  /**
655
609
  * Spot instance strategy. 'off' = On-Demand only (highest reliability, no savings). 'spot-only' = 100% Spot instances (~70% savings, default for non-prod). 'mixed-safe' = 50% Spot instances (~35% savings, requires multiple instances). 'mixed-aggressive' = 80% Spot instances (~56% savings, requires multiple instances).
656
610
  */
657
611
  strategy?: pulumi.Input<string>;
658
612
  }
659
-
660
613
  export interface EnvironmentCron {
661
614
  commands?: pulumi.Input<pulumi.Input<string>[]>;
662
615
  description?: pulumi.Input<string>;
@@ -665,7 +618,6 @@ export interface EnvironmentCron {
665
618
  scheduleExpression?: pulumi.Input<string>;
666
619
  targetContainerName?: pulumi.Input<string>;
667
620
  }
668
-
669
621
  export interface EnvironmentEnvironment {
670
622
  /**
671
623
  * Variable name
@@ -676,29 +628,22 @@ export interface EnvironmentEnvironment {
676
628
  */
677
629
  value?: pulumi.Input<string>;
678
630
  }
679
-
680
631
  export interface EnvironmentLoadBalancer {
681
632
  }
682
-
683
633
  export interface EnvironmentSecurityGroup {
684
634
  }
685
-
686
635
  export interface EnvironmentService {
687
636
  }
688
-
689
637
  export interface EnvironmentSpotConfiguration {
690
638
  /**
691
639
  * Spot instance strategy. 'off' = On-Demand only (highest reliability, no savings). 'spot-only' = 100% Spot instances (~70% savings, default for non-prod). 'mixed-safe' = 50% Spot instances (~35% savings, requires multiple instances). 'mixed-aggressive' = 80% Spot instances (~56% savings, requires multiple instances).
692
640
  */
693
641
  strategy?: pulumi.Input<string>;
694
642
  }
695
-
696
643
  export interface EnvironmentSubnet {
697
644
  }
698
-
699
645
  export interface EnvironmentTaskDefinition {
700
646
  }
701
-
702
647
  export interface EnvironmentVolume {
703
648
  accessPointArn?: pulumi.Input<string>;
704
649
  accessPointId?: pulumi.Input<string>;
@@ -709,10 +654,8 @@ export interface EnvironmentVolume {
709
654
  volumeId?: pulumi.Input<string>;
710
655
  volumeName?: pulumi.Input<string>;
711
656
  }
712
-
713
657
  export interface EnvironmentVpc {
714
658
  }
715
-
716
659
  export interface RuleAuthActionConfig {
717
660
  /**
718
661
  * Authentication password
@@ -723,7 +666,6 @@ export interface RuleAuthActionConfig {
723
666
  */
724
667
  authUser?: pulumi.Input<string>;
725
668
  }
726
-
727
669
  export interface RuleBotChallengeActionConfig {
728
670
  /**
729
671
  * Challenge TTL in seconds
@@ -738,14 +680,12 @@ export interface RuleBotChallengeActionConfig {
738
680
  */
739
681
  robotChallengeVerificationTtl?: pulumi.Input<number>;
740
682
  }
741
-
742
683
  export interface RuleContentFilterActionConfig {
743
684
  /**
744
685
  * Function UUID
745
686
  */
746
687
  fnUuid?: pulumi.Input<string>;
747
688
  }
748
-
749
689
  export interface RuleCustomResponseActionConfig {
750
690
  /**
751
691
  * Custom response body content
@@ -756,21 +696,20 @@ export interface RuleCustomResponseActionConfig {
756
696
  */
757
697
  customResponseStatusCode?: pulumi.Input<number>;
758
698
  }
759
-
760
699
  export interface RuleFunctionActionConfig {
761
700
  /**
762
701
  * Function UUID
763
702
  */
764
703
  fnUuid?: pulumi.Input<string>;
765
704
  }
766
-
767
705
  export interface RuleHeadersActionConfig {
768
706
  /**
769
707
  * Headers to set
770
708
  */
771
- headers?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;
709
+ headers?: pulumi.Input<{
710
+ [key: string]: pulumi.Input<string>;
711
+ }>;
772
712
  }
773
-
774
713
  export interface RuleProxyActionConfig {
775
714
  /**
776
715
  * Quant Cloud application container (required when applicationProxy is true)
@@ -831,7 +770,9 @@ export interface RuleProxyActionConfig {
831
770
  /**
832
771
  * Headers to inject
833
772
  */
834
- injectHeaders?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;
773
+ injectHeaders?: pulumi.Input<{
774
+ [key: string]: pulumi.Input<string>;
775
+ }>;
835
776
  /**
836
777
  * Notification type (none, slack)
837
778
  */
@@ -889,14 +830,12 @@ export interface RuleProxyActionConfig {
889
830
  */
890
831
  wafEnabled?: pulumi.Input<boolean>;
891
832
  }
892
-
893
833
  export interface RuleProxyActionConfigNotifyConfig {
894
834
  /**
895
835
  * Slack webhook URL
896
836
  */
897
837
  webhookUrl?: pulumi.Input<string>;
898
838
  }
899
-
900
839
  export interface RuleProxyActionConfigQuantCloudSelection {
901
840
  /**
902
841
  * Application name
@@ -915,7 +854,6 @@ export interface RuleProxyActionConfigQuantCloudSelection {
915
854
  */
916
855
  port?: pulumi.Input<number>;
917
856
  }
918
-
919
857
  export interface RuleProxyActionConfigWafConfig {
920
858
  /**
921
859
  * IP addresses to allow
@@ -974,7 +912,6 @@ export interface RuleProxyActionConfigWafConfig {
974
912
  */
975
913
  thresholds?: pulumi.Input<pulumi.Input<inputs.RuleProxyActionConfigWafConfigThreshold>[]>;
976
914
  }
977
-
978
915
  export interface RuleProxyActionConfigWafConfigBlockLists {
979
916
  /**
980
917
  * Block AI crawlers
@@ -993,7 +930,6 @@ export interface RuleProxyActionConfigWafConfigBlockLists {
993
930
  */
994
931
  userAgent?: pulumi.Input<boolean>;
995
932
  }
996
-
997
933
  export interface RuleProxyActionConfigWafConfigHttpbl {
998
934
  /**
999
935
  * Block email harvesters
@@ -1020,7 +956,6 @@ export interface RuleProxyActionConfigWafConfigHttpbl {
1020
956
  */
1021
957
  httpblKey?: pulumi.Input<string>;
1022
958
  }
1023
-
1024
959
  export interface RuleProxyActionConfigWafConfigThreshold {
1025
960
  /**
1026
961
  * Cooldown period in seconds
@@ -1055,7 +990,6 @@ export interface RuleProxyActionConfigWafConfigThreshold {
1055
990
  */
1056
991
  value?: pulumi.Input<string>;
1057
992
  }
1058
-
1059
993
  export interface RuleProxyWafConfig {
1060
994
  /**
1061
995
  * IP addresses to allow
@@ -1114,7 +1048,6 @@ export interface RuleProxyWafConfig {
1114
1048
  */
1115
1049
  thresholds?: pulumi.Input<pulumi.Input<inputs.RuleProxyWafConfigThreshold>[]>;
1116
1050
  }
1117
-
1118
1051
  export interface RuleProxyWafConfigBlockLists {
1119
1052
  /**
1120
1053
  * Block AI crawlers
@@ -1133,7 +1066,6 @@ export interface RuleProxyWafConfigBlockLists {
1133
1066
  */
1134
1067
  userAgent?: pulumi.Input<boolean>;
1135
1068
  }
1136
-
1137
1069
  export interface RuleProxyWafConfigHttpbl {
1138
1070
  /**
1139
1071
  * Block email harvesters
@@ -1160,7 +1092,6 @@ export interface RuleProxyWafConfigHttpbl {
1160
1092
  */
1161
1093
  httpblKey?: pulumi.Input<string>;
1162
1094
  }
1163
-
1164
1095
  export interface RuleProxyWafConfigThreshold {
1165
1096
  /**
1166
1097
  * Cooldown period in seconds
@@ -1195,7 +1126,6 @@ export interface RuleProxyWafConfigThreshold {
1195
1126
  */
1196
1127
  value?: pulumi.Input<string>;
1197
1128
  }
1198
-
1199
1129
  export interface RuleRedirectActionConfig {
1200
1130
  /**
1201
1131
  * HTTP status code for redirect
@@ -1206,14 +1136,12 @@ export interface RuleRedirectActionConfig {
1206
1136
  */
1207
1137
  to?: pulumi.Input<string>;
1208
1138
  }
1209
-
1210
1139
  export interface RuleServeStaticActionConfig {
1211
1140
  /**
1212
1141
  * Path to the static file to serve
1213
1142
  */
1214
1143
  staticFilePath?: pulumi.Input<string>;
1215
1144
  }
1216
-
1217
1145
  export interface SlackBotBot {
1218
1146
  agentId?: pulumi.Input<string>;
1219
1147
  allowedChannels?: pulumi.Input<pulumi.Input<string>[]>;
@@ -1,5 +1,5 @@
1
+ "use strict";
1
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
2
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
3
-
4
- // Export members:
5
- export * from "./vars";
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF"}