@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
|
@@ -49,7 +49,7 @@ export declare class AccessMutualTlsCertificate extends pulumi.CustomResource {
|
|
|
49
49
|
/**
|
|
50
50
|
* The hostnames of the applications that will use this certificate.
|
|
51
51
|
*/
|
|
52
|
-
readonly associatedHostnames: pulumi.Output<string[]
|
|
52
|
+
readonly associatedHostnames: pulumi.Output<string[]>;
|
|
53
53
|
/**
|
|
54
54
|
* The certificate content.
|
|
55
55
|
*/
|
package/accessOrganization.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare class AccessOrganization extends pulumi.CustomResource {
|
|
|
29
29
|
/**
|
|
30
30
|
* When set to true, users can authenticate via WARP for any application in your organization. Application settings will take precedence over this value.
|
|
31
31
|
*/
|
|
32
|
-
readonly allowAuthenticateViaWarp: pulumi.Output<boolean
|
|
32
|
+
readonly allowAuthenticateViaWarp: pulumi.Output<boolean>;
|
|
33
33
|
/**
|
|
34
34
|
* The unique subdomain assigned to your Zero Trust organization.
|
|
35
35
|
*/
|
|
@@ -39,7 +39,7 @@ export declare class AccessOrganization extends pulumi.CustomResource {
|
|
|
39
39
|
*/
|
|
40
40
|
readonly autoRedirectToIdentity: pulumi.Output<boolean>;
|
|
41
41
|
readonly customPages: pulumi.Output<outputs.AccessOrganizationCustomPages | undefined>;
|
|
42
|
-
readonly isUiReadOnly: pulumi.Output<boolean
|
|
42
|
+
readonly isUiReadOnly: pulumi.Output<boolean>;
|
|
43
43
|
readonly loginDesign: pulumi.Output<outputs.AccessOrganizationLoginDesign | undefined>;
|
|
44
44
|
/**
|
|
45
45
|
* The name of your Zero Trust organization.
|
package/argoSmartRouting.d.ts
CHANGED
|
@@ -35,7 +35,15 @@ export declare class ArgoSmartRouting extends pulumi.CustomResource {
|
|
|
35
35
|
*/
|
|
36
36
|
static isInstance(obj: any): obj is ArgoSmartRouting;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Specifies if the setting is editable.
|
|
39
|
+
*/
|
|
40
|
+
readonly editable: pulumi.Output<boolean>;
|
|
41
|
+
/**
|
|
42
|
+
* Specifies the time when the setting was last modified.
|
|
43
|
+
*/
|
|
44
|
+
readonly modifiedOn: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Specifies the enablement value of Argo Smart Routing.
|
|
39
47
|
* Available values: "on", "off".
|
|
40
48
|
*/
|
|
41
49
|
readonly value: pulumi.Output<string>;
|
|
@@ -57,7 +65,15 @@ export declare class ArgoSmartRouting extends pulumi.CustomResource {
|
|
|
57
65
|
*/
|
|
58
66
|
export interface ArgoSmartRoutingState {
|
|
59
67
|
/**
|
|
60
|
-
*
|
|
68
|
+
* Specifies if the setting is editable.
|
|
69
|
+
*/
|
|
70
|
+
editable?: pulumi.Input<boolean>;
|
|
71
|
+
/**
|
|
72
|
+
* Specifies the time when the setting was last modified.
|
|
73
|
+
*/
|
|
74
|
+
modifiedOn?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Specifies the enablement value of Argo Smart Routing.
|
|
61
77
|
* Available values: "on", "off".
|
|
62
78
|
*/
|
|
63
79
|
value?: pulumi.Input<string>;
|
|
@@ -71,7 +87,7 @@ export interface ArgoSmartRoutingState {
|
|
|
71
87
|
*/
|
|
72
88
|
export interface ArgoSmartRoutingArgs {
|
|
73
89
|
/**
|
|
74
|
-
*
|
|
90
|
+
* Specifies the enablement value of Argo Smart Routing.
|
|
75
91
|
* Available values: "on", "off".
|
|
76
92
|
*/
|
|
77
93
|
value: pulumi.Input<string>;
|
package/argoSmartRouting.js
CHANGED
|
@@ -52,6 +52,8 @@ class ArgoSmartRouting extends pulumi.CustomResource {
|
|
|
52
52
|
opts = opts || {};
|
|
53
53
|
if (opts.id) {
|
|
54
54
|
const state = argsOrState;
|
|
55
|
+
resourceInputs["editable"] = state ? state.editable : undefined;
|
|
56
|
+
resourceInputs["modifiedOn"] = state ? state.modifiedOn : undefined;
|
|
55
57
|
resourceInputs["value"] = state ? state.value : undefined;
|
|
56
58
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
57
59
|
}
|
|
@@ -65,6 +67,8 @@ class ArgoSmartRouting extends pulumi.CustomResource {
|
|
|
65
67
|
}
|
|
66
68
|
resourceInputs["value"] = args ? args.value : undefined;
|
|
67
69
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
70
|
+
resourceInputs["editable"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["modifiedOn"] = undefined /*out*/;
|
|
68
72
|
}
|
|
69
73
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
70
74
|
super(ArgoSmartRouting.__pulumiType, name, resourceInputs, opts);
|
package/argoSmartRouting.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"argoSmartRouting.js","sourceRoot":"","sources":["../argoSmartRouting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"argoSmartRouting.js","sourceRoot":"","sources":["../argoSmartRouting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IA4BD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA9EL,4CA+EC;AAjEG,gBAAgB;AACO,6BAAY,GAAG,oDAAoD,CAAC"}
|
package/botManagement.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
* crawlerProtection: "enabled",
|
|
15
15
|
* enableJs: true,
|
|
16
16
|
* fightMode: true,
|
|
17
|
+
* isRobotsTxtManaged: true,
|
|
17
18
|
* });
|
|
18
19
|
* ```
|
|
19
20
|
*
|
|
@@ -61,6 +62,10 @@ export declare class BotManagement extends pulumi.CustomResource {
|
|
|
61
62
|
* Whether to enable Bot Fight Mode.
|
|
62
63
|
*/
|
|
63
64
|
readonly fightMode: pulumi.Output<boolean>;
|
|
65
|
+
/**
|
|
66
|
+
* Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
|
|
67
|
+
*/
|
|
68
|
+
readonly isRobotsTxtManaged: pulumi.Output<boolean>;
|
|
64
69
|
/**
|
|
65
70
|
* Whether to optimize Super Bot Fight Mode protections for Wordpress.
|
|
66
71
|
*/
|
|
@@ -137,6 +142,10 @@ export interface BotManagementState {
|
|
|
137
142
|
* Whether to enable Bot Fight Mode.
|
|
138
143
|
*/
|
|
139
144
|
fightMode?: pulumi.Input<boolean>;
|
|
145
|
+
/**
|
|
146
|
+
* Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
|
|
147
|
+
*/
|
|
148
|
+
isRobotsTxtManaged?: pulumi.Input<boolean>;
|
|
140
149
|
/**
|
|
141
150
|
* Whether to optimize Super Bot Fight Mode protections for Wordpress.
|
|
142
151
|
*/
|
|
@@ -205,6 +214,10 @@ export interface BotManagementArgs {
|
|
|
205
214
|
* Whether to enable Bot Fight Mode.
|
|
206
215
|
*/
|
|
207
216
|
fightMode?: pulumi.Input<boolean>;
|
|
217
|
+
/**
|
|
218
|
+
* Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
|
|
219
|
+
*/
|
|
220
|
+
isRobotsTxtManaged?: pulumi.Input<boolean>;
|
|
208
221
|
/**
|
|
209
222
|
* Whether to optimize Super Bot Fight Mode protections for Wordpress.
|
|
210
223
|
*/
|
package/botManagement.js
CHANGED
|
@@ -18,6 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
* crawlerProtection: "enabled",
|
|
19
19
|
* enableJs: true,
|
|
20
20
|
* fightMode: true,
|
|
21
|
+
* isRobotsTxtManaged: true,
|
|
21
22
|
* });
|
|
22
23
|
* ```
|
|
23
24
|
*
|
|
@@ -60,6 +61,7 @@ class BotManagement extends pulumi.CustomResource {
|
|
|
60
61
|
resourceInputs["crawlerProtection"] = state ? state.crawlerProtection : undefined;
|
|
61
62
|
resourceInputs["enableJs"] = state ? state.enableJs : undefined;
|
|
62
63
|
resourceInputs["fightMode"] = state ? state.fightMode : undefined;
|
|
64
|
+
resourceInputs["isRobotsTxtManaged"] = state ? state.isRobotsTxtManaged : undefined;
|
|
63
65
|
resourceInputs["optimizeWordpress"] = state ? state.optimizeWordpress : undefined;
|
|
64
66
|
resourceInputs["sbfmDefinitelyAutomated"] = state ? state.sbfmDefinitelyAutomated : undefined;
|
|
65
67
|
resourceInputs["sbfmLikelyAutomated"] = state ? state.sbfmLikelyAutomated : undefined;
|
|
@@ -80,6 +82,7 @@ class BotManagement extends pulumi.CustomResource {
|
|
|
80
82
|
resourceInputs["crawlerProtection"] = args ? args.crawlerProtection : undefined;
|
|
81
83
|
resourceInputs["enableJs"] = args ? args.enableJs : undefined;
|
|
82
84
|
resourceInputs["fightMode"] = args ? args.fightMode : undefined;
|
|
85
|
+
resourceInputs["isRobotsTxtManaged"] = args ? args.isRobotsTxtManaged : undefined;
|
|
83
86
|
resourceInputs["optimizeWordpress"] = args ? args.optimizeWordpress : undefined;
|
|
84
87
|
resourceInputs["sbfmDefinitelyAutomated"] = args ? args.sbfmDefinitelyAutomated : undefined;
|
|
85
88
|
resourceInputs["sbfmLikelyAutomated"] = args ? args.sbfmLikelyAutomated : undefined;
|
package/botManagement.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"botManagement.js","sourceRoot":"","sources":["../botManagement.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"botManagement.js","sourceRoot":"","sources":["../botManagement.ts"],"names":[],"mappings":"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"}
|
package/certificatePack.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* ## Example Usage
|
|
4
6
|
*
|
|
@@ -70,11 +72,19 @@ export declare class CertificatePack extends pulumi.CustomResource {
|
|
|
70
72
|
* Available values: "advanced".
|
|
71
73
|
*/
|
|
72
74
|
readonly type: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Domain validation errors that have been received by the certificate authority (CA).
|
|
77
|
+
*/
|
|
78
|
+
readonly validationErrors: pulumi.Output<outputs.CertificatePackValidationError[]>;
|
|
73
79
|
/**
|
|
74
80
|
* Validation Method selected for the order.
|
|
75
81
|
* Available values: "txt", "http", "email".
|
|
76
82
|
*/
|
|
77
83
|
readonly validationMethod: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Certificates' validation records. Only present when certificate pack is in "pending*validation" status
|
|
86
|
+
*/
|
|
87
|
+
readonly validationRecords: pulumi.Output<outputs.CertificatePackValidationRecord[]>;
|
|
78
88
|
/**
|
|
79
89
|
* Validity Days selected for the order.
|
|
80
90
|
* Available values: 14, 30, 90, 365.
|
|
@@ -120,11 +130,19 @@ export interface CertificatePackState {
|
|
|
120
130
|
* Available values: "advanced".
|
|
121
131
|
*/
|
|
122
132
|
type?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Domain validation errors that have been received by the certificate authority (CA).
|
|
135
|
+
*/
|
|
136
|
+
validationErrors?: pulumi.Input<pulumi.Input<inputs.CertificatePackValidationError>[]>;
|
|
123
137
|
/**
|
|
124
138
|
* Validation Method selected for the order.
|
|
125
139
|
* Available values: "txt", "http", "email".
|
|
126
140
|
*/
|
|
127
141
|
validationMethod?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* Certificates' validation records. Only present when certificate pack is in "pending*validation" status
|
|
144
|
+
*/
|
|
145
|
+
validationRecords?: pulumi.Input<pulumi.Input<inputs.CertificatePackValidationRecord>[]>;
|
|
128
146
|
/**
|
|
129
147
|
* Validity Days selected for the order.
|
|
130
148
|
* Available values: 14, 30, 90, 365.
|
package/certificatePack.js
CHANGED
|
@@ -70,7 +70,9 @@ class CertificatePack extends pulumi.CustomResource {
|
|
|
70
70
|
resourceInputs["hosts"] = state ? state.hosts : undefined;
|
|
71
71
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
72
72
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
73
|
+
resourceInputs["validationErrors"] = state ? state.validationErrors : undefined;
|
|
73
74
|
resourceInputs["validationMethod"] = state ? state.validationMethod : undefined;
|
|
75
|
+
resourceInputs["validationRecords"] = state ? state.validationRecords : undefined;
|
|
74
76
|
resourceInputs["validityDays"] = state ? state.validityDays : undefined;
|
|
75
77
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
76
78
|
}
|
|
@@ -102,6 +104,8 @@ class CertificatePack extends pulumi.CustomResource {
|
|
|
102
104
|
resourceInputs["validityDays"] = args ? args.validityDays : undefined;
|
|
103
105
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
104
106
|
resourceInputs["status"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["validationErrors"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["validationRecords"] = undefined /*out*/;
|
|
105
109
|
}
|
|
106
110
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
107
111
|
super(CertificatePack.__pulumiType, name, resourceInputs, opts);
|
package/certificatePack.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificatePack.js","sourceRoot":"","sources":["../certificatePack.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"certificatePack.js","sourceRoot":"","sources":["../certificatePack.ts"],"names":[],"mappings":"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"}
|
package/customPages.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export declare class CustomPages extends pulumi.CustomResource {
|
|
|
44
44
|
readonly description: pulumi.Output<string>;
|
|
45
45
|
/**
|
|
46
46
|
* Error Page Types
|
|
47
|
-
* Available values: "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "
|
|
47
|
+
* Available values: "under*attack", "basic*challenge", "waf*challenge", "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "ratelimit*block".
|
|
48
48
|
*/
|
|
49
49
|
readonly identifier: pulumi.Output<string>;
|
|
50
50
|
readonly modifiedOn: pulumi.Output<string>;
|
|
@@ -84,7 +84,7 @@ export interface CustomPagesState {
|
|
|
84
84
|
description?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
86
86
|
* Error Page Types
|
|
87
|
-
* Available values: "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "
|
|
87
|
+
* Available values: "under*attack", "basic*challenge", "waf*challenge", "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "ratelimit*block".
|
|
88
88
|
*/
|
|
89
89
|
identifier?: pulumi.Input<string>;
|
|
90
90
|
modifiedOn?: pulumi.Input<string>;
|
|
@@ -114,7 +114,7 @@ export interface CustomPagesArgs {
|
|
|
114
114
|
accountId?: pulumi.Input<string>;
|
|
115
115
|
/**
|
|
116
116
|
* Error Page Types
|
|
117
|
-
* Available values: "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "
|
|
117
|
+
* Available values: "under*attack", "basic*challenge", "waf*challenge", "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "ratelimit*block".
|
|
118
118
|
*/
|
|
119
119
|
identifier: pulumi.Input<string>;
|
|
120
120
|
/**
|
package/filter.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* > `cloudflare.Filter` is in a deprecation phase until June 15th, 2025.
|
|
4
6
|
* During this time period, this resource is still fully
|
|
@@ -14,7 +16,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
14
16
|
*
|
|
15
17
|
* const exampleFilter = new cloudflare.Filter("example_filter", {
|
|
16
18
|
* zoneId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
17
|
-
*
|
|
19
|
+
* bodies: [{
|
|
20
|
+
* description: "Restrict access from these browsers on this address range.",
|
|
21
|
+
* expression: "(http.request.uri.path ~ \".*wp-login.php\" or http.request.uri.path ~ \".*xmlrpc.php\") and ip.addr ne 172.16.22.155",
|
|
22
|
+
* paused: false,
|
|
23
|
+
* ref: "FIL-100",
|
|
24
|
+
* }],
|
|
18
25
|
* });
|
|
19
26
|
* ```
|
|
20
27
|
*
|
|
@@ -40,22 +47,23 @@ export declare class Filter extends pulumi.CustomResource {
|
|
|
40
47
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
48
|
*/
|
|
42
49
|
static isInstance(obj: any): obj is Filter;
|
|
50
|
+
readonly bodies: pulumi.Output<outputs.FilterBody[]>;
|
|
43
51
|
/**
|
|
44
52
|
* An informative summary of the filter.
|
|
45
53
|
*/
|
|
46
|
-
readonly description: pulumi.Output<string>;
|
|
54
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
47
55
|
/**
|
|
48
56
|
* The filter expression. For more information, refer to [Expressions](https://developers.cloudflare.com/ruleset-engine/rules-language/expressions/).
|
|
49
57
|
*/
|
|
50
|
-
readonly expression: pulumi.Output<string>;
|
|
58
|
+
readonly expression: pulumi.Output<string | undefined>;
|
|
51
59
|
/**
|
|
52
60
|
* When true, indicates that the filter is currently paused.
|
|
53
61
|
*/
|
|
54
|
-
readonly paused: pulumi.Output<boolean>;
|
|
62
|
+
readonly paused: pulumi.Output<boolean | undefined>;
|
|
55
63
|
/**
|
|
56
64
|
* A short reference tag. Allows you to select related filters.
|
|
57
65
|
*/
|
|
58
|
-
readonly ref: pulumi.Output<string>;
|
|
66
|
+
readonly ref: pulumi.Output<string | undefined>;
|
|
59
67
|
/**
|
|
60
68
|
* Defines an identifier.
|
|
61
69
|
*/
|
|
@@ -73,6 +81,7 @@ export declare class Filter extends pulumi.CustomResource {
|
|
|
73
81
|
* Input properties used for looking up and filtering Filter resources.
|
|
74
82
|
*/
|
|
75
83
|
export interface FilterState {
|
|
84
|
+
bodies?: pulumi.Input<pulumi.Input<inputs.FilterBody>[]>;
|
|
76
85
|
/**
|
|
77
86
|
* An informative summary of the filter.
|
|
78
87
|
*/
|
|
@@ -98,10 +107,23 @@ export interface FilterState {
|
|
|
98
107
|
* The set of arguments for constructing a Filter resource.
|
|
99
108
|
*/
|
|
100
109
|
export interface FilterArgs {
|
|
110
|
+
bodies: pulumi.Input<pulumi.Input<inputs.FilterBody>[]>;
|
|
111
|
+
/**
|
|
112
|
+
* An informative summary of the filter.
|
|
113
|
+
*/
|
|
114
|
+
description?: pulumi.Input<string>;
|
|
101
115
|
/**
|
|
102
116
|
* The filter expression. For more information, refer to [Expressions](https://developers.cloudflare.com/ruleset-engine/rules-language/expressions/).
|
|
103
117
|
*/
|
|
104
|
-
expression
|
|
118
|
+
expression?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* When true, indicates that the filter is currently paused.
|
|
121
|
+
*/
|
|
122
|
+
paused?: pulumi.Input<boolean>;
|
|
123
|
+
/**
|
|
124
|
+
* A short reference tag. Allows you to select related filters.
|
|
125
|
+
*/
|
|
126
|
+
ref?: pulumi.Input<string>;
|
|
105
127
|
/**
|
|
106
128
|
* Defines an identifier.
|
|
107
129
|
*/
|
package/filter.js
CHANGED
|
@@ -20,7 +20,12 @@ const utilities = require("./utilities");
|
|
|
20
20
|
*
|
|
21
21
|
* const exampleFilter = new cloudflare.Filter("example_filter", {
|
|
22
22
|
* zoneId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
23
|
-
*
|
|
23
|
+
* bodies: [{
|
|
24
|
+
* description: "Restrict access from these browsers on this address range.",
|
|
25
|
+
* expression: "(http.request.uri.path ~ \".*wp-login.php\" or http.request.uri.path ~ \".*xmlrpc.php\") and ip.addr ne 172.16.22.155",
|
|
26
|
+
* paused: false,
|
|
27
|
+
* ref: "FIL-100",
|
|
28
|
+
* }],
|
|
24
29
|
* });
|
|
25
30
|
* ```
|
|
26
31
|
*
|
|
@@ -58,6 +63,7 @@ class Filter extends pulumi.CustomResource {
|
|
|
58
63
|
opts = opts || {};
|
|
59
64
|
if (opts.id) {
|
|
60
65
|
const state = argsOrState;
|
|
66
|
+
resourceInputs["bodies"] = state ? state.bodies : undefined;
|
|
61
67
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
62
68
|
resourceInputs["expression"] = state ? state.expression : undefined;
|
|
63
69
|
resourceInputs["paused"] = state ? state.paused : undefined;
|
|
@@ -66,17 +72,18 @@ class Filter extends pulumi.CustomResource {
|
|
|
66
72
|
}
|
|
67
73
|
else {
|
|
68
74
|
const args = argsOrState;
|
|
69
|
-
if ((!args || args.
|
|
70
|
-
throw new Error("Missing required property '
|
|
75
|
+
if ((!args || args.bodies === undefined) && !opts.urn) {
|
|
76
|
+
throw new Error("Missing required property 'bodies'");
|
|
71
77
|
}
|
|
72
78
|
if ((!args || args.zoneId === undefined) && !opts.urn) {
|
|
73
79
|
throw new Error("Missing required property 'zoneId'");
|
|
74
80
|
}
|
|
81
|
+
resourceInputs["bodies"] = args ? args.bodies : undefined;
|
|
82
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
75
83
|
resourceInputs["expression"] = args ? args.expression : undefined;
|
|
84
|
+
resourceInputs["paused"] = args ? args.paused : undefined;
|
|
85
|
+
resourceInputs["ref"] = args ? args.ref : undefined;
|
|
76
86
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
77
|
-
resourceInputs["description"] = undefined /*out*/;
|
|
78
|
-
resourceInputs["paused"] = undefined /*out*/;
|
|
79
|
-
resourceInputs["ref"] = undefined /*out*/;
|
|
80
87
|
}
|
|
81
88
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
82
89
|
super(Filter.__pulumiType, name, resourceInputs, opts);
|
package/filter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../filter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../filter.ts"],"names":[],"mappings":"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"}
|
package/getArgoSmartRouting.d.ts
CHANGED
|
@@ -26,9 +26,22 @@ export interface GetArgoSmartRoutingArgs {
|
|
|
26
26
|
*/
|
|
27
27
|
export interface GetArgoSmartRoutingResult {
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Specifies if the setting is editable.
|
|
30
|
+
*/
|
|
31
|
+
readonly editable: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies the identifier of the Argo Smart Routing setting.
|
|
30
34
|
*/
|
|
31
35
|
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* Specifies the time when the setting was last modified.
|
|
38
|
+
*/
|
|
39
|
+
readonly modifiedOn: string;
|
|
40
|
+
/**
|
|
41
|
+
* Specifies the enablement value of Argo Smart Routing.
|
|
42
|
+
* Available values: "on", "off".
|
|
43
|
+
*/
|
|
44
|
+
readonly value: string;
|
|
32
45
|
/**
|
|
33
46
|
* Specifies the zone associated with the API call.
|
|
34
47
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getArgoSmartRouting.js","sourceRoot":"","sources":["../getArgoSmartRouting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;
|
|
1
|
+
{"version":3,"file":"getArgoSmartRouting.js","sourceRoot":"","sources":["../getArgoSmartRouting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAsCD;;;;;;;;;;;GAWG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
package/getBotManagement.d.ts
CHANGED
|
@@ -52,6 +52,10 @@ export interface GetBotManagementResult {
|
|
|
52
52
|
* The provider-assigned unique ID for this managed resource.
|
|
53
53
|
*/
|
|
54
54
|
readonly id: string;
|
|
55
|
+
/**
|
|
56
|
+
* Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
|
|
57
|
+
*/
|
|
58
|
+
readonly isRobotsTxtManaged: boolean;
|
|
55
59
|
/**
|
|
56
60
|
* Whether to optimize Super Bot Fight Mode protections for Wordpress.
|
|
57
61
|
*/
|
package/getBotManagement.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBotManagement.js","sourceRoot":"","sources":["../getBotManagement.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;
|
|
1
|
+
{"version":3,"file":"getBotManagement.js","sourceRoot":"","sources":["../getBotManagement.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAwFD;;;;;;;;;;;GAWG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
package/getCustomPages.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface GetCustomPagesArgs {
|
|
|
24
24
|
accountId?: string;
|
|
25
25
|
/**
|
|
26
26
|
* Error Page Types
|
|
27
|
-
* Available values: "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "
|
|
27
|
+
* Available values: "under*attack", "basic*challenge", "waf*challenge", "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "ratelimit*block".
|
|
28
28
|
*/
|
|
29
29
|
identifier: string;
|
|
30
30
|
/**
|
|
@@ -48,7 +48,7 @@ export interface GetCustomPagesResult {
|
|
|
48
48
|
readonly id: string;
|
|
49
49
|
/**
|
|
50
50
|
* Error Page Types
|
|
51
|
-
* Available values: "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "
|
|
51
|
+
* Available values: "under*attack", "basic*challenge", "waf*challenge", "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "ratelimit*block".
|
|
52
52
|
*/
|
|
53
53
|
readonly identifier: string;
|
|
54
54
|
readonly modifiedOn: string;
|
|
@@ -93,7 +93,7 @@ export interface GetCustomPagesOutputArgs {
|
|
|
93
93
|
accountId?: pulumi.Input<string>;
|
|
94
94
|
/**
|
|
95
95
|
* Error Page Types
|
|
96
|
-
* Available values: "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "
|
|
96
|
+
* Available values: "under*attack", "basic*challenge", "waf*challenge", "waf*block", "ip*block", "country*challenge", "500*errors", "1000*errors", "managed*challenge", "ratelimit*block".
|
|
97
97
|
*/
|
|
98
98
|
identifier: pulumi.Input<string>;
|
|
99
99
|
/**
|
package/getList.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface GetListArgs {
|
|
|
24
24
|
/**
|
|
25
25
|
* The unique ID of the list.
|
|
26
26
|
*/
|
|
27
|
-
listId
|
|
27
|
+
listId: string;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* A collection of values returned by getList.
|
|
@@ -54,7 +54,7 @@ export interface GetListResult {
|
|
|
54
54
|
/**
|
|
55
55
|
* The unique ID of the list.
|
|
56
56
|
*/
|
|
57
|
-
readonly listId
|
|
57
|
+
readonly listId: string;
|
|
58
58
|
/**
|
|
59
59
|
* The RFC 3339 timestamp of when the list was last modified.
|
|
60
60
|
*/
|
|
@@ -97,5 +97,5 @@ export interface GetListOutputArgs {
|
|
|
97
97
|
/**
|
|
98
98
|
* The unique ID of the list.
|
|
99
99
|
*/
|
|
100
|
-
listId
|
|
100
|
+
listId: pulumi.Input<string>;
|
|
101
101
|
}
|
package/getListItem.d.ts
CHANGED
|
@@ -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
|
*
|
|
@@ -40,9 +41,29 @@ export interface GetListItemResult {
|
|
|
40
41
|
*/
|
|
41
42
|
readonly accountId: string;
|
|
42
43
|
/**
|
|
43
|
-
*
|
|
44
|
+
* Defines a non-negative 32 bit integer.
|
|
45
|
+
*/
|
|
46
|
+
readonly asn: number;
|
|
47
|
+
/**
|
|
48
|
+
* Defines an informative summary of the list item.
|
|
49
|
+
*/
|
|
50
|
+
readonly comment: string;
|
|
51
|
+
/**
|
|
52
|
+
* The RFC 3339 timestamp of when the list was created.
|
|
53
|
+
*/
|
|
54
|
+
readonly createdOn: string;
|
|
55
|
+
/**
|
|
56
|
+
* Valid characters for hostnames are ASCII(7) letters from a to z, the digits from 0 to 9, wildcards (*), and the hyphen (-).
|
|
57
|
+
*/
|
|
58
|
+
readonly hostname: outputs.GetListItemHostname;
|
|
59
|
+
/**
|
|
60
|
+
* Defines the unique ID of the item in the List.
|
|
44
61
|
*/
|
|
45
62
|
readonly id: string;
|
|
63
|
+
/**
|
|
64
|
+
* An IPv4 address, an IPv4 CIDR, an IPv6 address, or an IPv6 CIDR.
|
|
65
|
+
*/
|
|
66
|
+
readonly ip: string;
|
|
46
67
|
/**
|
|
47
68
|
* Defines the unique ID of the item in the List.
|
|
48
69
|
*/
|
|
@@ -51,6 +72,14 @@ export interface GetListItemResult {
|
|
|
51
72
|
* The unique ID of the list.
|
|
52
73
|
*/
|
|
53
74
|
readonly listId: string;
|
|
75
|
+
/**
|
|
76
|
+
* The RFC 3339 timestamp of when the list was last modified.
|
|
77
|
+
*/
|
|
78
|
+
readonly modifiedOn: string;
|
|
79
|
+
/**
|
|
80
|
+
* The definition of the redirect.
|
|
81
|
+
*/
|
|
82
|
+
readonly redirect: outputs.GetListItemRedirect;
|
|
54
83
|
}
|
|
55
84
|
/**
|
|
56
85
|
* ## Example Usage
|
package/getListItem.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getListItem.js","sourceRoot":"","sources":["../getListItem.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getListItem.js","sourceRoot":"","sources":["../getListItem.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAqED;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|