pulumi-bunnynet 0.6.2

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 (66) hide show
  1. package/README.md +348 -0
  2. package/bin/_virtual/rolldown_runtime.mjs +37 -0
  3. package/bin/computeContainerApp.d.mts +128 -0
  4. package/bin/computeContainerApp.mjs +97 -0
  5. package/bin/computeContainerImageregistry.d.mts +86 -0
  6. package/bin/computeContainerImageregistry.mjs +82 -0
  7. package/bin/computeScript.d.mts +102 -0
  8. package/bin/computeScript.mjs +91 -0
  9. package/bin/computeScriptSecret.d.mts +86 -0
  10. package/bin/computeScriptSecret.mjs +81 -0
  11. package/bin/computeScriptVariable.d.mts +98 -0
  12. package/bin/computeScriptVariable.mjs +86 -0
  13. package/bin/config/index.d.mts +8 -0
  14. package/bin/config/index.mjs +9 -0
  15. package/bin/config/vars.d.mts +19 -0
  16. package/bin/config/vars.mjs +36 -0
  17. package/bin/dnsRecord.d.mts +289 -0
  18. package/bin/dnsRecord.mjs +183 -0
  19. package/bin/dnsZone.d.mts +146 -0
  20. package/bin/dnsZone.mjs +108 -0
  21. package/bin/getComputeContainerAppContainer.d.mts +29 -0
  22. package/bin/getComputeContainerAppContainer.mjs +31 -0
  23. package/bin/getComputeContainerAppContainerEndpoint.d.mts +39 -0
  24. package/bin/getComputeContainerAppContainerEndpoint.mjs +33 -0
  25. package/bin/getComputeContainerImageregistry.d.mts +29 -0
  26. package/bin/getComputeContainerImageregistry.mjs +31 -0
  27. package/bin/getDnsRecord.d.mts +51 -0
  28. package/bin/getDnsRecord.mjs +35 -0
  29. package/bin/getDnsZone.d.mts +33 -0
  30. package/bin/getDnsZone.mjs +25 -0
  31. package/bin/getRegion.d.mts +33 -0
  32. package/bin/getRegion.mjs +25 -0
  33. package/bin/getVideoLanguage.d.mts +33 -0
  34. package/bin/getVideoLanguage.mjs +25 -0
  35. package/bin/index.d.mts +80 -0
  36. package/bin/index.mjs +160 -0
  37. package/bin/package.json +61 -0
  38. package/bin/package.mjs +64 -0
  39. package/bin/provider.d.mts +66 -0
  40. package/bin/provider.mjs +60 -0
  41. package/bin/pullzone.d.mts +1079 -0
  42. package/bin/pullzone.mjs +580 -0
  43. package/bin/pullzoneEdgerule.d.mts +131 -0
  44. package/bin/pullzoneEdgerule.mjs +105 -0
  45. package/bin/pullzoneHostname.d.mts +142 -0
  46. package/bin/pullzoneHostname.mjs +106 -0
  47. package/bin/pullzoneOptimizerClass.d.mts +258 -0
  48. package/bin/pullzoneOptimizerClass.mjs +162 -0
  49. package/bin/storageFile.d.mts +137 -0
  50. package/bin/storageFile.mjs +110 -0
  51. package/bin/storageZone.d.mts +154 -0
  52. package/bin/storageZone.mjs +123 -0
  53. package/bin/streamCollection.d.mts +66 -0
  54. package/bin/streamCollection.mjs +66 -0
  55. package/bin/streamLibrary.d.mts +587 -0
  56. package/bin/streamLibrary.mjs +333 -0
  57. package/bin/streamVideo.d.mts +116 -0
  58. package/bin/streamVideo.mjs +91 -0
  59. package/bin/types/index.d.mts +9 -0
  60. package/bin/types/index.mjs +13 -0
  61. package/bin/types/input.d.mts +376 -0
  62. package/bin/types/input.mjs +5 -0
  63. package/bin/types/output.d.mts +381 -0
  64. package/bin/types/output.mjs +5 -0
  65. package/bin/utilities.mjs +61 -0
  66. package/package.json +61 -0
