@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,12 +1,7 @@
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
3
  import * as outputs from "./types/output";
7
- import * as utilities from "./utilities";
8
-
9
- export class RuleProxy extends pulumi.CustomResource {
4
+ export declare class RuleProxy extends pulumi.CustomResource {
10
5
  /**
11
6
  * Get an existing RuleProxy resource's state with the given name, ID, and optional extra
12
7
  * properties used to qualify the lookup.
@@ -16,213 +11,202 @@ export class RuleProxy extends pulumi.CustomResource {
16
11
  * @param state Any extra arguments used during the lookup.
17
12
  * @param opts Optional settings to control the behavior of the CustomResource.
18
13
  */
19
- public static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RuleProxyState, opts?: pulumi.CustomResourceOptions): RuleProxy {
20
- return new RuleProxy(name, <any>state, { ...opts, id: id });
21
- }
22
-
23
- /** @internal */
24
- public static readonly __pulumiType = 'quant:index:RuleProxy';
25
-
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RuleProxyState, opts?: pulumi.CustomResourceOptions): RuleProxy;
26
15
  /**
27
16
  * Returns true if the given object is an instance of RuleProxy. This is designed to work even
28
17
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
29
18
  */
30
- public static isInstance(obj: any): obj is RuleProxy {
31
- if (obj === undefined || obj === null) {
32
- return false;
33
- }
34
- return obj['__pulumiType'] === RuleProxy.__pulumiType;
35
- }
36
-
19
+ static isInstance(obj: any): obj is RuleProxy;
37
20
  /**
38
21
  * Rule action
39
22
  */
40
- declare public /*out*/ readonly action: pulumi.Output<string>;
41
- declare public /*out*/ readonly actionConfig: pulumi.Output<outputs.RuleProxyActionConfig>;
23
+ readonly action: pulumi.Output<string>;
24
+ readonly actionConfig: pulumi.Output<outputs.RuleProxyActionConfig>;
42
25
  /**
43
26
  * Quant Cloud application container (required when applicationProxy is true)
44
27
  */
45
- declare public readonly applicationContainer: pulumi.Output<string>;
28
+ readonly applicationContainer: pulumi.Output<string>;
46
29
  /**
47
30
  * Quant Cloud application environment (required when applicationProxy is true)
48
31
  */
49
- declare public readonly applicationEnvironment: pulumi.Output<string>;
32
+ readonly applicationEnvironment: pulumi.Output<string>;
50
33
  /**
51
34
  * Quant Cloud application name (required when applicationProxy is true)
52
35
  */
53
- declare public readonly applicationName: pulumi.Output<string>;
36
+ readonly applicationName: pulumi.Output<string>;
54
37
  /**
55
38
  * Quant Cloud application port (required when applicationProxy is true)
56
39
  */
57
- declare public readonly applicationPort: pulumi.Output<number>;
40
+ readonly applicationPort: pulumi.Output<number>;
58
41
  /**
59
42
  * Enable Quant Cloud application proxy mode
60
43
  */
61
- declare public readonly applicationProxy: pulumi.Output<boolean>;
44
+ readonly applicationProxy: pulumi.Output<boolean>;
62
45
  /**
63
46
  * ASN filter type (asn_is, asn_is_not, any)
64
47
  */
65
- declare public readonly asn: pulumi.Output<string>;
48
+ readonly asn: pulumi.Output<string>;
66
49
  /**
67
50
  * Allowed AS numbers
68
51
  */
69
- declare public readonly asnIs: pulumi.Output<string[]>;
52
+ readonly asnIs: pulumi.Output<string[]>;
70
53
  /**
71
54
  * Excluded AS numbers
72
55
  */
73
- declare public readonly asnIsNots: pulumi.Output<string[]>;
56
+ readonly asnIsNots: pulumi.Output<string[]>;
74
57
  /**
75
58
  * Basic auth password
76
59
  */
77
- declare public readonly authPass: pulumi.Output<string>;
60
+ readonly authPass: pulumi.Output<string>;
78
61
  /**
79
62
  * Basic auth username
80
63
  */
81
- declare public readonly authUser: pulumi.Output<string>;
64
+ readonly authUser: pulumi.Output<string>;
82
65
  /**
83
66
  * Cache lifetime
84
67
  */
