@pulumi/cloudflare 4.8.0 → 4.10.0-alpha.1661535818
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/accessApplication.d.ts +44 -35
- package/accessApplication.js +3 -4
- package/accessApplication.js.map +1 -1
- package/accessBookmark.d.ts +13 -11
- package/accessBookmark.js +4 -2
- package/accessBookmark.js.map +1 -1
- package/accessCaCertificate.d.ts +15 -13
- package/accessCaCertificate.js +5 -3
- package/accessCaCertificate.js.map +1 -1
- package/accessGroup.d.ts +9 -35
- package/accessGroup.js +3 -29
- package/accessGroup.js.map +1 -1
- package/accessIdentityProvider.d.ts +20 -23
- package/accessIdentityProvider.js +8 -5
- package/accessIdentityProvider.js.map +1 -1
- package/accessMutualTlsCertificate.d.ts +12 -8
- package/accessMutualTlsCertificate.js +6 -2
- package/accessMutualTlsCertificate.js.map +1 -1
- package/accessPolicy.d.ts +14 -15
- package/accessPolicy.js +5 -3
- package/accessPolicy.js.map +1 -1
- package/accessRule.d.ts +22 -9
- package/accessRule.js +9 -3
- package/accessRule.js.map +1 -1
- package/accessServiceToken.d.ts +11 -10
- package/accessServiceToken.js +3 -2
- package/accessServiceToken.js.map +1 -1
- package/accountMember.d.ts +15 -6
- package/accountMember.js +2 -0
- package/accountMember.js.map +1 -1
- package/apiToken.d.ts +26 -1
- package/apiToken.js +6 -1
- package/apiToken.js.map +1 -1
- package/argo.d.ts +9 -8
- package/argo.js +3 -2
- package/argo.js.map +1 -1
- package/certificatePack.d.ts +34 -88
- package/certificatePack.js +14 -26
- package/certificatePack.js.map +1 -1
- package/config/vars.d.ts +3 -1
- package/config/vars.js.map +1 -1
- package/customHostname.d.ts +15 -11
- package/customHostname.js +3 -5
- package/customHostname.js.map +1 -1
- package/filter.d.ts +4 -2
- package/filter.js +4 -2
- package/filter.js.map +1 -1
- package/firewallRule.d.ts +17 -23
- package/firewallRule.js +8 -5
- package/firewallRule.js.map +1 -1
- package/getAccessIdentityProvider.d.ts +18 -0
- package/getAccessIdentityProvider.js.map +1 -1
- package/getAccountRoles.d.ts +9 -0
- package/getAccountRoles.js.map +1 -1
- package/getDevices.d.ts +9 -0
- package/getDevices.js.map +1 -1
- package/getWafGroups.d.ts +9 -0
- package/getWafGroups.js.map +1 -1
- package/getWafPackages.d.ts +9 -0
- package/getWafPackages.js.map +1 -1
- package/getWafRules.d.ts +9 -0
- package/getWafRules.js.map +1 -1
- package/getZone.d.ts +18 -0
- package/getZone.js.map +1 -1
- package/getZoneDnssec.d.ts +9 -0
- package/getZoneDnssec.js.map +1 -1
- package/healthcheck.d.ts +50 -103
- package/healthcheck.js +2 -5
- package/healthcheck.js.map +1 -1
- package/ipsecTunnel.d.ts +26 -16
- package/ipsecTunnel.js +4 -1
- package/ipsecTunnel.js.map +1 -1
- package/list.d.ts +7 -6
- package/list.js +7 -6
- package/list.js.map +1 -1
- package/loadBalancer.d.ts +16 -0
- package/loadBalancer.js +6 -0
- package/loadBalancer.js.map +1 -1
- package/loadBalancerPool.d.ts +3 -3
- package/logpushJob.d.ts +21 -57
- package/logpushJob.js.map +1 -1
- package/managedHeaders.d.ts +7 -7
- package/managedHeaders.js +1 -1
- package/notificationPolicy.d.ts +18 -40
- package/notificationPolicy.js +3 -1
- package/notificationPolicy.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/provider.d.ts +6 -2
- package/provider.js.map +1 -1
- package/ruleset.d.ts +85 -37
- package/ruleset.js +73 -10
- package/ruleset.js.map +1 -1
- package/tunnelRoute.d.ts +10 -11
- package/tunnelRoute.js +7 -5
- package/tunnelRoute.js.map +1 -1
- package/tunnelVirtualNetwork.d.ts +9 -11
- package/tunnelVirtualNetwork.js +6 -5
- package/tunnelVirtualNetwork.js.map +1 -1
- package/types/input.d.ts +391 -36
- package/types/output.d.ts +395 -31
- package/waitingRoom.d.ts +28 -19
- package/waitingRoom.js +3 -1
- package/waitingRoom.js.map +1 -1
- package/waitingRoomEvent.d.ts +13 -19
- package/waitingRoomEvent.js +1 -1
- package/waitingRoomEvent.js.map +1 -1
- package/workerCronTrigger.d.ts +1 -1
- package/workerCronTrigger.js +1 -1
- package/workerScript.d.ts +16 -1
- package/workerScript.js +14 -1
- package/workerScript.js.map +1 -1
- package/zone.d.ts +34 -23
- package/zone.js +10 -5
- package/zone.js.map +1 -1
package/waitingRoom.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
* newUsersPerMinute: 200,
|
|
16
16
|
* path: "/",
|
|
17
17
|
* totalActiveUsers: 200,
|
|
18
|
-
* zoneId: "
|
|
18
|
+
* zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
|
|
19
19
|
* });
|
|
20
20
|
* ```
|
|
21
21
|
*
|
|
@@ -48,8 +48,7 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
48
48
|
*/
|
|
49
49
|
readonly customPageHtml: pulumi.Output<string | undefined>;
|
|
50
50
|
/**
|
|
51
|
-
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`,
|
|
52
|
-
* `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`
|
|
51
|
+
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`. Defaults to `en-US`.
|
|
53
52
|
*/
|
|
54
53
|
readonly defaultTemplateLanguage: pulumi.Output<string | undefined>;
|
|
55
54
|
/**
|
|
@@ -61,7 +60,7 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
61
60
|
*/
|
|
62
61
|
readonly disableSessionRenewal: pulumi.Output<boolean | undefined>;
|
|
63
62
|
/**
|
|
64
|
-
* Host name for which the waiting room will be applied (no wildcards)
|
|
63
|
+
* Host name for which the waiting room will be applied (no wildcards).
|
|
65
64
|
*/
|
|
66
65
|
readonly host: pulumi.Output<string>;
|
|
67
66
|
/**
|
|
@@ -77,15 +76,19 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
77
76
|
*/
|
|
78
77
|
readonly newUsersPerMinute: pulumi.Output<number>;
|
|
79
78
|
/**
|
|
80
|
-
* The path within the host to enable the waiting room on.
|
|
79
|
+
* The path within the host to enable the waiting room on. Defaults to `/`.
|
|
81
80
|
*/
|
|
82
81
|
readonly path: pulumi.Output<string | undefined>;
|
|
83
82
|
/**
|
|
84
|
-
* If
|
|
83
|
+
* If queueAll is true, then all traffic will be sent to the waiting room.
|
|
85
84
|
*/
|
|
86
85
|
readonly queueAll: pulumi.Output<boolean | undefined>;
|
|
87
86
|
/**
|
|
88
|
-
*
|
|
87
|
+
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject`. Defaults to `fifo`.
|
|
88
|
+
*/
|
|
89
|
+
readonly queueingMethod: pulumi.Output<string | undefined>;
|
|
90
|
+
/**
|
|
91
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the origin. Defaults to `5`.
|
|
89
92
|
*/
|
|
90
93
|
readonly sessionDuration: pulumi.Output<number | undefined>;
|
|
91
94
|
/**
|
|
@@ -118,8 +121,7 @@ export interface WaitingRoomState {
|
|
|
118
121
|
*/
|
|
119
122
|
customPageHtml?: pulumi.Input<string>;
|
|
120
123
|
/**
|
|
121
|
-
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`,
|
|
122
|
-
* `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`
|
|
124
|
+
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`. Defaults to `en-US`.
|
|
123
125
|
*/
|
|
124
126
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
125
127
|
/**
|
|
@@ -131,7 +133,7 @@ export interface WaitingRoomState {
|
|
|
131
133
|
*/
|
|
132
134
|
disableSessionRenewal?: pulumi.Input<boolean>;
|
|
133
135
|
/**
|
|
134
|
-
* Host name for which the waiting room will be applied (no wildcards)
|
|
136
|
+
* Host name for which the waiting room will be applied (no wildcards).
|
|
135
137
|
*/
|
|
136
138
|
host?: pulumi.Input<string>;
|
|
137
139
|
/**
|
|
@@ -147,15 +149,19 @@ export interface WaitingRoomState {
|
|
|
147
149
|
*/
|
|
148
150
|
newUsersPerMinute?: pulumi.Input<number>;
|
|
149
151
|
/**
|
|
150
|
-
* The path within the host to enable the waiting room on.
|
|
152
|
+
* The path within the host to enable the waiting room on. Defaults to `/`.
|
|
151
153
|
*/
|
|
152
154
|
path?: pulumi.Input<string>;
|
|
153
155
|
/**
|
|
154
|
-
* If
|
|
156
|
+
* If queueAll is true, then all traffic will be sent to the waiting room.
|
|
155
157
|
*/
|
|
156
158
|
queueAll?: pulumi.Input<boolean>;
|
|
157
159
|
/**
|
|
158
|
-
*
|
|
160
|
+
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject`. Defaults to `fifo`.
|
|
161
|
+
*/
|
|
162
|
+
queueingMethod?: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the origin. Defaults to `5`.
|
|
159
165
|
*/
|
|
160
166
|
sessionDuration?: pulumi.Input<number>;
|
|
161
167
|
/**
|
|
@@ -180,8 +186,7 @@ export interface WaitingRoomArgs {
|
|
|
180
186
|
*/
|
|
181
187
|
customPageHtml?: pulumi.Input<string>;
|
|
182
188
|
/**
|
|
183
|
-
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`,
|
|
184
|
-
* `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`
|
|
189
|
+
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`. Defaults to `en-US`.
|
|
185
190
|
*/
|
|
186
191
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
187
192
|
/**
|
|
@@ -193,7 +198,7 @@ export interface WaitingRoomArgs {
|
|
|
193
198
|
*/
|
|
194
199
|
disableSessionRenewal?: pulumi.Input<boolean>;
|
|
195
200
|
/**
|
|
196
|
-
* Host name for which the waiting room will be applied (no wildcards)
|
|
201
|
+
* Host name for which the waiting room will be applied (no wildcards).
|
|
197
202
|
*/
|
|
198
203
|
host: pulumi.Input<string>;
|
|
199
204
|
/**
|
|
@@ -209,15 +214,19 @@ export interface WaitingRoomArgs {
|
|
|
209
214
|
*/
|
|
210
215
|
newUsersPerMinute: pulumi.Input<number>;
|
|
211
216
|
/**
|
|
212
|
-
* The path within the host to enable the waiting room on.
|
|
217
|
+
* The path within the host to enable the waiting room on. Defaults to `/`.
|
|
213
218
|
*/
|
|
214
219
|
path?: pulumi.Input<string>;
|
|
215
220
|
/**
|
|
216
|
-
* If
|
|
221
|
+
* If queueAll is true, then all traffic will be sent to the waiting room.
|
|
217
222
|
*/
|
|
218
223
|
queueAll?: pulumi.Input<boolean>;
|
|
219
224
|
/**
|
|
220
|
-
*
|
|
225
|
+
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject`. Defaults to `fifo`.
|
|
226
|
+
*/
|
|
227
|
+
queueingMethod?: pulumi.Input<string>;
|
|
228
|
+
/**
|
|
229
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the origin. Defaults to `5`.
|
|
221
230
|
*/
|
|
222
231
|
sessionDuration?: pulumi.Input<number>;
|
|
223
232
|
/**
|
package/waitingRoom.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
21
21
|
* newUsersPerMinute: 200,
|
|
22
22
|
* path: "/",
|
|
23
23
|
* totalActiveUsers: 200,
|
|
24
|
-
* zoneId: "
|
|
24
|
+
* zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
27
|
*
|
|
@@ -49,6 +49,7 @@ class WaitingRoom extends pulumi.CustomResource {
|
|
|
49
49
|
resourceInputs["newUsersPerMinute"] = state ? state.newUsersPerMinute : undefined;
|
|
50
50
|
resourceInputs["path"] = state ? state.path : undefined;
|
|
51
51
|
resourceInputs["queueAll"] = state ? state.queueAll : undefined;
|
|
52
|
+
resourceInputs["queueingMethod"] = state ? state.queueingMethod : undefined;
|
|
52
53
|
resourceInputs["sessionDuration"] = state ? state.sessionDuration : undefined;
|
|
53
54
|
resourceInputs["suspended"] = state ? state.suspended : undefined;
|
|
54
55
|
resourceInputs["totalActiveUsers"] = state ? state.totalActiveUsers : undefined;
|
|
@@ -81,6 +82,7 @@ class WaitingRoom extends pulumi.CustomResource {
|
|
|
81
82
|
resourceInputs["newUsersPerMinute"] = args ? args.newUsersPerMinute : undefined;
|
|
82
83
|
resourceInputs["path"] = args ? args.path : undefined;
|
|
83
84
|
resourceInputs["queueAll"] = args ? args.queueAll : undefined;
|
|
85
|
+
resourceInputs["queueingMethod"] = args ? args.queueingMethod : undefined;
|
|
84
86
|
resourceInputs["sessionDuration"] = args ? args.sessionDuration : undefined;
|
|
85
87
|
resourceInputs["suspended"] = args ? args.suspended : undefined;
|
|
86
88
|
resourceInputs["totalActiveUsers"] = args ? args.totalActiveUsers : undefined;
|
package/waitingRoom.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"waitingRoom.js","sourceRoot":"","sources":["../waitingRoom.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"waitingRoom.js","sourceRoot":"","sources":["../waitingRoom.ts"],"names":[],"mappings":"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"}
|
package/waitingRoomEvent.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
14
14
|
* eventStartTime: "2006-01-02T15:04:05Z",
|
|
15
15
|
* name: "foo",
|
|
16
16
|
* waitingRoomId: "d41d8cd98f00b204e9800998ecf8427e",
|
|
17
|
-
* zoneId: "
|
|
17
|
+
* zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*
|
|
@@ -63,7 +63,7 @@ export declare class WaitingRoomEvent extends pulumi.CustomResource {
|
|
|
63
63
|
*/
|
|
64
64
|
readonly eventEndTime: pulumi.Output<string>;
|
|
65
65
|
/**
|
|
66
|
-
* ISO 8601 timestamp that marks the start of the event. Must occur at least 1 minute before `
|
|
66
|
+
* ISO 8601 timestamp that marks the start of the event. Must occur at least 1 minute before `eventEndTime`.
|
|
67
67
|
*/
|
|
68
68
|
readonly eventStartTime: pulumi.Output<string>;
|
|
69
69
|
/**
|
|
@@ -79,12 +79,11 @@ export declare class WaitingRoomEvent extends pulumi.CustomResource {
|
|
|
79
79
|
*/
|
|
80
80
|
readonly newUsersPerMinute: pulumi.Output<number | undefined>;
|
|
81
81
|
/**
|
|
82
|
-
* ISO 8601 timestamp that marks when to begin queueing all users before the event starts. Must occur at least 5 minutes
|
|
83
|
-
* before `event_start_time`.
|
|
82
|
+
* ISO 8601 timestamp that marks when to begin queueing all users before the event starts. Must occur at least 5 minutes before `eventStartTime`.
|
|
84
83
|
*/
|
|
85
84
|
readonly prequeueStartTime: pulumi.Output<string | undefined>;
|
|
86
85
|
/**
|
|
87
|
-
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject
|
|
86
|
+
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject`.
|
|
88
87
|
*/
|
|
89
88
|
readonly queueingMethod: pulumi.Output<string | undefined>;
|
|
90
89
|
/**
|
|
@@ -92,8 +91,7 @@ export declare class WaitingRoomEvent extends pulumi.CustomResource {
|
|
|
92
91
|
*/
|
|
93
92
|
readonly sessionDuration: pulumi.Output<number | undefined>;
|
|
94
93
|
/**
|
|
95
|
-
* Users in the prequeue will be shuffled randomly at the `
|
|
96
|
-
* null.
|
|
94
|
+
* Users in the prequeue will be shuffled randomly at the `eventStartTime`. Requires that `prequeueStartTime` is not null. Defaults to `false`.
|
|
97
95
|
*/
|
|
98
96
|
readonly shuffleAtEventStart: pulumi.Output<boolean | undefined>;
|
|
99
97
|
/**
|
|
@@ -146,7 +144,7 @@ export interface WaitingRoomEventState {
|
|
|
146
144
|
*/
|
|
147
145
|
eventEndTime?: pulumi.Input<string>;
|
|
148
146
|
/**
|
|
149
|
-
* ISO 8601 timestamp that marks the start of the event. Must occur at least 1 minute before `
|
|
147
|
+
* ISO 8601 timestamp that marks the start of the event. Must occur at least 1 minute before `eventEndTime`.
|
|
150
148
|
*/
|
|
151
149
|
eventStartTime?: pulumi.Input<string>;
|
|
152
150
|
/**
|
|
@@ -162,12 +160,11 @@ export interface WaitingRoomEventState {
|
|
|
162
160
|
*/
|
|
163
161
|
newUsersPerMinute?: pulumi.Input<number>;
|
|
164
162
|
/**
|
|
165
|
-
* ISO 8601 timestamp that marks when to begin queueing all users before the event starts. Must occur at least 5 minutes
|
|
166
|
-
* before `event_start_time`.
|
|
163
|
+
* ISO 8601 timestamp that marks when to begin queueing all users before the event starts. Must occur at least 5 minutes before `eventStartTime`.
|
|
167
164
|
*/
|
|
168
165
|
prequeueStartTime?: pulumi.Input<string>;
|
|
169
166
|
/**
|
|
170
|
-
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject
|
|
167
|
+
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject`.
|
|
171
168
|
*/
|
|
172
169
|
queueingMethod?: pulumi.Input<string>;
|
|
173
170
|
/**
|
|
@@ -175,8 +172,7 @@ export interface WaitingRoomEventState {
|
|
|
175
172
|
*/
|
|
176
173
|
sessionDuration?: pulumi.Input<number>;
|
|
177
174
|
/**
|
|
178
|
-
* Users in the prequeue will be shuffled randomly at the `
|
|
179
|
-
* null.
|
|
175
|
+
* Users in the prequeue will be shuffled randomly at the `eventStartTime`. Requires that `prequeueStartTime` is not null. Defaults to `false`.
|
|
180
176
|
*/
|
|
181
177
|
shuffleAtEventStart?: pulumi.Input<boolean>;
|
|
182
178
|
/**
|
|
@@ -217,7 +213,7 @@ export interface WaitingRoomEventArgs {
|
|
|
217
213
|
*/
|
|
218
214
|
eventEndTime: pulumi.Input<string>;
|
|
219
215
|
/**
|
|
220
|
-
* ISO 8601 timestamp that marks the start of the event. Must occur at least 1 minute before `
|
|
216
|
+
* ISO 8601 timestamp that marks the start of the event. Must occur at least 1 minute before `eventEndTime`.
|
|
221
217
|
*/
|
|
222
218
|
eventStartTime: pulumi.Input<string>;
|
|
223
219
|
/**
|
|
@@ -229,12 +225,11 @@ export interface WaitingRoomEventArgs {
|
|
|
229
225
|
*/
|
|
230
226
|
newUsersPerMinute?: pulumi.Input<number>;
|
|
231
227
|
/**
|
|
232
|
-
* ISO 8601 timestamp that marks when to begin queueing all users before the event starts. Must occur at least 5 minutes
|
|
233
|
-
* before `event_start_time`.
|
|
228
|
+
* ISO 8601 timestamp that marks when to begin queueing all users before the event starts. Must occur at least 5 minutes before `eventStartTime`.
|
|
234
229
|
*/
|
|
235
230
|
prequeueStartTime?: pulumi.Input<string>;
|
|
236
231
|
/**
|
|
237
|
-
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject
|
|
232
|
+
* The queueing method used by the waiting room. Available values: `fifo`, `random`, `passthrough`, `reject`.
|
|
238
233
|
*/
|
|
239
234
|
queueingMethod?: pulumi.Input<string>;
|
|
240
235
|
/**
|
|
@@ -242,8 +237,7 @@ export interface WaitingRoomEventArgs {
|
|
|
242
237
|
*/
|
|
243
238
|
sessionDuration?: pulumi.Input<number>;
|
|
244
239
|
/**
|
|
245
|
-
* Users in the prequeue will be shuffled randomly at the `
|
|
246
|
-
* null.
|
|
240
|
+
* Users in the prequeue will be shuffled randomly at the `eventStartTime`. Requires that `prequeueStartTime` is not null. Defaults to `false`.
|
|
247
241
|
*/
|
|
248
242
|
shuffleAtEventStart?: pulumi.Input<boolean>;
|
|
249
243
|
/**
|
package/waitingRoomEvent.js
CHANGED
|
@@ -20,7 +20,7 @@ const utilities = require("./utilities");
|
|
|
20
20
|
* eventStartTime: "2006-01-02T15:04:05Z",
|
|
21
21
|
* name: "foo",
|
|
22
22
|
* waitingRoomId: "d41d8cd98f00b204e9800998ecf8427e",
|
|
23
|
-
* zoneId: "
|
|
23
|
+
* zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
|
|
24
24
|
* });
|
|
25
25
|
* ```
|
|
26
26
|
*
|
package/waitingRoomEvent.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"waitingRoomEvent.js","sourceRoot":"","sources":["../waitingRoomEvent.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"waitingRoomEvent.js","sourceRoot":"","sources":["../waitingRoomEvent.ts"],"names":[],"mappings":"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"}
|
package/workerCronTrigger.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
* ```typescript
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
12
|
* import * as cloudflare from "@pulumi/cloudflare";
|
|
13
|
-
* import * from "fs";
|
|
13
|
+
* import * as fs from "fs";
|
|
14
14
|
*
|
|
15
15
|
* const exampleScript = new cloudflare.WorkerScript("exampleScript", {
|
|
16
16
|
* name: "example-script",
|
package/workerCronTrigger.js
CHANGED
|
@@ -16,7 +16,7 @@ const utilities = require("./utilities");
|
|
|
16
16
|
* ```typescript
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
18
|
* import * as cloudflare from "@pulumi/cloudflare";
|
|
19
|
-
* import * from "fs";
|
|
19
|
+
* import * as fs from "fs";
|
|
20
20
|
*
|
|
21
21
|
* const exampleScript = new cloudflare.WorkerScript("exampleScript", {
|
|
22
22
|
* name: "example-script",
|
package/workerScript.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
8
8
|
* ```typescript
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as cloudflare from "@pulumi/cloudflare";
|
|
11
|
-
* import * from "fs";
|
|
11
|
+
* import * as fs from "fs";
|
|
12
12
|
*
|
|
13
13
|
* const myNamespace = new cloudflare.WorkersKvNamespace("myNamespace", {title: "example"});
|
|
14
14
|
* // Sets the script with the name "script_1"
|
|
@@ -31,6 +31,15 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
31
31
|
* name: "MY_EXAMPLE_WASM",
|
|
32
32
|
* module: Buffer.from(fs.readFileSync("example.wasm"), 'binary').toString('base64'),
|
|
33
33
|
* }],
|
|
34
|
+
* serviceBindings: [{
|
|
35
|
+
* name: "MY_SERVICE_BINDING",
|
|
36
|
+
* service: "MY_SERVICE",
|
|
37
|
+
* environment: "production",
|
|
38
|
+
* }],
|
|
39
|
+
* r2BucketBindings: [{
|
|
40
|
+
* name: "MY_BUCKET",
|
|
41
|
+
* bucketName: "MY_BUCKET_NAME",
|
|
42
|
+
* }],
|
|
34
43
|
* });
|
|
35
44
|
* ```
|
|
36
45
|
*
|
|
@@ -70,7 +79,9 @@ export declare class WorkerScript extends pulumi.CustomResource {
|
|
|
70
79
|
*/
|
|
71
80
|
readonly name: pulumi.Output<string>;
|
|
72
81
|
readonly plainTextBindings: pulumi.Output<outputs.WorkerScriptPlainTextBinding[] | undefined>;
|
|
82
|
+
readonly r2BucketBindings: pulumi.Output<outputs.WorkerScriptR2BucketBinding[] | undefined>;
|
|
73
83
|
readonly secretTextBindings: pulumi.Output<outputs.WorkerScriptSecretTextBinding[] | undefined>;
|
|
84
|
+
readonly serviceBindings: pulumi.Output<outputs.WorkerScriptServiceBinding[] | undefined>;
|
|
74
85
|
readonly webassemblyBindings: pulumi.Output<outputs.WorkerScriptWebassemblyBinding[] | undefined>;
|
|
75
86
|
/**
|
|
76
87
|
* Create a WorkerScript resource with the given unique name, arguments, and options.
|
|
@@ -95,7 +106,9 @@ export interface WorkerScriptState {
|
|
|
95
106
|
*/
|
|
96
107
|
name?: pulumi.Input<string>;
|
|
97
108
|
plainTextBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptPlainTextBinding>[]>;
|
|
109
|
+
r2BucketBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptR2BucketBinding>[]>;
|
|
98
110
|
secretTextBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptSecretTextBinding>[]>;
|
|
111
|
+
serviceBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptServiceBinding>[]>;
|
|
99
112
|
webassemblyBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptWebassemblyBinding>[]>;
|
|
100
113
|
}
|
|
101
114
|
/**
|
|
@@ -112,6 +125,8 @@ export interface WorkerScriptArgs {
|
|
|
112
125
|
*/
|
|
113
126
|
name: pulumi.Input<string>;
|
|
114
127
|
plainTextBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptPlainTextBinding>[]>;
|
|
128
|
+
r2BucketBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptR2BucketBinding>[]>;
|
|
115
129
|
secretTextBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptSecretTextBinding>[]>;
|
|
130
|
+
serviceBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptServiceBinding>[]>;
|
|
116
131
|
webassemblyBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptWebassemblyBinding>[]>;
|
|
117
132
|
}
|
package/workerScript.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as cloudflare from "@pulumi/cloudflare";
|
|
16
|
-
* import * from "fs";
|
|
16
|
+
* import * as fs from "fs";
|
|
17
17
|
*
|
|
18
18
|
* const myNamespace = new cloudflare.WorkersKvNamespace("myNamespace", {title: "example"});
|
|
19
19
|
* // Sets the script with the name "script_1"
|
|
@@ -36,6 +36,15 @@ const utilities = require("./utilities");
|
|
|
36
36
|
* name: "MY_EXAMPLE_WASM",
|
|
37
37
|
* module: Buffer.from(fs.readFileSync("example.wasm"), 'binary').toString('base64'),
|
|
38
38
|
* }],
|
|
39
|
+
* serviceBindings: [{
|
|
40
|
+
* name: "MY_SERVICE_BINDING",
|
|
41
|
+
* service: "MY_SERVICE",
|
|
42
|
+
* environment: "production",
|
|
43
|
+
* }],
|
|
44
|
+
* r2BucketBindings: [{
|
|
45
|
+
* name: "MY_BUCKET",
|
|
46
|
+
* bucketName: "MY_BUCKET_NAME",
|
|
47
|
+
* }],
|
|
39
48
|
* });
|
|
40
49
|
* ```
|
|
41
50
|
*
|
|
@@ -59,7 +68,9 @@ class WorkerScript extends pulumi.CustomResource {
|
|
|
59
68
|
resourceInputs["kvNamespaceBindings"] = state ? state.kvNamespaceBindings : undefined;
|
|
60
69
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
61
70
|
resourceInputs["plainTextBindings"] = state ? state.plainTextBindings : undefined;
|
|
71
|
+
resourceInputs["r2BucketBindings"] = state ? state.r2BucketBindings : undefined;
|
|
62
72
|
resourceInputs["secretTextBindings"] = state ? state.secretTextBindings : undefined;
|
|
73
|
+
resourceInputs["serviceBindings"] = state ? state.serviceBindings : undefined;
|
|
63
74
|
resourceInputs["webassemblyBindings"] = state ? state.webassemblyBindings : undefined;
|
|
64
75
|
}
|
|
65
76
|
else {
|
|
@@ -74,7 +85,9 @@ class WorkerScript extends pulumi.CustomResource {
|
|
|
74
85
|
resourceInputs["kvNamespaceBindings"] = args ? args.kvNamespaceBindings : undefined;
|
|
75
86
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
76
87
|
resourceInputs["plainTextBindings"] = args ? args.plainTextBindings : undefined;
|
|
88
|
+
resourceInputs["r2BucketBindings"] = args ? args.r2BucketBindings : undefined;
|
|
77
89
|
resourceInputs["secretTextBindings"] = args ? args.secretTextBindings : undefined;
|
|
90
|
+
resourceInputs["serviceBindings"] = args ? args.serviceBindings : undefined;
|
|
78
91
|
resourceInputs["webassemblyBindings"] = args ? args.webassemblyBindings : undefined;
|
|
79
92
|
}
|
|
80
93
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/workerScript.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workerScript.js","sourceRoot":"","sources":["../workerScript.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"workerScript.js","sourceRoot":"","sources":["../workerScript.ts"],"names":[],"mappings":"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"}
|
package/zone.d.ts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* Provides a Cloudflare Zone resource. Zone is the basic resource for
|
|
4
|
+
* working with Cloudflare and is roughly equivalent to a domain name
|
|
5
|
+
* that the user purchases.
|
|
6
|
+
*
|
|
7
|
+
* > If you are attempting to sign up a subdomain of a zone you must first have Subdomain Support entitlement for your account.
|
|
8
|
+
*
|
|
3
9
|
* ## Example Usage
|
|
4
10
|
*
|
|
5
11
|
* ```typescript
|
|
@@ -7,19 +13,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
13
|
* import * as cloudflare from "@pulumi/cloudflare";
|
|
8
14
|
*
|
|
9
15
|
* const example = new cloudflare.Zone("example", {
|
|
16
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
10
17
|
* zone: "example.com",
|
|
11
18
|
* });
|
|
12
19
|
* ```
|
|
13
20
|
*
|
|
14
21
|
* ## Import
|
|
15
22
|
*
|
|
16
|
-
* Zone resource can be imported using a zone ID, e.g.
|
|
17
|
-
*
|
|
18
23
|
* ```sh
|
|
19
|
-
* $ pulumi import cloudflare:index/zone:Zone example
|
|
24
|
+
* $ pulumi import cloudflare:index/zone:Zone example <zone_id>
|
|
20
25
|
* ```
|
|
21
|
-
*
|
|
22
|
-
* where- `d41d8cd98f00b204e9800998ecf8427e` - zone ID, as returned from [API](https://api.cloudflare.com/#zone-list-zones)
|
|
23
26
|
*/
|
|
24
27
|
export declare class Zone extends pulumi.CustomResource {
|
|
25
28
|
/**
|
|
@@ -38,7 +41,11 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
38
41
|
*/
|
|
39
42
|
static isInstance(obj: any): obj is Zone;
|
|
40
43
|
/**
|
|
41
|
-
*
|
|
44
|
+
* Account ID to manage the zone resource in.
|
|
45
|
+
*/
|
|
46
|
+
readonly accountId: pulumi.Output<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Wwhether to scan for DNS records on creation. Ignored after zone is created.
|
|
42
49
|
*/
|
|
43
50
|
readonly jumpStart: pulumi.Output<boolean | undefined>;
|
|
44
51
|
readonly meta: pulumi.Output<{
|
|
@@ -49,25 +56,23 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
49
56
|
*/
|
|
50
57
|
readonly nameServers: pulumi.Output<string[]>;
|
|
51
58
|
/**
|
|
52
|
-
*
|
|
59
|
+
* Whether this zone is paused (traffic bypasses Cloudflare). Defaults to `false`.
|
|
53
60
|
*/
|
|
54
61
|
readonly paused: pulumi.Output<boolean | undefined>;
|
|
55
62
|
/**
|
|
56
|
-
* The name of the commercial plan to apply to the zone
|
|
63
|
+
* The name of the commercial plan to apply to the zone. Available values: `free`, `pro`, `business`, `enterprise`, `partnersFree`, `partnersPro`, `partnersBusiness`, `partnersEnterprise`.
|
|
57
64
|
*/
|
|
58
65
|
readonly plan: pulumi.Output<string>;
|
|
59
66
|
/**
|
|
60
|
-
* Status of the zone.
|
|
67
|
+
* Status of the zone. Available values: `active`, `pending`, `initializing`, `moved`, `deleted`, `deactivated`.
|
|
61
68
|
*/
|
|
62
69
|
readonly status: pulumi.Output<string>;
|
|
63
70
|
/**
|
|
64
|
-
* A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup.
|
|
71
|
+
* A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. Available values: `full`, `partial`. Defaults to `full`.
|
|
65
72
|
*/
|
|
66
73
|
readonly type: pulumi.Output<string | undefined>;
|
|
67
74
|
/**
|
|
68
75
|
* List of Vanity Nameservers (if set).
|
|
69
|
-
* - `meta.wildcard_proxiable` - Indicates whether wildcard DNS records can receive Cloudflare security and performance features.
|
|
70
|
-
* - `meta.phishing_detected` - Indicates if URLs on the zone have been identified as hosting phishing content.
|
|
71
76
|
*/
|
|
72
77
|
readonly vanityNameServers: pulumi.Output<string[]>;
|
|
73
78
|
/**
|
|
@@ -92,7 +97,11 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
92
97
|
*/
|
|
93
98
|
export interface ZoneState {
|
|
94
99
|
/**
|
|
95
|
-
*
|
|
100
|
+
* Account ID to manage the zone resource in.
|
|
101
|
+
*/
|
|
102
|
+
accountId?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Wwhether to scan for DNS records on creation. Ignored after zone is created.
|
|
96
105
|
*/
|
|
97
106
|
jumpStart?: pulumi.Input<boolean>;
|
|
98
107
|
meta?: pulumi.Input<{
|
|
@@ -103,25 +112,23 @@ export interface ZoneState {
|
|
|
103
112
|
*/
|
|
104
113
|
nameServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
105
114
|
/**
|
|
106
|
-
*
|
|
115
|
+
* Whether this zone is paused (traffic bypasses Cloudflare). Defaults to `false`.
|
|
107
116
|
*/
|
|
108
117
|
paused?: pulumi.Input<boolean>;
|
|
109
118
|
/**
|
|
110
|
-
* The name of the commercial plan to apply to the zone
|
|
119
|
+
* The name of the commercial plan to apply to the zone. Available values: `free`, `pro`, `business`, `enterprise`, `partnersFree`, `partnersPro`, `partnersBusiness`, `partnersEnterprise`.
|
|
111
120
|
*/
|
|
112
121
|
plan?: pulumi.Input<string>;
|
|
113
122
|
/**
|
|
114
|
-
* Status of the zone.
|
|
123
|
+
* Status of the zone. Available values: `active`, `pending`, `initializing`, `moved`, `deleted`, `deactivated`.
|
|
115
124
|
*/
|
|
116
125
|
status?: pulumi.Input<string>;
|
|
117
126
|
/**
|
|
118
|
-
* A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup.
|
|
127
|
+
* A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. Available values: `full`, `partial`. Defaults to `full`.
|
|
119
128
|
*/
|
|
120
129
|
type?: pulumi.Input<string>;
|
|
121
130
|
/**
|
|
122
131
|
* List of Vanity Nameservers (if set).
|
|
123
|
-
* - `meta.wildcard_proxiable` - Indicates whether wildcard DNS records can receive Cloudflare security and performance features.
|
|
124
|
-
* - `meta.phishing_detected` - Indicates if URLs on the zone have been identified as hosting phishing content.
|
|
125
132
|
*/
|
|
126
133
|
vanityNameServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
127
134
|
/**
|
|
@@ -138,19 +145,23 @@ export interface ZoneState {
|
|
|
138
145
|
*/
|
|
139
146
|
export interface ZoneArgs {
|
|
140
147
|
/**
|
|
141
|
-
*
|
|
148
|
+
* Account ID to manage the zone resource in.
|
|
149
|
+
*/
|
|
150
|
+
accountId?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* Wwhether to scan for DNS records on creation. Ignored after zone is created.
|
|
142
153
|
*/
|
|
143
154
|
jumpStart?: pulumi.Input<boolean>;
|
|
144
155
|
/**
|
|
145
|
-
*
|
|
156
|
+
* Whether this zone is paused (traffic bypasses Cloudflare). Defaults to `false`.
|
|
146
157
|
*/
|
|
147
158
|
paused?: pulumi.Input<boolean>;
|
|
148
159
|
/**
|
|
149
|
-
* The name of the commercial plan to apply to the zone
|
|
160
|
+
* The name of the commercial plan to apply to the zone. Available values: `free`, `pro`, `business`, `enterprise`, `partnersFree`, `partnersPro`, `partnersBusiness`, `partnersEnterprise`.
|
|
150
161
|
*/
|
|
151
162
|
plan?: pulumi.Input<string>;
|
|
152
163
|
/**
|
|
153
|
-
* A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup.
|
|
164
|
+
* A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. Available values: `full`, `partial`. Defaults to `full`.
|
|
154
165
|
*/
|
|
155
166
|
type?: pulumi.Input<string>;
|
|
156
167
|
/**
|