@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
package/types/input.d.ts
CHANGED
|
@@ -5907,6 +5907,10 @@ export interface GetZeroTrustTunnelCloudflaredVirtualNetworkFilter {
|
|
|
5907
5907
|
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
5908
5908
|
*/
|
|
5909
5909
|
isDefault?: boolean;
|
|
5910
|
+
/**
|
|
5911
|
+
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
5912
|
+
*/
|
|
5913
|
+
isDefaultNetwork?: boolean;
|
|
5910
5914
|
/**
|
|
5911
5915
|
* If `true`, only include deleted virtual networks. If `false`, exclude deleted virtual networks. If empty, all virtual networks will be included.
|
|
5912
5916
|
*/
|
|
@@ -5925,6 +5929,10 @@ export interface GetZeroTrustTunnelCloudflaredVirtualNetworkFilterArgs {
|
|
|
5925
5929
|
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
5926
5930
|
*/
|
|
5927
5931
|
isDefault?: pulumi.Input<boolean>;
|
|
5932
|
+
/**
|
|
5933
|
+
* If `true`, only include the default virtual network. If `false`, exclude the default virtual network. If empty, all virtual networks will be included.
|
|
5934
|
+
*/
|
|
5935
|
+
isDefaultNetwork?: pulumi.Input<boolean>;
|
|
5928
5936
|
/**
|
|
5929
5937
|
* If `true`, only include deleted virtual networks. If `false`, exclude deleted virtual networks. If empty, all virtual networks will be included.
|
|
5930
5938
|
*/
|
|
@@ -9865,7 +9873,7 @@ export interface TeamsAccountSettings {
|
|
|
9865
9873
|
*/
|
|
9866
9874
|
certificate?: pulumi.Input<inputs.TeamsAccountSettingsCertificate>;
|
|
9867
9875
|
/**
|
|
9868
|
-
* Custom certificate settings for BYO-PKI. (deprecated and replaced by `certificate`)
|
|
9876
|
+
* Custom certificate settings for BYO-PKI. (deprecated and replaced by `certificate`).
|
|
9869
9877
|
*
|
|
9870
9878
|
* @deprecated This attribute is deprecated.
|
|
9871
9879
|
*/
|
|
@@ -9883,7 +9891,7 @@ export interface TeamsAccountSettings {
|
|
|
9883
9891
|
*/
|
|
9884
9892
|
hostSelector?: pulumi.Input<inputs.TeamsAccountSettingsHostSelector>;
|
|
9885
9893
|
/**
|
|
9886
|
-
* Setting to define inspection settings
|
|
9894
|
+
* Setting to define inspection settings.
|
|
9887
9895
|
*/
|
|
9888
9896
|
inspection?: pulumi.Input<inputs.TeamsAccountSettingsInspection>;
|
|
9889
9897
|
/**
|
|
@@ -9925,11 +9933,11 @@ export interface TeamsAccountSettingsAntivirus {
|
|
|
9925
9933
|
}
|
|
9926
9934
|
export interface TeamsAccountSettingsAntivirusNotificationSettings {
|
|
9927
9935
|
/**
|
|
9928
|
-
* Set notification on
|
|
9936
|
+
* Set notification on.
|
|
9929
9937
|
*/
|
|
9930
9938
|
enabled?: pulumi.Input<boolean>;
|
|
9931
9939
|
/**
|
|
9932
|
-
* If true, context information will be passed as query parameters
|
|
9940
|
+
* If true, context information will be passed as query parameters.
|
|
9933
9941
|
*/
|
|
9934
9942
|
includeContext?: pulumi.Input<boolean>;
|
|
9935
9943
|
/**
|
|
@@ -9947,7 +9955,7 @@ export interface TeamsAccountSettingsBlockPage {
|
|
|
9947
9955
|
*/
|
|
9948
9956
|
backgroundColor?: pulumi.Input<string>;
|
|
9949
9957
|
/**
|
|
9950
|
-
* Enable only cipher suites and TLS versions compliant with FIPS 140-2.
|
|
9958
|
+
* Enable only cipher suites and TLS versions compliant with FIPS. 140-2.
|
|
9951
9959
|
*/
|
|
9952
9960
|
enabled?: pulumi.Input<boolean>;
|
|
9953
9961
|
/**
|
|
@@ -9984,11 +9992,11 @@ export interface TeamsAccountSettingsBlockPage {
|
|
|
9984
9992
|
*/
|
|
9985
9993
|
name?: pulumi.Input<string>;
|
|
9986
9994
|
/**
|
|
9987
|
-
* This setting was shared via the Orgs API and cannot be edited by the current account
|
|
9995
|
+
* This setting was shared via the Orgs API and cannot be edited by the current account.
|
|
9988
9996
|
*/
|
|
9989
9997
|
readOnly?: pulumi.Input<boolean>;
|
|
9990
9998
|
/**
|
|
9991
|
-
* Account tag of account that shared this setting
|
|
9999
|
+
* Account tag of account that shared this setting.
|
|
9992
10000
|
*/
|
|
9993
10001
|
sourceAccount?: pulumi.Input<string>;
|
|
9994
10002
|
/**
|
|
@@ -10000,7 +10008,7 @@ export interface TeamsAccountSettingsBlockPage {
|
|
|
10000
10008
|
*/
|
|
10001
10009
|
targetUri?: pulumi.Input<string>;
|
|
10002
10010
|
/**
|
|
10003
|
-
* Version number of the setting
|
|
10011
|
+
* Version number of the setting.
|
|
10004
10012
|
*/
|
|
10005
10013
|
version?: pulumi.Input<number>;
|
|
10006
10014
|
}
|
|
@@ -10033,7 +10041,7 @@ export interface TeamsAccountSettingsCustomCertificate {
|
|
|
10033
10041
|
*/
|
|
10034
10042
|
bindingStatus?: pulumi.Input<string>;
|
|
10035
10043
|
/**
|
|
10036
|
-
* Enable use of custom certificate authority for signing Gateway traffic.
|
|
10044
|
+
* Enable use of custom certificate authority for signing Gateway. traffic.
|
|
10037
10045
|
*/
|
|
10038
10046
|
enabled: pulumi.Input<boolean>;
|
|
10039
10047
|
/**
|
|
@@ -10048,21 +10056,21 @@ export interface TeamsAccountSettingsExtendedEmailMatching {
|
|
|
10048
10056
|
*/
|
|
10049
10057
|
enabled?: pulumi.Input<boolean>;
|
|
10050
10058
|
/**
|
|
10051
|
-
* This setting was shared via the Orgs API and cannot be edited by the current account
|
|
10059
|
+
* This setting was shared via the Orgs API and cannot be edited by the current account.
|
|
10052
10060
|
*/
|
|
10053
10061
|
readOnly?: pulumi.Input<boolean>;
|
|
10054
10062
|
/**
|
|
10055
|
-
* Account tag of account that shared this setting
|
|
10063
|
+
* Account tag of account that shared this setting.
|
|
10056
10064
|
*/
|
|
10057
10065
|
sourceAccount?: pulumi.Input<string>;
|
|
10058
10066
|
/**
|
|
10059
|
-
* Version number of the setting
|
|
10067
|
+
* Version number of the setting.
|
|
10060
10068
|
*/
|
|
10061
10069
|
version?: pulumi.Input<number>;
|
|
10062
10070
|
}
|
|
10063
10071
|
export interface TeamsAccountSettingsFips {
|
|
10064
10072
|
/**
|
|
10065
|
-
* Enable only cipher suites and TLS versions compliant with FIPS 140-2.
|
|
10073
|
+
* Enable only cipher suites and TLS versions compliant with FIPS. 140-2.
|
|
10066
10074
|
*/
|
|
10067
10075
|
tls?: pulumi.Input<boolean>;
|
|
10068
10076
|
}
|
|
@@ -10106,7 +10114,7 @@ export interface TeamsAccountSettingsTlsDecrypt {
|
|
|
10106
10114
|
}
|
|
10107
10115
|
export interface TeamsListItem {
|
|
10108
10116
|
/**
|
|
10109
|
-
* The description of the list item, if present
|
|
10117
|
+
* The description of the list item, if present.
|
|
10110
10118
|
*/
|
|
10111
10119
|
description?: pulumi.Input<string>;
|
|
10112
10120
|
/**
|
|
@@ -10263,7 +10271,7 @@ export interface TeamsRuleRuleSettings {
|
|
|
10263
10271
|
*/
|
|
10264
10272
|
ipIndicatorFeeds?: pulumi.Input<boolean>;
|
|
10265
10273
|
/**
|
|
10266
|
-
* Send matching traffic to the supplied destination IP address and port.
|
|
10274
|
+
* Send matching traffic to the supplied destination IP address. and port.
|
|
10267
10275
|
*/
|
|
10268
10276
|
l4override?: pulumi.Input<inputs.TeamsRuleRuleSettingsL4override>;
|
|
10269
10277
|
/**
|
|
@@ -10283,11 +10291,11 @@ export interface TeamsRuleRuleSettings {
|
|
|
10283
10291
|
*/
|
|
10284
10292
|
payloadLog?: pulumi.Input<inputs.TeamsRuleRuleSettingsPayloadLog>;
|
|
10285
10293
|
/**
|
|
10286
|
-
* Settings that apply to quarantine rules
|
|
10294
|
+
* Settings that apply to quarantine rules.
|
|
10287
10295
|
*/
|
|
10288
10296
|
quarantine?: pulumi.Input<inputs.TeamsRuleRuleSettingsQuarantine>;
|
|
10289
10297
|
/**
|
|
10290
|
-
* Settings that apply to redirect rules
|
|
10298
|
+
* Settings that apply to redirect rules.
|
|
10291
10299
|
*/
|
|
10292
10300
|
redirect?: pulumi.Input<inputs.TeamsRuleRuleSettingsRedirect>;
|
|
10293
10301
|
/**
|
|
@@ -10368,11 +10376,11 @@ export interface TeamsRuleRuleSettingsBisoAdminControls {
|
|
|
10368
10376
|
}
|
|
10369
10377
|
export interface TeamsRuleRuleSettingsBlockPage {
|
|
10370
10378
|
/**
|
|
10371
|
-
* If true, context information will be passed as query parameters
|
|
10379
|
+
* If true, context information will be passed as query parameters.
|
|
10372
10380
|
*/
|
|
10373
10381
|
includeContext?: pulumi.Input<boolean>;
|
|
10374
10382
|
/**
|
|
10375
|
-
* URI to which the user will be redirected
|
|
10383
|
+
* URI to which the user will be redirected.
|
|
10376
10384
|
*/
|
|
10377
10385
|
targetUri: pulumi.Input<string>;
|
|
10378
10386
|
}
|
|
@@ -10449,11 +10457,11 @@ export interface TeamsRuleRuleSettingsL4override {
|
|
|
10449
10457
|
}
|
|
10450
10458
|
export interface TeamsRuleRuleSettingsNotificationSettings {
|
|
10451
10459
|
/**
|
|
10452
|
-
* Set notification on
|
|
10460
|
+
* Set notification on.
|
|
10453
10461
|
*/
|
|
10454
10462
|
enabled?: pulumi.Input<boolean>;
|
|
10455
10463
|
/**
|
|
10456
|
-
* If true, context information will be passed as query parameters
|
|
10464
|
+
* If true, context information will be passed as query parameters.
|
|
10457
10465
|
*/
|
|
10458
10466
|
includeContext?: pulumi.Input<boolean>;
|
|
10459
10467
|
/**
|
|
@@ -10479,15 +10487,15 @@ export interface TeamsRuleRuleSettingsQuarantine {
|
|
|
10479
10487
|
}
|
|
10480
10488
|
export interface TeamsRuleRuleSettingsRedirect {
|
|
10481
10489
|
/**
|
|
10482
|
-
* If true, context information will be passed as query parameters
|
|
10490
|
+
* If true, context information will be passed as query parameters.
|
|
10483
10491
|
*/
|
|
10484
10492
|
includeContext?: pulumi.Input<boolean>;
|
|
10485
10493
|
/**
|
|
10486
|
-
* If true, the path and query parameters from the original request will be appended to target_uri
|
|
10494
|
+
* If true, the path and query parameters from the original request will be appended to target_uri.
|
|
10487
10495
|
*/
|
|
10488
10496
|
preservePathAndQuery?: pulumi.Input<boolean>;
|
|
10489
10497
|
/**
|
|
10490
|
-
* URI to which the user will be redirected
|
|
10498
|
+
* URI to which the user will be redirected.
|
|
10491
10499
|
*/
|
|
10492
10500
|
targetUri: pulumi.Input<string>;
|
|
10493
10501
|
}
|
|
@@ -10869,6 +10877,34 @@ export interface WorkerCronTriggerSchedule {
|
|
|
10869
10877
|
cron: pulumi.Input<string>;
|
|
10870
10878
|
modifiedOn?: pulumi.Input<string>;
|
|
10871
10879
|
}
|
|
10880
|
+
export interface WorkerObservability {
|
|
10881
|
+
/**
|
|
10882
|
+
* Whether observability is enabled for the Worker.
|
|
10883
|
+
*/
|
|
10884
|
+
enabled?: pulumi.Input<boolean>;
|
|
10885
|
+
/**
|
|
10886
|
+
* The sampling rate for observability. From 0 to 1 (1 = 100%, 0.1 = 10%).
|
|
10887
|
+
*/
|
|
10888
|
+
headSamplingRate?: pulumi.Input<number>;
|
|
10889
|
+
/**
|
|
10890
|
+
* Log settings for the Worker.
|
|
10891
|
+
*/
|
|
10892
|
+
logs?: pulumi.Input<inputs.WorkerObservabilityLogs>;
|
|
10893
|
+
}
|
|
10894
|
+
export interface WorkerObservabilityLogs {
|
|
10895
|
+
/**
|
|
10896
|
+
* Whether logs are enabled for the Worker.
|
|
10897
|
+
*/
|
|
10898
|
+
enabled?: pulumi.Input<boolean>;
|
|
10899
|
+
/**
|
|
10900
|
+
* The sampling rate for logs. From 0 to 1 (1 = 100%, 0.1 = 10%).
|
|
10901
|
+
*/
|
|
10902
|
+
headSamplingRate?: pulumi.Input<number>;
|
|
10903
|
+
/**
|
|
10904
|
+
* Whether [invocation logs](https://developers.cloudflare.com/workers/observability/logs/workers-logs/#invocation-logs) are enabled for the Worker.
|
|
10905
|
+
*/
|
|
10906
|
+
invocationLogs?: pulumi.Input<boolean>;
|
|
10907
|
+
}
|
|
10872
10908
|
export interface WorkerScriptAssets {
|
|
10873
10909
|
/**
|
|
10874
10910
|
* Configuration for assets within a Worker.
|
|
@@ -10881,7 +10917,7 @@ export interface WorkerScriptAssets {
|
|
|
10881
10917
|
}
|
|
10882
10918
|
export interface WorkerScriptAssetsConfig {
|
|
10883
10919
|
/**
|
|
10884
|
-
* The contents of a _headers file (used to attach custom headers on asset responses)
|
|
10920
|
+
* The contents of a _headers file (used to attach custom headers on asset responses).
|
|
10885
10921
|
*/
|
|
10886
10922
|
headers?: pulumi.Input<string>;
|
|
10887
10923
|
/**
|
|
@@ -10895,7 +10931,7 @@ export interface WorkerScriptAssetsConfig {
|
|
|
10895
10931
|
*/
|
|
10896
10932
|
notFoundHandling?: pulumi.Input<string>;
|
|
10897
10933
|
/**
|
|
10898
|
-
* The contents of a _redirects file (used to apply redirects or proxy paths ahead of asset serving)
|
|
10934
|
+
* The contents of a _redirects file (used to apply redirects or proxy paths ahead of asset serving).
|
|
10899
10935
|
*/
|
|
10900
10936
|
redirects?: pulumi.Input<string>;
|
|
10901
10937
|
/**
|
|
@@ -11037,6 +11073,22 @@ export interface WorkerScriptBindingOutboundWorker {
|
|
|
11037
11073
|
*/
|
|
11038
11074
|
service?: pulumi.Input<string>;
|
|
11039
11075
|
}
|
|
11076
|
+
export interface WorkerScriptLimits {
|
|
11077
|
+
/**
|
|
11078
|
+
* The amount of CPU time this Worker can use in milliseconds.
|
|
11079
|
+
*/
|
|
11080
|
+
cpuMs?: pulumi.Input<number>;
|
|
11081
|
+
}
|
|
11082
|
+
export interface WorkerScriptNamedHandler {
|
|
11083
|
+
/**
|
|
11084
|
+
* The names of handlers exported as part of the named export.
|
|
11085
|
+
*/
|
|
11086
|
+
handlers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11087
|
+
/**
|
|
11088
|
+
* The name of the export.
|
|
11089
|
+
*/
|
|
11090
|
+
name?: pulumi.Input<string>;
|
|
11091
|
+
}
|
|
11040
11092
|
export interface WorkerScriptObservability {
|
|
11041
11093
|
/**
|
|
11042
11094
|
* Whether observability is enabled for the Worker.
|
|
@@ -11095,6 +11147,291 @@ export interface WorkerScriptTailConsumer {
|
|
|
11095
11147
|
*/
|
|
11096
11148
|
service: pulumi.Input<string>;
|
|
11097
11149
|
}
|
|
11150
|
+
export interface WorkerSubdomain {
|
|
11151
|
+
/**
|
|
11152
|
+
* Whether the *.workers.dev subdomain is enabled for the Worker.
|
|
11153
|
+
*/
|
|
11154
|
+
enabled?: pulumi.Input<boolean>;
|
|
11155
|
+
/**
|
|
11156
|
+
* Whether [preview URLs](https://developers.cloudflare.com/workers/configuration/previews/) are enabled for the Worker.
|
|
11157
|
+
*/
|
|
11158
|
+
previewsEnabled?: pulumi.Input<boolean>;
|
|
11159
|
+
}
|
|
11160
|
+
export interface WorkerTailConsumer {
|
|
11161
|
+
/**
|
|
11162
|
+
* Name of the consumer Worker.
|
|
11163
|
+
*/
|
|
11164
|
+
name: pulumi.Input<string>;
|
|
11165
|
+
}
|
|
11166
|
+
export interface WorkerVersionAnnotations {
|
|
11167
|
+
/**
|
|
11168
|
+
* Human-readable message about the version.
|
|
11169
|
+
*/
|
|
11170
|
+
workersMessage?: pulumi.Input<string>;
|
|
11171
|
+
/**
|
|
11172
|
+
* User-provided identifier for the version.
|
|
11173
|
+
*/
|
|
11174
|
+
workersTag?: pulumi.Input<string>;
|
|
11175
|
+
/**
|
|
11176
|
+
* Operation that triggered the creation of the version.
|
|
11177
|
+
*/
|
|
11178
|
+
workersTriggeredBy?: pulumi.Input<string>;
|
|
11179
|
+
}
|
|
11180
|
+
export interface WorkerVersionAssets {
|
|
11181
|
+
/**
|
|
11182
|
+
* Configuration for assets within a Worker.
|
|
11183
|
+
*/
|
|
11184
|
+
config?: pulumi.Input<inputs.WorkerVersionAssetsConfig>;
|
|
11185
|
+
}
|
|
11186
|
+
export interface WorkerVersionAssetsConfig {
|
|
11187
|
+
/**
|
|
11188
|
+
* Determines the redirects and rewrites of requests for HTML content.
|
|
11189
|
+
* Available values: "auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none".
|
|
11190
|
+
*/
|
|
11191
|
+
htmlHandling?: pulumi.Input<string>;
|
|
11192
|
+
/**
|
|
11193
|
+
* Determines the response when a request does not match a static asset, and there is no Worker script.
|
|
11194
|
+
* Available values: "none", "404-page", "single-page-application".
|
|
11195
|
+
*/
|
|
11196
|
+
notFoundHandling?: pulumi.Input<string>;
|
|
11197
|
+
/**
|
|
11198
|
+
* Contains a list path rules to control routing to either the Worker or assets. Glob (*) and negative (!) rules are supported. Rules must start with either '/' or '!/'. At least one non-negative rule must be provided, and negative rules have higher precedence than non-negative rules.
|
|
11199
|
+
*/
|
|
11200
|
+
runWorkerFirsts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11201
|
+
}
|
|
11202
|
+
export interface WorkerVersionBinding {
|
|
11203
|
+
/**
|
|
11204
|
+
* Algorithm-specific key parameters. [Learn more](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey#algorithm).
|
|
11205
|
+
*/
|
|
11206
|
+
algorithm?: pulumi.Input<string>;
|
|
11207
|
+
/**
|
|
11208
|
+
* R2 bucket to bind to.
|
|
11209
|
+
*/
|
|
11210
|
+
bucketName?: pulumi.Input<string>;
|
|
11211
|
+
/**
|
|
11212
|
+
* Identifier of the certificate to bind to.
|
|
11213
|
+
*/
|
|
11214
|
+
certificateId?: pulumi.Input<string>;
|
|
11215
|
+
/**
|
|
11216
|
+
* The exported class name of the Durable Object.
|
|
11217
|
+
*/
|
|
11218
|
+
className?: pulumi.Input<string>;
|
|
11219
|
+
/**
|
|
11220
|
+
* The name of the dataset to bind to.
|
|
11221
|
+
*/
|
|
11222
|
+
dataset?: pulumi.Input<string>;
|
|
11223
|
+
/**
|
|
11224
|
+
* The environment of the scriptName to bind to.
|
|
11225
|
+
*/
|
|
11226
|
+
environment?: pulumi.Input<string>;
|
|
11227
|
+
/**
|
|
11228
|
+
* Data format of the key. [Learn more](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey#format).
|
|
11229
|
+
* Available values: "raw", "pkcs8", "spki", "jwk".
|
|
11230
|
+
*/
|
|
11231
|
+
format?: pulumi.Input<string>;
|
|
11232
|
+
/**
|
|
11233
|
+
* Identifier of the D1 database to bind to.
|
|
11234
|
+
*/
|
|
11235
|
+
id?: pulumi.Input<string>;
|
|
11236
|
+
/**
|
|
11237
|
+
* Name of the Vectorize index to bind to.
|
|
11238
|
+
*/
|
|
11239
|
+
indexName?: pulumi.Input<string>;
|
|
11240
|
+
/**
|
|
11241
|
+
* JSON data to use.
|
|
11242
|
+
*/
|
|
11243
|
+
json?: pulumi.Input<string>;
|
|
11244
|
+
/**
|
|
11245
|
+
* Base64-encoded key data. Required if `format` is "raw", "pkcs8", or "spki".
|
|
11246
|
+
*/
|
|
11247
|
+
keyBase64?: pulumi.Input<string>;
|
|
11248
|
+
/**
|
|
11249
|
+
* Key data in [JSON Web Key](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey#json_web_key) format. Required if `format` is "jwk".
|
|
11250
|
+
*/
|
|
11251
|
+
keyJwk?: pulumi.Input<string>;
|
|
11252
|
+
/**
|
|
11253
|
+
* A JavaScript variable name for the binding.
|
|
11254
|
+
*/
|
|
11255
|
+
name: pulumi.Input<string>;
|
|
11256
|
+
/**
|
|
11257
|
+
* Namespace to bind to.
|
|
11258
|
+
*/
|
|
11259
|
+
namespace?: pulumi.Input<string>;
|
|
11260
|
+
/**
|
|
11261
|
+
* Namespace identifier tag.
|
|
11262
|
+
*/
|
|
11263
|
+
namespaceId?: pulumi.Input<string>;
|
|
11264
|
+
/**
|
|
11265
|
+
* Outbound worker.
|
|
11266
|
+
*/
|
|
11267
|
+
outbound?: pulumi.Input<inputs.WorkerVersionBindingOutbound>;
|
|
11268
|
+
/**
|
|
11269
|
+
* Name of the Pipeline to bind to.
|
|
11270
|
+
*/
|
|
11271
|
+
pipeline?: pulumi.Input<string>;
|
|
11272
|
+
/**
|
|
11273
|
+
* Name of the Queue to bind to.
|
|
11274
|
+
*/
|
|
11275
|
+
queueName?: pulumi.Input<string>;
|
|
11276
|
+
/**
|
|
11277
|
+
* The script where the Durable Object is defined, if it is external to this Worker.
|
|
11278
|
+
*/
|
|
11279
|
+
scriptName?: pulumi.Input<string>;
|
|
11280
|
+
/**
|
|
11281
|
+
* Name of the secret in the store.
|
|
11282
|
+
*/
|
|
11283
|
+
secretName?: pulumi.Input<string>;
|
|
11284
|
+
/**
|
|
11285
|
+
* Name of Worker to bind to.
|
|
11286
|
+
*/
|
|
11287
|
+
service?: pulumi.Input<string>;
|
|
11288
|
+
/**
|
|
11289
|
+
* ID of the store containing the secret.
|
|
11290
|
+
*/
|
|
11291
|
+
storeId?: pulumi.Input<string>;
|
|
11292
|
+
/**
|
|
11293
|
+
* The text value to use.
|
|
11294
|
+
*/
|
|
11295
|
+
text?: pulumi.Input<string>;
|
|
11296
|
+
/**
|
|
11297
|
+
* The kind of resource that the binding provides.
|
|
11298
|
+
* Available values: "ai", "analytics*engine", "assets", "browser", "d1", "dispatch*namespace", "durable*object*namespace", "hyperdrive", "json", "kv*namespace", "mtls*certificate", "plain*text", "pipelines", "queue", "r2*bucket", "secret*text", "service", "tail*consumer", "vectorize", "version*metadata", "secrets*store*secret", "secret*key", "workflow".
|
|
11299
|
+
*/
|
|
11300
|
+
type: pulumi.Input<string>;
|
|
11301
|
+
/**
|
|
11302
|
+
* Allowed operations with the key. [Learn more](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey#keyUsages).
|
|
11303
|
+
*/
|
|
11304
|
+
usages?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11305
|
+
/**
|
|
11306
|
+
* Name of the Workflow to bind to.
|
|
11307
|
+
*/
|
|
11308
|
+
workflowName?: pulumi.Input<string>;
|
|
11309
|
+
}
|
|
11310
|
+
export interface WorkerVersionBindingOutbound {
|
|
11311
|
+
/**
|
|
11312
|
+
* Pass information from the Dispatch Worker to the Outbound Worker through the parameters.
|
|
11313
|
+
*/
|
|
11314
|
+
params?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11315
|
+
/**
|
|
11316
|
+
* Outbound worker.
|
|
11317
|
+
*/
|
|
11318
|
+
worker?: pulumi.Input<inputs.WorkerVersionBindingOutboundWorker>;
|
|
11319
|
+
}
|
|
11320
|
+
export interface WorkerVersionBindingOutboundWorker {
|
|
11321
|
+
/**
|
|
11322
|
+
* Environment of the outbound worker.
|
|
11323
|
+
*/
|
|
11324
|
+
environment?: pulumi.Input<string>;
|
|
11325
|
+
/**
|
|
11326
|
+
* Name of the outbound worker.
|
|
11327
|
+
*/
|
|
11328
|
+
service?: pulumi.Input<string>;
|
|
11329
|
+
}
|
|
11330
|
+
export interface WorkerVersionLimits {
|
|
11331
|
+
/**
|
|
11332
|
+
* CPU time limit in milliseconds.
|
|
11333
|
+
*/
|
|
11334
|
+
cpuMs: pulumi.Input<number>;
|
|
11335
|
+
}
|
|
11336
|
+
export interface WorkerVersionMigrations {
|
|
11337
|
+
/**
|
|
11338
|
+
* A list of classes to delete Durable Object namespaces from.
|
|
11339
|
+
*/
|
|
11340
|
+
deletedClasses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11341
|
+
/**
|
|
11342
|
+
* A list of classes to create Durable Object namespaces from.
|
|
11343
|
+
*/
|
|
11344
|
+
newClasses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11345
|
+
/**
|
|
11346
|
+
* A list of classes to create Durable Object namespaces with SQLite from.
|
|
11347
|
+
*/
|
|
11348
|
+
newSqliteClasses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11349
|
+
/**
|
|
11350
|
+
* Tag to set as the latest migration tag.
|
|
11351
|
+
*/
|
|
11352
|
+
newTag?: pulumi.Input<string>;
|
|
11353
|
+
/**
|
|
11354
|
+
* Tag used to verify against the latest migration tag for this Worker. If they don't match, the upload is rejected.
|
|
11355
|
+
*/
|
|
11356
|
+
oldTag?: pulumi.Input<string>;
|
|
11357
|
+
/**
|
|
11358
|
+
* A list of classes with Durable Object namespaces that were renamed.
|
|
11359
|
+
*/
|
|
11360
|
+
renamedClasses?: pulumi.Input<pulumi.Input<inputs.WorkerVersionMigrationsRenamedClass>[]>;
|
|
11361
|
+
/**
|
|
11362
|
+
* Migrations to apply in order.
|
|
11363
|
+
*/
|
|
11364
|
+
steps?: pulumi.Input<pulumi.Input<inputs.WorkerVersionMigrationsStep>[]>;
|
|
11365
|
+
/**
|
|
11366
|
+
* A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
11367
|
+
*/
|
|
11368
|
+
transferredClasses?: pulumi.Input<pulumi.Input<inputs.WorkerVersionMigrationsTransferredClass>[]>;
|
|
11369
|
+
}
|
|
11370
|
+
export interface WorkerVersionMigrationsRenamedClass {
|
|
11371
|
+
from?: pulumi.Input<string>;
|
|
11372
|
+
to?: pulumi.Input<string>;
|
|
11373
|
+
}
|
|
11374
|
+
export interface WorkerVersionMigrationsStep {
|
|
11375
|
+
/**
|
|
11376
|
+
* A list of classes to delete Durable Object namespaces from.
|
|
11377
|
+
*/
|
|
11378
|
+
deletedClasses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11379
|
+
/**
|
|
11380
|
+
* A list of classes to create Durable Object namespaces from.
|
|
11381
|
+
*/
|
|
11382
|
+
newClasses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11383
|
+
/**
|
|
11384
|
+
* A list of classes to create Durable Object namespaces with SQLite from.
|
|
11385
|
+
*/
|
|
11386
|
+
newSqliteClasses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11387
|
+
/**
|
|
11388
|
+
* A list of classes with Durable Object namespaces that were renamed.
|
|
11389
|
+
*/
|
|
11390
|
+
renamedClasses?: pulumi.Input<pulumi.Input<inputs.WorkerVersionMigrationsStepRenamedClass>[]>;
|
|
11391
|
+
/**
|
|
11392
|
+
* A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
11393
|
+
*/
|
|
11394
|
+
transferredClasses?: pulumi.Input<pulumi.Input<inputs.WorkerVersionMigrationsStepTransferredClass>[]>;
|
|
11395
|
+
}
|
|
11396
|
+
export interface WorkerVersionMigrationsStepRenamedClass {
|
|
11397
|
+
from?: pulumi.Input<string>;
|
|
11398
|
+
to?: pulumi.Input<string>;
|
|
11399
|
+
}
|
|
11400
|
+
export interface WorkerVersionMigrationsStepTransferredClass {
|
|
11401
|
+
from?: pulumi.Input<string>;
|
|
11402
|
+
fromScript?: pulumi.Input<string>;
|
|
11403
|
+
to?: pulumi.Input<string>;
|
|
11404
|
+
}
|
|
11405
|
+
export interface WorkerVersionMigrationsTransferredClass {
|
|
11406
|
+
from?: pulumi.Input<string>;
|
|
11407
|
+
fromScript?: pulumi.Input<string>;
|
|
11408
|
+
to?: pulumi.Input<string>;
|
|
11409
|
+
}
|
|
11410
|
+
export interface WorkerVersionModule {
|
|
11411
|
+
/**
|
|
11412
|
+
* The file path of the module content.
|
|
11413
|
+
*/
|
|
11414
|
+
contentFile: pulumi.Input<string>;
|
|
11415
|
+
/**
|
|
11416
|
+
* The SHA-256 hash of the module content.
|
|
11417
|
+
*/
|
|
11418
|
+
contentSha256?: pulumi.Input<string>;
|
|
11419
|
+
/**
|
|
11420
|
+
* The content type of the module.
|
|
11421
|
+
*/
|
|
11422
|
+
contentType: pulumi.Input<string>;
|
|
11423
|
+
/**
|
|
11424
|
+
* The name of the module.
|
|
11425
|
+
*/
|
|
11426
|
+
name: pulumi.Input<string>;
|
|
11427
|
+
}
|
|
11428
|
+
export interface WorkerVersionPlacement {
|
|
11429
|
+
/**
|
|
11430
|
+
* Placement mode for the version.
|
|
11431
|
+
* Available values: "smart".
|
|
11432
|
+
*/
|
|
11433
|
+
mode?: pulumi.Input<string>;
|
|
11434
|
+
}
|
|
11098
11435
|
export interface WorkersCronTriggerSchedule {
|
|
11099
11436
|
createdOn?: pulumi.Input<string>;
|
|
11100
11437
|
cron: pulumi.Input<string>;
|
|
@@ -11126,7 +11463,7 @@ export interface WorkersScriptAssets {
|
|
|
11126
11463
|
}
|
|
11127
11464
|
export interface WorkersScriptAssetsConfig {
|
|
11128
11465
|
/**
|
|
11129
|
-
* The contents of a _headers file (used to attach custom headers on asset responses)
|
|
11466
|
+
* The contents of a _headers file (used to attach custom headers on asset responses).
|
|
11130
11467
|
*/
|
|
11131
11468
|
headers?: pulumi.Input<string>;
|
|
11132
11469
|
/**
|
|
@@ -11140,7 +11477,7 @@ export interface WorkersScriptAssetsConfig {
|
|
|
11140
11477
|
*/
|
|
11141
11478
|
notFoundHandling?: pulumi.Input<string>;
|
|
11142
11479
|
/**
|
|
11143
|
-
* The contents of a _redirects file (used to apply redirects or proxy paths ahead of asset serving)
|
|
11480
|
+
* The contents of a _redirects file (used to apply redirects or proxy paths ahead of asset serving).
|
|
11144
11481
|
*/
|
|
11145
11482
|
redirects?: pulumi.Input<string>;
|
|
11146
11483
|
/**
|
|
@@ -11282,6 +11619,22 @@ export interface WorkersScriptBindingOutboundWorker {
|
|
|
11282
11619
|
*/
|
|
11283
11620
|
service?: pulumi.Input<string>;
|
|
11284
11621
|
}
|
|
11622
|
+
export interface WorkersScriptLimits {
|
|
11623
|
+
/**
|
|
11624
|
+
* The amount of CPU time this Worker can use in milliseconds.
|
|
11625
|
+
*/
|
|
11626
|
+
cpuMs?: pulumi.Input<number>;
|
|
11627
|
+
}
|
|
11628
|
+
export interface WorkersScriptNamedHandler {
|
|
11629
|
+
/**
|
|
11630
|
+
* The names of handlers exported as part of the named export.
|
|
11631
|
+
*/
|
|
11632
|
+
handlers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11633
|
+
/**
|
|
11634
|
+
* The name of the export.
|
|
11635
|
+
*/
|
|
11636
|
+
name?: pulumi.Input<string>;
|
|
11637
|
+
}
|
|
11285
11638
|
export interface WorkersScriptObservability {
|
|
11286
11639
|
/**
|
|
11287
11640
|
* Whether observability is enabled for the Worker.
|
|
@@ -14318,6 +14671,17 @@ export interface ZeroTrustDlpCustomEntryPattern {
|
|
|
14318
14671
|
*/
|
|
14319
14672
|
validation?: pulumi.Input<string>;
|
|
14320
14673
|
}
|
|
14674
|
+
export interface ZeroTrustDlpCustomEntryVariant {
|
|
14675
|
+
description?: pulumi.Input<string>;
|
|
14676
|
+
/**
|
|
14677
|
+
* Available values: "Intent", "Content".
|
|
14678
|
+
*/
|
|
14679
|
+
topicType?: pulumi.Input<string>;
|
|
14680
|
+
/**
|
|
14681
|
+
* Available values: "PromptTopic".
|
|
14682
|
+
*/
|
|
14683
|
+
type?: pulumi.Input<string>;
|
|
14684
|
+
}
|
|
14321
14685
|
export interface ZeroTrustDlpCustomProfileContextAwareness {
|
|
14322
14686
|
/**
|
|
14323
14687
|
* If true, scan the context of predefined entries to only return matches surrounded by keywords.
|
|
@@ -14433,6 +14797,47 @@ export interface ZeroTrustDlpEntryPattern {
|
|
|
14433
14797
|
*/
|
|
14434
14798
|
validation?: pulumi.Input<string>;
|
|
14435
14799
|
}
|
|
14800
|
+
export interface ZeroTrustDlpEntryVariant {
|
|
14801
|
+
description?: pulumi.Input<string>;
|
|
14802
|
+
/**
|
|
14803
|
+
* Available values: "Intent", "Content".
|
|
14804
|
+
*/
|
|
14805
|
+
topicType?: pulumi.Input<string>;
|
|
14806
|
+
/**
|
|
14807
|
+
* Available values: "PromptTopic".
|
|
14808
|
+
*/
|
|
14809
|
+
type?: pulumi.Input<string>;
|
|
14810
|
+
}
|
|
14811
|
+
export interface ZeroTrustDlpIntegrationEntryConfidence {
|
|
14812
|
+
/**
|
|
14813
|
+
* Indicates whether this entry has AI remote service validation.
|
|
14814
|
+
*/
|
|
14815
|
+
aiContextAvailable?: pulumi.Input<boolean>;
|
|
14816
|
+
/**
|
|
14817
|
+
* Indicates whether this entry has any form of validation that is not an AI remote service.
|
|
14818
|
+
*/
|
|
14819
|
+
available?: pulumi.Input<boolean>;
|
|
14820
|
+
}
|
|
14821
|
+
export interface ZeroTrustDlpIntegrationEntryPattern {
|
|
14822
|
+
regex?: pulumi.Input<string>;
|
|
14823
|
+
/**
|
|
14824
|
+
* Available values: "luhn".
|
|
14825
|
+
*
|
|
14826
|
+
* @deprecated This attribute is deprecated.
|
|
14827
|
+
*/
|
|
14828
|
+
validation?: pulumi.Input<string>;
|
|
14829
|
+
}
|
|
14830
|
+
export interface ZeroTrustDlpIntegrationEntryVariant {
|
|
14831
|
+
description?: pulumi.Input<string>;
|
|
14832
|
+
/**
|
|
14833
|
+
* Available values: "Intent", "Content".
|
|
14834
|
+
*/
|
|
14835
|
+
topicType?: pulumi.Input<string>;
|
|
14836
|
+
/**
|
|
14837
|
+
* Available values: "PromptTopic".
|
|
14838
|
+
*/
|
|
14839
|
+
type?: pulumi.Input<string>;
|
|
14840
|
+
}
|
|
14436
14841
|
export interface ZeroTrustDlpPredefinedEntryConfidence {
|
|
14437
14842
|
/**
|
|
14438
14843
|
* Indicates whether this entry has AI remote service validation.
|
|
@@ -14443,6 +14848,26 @@ export interface ZeroTrustDlpPredefinedEntryConfidence {
|
|
|
14443
14848
|
*/
|
|
14444
14849
|
available?: pulumi.Input<boolean>;
|
|
14445
14850
|
}
|
|
14851
|
+
export interface ZeroTrustDlpPredefinedEntryPattern {
|
|
14852
|
+
regex?: pulumi.Input<string>;
|
|
14853
|
+
/**
|
|
14854
|
+
* Available values: "luhn".
|
|
14855
|
+
*
|
|
14856
|
+
* @deprecated This attribute is deprecated.
|
|
14857
|
+
*/
|
|
14858
|
+
validation?: pulumi.Input<string>;
|
|
14859
|
+
}
|
|
14860
|
+
export interface ZeroTrustDlpPredefinedEntryVariant {
|
|
14861
|
+
description?: pulumi.Input<string>;
|
|
14862
|
+
/**
|
|
14863
|
+
* Available values: "Intent", "Content".
|
|
14864
|
+
*/
|
|
14865
|
+
topicType?: pulumi.Input<string>;
|
|
14866
|
+
/**
|
|
14867
|
+
* Available values: "PromptTopic".
|
|
14868
|
+
*/
|
|
14869
|
+
type?: pulumi.Input<string>;
|
|
14870
|
+
}
|
|
14446
14871
|
export interface ZeroTrustDlpPredefinedProfileContextAwareness {
|
|
14447
14872
|
/**
|
|
14448
14873
|
* If true, scan the context of predefined entries to only return matches surrounded by keywords.
|
|
@@ -14647,7 +15072,7 @@ export interface ZeroTrustGatewayPolicyRuleSettings {
|
|
|
14647
15072
|
*/
|
|
14648
15073
|
ipIndicatorFeeds?: pulumi.Input<boolean>;
|
|
14649
15074
|
/**
|
|
14650
|
-
* Send matching traffic to the supplied destination IP address and port.
|
|
15075
|
+
* Send matching traffic to the supplied destination IP address. and port.
|
|
14651
15076
|
*/
|
|
14652
15077
|
l4override?: pulumi.Input<inputs.ZeroTrustGatewayPolicyRuleSettingsL4override>;
|
|
14653
15078
|
/**
|
|
@@ -14667,11 +15092,11 @@ export interface ZeroTrustGatewayPolicyRuleSettings {
|
|
|
14667
15092
|
*/
|
|
14668
15093
|
payloadLog?: pulumi.Input<inputs.ZeroTrustGatewayPolicyRuleSettingsPayloadLog>;
|
|
14669
15094
|
/**
|
|
14670
|
-
* Settings that apply to quarantine rules
|
|
15095
|
+
* Settings that apply to quarantine rules.
|
|
14671
15096
|
*/
|
|
14672
15097
|
quarantine?: pulumi.Input<inputs.ZeroTrustGatewayPolicyRuleSettingsQuarantine>;
|
|
14673
15098
|
/**
|
|
14674
|
-
* Settings that apply to redirect rules
|
|
15099
|
+
* Settings that apply to redirect rules.
|
|
14675
15100
|
*/
|
|
14676
15101
|
redirect?: pulumi.Input<inputs.ZeroTrustGatewayPolicyRuleSettingsRedirect>;
|
|
14677
15102
|
/**
|
|
@@ -14752,11 +15177,11 @@ export interface ZeroTrustGatewayPolicyRuleSettingsBisoAdminControls {
|
|
|
14752
15177
|
}
|
|
14753
15178
|
export interface ZeroTrustGatewayPolicyRuleSettingsBlockPage {
|
|
14754
15179
|
/**
|
|
14755
|
-
* If true, context information will be passed as query parameters
|
|
15180
|
+
* If true, context information will be passed as query parameters.
|
|
14756
15181
|
*/
|
|
14757
15182
|
includeContext?: pulumi.Input<boolean>;
|
|
14758
15183
|
/**
|
|
14759
|
-
* URI to which the user will be redirected
|
|
15184
|
+
* URI to which the user will be redirected.
|
|
14760
15185
|
*/
|
|
14761
15186
|
targetUri: pulumi.Input<string>;
|
|
14762
15187
|
}
|
|
@@ -14833,11 +15258,11 @@ export interface ZeroTrustGatewayPolicyRuleSettingsL4override {
|
|
|
14833
15258
|
}
|
|
14834
15259
|
export interface ZeroTrustGatewayPolicyRuleSettingsNotificationSettings {
|
|
14835
15260
|
/**
|
|
14836
|
-
* Set notification on
|
|
15261
|
+
* Set notification on.
|
|
14837
15262
|
*/
|
|
14838
15263
|
enabled?: pulumi.Input<boolean>;
|
|
14839
15264
|
/**
|
|
14840
|
-
* If true, context information will be passed as query parameters
|
|
15265
|
+
* If true, context information will be passed as query parameters.
|
|
14841
15266
|
*/
|
|
14842
15267
|
includeContext?: pulumi.Input<boolean>;
|
|
14843
15268
|
/**
|
|
@@ -14863,15 +15288,15 @@ export interface ZeroTrustGatewayPolicyRuleSettingsQuarantine {
|
|
|
14863
15288
|
}
|
|
14864
15289
|
export interface ZeroTrustGatewayPolicyRuleSettingsRedirect {
|
|
14865
15290
|
/**
|
|
14866
|
-
* If true, context information will be passed as query parameters
|
|
15291
|
+
* If true, context information will be passed as query parameters.
|
|
14867
15292
|
*/
|
|
14868
15293
|
includeContext?: pulumi.Input<boolean>;
|
|
14869
15294
|
/**
|
|
14870
|
-
* If true, the path and query parameters from the original request will be appended to target_uri
|
|
15295
|
+
* If true, the path and query parameters from the original request will be appended to target_uri.
|
|
14871
15296
|
*/
|
|
14872
15297
|
preservePathAndQuery?: pulumi.Input<boolean>;
|
|
14873
15298
|
/**
|
|
14874
|
-
* URI to which the user will be redirected
|
|
15299
|
+
* URI to which the user will be redirected.
|
|
14875
15300
|
*/
|
|
14876
15301
|
targetUri: pulumi.Input<string>;
|
|
14877
15302
|
}
|
|
@@ -14953,7 +15378,7 @@ export interface ZeroTrustGatewaySettingsSettings {
|
|
|
14953
15378
|
*/
|
|
14954
15379
|
certificate?: pulumi.Input<inputs.ZeroTrustGatewaySettingsSettingsCertificate>;
|
|
14955
15380
|
/**
|
|
14956
|
-
* Custom certificate settings for BYO-PKI. (deprecated and replaced by `certificate`)
|
|
15381
|
+
* Custom certificate settings for BYO-PKI. (deprecated and replaced by `certificate`).
|
|
14957
15382
|
*
|
|
14958
15383
|
* @deprecated This attribute is deprecated.
|
|
14959
15384
|
*/
|
|
@@ -14971,7 +15396,7 @@ export interface ZeroTrustGatewaySettingsSettings {
|
|
|
14971
15396
|
*/
|
|
14972
15397
|
hostSelector?: pulumi.Input<inputs.ZeroTrustGatewaySettingsSettingsHostSelector>;
|
|
14973
15398
|
/**
|
|
14974
|
-
* Setting to define inspection settings
|
|
15399
|
+
* Setting to define inspection settings.
|
|
14975
15400
|
*/
|
|
14976
15401
|
inspection?: pulumi.Input<inputs.ZeroTrustGatewaySettingsSettingsInspection>;
|
|
14977
15402
|
/**
|
|
@@ -15013,11 +15438,11 @@ export interface ZeroTrustGatewaySettingsSettingsAntivirus {
|
|
|
15013
15438
|
}
|
|
15014
15439
|
export interface ZeroTrustGatewaySettingsSettingsAntivirusNotificationSettings {
|
|
15015
15440
|
/**
|
|
15016
|
-
* Set notification on
|
|
15441
|
+
* Set notification on.
|
|
15017
15442
|
*/
|
|
15018
15443
|
enabled?: pulumi.Input<boolean>;
|
|
15019
15444
|
/**
|
|
15020
|
-
* If true, context information will be passed as query parameters
|
|
15445
|
+
* If true, context information will be passed as query parameters.
|
|
15021
15446
|
*/
|
|
15022
15447
|
includeContext?: pulumi.Input<boolean>;
|
|
15023
15448
|
/**
|
|
@@ -15035,7 +15460,7 @@ export interface ZeroTrustGatewaySettingsSettingsBlockPage {
|
|
|
15035
15460
|
*/
|
|
15036
15461
|
backgroundColor?: pulumi.Input<string>;
|
|
15037
15462
|
/**
|
|
15038
|
-
* Enable only cipher suites and TLS versions compliant with FIPS 140-2.
|
|
15463
|
+
* Enable only cipher suites and TLS versions compliant with FIPS. 140-2.
|
|
15039
15464
|
*/
|
|
15040
15465
|
enabled?: pulumi.Input<boolean>;
|
|
15041
15466
|
/**
|
|
@@ -15072,11 +15497,11 @@ export interface ZeroTrustGatewaySettingsSettingsBlockPage {
|
|
|
15072
15497
|
*/
|
|
15073
15498
|
name?: pulumi.Input<string>;
|
|
15074
15499
|
/**
|
|
15075
|
-
* This setting was shared via the Orgs API and cannot be edited by the current account
|
|
15500
|
+
* This setting was shared via the Orgs API and cannot be edited by the current account.
|
|
15076
15501
|
*/
|
|
15077
15502
|
readOnly?: pulumi.Input<boolean>;
|
|
15078
15503
|
/**
|
|
15079
|
-
* Account tag of account that shared this setting
|
|
15504
|
+
* Account tag of account that shared this setting.
|
|
15080
15505
|
*/
|
|
15081
15506
|
sourceAccount?: pulumi.Input<string>;
|
|
15082
15507
|
/**
|
|
@@ -15088,7 +15513,7 @@ export interface ZeroTrustGatewaySettingsSettingsBlockPage {
|
|
|
15088
15513
|
*/
|
|
15089
15514
|
targetUri?: pulumi.Input<string>;
|
|
15090
15515
|
/**
|
|
15091
|
-
* Version number of the setting
|
|
15516
|
+
* Version number of the setting.
|
|
15092
15517
|
*/
|
|
15093
15518
|
version?: pulumi.Input<number>;
|
|
15094
15519
|
}
|
|
@@ -15121,7 +15546,7 @@ export interface ZeroTrustGatewaySettingsSettingsCustomCertificate {
|
|
|
15121
15546
|
*/
|
|
15122
15547
|
bindingStatus?: pulumi.Input<string>;
|
|
15123
15548
|
/**
|
|
15124
|
-
* Enable use of custom certificate authority for signing Gateway traffic.
|
|
15549
|
+
* Enable use of custom certificate authority for signing Gateway. traffic.
|
|
15125
15550
|
*/
|
|
15126
15551
|
enabled: pulumi.Input<boolean>;
|
|
15127
15552
|
/**
|
|
@@ -15136,21 +15561,21 @@ export interface ZeroTrustGatewaySettingsSettingsExtendedEmailMatching {
|
|
|
15136
15561
|
*/
|
|
15137
15562
|
enabled?: pulumi.Input<boolean>;
|
|
15138
15563
|
/**
|
|
15139
|
-
* This setting was shared via the Orgs API and cannot be edited by the current account
|
|
15564
|
+
* This setting was shared via the Orgs API and cannot be edited by the current account.
|
|
15140
15565
|
*/
|
|
15141
15566
|
readOnly?: pulumi.Input<boolean>;
|
|
15142
15567
|
/**
|
|
15143
|
-
* Account tag of account that shared this setting
|
|
15568
|
+
* Account tag of account that shared this setting.
|
|
15144
15569
|
*/
|
|
15145
15570
|
sourceAccount?: pulumi.Input<string>;
|
|
15146
15571
|
/**
|
|
15147
|
-
* Version number of the setting
|
|
15572
|
+
* Version number of the setting.
|
|
15148
15573
|
*/
|
|
15149
15574
|
version?: pulumi.Input<number>;
|
|
15150
15575
|
}
|
|
15151
15576
|
export interface ZeroTrustGatewaySettingsSettingsFips {
|
|
15152
15577
|
/**
|
|
15153
|
-
* Enable only cipher suites and TLS versions compliant with FIPS 140-2.
|
|
15578
|
+
* Enable only cipher suites and TLS versions compliant with FIPS. 140-2.
|
|
15154
15579
|
*/
|
|
15155
15580
|
tls?: pulumi.Input<boolean>;
|
|
15156
15581
|
}
|
|
@@ -15194,7 +15619,7 @@ export interface ZeroTrustGatewaySettingsSettingsTlsDecrypt {
|
|
|
15194
15619
|
}
|
|
15195
15620
|
export interface ZeroTrustListItem {
|
|
15196
15621
|
/**
|
|
15197
|
-
* The description of the list item, if present
|
|
15622
|
+
* The description of the list item, if present.
|
|
15198
15623
|
*/
|
|
15199
15624
|
description?: pulumi.Input<string>;
|
|
15200
15625
|
/**
|