85
- declare public readonly cacheLifetime: pulumi.Output<string>;
68
+ readonly cacheLifetime: pulumi.Output<string>;
86
69
  /**
87
70
  * Country filter type (country_is, country_is_not, any)
88
71
  */
89
- declare public readonly country: pulumi.Output<string>;
72
+ readonly country: pulumi.Output<string>;
90
73
  /**
91
74
  * Allowed countries
92
75
  */
93
- declare public readonly countryIs: pulumi.Output<string[]>;
76
+ readonly countryIs: pulumi.Output<string[]>;
94
77
  /**
95
78
  * Excluded countries
96
79
  */
97
- declare public readonly countryIsNots: pulumi.Output<string[]>;
80
+ readonly countryIsNots: pulumi.Output<string[]>;
98
81
  /**
99
82
  * Disable SSL verification
100
83
  */
101
- declare public readonly disableSslVerify: pulumi.Output<boolean>;
84
+ readonly disableSslVerify: pulumi.Output<boolean>;
102
85
  /**
103
86
  * Whether rule is disabled
104
87
  */
105
- declare public readonly disabled: pulumi.Output<boolean>;
88
+ readonly disabled: pulumi.Output<boolean>;
106
89
  /**
107
90
  * Domain patterns (default: any)
108
91
  */
109
- declare public readonly domains: pulumi.Output<string[]>;
92
+ readonly domains: pulumi.Output<string[]>;
110
93
  /**
111
94
  * Failover cache lifetime in seconds
112
95
  */
113
- declare public readonly failoverLifetime: pulumi.Output<string>;
96
+ readonly failoverLifetime: pulumi.Output<string>;
114
97
  /**
115
98
  * Enable failover mode
116
99
  */
117
- declare public readonly failoverMode: pulumi.Output<boolean>;
100
+ readonly failoverMode: pulumi.Output<boolean>;
118
101
  /**
119
102
  * Origin status codes that trigger failover
120
103
  */
121
- declare public readonly failoverOriginStatusCodes: pulumi.Output<string[]>;
104
+ readonly failoverOriginStatusCodes: pulumi.Output<string[]>;
122
105
  /**
123
106
  * Failover TTFB threshold in milliseconds
124
107
  */
125
- declare public readonly failoverOriginTtfb: pulumi.Output<string>;
108
+ readonly failoverOriginTtfb: pulumi.Output<string>;
126
109
  /**
127
110
  * Host header override
128
111
  */
129
- declare public readonly host: pulumi.Output<string>;
112
+ readonly host: pulumi.Output<string>;
130
113
  /**
131
114
  * Headers to inject
132
115
  */
133
- declare public readonly injectHeaders: pulumi.Output<{[key: string]: string}>;
116
+ readonly injectHeaders: pulumi.Output<{
117
+ [key: string]: string;
118
+ }>;
134
119
  /**
135
120
  * IP filter type (ip_is, ip_is_not, any)
136
121
  */
137
- declare public readonly ip: pulumi.Output<string>;
122
+ readonly ip: pulumi.Output<string>;
138
123
  /**
139
124
  * Allowed IP addresses
140
125
  */
141
- declare public readonly ipIs: pulumi.Output<string[]>;
126
+ readonly ipIs: pulumi.Output<string[]>;
142
127
  /**
143
128
  * Excluded IP addresses
144
129
  */
145
- declare public readonly ipIsNots: pulumi.Output<string[]>;
130
+ readonly ipIsNots: pulumi.Output<string[]>;
146
131
  /**
147
132
  * Method filter type (method_is, method_is_not, any)
148
133
  */
149
- declare public readonly method: pulumi.Output<string>;
134
+ readonly method: pulumi.Output<string>;
150
135
  /**
151
136
  * Allowed HTTP methods
152
137
  */
153
- declare public readonly methodIs: pulumi.Output<string[]>;
138
+ readonly methodIs: pulumi.Output<string[]>;
154
139
  /**
155
140
  * Excluded HTTP methods
156
141
  */
157
- declare public readonly methodIsNots: pulumi.Output<string[]>;
142
+ readonly methodIsNots: pulumi.Output<string[]>;
158
143
  /**
159
144
  * Rule name
160
145
  */
161
- declare public readonly name: pulumi.Output<string>;
146
+ readonly name: pulumi.Output<string>;
162
147
  /**
163
148
  * Only proxy 404 responses
164
149
  */
