@pulumi/cloudflare 6.7.0-alpha.1756491364 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessMutualTlsCertificate.d.ts +1 -1
- package/accessOrganization.d.ts +2 -2
- package/argoSmartRouting.d.ts +19 -3
- package/argoSmartRouting.js +4 -0
- package/argoSmartRouting.js.map +1 -1
- package/botManagement.d.ts +13 -0
- package/botManagement.js +3 -0
- package/botManagement.js.map +1 -1
- package/certificatePack.d.ts +18 -0
- package/certificatePack.js +4 -0
- package/certificatePack.js.map +1 -1
- package/customPages.d.ts +3 -3
- package/filter.d.ts +28 -6
- package/filter.js +13 -6
- package/filter.js.map +1 -1
- package/getArgoSmartRouting.d.ts +14 -1
- package/getArgoSmartRouting.js.map +1 -1
- package/getBotManagement.d.ts +4 -0
- package/getBotManagement.js.map +1 -1
- package/getCustomPages.d.ts +3 -3
- package/getList.d.ts +3 -3
- package/getListItem.d.ts +30 -1
- package/getListItem.js.map +1 -1
- package/getLoadBalancer.d.ts +6 -5
- package/getLoadBalancer.js.map +1 -1
- package/getLoadBalancerMonitor.d.ts +3 -3
- package/getLoadBalancerMonitors.d.ts +3 -3
- package/getLoadBalancerPool.d.ts +3 -3
- package/getLoadBalancerPools.d.ts +3 -3
- package/getLogpushDatasetField.d.ts +3 -3
- package/getLogpushDatasetJob.d.ts +9 -9
- package/getLogpushJob.d.ts +6 -6
- package/getR2CustomDomain.d.ts +4 -0
- package/getR2CustomDomain.js.map +1 -1
- package/getSnippet.d.ts +80 -0
- package/getSnippet.js +50 -0
- package/getSnippet.js.map +1 -0
- package/getSnippetList.d.ts +51 -0
- package/getSnippetList.js +24 -0
- package/getSnippetList.js.map +1 -0
- package/getSnippets.d.ts +0 -2
- package/getSnippets.js +0 -2
- package/getSnippets.js.map +1 -1
- package/getSnippetsList.d.ts +0 -24
- package/getSnippetsList.js +0 -24
- package/getSnippetsList.js.map +1 -1
- package/getStreams.d.ts +17 -3
- package/getStreams.js +4 -0
- package/getStreams.js.map +1 -1
- package/getUrlNormalizationSettings.d.ts +1 -1
- package/getWorkersForPlatformsDispatchNamespace.d.ts +4 -0
- package/getWorkersForPlatformsDispatchNamespace.js.map +1 -1
- package/getWorkersScripts.d.ts +14 -0
- package/getWorkersScripts.js +4 -0
- package/getWorkersScripts.js.map +1 -1
- package/getZeroTrustGatewayCertificate.d.ts +7 -7
- package/getZeroTrustGatewayPolicy.d.ts +0 -3
- package/getZeroTrustGatewayPolicy.js.map +1 -1
- package/getZeroTrustTunnelCloudflared.d.ts +7 -0
- package/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/getZeroTrustTunnelCloudflaredRoutes.d.ts +1 -3
- package/getZeroTrustTunnelCloudflaredRoutes.js +0 -2
- package/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -1
- package/getZeroTrustTunnelWarpConnector.d.ts +7 -0
- package/getZeroTrustTunnelWarpConnector.js.map +1 -1
- package/index.d.ts +9 -0
- package/index.js +21 -10
- package/index.js.map +1 -1
- package/loadBalancer.d.ts +12 -9
- package/loadBalancer.js.map +1 -1
- package/loadBalancerMonitor.d.ts +10 -10
- package/loadBalancerPool.d.ts +3 -3
- package/logpushJob.d.ts +16 -16
- package/logpushOwnershipChallenge.d.ts +3 -3
- package/magicWanGreTunnel.d.ts +38 -0
- package/magicWanGreTunnel.js +28 -0
- package/magicWanGreTunnel.js.map +1 -1
- package/magicWanIpsecTunnel.d.ts +38 -0
- package/magicWanIpsecTunnel.js +28 -0
- package/magicWanIpsecTunnel.js.map +1 -1
- package/package.json +2 -2
- package/r2customDomain.d.ts +13 -0
- package/r2customDomain.js +3 -0
- package/r2customDomain.js.map +1 -1
- package/ruleset.d.ts +23 -7
- package/ruleset.js +4 -0
- package/ruleset.js.map +1 -1
- package/snippet.d.ts +105 -0
- package/snippet.js +74 -0
- package/snippet.js.map +1 -0
- package/snippetRules.d.ts +0 -40
- package/snippetRules.js +0 -10
- package/snippetRules.js.map +1 -1
- package/snippets.d.ts +0 -3
- package/snippets.js +0 -3
- package/snippets.js.map +1 -1
- package/spectrumApplication.d.ts +5 -5
- package/spectrumApplication.js +3 -3
- package/teamsList.d.ts +1 -1
- package/teamsRule.d.ts +1 -28
- package/teamsRule.js.map +1 -1
- package/tunnel.d.ts +4 -0
- package/tunnel.js.map +1 -1
- package/tunnelRoute.d.ts +1 -1
- package/tunnelVirtualNetwork.d.ts +1 -1
- package/types/input.d.ts +215 -187
- package/types/output.d.ts +372 -266
- package/urlNormalizationSettings.d.ts +3 -3
- package/workerScript.d.ts +46 -28
- package/workerScript.js +1 -1
- package/workerScript.js.map +1 -1
- package/workersForPlatformsDispatchNamespace.d.ts +8 -0
- package/workersForPlatformsDispatchNamespace.js +2 -0
- package/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/workersForPlatformsNamespace.d.ts +8 -0
- package/workersForPlatformsNamespace.js +2 -0
- package/workersForPlatformsNamespace.js.map +1 -1
- package/workersKv.d.ts +9 -0
- package/workersKv.js.map +1 -1
- package/workersScript.d.ts +46 -28
- package/workersScript.js +1 -1
- package/workersScript.js.map +1 -1
- package/zeroTrustAccessMtlsCertificate.d.ts +1 -1
- package/zeroTrustGatewayCertificate.d.ts +14 -14
- package/zeroTrustGatewayPolicy.d.ts +1 -28
- package/zeroTrustGatewayPolicy.js.map +1 -1
- package/zeroTrustList.d.ts +1 -1
- package/zeroTrustOrganization.d.ts +2 -2
- package/zeroTrustTunnelCloudflared.d.ts +4 -0
- package/zeroTrustTunnelCloudflared.js.map +1 -1
- package/zeroTrustTunnelCloudflaredRoute.d.ts +1 -1
- package/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +1 -1
- package/zeroTrustTunnelWarpConnector.d.ts +14 -0
- package/zeroTrustTunnelWarpConnector.js +2 -0
- package/zeroTrustTunnelWarpConnector.js.map +1 -1
package/getSnippetsList.js
CHANGED
|
@@ -5,18 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getSnippetsListOutput = exports.getSnippetsList = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* ## Example Usage
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as cloudflare from "@pulumi/cloudflare";
|
|
14
|
-
*
|
|
15
|
-
* const exampleSnippetsList = cloudflare.getSnippetsList({
|
|
16
|
-
* zoneId: "9f1839b6152d298aca64c4e906b6d074",
|
|
17
|
-
* });
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
8
|
function getSnippetsList(args, opts) {
|
|
21
9
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
10
|
return pulumi.runtime.invoke("cloudflare:index/getSnippetsList:getSnippetsList", {
|
|
@@ -25,18 +13,6 @@ function getSnippetsList(args, opts) {
|
|
|
25
13
|
}, opts);
|
|
26
14
|
}
|
|
27
15
|
exports.getSnippetsList = getSnippetsList;
|
|
28
|
-
/**
|
|
29
|
-
* ## Example Usage
|
|
30
|
-
*
|
|
31
|
-
* ```typescript
|
|
32
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
-
* import * as cloudflare from "@pulumi/cloudflare";
|
|
34
|
-
*
|
|
35
|
-
* const exampleSnippetsList = cloudflare.getSnippetsList({
|
|
36
|
-
* zoneId: "9f1839b6152d298aca64c4e906b6d074",
|
|
37
|
-
* });
|
|
38
|
-
* ```
|
|
39
|
-
*/
|
|
40
16
|
function getSnippetsListOutput(args, opts) {
|
|
41
17
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
18
|
return pulumi.runtime.invokeOutput("cloudflare:index/getSnippetsList:getSnippetsList", {
|
package/getSnippetsList.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSnippetsList.js","sourceRoot":"","sources":["../getSnippetsList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getSnippetsList.js","sourceRoot":"","sources":["../getSnippetsList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAqCD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
|
package/getStreams.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import * as outputs from "./types/output";
|
|
|
15
15
|
* start: "2014-01-02T02:20:00Z",
|
|
16
16
|
* status: "inprogress",
|
|
17
17
|
* type: "live",
|
|
18
|
+
* videoName: "puppy.mp4",
|
|
18
19
|
* });
|
|
19
20
|
* ```
|
|
20
21
|
*/
|
|
@@ -48,7 +49,7 @@ export interface GetStreamsArgs {
|
|
|
48
49
|
*/
|
|
49
50
|
maxItems?: number;
|
|
50
51
|
/**
|
|
51
|
-
*
|
|
52
|
+
* Provides a partial word match of the `name` key in the `meta` field. Slow for medium to large video libraries. May be unavailable for very large libraries.
|
|
52
53
|
*/
|
|
53
54
|
search?: string;
|
|
54
55
|
/**
|
|
@@ -64,6 +65,10 @@ export interface GetStreamsArgs {
|
|
|
64
65
|
* Specifies whether the video is `vod` or `live`.
|
|
65
66
|
*/
|
|
66
67
|
type?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Provides a fast, exact string match on the `name` key in the `meta` field.
|
|
70
|
+
*/
|
|
71
|
+
videoName?: string;
|
|
67
72
|
}
|
|
68
73
|
/**
|
|
69
74
|
* A collection of values returned by getStreams.
|
|
@@ -102,7 +107,7 @@ export interface GetStreamsResult {
|
|
|
102
107
|
*/
|
|
103
108
|
readonly results: outputs.GetStreamsResult[];
|
|
104
109
|
/**
|
|
105
|
-
*
|
|
110
|
+
* Provides a partial word match of the `name` key in the `meta` field. Slow for medium to large video libraries. May be unavailable for very large libraries.
|
|
106
111
|
*/
|
|
107
112
|
readonly search?: string;
|
|
108
113
|
/**
|
|
@@ -118,6 +123,10 @@ export interface GetStreamsResult {
|
|
|
118
123
|
* Specifies whether the video is `vod` or `live`.
|
|
119
124
|
*/
|
|
120
125
|
readonly type?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Provides a fast, exact string match on the `name` key in the `meta` field.
|
|
128
|
+
*/
|
|
129
|
+
readonly videoName?: string;
|
|
121
130
|
}
|
|
122
131
|
/**
|
|
123
132
|
* ## Example Usage
|
|
@@ -134,6 +143,7 @@ export interface GetStreamsResult {
|
|
|
134
143
|
* start: "2014-01-02T02:20:00Z",
|
|
135
144
|
* status: "inprogress",
|
|
136
145
|
* type: "live",
|
|
146
|
+
* videoName: "puppy.mp4",
|
|
137
147
|
* });
|
|
138
148
|
* ```
|
|
139
149
|
*/
|
|
@@ -167,7 +177,7 @@ export interface GetStreamsOutputArgs {
|
|
|
167
177
|
*/
|
|
168
178
|
maxItems?: pulumi.Input<number>;
|
|
169
179
|
/**
|
|
170
|
-
*
|
|
180
|
+
* Provides a partial word match of the `name` key in the `meta` field. Slow for medium to large video libraries. May be unavailable for very large libraries.
|
|
171
181
|
*/
|
|
172
182
|
search?: pulumi.Input<string>;
|
|
173
183
|
/**
|
|
@@ -183,4 +193,8 @@ export interface GetStreamsOutputArgs {
|
|
|
183
193
|
* Specifies whether the video is `vod` or `live`.
|
|
184
194
|
*/
|
|
185
195
|
type?: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* Provides a fast, exact string match on the `name` key in the `meta` field.
|
|
198
|
+
*/
|
|
199
|
+
videoName?: pulumi.Input<string>;
|
|
186
200
|
}
|
package/getStreams.js
CHANGED
|
@@ -20,6 +20,7 @@ const utilities = require("./utilities");
|
|
|
20
20
|
* start: "2014-01-02T02:20:00Z",
|
|
21
21
|
* status: "inprogress",
|
|
22
22
|
* type: "live",
|
|
23
|
+
* videoName: "puppy.mp4",
|
|
23
24
|
* });
|
|
24
25
|
* ```
|
|
25
26
|
*/
|
|
@@ -36,6 +37,7 @@ function getStreams(args, opts) {
|
|
|
36
37
|
"start": args.start,
|
|
37
38
|
"status": args.status,
|
|
38
39
|
"type": args.type,
|
|
40
|
+
"videoName": args.videoName,
|
|
39
41
|
}, opts);
|
|
40
42
|
}
|
|
41
43
|
exports.getStreams = getStreams;
|
|
@@ -54,6 +56,7 @@ exports.getStreams = getStreams;
|
|
|
54
56
|
* start: "2014-01-02T02:20:00Z",
|
|
55
57
|
* status: "inprogress",
|
|
56
58
|
* type: "live",
|
|
59
|
+
* videoName: "puppy.mp4",
|
|
57
60
|
* });
|
|
58
61
|
* ```
|
|
59
62
|
*/
|
|
@@ -70,6 +73,7 @@ function getStreamsOutput(args, opts) {
|
|
|
70
73
|
"start": args.start,
|
|
71
74
|
"status": args.status,
|
|
72
75
|
"type": args.type,
|
|
76
|
+
"videoName": args.videoName,
|
|
73
77
|
}, opts);
|
|
74
78
|
}
|
|
75
79
|
exports.getStreamsOutput = getStreamsOutput;
|
package/getStreams.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreams.js","sourceRoot":"","sources":["../getStreams.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreams.js","sourceRoot":"","sources":["../getStreams.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gCAeC;AA+GD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4CAeC"}
|
|
@@ -70,6 +70,10 @@ export interface GetWorkersForPlatformsDispatchNamespaceResult {
|
|
|
70
70
|
* The current number of scripts in this Dispatch Namespace.
|
|
71
71
|
*/
|
|
72
72
|
readonly scriptCount: number;
|
|
73
|
+
/**
|
|
74
|
+
* Whether the Workers in the namespace are executed in a "trusted" manner. When a Worker is trusted, it has access to the shared caches for the zone in the Cache API, and has access to the `request.cf` object on incoming Requests. When a Worker is untrusted, caches are not shared across the zone, and `request.cf` is undefined. By default, Workers in a namespace are "untrusted".
|
|
75
|
+
*/
|
|
76
|
+
readonly trustedWorkers: boolean;
|
|
73
77
|
}
|
|
74
78
|
/**
|
|
75
79
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWorkersForPlatformsDispatchNamespace.js","sourceRoot":"","sources":["../getWorkersForPlatformsDispatchNamespace.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAA2B;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kGAAkG,EAAE;QAC7H,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0FAMC;
|
|
1
|
+
{"version":3,"file":"getWorkersForPlatformsDispatchNamespace.js","sourceRoot":"","sources":["../getWorkersForPlatformsDispatchNamespace.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAA2B;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kGAAkG,EAAE;QAC7H,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0FAMC;AAiED;;;;;;;;;;;;GAYG;AACH,SAAgB,6CAA6C,CAAC,IAAuD,EAAE,IAAiC;IACpJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kGAAkG,EAAE;QACnI,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sGAMC"}
|
package/getWorkersScripts.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
*
|
|
10
10
|
* const exampleWorkersScripts = cloudflare.getWorkersScripts({
|
|
11
11
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
12
|
+
* tags: "production:yes,staging:no",
|
|
12
13
|
* });
|
|
13
14
|
* ```
|
|
14
15
|
*/
|
|
@@ -25,6 +26,10 @@ export interface GetWorkersScriptsArgs {
|
|
|
25
26
|
* Max items to fetch, default: 1000
|
|
26
27
|
*/
|
|
27
28
|
maxItems?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Filter scripts by tags. Format: comma-separated list of tag:allowed pairs where allowed is 'yes' or 'no'.
|
|
31
|
+
*/
|
|
32
|
+
tags?: string;
|
|
28
33
|
}
|
|
29
34
|
/**
|
|
30
35
|
* A collection of values returned by getWorkersScripts.
|
|
@@ -46,6 +51,10 @@ export interface GetWorkersScriptsResult {
|
|
|
46
51
|
* The items returned by the data source
|
|
47
52
|
*/
|
|
48
53
|
readonly results: outputs.GetWorkersScriptsResult[];
|
|
54
|
+
/**
|
|
55
|
+
* Filter scripts by tags. Format: comma-separated list of tag:allowed pairs where allowed is 'yes' or 'no'.
|
|
56
|
+
*/
|
|
57
|
+
readonly tags?: string;
|
|
49
58
|
}
|
|
50
59
|
/**
|
|
51
60
|
* ## Example Usage
|
|
@@ -56,6 +65,7 @@ export interface GetWorkersScriptsResult {
|
|
|
56
65
|
*
|
|
57
66
|
* const exampleWorkersScripts = cloudflare.getWorkersScripts({
|
|
58
67
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
68
|
+
* tags: "production:yes,staging:no",
|
|
59
69
|
* });
|
|
60
70
|
* ```
|
|
61
71
|
*/
|
|
@@ -72,4 +82,8 @@ export interface GetWorkersScriptsOutputArgs {
|
|
|
72
82
|
* Max items to fetch, default: 1000
|
|
73
83
|
*/
|
|
74
84
|
maxItems?: pulumi.Input<number>;
|
|
85
|
+
/**
|
|
86
|
+
* Filter scripts by tags. Format: comma-separated list of tag:allowed pairs where allowed is 'yes' or 'no'.
|
|
87
|
+
*/
|
|
88
|
+
tags?: pulumi.Input<string>;
|
|
75
89
|
}
|
package/getWorkersScripts.js
CHANGED
|
@@ -14,6 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* const exampleWorkersScripts = cloudflare.getWorkersScripts({
|
|
16
16
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
17
|
+
* tags: "production:yes,staging:no",
|
|
17
18
|
* });
|
|
18
19
|
* ```
|
|
19
20
|
*/
|
|
@@ -22,6 +23,7 @@ function getWorkersScripts(args, opts) {
|
|
|
22
23
|
return pulumi.runtime.invoke("cloudflare:index/getWorkersScripts:getWorkersScripts", {
|
|
23
24
|
"accountId": args.accountId,
|
|
24
25
|
"maxItems": args.maxItems,
|
|
26
|
+
"tags": args.tags,
|
|
25
27
|
}, opts);
|
|
26
28
|
}
|
|
27
29
|
exports.getWorkersScripts = getWorkersScripts;
|
|
@@ -34,6 +36,7 @@ exports.getWorkersScripts = getWorkersScripts;
|
|
|
34
36
|
*
|
|
35
37
|
* const exampleWorkersScripts = cloudflare.getWorkersScripts({
|
|
36
38
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
39
|
+
* tags: "production:yes,staging:no",
|
|
37
40
|
* });
|
|
38
41
|
* ```
|
|
39
42
|
*/
|
|
@@ -42,6 +45,7 @@ function getWorkersScriptsOutput(args, opts) {
|
|
|
42
45
|
return pulumi.runtime.invokeOutput("cloudflare:index/getWorkersScripts:getWorkersScripts", {
|
|
43
46
|
"accountId": args.accountId,
|
|
44
47
|
"maxItems": args.maxItems,
|
|
48
|
+
"tags": args.tags,
|
|
45
49
|
}, opts);
|
|
46
50
|
}
|
|
47
51
|
exports.getWorkersScriptsOutput = getWorkersScriptsOutput;
|
package/getWorkersScripts.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWorkersScripts.js","sourceRoot":"","sources":["../getWorkersScripts.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getWorkersScripts.js","sourceRoot":"","sources":["../getWorkersScripts.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AA6CD;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC"}
|
|
@@ -29,12 +29,12 @@ export interface GetZeroTrustGatewayCertificateArgs {
|
|
|
29
29
|
export interface GetZeroTrustGatewayCertificateResult {
|
|
30
30
|
readonly accountId: string;
|
|
31
31
|
/**
|
|
32
|
-
* The deployment status of the certificate on Cloudflare's edge. Certificates in the 'available' (previously called 'active') state may be used for Gateway TLS interception.
|
|
32
|
+
* The read only deployment status of the certificate on Cloudflare's edge. Certificates in the 'available' (previously called 'active') state may be used for Gateway TLS interception.
|
|
33
33
|
* Available values: "pending*deployment", "available", "pending*deletion", "inactive".
|
|
34
34
|
*/
|
|
35
35
|
readonly bindingStatus: string;
|
|
36
36
|
/**
|
|
37
|
-
* The CA certificate
|
|
37
|
+
* The CA certificate(read only).
|
|
38
38
|
*/
|
|
39
39
|
readonly certificate: string;
|
|
40
40
|
/**
|
|
@@ -44,7 +44,7 @@ export interface GetZeroTrustGatewayCertificateResult {
|
|
|
44
44
|
readonly createdAt: string;
|
|
45
45
|
readonly expiresOn: string;
|
|
46
46
|
/**
|
|
47
|
-
* The SHA256 fingerprint of the certificate.
|
|
47
|
+
* The SHA256 fingerprint of the certificate(read only).
|
|
48
48
|
*/
|
|
49
49
|
readonly fingerprint: string;
|
|
50
50
|
/**
|
|
@@ -52,19 +52,19 @@ export interface GetZeroTrustGatewayCertificateResult {
|
|
|
52
52
|
*/
|
|
53
53
|
readonly id: string;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Read-only field that shows whether Gateway TLS interception is using this certificate. This value cannot be set directly. To configure the certificate for interception, use the Gateway configuration setting named certificate.
|
|
56
56
|
*/
|
|
57
57
|
readonly inUse: boolean;
|
|
58
58
|
/**
|
|
59
|
-
* The organization that issued the certificate.
|
|
59
|
+
* The organization that issued the certificate(read only).
|
|
60
60
|
*/
|
|
61
61
|
readonly issuerOrg: string;
|
|
62
62
|
/**
|
|
63
|
-
* The entire issuer field of the certificate.
|
|
63
|
+
* The entire issuer field of the certificate(read only).
|
|
64
64
|
*/
|
|
65
65
|
readonly issuerRaw: string;
|
|
66
66
|
/**
|
|
67
|
-
* The type of certificate, either BYO-PKI (custom) or Gateway-managed.
|
|
67
|
+
* The type of certificate, either BYO-PKI (custom) or Gateway-managed(read only).
|
|
68
68
|
* Available values: "custom", "gatewayManaged".
|
|
69
69
|
*/
|
|
70
70
|
readonly type: string;
|
|
@@ -43,9 +43,6 @@ export interface GetZeroTrustGatewayPolicyResult {
|
|
|
43
43
|
* The description of the rule.
|
|
44
44
|
*/
|
|
45
45
|
readonly description: string;
|
|
46
|
-
/**
|
|
47
|
-
* The wirefilter expression used for device posture check matching.
|
|
48
|
-
*/
|
|
49
46
|
readonly devicePosture: string;
|
|
50
47
|
/**
|
|
51
48
|
* True if the rule is enabled.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustGatewayPolicy.js","sourceRoot":"","sources":["../getZeroTrustGatewayPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustGatewayPolicy.js","sourceRoot":"","sources":["../getZeroTrustGatewayPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;AA6DD;;;;;;;;;;;;GAYG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC"}
|
|
@@ -41,6 +41,11 @@ export interface GetZeroTrustTunnelCloudflaredResult {
|
|
|
41
41
|
* Cloudflare account ID
|
|
42
42
|
*/
|
|
43
43
|
readonly accountTag: string;
|
|
44
|
+
/**
|
|
45
|
+
* Indicates if this is a locally or remotely configured tunnel. If `local`, manage the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the tunnel on the Zero Trust dashboard.
|
|
46
|
+
* Available values: "local", "cloudflare".
|
|
47
|
+
*/
|
|
48
|
+
readonly configSrc: string;
|
|
44
49
|
/**
|
|
45
50
|
* The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
|
|
46
51
|
*
|
|
@@ -78,6 +83,8 @@ export interface GetZeroTrustTunnelCloudflaredResult {
|
|
|
78
83
|
readonly name: string;
|
|
79
84
|
/**
|
|
80
85
|
* If `true`, the tunnel can be configured remotely from the Zero Trust dashboard. If `false`, the tunnel must be configured locally on the origin machine.
|
|
86
|
+
*
|
|
87
|
+
* @deprecated Use the configSrc field instead.
|
|
81
88
|
*/
|
|
82
89
|
readonly remoteConfig: boolean;
|
|
83
90
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustTunnelCloudflared.js","sourceRoot":"","sources":["../getZeroTrustTunnelCloudflared.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sEAOC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustTunnelCloudflared.js","sourceRoot":"","sources":["../getZeroTrustTunnelCloudflared.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sEAOC;AA0FD;;;;;;;;;;;;GAYG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kFAOC"}
|
|
@@ -9,7 +9,6 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
*
|
|
10
10
|
* const exampleZeroTrustTunnelCloudflaredRoutes = cloudflare.getZeroTrustTunnelCloudflaredRoutes({
|
|
11
11
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
12
|
-
* comment: "Example comment for this route.",
|
|
13
12
|
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
14
13
|
* isDeleted: true,
|
|
15
14
|
* networkSubset: "172.16.0.0/16",
|
|
@@ -82,7 +81,7 @@ export interface GetZeroTrustTunnelCloudflaredRoutesResult {
|
|
|
82
81
|
/**
|
|
83
82
|
* Optional remark describing the route.
|
|
84
83
|
*/
|
|
85
|
-
readonly comment
|
|
84
|
+
readonly comment: string;
|
|
86
85
|
/**
|
|
87
86
|
* If provided, include only resources that were created (and not deleted) before this time. URL encoded.
|
|
88
87
|
*/
|
|
@@ -137,7 +136,6 @@ export interface GetZeroTrustTunnelCloudflaredRoutesResult {
|
|
|
137
136
|
*
|
|
138
137
|
* const exampleZeroTrustTunnelCloudflaredRoutes = cloudflare.getZeroTrustTunnelCloudflaredRoutes({
|
|
139
138
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
140
|
-
* comment: "Example comment for this route.",
|
|
141
139
|
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
142
140
|
* isDeleted: true,
|
|
143
141
|
* networkSubset: "172.16.0.0/16",
|
|
@@ -14,7 +14,6 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* const exampleZeroTrustTunnelCloudflaredRoutes = cloudflare.getZeroTrustTunnelCloudflaredRoutes({
|
|
16
16
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
17
|
-
* comment: "Example comment for this route.",
|
|
18
17
|
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
19
18
|
* isDeleted: true,
|
|
20
19
|
* networkSubset: "172.16.0.0/16",
|
|
@@ -52,7 +51,6 @@ exports.getZeroTrustTunnelCloudflaredRoutes = getZeroTrustTunnelCloudflaredRoute
|
|
|
52
51
|
*
|
|
53
52
|
* const exampleZeroTrustTunnelCloudflaredRoutes = cloudflare.getZeroTrustTunnelCloudflaredRoutes({
|
|
54
53
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
55
|
-
* comment: "Example comment for this route.",
|
|
56
54
|
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
57
55
|
* isDeleted: true,
|
|
58
56
|
* networkSubset: "172.16.0.0/16",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustTunnelCloudflaredRoutes.js","sourceRoot":"","sources":["../getZeroTrustTunnelCloudflaredRoutes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getZeroTrustTunnelCloudflaredRoutes.js","sourceRoot":"","sources":["../getZeroTrustTunnelCloudflaredRoutes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0FAA0F,EAAE;QACrH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kFAeC;AA6GD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAAiC;IAC5I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0FAA0F,EAAE;QAC3H,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8FAeC"}
|
|
@@ -41,6 +41,11 @@ export interface GetZeroTrustTunnelWarpConnectorResult {
|
|
|
41
41
|
* Cloudflare account ID
|
|
42
42
|
*/
|
|
43
43
|
readonly accountTag: string;
|
|
44
|
+
/**
|
|
45
|
+
* Indicates if this is a locally or remotely configured tunnel. If `local`, manage the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the tunnel on the Zero Trust dashboard.
|
|
46
|
+
* Available values: "local", "cloudflare".
|
|
47
|
+
*/
|
|
48
|
+
readonly configSrc: string;
|
|
44
49
|
/**
|
|
45
50
|
* The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
|
|
46
51
|
*
|
|
@@ -78,6 +83,8 @@ export interface GetZeroTrustTunnelWarpConnectorResult {
|
|
|
78
83
|
readonly name: string;
|
|
79
84
|
/**
|
|
80
85
|
* If `true`, the tunnel can be configured remotely from the Zero Trust dashboard. If `false`, the tunnel must be configured locally on the origin machine.
|
|
86
|
+
*
|
|
87
|
+
* @deprecated Use the configSrc field instead.
|
|
81
88
|
*/
|
|
82
89
|
readonly remoteConfig: boolean;
|
|
83
90
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustTunnelWarpConnector.js","sourceRoot":"","sources":["../getZeroTrustTunnelWarpConnector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0EAOC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustTunnelWarpConnector.js","sourceRoot":"","sources":["../getZeroTrustTunnelWarpConnector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0EAOC;AA0FD;;;;;;;;;;;;GAYG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAAiC;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sFAOC"}
|
package/index.d.ts
CHANGED
|
@@ -769,6 +769,12 @@ export declare const getSchemaValidationSchemasListOutput: typeof import("./getS
|
|
|
769
769
|
export { GetSchemaValidationSettingsArgs, GetSchemaValidationSettingsResult, GetSchemaValidationSettingsOutputArgs } from "./getSchemaValidationSettings";
|
|
770
770
|
export declare const getSchemaValidationSettings: typeof import("./getSchemaValidationSettings").getSchemaValidationSettings;
|
|
771
771
|
export declare const getSchemaValidationSettingsOutput: typeof import("./getSchemaValidationSettings").getSchemaValidationSettingsOutput;
|
|
772
|
+
export { GetSnippetArgs, GetSnippetResult, GetSnippetOutputArgs } from "./getSnippet";
|
|
773
|
+
export declare const getSnippet: typeof import("./getSnippet").getSnippet;
|
|
774
|
+
export declare const getSnippetOutput: typeof import("./getSnippet").getSnippetOutput;
|
|
775
|
+
export { GetSnippetListArgs, GetSnippetListResult, GetSnippetListOutputArgs } from "./getSnippetList";
|
|
776
|
+
export declare const getSnippetList: typeof import("./getSnippetList").getSnippetList;
|
|
777
|
+
export declare const getSnippetListOutput: typeof import("./getSnippetList").getSnippetListOutput;
|
|
772
778
|
export { GetSnippetRulesListArgs, GetSnippetRulesListResult, GetSnippetRulesListOutputArgs } from "./getSnippetRulesList";
|
|
773
779
|
export declare const getSnippetRulesList: typeof import("./getSnippetRulesList").getSnippetRulesList;
|
|
774
780
|
export declare const getSnippetRulesListOutput: typeof import("./getSnippetRulesList").getSnippetRulesListOutput;
|
|
@@ -1328,6 +1334,9 @@ export declare const SchemaValidationSchemas: typeof import("./schemaValidationS
|
|
|
1328
1334
|
export { SchemaValidationSettingsArgs, SchemaValidationSettingsState } from "./schemaValidationSettings";
|
|
1329
1335
|
export type SchemaValidationSettings = import("./schemaValidationSettings").SchemaValidationSettings;
|
|
1330
1336
|
export declare const SchemaValidationSettings: typeof import("./schemaValidationSettings").SchemaValidationSettings;
|
|
1337
|
+
export { SnippetArgs, SnippetState } from "./snippet";
|
|
1338
|
+
export type Snippet = import("./snippet").Snippet;
|
|
1339
|
+
export declare const Snippet: typeof import("./snippet").Snippet;
|
|
1331
1340
|
export { SnippetRulesArgs, SnippetRulesState } from "./snippetRules";
|
|
1332
1341
|
export type SnippetRules = import("./snippetRules").SnippetRules;
|
|
1333
1342
|
export declare const SnippetRules: typeof import("./snippetRules").SnippetRules;
|
package/index.js
CHANGED
|
@@ -24,16 +24,16 @@ exports.getFilterOutput = exports.getFilter = exports.getEmailSecurityTrustedDom
|
|
|
24
24
|
exports.getLoadBalancerPoolsOutput = exports.getLoadBalancerPools = exports.getLoadBalancerPoolOutput = exports.getLoadBalancerPool = exports.getLoadBalancerMonitorsOutput = exports.getLoadBalancerMonitors = exports.getLoadBalancerMonitorOutput = exports.getLoadBalancerMonitor = exports.getLoadBalancerOutput = exports.getLoadBalancer = exports.getListsOutput = exports.getLists = exports.getListItemsOutput = exports.getListItems = exports.getListItemOutput = exports.getListItem = exports.getListOutput = exports.getList = exports.getLeakedCredentialCheckRulesOutput = exports.getLeakedCredentialCheckRules = exports.getLeakedCredentialCheckOutput = exports.getLeakedCredentialCheck = exports.getKeylessCertificatesOutput = exports.getKeylessCertificates = exports.getKeylessCertificateOutput = exports.getKeylessCertificate = exports.getIpRangesOutput = exports.getIpRanges = exports.getImagesOutput = exports.getImages = exports.getImageVariantOutput = exports.getImageVariant = exports.getImageOutput = exports.getImage = exports.getHyperdriveConfigsOutput = exports.getHyperdriveConfigs = exports.getHyperdriveConfigOutput = exports.getHyperdriveConfig = exports.getHostnameTlsSettingOutput = exports.getHostnameTlsSetting = exports.getHealthchecksOutput = exports.getHealthchecks = exports.getHealthcheckOutput = exports.getHealthcheck = exports.getFirewallRulesOutput = exports.getFirewallRules = exports.getFirewallRuleOutput = exports.getFirewallRule = exports.getFiltersOutput = exports.getFilters = void 0;
|
|
25
25
|
exports.getMtlsCertificatesOutput = exports.getMtlsCertificates = exports.getMtlsCertificateOutput = exports.getMtlsCertificate = exports.getManagedTransformsOutput = exports.getManagedTransforms = exports.getMagicWanStaticRouteOutput = exports.getMagicWanStaticRoute = exports.getMagicWanIpsecTunnelOutput = exports.getMagicWanIpsecTunnel = exports.getMagicWanGreTunnelOutput = exports.getMagicWanGreTunnel = exports.getMagicTransitSitesOutput = exports.getMagicTransitSites = exports.getMagicTransitSiteWansOutput = exports.getMagicTransitSiteWans = exports.getMagicTransitSiteWanOutput = exports.getMagicTransitSiteWan = exports.getMagicTransitSiteLansOutput = exports.getMagicTransitSiteLans = exports.getMagicTransitSiteLanOutput = exports.getMagicTransitSiteLan = exports.getMagicTransitSiteAclsOutput = exports.getMagicTransitSiteAcls = exports.getMagicTransitSiteAclOutput = exports.getMagicTransitSiteAcl = exports.getMagicTransitSiteOutput = exports.getMagicTransitSite = exports.getMagicTransitConnectorsOutput = exports.getMagicTransitConnectors = exports.getMagicTransitConnectorOutput = exports.getMagicTransitConnector = exports.getMagicNetworkMonitoringRulesOutput = exports.getMagicNetworkMonitoringRules = exports.getMagicNetworkMonitoringRuleOutput = exports.getMagicNetworkMonitoringRule = exports.getMagicNetworkMonitoringConfigurationOutput = exports.getMagicNetworkMonitoringConfiguration = exports.getLogpushJobsOutput = exports.getLogpushJobs = exports.getLogpushJobOutput = exports.getLogpushJob = exports.getLogpushDatasetJobOutput = exports.getLogpushDatasetJob = exports.getLogpushDatasetFieldOutput = exports.getLogpushDatasetField = exports.getLogpullRetentionOutput = exports.getLogpullRetention = exports.getLoadBalancersOutput = exports.getLoadBalancers = void 0;
|
|
26
26
|
exports.getR2BucketOutput = exports.getR2Bucket = exports.getQueuesOutput = exports.getQueues = exports.getQueueConsumersOutput = exports.getQueueConsumers = exports.getQueueConsumerOutput = exports.getQueueConsumer = exports.getQueueOutput = exports.getQueue = exports.getPagesProjectsOutput = exports.getPagesProjects = exports.getPagesProjectOutput = exports.getPagesProject = exports.getPagesDomainsOutput = exports.getPagesDomains = exports.getPagesDomainOutput = exports.getPagesDomain = exports.getPageShieldScriptsListOutput = exports.getPageShieldScriptsList = exports.getPageShieldScriptsOutput = exports.getPageShieldScripts = exports.getPageShieldPolicyOutput = exports.getPageShieldPolicy = exports.getPageShieldPoliciesOutput = exports.getPageShieldPolicies = exports.getPageShieldCookiesListOutput = exports.getPageShieldCookiesList = exports.getPageShieldCookiesOutput = exports.getPageShieldCookies = exports.getPageShieldConnectionsListOutput = exports.getPageShieldConnectionsList = exports.getPageShieldConnectionsOutput = exports.getPageShieldConnections = exports.getPageRuleOutput = exports.getPageRule = exports.getOriginCaCertificatesOutput = exports.getOriginCaCertificates = exports.getOriginCaCertificateOutput = exports.getOriginCaCertificate = exports.getObservatoryScheduledTestOutput = exports.getObservatoryScheduledTest = exports.getNotificationPolicyWebhooksListOutput = exports.getNotificationPolicyWebhooksList = exports.getNotificationPolicyWebhooksOutput = exports.getNotificationPolicyWebhooks = exports.getNotificationPolicyOutput = exports.getNotificationPolicy = exports.getNotificationPoliciesOutput = exports.getNotificationPolicies = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.
|
|
31
|
-
exports.
|
|
32
|
-
exports.
|
|
33
|
-
exports.
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
36
|
-
exports.types = exports.config = exports.ZoneSubscription = exports.ZoneSetting = exports.ZoneLockdown = exports.ZoneHold = exports.ZoneDnssec = exports.ZoneDnsSettings = exports.ZoneCacheVariants = exports.ZoneCacheReserve = exports.Zone = exports.ZeroTrustTunnelWarpConnector = void 0;
|
|
27
|
+
exports.getSnippetRulesListOutput = exports.getSnippetRulesList = exports.getSnippetListOutput = exports.getSnippetList = exports.getSnippetOutput = exports.getSnippet = exports.getSchemaValidationSettingsOutput = exports.getSchemaValidationSettings = exports.getSchemaValidationSchemasListOutput = exports.getSchemaValidationSchemasList = exports.getSchemaValidationSchemasOutput = exports.getSchemaValidationSchemas = exports.getSchemaValidationOperationSettingsListOutput = exports.getSchemaValidationOperationSettingsList = exports.getSchemaValidationOperationSettingsOutput = exports.getSchemaValidationOperationSettings = exports.getRulesetsOutput = exports.getRulesets = exports.getRulesetOutput = exports.getRuleset = exports.getResourceGroupsOutput = exports.getResourceGroups = exports.getResourceGroupOutput = exports.getResourceGroup = exports.getRegistrarDomainsOutput = exports.getRegistrarDomains = exports.getRegistrarDomainOutput = exports.getRegistrarDomain = exports.getRegionalTieredCacheOutput = exports.getRegionalTieredCache = exports.getRegionalHostnamesOutput = exports.getRegionalHostnames = exports.getRegionalHostnameOutput = exports.getRegionalHostname = exports.getRateLimitsOutput = exports.getRateLimits = exports.getRateLimitOutput = exports.getRateLimit = exports.getR2CustomDomainOutput = exports.getR2CustomDomain = exports.getR2BucketSippyOutput = exports.getR2BucketSippy = exports.getR2BucketLockOutput = exports.getR2BucketLock = exports.getR2BucketLifecycleOutput = exports.getR2BucketLifecycle = exports.getR2BucketEventNotificationOutput = exports.getR2BucketEventNotification = exports.getR2BucketCorsOutput = exports.getR2BucketCors = void 0;
|
|
28
|
+
exports.getWaitingRoomEventsOutput = exports.getWaitingRoomEvents = exports.getWaitingRoomEventOutput = exports.getWaitingRoomEvent = exports.getWaitingRoomOutput = exports.getWaitingRoom = exports.getUserAgentBlockingRulesOutput = exports.getUserAgentBlockingRules = exports.getUserAgentBlockingRuleOutput = exports.getUserAgentBlockingRule = exports.getUserOutput = exports.getUser = exports.getUrlNormalizationSettingsOutput = exports.getUrlNormalizationSettings = exports.getTurnstileWidgetsOutput = exports.getTurnstileWidgets = exports.getTurnstileWidgetOutput = exports.getTurnstileWidget = exports.getTotalTlsOutput = exports.getTotalTls = exports.getTieredCacheOutput = exports.getTieredCache = exports.getStreamsOutput = exports.getStreams = exports.getStreamWebhookOutput = exports.getStreamWebhook = exports.getStreamWatermarksOutput = exports.getStreamWatermarks = exports.getStreamWatermarkOutput = exports.getStreamWatermark = exports.getStreamLiveInputOutput = exports.getStreamLiveInput = exports.getStreamKeyOutput = exports.getStreamKey = exports.getStreamDownloadOutput = exports.getStreamDownload = exports.getStreamCaptionLanguageOutput = exports.getStreamCaptionLanguage = exports.getStreamAudioTrackOutput = exports.getStreamAudioTrack = exports.getStreamOutput = exports.getStream = exports.getSpectrumApplicationsOutput = exports.getSpectrumApplications = exports.getSpectrumApplicationOutput = exports.getSpectrumApplication = exports.getSnippetsListOutput = exports.getSnippetsList = exports.getSnippetsOutput = exports.getSnippets = void 0;
|
|
29
|
+
exports.getZeroTrustAccessCustomPagesOutput = exports.getZeroTrustAccessCustomPages = exports.getZeroTrustAccessCustomPageOutput = exports.getZeroTrustAccessCustomPage = exports.getZeroTrustAccessApplicationsOutput = exports.getZeroTrustAccessApplications = exports.getZeroTrustAccessApplicationOutput = exports.getZeroTrustAccessApplication = exports.getWorkersScriptsOutput = exports.getWorkersScripts = exports.getWorkersScriptSubdomainOutput = exports.getWorkersScriptSubdomain = exports.getWorkersScriptOutput = exports.getWorkersScript = exports.getWorkersRoutesOutput = exports.getWorkersRoutes = exports.getWorkersRouteOutput = exports.getWorkersRoute = exports.getWorkersKvNamespacesOutput = exports.getWorkersKvNamespaces = exports.getWorkersKvNamespaceOutput = exports.getWorkersKvNamespace = exports.getWorkersKvOutput = exports.getWorkersKv = exports.getWorkersForPlatformsDispatchNamespacesOutput = exports.getWorkersForPlatformsDispatchNamespaces = exports.getWorkersForPlatformsDispatchNamespaceOutput = exports.getWorkersForPlatformsDispatchNamespace = exports.getWorkersDeploymentOutput = exports.getWorkersDeployment = exports.getWorkersCustomDomainsOutput = exports.getWorkersCustomDomains = exports.getWorkersCustomDomainOutput = exports.getWorkersCustomDomain = exports.getWorkersCronTriggerOutput = exports.getWorkersCronTrigger = exports.getWebAnalyticsSitesOutput = exports.getWebAnalyticsSites = exports.getWebAnalyticsSiteOutput = exports.getWebAnalyticsSite = exports.getWeb3HostnamesOutput = exports.getWeb3Hostnames = exports.getWeb3HostnameOutput = exports.getWeb3Hostname = exports.getWaitingRoomsOutput = exports.getWaitingRooms = exports.getWaitingRoomSettingsOutput = exports.getWaitingRoomSettings = exports.getWaitingRoomRulesOutput = exports.getWaitingRoomRules = void 0;
|
|
30
|
+
exports.getZeroTrustDeviceManagedNetworksOutput = exports.getZeroTrustDeviceManagedNetworks = exports.getZeroTrustDeviceDefaultProfileLocalDomainFallbackOutput = exports.getZeroTrustDeviceDefaultProfileLocalDomainFallback = exports.getZeroTrustDeviceDefaultProfileCertificatesOutput = exports.getZeroTrustDeviceDefaultProfileCertificates = exports.getZeroTrustDeviceDefaultProfileOutput = exports.getZeroTrustDeviceDefaultProfile = exports.getZeroTrustDeviceCustomProfilesOutput = exports.getZeroTrustDeviceCustomProfiles = exports.getZeroTrustDeviceCustomProfileLocalDomainFallbackOutput = exports.getZeroTrustDeviceCustomProfileLocalDomainFallback = exports.getZeroTrustDeviceCustomProfileOutput = exports.getZeroTrustDeviceCustomProfile = exports.getZeroTrustAccessTagsOutput = exports.getZeroTrustAccessTags = exports.getZeroTrustAccessTagOutput = exports.getZeroTrustAccessTag = exports.getZeroTrustAccessShortLivedCertificatesOutput = exports.getZeroTrustAccessShortLivedCertificates = exports.getZeroTrustAccessShortLivedCertificateOutput = exports.getZeroTrustAccessShortLivedCertificate = exports.getZeroTrustAccessServiceTokensOutput = exports.getZeroTrustAccessServiceTokens = exports.getZeroTrustAccessServiceTokenOutput = exports.getZeroTrustAccessServiceToken = exports.getZeroTrustAccessPolicyOutput = exports.getZeroTrustAccessPolicy = exports.getZeroTrustAccessPoliciesOutput = exports.getZeroTrustAccessPolicies = exports.getZeroTrustAccessMtlsHostnameSettingsOutput = exports.getZeroTrustAccessMtlsHostnameSettings = exports.getZeroTrustAccessMtlsCertificatesOutput = exports.getZeroTrustAccessMtlsCertificates = exports.getZeroTrustAccessMtlsCertificateOutput = exports.getZeroTrustAccessMtlsCertificate = exports.getZeroTrustAccessKeyConfigurationOutput = exports.getZeroTrustAccessKeyConfiguration = exports.getZeroTrustAccessInfrastructureTargetsOutput = exports.getZeroTrustAccessInfrastructureTargets = exports.getZeroTrustAccessInfrastructureTargetOutput = exports.getZeroTrustAccessInfrastructureTarget = exports.getZeroTrustAccessIdentityProvidersOutput = exports.getZeroTrustAccessIdentityProviders = exports.getZeroTrustAccessIdentityProviderOutput = exports.getZeroTrustAccessIdentityProvider = exports.getZeroTrustAccessGroupsOutput = exports.getZeroTrustAccessGroups = exports.getZeroTrustAccessGroupOutput = exports.getZeroTrustAccessGroup = void 0;
|
|
31
|
+
exports.getZeroTrustGatewaySettingsOutput = exports.getZeroTrustGatewaySettings = exports.getZeroTrustGatewayProxyEndpointOutput = exports.getZeroTrustGatewayProxyEndpoint = exports.getZeroTrustGatewayPolicyOutput = exports.getZeroTrustGatewayPolicy = exports.getZeroTrustGatewayPoliciesOutput = exports.getZeroTrustGatewayPolicies = exports.getZeroTrustGatewayLoggingOutput = exports.getZeroTrustGatewayLogging = exports.getZeroTrustGatewayCertificatesOutput = exports.getZeroTrustGatewayCertificates = exports.getZeroTrustGatewayCertificateOutput = exports.getZeroTrustGatewayCertificate = exports.getZeroTrustGatewayCategoriesListOutput = exports.getZeroTrustGatewayCategoriesList = exports.getZeroTrustGatewayAppTypesListOutput = exports.getZeroTrustGatewayAppTypesList = exports.getZeroTrustDnsLocationsOutput = exports.getZeroTrustDnsLocations = exports.getZeroTrustDnsLocationOutput = exports.getZeroTrustDnsLocation = exports.getZeroTrustDlpPredefinedProfileOutput = exports.getZeroTrustDlpPredefinedProfile = exports.getZeroTrustDlpEntryOutput = exports.getZeroTrustDlpEntry = exports.getZeroTrustDlpEntriesOutput = exports.getZeroTrustDlpEntries = exports.getZeroTrustDlpDatasetsOutput = exports.getZeroTrustDlpDatasets = exports.getZeroTrustDlpDatasetOutput = exports.getZeroTrustDlpDataset = exports.getZeroTrustDlpCustomProfileOutput = exports.getZeroTrustDlpCustomProfile = exports.getZeroTrustDexTestsOutput = exports.getZeroTrustDexTests = exports.getZeroTrustDexTestOutput = exports.getZeroTrustDexTest = exports.getZeroTrustDeviceSettingsOutput = exports.getZeroTrustDeviceSettings = exports.getZeroTrustDevicePostureRulesOutput = exports.getZeroTrustDevicePostureRules = exports.getZeroTrustDevicePostureRuleOutput = exports.getZeroTrustDevicePostureRule = exports.getZeroTrustDevicePostureIntegrationsOutput = exports.getZeroTrustDevicePostureIntegrations = exports.getZeroTrustDevicePostureIntegrationOutput = exports.getZeroTrustDevicePostureIntegration = exports.getZeroTrustDeviceManagedNetworksListOutput = exports.getZeroTrustDeviceManagedNetworksList = void 0;
|
|
32
|
+
exports.getZoneLockdownsOutput = exports.getZoneLockdowns = exports.getZoneLockdownOutput = exports.getZoneLockdown = exports.getZoneHoldOutput = exports.getZoneHold = exports.getZoneDnssecOutput = exports.getZoneDnssec = exports.getZoneDnsSettingsOutput = exports.getZoneDnsSettings = exports.getZoneCacheVariantsOutput = exports.getZoneCacheVariants = exports.getZoneCacheReserveOutput = exports.getZoneCacheReserve = exports.getZoneOutput = exports.getZone = exports.getZeroTrustTunnelWarpConnectorsOutput = exports.getZeroTrustTunnelWarpConnectors = exports.getZeroTrustTunnelWarpConnectorTokenOutput = exports.getZeroTrustTunnelWarpConnectorToken = exports.getZeroTrustTunnelWarpConnectorOutput = exports.getZeroTrustTunnelWarpConnector = exports.getZeroTrustTunnelCloudflaredsOutput = exports.getZeroTrustTunnelCloudflareds = exports.getZeroTrustTunnelCloudflaredVirtualNetworksOutput = exports.getZeroTrustTunnelCloudflaredVirtualNetworks = exports.getZeroTrustTunnelCloudflaredVirtualNetworkOutput = exports.getZeroTrustTunnelCloudflaredVirtualNetwork = exports.getZeroTrustTunnelCloudflaredTokenOutput = exports.getZeroTrustTunnelCloudflaredToken = exports.getZeroTrustTunnelCloudflaredRoutesOutput = exports.getZeroTrustTunnelCloudflaredRoutes = exports.getZeroTrustTunnelCloudflaredRouteOutput = exports.getZeroTrustTunnelCloudflaredRoute = exports.getZeroTrustTunnelCloudflaredConfigOutput = exports.getZeroTrustTunnelCloudflaredConfig = exports.getZeroTrustTunnelCloudflaredOutput = exports.getZeroTrustTunnelCloudflared = exports.getZeroTrustRiskScoringIntegrationsOutput = exports.getZeroTrustRiskScoringIntegrations = exports.getZeroTrustRiskScoringIntegrationOutput = exports.getZeroTrustRiskScoringIntegration = exports.getZeroTrustRiskBehaviorOutput = exports.getZeroTrustRiskBehavior = exports.getZeroTrustOrganizationOutput = exports.getZeroTrustOrganization = exports.getZeroTrustListsOutput = exports.getZeroTrustLists = exports.getZeroTrustListOutput = exports.getZeroTrustList = void 0;
|
|
33
|
+
exports.R2BucketLock = exports.R2BucketLifecycle = exports.R2BucketEventNotification = exports.R2BucketCors = exports.R2Bucket = exports.QueueConsumer = exports.Queue = exports.PagesProject = exports.PagesDomain = exports.PageShieldPolicy = exports.PageRule = exports.OriginCaCertificate = exports.ObservatoryScheduledTest = exports.NotificationPolicyWebhooks = exports.NotificationPolicy = exports.MtlsCertificate = exports.ManagedTransforms = exports.ManagedHeaders = exports.MagicWanStaticRoute = exports.MagicWanIpsecTunnel = exports.MagicWanGreTunnel = exports.MagicTransitSiteWan = exports.MagicTransitSiteLan = exports.MagicTransitSiteAcl = exports.MagicTransitSite = exports.MagicTransitConnector = exports.MagicNetworkMonitoringRule = exports.MagicNetworkMonitoringConfiguration = exports.LogpushOwnershipChallenge = exports.LogpushJob = exports.LogpullRetention = exports.LoadBalancerPool = exports.LoadBalancerMonitor = exports.LoadBalancer = exports.ListItem = exports.List = exports.LeakedCredentialCheckRule = exports.LeakedCredentialCheck = exports.KeylessCertificate = exports.ImageVariant = exports.Image = exports.HyperdriveConfig = exports.HostnameTlsSetting = exports.Healthcheck = exports.getZonesOutput = exports.getZones = exports.getZoneSubscriptionOutput = exports.getZoneSubscription = exports.getZoneSettingOutput = exports.getZoneSetting = void 0;
|
|
34
|
+
exports.WorkerDomain = exports.WorkerCronTrigger = exports.WebAnalyticsSite = exports.WebAnalyticsRule = exports.Web3Hostname = exports.WaitingRoomSettings = exports.WaitingRoomRules = exports.WaitingRoomEvent = exports.WaitingRoom = exports.UserAgentBlockingRule = exports.User = exports.UrlNormalizationSettings = exports.TurnstileWidget = exports.TunnelVirtualNetwork = exports.TunnelRoute = exports.TunnelConfig = exports.Tunnel = exports.TotalTls = exports.TieredCache = exports.TeamsRule = exports.TeamsProxyEndpoint = exports.TeamsLocation = exports.TeamsList = exports.TeamsAccount = exports.StreamWebhook = exports.StreamWatermark = exports.StreamLiveInput = exports.StreamKey = exports.StreamDownload = exports.StreamCaptionLanguage = exports.StreamAudioTrack = exports.Stream = exports.StaticRoute = exports.SpectrumApplication = exports.Snippets = exports.SnippetRules = exports.Snippet = exports.SchemaValidationSettings = exports.SchemaValidationSchemas = exports.SchemaValidationOperationSettings = exports.Ruleset = exports.RiskBehavior = exports.RegistrarDomain = exports.RegionalTieredCache = exports.RegionalHostname = exports.Record = exports.RateLimit = exports.R2ManagedDomain = exports.R2CustomDomain = exports.R2BucketSippy = void 0;
|
|
35
|
+
exports.ZeroTrustRiskBehavior = exports.ZeroTrustOrganization = exports.ZeroTrustLocalFallbackDomain = exports.ZeroTrustList = exports.ZeroTrustGatewaySettings = exports.ZeroTrustGatewayProxyEndpoint = exports.ZeroTrustGatewayPolicy = exports.ZeroTrustGatewayLogging = exports.ZeroTrustGatewayCertificate = exports.ZeroTrustDnsLocation = exports.ZeroTrustDlpPredefinedProfile = exports.ZeroTrustDlpPredefinedEntry = exports.ZeroTrustDlpIntegrationEntry = exports.ZeroTrustDlpEntry = exports.ZeroTrustDlpDataset = exports.ZeroTrustDlpCustomProfile = exports.ZeroTrustDlpCustomEntry = exports.ZeroTrustDexTest = exports.ZeroTrustDeviceSettings = exports.ZeroTrustDevicePostureRule = exports.ZeroTrustDevicePostureIntegration = exports.ZeroTrustDeviceManagedNetworks = exports.ZeroTrustDeviceDefaultProfileLocalDomainFallback = exports.ZeroTrustDeviceDefaultProfileCertificates = exports.ZeroTrustDeviceDefaultProfile = exports.ZeroTrustDeviceCustomProfileLocalDomainFallback = exports.ZeroTrustDeviceCustomProfile = exports.ZeroTrustAccessTag = exports.ZeroTrustAccessShortLivedCertificate = exports.ZeroTrustAccessServiceToken = exports.ZeroTrustAccessPolicy = exports.ZeroTrustAccessMtlsHostnameSettings = exports.ZeroTrustAccessMtlsCertificate = exports.ZeroTrustAccessKeyConfiguration = exports.ZeroTrustAccessInfrastructureTarget = exports.ZeroTrustAccessIdentityProvider = exports.ZeroTrustAccessGroup = exports.ZeroTrustAccessCustomPage = exports.ZeroTrustAccessApplication = exports.WorkersScriptSubdomain = exports.WorkersScript = exports.WorkersRoute = exports.WorkersKvNamespace = exports.WorkersKv = exports.WorkersForPlatformsNamespace = exports.WorkersForPlatformsDispatchNamespace = exports.WorkersDeployment = exports.WorkersCustomDomain = exports.WorkersCronTrigger = exports.WorkerScript = void 0;
|
|
36
|
+
exports.types = exports.config = exports.ZoneSubscription = exports.ZoneSetting = exports.ZoneLockdown = exports.ZoneHold = exports.ZoneDnssec = exports.ZoneDnsSettings = exports.ZoneCacheVariants = exports.ZoneCacheReserve = exports.Zone = exports.ZeroTrustTunnelWarpConnector = exports.ZeroTrustTunnelCloudflaredVirtualNetwork = exports.ZeroTrustTunnelCloudflaredRoute = exports.ZeroTrustTunnelCloudflaredConfig = exports.ZeroTrustTunnelCloudflared = exports.ZeroTrustRiskScoringIntegration = void 0;
|
|
37
37
|
const pulumi = require("@pulumi/pulumi");
|
|
38
38
|
const utilities = require("./utilities");
|
|
39
39
|
exports.AccessApplication = null;
|
|
@@ -737,6 +737,12 @@ utilities.lazyLoad(exports, ["getSchemaValidationSchemasList", "getSchemaValidat
|
|
|
737
737
|
exports.getSchemaValidationSettings = null;
|
|
738
738
|
exports.getSchemaValidationSettingsOutput = null;
|
|
739
739
|
utilities.lazyLoad(exports, ["getSchemaValidationSettings", "getSchemaValidationSettingsOutput"], () => require("./getSchemaValidationSettings"));
|
|
740
|
+
exports.getSnippet = null;
|
|
741
|
+
exports.getSnippetOutput = null;
|
|
742
|
+
utilities.lazyLoad(exports, ["getSnippet", "getSnippetOutput"], () => require("./getSnippet"));
|
|
743
|
+
exports.getSnippetList = null;
|
|
744
|
+
exports.getSnippetListOutput = null;
|
|
745
|
+
utilities.lazyLoad(exports, ["getSnippetList", "getSnippetListOutput"], () => require("./getSnippetList"));
|
|
740
746
|
exports.getSnippetRulesList = null;
|
|
741
747
|
exports.getSnippetRulesListOutput = null;
|
|
742
748
|
utilities.lazyLoad(exports, ["getSnippetRulesList", "getSnippetRulesListOutput"], () => require("./getSnippetRulesList"));
|
|
@@ -1240,6 +1246,8 @@ exports.SchemaValidationSchemas = null;
|
|
|
1240
1246
|
utilities.lazyLoad(exports, ["SchemaValidationSchemas"], () => require("./schemaValidationSchemas"));
|
|
1241
1247
|
exports.SchemaValidationSettings = null;
|
|
1242
1248
|
utilities.lazyLoad(exports, ["SchemaValidationSettings"], () => require("./schemaValidationSettings"));
|
|
1249
|
+
exports.Snippet = null;
|
|
1250
|
+
utilities.lazyLoad(exports, ["Snippet"], () => require("./snippet"));
|
|
1243
1251
|
exports.SnippetRules = null;
|
|
1244
1252
|
utilities.lazyLoad(exports, ["SnippetRules"], () => require("./snippetRules"));
|
|
1245
1253
|
exports.Snippets = null;
|
|
@@ -1705,6 +1713,8 @@ const _module = {
|
|
|
1705
1713
|
return new exports.SchemaValidationSchemas(name, undefined, { urn });
|
|
1706
1714
|
case "cloudflare:index/schemaValidationSettings:SchemaValidationSettings":
|
|
1707
1715
|
return new exports.SchemaValidationSettings(name, undefined, { urn });
|
|
1716
|
+
case "cloudflare:index/snippet:Snippet":
|
|
1717
|
+
return new exports.Snippet(name, undefined, { urn });
|
|
1708
1718
|
case "cloudflare:index/snippetRules:SnippetRules":
|
|
1709
1719
|
return new exports.SnippetRules(name, undefined, { urn });
|
|
1710
1720
|
case "cloudflare:index/snippets:Snippets":
|
|
@@ -2039,6 +2049,7 @@ pulumi.runtime.registerResourceModule("cloudflare", "index/ruleset", _module);
|
|
|
2039
2049
|
pulumi.runtime.registerResourceModule("cloudflare", "index/schemaValidationOperationSettings", _module);
|
|
2040
2050
|
pulumi.runtime.registerResourceModule("cloudflare", "index/schemaValidationSchemas", _module);
|
|
2041
2051
|
pulumi.runtime.registerResourceModule("cloudflare", "index/schemaValidationSettings", _module);
|
|
2052
|
+
pulumi.runtime.registerResourceModule("cloudflare", "index/snippet", _module);
|
|
2042
2053
|
pulumi.runtime.registerResourceModule("cloudflare", "index/snippetRules", _module);
|
|
2043
2054
|
pulumi.runtime.registerResourceModule("cloudflare", "index/snippets", _module);
|
|
2044
2055
|
pulumi.runtime.registerResourceModule("cloudflare", "index/spectrumApplication", _module);
|