@pulumi/cloudflare 6.10.0-alpha.1759386985 → 6.10.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/accessCustomPage.d.ts +12 -0
- package/accessCustomPage.js +12 -0
- package/accessCustomPage.js.map +1 -1
- package/accessServiceToken.d.ts +26 -0
- package/accessServiceToken.js +6 -0
- package/accessServiceToken.js.map +1 -1
- package/addressMap.d.ts +1 -1
- package/botManagement.d.ts +17 -1
- package/botManagement.js +4 -1
- package/botManagement.js.map +1 -1
- package/byoIpPrefix.d.ts +16 -0
- package/byoIpPrefix.js.map +1 -1
- package/dnsFirewall.d.ts +69 -9
- package/dnsFirewall.js.map +1 -1
- package/emailRoutingDns.d.ts +2 -2
- package/emailRoutingDns.js +0 -3
- package/emailRoutingDns.js.map +1 -1
- package/emailSecurityBlockSender.d.ts +3 -3
- package/emailSecurityBlockSender.js +3 -3
- package/emailSecurityTrustedDomains.d.ts +4 -4
- package/emailSecurityTrustedDomains.js +4 -4
- package/getBotManagement.d.ts +5 -0
- package/getBotManagement.js.map +1 -1
- package/getByoIpPrefix.d.ts +8 -0
- package/getByoIpPrefix.js.map +1 -1
- package/getDnsFirewall.d.ts +4 -19
- package/getDnsFirewall.js.map +1 -1
- package/getLoadBalancerPool.d.ts +4 -0
- package/getLoadBalancerPool.js.map +1 -1
- package/getPageShieldConnectionsList.d.ts +3 -3
- package/getPageShieldCookiesList.d.ts +3 -3
- package/getPageShieldScriptsList.d.ts +3 -3
- package/getWorker.d.ts +6 -6
- package/getWorker.js +2 -2
- package/getWorkerVersion.d.ts +19 -46
- package/getWorkerVersion.js +4 -4
- package/getWorkerVersion.js.map +1 -1
- package/getWorkerVersions.d.ts +5 -5
- package/getWorkerVersions.js +2 -2
- package/getWorkflow.d.ts +66 -0
- package/getWorkflow.js +52 -0
- package/getWorkflow.js.map +1 -0
- package/getWorkflows.d.ts +80 -0
- package/getWorkflows.js +52 -0
- package/getWorkflows.js.map +1 -0
- package/getZeroTrustAccessApplication.d.ts +0 -2
- package/getZeroTrustAccessApplication.js.map +1 -1
- package/getZeroTrustAccessCustomPage.d.ts +0 -6
- package/getZeroTrustAccessCustomPage.js.map +1 -1
- package/getZeroTrustAccessGroup.d.ts +0 -2
- package/getZeroTrustAccessGroup.js.map +1 -1
- package/getZeroTrustAccessMtlsCertificate.d.ts +0 -2
- package/getZeroTrustAccessMtlsCertificate.js.map +1 -1
- package/getZeroTrustAccessServiceToken.d.ts +0 -3
- package/getZeroTrustAccessServiceToken.js.map +1 -1
- package/getZeroTrustAccessTag.d.ts +0 -6
- package/getZeroTrustAccessTag.js.map +1 -1
- package/getZeroTrustDnsLocation.d.ts +11 -11
- package/getZeroTrustGatewayAppTypesList.d.ts +3 -3
- package/getZeroTrustGatewayCategoriesList.d.ts +3 -3
- package/getZeroTrustGatewayCertificate.d.ts +11 -11
- package/getZeroTrustGatewayLogging.d.ts +2 -2
- package/getZeroTrustGatewayPolicy.d.ts +36 -10
- package/getZeroTrustGatewayPolicy.js.map +1 -1
- package/getZeroTrustGatewayProxyEndpoint.d.ts +3 -3
- package/getZeroTrustGatewaySettings.d.ts +3 -0
- package/getZeroTrustGatewaySettings.js.map +1 -1
- package/getZeroTrustList.d.ts +9 -9
- package/getZeroTrustLists.d.ts +3 -3
- package/getZeroTrustNetworkHostnameRoute.d.ts +101 -0
- package/getZeroTrustNetworkHostnameRoute.js +52 -0
- package/getZeroTrustNetworkHostnameRoute.js.map +1 -0
- package/getZeroTrustNetworkHostnameRoutes.d.ts +153 -0
- package/getZeroTrustNetworkHostnameRoutes.js +70 -0
- package/getZeroTrustNetworkHostnameRoutes.js.map +1 -0
- package/getZeroTrustOrganization.d.ts +0 -2
- package/getZeroTrustOrganization.js.map +1 -1
- package/index.d.ts +18 -0
- package/index.js +29 -7
- package/index.js.map +1 -1
- package/listItem.d.ts +4 -0
- package/listItem.js +4 -0
- package/listItem.js.map +1 -1
- package/loadBalancerPool.d.ts +12 -0
- package/loadBalancerPool.js +2 -0
- package/loadBalancerPool.js.map +1 -1
- package/package.json +2 -2
- package/r2customDomain.d.ts +2 -2
- package/r2customDomain.js +2 -2
- package/teamsAccount.d.ts +3 -3
- package/teamsList.d.ts +14 -14
- package/teamsLocation.d.ts +28 -28
- package/teamsProxyEndpoint.d.ts +8 -8
- package/teamsRule.d.ts +39 -51
- package/teamsRule.js +2 -2
- package/teamsRule.js.map +1 -1
- package/types/input.d.ts +522 -359
- package/types/output.d.ts +975 -740
- package/workerScript.d.ts +12 -12
- package/workerVersion.d.ts +18 -3
- package/workerVersion.js.map +1 -1
- package/workersScript.d.ts +12 -12
- package/workersScriptSubdomain.d.ts +2 -2
- package/workersScriptSubdomain.js +1 -1
- package/workflow.d.ts +87 -0
- package/workflow.js +104 -0
- package/workflow.js.map +1 -0
- package/zeroTrustAccessCustomPage.d.ts +12 -0
- package/zeroTrustAccessCustomPage.js +12 -0
- package/zeroTrustAccessCustomPage.js.map +1 -1
- package/zeroTrustAccessServiceToken.d.ts +26 -0
- package/zeroTrustAccessServiceToken.js +6 -0
- package/zeroTrustAccessServiceToken.js.map +1 -1
- package/zeroTrustDexTest.d.ts +2 -27
- package/zeroTrustDexTest.js +1 -25
- package/zeroTrustDexTest.js.map +1 -1
- package/zeroTrustDnsLocation.d.ts +28 -28
- package/zeroTrustGatewayCertificate.d.ts +26 -14
- package/zeroTrustGatewayCertificate.js +2 -0
- package/zeroTrustGatewayCertificate.js.map +1 -1
- package/zeroTrustGatewayLogging.d.ts +6 -6
- package/zeroTrustGatewayPolicy.d.ts +39 -51
- package/zeroTrustGatewayPolicy.js +2 -2
- package/zeroTrustGatewayPolicy.js.map +1 -1
- package/zeroTrustGatewayProxyEndpoint.d.ts +8 -8
- package/zeroTrustGatewaySettings.d.ts +3 -3
- package/zeroTrustList.d.ts +14 -14
- package/zeroTrustNetworkHostnameRoute.d.ts +129 -0
- package/zeroTrustNetworkHostnameRoute.js +85 -0
- package/zeroTrustNetworkHostnameRoute.js.map +1 -0
package/getByoIpPrefix.d.ts
CHANGED
|
@@ -36,10 +36,14 @@ export interface GetByoIpPrefixResult {
|
|
|
36
36
|
readonly accountId: string;
|
|
37
37
|
/**
|
|
38
38
|
* Prefix advertisement status to the Internet. This field is only not 'null' if on demand is enabled.
|
|
39
|
+
*
|
|
40
|
+
* @deprecated Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix.
|
|
39
41
|
*/
|
|
40
42
|
readonly advertised: boolean;
|
|
41
43
|
/**
|
|
42
44
|
* Last time the advertisement status was changed. This field is only not 'null' if on demand is enabled.
|
|
45
|
+
*
|
|
46
|
+
* @deprecated Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix.
|
|
43
47
|
*/
|
|
44
48
|
readonly advertisedModifiedAt: string;
|
|
45
49
|
/**
|
|
@@ -70,10 +74,14 @@ export interface GetByoIpPrefixResult {
|
|
|
70
74
|
readonly modifiedAt: string;
|
|
71
75
|
/**
|
|
72
76
|
* Whether advertisement of the prefix to the Internet may be dynamically enabled or disabled.
|
|
77
|
+
*
|
|
78
|
+
* @deprecated Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix.
|
|
73
79
|
*/
|
|
74
80
|
readonly onDemandEnabled: boolean;
|
|
75
81
|
/**
|
|
76
82
|
* Whether advertisement status of the prefix is locked, meaning it cannot be changed.
|
|
83
|
+
*
|
|
84
|
+
* @deprecated Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix.
|
|
77
85
|
*/
|
|
78
86
|
readonly onDemandLocked: boolean;
|
|
79
87
|
/**
|
package/getByoIpPrefix.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getByoIpPrefix.js","sourceRoot":"","sources":["../getByoIpPrefix.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;
|
|
1
|
+
{"version":3,"file":"getByoIpPrefix.js","sourceRoot":"","sources":["../getByoIpPrefix.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AA+ED;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
|
package/getDnsFirewall.d.ts
CHANGED
|
@@ -57,32 +57,17 @@ export interface GetDnsFirewallResult {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly id: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* By default, Cloudflare attempts to cache responses for as long as
|
|
61
|
+
* indicated by the TTL received from upstream nameservers. This setting
|
|
62
|
+
* sets an upper bound on this duration. For caching purposes, higher TTLs
|
|
63
|
+
* will be decreased to the maximum value defined by this setting.
|
|
61
64
|
*/
|
|
62
65
|
readonly maximumCacheTtl: number;
|
|
63
|
-
/**
|
|
64
|
-
* Minimum DNS cache TTL This setting sets a lower bound on DNS TTLs for purposes of caching between DNS Firewall and the upstream servers. Lower TTLs will be increased to the minimum defined here for caching purposes.
|
|
65
|
-
*/
|
|
66
66
|
readonly minimumCacheTtl: number;
|
|
67
|
-
/**
|
|
68
|
-
* Last modification of DNS Firewall cluster
|
|
69
|
-
*/
|
|
70
67
|
readonly modifiedOn: string;
|
|
71
|
-
/**
|
|
72
|
-
* DNS Firewall cluster name
|
|
73
|
-
*/
|
|
74
68
|
readonly name: string;
|
|
75
|
-
/**
|
|
76
|
-
* Negative DNS cache TTL This setting controls how long DNS Firewall should cache negative responses (e.g., NXDOMAIN) from the upstream servers.
|
|
77
|
-
*/
|
|
78
69
|
readonly negativeCacheTtl: number;
|
|
79
|
-
/**
|
|
80
|
-
* Ratelimit in queries per second per datacenter (applies to DNS queries sent to the upstream nameservers configured on the cluster)
|
|
81
|
-
*/
|
|
82
70
|
readonly ratelimit: number;
|
|
83
|
-
/**
|
|
84
|
-
* Number of retries for fetching DNS responses from upstream nameservers (not counting the initial attempt)
|
|
85
|
-
*/
|
|
86
71
|
readonly retries: number;
|
|
87
72
|
readonly upstreamIps: string[];
|
|
88
73
|
}
|
package/getDnsFirewall.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDnsFirewall.js","sourceRoot":"","sources":["../getDnsFirewall.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;
|
|
1
|
+
{"version":3,"file":"getDnsFirewall.js","sourceRoot":"","sources":["../getDnsFirewall.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AA4DD;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
|
package/getLoadBalancerPool.d.ts
CHANGED
|
@@ -77,6 +77,10 @@ export interface GetLoadBalancerPoolResult {
|
|
|
77
77
|
* The ID of the Monitor to use for checking the health of origins within this pool.
|
|
78
78
|
*/
|
|
79
79
|
readonly monitor: string;
|
|
80
|
+
/**
|
|
81
|
+
* The ID of the Monitor Group to use for checking the health of origins within this pool.
|
|
82
|
+
*/
|
|
83
|
+
readonly monitorGroup: string;
|
|
80
84
|
/**
|
|
81
85
|
* A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed.
|
|
82
86
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLoadBalancerPool.js","sourceRoot":"","sources":["../getLoadBalancerPool.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;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,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,kDAOC;
|
|
1
|
+
{"version":3,"file":"getLoadBalancerPool.js","sourceRoot":"","sources":["../getLoadBalancerPool.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;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,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,kDAOC;AA+FD;;;;;;;;;;;;GAYG;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,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,8DAOC"}
|
|
@@ -43,7 +43,7 @@ export interface GetPageShieldConnectionsListArgs {
|
|
|
43
43
|
*/
|
|
44
44
|
excludeUrls?: string;
|
|
45
45
|
/**
|
|
46
|
-
* Export the list of connections as a file.
|
|
46
|
+
* Export the list of connections as a file, limited to 50000 entries.
|
|
47
47
|
* Available values: "csv".
|
|
48
48
|
*/
|
|
49
49
|
export?: string;
|
|
@@ -82,7 +82,7 @@ export interface GetPageShieldConnectionsListResult {
|
|
|
82
82
|
*/
|
|
83
83
|
readonly excludeUrls?: string;
|
|
84
84
|
/**
|
|
85
|
-
* Export the list of connections as a file.
|
|
85
|
+
* Export the list of connections as a file, limited to 50000 entries.
|
|
86
86
|
* Available values: "csv".
|
|
87
87
|
*/
|
|
88
88
|
readonly export?: string;
|
|
@@ -151,7 +151,7 @@ export interface GetPageShieldConnectionsListOutputArgs {
|
|
|
151
151
|
*/
|
|
152
152
|
excludeUrls?: pulumi.Input<string>;
|
|
153
153
|
/**
|
|
154
|
-
* Export the list of connections as a file.
|
|
154
|
+
* Export the list of connections as a file, limited to 50000 entries.
|
|
155
155
|
* Available values: "csv".
|
|
156
156
|
*/
|
|
157
157
|
export?: pulumi.Input<string>;
|
|
@@ -41,7 +41,7 @@ export interface GetPageShieldCookiesListArgs {
|
|
|
41
41
|
*/
|
|
42
42
|
domain?: string;
|
|
43
43
|
/**
|
|
44
|
-
* Export the list of cookies as a file.
|
|
44
|
+
* Export the list of cookies as a file, limited to 50000 entries.
|
|
45
45
|
* Available values: "csv".
|
|
46
46
|
*/
|
|
47
47
|
export?: string;
|
|
@@ -79,7 +79,7 @@ export interface GetPageShieldCookiesListResult {
|
|
|
79
79
|
*/
|
|
80
80
|
readonly domain?: string;
|
|
81
81
|
/**
|
|
82
|
-
* Export the list of cookies as a file.
|
|
82
|
+
* Export the list of cookies as a file, limited to 50000 entries.
|
|
83
83
|
* Available values: "csv".
|
|
84
84
|
*/
|
|
85
85
|
readonly export?: string;
|
|
@@ -149,7 +149,7 @@ export interface GetPageShieldCookiesListOutputArgs {
|
|
|
149
149
|
*/
|
|
150
150
|
domain?: pulumi.Input<string>;
|
|
151
151
|
/**
|
|
152
|
-
* Export the list of cookies as a file.
|
|
152
|
+
* Export the list of cookies as a file, limited to 50000 entries.
|
|
153
153
|
* Available values: "csv".
|
|
154
154
|
*/
|
|
155
155
|
export?: pulumi.Input<string>;
|
|
@@ -48,7 +48,7 @@ export interface GetPageShieldScriptsListArgs {
|
|
|
48
48
|
*/
|
|
49
49
|
excludeUrls?: string;
|
|
50
50
|
/**
|
|
51
|
-
* Export the list of scripts as a file.
|
|
51
|
+
* Export the list of scripts as a file, limited to 50000 entries.
|
|
52
52
|
* Available values: "csv".
|
|
53
53
|
*/
|
|
54
54
|
export?: string;
|
|
@@ -93,7 +93,7 @@ export interface GetPageShieldScriptsListResult {
|
|
|
93
93
|
*/
|
|
94
94
|
readonly excludeUrls?: string;
|
|
95
95
|
/**
|
|
96
|
-
* Export the list of scripts as a file.
|
|
96
|
+
* Export the list of scripts as a file, limited to 50000 entries.
|
|
97
97
|
* Available values: "csv".
|
|
98
98
|
*/
|
|
99
99
|
readonly export?: string;
|
|
@@ -167,7 +167,7 @@ export interface GetPageShieldScriptsListOutputArgs {
|
|
|
167
167
|
*/
|
|
168
168
|
excludeUrls?: pulumi.Input<string>;
|
|
169
169
|
/**
|
|
170
|
-
* Export the list of scripts as a file.
|
|
170
|
+
* Export the list of scripts as a file, limited to 50000 entries.
|
|
171
171
|
* Available values: "csv".
|
|
172
172
|
*/
|
|
173
173
|
export?: pulumi.Input<string>;
|
package/getWorker.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
*
|
|
10
10
|
* const exampleWorker = cloudflare.getWorker({
|
|
11
11
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
12
|
-
* workerId: "
|
|
12
|
+
* workerId: "worker_id",
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -23,7 +23,7 @@ export interface GetWorkerArgs {
|
|
|
23
23
|
*/
|
|
24
24
|
accountId: string;
|
|
25
25
|
/**
|
|
26
|
-
* Identifier.
|
|
26
|
+
* Identifier for the Worker, which can be ID or name.
|
|
27
27
|
*/
|
|
28
28
|
workerId?: string;
|
|
29
29
|
}
|
|
@@ -40,7 +40,7 @@ export interface GetWorkerResult {
|
|
|
40
40
|
*/
|
|
41
41
|
readonly createdOn: string;
|
|
42
42
|
/**
|
|
43
|
-
* Identifier.
|
|
43
|
+
* Identifier for the Worker, which can be ID or name.
|
|
44
44
|
*/
|
|
45
45
|
readonly id: string;
|
|
46
46
|
/**
|
|
@@ -72,7 +72,7 @@ export interface GetWorkerResult {
|
|
|
72
72
|
*/
|
|
73
73
|
readonly updatedOn: string;
|
|
74
74
|
/**
|
|
75
|
-
* Identifier.
|
|
75
|
+
* Identifier for the Worker, which can be ID or name.
|
|
76
76
|
*/
|
|
77
77
|
readonly workerId?: string;
|
|
78
78
|
}
|
|
@@ -85,7 +85,7 @@ export interface GetWorkerResult {
|
|
|
85
85
|
*
|
|
86
86
|
* const exampleWorker = cloudflare.getWorker({
|
|
87
87
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
88
|
-
* workerId: "
|
|
88
|
+
* workerId: "worker_id",
|
|
89
89
|
* });
|
|
90
90
|
* ```
|
|
91
91
|
*/
|
|
@@ -99,7 +99,7 @@ export interface GetWorkerOutputArgs {
|
|
|
99
99
|
*/
|
|
100
100
|
accountId: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
* Identifier.
|
|
102
|
+
* Identifier for the Worker, which can be ID or name.
|
|
103
103
|
*/
|
|
104
104
|
workerId?: pulumi.Input<string>;
|
|
105
105
|
}
|
package/getWorker.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* const exampleWorker = cloudflare.getWorker({
|
|
16
16
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
17
|
-
* workerId: "
|
|
17
|
+
* workerId: "worker_id",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
@@ -35,7 +35,7 @@ exports.getWorker = getWorker;
|
|
|
35
35
|
*
|
|
36
36
|
* const exampleWorker = cloudflare.getWorker({
|
|
37
37
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
38
|
-
* workerId: "
|
|
38
|
+
* workerId: "worker_id",
|
|
39
39
|
* });
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
package/getWorkerVersion.d.ts
CHANGED
|
@@ -9,8 +9,8 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
*
|
|
10
10
|
* const exampleWorkerVersion = cloudflare.getWorkerVersion({
|
|
11
11
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
12
|
-
* workerId: "
|
|
13
|
-
* versionId: "
|
|
12
|
+
* workerId: "worker_id",
|
|
13
|
+
* versionId: "version_id",
|
|
14
14
|
* include: "modules",
|
|
15
15
|
* });
|
|
16
16
|
* ```
|
|
@@ -25,12 +25,16 @@ export interface GetWorkerVersionArgs {
|
|
|
25
25
|
*/
|
|
26
26
|
accountId: string;
|
|
27
27
|
/**
|
|
28
|
+
* Whether to include the `modules` property of the version in the response, which contains code and sourcemap content and may add several megabytes to the response size.
|
|
28
29
|
* Available values: "modules".
|
|
29
30
|
*/
|
|
30
31
|
include?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Identifier for the version, which can be ID or the literal "latest" to operate on the most recently created version.
|
|
34
|
+
*/
|
|
31
35
|
versionId?: string;
|
|
32
36
|
/**
|
|
33
|
-
* Identifier.
|
|
37
|
+
* Identifier for the Worker, which can be ID or name.
|
|
34
38
|
*/
|
|
35
39
|
workerId: string;
|
|
36
40
|
}
|
|
@@ -50,68 +54,33 @@ export interface GetWorkerVersionResult {
|
|
|
50
54
|
* Configuration for assets within a Worker.
|
|
51
55
|
*/
|
|
52
56
|
readonly assets: outputs.GetWorkerVersionAssets;
|
|
53
|
-
/**
|
|
54
|
-
* List of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
|
|
55
|
-
*/
|
|
56
57
|
readonly bindings: outputs.GetWorkerVersionBinding[];
|
|
57
|
-
/**
|
|
58
|
-
* Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.
|
|
59
|
-
*/
|
|
60
58
|
readonly compatibilityDate: string;
|
|
61
|
-
/**
|
|
62
|
-
* Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a `compatibilityDate`.
|
|
63
|
-
*/
|
|
64
59
|
readonly compatibilityFlags: string[];
|
|
65
|
-
/**
|
|
66
|
-
* When the version was created.
|
|
67
|
-
*/
|
|
68
60
|
readonly createdOn: string;
|
|
69
|
-
/**
|
|
70
|
-
* The ID of this resource.
|
|
71
|
-
*/
|
|
72
61
|
readonly id: string;
|
|
73
62
|
/**
|
|
63
|
+
* Whether to include the `modules` property of the version in the response, which contains code and sourcemap content and may add several megabytes to the response size.
|
|
74
64
|
* Available values: "modules".
|
|
75
65
|
*/
|
|
76
66
|
readonly include?: string;
|
|
77
|
-
/**
|
|
78
|
-
* Resource limits enforced at runtime.
|
|
79
|
-
*/
|
|
80
67
|
readonly limits: outputs.GetWorkerVersionLimits;
|
|
81
|
-
/**
|
|
82
|
-
* The name of the main module in the `modules` array (e.g. the name of the module that exports a `fetch` handler).
|
|
83
|
-
*/
|
|
84
68
|
readonly mainModule: string;
|
|
85
|
-
/**
|
|
86
|
-
* Migrations for Durable Objects associated with the version. Migrations are applied when the version is deployed.
|
|
87
|
-
*/
|
|
88
69
|
readonly migrations: outputs.GetWorkerVersionMigrations;
|
|
89
|
-
/**
|
|
90
|
-
* Code, sourcemaps, and other content used at runtime.
|
|
91
|
-
*/
|
|
92
70
|
readonly modules: outputs.GetWorkerVersionModule[];
|
|
93
|
-
/**
|
|
94
|
-
* The integer version number, starting from one.
|
|
95
|
-
*/
|
|
96
71
|
readonly number: number;
|
|
97
|
-
/**
|
|
98
|
-
* Placement settings for the version.
|
|
99
|
-
*/
|
|
100
72
|
readonly placement: outputs.GetWorkerVersionPlacement;
|
|
101
|
-
/**
|
|
102
|
-
* The client used to create the version.
|
|
103
|
-
*/
|
|
104
73
|
readonly source: string;
|
|
105
74
|
/**
|
|
106
|
-
* Usage model for the version.
|
|
107
|
-
* Available values: "standard", "bundled", "unbound".
|
|
108
|
-
*
|
|
109
75
|
* @deprecated This attribute is deprecated.
|
|
110
76
|
*/
|
|
111
77
|
readonly usageModel: string;
|
|
78
|
+
/**
|
|
79
|
+
* Identifier for the version, which can be ID or the literal "latest" to operate on the most recently created version.
|
|
80
|
+
*/
|
|
112
81
|
readonly versionId?: string;
|
|
113
82
|
/**
|
|
114
|
-
* Identifier.
|
|
83
|
+
* Identifier for the Worker, which can be ID or name.
|
|
115
84
|
*/
|
|
116
85
|
readonly workerId: string;
|
|
117
86
|
}
|
|
@@ -124,8 +93,8 @@ export interface GetWorkerVersionResult {
|
|
|
124
93
|
*
|
|
125
94
|
* const exampleWorkerVersion = cloudflare.getWorkerVersion({
|
|
126
95
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
127
|
-
* workerId: "
|
|
128
|
-
* versionId: "
|
|
96
|
+
* workerId: "worker_id",
|
|
97
|
+
* versionId: "version_id",
|
|
129
98
|
* include: "modules",
|
|
130
99
|
* });
|
|
131
100
|
* ```
|
|
@@ -140,12 +109,16 @@ export interface GetWorkerVersionOutputArgs {
|
|
|
140
109
|
*/
|
|
141
110
|
accountId: pulumi.Input<string>;
|
|
142
111
|
/**
|
|
112
|
+
* Whether to include the `modules` property of the version in the response, which contains code and sourcemap content and may add several megabytes to the response size.
|
|
143
113
|
* Available values: "modules".
|
|
144
114
|
*/
|
|
145
115
|
include?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* Identifier for the version, which can be ID or the literal "latest" to operate on the most recently created version.
|
|
118
|
+
*/
|
|
146
119
|
versionId?: pulumi.Input<string>;
|
|
147
120
|
/**
|
|
148
|
-
* Identifier.
|
|
121
|
+
* Identifier for the Worker, which can be ID or name.
|
|
149
122
|
*/
|
|
150
123
|
workerId: pulumi.Input<string>;
|
|
151
124
|
}
|
package/getWorkerVersion.js
CHANGED
|
@@ -14,8 +14,8 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* const exampleWorkerVersion = cloudflare.getWorkerVersion({
|
|
16
16
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
17
|
-
* workerId: "
|
|
18
|
-
* versionId: "
|
|
17
|
+
* workerId: "worker_id",
|
|
18
|
+
* versionId: "version_id",
|
|
19
19
|
* include: "modules",
|
|
20
20
|
* });
|
|
21
21
|
* ```
|
|
@@ -39,8 +39,8 @@ exports.getWorkerVersion = getWorkerVersion;
|
|
|
39
39
|
*
|
|
40
40
|
* const exampleWorkerVersion = cloudflare.getWorkerVersion({
|
|
41
41
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
42
|
-
* workerId: "
|
|
43
|
-
* versionId: "
|
|
42
|
+
* workerId: "worker_id",
|
|
43
|
+
* versionId: "version_id",
|
|
44
44
|
* include: "modules",
|
|
45
45
|
* });
|
|
46
46
|
* ```
|
package/getWorkerVersion.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWorkerVersion.js","sourceRoot":"","sources":["../getWorkerVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;
|
|
1
|
+
{"version":3,"file":"getWorkerVersion.js","sourceRoot":"","sources":["../getWorkerVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAuED;;;;;;;;;;;;;;GAcG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC"}
|
package/getWorkerVersions.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
*
|
|
10
10
|
* const exampleWorkerVersions = cloudflare.getWorkerVersions({
|
|
11
11
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
12
|
-
* workerId: "
|
|
12
|
+
* workerId: "worker_id",
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -27,7 +27,7 @@ export interface GetWorkerVersionsArgs {
|
|
|
27
27
|
*/
|
|
28
28
|
maxItems?: number;
|
|
29
29
|
/**
|
|
30
|
-
* Identifier.
|
|
30
|
+
* Identifier for the Worker, which can be ID or name.
|
|
31
31
|
*/
|
|
32
32
|
workerId: string;
|
|
33
33
|
}
|
|
@@ -52,7 +52,7 @@ export interface GetWorkerVersionsResult {
|
|
|
52
52
|
*/
|
|
53
53
|
readonly results: outputs.GetWorkerVersionsResult[];
|
|
54
54
|
/**
|
|
55
|
-
* Identifier.
|
|
55
|
+
* Identifier for the Worker, which can be ID or name.
|
|
56
56
|
*/
|
|
57
57
|
readonly workerId: string;
|
|
58
58
|
}
|
|
@@ -65,7 +65,7 @@ export interface GetWorkerVersionsResult {
|
|
|
65
65
|
*
|
|
66
66
|
* const exampleWorkerVersions = cloudflare.getWorkerVersions({
|
|
67
67
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
68
|
-
* workerId: "
|
|
68
|
+
* workerId: "worker_id",
|
|
69
69
|
* });
|
|
70
70
|
* ```
|
|
71
71
|
*/
|
|
@@ -83,7 +83,7 @@ export interface GetWorkerVersionsOutputArgs {
|
|
|
83
83
|
*/
|
|
84
84
|
maxItems?: pulumi.Input<number>;
|
|
85
85
|
/**
|
|
86
|
-
* Identifier.
|
|
86
|
+
* Identifier for the Worker, which can be ID or name.
|
|
87
87
|
*/
|
|
88
88
|
workerId: pulumi.Input<string>;
|
|
89
89
|
}
|
package/getWorkerVersions.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* const exampleWorkerVersions = cloudflare.getWorkerVersions({
|
|
16
16
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
17
|
-
* workerId: "
|
|
17
|
+
* workerId: "worker_id",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
@@ -36,7 +36,7 @@ exports.getWorkerVersions = getWorkerVersions;
|
|
|
36
36
|
*
|
|
37
37
|
* const exampleWorkerVersions = cloudflare.getWorkerVersions({
|
|
38
38
|
* accountId: "023e105f4ecef8ad9ca31a8372d0c353",
|
|
39
|
-
* workerId: "
|
|
39
|
+
* workerId: "worker_id",
|
|
40
40
|
* });
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
package/getWorkflow.d.ts
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
10
|
+
*
|
|
11
|
+
* const exampleWorkflow = cloudflare.getWorkflow({
|
|
12
|
+
* accountId: "account_id",
|
|
13
|
+
* workflowName: "x",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getWorkflow(args: GetWorkflowArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkflowResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getWorkflow.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetWorkflowArgs {
|
|
22
|
+
accountId: string;
|
|
23
|
+
filter?: inputs.GetWorkflowFilter;
|
|
24
|
+
workflowName?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getWorkflow.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetWorkflowResult {
|
|
30
|
+
readonly accountId: string;
|
|
31
|
+
readonly className: string;
|
|
32
|
+
readonly createdOn: string;
|
|
33
|
+
readonly filter?: outputs.GetWorkflowFilter;
|
|
34
|
+
/**
|
|
35
|
+
* The ID of this resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly id: string;
|
|
38
|
+
readonly instances: outputs.GetWorkflowInstances;
|
|
39
|
+
readonly modifiedOn: string;
|
|
40
|
+
readonly name: string;
|
|
41
|
+
readonly scriptName: string;
|
|
42
|
+
readonly triggeredOn: string;
|
|
43
|
+
readonly workflowName?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
51
|
+
*
|
|
52
|
+
* const exampleWorkflow = cloudflare.getWorkflow({
|
|
53
|
+
* accountId: "account_id",
|
|
54
|
+
* workflowName: "x",
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
export declare function getWorkflowOutput(args: GetWorkflowOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWorkflowResult>;
|
|
59
|
+
/**
|
|
60
|
+
* A collection of arguments for invoking getWorkflow.
|
|
61
|
+
*/
|
|
62
|
+
export interface GetWorkflowOutputArgs {
|
|
63
|
+
accountId: pulumi.Input<string>;
|
|
64
|
+
filter?: pulumi.Input<inputs.GetWorkflowFilterArgs>;
|
|
65
|
+
workflowName?: pulumi.Input<string>;
|
|
66
|
+
}
|
package/getWorkflow.js
ADDED
|
@@ -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.getWorkflowOutput = exports.getWorkflow = 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 exampleWorkflow = cloudflare.getWorkflow({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* workflowName: "x",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getWorkflow(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("cloudflare:index/getWorkflow:getWorkflow", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
"filter": args.filter,
|
|
26
|
+
"workflowName": args.workflowName,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getWorkflow = getWorkflow;
|
|
30
|
+
/**
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
36
|
+
*
|
|
37
|
+
* const exampleWorkflow = cloudflare.getWorkflow({
|
|
38
|
+
* accountId: "account_id",
|
|
39
|
+
* workflowName: "x",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getWorkflowOutput(args, opts) {
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getWorkflow:getWorkflow", {
|
|
46
|
+
"accountId": args.accountId,
|
|
47
|
+
"filter": args.filter,
|
|
48
|
+
"workflowName": args.workflowName,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getWorkflowOutput = getWorkflowOutput;
|
|
52
|
+
//# sourceMappingURL=getWorkflow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWorkflow.js","sourceRoot":"","sources":["../getWorkflow.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;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,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA8BD;;;;;;;;;;;;GAYG;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,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|