165
- declare public readonly onlyProxy404: pulumi.Output<boolean>;
150
+ readonly onlyProxy404: pulumi.Output<boolean>;
166
151
  /**
167
152
  * Only apply with cookie
168
153
  */
169
- declare public /*out*/ readonly onlyWithCookie: pulumi.Output<string>;
170
- declare public readonly organization: pulumi.Output<string>;
154
+ readonly onlyWithCookie: pulumi.Output<string>;
155
+ readonly organization: pulumi.Output<string>;
171
156
  /**
172
157
  * Origin timeout
173
158
  */
174
- declare public readonly originTimeout: pulumi.Output<string>;
175
- declare public readonly project: pulumi.Output<string>;
159
+ readonly originTimeout: pulumi.Output<string>;
160
+ readonly project: pulumi.Output<string>;
176
161
  /**
177
162
  * Proxy alert enabled
178
163
  */
179
- declare public readonly proxyAlertEnabled: pulumi.Output<boolean>;
164
+ readonly proxyAlertEnabled: pulumi.Output<boolean>;
180
165
  /**
181
166
  * Headers to strip from response
182
167
  */
183
- declare public readonly proxyStripHeaders: pulumi.Output<string[]>;
168
+ readonly proxyStripHeaders: pulumi.Output<string[]>;
184
169
  /**
185
170
  * Headers to strip from request
186
171
  */
187
- declare public readonly proxyStripRequestHeaders: pulumi.Output<string[]>;
188
- declare public readonly rule: pulumi.Output<string>;
172
+ readonly proxyStripRequestHeaders: pulumi.Output<string[]>;
173
+ readonly rule: pulumi.Output<string>;
189
174
  /**
190
175
  * Rule ID
191
176
  */
192
- declare public /*out*/ readonly ruleId: pulumi.Output<string>;
177
+ readonly ruleId: pulumi.Output<string>;
193
178
  /**
194
179
  * Static error page content (HTML) to serve on origin errors
195
180
  */
196
- declare public readonly staticErrorPage: pulumi.Output<string>;
181
+ readonly staticErrorPage: pulumi.Output<string>;
197
182
  /**
198
183
  * Origin status codes that trigger static error page
199
184
  */
200
- declare public readonly staticErrorPageStatusCodes: pulumi.Output<string[]>;
185
+ readonly staticErrorPageStatusCodes: pulumi.Output<string[]>;
201
186
  /**
202
187
  * Target URL to proxy to
203
188
  */
204
- declare public readonly to: pulumi.Output<string>;
189
+ readonly to: pulumi.Output<string>;
205
190
  /**
206
191
  * URL patterns
207
192
  */
208
- declare public readonly urls: pulumi.Output<string[]>;
193
+ readonly urls: pulumi.Output<string[]>;
209
194
  /**
210
195
  * Rule UUID
211
196
  */
212
- declare public readonly uuid: pulumi.Output<string>;
197
+ readonly uuid: pulumi.Output<string>;
213
198
  /**
214
199
  * Web Application Firewall configuration
215
200
  */
216
- declare public readonly wafConfig: pulumi.Output<outputs.RuleProxyWafConfig>;
201
+ readonly wafConfig: pulumi.Output<outputs.RuleProxyWafConfig>;
217
202
  /**
218
203
  * WAF enabled
219
204
  */
220
- declare public readonly wafEnabled: pulumi.Output<boolean>;
205
+ readonly wafEnabled: pulumi.Output<boolean>;
221
206
  /**
222
207
  * Rule weight
223
208
  */
224
- declare public readonly weight: pulumi.Output<number>;
225
-
209
+ readonly weight: pulumi.Output<number>;
226
210
  /**
227
211
  * Create a RuleProxy resource with the given unique name, arguments, and options.
228
212
  *
@@ -230,129 +214,8 @@ export class RuleProxy extends pulumi.CustomResource {
230
214
  * @param args The arguments to use to populate this resource's properties.
231
215
  * @param opts A bag of options that control this resource's behavior.
232
216
  */