@@ -0,0 +1,580 @@
1
+ import { __esm, __export } from "./_virtual/rolldown_runtime.mjs";
2
+ import { getPackage, init_utilities, resourceOptsDefaults } from "./utilities.mjs";
3
+ import * as pulumi from "@pulumi/pulumi";
4
+
5
+ //#region pullzone.ts
6
+ var pullzone_exports = {};
7
+ __export(pullzone_exports, { Pullzone: () => Pullzone });
8
+ var Pullzone;
9
+ var init_pullzone = __esm({ "pullzone.ts": (() => {
10
+ init_utilities();
11
+ Pullzone = class Pullzone extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Pullzone resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param state Any extra arguments used during the lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, state, opts) {
22
+ return new Pullzone(name, state, {
23
+ ...opts,
24
+ id
25
+ });
26
+ }
27
+ /** @internal */
28
+ static __pulumiType = "bunnynet:index/pullzone:Pullzone";
29
+ /**
30
+ * Returns true if the given object is an instance of Pullzone. This is designed to work even
31
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
32
+ */
33
+ static isInstance(obj) {
34
+ if (obj === void 0 || obj === null) return false;
35
+ return obj["__pulumiType"] === Pullzone.__pulumiType;
36
+ }
37
+ /**
38
+ * Indicates whether the Canonical header is added to the responses.
39
+ */
40
+ addCanonicalHeader;
41
+ /**
42
+ * The list of referrer hostnames that are allowed to access the pull zone. Requests containing the header "Referer:
43
+ * hostname" that is not on the list will be rejected. If empty, all the referrers are allowed.
44
+ */
45
+ allowReferers;
46
+ /**
47
+ * The list of IPs that are blocked from accessing the pull zone. Requests coming from the following IPs will be rejected.
48
+ * If empty, all the IPs will be allowed
49
+ */
50
+ blockIps;
51
+ /**
52
+ * Indicates whether requests without a referer should be blocked.
53
+ */
54
+ blockNoReferer;
55
+ /**
56
+ * Indicates whether to block POST requests.
57
+ */
58
+ blockPostRequests;
59
+ /**
60
+ * The list of referrer hostnames that are blocked to access the pull zone. Requests containing the header "Referer:
61
+ * hostname" that is not on the list will be rejected. If empty, all the referrers are allowed.
62
+ */
63
+ blockReferers;
64
+ /**
65
+ * This property indicates whether to block the root path.
66
+ */
67
+ blockRootPath;
68
+ /**
69
+ * Indicates whether the cache slice (Optimize for video) feature is enabled for the Pull Zone
70
+ */
71
+ cacheChunked;
72
+ /**
73
+ * Indicates whether smart caching is enabled.
74
+ */
75
+ cacheEnabled;
76
+ /**
77
+ * Indicates whether bunny.net should be caching error responses.
78
+ */
79
+ cacheErrors;
80
+ /**
81
+ * The override cache time, in seconds.
82
+ */
83
+ cacheExpirationTime;
84
+ /**
85
+ * The override cache time for the end client, in seconds.
86
+ */
87
+ cacheExpirationTimeBrowser;
88
+ /**
89
+ * Options: `offline`, `updating`
90
+ */
91
+ cacheStales;
92
+ /**
93
+ * Options: `avif`, `cookie`, `country`, `hostname`, `mobile`, `querystring`, `webp`
94
+ */
95
+ cacheVaries;
96
+ /**
97
+ * Contains the list of vary parameters that will be used for vary cache by cookie string. If empty, cookie vary will not
98
+ * be used.
99
+ */
100
+ cacheVaryCookies;
101
+ /**
102
+ * Contains the list of vary parameters that will be used for vary cache by query string. If empty, all parameters will be
103
+ * used to construct the key
104
+ */
105
+ cacheVaryQuerystrings;
106
+ /**
107
+ * The CNAME domain of the pull zone for setting up custom hostnames
108
+ */
109
+ cdnDomain;
110
+ /**
111
+ * Indicates whether CORS (Cross-Origin Resource Sharing) is enabled.
112
+ */
113
+ corsEnabled;
114
+ /**
115
+ * A list of file extensions for which CORS is enabled.
116
+ */
117
+ corsExtensions;
118
+ /**
119
+ * If true, the built-in let's encrypt is disabled and requests are passed to the origin.
120
+ */
121
+ disableLetsencrypt;
122
+ /**
123
+ * Contains the custom error page code that will be returned.
124
+ */
125
+ errorpageCustomContent;
126
+ /**
127
+ * Indicates whether custom error page code should be enabled.
128
+ */
129
+ errorpageCustomEnabled;
130
+ /**
131
+ * The statuspage code that will be used to build the status widget.
132
+ */
133
+ errorpageStatuspageCode;
134
+ /**
135
+ * Indicates whether the statuspage widget should be displayed on the error pages.
136
+ */
137
+ errorpageStatuspageEnabled;
138
+ /**
139
+ * Indicates whether the error pages should be white-labelled or not
140
+ */
141
+ errorpageWhitelabel;
142
+ /**
143
+ * The amount of data after the rate limit will be activated.
144
+ */
145
+ limitAfter;
146
+ /**
147
+ * The maximum bandwidth limit in bytes.
148
+ */
149
+ limitBandwidth;
150
+ /**
151
+ * Excessive requests are delayed until their number exceeds the maximum burst size.
152
+ */
153
+ limitBurst;
154
+ /**
155
+ * The number of connections limited per IP.
156
+ */
157
+ limitConnections;
158
+ /**
159
+ * The maximum download speed, in kb/s. Use 0 for unlimited.
160
+ */
161
+ limitDownloadSpeed;
162
+ /**
163
+ * The maximum amount of requests per IP per second.
164
+ */
165
+ limitRequests;
166
+ /**
167
+ * Indicates whether logs are anonymized.
168
+ */
169
+ logAnonymized;
170
+ /**
171
+ * Options: `Drop`, `OneDigit`
172
+ */
173
+ logAnonymizedStyle;
174
+ /**
175
+ * Indicates whether logging is enabled.
176
+ */
177
+ logEnabled;
178
+ /**
179
+ * Indicates whether log forwarding is enabled.
180
+ */
181
+ logForwardEnabled;
182
+ /**
183
+ * Options: `JSON`, `Plain`
184
+ */
185
+ logForwardFormat;
186
+ /**
187
+ * The port number for log forwarding.
188
+ */
189
+ logForwardPort;
190
+ /**
191
+ * Options: `DataDog`, `TCP`, `TCPEncrypted`, `UDP`
192
+ */
193
+ logForwardProtocol;
194
+ /**
195
+ * The server address for log forwarding.
196
+ */
197
+ logForwardServer;
198
+ /**
199
+ * The token used for log forwarding authentication.
200
+ */
201
+ logForwardToken;
202
+ /**
203
+ * Indicates whether log storage is enabled.
204
+ */
205
+ logStorageEnabled;
206
+ /**
207
+ * The storage zone ID for log storage.
208
+ */
209
+ logStorageZone;
210
+ /**
211
+ * The name of the pull zone.
212
+ */
213
+ name;
214
+ /**
215
+ * Indicates whether the optimizer class list should be enforced.
216
+ */
217
+ optimizerClassesForce;
218
+ /**
219
+ * Indicates whether the image manipulation should be enabled.
220
+ */
221
+ optimizerDynamicImageApi;
222
+ /**
223
+ * Indicates whether Bunny Optimizer should be enabled.
224
+ */
225
+ optimizerEnabled;
226
+ /**
227
+ * Indicates whether the CSS minifcation should be enabled.
228
+ */
229
+ optimizerMinifyCss;
230
+ /**
231
+ * Indicates whether the JavaScript minifcation should be enabled.
232
+ */
233
+ optimizerMinifyJs;
234
+ /**
235
+ * Indicates whether the automatic image optimization should be enabled.
236
+ */
237
+ optimizerSmartimage;
238
+ /**
239
+ * The maximum automatic image size for desktop clients.
240
+ */
241
+ optimizerSmartimageDesktopMaxwidth;
242
+ /**
243
+ * The image quality for desktop clients.
244
+ */
245
+ optimizerSmartimageDesktopQuality;
246
+ /**
247
+ * The maximum automatic image size for mobile clients.
248
+ */
249
+ optimizerSmartimageMobileMaxwidth;
250
+ /**
251
+ * Determines the image quality for mobile clients
252
+ */
253
+ optimizerSmartimageMobileQuality;
254
+ /**
255
+ * Indicates whether image watermarking should be enabled.
256
+ */
257
+ optimizerWatermark;
258
+ /**
259
+ * The offset of the watermark image.
260
+ */
261
+ optimizerWatermarkBorderoffset;
262
+ /**
263
+ * The minimum image size to which the watermark will be added.
264
+ */
265
+ optimizerWatermarkMinsize;
266
+ /**
267
+ * Options: `BottomLeft`, `BottomRight`, `Center`, `CenterStretch`, `TopLeft`, `TopRight`
268
+ */
269
+ optimizerWatermarkPosition;
270
+ /**
271
+ * The URL of the watermark image.
272
+ */
273
+ optimizerWatermarkUrl;
274
+ /**
275
+ * Indicates whether the WebP optimization should be enabled.
276
+ */
277
+ optimizerWebp;
278
+ origin;
279
+ /**
280
+ * Indicates whether there is a concurrency limit for Origin Shield.
281
+ */
282
+ originshieldConcurrencyLimit;
283
+ /**
284
+ * The number of concurrent requests for Origin Shield.
285
+ */
286
+ originshieldConcurrencyRequests;
287
+ /**
288
+ * Indicates whether Origin Shield is enabled.
289
+ */
290
+ originshieldEnabled;
291
+ /**
292
+ * The number of queued requests for Origin Shield.
293
+ */
294
+ originshieldQueueRequests;
295
+ /**
296
+ * The maximum wait time for queued requests in Origin Shield, in seconds.
297
+ */
298
+ originshieldQueueWait;
299
+ /**
300
+ * Options: `FR`, `IL`
301
+ */
302
+ originshieldZone;
303
+ /**
304
+ * The storage zone ID for Perma-Cache.
305
+ */
306
+ permacacheStoragezone;
307
+ /**
308
+ * The unique ID of the pull zone.
309
+ */
310
+ pullzoneId;
311
+ /**
312
+ * Indicates whether request coalescing is enabled.
313
+ */
314
+ requestCoalescingEnabled;
315
+ /**
316
+ * Specifies the timeout period, in seconds, for request coalescing, determining how long to wait before sending combined
317
+ * requests to the origin.
318
+ */
319
+ requestCoalescingTimeout;
320
+ routing;
321
+ /**
322
+ * Indicates whether requests to origin will be signed with AWS Signature Version 4.
323
+ */
324
+ s3AuthEnabled;
325
+ /**
326
+ * The access key used to authenticate the requests.
327
+ */
328
+ s3AuthKey;
329
+ /**
330
+ * The region name of the bucket used to authenticate the requests.
331
+ */
332
+ s3AuthRegion;
333
+ /**
334
+ * The secret key used to authenticate the requests.
335
+ */
336
+ s3AuthSecret;
337
+ /**
338
+ * The amount of seconds to wait when connecting to the origin. Otherwise the request will fail or retry.
339
+ */
340
+ safehopConnectionTimeout;
341
+ safehopEnabled;
342
+ /**
343
+ * The amount of seconds to wait when waiting for the origin reply. Otherwise the request will fail or retry.
344
+ */
345
+ safehopResponseTimeout;
346
+ /**
347
+ * The number of retries to the origin server.
348
+ */
349
+ safehopRetryCount;
350
+ /**
351
+ * The amount of time that the CDN should wait before retrying an origin request.
352
+ */
353
+ safehopRetryDelay;
354
+ /**
355
+ * Options: `5xxResponse`, `connectionTimeout`, `responseTimeout`
356
+ */
357
+ safehopRetryReasons;
358
+ /**
359
+ * If enabled, the query parameters will be automatically sorted into a consistent order before checking the cache.
360
+ */
361
+ sortQuerystring;
362
+ /**
363
+ * If enabled, bunny.net will strip all the Set-Cookie headers from the HTTP responses.
364
+ */
365
+ stripCookies;
366
+ /**
367
+ * Options: `TLSv1.0`, `TLSv1.1`
368
+ */
369
+ tlsSupports;
370
+ /**
371
+ * Indicates whether requests without a valid token and expiry timestamp will be rejected.
372
+ */
373
+ tokenAuthEnabled;
374
+ /**
375
+ * Indicates whether the secure hash generated by the server will also include an IP address.
376
+ */
377
+ tokenAuthIpValidation;
378
+ /**
379
+ * The auth key used for secure URL token authentication.
380
+ */
381
+ tokenAuthKey;
382
+ /**
383
+ * Indicates whether cache update is performed in the background.
384
+ */
385
+ useBackgroundUpdate;
386
+ constructor(name, argsOrState, opts) {
387
+ let resourceInputs = {};
388
+ opts = opts || {};
389
+ if (opts.id) {
390
+ const state = argsOrState;
391
+ resourceInputs["addCanonicalHeader"] = state ? state.addCanonicalHeader : void 0;
392
+ resourceInputs["allowReferers"] = state ? state.allowReferers : void 0;
393
+ resourceInputs["blockIps"] = state ? state.blockIps : void 0;
394
+ resourceInputs["blockNoReferer"] = state ? state.blockNoReferer : void 0;
395
+ resourceInputs["blockPostRequests"] = state ? state.blockPostRequests : void 0;
396
+ resourceInputs["blockReferers"] = state ? state.blockReferers : void 0;
397
+ resourceInputs["blockRootPath"] = state ? state.blockRootPath : void 0;
398
+ resourceInputs["cacheChunked"] = state ? state.cacheChunked : void 0;
399
+ resourceInputs["cacheEnabled"] = state ? state.cacheEnabled : void 0;
400
+ resourceInputs["cacheErrors"] = state ? state.cacheErrors : void 0;
401
+ resourceInputs["cacheExpirationTime"] = state ? state.cacheExpirationTime : void 0;
402
+ resourceInputs["cacheExpirationTimeBrowser"] = state ? state.cacheExpirationTimeBrowser : void 0;
403
+ resourceInputs["cacheStales"] = state ? state.cacheStales : void 0;
404
+ resourceInputs["cacheVaries"] = state ? state.cacheVaries : void 0;
405
+ resourceInputs["cacheVaryCookies"] = state ? state.cacheVaryCookies : void 0;
406
+ resourceInputs["cacheVaryQuerystrings"] = state ? state.cacheVaryQuerystrings : void 0;
407
+ resourceInputs["cdnDomain"] = state ? state.cdnDomain : void 0;
408
+ resourceInputs["corsEnabled"] = state ? state.corsEnabled : void 0;
409
+ resourceInputs["corsExtensions"] = state ? state.corsExtensions : void 0;
410
+ resourceInputs["disableLetsencrypt"] = state ? state.disableLetsencrypt : void 0;
411
+ resourceInputs["errorpageCustomContent"] = state ? state.errorpageCustomContent : void 0;
412
+ resourceInputs["errorpageCustomEnabled"] = state ? state.errorpageCustomEnabled : void 0;
413
+ resourceInputs["errorpageStatuspageCode"] = state ? state.errorpageStatuspageCode : void 0;
414
+ resourceInputs["errorpageStatuspageEnabled"] = state ? state.errorpageStatuspageEnabled : void 0;
415
+ resourceInputs["errorpageWhitelabel"] = state ? state.errorpageWhitelabel : void 0;
416
+ resourceInputs["limitAfter"] = state ? state.limitAfter : void 0;
417
+ resourceInputs["limitBandwidth"] = state ? state.limitBandwidth : void 0;
418
+ resourceInputs["limitBurst"] = state ? state.limitBurst : void 0;
419
+ resourceInputs["limitConnections"] = state ? state.limitConnections : void 0;
420
+ resourceInputs["limitDownloadSpeed"] = state ? state.limitDownloadSpeed : void 0;
421
+ resourceInputs["limitRequests"] = state ? state.limitRequests : void 0;
422
+ resourceInputs["logAnonymized"] = state ? state.logAnonymized : void 0;
423
+ resourceInputs["logAnonymizedStyle"] = state ? state.logAnonymizedStyle : void 0;
424
+ resourceInputs["logEnabled"] = state ? state.logEnabled : void 0;
425
+ resourceInputs["logForwardEnabled"] = state ? state.logForwardEnabled : void 0;
426
+ resourceInputs["logForwardFormat"] = state ? state.logForwardFormat : void 0;
427
+ resourceInputs["logForwardPort"] = state ? state.logForwardPort : void 0;
428
+ resourceInputs["logForwardProtocol"] = state ? state.logForwardProtocol : void 0;
429
+ resourceInputs["logForwardServer"] = state ? state.logForwardServer : void 0;
430
+ resourceInputs["logForwardToken"] = state ? state.logForwardToken : void 0;
431
+ resourceInputs["logStorageEnabled"] = state ? state.logStorageEnabled : void 0;
432
+ resourceInputs["logStorageZone"] = state ? state.logStorageZone : void 0;
433
+ resourceInputs["name"] = state ? state.name : void 0;
434
+ resourceInputs["optimizerClassesForce"] = state ? state.optimizerClassesForce : void 0;
435
+ resourceInputs["optimizerDynamicImageApi"] = state ? state.optimizerDynamicImageApi : void 0;
436
+ resourceInputs["optimizerEnabled"] = state ? state.optimizerEnabled : void 0;
437
+ resourceInputs["optimizerMinifyCss"] = state ? state.optimizerMinifyCss : void 0;
438
+ resourceInputs["optimizerMinifyJs"] = state ? state.optimizerMinifyJs : void 0;
439
+ resourceInputs["optimizerSmartimage"] = state ? state.optimizerSmartimage : void 0;
440
+ resourceInputs["optimizerSmartimageDesktopMaxwidth"] = state ? state.optimizerSmartimageDesktopMaxwidth : void 0;
441
+ resourceInputs["optimizerSmartimageDesktopQuality"] = state ? state.optimizerSmartimageDesktopQuality : void 0;
442
+ resourceInputs["optimizerSmartimageMobileMaxwidth"] = state ? state.optimizerSmartimageMobileMaxwidth : void 0;
443
+ resourceInputs["optimizerSmartimageMobileQuality"] = state ? state.optimizerSmartimageMobileQuality : void 0;
444
+ resourceInputs["optimizerWatermark"] = state ? state.optimizerWatermark : void 0;
445
+ resourceInputs["optimizerWatermarkBorderoffset"] = state ? state.optimizerWatermarkBorderoffset : void 0;
446
+ resourceInputs["optimizerWatermarkMinsize"] = state ? state.optimizerWatermarkMinsize : void 0;
447
+ resourceInputs["optimizerWatermarkPosition"] = state ? state.optimizerWatermarkPosition : void 0;
448
+ resourceInputs["optimizerWatermarkUrl"] = state ? state.optimizerWatermarkUrl : void 0;
449
+ resourceInputs["optimizerWebp"] = state ? state.optimizerWebp : void 0;
450
+ resourceInputs["origin"] = state ? state.origin : void 0;
451
+ resourceInputs["originshieldConcurrencyLimit"] = state ? state.originshieldConcurrencyLimit : void 0;
452
+ resourceInputs["originshieldConcurrencyRequests"] = state ? state.originshieldConcurrencyRequests : void 0;
453
+ resourceInputs["originshieldEnabled"] = state ? state.originshieldEnabled : void 0;
454
+ resourceInputs["originshieldQueueRequests"] = state ? state.originshieldQueueRequests : void 0;
455
+ resourceInputs["originshieldQueueWait"] = state ? state.originshieldQueueWait : void 0;
456
+ resourceInputs["originshieldZone"] = state ? state.originshieldZone : void 0;
457
+ resourceInputs["permacacheStoragezone"] = state ? state.permacacheStoragezone : void 0;
458
+ resourceInputs["pullzoneId"] = state ? state.pullzoneId : void 0;
459
+ resourceInputs["requestCoalescingEnabled"] = state ? state.requestCoalescingEnabled : void 0;
460
+ resourceInputs["requestCoalescingTimeout"] = state ? state.requestCoalescingTimeout : void 0;
461
+ resourceInputs["routing"] = state ? state.routing : void 0;
462
+ resourceInputs["s3AuthEnabled"] = state ? state.s3AuthEnabled : void 0;
463
+ resourceInputs["s3AuthKey"] = state ? state.s3AuthKey : void 0;
464
+ resourceInputs["s3AuthRegion"] = state ? state.s3AuthRegion : void 0;
465
+ resourceInputs["s3AuthSecret"] = state ? state.s3AuthSecret : void 0;
466
+ resourceInputs["safehopConnectionTimeout"] = state ? state.safehopConnectionTimeout : void 0;
467
+ resourceInputs["safehopEnabled"] = state ? state.safehopEnabled : void 0;
468
+ resourceInputs["safehopResponseTimeout"] = state ? state.safehopResponseTimeout : void 0;
469
+ resourceInputs["safehopRetryCount"] = state ? state.safehopRetryCount : void 0;
470
+ resourceInputs["safehopRetryDelay"] = state ? state.safehopRetryDelay : void 0;
471
+ resourceInputs["safehopRetryReasons"] = state ? state.safehopRetryReasons : void 0;
472
+ resourceInputs["sortQuerystring"] = state ? state.sortQuerystring : void 0;
473
+ resourceInputs["stripCookies"] = state ? state.stripCookies : void 0;
474
+ resourceInputs["tlsSupports"] = state ? state.tlsSupports : void 0;
475
+ resourceInputs["tokenAuthEnabled"] = state ? state.tokenAuthEnabled : void 0;
476
+ resourceInputs["tokenAuthIpValidation"] = state ? state.tokenAuthIpValidation : void 0;
477
+ resourceInputs["tokenAuthKey"] = state ? state.tokenAuthKey : void 0;
478
+ resourceInputs["useBackgroundUpdate"] = state ? state.useBackgroundUpdate : void 0;
479
+ } else {
480
+ const args = argsOrState;
481
+ resourceInputs["addCanonicalHeader"] = args ? args.addCanonicalHeader : void 0;
482
+ resourceInputs["allowReferers"] = args ? args.allowReferers : void 0;
483
+ resourceInputs["blockIps"] = args ? args.blockIps : void 0;
484
+ resourceInputs["blockNoReferer"] = args ? args.blockNoReferer : void 0;
485
+ resourceInputs["blockPostRequests"] = args ? args.blockPostRequests : void 0;
486
+ resourceInputs["blockReferers"] = args ? args.blockReferers : void 0;
487
+ resourceInputs["blockRootPath"] = args ? args.blockRootPath : void 0;
488
+ resourceInputs["cacheChunked"] = args ? args.cacheChunked : void 0;
489
+ resourceInputs["cacheEnabled"] = args ? args.cacheEnabled : void 0;
490
+ resourceInputs["cacheErrors"] = args ? args.cacheErrors : void 0;
491
+ resourceInputs["cacheExpirationTime"] = args ? args.cacheExpirationTime : void 0;
492
+ resourceInputs["cacheExpirationTimeBrowser"] = args ? args.cacheExpirationTimeBrowser : void 0;
493
+ resourceInputs["cacheStales"] = args ? args.cacheStales : void 0;
494
+ resourceInputs["cacheVaries"] = args ? args.cacheVaries : void 0;
495
+ resourceInputs["cacheVaryCookies"] = args ? args.cacheVaryCookies : void 0;
496
+ resourceInputs["cacheVaryQuerystrings"] = args ? args.cacheVaryQuerystrings : void 0;
497
+ resourceInputs["corsEnabled"] = args ? args.corsEnabled : void 0;
498
+ resourceInputs["corsExtensions"] = args ? args.corsExtensions : void 0;
499
+ resourceInputs["disableLetsencrypt"] = args ? args.disableLetsencrypt : void 0;
500
+ resourceInputs["errorpageCustomContent"] = args ? args.errorpageCustomContent : void 0;
501
+ resourceInputs["errorpageCustomEnabled"] = args ? args.errorpageCustomEnabled : void 0;
502
+ resourceInputs["errorpageStatuspageCode"] = args ? args.errorpageStatuspageCode : void 0;
503
+ resourceInputs["errorpageStatuspageEnabled"] = args ? args.errorpageStatuspageEnabled : void 0;
504
+ resourceInputs["errorpageWhitelabel"] = args ? args.errorpageWhitelabel : void 0;
505
+ resourceInputs["limitAfter"] = args ? args.limitAfter : void 0;
506
+ resourceInputs["limitBandwidth"] = args ? args.limitBandwidth : void 0;
507
+ resourceInputs["limitBurst"] = args ? args.limitBurst : void 0;
508
+ resourceInputs["limitConnections"] = args ? args.limitConnections : void 0;
509
+ resourceInputs["limitDownloadSpeed"] = args ? args.limitDownloadSpeed : void 0;
510
+ resourceInputs["limitRequests"] = args ? args.limitRequests : void 0;
511
+ resourceInputs["logAnonymized"] = args ? args.logAnonymized : void 0;
512
+ resourceInputs["logAnonymizedStyle"] = args ? args.logAnonymizedStyle : void 0;
513
+ resourceInputs["logEnabled"] = args ? args.logEnabled : void 0;
514
+ resourceInputs["logForwardEnabled"] = args ? args.logForwardEnabled : void 0;
515
+ resourceInputs["logForwardFormat"] = args ? args.logForwardFormat : void 0;
516
+ resourceInputs["logForwardPort"] = args ? args.logForwardPort : void 0;
517
+ resourceInputs["logForwardProtocol"] = args ? args.logForwardProtocol : void 0;
518
+ resourceInputs["logForwardServer"] = args ? args.logForwardServer : void 0;
519
+ resourceInputs["logForwardToken"] = args ? args.logForwardToken : void 0;
520
+ resourceInputs["logStorageEnabled"] = args ? args.logStorageEnabled : void 0;
521
+ resourceInputs["logStorageZone"] = args ? args.logStorageZone : void 0;
522
+ resourceInputs["name"] = args ? args.name : void 0;
523
+ resourceInputs["optimizerClassesForce"] = args ? args.optimizerClassesForce : void 0;
524
+ resourceInputs["optimizerDynamicImageApi"] = args ? args.optimizerDynamicImageApi : void 0;
525
+ resourceInputs["optimizerEnabled"] = args ? args.optimizerEnabled : void 0;
526
+ resourceInputs["optimizerMinifyCss"] = args ? args.optimizerMinifyCss : void 0;
527
+ resourceInputs["optimizerMinifyJs"] = args ? args.optimizerMinifyJs : void 0;
528
+ resourceInputs["optimizerSmartimage"] = args ? args.optimizerSmartimage : void 0;
529
+ resourceInputs["optimizerSmartimageDesktopMaxwidth"] = args ? args.optimizerSmartimageDesktopMaxwidth : void 0;
530
+ resourceInputs["optimizerSmartimageDesktopQuality"] = args ? args.optimizerSmartimageDesktopQuality : void 0;
531
+ resourceInputs["optimizerSmartimageMobileMaxwidth"] = args ? args.optimizerSmartimageMobileMaxwidth : void 0;
532
+ resourceInputs["optimizerSmartimageMobileQuality"] = args ? args.optimizerSmartimageMobileQuality : void 0;
533
+ resourceInputs["optimizerWatermark"] = args ? args.optimizerWatermark : void 0;
534
+ resourceInputs["optimizerWatermarkBorderoffset"] = args ? args.optimizerWatermarkBorderoffset : void 0;
535
+ resourceInputs["optimizerWatermarkMinsize"] = args ? args.optimizerWatermarkMinsize : void 0;
536
+ resourceInputs["optimizerWatermarkPosition"] = args ? args.optimizerWatermarkPosition : void 0;
537
+ resourceInputs["optimizerWatermarkUrl"] = args ? args.optimizerWatermarkUrl : void 0;
538
+ resourceInputs["optimizerWebp"] = args ? args.optimizerWebp : void 0;
539
+ resourceInputs["origin"] = args ? args.origin : void 0;
540
+ resourceInputs["originshieldConcurrencyLimit"] = args ? args.originshieldConcurrencyLimit : void 0;
541
+ resourceInputs["originshieldConcurrencyRequests"] = args ? args.originshieldConcurrencyRequests : void 0;
542
+ resourceInputs["originshieldEnabled"] = args ? args.originshieldEnabled : void 0;
543
+ resourceInputs["originshieldQueueRequests"] = args ? args.originshieldQueueRequests : void 0;
544
+ resourceInputs["originshieldQueueWait"] = args ? args.originshieldQueueWait : void 0;
545
+ resourceInputs["originshieldZone"] = args ? args.originshieldZone : void 0;
546
+ resourceInputs["permacacheStoragezone"] = args ? args.permacacheStoragezone : void 0;
547
+ resourceInputs["requestCoalescingEnabled"] = args ? args.requestCoalescingEnabled : void 0;
548
+ resourceInputs["requestCoalescingTimeout"] = args ? args.requestCoalescingTimeout : void 0;
549
+ resourceInputs["routing"] = args ? args.routing : void 0;
550
+ resourceInputs["s3AuthEnabled"] = args ? args.s3AuthEnabled : void 0;
551
+ resourceInputs["s3AuthKey"] = args ? args.s3AuthKey : void 0;
552
+ resourceInputs["s3AuthRegion"] = args ? args.s3AuthRegion : void 0;
553
+ resourceInputs["s3AuthSecret"] = args ? args.s3AuthSecret : void 0;
554
+ resourceInputs["safehopConnectionTimeout"] = args ? args.safehopConnectionTimeout : void 0;
555
+ resourceInputs["safehopEnabled"] = args ? args.safehopEnabled : void 0;
556
+ resourceInputs["safehopResponseTimeout"] = args ? args.safehopResponseTimeout : void 0;
557
+ resourceInputs["safehopRetryCount"] = args ? args.safehopRetryCount : void 0;
558
+ resourceInputs["safehopRetryDelay"] = args ? args.safehopRetryDelay : void 0;
559
+ resourceInputs["safehopRetryReasons"] = args ? args.safehopRetryReasons : void 0;
560
+ resourceInputs["sortQuerystring"] = args ? args.sortQuerystring : void 0;
561
+ resourceInputs["stripCookies"] = args ? args.stripCookies : void 0;
562
+ resourceInputs["tlsSupports"] = args ? args.tlsSupports : void 0;
563
+ resourceInputs["tokenAuthEnabled"] = args ? args.tokenAuthEnabled : void 0;
564
+ resourceInputs["tokenAuthIpValidation"] = args ? args.tokenAuthIpValidation : void 0;
565
+ resourceInputs["useBackgroundUpdate"] = args ? args.useBackgroundUpdate : void 0;
566
+ resourceInputs["cdnDomain"] = void 0;
567
+ resourceInputs["pullzoneId"] = void 0;
568
+ resourceInputs["tokenAuthKey"] = void 0;
569
+ }
570
+ opts = pulumi.mergeOptions(resourceOptsDefaults(), opts);
571
+ const secretOpts = { additionalSecretOutputs: ["tokenAuthKey"] };
572
+ opts = pulumi.mergeOptions(opts, secretOpts);
573
+ super(Pullzone.__pulumiType, name, resourceInputs, opts, false, getPackage());
574
+ }
575
+ };
576
+ }) });
577
+
578
+ //#endregion
579
+ init_pullzone();
580
+ export { init_pullzone, pullzone_exports };