@pulumi/cloudflare 6.7.0 → 6.8.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 +2 -0
- package/accessMutualTlsCertificate.js +2 -0
- package/accessMutualTlsCertificate.js.map +1 -1
- package/accessPolicy.d.ts +1 -1
- package/accessPolicy.js +0 -3
- package/accessPolicy.js.map +1 -1
- package/account.d.ts +2 -5
- package/account.js +0 -3
- package/account.js.map +1 -1
- package/argoTieredCaching.d.ts +5 -5
- package/botManagement.d.ts +12 -0
- package/botManagement.js +2 -0
- package/botManagement.js.map +1 -1
- package/getAccount.d.ts +4 -0
- package/getAccount.js.map +1 -1
- package/getAccountMember.d.ts +4 -0
- package/getAccountMember.js.map +1 -1
- package/getArgoTieredCaching.d.ts +6 -6
- package/getBotManagement.d.ts +4 -0
- package/getBotManagement.js.map +1 -1
- package/getListItems.d.ts +14 -0
- package/getListItems.js +4 -0
- package/getListItems.js.map +1 -1
- package/getNotificationPolicyWebhooks.d.ts +1 -1
- package/getRegionalTieredCache.d.ts +6 -6
- package/getRuleset.d.ts +33 -13
- package/getRuleset.js +6 -6
- package/getRuleset.js.map +1 -1
- package/getRulesets.d.ts +18 -14
- package/getRulesets.js +2 -4
- package/getRulesets.js.map +1 -1
- package/getTieredCache.d.ts +6 -6
- package/getWorker.d.ts +105 -0
- package/getWorker.js +50 -0
- package/getWorker.js.map +1 -0
- package/getWorkerVersion.d.ts +151 -0
- package/getWorkerVersion.js +58 -0
- package/getWorkerVersion.js.map +1 -0
- package/getWorkerVersions.d.ts +89 -0
- package/getWorkerVersions.js +52 -0
- package/getWorkerVersions.js.map +1 -0
- package/getWorkers.d.ts +75 -0
- package/getWorkers.js +48 -0
- package/getWorkers.js.map +1 -0
- package/getWorkersKvNamespace.d.ts +0 -4
- package/getWorkersKvNamespace.js.map +1 -1
- package/getZeroTrustDlpCustomEntries.d.ts +66 -0
- package/getZeroTrustDlpCustomEntries.js +48 -0
- package/getZeroTrustDlpCustomEntries.js.map +1 -0
- package/getZeroTrustDlpCustomEntry.d.ts +75 -0
- package/getZeroTrustDlpCustomEntry.js +50 -0
- package/getZeroTrustDlpCustomEntry.js.map +1 -0
- package/getZeroTrustDlpEntry.d.ts +1 -0
- package/getZeroTrustDlpEntry.js.map +1 -1
- package/getZeroTrustDlpIntegrationEntries.d.ts +66 -0
- package/getZeroTrustDlpIntegrationEntries.js +48 -0
- package/getZeroTrustDlpIntegrationEntries.js.map +1 -0
- package/getZeroTrustDlpIntegrationEntry.d.ts +75 -0
- package/getZeroTrustDlpIntegrationEntry.js +50 -0
- package/getZeroTrustDlpIntegrationEntry.js.map +1 -0
- package/getZeroTrustDlpPredefinedEntries.d.ts +66 -0
- package/getZeroTrustDlpPredefinedEntries.js +48 -0
- package/getZeroTrustDlpPredefinedEntries.js.map +1 -0
- package/getZeroTrustDlpPredefinedEntry.d.ts +75 -0
- package/getZeroTrustDlpPredefinedEntry.js +50 -0
- package/getZeroTrustDlpPredefinedEntry.js.map +1 -0
- package/getZeroTrustGatewayAppTypesList.d.ts +3 -3
- package/getZeroTrustGatewayCategoriesList.d.ts +3 -3
- package/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +14 -0
- package/getZeroTrustTunnelCloudflaredVirtualNetworks.js +4 -0
- package/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
- package/getZone.d.ts +5 -2
- package/getZone.js.map +1 -1
- package/getZoneCacheReserve.d.ts +6 -6
- package/getZoneCacheVariants.d.ts +8 -7
- package/getZoneCacheVariants.js.map +1 -1
- package/index.d.ts +36 -0
- package/index.js +48 -8
- package/index.js.map +1 -1
- package/magicWanGreTunnel.d.ts +0 -26
- package/magicWanGreTunnel.js +0 -26
- package/magicWanGreTunnel.js.map +1 -1
- package/magicWanIpsecTunnel.d.ts +0 -26
- package/magicWanIpsecTunnel.js +0 -26
- package/magicWanIpsecTunnel.js.map +1 -1
- package/notificationPolicyWebhooks.d.ts +2 -2
- package/package.json +2 -2
- package/regionalTieredCache.d.ts +5 -5
- package/ruleset.d.ts +19 -0
- package/ruleset.js +19 -0
- package/ruleset.js.map +1 -1
- package/teamsAccount.d.ts +3 -3
- package/teamsRule.d.ts +11 -11
- package/tieredCache.d.ts +8 -8
- package/types/input.d.ts +477 -52
- package/types/output.d.ts +2918 -1266
- package/worker.d.ts +147 -0
- package/worker.js +80 -0
- package/worker.js.map +1 -0
- package/workerScript.d.ts +75 -49
- package/workerScript.js +11 -1
- package/workerScript.js.map +1 -1
- package/workerVersion.d.ts +236 -0
- package/workerVersion.js +94 -0
- package/workerVersion.js.map +1 -0
- package/workersKvNamespace.d.ts +0 -8
- package/workersKvNamespace.js +0 -2
- package/workersKvNamespace.js.map +1 -1
- package/workersScript.d.ts +75 -49
- package/workersScript.js +11 -1
- package/workersScript.js.map +1 -1
- package/zeroTrustAccessMtlsCertificate.d.ts +2 -0
- package/zeroTrustAccessMtlsCertificate.js +2 -0
- package/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/zeroTrustAccessPolicy.d.ts +1 -1
- package/zeroTrustAccessPolicy.js +0 -3
- package/zeroTrustAccessPolicy.js.map +1 -1
- package/zeroTrustDeviceCustomProfile.d.ts +3 -3
- package/zeroTrustDlpCustomEntry.d.ts +11 -7
- package/zeroTrustDlpCustomEntry.js +9 -1
- package/zeroTrustDlpCustomEntry.js.map +1 -1
- package/zeroTrustDlpEntry.d.ts +2 -0
- package/zeroTrustDlpEntry.js +2 -0
- package/zeroTrustDlpEntry.js.map +1 -1
- package/zeroTrustDlpIntegrationEntry.d.ts +38 -0
- package/zeroTrustDlpIntegrationEntry.js +20 -0
- package/zeroTrustDlpIntegrationEntry.js.map +1 -1
- package/zeroTrustDlpPredefinedEntry.d.ts +38 -0
- package/zeroTrustDlpPredefinedEntry.js +22 -0
- package/zeroTrustDlpPredefinedEntry.js.map +1 -1
- package/zeroTrustGatewayPolicy.d.ts +11 -11
- package/zeroTrustGatewaySettings.d.ts +3 -3
- package/zone.d.ts +10 -4
- package/zone.js.map +1 -1
- package/zoneCacheReserve.d.ts +5 -5
- package/zoneCacheVariants.d.ts +5 -5
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getWorkerVersionsOutput = exports.getWorkerVersions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
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 exampleWorkerVersions = cloudflare.getWorkerVersions({
|
|
16
|
+
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
17
|
+
* workerId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getWorkerVersions(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("cloudflare:index/getWorkerVersions:getWorkerVersions", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
"maxItems": args.maxItems,
|
|
26
|
+
"workerId": args.workerId,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getWorkerVersions = getWorkerVersions;
|
|
30
|
+
/**
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
36
|
+
*
|
|
37
|
+
* const exampleWorkerVersions = cloudflare.getWorkerVersions({
|
|
38
|
+
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
39
|
+
* workerId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getWorkerVersionsOutput(args, opts) {
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getWorkerVersions:getWorkerVersions", {
|
|
46
|
+
"accountId": args.accountId,
|
|
47
|
+
"maxItems": args.maxItems,
|
|
48
|
+
"workerId": args.workerId,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getWorkerVersionsOutput = getWorkerVersionsOutput;
|
|
52
|
+
//# sourceMappingURL=getWorkerVersions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWorkerVersions.js","sourceRoot":"","sources":["../getWorkerVersions.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,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,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,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC"}
|
package/getWorkers.d.ts
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
9
|
+
*
|
|
10
|
+
* const exampleWorkers = cloudflare.getWorkers({
|
|
11
|
+
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
12
|
+
* });
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare function getWorkers(args: GetWorkersArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkersResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking getWorkers.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetWorkersArgs {
|
|
20
|
+
/**
|
|
21
|
+
* Identifier.
|
|
22
|
+
*/
|
|
23
|
+
accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* Max items to fetch, default: 1000
|
|
26
|
+
*/
|
|
27
|
+
maxItems?: number;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getWorkers.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetWorkersResult {
|
|
33
|
+
/**
|
|
34
|
+
* Identifier.
|
|
35
|
+
*/
|
|
36
|
+
readonly accountId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The provider-assigned unique ID for this managed resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* Max items to fetch, default: 1000
|
|
43
|
+
*/
|
|
44
|
+
readonly maxItems?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The items returned by the data source
|
|
47
|
+
*/
|
|
48
|
+
readonly results: outputs.GetWorkersResult[];
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
56
|
+
*
|
|
57
|
+
* const exampleWorkers = cloudflare.getWorkers({
|
|
58
|
+
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function getWorkersOutput(args: GetWorkersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWorkersResult>;
|
|
63
|
+
/**
|
|
64
|
+
* A collection of arguments for invoking getWorkers.
|
|
65
|
+
*/
|
|
66
|
+
export interface GetWorkersOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* Identifier.
|
|
69
|
+
*/
|
|
70
|
+
accountId: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Max items to fetch, default: 1000
|
|
73
|
+
*/
|
|
74
|
+
maxItems?: pulumi.Input<number>;
|
|
75
|
+
}
|
package/getWorkers.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getWorkersOutput = exports.getWorkers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
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 exampleWorkers = cloudflare.getWorkers({
|
|
16
|
+
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getWorkers(args, opts) {
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("cloudflare:index/getWorkers:getWorkers", {
|
|
23
|
+
"accountId": args.accountId,
|
|
24
|
+
"maxItems": args.maxItems,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getWorkers = getWorkers;
|
|
28
|
+
/**
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
34
|
+
*
|
|
35
|
+
* const exampleWorkers = cloudflare.getWorkers({
|
|
36
|
+
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
function getWorkersOutput(args, opts) {
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getWorkers:getWorkers", {
|
|
43
|
+
"accountId": args.accountId,
|
|
44
|
+
"maxItems": args.maxItems,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getWorkersOutput = getWorkersOutput;
|
|
48
|
+
//# sourceMappingURL=getWorkers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWorkers.js","sourceRoot":"","sources":["../getWorkers.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAqCD;;;;;;;;;;;GAWG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
|
@@ -37,10 +37,6 @@ export interface GetWorkersKvNamespaceResult {
|
|
|
37
37
|
* Identifier.
|
|
38
38
|
*/
|
|
39
39
|
readonly accountId: string;
|
|
40
|
-
/**
|
|
41
|
-
* True if new beta namespace, with additional preview features.
|
|
42
|
-
*/
|
|
43
|
-
readonly beta: boolean;
|
|
44
40
|
readonly filter?: outputs.GetWorkersKvNamespaceFilter;
|
|
45
41
|
/**
|
|
46
42
|
* Namespace identifier tag.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWorkersKvNamespace.js","sourceRoot":"","sources":["../getWorkersKvNamespace.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;
|
|
1
|
+
{"version":3,"file":"getWorkersKvNamespace.js","sourceRoot":"","sources":["../getWorkersKvNamespace.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA2CD;;;;;;;;;;;;GAYG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
9
|
+
*
|
|
10
|
+
* const exampleZeroTrustDlpCustomEntries = cloudflare.getZeroTrustDlpCustomEntries({
|
|
11
|
+
* accountId: "account_id",
|
|
12
|
+
* });
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare function getZeroTrustDlpCustomEntries(args: GetZeroTrustDlpCustomEntriesArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDlpCustomEntriesResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking getZeroTrustDlpCustomEntries.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetZeroTrustDlpCustomEntriesArgs {
|
|
20
|
+
accountId: string;
|
|
21
|
+
/**
|
|
22
|
+
* Max items to fetch, default: 1000
|
|
23
|
+
*/
|
|
24
|
+
maxItems?: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getZeroTrustDlpCustomEntries.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetZeroTrustDlpCustomEntriesResult {
|
|
30
|
+
readonly accountId: string;
|
|
31
|
+
/**
|
|
32
|
+
* The provider-assigned unique ID for this managed resource.
|
|
33
|
+
*/
|
|
34
|
+
readonly id: string;
|
|
35
|
+
/**
|
|
36
|
+
* Max items to fetch, default: 1000
|
|
37
|
+
*/
|
|
38
|
+
readonly maxItems?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The items returned by the data source
|
|
41
|
+
*/
|
|
42
|
+
readonly results: outputs.GetZeroTrustDlpCustomEntriesResult[];
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
50
|
+
*
|
|
51
|
+
* const exampleZeroTrustDlpCustomEntries = cloudflare.getZeroTrustDlpCustomEntries({
|
|
52
|
+
* accountId: "account_id",
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
export declare function getZeroTrustDlpCustomEntriesOutput(args: GetZeroTrustDlpCustomEntriesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustDlpCustomEntriesResult>;
|
|
57
|
+
/**
|
|
58
|
+
* A collection of arguments for invoking getZeroTrustDlpCustomEntries.
|
|
59
|
+
*/
|
|
60
|
+
export interface GetZeroTrustDlpCustomEntriesOutputArgs {
|
|
61
|
+
accountId: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Max items to fetch, default: 1000
|
|
64
|
+
*/
|
|
65
|
+
maxItems?: pulumi.Input<number>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getZeroTrustDlpCustomEntriesOutput = exports.getZeroTrustDlpCustomEntries = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
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 exampleZeroTrustDlpCustomEntries = cloudflare.getZeroTrustDlpCustomEntries({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getZeroTrustDlpCustomEntries(args, opts) {
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustDlpCustomEntries:getZeroTrustDlpCustomEntries", {
|
|
23
|
+
"accountId": args.accountId,
|
|
24
|
+
"maxItems": args.maxItems,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getZeroTrustDlpCustomEntries = getZeroTrustDlpCustomEntries;
|
|
28
|
+
/**
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
34
|
+
*
|
|
35
|
+
* const exampleZeroTrustDlpCustomEntries = cloudflare.getZeroTrustDlpCustomEntries({
|
|
36
|
+
* accountId: "account_id",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
function getZeroTrustDlpCustomEntriesOutput(args, opts) {
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustDlpCustomEntries:getZeroTrustDlpCustomEntries", {
|
|
43
|
+
"accountId": args.accountId,
|
|
44
|
+
"maxItems": args.maxItems,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getZeroTrustDlpCustomEntriesOutput = getZeroTrustDlpCustomEntriesOutput;
|
|
48
|
+
//# sourceMappingURL=getZeroTrustDlpCustomEntries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustDlpCustomEntries.js","sourceRoot":"","sources":["../getZeroTrustDlpCustomEntries.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;AA+BD;;;;;;;;;;;GAWG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
9
|
+
*
|
|
10
|
+
* const exampleZeroTrustDlpCustomEntry = cloudflare.getZeroTrustDlpCustomEntry({
|
|
11
|
+
* accountId: "account_id",
|
|
12
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getZeroTrustDlpCustomEntry(args: GetZeroTrustDlpCustomEntryArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDlpCustomEntryResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getZeroTrustDlpCustomEntry.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetZeroTrustDlpCustomEntryArgs {
|
|
21
|
+
accountId: string;
|
|
22
|
+
entryId?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getZeroTrustDlpCustomEntry.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetZeroTrustDlpCustomEntryResult {
|
|
28
|
+
readonly accountId: string;
|
|
29
|
+
/**
|
|
30
|
+
* Only applies to custom word lists.
|
|
31
|
+
* Determines if the words should be matched in a case-sensitive manner
|
|
32
|
+
* Cannot be set to false if secret is true
|
|
33
|
+
*/
|
|
34
|
+
readonly caseSensitive: boolean;
|
|
35
|
+
readonly confidence: outputs.GetZeroTrustDlpCustomEntryConfidence;
|
|
36
|
+
readonly createdAt: string;
|
|
37
|
+
readonly enabled: boolean;
|
|
38
|
+
readonly entryId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The ID of this resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
readonly name: string;
|
|
44
|
+
readonly pattern: outputs.GetZeroTrustDlpCustomEntryPattern;
|
|
45
|
+
readonly profileId: string;
|
|
46
|
+
readonly secret: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Available values: "custom", "predefined", "integration", "exact*data", "document*fingerprint", "wordList".
|
|
49
|
+
*/
|
|
50
|
+
readonly type: string;
|
|
51
|
+
readonly updatedAt: string;
|
|
52
|
+
readonly variant: outputs.GetZeroTrustDlpCustomEntryVariant;
|
|
53
|
+
readonly wordList: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* ## Example Usage
|
|
57
|
+
*
|
|
58
|
+
* ```typescript
|
|
59
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
61
|
+
*
|
|
62
|
+
* const exampleZeroTrustDlpCustomEntry = cloudflare.getZeroTrustDlpCustomEntry({
|
|
63
|
+
* accountId: "account_id",
|
|
64
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function getZeroTrustDlpCustomEntryOutput(args: GetZeroTrustDlpCustomEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustDlpCustomEntryResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getZeroTrustDlpCustomEntry.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetZeroTrustDlpCustomEntryOutputArgs {
|
|
73
|
+
accountId: pulumi.Input<string>;
|
|
74
|
+
entryId?: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getZeroTrustDlpCustomEntryOutput = exports.getZeroTrustDlpCustomEntry = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
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 exampleZeroTrustDlpCustomEntry = cloudflare.getZeroTrustDlpCustomEntry({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getZeroTrustDlpCustomEntry(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustDlpCustomEntry:getZeroTrustDlpCustomEntry", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
"entryId": args.entryId,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getZeroTrustDlpCustomEntry = getZeroTrustDlpCustomEntry;
|
|
29
|
+
/**
|
|
30
|
+
* ## Example Usage
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
35
|
+
*
|
|
36
|
+
* const exampleZeroTrustDlpCustomEntry = cloudflare.getZeroTrustDlpCustomEntry({
|
|
37
|
+
* accountId: "account_id",
|
|
38
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
function getZeroTrustDlpCustomEntryOutput(args, opts) {
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
44
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustDlpCustomEntry:getZeroTrustDlpCustomEntry", {
|
|
45
|
+
"accountId": args.accountId,
|
|
46
|
+
"entryId": args.entryId,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getZeroTrustDlpCustomEntryOutput = getZeroTrustDlpCustomEntryOutput;
|
|
50
|
+
//# sourceMappingURL=getZeroTrustDlpCustomEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustDlpCustomEntry.js","sourceRoot":"","sources":["../getZeroTrustDlpCustomEntry.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC;AAyCD;;;;;;;;;;;;GAYG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4EAMC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustDlpEntry.js","sourceRoot":"","sources":["../getZeroTrustDlpEntry.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustDlpEntry.js","sourceRoot":"","sources":["../getZeroTrustDlpEntry.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAyCD;;;;;;;;;;;;GAYG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
9
|
+
*
|
|
10
|
+
* const exampleZeroTrustDlpIntegrationEntries = cloudflare.getZeroTrustDlpIntegrationEntries({
|
|
11
|
+
* accountId: "account_id",
|
|
12
|
+
* });
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare function getZeroTrustDlpIntegrationEntries(args: GetZeroTrustDlpIntegrationEntriesArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDlpIntegrationEntriesResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking getZeroTrustDlpIntegrationEntries.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetZeroTrustDlpIntegrationEntriesArgs {
|
|
20
|
+
accountId: string;
|
|
21
|
+
/**
|
|
22
|
+
* Max items to fetch, default: 1000
|
|
23
|
+
*/
|
|
24
|
+
maxItems?: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getZeroTrustDlpIntegrationEntries.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetZeroTrustDlpIntegrationEntriesResult {
|
|
30
|
+
readonly accountId: string;
|
|
31
|
+
/**
|
|
32
|
+
* The provider-assigned unique ID for this managed resource.
|
|
33
|
+
*/
|
|
34
|
+
readonly id: string;
|
|
35
|
+
/**
|
|
36
|
+
* Max items to fetch, default: 1000
|
|
37
|
+
*/
|
|
38
|
+
readonly maxItems?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The items returned by the data source
|
|
41
|
+
*/
|
|
42
|
+
readonly results: outputs.GetZeroTrustDlpIntegrationEntriesResult[];
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
50
|
+
*
|
|
51
|
+
* const exampleZeroTrustDlpIntegrationEntries = cloudflare.getZeroTrustDlpIntegrationEntries({
|
|
52
|
+
* accountId: "account_id",
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
export declare function getZeroTrustDlpIntegrationEntriesOutput(args: GetZeroTrustDlpIntegrationEntriesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustDlpIntegrationEntriesResult>;
|
|
57
|
+
/**
|
|
58
|
+
* A collection of arguments for invoking getZeroTrustDlpIntegrationEntries.
|
|
59
|
+
*/
|
|
60
|
+
export interface GetZeroTrustDlpIntegrationEntriesOutputArgs {
|
|
61
|
+
accountId: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Max items to fetch, default: 1000
|
|
64
|
+
*/
|
|
65
|
+
maxItems?: pulumi.Input<number>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getZeroTrustDlpIntegrationEntriesOutput = exports.getZeroTrustDlpIntegrationEntries = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
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 exampleZeroTrustDlpIntegrationEntries = cloudflare.getZeroTrustDlpIntegrationEntries({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getZeroTrustDlpIntegrationEntries(args, opts) {
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustDlpIntegrationEntries:getZeroTrustDlpIntegrationEntries", {
|
|
23
|
+
"accountId": args.accountId,
|
|
24
|
+
"maxItems": args.maxItems,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getZeroTrustDlpIntegrationEntries = getZeroTrustDlpIntegrationEntries;
|
|
28
|
+
/**
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
34
|
+
*
|
|
35
|
+
* const exampleZeroTrustDlpIntegrationEntries = cloudflare.getZeroTrustDlpIntegrationEntries({
|
|
36
|
+
* accountId: "account_id",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
function getZeroTrustDlpIntegrationEntriesOutput(args, opts) {
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustDlpIntegrationEntries:getZeroTrustDlpIntegrationEntries", {
|
|
43
|
+
"accountId": args.accountId,
|
|
44
|
+
"maxItems": args.maxItems,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getZeroTrustDlpIntegrationEntriesOutput = getZeroTrustDlpIntegrationEntriesOutput;
|
|
48
|
+
//# sourceMappingURL=getZeroTrustDlpIntegrationEntries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustDlpIntegrationEntries.js","sourceRoot":"","sources":["../getZeroTrustDlpIntegrationEntries.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC;AA+BD;;;;;;;;;;;GAWG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0FAMC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
9
|
+
*
|
|
10
|
+
* const exampleZeroTrustDlpIntegrationEntry = cloudflare.getZeroTrustDlpIntegrationEntry({
|
|
11
|
+
* accountId: "account_id",
|
|
12
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getZeroTrustDlpIntegrationEntry(args: GetZeroTrustDlpIntegrationEntryArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDlpIntegrationEntryResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getZeroTrustDlpIntegrationEntry.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetZeroTrustDlpIntegrationEntryArgs {
|
|
21
|
+
accountId: string;
|
|
22
|
+
entryId?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getZeroTrustDlpIntegrationEntry.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetZeroTrustDlpIntegrationEntryResult {
|
|
28
|
+
readonly accountId: string;
|
|
29
|
+
/**
|
|
30
|
+
* Only applies to custom word lists.
|
|
31
|
+
* Determines if the words should be matched in a case-sensitive manner
|
|
32
|
+
* Cannot be set to false if secret is true
|
|
33
|
+
*/
|
|
34
|
+
readonly caseSensitive: boolean;
|
|
35
|
+
readonly confidence: outputs.GetZeroTrustDlpIntegrationEntryConfidence;
|
|
36
|
+
readonly createdAt: string;
|
|
37
|
+
readonly enabled: boolean;
|
|
38
|
+
readonly entryId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The ID of this resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
readonly name: string;
|
|
44
|
+
readonly pattern: outputs.GetZeroTrustDlpIntegrationEntryPattern;
|
|
45
|
+
readonly profileId: string;
|
|
46
|
+
readonly secret: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Available values: "custom", "predefined", "integration", "exact*data", "document*fingerprint", "wordList".
|
|
49
|
+
*/
|
|
50
|
+
readonly type: string;
|
|
51
|
+
readonly updatedAt: string;
|
|
52
|
+
readonly variant: outputs.GetZeroTrustDlpIntegrationEntryVariant;
|
|
53
|
+
readonly wordList: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* ## Example Usage
|
|
57
|
+
*
|
|
58
|
+
* ```typescript
|
|
59
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
61
|
+
*
|
|
62
|
+
* const exampleZeroTrustDlpIntegrationEntry = cloudflare.getZeroTrustDlpIntegrationEntry({
|
|
63
|
+
* accountId: "account_id",
|
|
64
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function getZeroTrustDlpIntegrationEntryOutput(args: GetZeroTrustDlpIntegrationEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustDlpIntegrationEntryResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getZeroTrustDlpIntegrationEntry.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetZeroTrustDlpIntegrationEntryOutputArgs {
|
|
73
|
+
accountId: pulumi.Input<string>;
|
|
74
|
+
entryId?: pulumi.Input<string>;
|
|
75
|
+
}
|