233
- constructor(name: string, args: RuleProxyArgs, opts?: pulumi.CustomResourceOptions)
234
- constructor(name: string, argsOrState?: RuleProxyArgs | RuleProxyState, opts?: pulumi.CustomResourceOptions) {
235
- let resourceInputs: pulumi.Inputs = {};
236
- opts = opts || {};
237
- if (opts.id) {
238
- const state = argsOrState as RuleProxyState | undefined;
239
- resourceInputs["action"] = state?.action;
240
- resourceInputs["actionConfig"] = state?.actionConfig;
241
- resourceInputs["applicationContainer"] = state?.applicationContainer;
242
- resourceInputs["applicationEnvironment"] = state?.applicationEnvironment;
243
- resourceInputs["applicationName"] = state?.applicationName;
244
- resourceInputs["applicationPort"] = state?.applicationPort;
245
- resourceInputs["applicationProxy"] = state?.applicationProxy;
246
- resourceInputs["asn"] = state?.asn;
247
- resourceInputs["asnIs"] = state?.asnIs;
248
- resourceInputs["asnIsNots"] = state?.asnIsNots;
249
- resourceInputs["authPass"] = state?.authPass;
250
- resourceInputs["authUser"] = state?.authUser;
251
- resourceInputs["cacheLifetime"] = state?.cacheLifetime;
252
- resourceInputs["country"] = state?.country;
253
- resourceInputs["countryIs"] = state?.countryIs;
254
- resourceInputs["countryIsNots"] = state?.countryIsNots;
255
- resourceInputs["disableSslVerify"] = state?.disableSslVerify;
256
- resourceInputs["disabled"] = state?.disabled;
257
- resourceInputs["domains"] = state?.domains;
258
- resourceInputs["failoverLifetime"] = state?.failoverLifetime;
259
- resourceInputs["failoverMode"] = state?.failoverMode;
260
- resourceInputs["failoverOriginStatusCodes"] = state?.failoverOriginStatusCodes;
261
- resourceInputs["failoverOriginTtfb"] = state?.failoverOriginTtfb;
262
- resourceInputs["host"] = state?.host;
263
- resourceInputs["injectHeaders"] = state?.injectHeaders;
264
- resourceInputs["ip"] = state?.ip;
265
- resourceInputs["ipIs"] = state?.ipIs;
266
- resourceInputs["ipIsNots"] = state?.ipIsNots;
267
- resourceInputs["method"] = state?.method;
268
- resourceInputs["methodIs"] = state?.methodIs;
269
- resourceInputs["methodIsNots"] = state?.methodIsNots;
270
- resourceInputs["name"] = state?.name;
271
- resourceInputs["onlyProxy404"] = state?.onlyProxy404;
272
- resourceInputs["onlyWithCookie"] = state?.onlyWithCookie;
273
- resourceInputs["organization"] = state?.organization;
274
- resourceInputs["originTimeout"] = state?.originTimeout;
275
- resourceInputs["project"] = state?.project;
276
- resourceInputs["proxyAlertEnabled"] = state?.proxyAlertEnabled;
277
- resourceInputs["proxyStripHeaders"] = state?.proxyStripHeaders;
278
- resourceInputs["proxyStripRequestHeaders"] = state?.proxyStripRequestHeaders;
279
- resourceInputs["rule"] = state?.rule;
280
- resourceInputs["ruleId"] = state?.ruleId;
281
- resourceInputs["staticErrorPage"] = state?.staticErrorPage;
282
- resourceInputs["staticErrorPageStatusCodes"] = state?.staticErrorPageStatusCodes;
283
- resourceInputs["to"] = state?.to;
284
- resourceInputs["urls"] = state?.urls;
285
- resourceInputs["uuid"] = state?.uuid;
286
- resourceInputs["wafConfig"] = state?.wafConfig;
287
- resourceInputs["wafEnabled"] = state?.wafEnabled;
288
- resourceInputs["weight"] = state?.weight;
289
- } else {
290
- const args = argsOrState as RuleProxyArgs | undefined;
291
- if (args?.domains === undefined && !opts.urn) {
292
- throw new Error("Missing required property 'domains'");
293
- }
294
- if (args?.to === undefined && !opts.urn) {
295
- throw new Error("Missing required property 'to'");
296
- }
297
- if (args?.urls === undefined && !opts.urn) {
298
- throw new Error("Missing required property 'urls'");
299
- }
300
- resourceInputs["applicationContainer"] = args?.applicationContainer;
301
- resourceInputs["applicationEnvironment"] = args?.applicationEnvironment;
302
- resourceInputs["applicationName"] = args?.applicationName;
303
- resourceInputs["applicationPort"] = args?.applicationPort;
304
- resourceInputs["applicationProxy"] = args?.applicationProxy;
305
- resourceInputs["asn"] = args?.asn;
306
- resourceInputs["asnIs"] = args?.asnIs;
307
- resourceInputs["asnIsNots"] = args?.asnIsNots;
308
- resourceInputs["authPass"] = args?.authPass;
309
- resourceInputs["authUser"] = args?.authUser;
310
- resourceInputs["cacheLifetime"] = args?.cacheLifetime;
311
- resourceInputs["country"] = args?.country;
312
- resourceInputs["countryIs"] = args?.countryIs;
313
- resourceInputs["countryIsNots"] = args?.countryIsNots;
314
- resourceInputs["disableSslVerify"] = args?.disableSslVerify;
315
- resourceInputs["disabled"] = args?.disabled;
316
- resourceInputs["domains"] = args?.domains;
317
- resourceInputs["failoverLifetime"] = args?.failoverLifetime;
318
- resourceInputs["failoverMode"] = args?.failoverMode;
319
- resourceInputs["failoverOriginStatusCodes"] = args?.failoverOriginStatusCodes;
320
- resourceInputs["failoverOriginTtfb"] = args?.failoverOriginTtfb;
321
- resourceInputs["host"] = args?.host;
322
- resourceInputs["injectHeaders"] = args?.injectHeaders;
323
- resourceInputs["ip"] = args?.ip;
324
- resourceInputs["ipIs"] = args?.ipIs;
325
- resourceInputs["ipIsNots"] = args?.ipIsNots;
326
- resourceInputs["method"] = args?.method;
327
- resourceInputs["methodIs"] = args?.methodIs;
328
- resourceInputs["methodIsNots"] = args?.methodIsNots;
329
- resourceInputs["name"] = args?.name;
330
- resourceInputs["onlyProxy404"] = args?.onlyProxy404;
331
- resourceInputs["organization"] = args?.organization;
332
- resourceInputs["originTimeout"] = args?.originTimeout;
333
- resourceInputs["project"] = args?.project;
334
- resourceInputs["proxyAlertEnabled"] = args?.proxyAlertEnabled;
335
- resourceInputs["proxyStripHeaders"] = args?.proxyStripHeaders;
336
- resourceInputs["proxyStripRequestHeaders"] = args?.proxyStripRequestHeaders;
337
- resourceInputs["rule"] = args?.rule;
338
- resourceInputs["staticErrorPage"] = args?.staticErrorPage;
339
- resourceInputs["staticErrorPageStatusCodes"] = args?.staticErrorPageStatusCodes;
340
- resourceInputs["to"] = args?.to;
341
- resourceInputs["urls"] = args?.urls;
342
- resourceInputs["uuid"] = args?.uuid;
343
- resourceInputs["wafConfig"] = args?.wafConfig;
344
- resourceInputs["wafEnabled"] = args?.wafEnabled;
345
- resourceInputs["weight"] = args?.weight;
346
- resourceInputs["action"] = undefined /*out*/;
347
- resourceInputs["actionConfig"] = undefined /*out*/;
348
- resourceInputs["onlyWithCookie"] = undefined /*out*/;
349
- resourceInputs["ruleId"] = undefined /*out*/;
350
- }
351
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
352
- super(RuleProxy.__pulumiType, name, resourceInputs, opts);
353
- }
217
+ constructor(name: string, args: RuleProxyArgs, opts?: pulumi.CustomResourceOptions);
354
218
  }
