@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,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.getZeroTrustDlpIntegrationEntryOutput = exports.getZeroTrustDlpIntegrationEntry = 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 exampleZeroTrustDlpIntegrationEntry = cloudflare.getZeroTrustDlpIntegrationEntry({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getZeroTrustDlpIntegrationEntry(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustDlpIntegrationEntry:getZeroTrustDlpIntegrationEntry", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
"entryId": args.entryId,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getZeroTrustDlpIntegrationEntry = getZeroTrustDlpIntegrationEntry;
|
|
29
|
+
/**
|
|
30
|
+
* ## Example Usage
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
35
|
+
*
|
|
36
|
+
* const exampleZeroTrustDlpIntegrationEntry = cloudflare.getZeroTrustDlpIntegrationEntry({
|
|
37
|
+
* accountId: "account_id",
|
|
38
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
function getZeroTrustDlpIntegrationEntryOutput(args, opts) {
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
44
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustDlpIntegrationEntry:getZeroTrustDlpIntegrationEntry", {
|
|
45
|
+
"accountId": args.accountId,
|
|
46
|
+
"entryId": args.entryId,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getZeroTrustDlpIntegrationEntryOutput = getZeroTrustDlpIntegrationEntryOutput;
|
|
50
|
+
//# sourceMappingURL=getZeroTrustDlpIntegrationEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustDlpIntegrationEntry.js","sourceRoot":"","sources":["../getZeroTrustDlpIntegrationEntry.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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC;AAyCD;;;;;;;;;;;;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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sFAMC"}
|
|
@@ -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 exampleZeroTrustDlpPredefinedEntries = cloudflare.getZeroTrustDlpPredefinedEntries({
|
|
11
|
+
* accountId: "account_id",
|
|
12
|
+
* });
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare function getZeroTrustDlpPredefinedEntries(args: GetZeroTrustDlpPredefinedEntriesArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDlpPredefinedEntriesResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking getZeroTrustDlpPredefinedEntries.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetZeroTrustDlpPredefinedEntriesArgs {
|
|
20
|
+
accountId: string;
|
|
21
|
+
/**
|
|
22
|
+
* Max items to fetch, default: 1000
|
|
23
|
+
*/
|
|
24
|
+
maxItems?: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getZeroTrustDlpPredefinedEntries.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetZeroTrustDlpPredefinedEntriesResult {
|
|
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.GetZeroTrustDlpPredefinedEntriesResult[];
|
|
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 exampleZeroTrustDlpPredefinedEntries = cloudflare.getZeroTrustDlpPredefinedEntries({
|
|
52
|
+
* accountId: "account_id",
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
export declare function getZeroTrustDlpPredefinedEntriesOutput(args: GetZeroTrustDlpPredefinedEntriesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustDlpPredefinedEntriesResult>;
|
|
57
|
+
/**
|
|
58
|
+
* A collection of arguments for invoking getZeroTrustDlpPredefinedEntries.
|
|
59
|
+
*/
|
|
60
|
+
export interface GetZeroTrustDlpPredefinedEntriesOutputArgs {
|
|
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.getZeroTrustDlpPredefinedEntriesOutput = exports.getZeroTrustDlpPredefinedEntries = 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 exampleZeroTrustDlpPredefinedEntries = cloudflare.getZeroTrustDlpPredefinedEntries({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getZeroTrustDlpPredefinedEntries(args, opts) {
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustDlpPredefinedEntries:getZeroTrustDlpPredefinedEntries", {
|
|
23
|
+
"accountId": args.accountId,
|
|
24
|
+
"maxItems": args.maxItems,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getZeroTrustDlpPredefinedEntries = getZeroTrustDlpPredefinedEntries;
|
|
28
|
+
/**
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
34
|
+
*
|
|
35
|
+
* const exampleZeroTrustDlpPredefinedEntries = cloudflare.getZeroTrustDlpPredefinedEntries({
|
|
36
|
+
* accountId: "account_id",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
function getZeroTrustDlpPredefinedEntriesOutput(args, opts) {
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustDlpPredefinedEntries:getZeroTrustDlpPredefinedEntries", {
|
|
43
|
+
"accountId": args.accountId,
|
|
44
|
+
"maxItems": args.maxItems,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getZeroTrustDlpPredefinedEntriesOutput = getZeroTrustDlpPredefinedEntriesOutput;
|
|
48
|
+
//# sourceMappingURL=getZeroTrustDlpPredefinedEntries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustDlpPredefinedEntries.js","sourceRoot":"","sources":["../getZeroTrustDlpPredefinedEntries.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4EAMC;AA+BD;;;;;;;;;;;GAWG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wFAMC"}
|
|
@@ -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 exampleZeroTrustDlpPredefinedEntry = cloudflare.getZeroTrustDlpPredefinedEntry({
|
|
11
|
+
* accountId: "account_id",
|
|
12
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getZeroTrustDlpPredefinedEntry(args: GetZeroTrustDlpPredefinedEntryArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDlpPredefinedEntryResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getZeroTrustDlpPredefinedEntry.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetZeroTrustDlpPredefinedEntryArgs {
|
|
21
|
+
accountId: string;
|
|
22
|
+
entryId?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getZeroTrustDlpPredefinedEntry.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetZeroTrustDlpPredefinedEntryResult {
|
|
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.GetZeroTrustDlpPredefinedEntryConfidence;
|
|
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.GetZeroTrustDlpPredefinedEntryPattern;
|
|
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.GetZeroTrustDlpPredefinedEntryVariant;
|
|
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 exampleZeroTrustDlpPredefinedEntry = cloudflare.getZeroTrustDlpPredefinedEntry({
|
|
63
|
+
* accountId: "account_id",
|
|
64
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function getZeroTrustDlpPredefinedEntryOutput(args: GetZeroTrustDlpPredefinedEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustDlpPredefinedEntryResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getZeroTrustDlpPredefinedEntry.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetZeroTrustDlpPredefinedEntryOutputArgs {
|
|
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.getZeroTrustDlpPredefinedEntryOutput = exports.getZeroTrustDlpPredefinedEntry = 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 exampleZeroTrustDlpPredefinedEntry = cloudflare.getZeroTrustDlpPredefinedEntry({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getZeroTrustDlpPredefinedEntry(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustDlpPredefinedEntry:getZeroTrustDlpPredefinedEntry", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
"entryId": args.entryId,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getZeroTrustDlpPredefinedEntry = getZeroTrustDlpPredefinedEntry;
|
|
29
|
+
/**
|
|
30
|
+
* ## Example Usage
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
35
|
+
*
|
|
36
|
+
* const exampleZeroTrustDlpPredefinedEntry = cloudflare.getZeroTrustDlpPredefinedEntry({
|
|
37
|
+
* accountId: "account_id",
|
|
38
|
+
* entryId: "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
function getZeroTrustDlpPredefinedEntryOutput(args, opts) {
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
44
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustDlpPredefinedEntry:getZeroTrustDlpPredefinedEntry", {
|
|
45
|
+
"accountId": args.accountId,
|
|
46
|
+
"entryId": args.entryId,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getZeroTrustDlpPredefinedEntryOutput = getZeroTrustDlpPredefinedEntryOutput;
|
|
50
|
+
//# sourceMappingURL=getZeroTrustDlpPredefinedEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustDlpPredefinedEntry.js","sourceRoot":"","sources":["../getZeroTrustDlpPredefinedEntry.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wEAMC;AAyCD;;;;;;;;;;;;GAYG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAAiC;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oFAMC"}
|
|
@@ -18,7 +18,7 @@ export declare function getZeroTrustGatewayAppTypesList(args: GetZeroTrustGatewa
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetZeroTrustGatewayAppTypesListArgs {
|
|
20
20
|
/**
|
|
21
|
-
* Identifier
|
|
21
|
+
* Identifier.
|
|
22
22
|
*/
|
|
23
23
|
accountId: string;
|
|
24
24
|
/**
|
|
@@ -31,7 +31,7 @@ export interface GetZeroTrustGatewayAppTypesListArgs {
|
|
|
31
31
|
*/
|
|
32
32
|
export interface GetZeroTrustGatewayAppTypesListResult {
|
|
33
33
|
/**
|
|
34
|
-
* Identifier
|
|
34
|
+
* Identifier.
|
|
35
35
|
*/
|
|
36
36
|
readonly accountId: string;
|
|
37
37
|
/**
|
|
@@ -65,7 +65,7 @@ export declare function getZeroTrustGatewayAppTypesListOutput(args: GetZeroTrust
|
|
|
65
65
|
*/
|
|
66
66
|
export interface GetZeroTrustGatewayAppTypesListOutputArgs {
|
|
67
67
|
/**
|
|
68
|
-
* Identifier
|
|
68
|
+
* Identifier.
|
|
69
69
|
*/
|
|
70
70
|
accountId: pulumi.Input<string>;
|
|
71
71
|
/**
|
|
@@ -18,7 +18,7 @@ export declare function getZeroTrustGatewayCategoriesList(args: GetZeroTrustGate
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetZeroTrustGatewayCategoriesListArgs {
|
|
20
20
|
/**
|
|
21
|
-
* Identifier
|
|
21
|
+
* Identifier.
|
|
22
22
|
*/
|
|
23
23
|
accountId: string;
|
|
24
24
|
/**
|
|
@@ -31,7 +31,7 @@ export interface GetZeroTrustGatewayCategoriesListArgs {
|
|
|
31
31
|
*/
|
|
32
32
|
export interface GetZeroTrustGatewayCategoriesListResult {
|
|
33
33
|
/**
|
|
34
|
-
* Identifier
|
|
34
|
+
* Identifier.
|
|
35
35
|
*/
|
|
36
36
|
readonly accountId: string;
|
|
37
37
|
/**
|
|
@@ -65,7 +65,7 @@ export declare function getZeroTrustGatewayCategoriesListOutput(args: GetZeroTru
|
|
|
65
65
|
*/
|
|
66
66
|
export interface GetZeroTrustGatewayCategoriesListOutputArgs {
|
|
67
67
|
/**
|
|
68
|
-
* Identifier
|
|
68
|
+
* Identifier.
|
|
69
69
|
*/
|
|
70
70
|
accountId: pulumi.Input<string>;
|
|
71
71
|
/**
|
|
@@ -11,6 +11,7 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
12
12
|
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
13
13
|
* isDefault: true,
|
|
14
|
+
* isDefaultNetwork: true,
|
|
14
15
|
* isDeleted: true,
|
|
15
16
|
* name: "us-east-1-vpc",
|
|
16
17
|
* });
|
|
@@ -33,6 +34,10 @@ export interface GetZeroTrustTunnelCloudflaredVirtualNetworksArgs {
|
|
|
33
34
|
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
34
35
|
*/
|
|
35
36
|
isDefault?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
39
|
+
*/
|
|
40
|
+
isDefaultNetwork?: boolean;
|
|
36
41
|
/**
|
|
37
42
|
* If `true`, only include deleted virtual networks. If `false`, exclude deleted virtual networks. If empty, all virtual networks will be included.
|
|
38
43
|
*/
|
|
@@ -62,6 +67,10 @@ export interface GetZeroTrustTunnelCloudflaredVirtualNetworksResult {
|
|
|
62
67
|
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
63
68
|
*/
|
|
64
69
|
readonly isDefault?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
72
|
+
*/
|
|
73
|
+
readonly isDefaultNetwork?: boolean;
|
|
65
74
|
/**
|
|
66
75
|
* If `true`, only include deleted virtual networks. If `false`, exclude deleted virtual networks. If empty, all virtual networks will be included.
|
|
67
76
|
*/
|
|
@@ -90,6 +99,7 @@ export interface GetZeroTrustTunnelCloudflaredVirtualNetworksResult {
|
|
|
90
99
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
91
100
|
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
92
101
|
* isDefault: true,
|
|
102
|
+
* isDefaultNetwork: true,
|
|
93
103
|
* isDeleted: true,
|
|
94
104
|
* name: "us-east-1-vpc",
|
|
95
105
|
* });
|
|
@@ -112,6 +122,10 @@ export interface GetZeroTrustTunnelCloudflaredVirtualNetworksOutputArgs {
|
|
|
112
122
|
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
113
123
|
*/
|
|
114
124
|
isDefault?: pulumi.Input<boolean>;
|
|
125
|
+
/**
|
|
126
|
+
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
127
|
+
*/
|
|
128
|
+
isDefaultNetwork?: pulumi.Input<boolean>;
|
|
115
129
|
/**
|
|
116
130
|
* If `true`, only include deleted virtual networks. If `false`, exclude deleted virtual networks. If empty, all virtual networks will be included.
|
|
117
131
|
*/
|
|
@@ -16,6 +16,7 @@ const utilities = require("./utilities");
|
|
|
16
16
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
17
17
|
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
18
18
|
* isDefault: true,
|
|
19
|
+
* isDefaultNetwork: true,
|
|
19
20
|
* isDeleted: true,
|
|
20
21
|
* name: "us-east-1-vpc",
|
|
21
22
|
* });
|
|
@@ -27,6 +28,7 @@ function getZeroTrustTunnelCloudflaredVirtualNetworks(args, opts) {
|
|
|
27
28
|
"accountId": args.accountId,
|
|
28
29
|
"id": args.id,
|
|
29
30
|
"isDefault": args.isDefault,
|
|
31
|
+
"isDefaultNetwork": args.isDefaultNetwork,
|
|
30
32
|
"isDeleted": args.isDeleted,
|
|
31
33
|
"maxItems": args.maxItems,
|
|
32
34
|
"name": args.name,
|
|
@@ -44,6 +46,7 @@ exports.getZeroTrustTunnelCloudflaredVirtualNetworks = getZeroTrustTunnelCloudfl
|
|
|
44
46
|
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
45
47
|
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
46
48
|
* isDefault: true,
|
|
49
|
+
* isDefaultNetwork: true,
|
|
47
50
|
* isDeleted: true,
|
|
48
51
|
* name: "us-east-1-vpc",
|
|
49
52
|
* });
|
|
@@ -55,6 +58,7 @@ function getZeroTrustTunnelCloudflaredVirtualNetworksOutput(args, opts) {
|
|
|
55
58
|
"accountId": args.accountId,
|
|
56
59
|
"id": args.id,
|
|
57
60
|
"isDefault": args.isDefault,
|
|
61
|
+
"isDefaultNetwork": args.isDefaultNetwork,
|
|
58
62
|
"isDeleted": args.isDeleted,
|
|
59
63
|
"maxItems": args.maxItems,
|
|
60
64
|
"name": args.name,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustTunnelCloudflaredVirtualNetworks.js","sourceRoot":"","sources":["../getZeroTrustTunnelCloudflaredVirtualNetworks.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getZeroTrustTunnelCloudflaredVirtualNetworks.js","sourceRoot":"","sources":["../getZeroTrustTunnelCloudflaredVirtualNetworks.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,4CAA4C,CAAC,IAAsD,EAAE,IAA2B;IAC5I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4GAA4G,EAAE;QACvI,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oGAWC;AAyED;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,kDAAkD,CAAC,IAA4D,EAAE,IAAiC;IAC9J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4GAA4G,EAAE;QAC7I,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gHAWC"}
|
package/getZone.d.ts
CHANGED
|
@@ -42,11 +42,14 @@ export interface GetZoneResult {
|
|
|
42
42
|
readonly owner: outputs.GetZoneOwner;
|
|
43
43
|
readonly paused: boolean;
|
|
44
44
|
/**
|
|
45
|
-
* @deprecated This
|
|
45
|
+
* @deprecated This has been replaced by Account memberships.
|
|
46
46
|
*/
|
|
47
47
|
readonly permissions: string[];
|
|
48
48
|
/**
|
|
49
|
-
* @deprecated
|
|
49
|
+
* @deprecated Please use the `/zones/{zone_id}/subscription` API
|
|
50
|
+
to update a zone's plan. Changing this value will create/cancel
|
|
51
|
+
associated subscriptions. To view available plans for this zone,
|
|
52
|
+
see [Zone Plans](https://developers.cloudflare.com/api/resources/zones/subresources/plans/).
|
|
50
53
|
*/
|
|
51
54
|
readonly plan: outputs.GetZonePlan;
|
|
52
55
|
readonly status: string;
|
package/getZone.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZone.js","sourceRoot":"","sources":["../getZone.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;
|
|
1
|
+
{"version":3,"file":"getZone.js","sourceRoot":"","sources":["../getZone.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;AAiDD;;;;;;;;;;;GAWG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC"}
|
package/getZoneCacheReserve.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export declare function getZoneCacheReserve(args: GetZoneCacheReserveArgs, opts?
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetZoneCacheReserveArgs {
|
|
19
19
|
/**
|
|
20
|
-
* Identifier
|
|
20
|
+
* Identifier.
|
|
21
21
|
*/
|
|
22
22
|
zoneId: string;
|
|
23
23
|
}
|
|
@@ -26,11 +26,11 @@ export interface GetZoneCacheReserveArgs {
|
|
|
26
26
|
*/
|
|
27
27
|
export interface GetZoneCacheReserveResult {
|
|
28
28
|
/**
|
|
29
|
-
* Whether the setting is editable
|
|
29
|
+
* Whether the setting is editable.
|
|
30
30
|
*/
|
|
31
31
|
readonly editable: boolean;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* The identifier of the caching setting.
|
|
34
34
|
* Available values: "cacheReserve".
|
|
35
35
|
*/
|
|
36
36
|
readonly id: string;
|
|
@@ -39,12 +39,12 @@ export interface GetZoneCacheReserveResult {
|
|
|
39
39
|
*/
|
|
40
40
|
readonly modifiedOn: string;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Value of the Cache Reserve zone setting.
|
|
43
43
|
* Available values: "on", "off".
|
|
44
44
|
*/
|
|
45
45
|
readonly value: string;
|
|
46
46
|
/**
|
|
47
|
-
* Identifier
|
|
47
|
+
* Identifier.
|
|
48
48
|
*/
|
|
49
49
|
readonly zoneId: string;
|
|
50
50
|
}
|
|
@@ -66,7 +66,7 @@ export declare function getZoneCacheReserveOutput(args: GetZoneCacheReserveOutpu
|
|
|
66
66
|
*/
|
|
67
67
|
export interface GetZoneCacheReserveOutputArgs {
|
|
68
68
|
/**
|
|
69
|
-
* Identifier
|
|
69
|
+
* Identifier.
|
|
70
70
|
*/
|
|
71
71
|
zoneId: pulumi.Input<string>;
|
|
72
72
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
2
3
|
/**
|
|
3
4
|
* ## Example Usage
|
|
4
5
|
*
|
|
@@ -17,7 +18,7 @@ export declare function getZoneCacheVariants(args: GetZoneCacheVariantsArgs, opt
|
|
|
17
18
|
*/
|
|
18
19
|
export interface GetZoneCacheVariantsArgs {
|
|
19
20
|
/**
|
|
20
|
-
* Identifier
|
|
21
|
+
* Identifier.
|
|
21
22
|
*/
|
|
22
23
|
zoneId: string;
|
|
23
24
|
}
|
|
@@ -26,11 +27,11 @@ export interface GetZoneCacheVariantsArgs {
|
|
|
26
27
|
*/
|
|
27
28
|
export interface GetZoneCacheVariantsResult {
|
|
28
29
|
/**
|
|
29
|
-
* Whether the setting is editable
|
|
30
|
+
* Whether the setting is editable.
|
|
30
31
|
*/
|
|
31
32
|
readonly editable: boolean;
|
|
32
33
|
/**
|
|
33
|
-
*
|
|
34
|
+
* The identifier of the caching setting.
|
|
34
35
|
* Available values: "variants".
|
|
35
36
|
*/
|
|
36
37
|
readonly id: string;
|
|
@@ -39,11 +40,11 @@ export interface GetZoneCacheVariantsResult {
|
|
|
39
40
|
*/
|
|
40
41
|
readonly modifiedOn: string;
|
|
41
42
|
/**
|
|
42
|
-
*
|
|
43
|
+
* Value of the zone setting.
|
|
43
44
|
*/
|
|
44
|
-
readonly value:
|
|
45
|
+
readonly value: outputs.GetZoneCacheVariantsValue;
|
|
45
46
|
/**
|
|
46
|
-
* Identifier
|
|
47
|
+
* Identifier.
|
|
47
48
|
*/
|
|
48
49
|
readonly zoneId: string;
|
|
49
50
|
}
|
|
@@ -65,7 +66,7 @@ export declare function getZoneCacheVariantsOutput(args: GetZoneCacheVariantsOut
|
|
|
65
66
|
*/
|
|
66
67
|
export interface GetZoneCacheVariantsOutputArgs {
|
|
67
68
|
/**
|
|
68
|
-
* Identifier
|
|
69
|
+
* Identifier.
|
|
69
70
|
*/
|
|
70
71
|
zoneId: pulumi.Input<string>;
|
|
71
72
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneCacheVariants.js","sourceRoot":"","sources":["../getZoneCacheVariants.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getZoneCacheVariants.js","sourceRoot":"","sources":["../getZoneCacheVariants.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;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,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AAsCD;;;;;;;;;;;GAWG;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,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
|
package/index.d.ts
CHANGED
|
@@ -874,6 +874,18 @@ export declare const getWebAnalyticsSiteOutput: typeof import("./getWebAnalytics
|
|
|
874
874
|
export { GetWebAnalyticsSitesArgs, GetWebAnalyticsSitesResult, GetWebAnalyticsSitesOutputArgs } from "./getWebAnalyticsSites";
|
|
875
875
|
export declare const getWebAnalyticsSites: typeof import("./getWebAnalyticsSites").getWebAnalyticsSites;
|
|
876
876
|
export declare const getWebAnalyticsSitesOutput: typeof import("./getWebAnalyticsSites").getWebAnalyticsSitesOutput;
|
|
877
|
+
export { GetWorkerArgs, GetWorkerResult, GetWorkerOutputArgs } from "./getWorker";
|
|
878
|
+
export declare const getWorker: typeof import("./getWorker").getWorker;
|
|
879
|
+
export declare const getWorkerOutput: typeof import("./getWorker").getWorkerOutput;
|
|
880
|
+
export { GetWorkerVersionArgs, GetWorkerVersionResult, GetWorkerVersionOutputArgs } from "./getWorkerVersion";
|
|
881
|
+
export declare const getWorkerVersion: typeof import("./getWorkerVersion").getWorkerVersion;
|
|
882
|
+
export declare const getWorkerVersionOutput: typeof import("./getWorkerVersion").getWorkerVersionOutput;
|
|
883
|
+
export { GetWorkerVersionsArgs, GetWorkerVersionsResult, GetWorkerVersionsOutputArgs } from "./getWorkerVersions";
|
|
884
|
+
export declare const getWorkerVersions: typeof import("./getWorkerVersions").getWorkerVersions;
|
|
885
|
+
export declare const getWorkerVersionsOutput: typeof import("./getWorkerVersions").getWorkerVersionsOutput;
|
|
886
|
+
export { GetWorkersArgs, GetWorkersResult, GetWorkersOutputArgs } from "./getWorkers";
|
|
887
|
+
export declare const getWorkers: typeof import("./getWorkers").getWorkers;
|
|
888
|
+
export declare const getWorkersOutput: typeof import("./getWorkers").getWorkersOutput;
|
|
877
889
|
export { GetWorkersCronTriggerArgs, GetWorkersCronTriggerResult, GetWorkersCronTriggerOutputArgs } from "./getWorkersCronTrigger";
|
|
878
890
|
export declare const getWorkersCronTrigger: typeof import("./getWorkersCronTrigger").getWorkersCronTrigger;
|
|
879
891
|
export declare const getWorkersCronTriggerOutput: typeof import("./getWorkersCronTrigger").getWorkersCronTriggerOutput;
|
|
@@ -1027,6 +1039,12 @@ export declare const getZeroTrustDexTestOutput: typeof import("./getZeroTrustDex
|
|
|
1027
1039
|
export { GetZeroTrustDexTestsArgs, GetZeroTrustDexTestsResult, GetZeroTrustDexTestsOutputArgs } from "./getZeroTrustDexTests";
|
|
1028
1040
|
export declare const getZeroTrustDexTests: typeof import("./getZeroTrustDexTests").getZeroTrustDexTests;
|
|
1029
1041
|
export declare const getZeroTrustDexTestsOutput: typeof import("./getZeroTrustDexTests").getZeroTrustDexTestsOutput;
|
|
1042
|
+
export { GetZeroTrustDlpCustomEntriesArgs, GetZeroTrustDlpCustomEntriesResult, GetZeroTrustDlpCustomEntriesOutputArgs } from "./getZeroTrustDlpCustomEntries";
|
|
1043
|
+
export declare const getZeroTrustDlpCustomEntries: typeof import("./getZeroTrustDlpCustomEntries").getZeroTrustDlpCustomEntries;
|
|
1044
|
+
export declare const getZeroTrustDlpCustomEntriesOutput: typeof import("./getZeroTrustDlpCustomEntries").getZeroTrustDlpCustomEntriesOutput;
|
|
1045
|
+
export { GetZeroTrustDlpCustomEntryArgs, GetZeroTrustDlpCustomEntryResult, GetZeroTrustDlpCustomEntryOutputArgs } from "./getZeroTrustDlpCustomEntry";
|
|
1046
|
+
export declare const getZeroTrustDlpCustomEntry: typeof import("./getZeroTrustDlpCustomEntry").getZeroTrustDlpCustomEntry;
|
|
1047
|
+
export declare const getZeroTrustDlpCustomEntryOutput: typeof import("./getZeroTrustDlpCustomEntry").getZeroTrustDlpCustomEntryOutput;
|
|
1030
1048
|
export { GetZeroTrustDlpCustomProfileArgs, GetZeroTrustDlpCustomProfileResult, GetZeroTrustDlpCustomProfileOutputArgs } from "./getZeroTrustDlpCustomProfile";
|
|
1031
1049
|
export declare const getZeroTrustDlpCustomProfile: typeof import("./getZeroTrustDlpCustomProfile").getZeroTrustDlpCustomProfile;
|
|
1032
1050
|
export declare const getZeroTrustDlpCustomProfileOutput: typeof import("./getZeroTrustDlpCustomProfile").getZeroTrustDlpCustomProfileOutput;
|
|
@@ -1042,6 +1060,18 @@ export declare const getZeroTrustDlpEntriesOutput: typeof import("./getZeroTrust
|
|
|
1042
1060
|
export { GetZeroTrustDlpEntryArgs, GetZeroTrustDlpEntryResult, GetZeroTrustDlpEntryOutputArgs } from "./getZeroTrustDlpEntry";
|
|
1043
1061
|
export declare const getZeroTrustDlpEntry: typeof import("./getZeroTrustDlpEntry").getZeroTrustDlpEntry;
|
|
1044
1062
|
export declare const getZeroTrustDlpEntryOutput: typeof import("./getZeroTrustDlpEntry").getZeroTrustDlpEntryOutput;
|
|
1063
|
+
export { GetZeroTrustDlpIntegrationEntriesArgs, GetZeroTrustDlpIntegrationEntriesResult, GetZeroTrustDlpIntegrationEntriesOutputArgs } from "./getZeroTrustDlpIntegrationEntries";
|
|
1064
|
+
export declare const getZeroTrustDlpIntegrationEntries: typeof import("./getZeroTrustDlpIntegrationEntries").getZeroTrustDlpIntegrationEntries;
|
|
1065
|
+
export declare const getZeroTrustDlpIntegrationEntriesOutput: typeof import("./getZeroTrustDlpIntegrationEntries").getZeroTrustDlpIntegrationEntriesOutput;
|
|
1066
|
+
export { GetZeroTrustDlpIntegrationEntryArgs, GetZeroTrustDlpIntegrationEntryResult, GetZeroTrustDlpIntegrationEntryOutputArgs } from "./getZeroTrustDlpIntegrationEntry";
|
|
1067
|
+
export declare const getZeroTrustDlpIntegrationEntry: typeof import("./getZeroTrustDlpIntegrationEntry").getZeroTrustDlpIntegrationEntry;
|
|
1068
|
+
export declare const getZeroTrustDlpIntegrationEntryOutput: typeof import("./getZeroTrustDlpIntegrationEntry").getZeroTrustDlpIntegrationEntryOutput;
|
|
1069
|
+
export { GetZeroTrustDlpPredefinedEntriesArgs, GetZeroTrustDlpPredefinedEntriesResult, GetZeroTrustDlpPredefinedEntriesOutputArgs } from "./getZeroTrustDlpPredefinedEntries";
|
|
1070
|
+
export declare const getZeroTrustDlpPredefinedEntries: typeof import("./getZeroTrustDlpPredefinedEntries").getZeroTrustDlpPredefinedEntries;
|
|
1071
|
+
export declare const getZeroTrustDlpPredefinedEntriesOutput: typeof import("./getZeroTrustDlpPredefinedEntries").getZeroTrustDlpPredefinedEntriesOutput;
|
|
1072
|
+
export { GetZeroTrustDlpPredefinedEntryArgs, GetZeroTrustDlpPredefinedEntryResult, GetZeroTrustDlpPredefinedEntryOutputArgs } from "./getZeroTrustDlpPredefinedEntry";
|
|
1073
|
+
export declare const getZeroTrustDlpPredefinedEntry: typeof import("./getZeroTrustDlpPredefinedEntry").getZeroTrustDlpPredefinedEntry;
|
|
1074
|
+
export declare const getZeroTrustDlpPredefinedEntryOutput: typeof import("./getZeroTrustDlpPredefinedEntry").getZeroTrustDlpPredefinedEntryOutput;
|
|
1045
1075
|
export { GetZeroTrustDlpPredefinedProfileArgs, GetZeroTrustDlpPredefinedProfileResult, GetZeroTrustDlpPredefinedProfileOutputArgs } from "./getZeroTrustDlpPredefinedProfile";
|
|
1046
1076
|
export declare const getZeroTrustDlpPredefinedProfile: typeof import("./getZeroTrustDlpPredefinedProfile").getZeroTrustDlpPredefinedProfile;
|
|
1047
1077
|
export declare const getZeroTrustDlpPredefinedProfileOutput: typeof import("./getZeroTrustDlpPredefinedProfile").getZeroTrustDlpPredefinedProfileOutput;
|
|
@@ -1439,6 +1469,9 @@ export declare const WebAnalyticsRule: typeof import("./webAnalyticsRule").WebAn
|
|
|
1439
1469
|
export { WebAnalyticsSiteArgs, WebAnalyticsSiteState } from "./webAnalyticsSite";
|
|
1440
1470
|
export type WebAnalyticsSite = import("./webAnalyticsSite").WebAnalyticsSite;
|
|
1441
1471
|
export declare const WebAnalyticsSite: typeof import("./webAnalyticsSite").WebAnalyticsSite;
|
|
1472
|
+
export { WorkerArgs, WorkerState } from "./worker";
|
|
1473
|
+
export type Worker = import("./worker").Worker;
|
|
1474
|
+
export declare const Worker: typeof import("./worker").Worker;
|
|
1442
1475
|
export { WorkerCronTriggerArgs, WorkerCronTriggerState } from "./workerCronTrigger";
|
|
1443
1476
|
export type WorkerCronTrigger = import("./workerCronTrigger").WorkerCronTrigger;
|
|
1444
1477
|
export declare const WorkerCronTrigger: typeof import("./workerCronTrigger").WorkerCronTrigger;
|
|
@@ -1448,6 +1481,9 @@ export declare const WorkerDomain: typeof import("./workerDomain").WorkerDomain;
|
|
|
1448
1481
|
export { WorkerScriptArgs, WorkerScriptState } from "./workerScript";
|
|
1449
1482
|
export type WorkerScript = import("./workerScript").WorkerScript;
|
|
1450
1483
|
export declare const WorkerScript: typeof import("./workerScript").WorkerScript;
|
|
1484
|
+
export { WorkerVersionArgs, WorkerVersionState } from "./workerVersion";
|
|
1485
|
+
export type WorkerVersion = import("./workerVersion").WorkerVersion;
|
|
1486
|
+
export declare const WorkerVersion: typeof import("./workerVersion").WorkerVersion;
|
|
1451
1487
|
export { WorkersCronTriggerArgs, WorkersCronTriggerState } from "./workersCronTrigger";
|
|
1452
1488
|
export type WorkersCronTrigger = import("./workersCronTrigger").WorkersCronTrigger;
|
|
1453
1489
|
export declare const WorkersCronTrigger: typeof import("./workersCronTrigger").WorkersCronTrigger;
|