355
-
356
219
  /**
357
220
  * Input properties used for looking up and filtering RuleProxy resources.
358
221
  */
@@ -453,7 +316,9 @@ export interface RuleProxyState {
453
316
  /**
454
317
  * Headers to inject
455
318
  */
456
- injectHeaders?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;
319
+ injectHeaders?: pulumi.Input<{
320
+ [key: string]: pulumi.Input<string>;
321
+ }>;
457
322
  /**
458
323
  * IP filter type (ip_is, ip_is_not, any)
459
324
  */
@@ -546,7 +411,6 @@ export interface RuleProxyState {
546
411
  */
547
412
  weight?: pulumi.Input<number>;
548
413
  }
549
-
550
414
  /**
551
415
  * The set of arguments for constructing a RuleProxy resource.
552
416
  */
@@ -642,7 +506,9 @@ export interface RuleProxyArgs {
642
506
  /**
643
507
  * Headers to inject
644
508
  */
645
- injectHeaders?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;
509
+ injectHeaders?: pulumi.Input<{
510
+ [key: string]: pulumi.Input<string>;
511
+ }>;
646
512
  /**
647
513
  * IP filter type (ip_is, ip_is_not, any)
648
514
  */
package/ruleProxy.js ADDED
@@ -0,0 +1,156 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.RuleProxy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class RuleProxy extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing RuleProxy resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new RuleProxy(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of RuleProxy. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === RuleProxy.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["action"] = state?.action;
37
+ resourceInputs["actionConfig"] = state?.actionConfig;
38
+ resourceInputs["applicationContainer"] = state?.applicationContainer;
39
+ resourceInputs["applicationEnvironment"] = state?.applicationEnvironment;
40
+ resourceInputs["applicationName"] = state?.applicationName;
41
+ resourceInputs["applicationPort"] = state?.applicationPort;
42
+ resourceInputs["applicationProxy"] = state?.applicationProxy;
43
+ resourceInputs["asn"] = state?.asn;
44
+ resourceInputs["asnIs"] = state?.asnIs;
45
+ resourceInputs["asnIsNots"] = state?.asnIsNots;
46
+ resourceInputs["authPass"] = state?.authPass;
47
+ resourceInputs["authUser"] = state?.authUser;
48
+ resourceInputs["cacheLifetime"] = state?.cacheLifetime;
49
+ resourceInputs["country"] = state?.country;
50
+ resourceInputs["countryIs"] = state?.countryIs;
51
+ resourceInputs["countryIsNots"] = state?.countryIsNots;
52
+ resourceInputs["disableSslVerify"] = state?.disableSslVerify;
53
+ resourceInputs["disabled"] = state?.disabled;
54
+ resourceInputs["domains"] = state?.domains;
55
+ resourceInputs["failoverLifetime"] = state?.failoverLifetime;
56
+ resourceInputs["failoverMode"] = state?.failoverMode;
57
+ resourceInputs["failoverOriginStatusCodes"] = state?.failoverOriginStatusCodes;
58
+ resourceInputs["failoverOriginTtfb"] = state?.failoverOriginTtfb;
59
+ resourceInputs["host"] = state?.host;
60
+ resourceInputs["injectHeaders"] = state?.injectHeaders;
61
+ resourceInputs["ip"] = state?.ip;
62
+ resourceInputs["ipIs"] = state?.ipIs;
63
+ resourceInputs["ipIsNots"] = state?.ipIsNots;
64
+ resourceInputs["method"] = state?.method;
65
+ resourceInputs["methodIs"] = state?.methodIs;
66
+ resourceInputs["methodIsNots"] = state?.methodIsNots;
67
+ resourceInputs["name"] = state?.name;
68
+ resourceInputs["onlyProxy404"] = state?.onlyProxy404;
69
+ resourceInputs["onlyWithCookie"] = state?.onlyWithCookie;
70
+ resourceInputs["organization"] = state?.organization;
71
+ resourceInputs["originTimeout"] = state?.originTimeout;
72
+ resourceInputs["project"] = state?.project;
73
+ resourceInputs["proxyAlertEnabled"] = state?.proxyAlertEnabled;
74
+ resourceInputs["proxyStripHeaders"] = state?.proxyStripHeaders;
75
+ resourceInputs["proxyStripRequestHeaders"] = state?.proxyStripRequestHeaders;
76
+ resourceInputs["rule"] = state?.rule;
77
+ resourceInputs["ruleId"] = state?.ruleId;
78
+ resourceInputs["staticErrorPage"] = state?.staticErrorPage;
79
+ resourceInputs["staticErrorPageStatusCodes"] = state?.staticErrorPageStatusCodes;
80
+ resourceInputs["to"] = state?.to;
81
+ resourceInputs["urls"] = state?.urls;
82
+ resourceInputs["uuid"] = state?.uuid;
83
+ resourceInputs["wafConfig"] = state?.wafConfig;
84
+ resourceInputs["wafEnabled"] = state?.wafEnabled;
85
+ resourceInputs["weight"] = state?.weight;
86
+ }
87
+ else {
88
+ const args = argsOrState;
89
+ if (args?.domains === undefined && !opts.urn) {
90
+ throw new Error("Missing required property 'domains'");
91
+ }
92
+ if (args?.to === undefined && !opts.urn) {
93
+ throw new Error("Missing required property 'to'");
94
+ }
95
+ if (args?.urls === undefined && !opts.urn) {
96
+ throw new Error("Missing required property 'urls'");
97
+ }
98
+ resourceInputs["applicationContainer"] = args?.applicationContainer;
99
+ resourceInputs["applicationEnvironment"] = args?.applicationEnvironment;
100
+ resourceInputs["applicationName"] = args?.applicationName;
101
+ resourceInputs["applicationPort"] = args?.applicationPort;
102
+ resourceInputs["applicationProxy"] = args?.applicationProxy;
103
+ resourceInputs["asn"] = args?.asn;
104
+ resourceInputs["asnIs"] = args?.asnIs;
105
+ resourceInputs["asnIsNots"] = args?.asnIsNots;
106
+ resourceInputs["authPass"] = args?.authPass;
107
+ resourceInputs["authUser"] = args?.authUser;
108
+ resourceInputs["cacheLifetime"] = args?.cacheLifetime;
109
+ resourceInputs["country"] = args?.country;
110
+ resourceInputs["countryIs"] = args?.countryIs;
111
+ resourceInputs["countryIsNots"] = args?.countryIsNots;
112
+ resourceInputs["disableSslVerify"] = args?.disableSslVerify;
113
+ resourceInputs["disabled"] = args?.disabled;
114
+ resourceInputs["domains"] = args?.domains;
115
+ resourceInputs["failoverLifetime"] = args?.failoverLifetime;
116
+ resourceInputs["failoverMode"] = args?.failoverMode;
117
+ resourceInputs["failoverOriginStatusCodes"] = args?.failoverOriginStatusCodes;
118
+ resourceInputs["failoverOriginTtfb"] = args?.failoverOriginTtfb;
119
+ resourceInputs["host"] = args?.host;
120
+ resourceInputs["injectHeaders"] = args?.injectHeaders;
121
+ resourceInputs["ip"] = args?.ip;
122
+ resourceInputs["ipIs"] = args?.ipIs;
123
+ resourceInputs["ipIsNots"] = args?.ipIsNots;
124
+ resourceInputs["method"] = args?.method;
125
+ resourceInputs["methodIs"] = args?.methodIs;
126
+ resourceInputs["methodIsNots"] = args?.methodIsNots;
127
+ resourceInputs["name"] = args?.name;
128
+ resourceInputs["onlyProxy404"] = args?.onlyProxy404;
129
+ resourceInputs["organization"] = args?.organization;
130
+ resourceInputs["originTimeout"] = args?.originTimeout;
131
+ resourceInputs["project"] = args?.project;
132
+ resourceInputs["proxyAlertEnabled"] = args?.proxyAlertEnabled;
133
+ resourceInputs["proxyStripHeaders"] = args?.proxyStripHeaders;
134
+ resourceInputs["proxyStripRequestHeaders"] = args?.proxyStripRequestHeaders;
135
+ resourceInputs["rule"] = args?.rule;
136
+ resourceInputs["staticErrorPage"] = args?.staticErrorPage;
137
+ resourceInputs["staticErrorPageStatusCodes"] = args?.staticErrorPageStatusCodes;
138
+ resourceInputs["to"] = args?.to;
139
+ resourceInputs["urls"] = args?.urls;
140
+ resourceInputs["uuid"] = args?.uuid;
141
+ resourceInputs["wafConfig"] = args?.wafConfig;
142
+ resourceInputs["wafEnabled"] = args?.wafEnabled;
143
+ resourceInputs["weight"] = args?.weight;
144
+ resourceInputs["action"] = undefined /*out*/;
145
+ resourceInputs["actionConfig"] = undefined /*out*/;
146
+ resourceInputs["onlyWithCookie"] = undefined /*out*/;
147
+ resourceInputs["ruleId"] = undefined /*out*/;
148
+ }
149
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
150
+ super(RuleProxy.__pulumiType, name, resourceInputs, opts);
151
+ }
152
+ }
153
+ exports.RuleProxy = RuleProxy;
154
+ /** @internal */
155
+ RuleProxy.__pulumiType = 'quant:index:RuleProxy';
156
+ //# sourceMappingURL=ruleProxy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ruleProxy.js","sourceRoot":"","sources":["../ruleProxy.ts"],"names":[],"mappings":"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"}