@sst-provider/cloudflare5 5.0.0-alpha1 → 5.0.0-alpha1-1
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/bin/accessRule.d.ts +29 -29
- package/bin/accessRule.js +2 -2
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +41 -22
- package/bin/account.js +9 -4
- package/bin/account.js.map +1 -1
- package/bin/accountMember.d.ts +31 -24
- package/bin/accountMember.js +10 -11
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +94 -0
- package/bin/accountSubscription.js +60 -0
- package/bin/accountSubscription.js.map +1 -0
- package/bin/addressMap.d.ts +46 -31
- package/bin/addressMap.js +12 -5
- package/bin/addressMap.js.map +1 -1
- package/bin/apiShield.d.ts +14 -14
- package/bin/apiShield.js +9 -2
- package/bin/apiShield.js.map +1 -1
- package/bin/apiShieldOperation.d.ts +18 -39
- package/bin/apiShieldOperation.js +6 -16
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +19 -13
- package/bin/apiShieldOperationSchemaValidationSettings.js +0 -2
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +50 -22
- package/bin/apiShieldSchema.js +22 -5
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +25 -13
- package/bin/apiShieldSchemaValidationSettings.js +0 -2
- package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/apiToken.d.ts +35 -29
- package/bin/apiToken.js +3 -5
- package/bin/apiToken.js.map +1 -1
- package/bin/argoSmartRouting.d.ts +60 -0
- package/bin/argoSmartRouting.js +57 -0
- package/bin/argoSmartRouting.js.map +1 -0
- package/bin/argoTieredCaching.d.ts +76 -0
- package/bin/argoTieredCaching.js +61 -0
- package/bin/argoTieredCaching.js.map +1 -0
- package/bin/authenticatedOriginPulls.d.ts +106 -27
- package/bin/authenticatedOriginPulls.js +29 -7
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +19 -50
- package/bin/authenticatedOriginPullsCertificate.js +1 -14
- package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/botManagement.d.ts +8 -19
- package/bin/botManagement.js +0 -4
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +90 -24
- package/bin/byoIpPrefix.js +36 -8
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/certificatePack.d.ts +38 -83
- package/bin/certificatePack.js +10 -26
- package/bin/certificatePack.js.map +1 -1
- package/bin/config/vars.d.ts +5 -35
- package/bin/config/vars.js +4 -40
- package/bin/config/vars.js.map +1 -1
- package/bin/customHostname.d.ts +57 -55
- package/bin/customHostname.js +9 -6
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +30 -9
- package/bin/customHostnameFallbackOrigin.js +6 -2
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customSsl.d.ts +150 -15
- package/bin/customSsl.js +20 -6
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +29 -9
- package/bin/d1database.js +10 -0
- package/bin/d1database.js.map +1 -1
- package/bin/dnsRecord.d.ts +217 -0
- package/bin/dnsRecord.js +90 -0
- package/bin/dnsRecord.js.map +1 -0
- package/bin/dnsZoneDnssec.d.ts +179 -0
- package/bin/dnsZoneDnssec.js +78 -0
- package/bin/dnsZoneDnssec.js.map +1 -0
- package/bin/emailRoutingAddress.d.ts +7 -7
- package/bin/emailRoutingCatchAll.d.ts +12 -15
- package/bin/emailRoutingCatchAll.js +0 -2
- package/bin/emailRoutingCatchAll.js.map +1 -1
- package/bin/emailRoutingRule.d.ts +19 -19
- package/bin/emailRoutingRule.js +6 -0
- package/bin/emailRoutingRule.js.map +1 -1
- package/bin/emailRoutingSettings.d.ts +7 -18
- package/bin/emailRoutingSettings.js +2 -7
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/filter.d.ts +29 -29
- package/bin/filter.js +7 -7
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +47 -54
- package/bin/firewallRule.js +16 -12
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccessRule.d.ts +36 -0
- package/bin/getAccessRule.js +30 -0
- package/bin/getAccessRule.js.map +1 -0
- package/bin/getAccessRules.d.ts +52 -0
- package/bin/getAccessRules.js +40 -0
- package/bin/getAccessRules.js.map +1 -0
- package/bin/getAccount.d.ts +30 -0
- package/bin/getAccount.js +26 -0
- package/bin/getAccount.js.map +1 -0
- package/bin/getAccountMember.d.ts +34 -0
- package/bin/getAccountMember.js +28 -0
- package/bin/getAccountMember.js.map +1 -0
- package/bin/getAccountMembers.d.ts +39 -0
- package/bin/getAccountMembers.js +30 -0
- package/bin/getAccountMembers.js.map +1 -0
- package/bin/getAccountSubscription.d.ts +25 -0
- package/bin/getAccountSubscription.js +22 -0
- package/bin/getAccountSubscription.js.map +1 -0
- package/bin/getAccounts.d.ts +10 -3
- package/bin/getAccounts.js +4 -2
- package/bin/getAccounts.js.map +1 -1
- package/bin/getAddressMap.d.ts +43 -0
- package/bin/getAddressMap.js +32 -0
- package/bin/getAddressMap.js.map +1 -0
- package/bin/getAddressMaps.d.ts +30 -0
- package/bin/getAddressMaps.js +24 -0
- package/bin/getAddressMaps.js.map +1 -0
- package/bin/getApiShield.d.ts +33 -0
- package/bin/getApiShield.js +26 -0
- package/bin/getApiShield.js.map +1 -0
- package/bin/getApiShieldOperation.d.ts +47 -0
- package/bin/getApiShieldOperation.js +40 -0
- package/bin/getApiShieldOperation.js.map +1 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldOperations.d.ts +54 -0
- package/bin/getApiShieldOperations.js +40 -0
- package/bin/getApiShieldOperations.js.map +1 -0
- package/bin/getApiShieldSchema.d.ts +41 -0
- package/bin/getApiShieldSchema.js +30 -0
- package/bin/getApiShieldSchema.js.map +1 -0
- package/bin/getApiShieldSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldSchemas.d.ts +36 -0
- package/bin/getApiShieldSchemas.js +28 -0
- package/bin/getApiShieldSchemas.js.map +1 -0
- package/bin/getApiToken.d.ts +36 -0
- package/bin/getApiToken.js +26 -0
- package/bin/getApiToken.js.map +1 -0
- package/bin/getApiTokens.d.ts +30 -0
- package/bin/getApiTokens.js +26 -0
- package/bin/getApiTokens.js.map +1 -0
- package/bin/getArgoSmartRouting.d.ts +25 -0
- package/bin/getArgoSmartRouting.js +22 -0
- package/bin/getArgoSmartRouting.js.map +1 -0
- package/bin/getArgoTieredCaching.d.ts +33 -0
- package/bin/getArgoTieredCaching.js +30 -0
- package/bin/getArgoTieredCaching.js.map +1 -0
- package/bin/getAuthenticatedOriginPulls.d.ts +65 -0
- package/bin/getAuthenticatedOriginPulls.js +48 -0
- package/bin/getAuthenticatedOriginPulls.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificate.d.ts +36 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js +28 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificates.d.ts +30 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js +24 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -0
- package/bin/getBotManagement.d.ts +25 -0
- package/bin/getBotManagement.js +22 -0
- package/bin/getBotManagement.js.map +1 -0
- package/bin/getByoIpPrefix.d.ts +41 -0
- package/bin/getByoIpPrefix.js +28 -0
- package/bin/getByoIpPrefix.js.map +1 -0
- package/bin/getByoIpPrefixes.d.ts +30 -0
- package/bin/getByoIpPrefixes.js +24 -0
- package/bin/getByoIpPrefixes.js.map +1 -0
- package/bin/getCertificatePack.d.ts +33 -0
- package/bin/getCertificatePack.js +28 -0
- package/bin/getCertificatePack.js.map +1 -0
- package/bin/getCertificatePacks.d.ts +33 -0
- package/bin/getCertificatePacks.js +26 -0
- package/bin/getCertificatePacks.js.map +1 -0
- package/bin/getCustomHostname.d.ts +42 -0
- package/bin/getCustomHostname.js +28 -0
- package/bin/getCustomHostname.js.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.d.ts +40 -0
- package/bin/getCustomHostnameFallbackOrigin.js +32 -0
- package/bin/getCustomHostnameFallbackOrigin.js.map +1 -0
- package/bin/getCustomHostnames.d.ts +41 -0
- package/bin/getCustomHostnames.js +34 -0
- package/bin/getCustomHostnames.js.map +1 -0
- package/bin/getCustomSsl.d.ts +42 -0
- package/bin/getCustomSsl.js +28 -0
- package/bin/getCustomSsl.js.map +1 -0
- package/bin/getCustomSsls.d.ts +36 -0
- package/bin/getCustomSsls.js +28 -0
- package/bin/getCustomSsls.js.map +1 -0
- package/bin/getD1Database.d.ts +43 -0
- package/bin/getD1Database.js +32 -0
- package/bin/getD1Database.js.map +1 -0
- package/bin/getD1Databases.d.ts +33 -0
- package/bin/getD1Databases.js +26 -0
- package/bin/getD1Databases.js.map +1 -0
- package/bin/getDcvDelegation.d.ts +6 -1
- package/bin/getDcvDelegation.js +2 -0
- package/bin/getDcvDelegation.js.map +1 -1
- package/bin/getDnsRecord.d.ts +42 -0
- package/bin/getDnsRecord.js +28 -0
- package/bin/getDnsRecord.js.map +1 -0
- package/bin/getDnsRecords.d.ts +64 -0
- package/bin/getDnsRecords.js +46 -0
- package/bin/getDnsRecords.js.map +1 -0
- package/bin/getDnsZoneDnssec.d.ts +64 -0
- package/bin/getDnsZoneDnssec.js +48 -0
- package/bin/getDnsZoneDnssec.js.map +1 -0
- package/bin/getEmailRoutingAddress.d.ts +35 -0
- package/bin/getEmailRoutingAddress.js +28 -0
- package/bin/getEmailRoutingAddress.js.map +1 -0
- package/bin/getEmailRoutingAddresses.d.ts +36 -0
- package/bin/getEmailRoutingAddresses.js +28 -0
- package/bin/getEmailRoutingAddresses.js.map +1 -0
- package/bin/getEmailRoutingCatchAll.d.ts +41 -0
- package/bin/getEmailRoutingCatchAll.js +34 -0
- package/bin/getEmailRoutingCatchAll.js.map +1 -0
- package/bin/getEmailRoutingRule.d.ts +36 -0
- package/bin/getEmailRoutingRule.js +28 -0
- package/bin/getEmailRoutingRule.js.map +1 -0
- package/bin/getEmailRoutingRules.d.ts +33 -0
- package/bin/getEmailRoutingRules.js +26 -0
- package/bin/getEmailRoutingRules.js.map +1 -0
- package/bin/getEmailRoutingSettings.d.ts +45 -0
- package/bin/getEmailRoutingSettings.js +38 -0
- package/bin/getEmailRoutingSettings.js.map +1 -0
- package/bin/getFilter.d.ts +33 -0
- package/bin/getFilter.js +28 -0
- package/bin/getFilter.js.map +1 -0
- package/bin/getFilters.d.ts +41 -0
- package/bin/getFilters.js +34 -0
- package/bin/getFilters.js.map +1 -0
- package/bin/getFirewallRule.d.ts +34 -0
- package/bin/getFirewallRule.js +28 -0
- package/bin/getFirewallRule.js.map +1 -0
- package/bin/getFirewallRules.d.ts +38 -0
- package/bin/getFirewallRules.js +32 -0
- package/bin/getFirewallRules.js.map +1 -0
- package/bin/getHealthcheck.d.ts +47 -0
- package/bin/getHealthcheck.js +28 -0
- package/bin/getHealthcheck.js.map +1 -0
- package/bin/getHealthchecks.d.ts +30 -0
- package/bin/getHealthchecks.js +24 -0
- package/bin/getHealthchecks.js.map +1 -0
- package/bin/getHostnameTlsSetting.d.ts +28 -0
- package/bin/getHostnameTlsSetting.js +24 -0
- package/bin/getHostnameTlsSetting.js.map +1 -0
- package/bin/getHyperdriveConfig.d.ts +36 -0
- package/bin/getHyperdriveConfig.js +28 -0
- package/bin/getHyperdriveConfig.js.map +1 -0
- package/bin/getHyperdriveConfigs.d.ts +30 -0
- package/bin/getHyperdriveConfigs.js +24 -0
- package/bin/getHyperdriveConfigs.js.map +1 -0
- package/bin/getKeylessCertificate.d.ts +39 -0
- package/bin/getKeylessCertificate.js +28 -0
- package/bin/getKeylessCertificate.js.map +1 -0
- package/bin/getKeylessCertificates.d.ts +30 -0
- package/bin/getKeylessCertificates.js +24 -0
- package/bin/getKeylessCertificates.js.map +1 -0
- package/bin/getList.d.ts +35 -12
- package/bin/getList.js +18 -0
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +36 -0
- package/bin/getListItem.js +30 -0
- package/bin/getListItem.js.map +1 -0
- package/bin/getListItems.d.ts +36 -0
- package/bin/getListItems.js +28 -0
- package/bin/getListItems.js.map +1 -0
- package/bin/getLists.d.ts +7 -3
- package/bin/getLists.js +2 -2
- package/bin/getLists.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +57 -0
- package/bin/getLoadBalancer.js +28 -0
- package/bin/getLoadBalancer.js.map +1 -0
- package/bin/getLoadBalancerMonitor.d.ts +50 -0
- package/bin/getLoadBalancerMonitor.js +28 -0
- package/bin/getLoadBalancerMonitor.js.map +1 -0
- package/bin/getLoadBalancerMonitors.d.ts +30 -0
- package/bin/getLoadBalancerMonitors.js +24 -0
- package/bin/getLoadBalancerMonitors.js.map +1 -0
- package/bin/getLoadBalancerPool.d.ts +47 -0
- package/bin/getLoadBalancerPool.js +28 -0
- package/bin/getLoadBalancerPool.js.map +1 -0
- package/bin/getLoadBalancerPools.d.ts +10 -9
- package/bin/getLoadBalancerPools.js +4 -6
- package/bin/getLoadBalancerPools.js.map +1 -1
- package/bin/getLoadBalancers.d.ts +30 -0
- package/bin/getLoadBalancers.js +24 -0
- package/bin/getLoadBalancers.js.map +1 -0
- package/bin/getLogpullRetention.d.ts +28 -0
- package/bin/getLogpullRetention.js +24 -0
- package/bin/getLogpullRetention.js.map +1 -0
- package/bin/getLogpushJob.d.ts +47 -0
- package/bin/getLogpushJob.js +30 -0
- package/bin/getLogpushJob.js.map +1 -0
- package/bin/getLogpushJobs.d.ts +33 -0
- package/bin/getLogpushJobs.js +28 -0
- package/bin/getLogpushJobs.js.map +1 -0
- package/bin/getMagicWanGreTunnel.d.ts +33 -0
- package/bin/getMagicWanGreTunnel.js +26 -0
- package/bin/getMagicWanGreTunnel.js.map +1 -0
- package/bin/getMagicWanIpsecTunnel.d.ts +33 -0
- package/bin/getMagicWanIpsecTunnel.js +26 -0
- package/bin/getMagicWanIpsecTunnel.js.map +1 -0
- package/bin/getMagicWanStaticRoute.d.ts +33 -0
- package/bin/getMagicWanStaticRoute.js +26 -0
- package/bin/getMagicWanStaticRoute.js.map +1 -0
- package/bin/getManagedHeaders.d.ts +33 -0
- package/bin/getManagedHeaders.js +26 -0
- package/bin/getManagedHeaders.js.map +1 -0
- package/bin/getMtlsCertificate.d.ts +38 -0
- package/bin/getMtlsCertificate.js +28 -0
- package/bin/getMtlsCertificate.js.map +1 -0
- package/bin/getMtlsCertificates.d.ts +30 -0
- package/bin/getMtlsCertificates.js +24 -0
- package/bin/getMtlsCertificates.js.map +1 -0
- package/bin/getNotificationPolicies.d.ts +30 -0
- package/bin/getNotificationPolicies.js +24 -0
- package/bin/getNotificationPolicies.js.map +1 -0
- package/bin/getNotificationPolicy.d.ts +41 -0
- package/bin/getNotificationPolicy.js +28 -0
- package/bin/getNotificationPolicy.js.map +1 -0
- package/bin/getNotificationPolicyWebhooks.d.ts +37 -0
- package/bin/getNotificationPolicyWebhooks.js +28 -0
- package/bin/getNotificationPolicyWebhooks.js.map +1 -0
- package/bin/getNotificationPolicyWebhooksList.d.ts +30 -0
- package/bin/getNotificationPolicyWebhooksList.js +24 -0
- package/bin/getNotificationPolicyWebhooksList.js.map +1 -0
- package/bin/getObservatoryScheduledTest.d.ts +30 -0
- package/bin/getObservatoryScheduledTest.js +24 -0
- package/bin/getObservatoryScheduledTest.js.map +1 -0
- package/bin/getOriginCaCertificate.d.ts +12 -5
- package/bin/getOriginCaCertificate.js +6 -2
- package/bin/getOriginCaCertificate.js.map +1 -1
- package/bin/getOriginCaCertificates.d.ts +30 -0
- package/bin/getOriginCaCertificates.js +26 -0
- package/bin/getOriginCaCertificates.js.map +1 -0
- package/bin/getPageRule.d.ts +28 -0
- package/bin/getPageRule.js +24 -0
- package/bin/getPageRule.js.map +1 -0
- package/bin/getPagesDomain.d.ts +41 -0
- package/bin/getPagesDomain.js +30 -0
- package/bin/getPagesDomain.js.map +1 -0
- package/bin/getPagesDomains.d.ts +33 -0
- package/bin/getPagesDomains.js +26 -0
- package/bin/getPagesDomains.js.map +1 -0
- package/bin/getPagesProject.d.ts +93 -0
- package/bin/getPagesProject.js +64 -0
- package/bin/getPagesProject.js.map +1 -0
- package/bin/getPagesProjects.d.ts +30 -0
- package/bin/getPagesProjects.js +24 -0
- package/bin/getPagesProjects.js.map +1 -0
- package/bin/getQueue.d.ts +40 -0
- package/bin/getQueue.js +28 -0
- package/bin/getQueue.js.map +1 -0
- package/bin/getQueues.d.ts +30 -0
- package/bin/getQueues.js +24 -0
- package/bin/getQueues.js.map +1 -0
- package/bin/getR2Bucket.d.ts +40 -0
- package/bin/getR2Bucket.js +32 -0
- package/bin/getR2Bucket.js.map +1 -0
- package/bin/getRateLimit.d.ts +50 -0
- package/bin/getRateLimit.js +42 -0
- package/bin/getRateLimit.js.map +1 -0
- package/bin/getRateLimits.d.ts +30 -0
- package/bin/getRateLimits.js +24 -0
- package/bin/getRateLimits.js.map +1 -0
- package/bin/getRegionalHostname.d.ts +35 -0
- package/bin/getRegionalHostname.js +28 -0
- package/bin/getRegionalHostname.js.map +1 -0
- package/bin/getRegionalHostnames.d.ts +30 -0
- package/bin/getRegionalHostnames.js +24 -0
- package/bin/getRegionalHostnames.js.map +1 -0
- package/bin/getRegionalTieredCache.d.ts +32 -0
- package/bin/getRegionalTieredCache.js +28 -0
- package/bin/getRegionalTieredCache.js.map +1 -0
- package/bin/getRuleset.d.ts +42 -0
- package/bin/getRuleset.js +32 -0
- package/bin/getRuleset.js.map +1 -0
- package/bin/getRulesets.d.ts +7 -10
- package/bin/getRulesets.js +2 -6
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSpectrumApplication.d.ts +28 -0
- package/bin/getSpectrumApplication.js +24 -0
- package/bin/getSpectrumApplication.js.map +1 -0
- package/bin/getTieredCache.d.ts +33 -0
- package/bin/getTieredCache.js +30 -0
- package/bin/getTieredCache.js.map +1 -0
- package/bin/getTotalTls.d.ts +34 -0
- package/bin/getTotalTls.js +28 -0
- package/bin/getTotalTls.js.map +1 -0
- package/bin/getTurnstileWidget.d.ts +45 -0
- package/bin/getTurnstileWidget.js +30 -0
- package/bin/getTurnstileWidget.js.map +1 -0
- package/bin/getTurnstileWidgets.d.ts +36 -0
- package/bin/getTurnstileWidgets.js +28 -0
- package/bin/getTurnstileWidgets.js.map +1 -0
- package/bin/getUrlNormalizationSettings.d.ts +31 -0
- package/bin/getUrlNormalizationSettings.js +26 -0
- package/bin/getUrlNormalizationSettings.js.map +1 -0
- package/bin/getUserAgentBlockingRule.d.ts +41 -0
- package/bin/getUserAgentBlockingRule.js +36 -0
- package/bin/getUserAgentBlockingRule.js.map +1 -0
- package/bin/getUserAgentBlockingRules.d.ts +39 -0
- package/bin/getUserAgentBlockingRules.js +30 -0
- package/bin/getUserAgentBlockingRules.js.map +1 -0
- package/bin/getWaitingRoom.d.ts +53 -0
- package/bin/getWaitingRoom.js +28 -0
- package/bin/getWaitingRoom.js.map +1 -0
- package/bin/getWaitingRoomEvent.d.ts +48 -0
- package/bin/getWaitingRoomEvent.js +30 -0
- package/bin/getWaitingRoomEvent.js.map +1 -0
- package/bin/getWaitingRoomEvents.d.ts +33 -0
- package/bin/getWaitingRoomEvents.js +26 -0
- package/bin/getWaitingRoomEvents.js.map +1 -0
- package/bin/getWaitingRoomRules.d.ts +28 -0
- package/bin/getWaitingRoomRules.js +24 -0
- package/bin/getWaitingRoomRules.js.map +1 -0
- package/bin/getWaitingRoomSetting.d.ts +28 -0
- package/bin/getWaitingRoomSetting.js +24 -0
- package/bin/getWaitingRoomSetting.js.map +1 -0
- package/bin/getWaitingRooms.d.ts +30 -0
- package/bin/getWaitingRooms.js +24 -0
- package/bin/getWaitingRooms.js.map +1 -0
- package/bin/getWeb3Hostname.d.ts +37 -0
- package/bin/getWeb3Hostname.js +28 -0
- package/bin/getWeb3Hostname.js.map +1 -0
- package/bin/getWeb3Hostnames.d.ts +30 -0
- package/bin/getWeb3Hostnames.js +24 -0
- package/bin/getWeb3Hostnames.js.map +1 -0
- package/bin/getWebAnalyticsSite.d.ts +40 -0
- package/bin/getWebAnalyticsSite.js +28 -0
- package/bin/getWebAnalyticsSite.js.map +1 -0
- package/bin/getWebAnalyticsSites.d.ts +33 -0
- package/bin/getWebAnalyticsSites.js +26 -0
- package/bin/getWebAnalyticsSites.js.map +1 -0
- package/bin/getWorkersCronTrigger.d.ts +33 -0
- package/bin/getWorkersCronTrigger.js +26 -0
- package/bin/getWorkersCronTrigger.js.map +1 -0
- package/bin/getWorkersCustomDomain.d.ts +35 -0
- package/bin/getWorkersCustomDomain.js +28 -0
- package/bin/getWorkersCustomDomain.js.map +1 -0
- package/bin/getWorkersCustomDomains.d.ts +45 -0
- package/bin/getWorkersCustomDomains.js +34 -0
- package/bin/getWorkersCustomDomains.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +40 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js +28 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +30 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js +24 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -0
- package/bin/getWorkersKv.d.ts +31 -0
- package/bin/getWorkersKv.js +26 -0
- package/bin/getWorkersKv.js.map +1 -0
- package/bin/getWorkersKvNamespace.d.ts +32 -0
- package/bin/getWorkersKvNamespace.js +28 -0
- package/bin/getWorkersKvNamespace.js.map +1 -0
- package/bin/getWorkersKvNamespaces.d.ts +36 -0
- package/bin/getWorkersKvNamespaces.js +28 -0
- package/bin/getWorkersKvNamespaces.js.map +1 -0
- package/bin/getWorkersScript.d.ts +53 -0
- package/bin/getWorkersScript.js +44 -0
- package/bin/getWorkersScript.js.map +1 -0
- package/bin/getWorkersScripts.d.ts +30 -0
- package/bin/getWorkersScripts.js +24 -0
- package/bin/getWorkersScripts.js.map +1 -0
- package/bin/getWorkersSecret.d.ts +41 -0
- package/bin/getWorkersSecret.js +32 -0
- package/bin/getWorkersSecret.js.map +1 -0
- package/bin/getWorkersSecrets.d.ts +36 -0
- package/bin/getWorkersSecrets.js +28 -0
- package/bin/getWorkersSecrets.js.map +1 -0
- package/bin/getZeroTrustAccessApplication.d.ts +11 -9
- package/bin/getZeroTrustAccessApplication.js +4 -6
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +33 -0
- package/bin/getZeroTrustAccessApplications.js +28 -0
- package/bin/getZeroTrustAccessApplications.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPage.d.ts +42 -0
- package/bin/getZeroTrustAccessCustomPage.js +30 -0
- package/bin/getZeroTrustAccessCustomPage.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPages.d.ts +30 -0
- package/bin/getZeroTrustAccessCustomPages.js +24 -0
- package/bin/getZeroTrustAccessCustomPages.js.map +1 -0
- package/bin/getZeroTrustAccessGroup.d.ts +40 -0
- package/bin/getZeroTrustAccessGroup.js +30 -0
- package/bin/getZeroTrustAccessGroup.js.map +1 -0
- package/bin/getZeroTrustAccessGroups.d.ts +33 -0
- package/bin/getZeroTrustAccessGroups.js +28 -0
- package/bin/getZeroTrustAccessGroups.js.map +1 -0
- package/bin/getZeroTrustAccessIdentityProvider.d.ts +13 -8
- package/bin/getZeroTrustAccessIdentityProvider.js +6 -4
- package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/getZeroTrustAccessIdentityProviders.d.ts +33 -0
- package/bin/getZeroTrustAccessIdentityProviders.js +28 -0
- package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -0
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +34 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js +28 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +39 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js +30 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js +28 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +28 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js +26 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
- package/bin/getZeroTrustAccessPolicies.d.ts +36 -0
- package/bin/getZeroTrustAccessPolicies.js +28 -0
- package/bin/getZeroTrustAccessPolicies.js.map +1 -0
- package/bin/getZeroTrustAccessPolicy.d.ts +49 -0
- package/bin/getZeroTrustAccessPolicy.js +32 -0
- package/bin/getZeroTrustAccessPolicy.js.map +1 -0
- package/bin/getZeroTrustAccessServiceToken.d.ts +39 -0
- package/bin/getZeroTrustAccessServiceToken.js +30 -0
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -0
- package/bin/getZeroTrustAccessServiceTokens.d.ts +33 -0
- package/bin/getZeroTrustAccessServiceTokens.js +28 -0
- package/bin/getZeroTrustAccessServiceTokens.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +41 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js +36 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js +28 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessTag.d.ts +37 -0
- package/bin/getZeroTrustAccessTag.js +28 -0
- package/bin/getZeroTrustAccessTag.js.map +1 -0
- package/bin/getZeroTrustAccessTags.d.ts +30 -0
- package/bin/getZeroTrustAccessTags.js +24 -0
- package/bin/getZeroTrustAccessTags.js.map +1 -0
- package/bin/getZeroTrustDeviceCertificates.d.ts +25 -0
- package/bin/getZeroTrustDeviceCertificates.js +22 -0
- package/bin/getZeroTrustDeviceCertificates.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +36 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js +28 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +30 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js +24 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegration.d.ts +34 -0
- package/bin/getZeroTrustDevicePostureIntegration.js +28 -0
- package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegrations.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js +24 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRule.d.ts +37 -0
- package/bin/getZeroTrustDevicePostureRule.js +28 -0
- package/bin/getZeroTrustDevicePostureRule.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRules.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureRules.js +24 -0
- package/bin/getZeroTrustDevicePostureRules.js.map +1 -0
- package/bin/getZeroTrustDeviceProfiles.d.ts +57 -0
- package/bin/getZeroTrustDeviceProfiles.js +28 -0
- package/bin/getZeroTrustDeviceProfiles.js.map +1 -0
- package/bin/getZeroTrustDeviceProfilesList.d.ts +30 -0
- package/bin/getZeroTrustDeviceProfilesList.js +24 -0
- package/bin/getZeroTrustDeviceProfilesList.js.map +1 -0
- package/bin/getZeroTrustDexTest.d.ts +40 -0
- package/bin/getZeroTrustDexTest.js +28 -0
- package/bin/getZeroTrustDexTest.js.map +1 -0
- package/bin/getZeroTrustDexTests.d.ts +30 -0
- package/bin/getZeroTrustDexTests.js +24 -0
- package/bin/getZeroTrustDexTests.js.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpCustomProfile.js +24 -0
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js +24 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/getZeroTrustDnsLocation.d.ts +42 -0
- package/bin/getZeroTrustDnsLocation.js +28 -0
- package/bin/getZeroTrustDnsLocation.js.map +1 -0
- package/bin/getZeroTrustDnsLocations.d.ts +30 -0
- package/bin/getZeroTrustDnsLocations.js +24 -0
- package/bin/getZeroTrustDnsLocations.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicies.d.ts +30 -0
- package/bin/getZeroTrustGatewayPolicies.js +24 -0
- package/bin/getZeroTrustGatewayPolicies.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicy.d.ts +44 -0
- package/bin/getZeroTrustGatewayPolicy.js +28 -0
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +28 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js +24 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +36 -0
- package/bin/getZeroTrustGatewaySettings.js +28 -0
- package/bin/getZeroTrustGatewaySettings.js.map +1 -0
- package/bin/getZeroTrustList.d.ts +36 -0
- package/bin/getZeroTrustList.js +28 -0
- package/bin/getZeroTrustList.js.map +1 -0
- package/bin/getZeroTrustLists.d.ts +33 -0
- package/bin/getZeroTrustLists.js +26 -0
- package/bin/getZeroTrustLists.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallback.d.ts +42 -0
- package/bin/getZeroTrustLocalDomainFallback.js +34 -0
- package/bin/getZeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallbacks.d.ts +30 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js +24 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js.map +1 -0
- package/bin/getZeroTrustOrganization.d.ts +69 -0
- package/bin/getZeroTrustOrganization.js +52 -0
- package/bin/getZeroTrustOrganization.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflared.d.ts +16 -14
- package/bin/getZeroTrustTunnelCloudflared.js +6 -4
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +30 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +45 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js +34 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js +42 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +35 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +28 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +32 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflareds.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflareds.js +42 -0
- package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -0
- package/bin/getZone.d.ts +17 -9
- package/bin/getZone.js +2 -6
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheReserve.d.ts +12 -3
- package/bin/getZoneCacheReserve.js +6 -2
- package/bin/getZoneCacheReserve.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +32 -0
- package/bin/getZoneCacheVariants.js +28 -0
- package/bin/getZoneCacheVariants.js.map +1 -0
- package/bin/getZoneHold.d.ts +34 -0
- package/bin/getZoneHold.js +28 -0
- package/bin/getZoneHold.js.map +1 -0
- package/bin/getZoneLockdown.d.ts +35 -0
- package/bin/getZoneLockdown.js +28 -0
- package/bin/getZoneLockdown.js.map +1 -0
- package/bin/getZoneLockdowns.d.ts +57 -0
- package/bin/getZoneLockdowns.js +42 -0
- package/bin/getZoneLockdowns.js.map +1 -0
- package/bin/getZoneSetting.d.ts +28 -0
- package/bin/getZoneSetting.js +24 -0
- package/bin/getZoneSetting.js.map +1 -0
- package/bin/getZoneSubscription.d.ts +25 -0
- package/bin/getZoneSubscription.js +22 -0
- package/bin/getZoneSubscription.js.map +1 -0
- package/bin/getZones.d.ts +27 -8
- package/bin/getZones.js +16 -4
- package/bin/getZones.js.map +1 -1
- package/bin/healthcheck.d.ts +64 -150
- package/bin/healthcheck.js +8 -23
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +39 -22
- package/bin/hostnameTlsSetting.js +6 -9
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +3 -42
- package/bin/hyperdriveConfig.js +0 -2
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/index.d.ts +570 -240
- package/bin/index.js +612 -369
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +64 -35
- package/bin/keylessCertificate.js +8 -2
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/list.d.ts +22 -21
- package/bin/list.js +0 -2
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +67 -32
- package/bin/listItem.js +10 -7
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +228 -198
- package/bin/loadBalancer.js +16 -16
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +91 -90
- package/bin/loadBalancerMonitor.js +2 -4
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +94 -78
- package/bin/loadBalancerPool.js +10 -6
- package/bin/loadBalancerPool.js.map +1 -1
- package/bin/logpullRetention.d.ts +9 -12
- package/bin/logpullRetention.js +2 -7
- package/bin/logpullRetention.js.map +1 -1
- package/bin/logpushJob.d.ts +120 -98
- package/bin/logpushJob.js +6 -7
- package/bin/logpushJob.js.map +1 -1
- package/bin/logpushOwnershipChallenge.d.ts +15 -26
- package/bin/logpushOwnershipChallenge.js +6 -4
- package/bin/logpushOwnershipChallenge.js.map +1 -1
- package/bin/magicWanGreTunnel.d.ts +52 -56
- package/bin/magicWanGreTunnel.js +18 -16
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +62 -156
- package/bin/magicWanIpsecTunnel.js +20 -28
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +58 -47
- package/bin/magicWanStaticRoute.js +18 -14
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/managedHeaders.d.ts +7 -28
- package/bin/managedHeaders.js +6 -2
- package/bin/managedHeaders.js.map +1 -1
- package/bin/mtlsCertificate.d.ts +33 -31
- package/bin/mtlsCertificate.js +2 -2
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +60 -124
- package/bin/notificationPolicy.js +14 -10
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +46 -30
- package/bin/notificationPolicyWebhooks.js +11 -2
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +28 -36
- package/bin/observatoryScheduledTest.js +8 -12
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/originCaCertificate.d.ts +31 -38
- package/bin/originCaCertificate.js +2 -13
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +1 -1
- package/bin/pageRule.d.ts +56 -20
- package/bin/pageRule.js +6 -6
- package/bin/pageRule.js.map +1 -1
- package/bin/pagesDomain.d.ts +23 -27
- package/bin/pagesDomain.js +14 -7
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +32 -35
- package/bin/pagesProject.js +5 -6
- package/bin/pagesProject.js.map +1 -1
- package/bin/provider.d.ts +10 -45
- package/bin/provider.js +1 -7
- package/bin/provider.js.map +1 -1
- package/bin/queue.d.ts +20 -16
- package/bin/queue.js +18 -3
- package/bin/queue.js.map +1 -1
- package/bin/r2bucket.d.ts +29 -9
- package/bin/r2bucket.js +4 -0
- package/bin/r2bucket.js.map +1 -1
- package/bin/rateLimit.d.ts +33 -60
- package/bin/rateLimit.js +7 -12
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +26 -20
- package/bin/regionalHostname.js +6 -4
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +12 -7
- package/bin/regionalTieredCache.js +2 -5
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/ruleset.d.ts +39 -38
- package/bin/ruleset.js +7 -0
- package/bin/ruleset.js.map +1 -1
- package/bin/spectrumApplication.d.ts +65 -56
- package/bin/spectrumApplication.js +0 -4
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/tieredCache.d.ts +25 -12
- package/bin/tieredCache.js +8 -6
- package/bin/tieredCache.js.map +1 -1
- package/bin/totalTls.d.ts +21 -16
- package/bin/totalTls.js +2 -2
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +50 -29
- package/bin/turnstileWidget.js +8 -4
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/input.d.ts +9711 -4260
- package/bin/types/output.d.ts +14991 -4510
- package/bin/urlNormalizationSettings.d.ts +5 -8
- package/bin/urlNormalizationSettings.js +0 -8
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/userAgentBlockingRule.d.ts +15 -30
- package/bin/userAgentBlockingRule.js +4 -14
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.js +2 -2
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +405 -85
- package/bin/waitingRoom.js +10 -4
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +91 -88
- package/bin/waitingRoomEvent.js +0 -2
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +51 -17
- package/bin/waitingRoomRules.js +16 -4
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSetting.d.ts +63 -0
- package/bin/waitingRoomSetting.js +54 -0
- package/bin/waitingRoomSetting.js.map +1 -0
- package/bin/web3Hostname.d.ts +5 -24
- package/bin/web3Hostname.js +1 -3
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +17 -39
- package/bin/webAnalyticsRule.js +4 -16
- package/bin/webAnalyticsRule.js.map +1 -1
- package/bin/webAnalyticsSite.d.ts +27 -38
- package/bin/webAnalyticsSite.js +6 -11
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/workersCronTrigger.d.ts +13 -21
- package/bin/workersCronTrigger.js +3 -6
- package/bin/workersCronTrigger.js.map +1 -1
- package/bin/workersCustomDomain.d.ts +104 -0
- package/bin/workersCustomDomain.js +74 -0
- package/bin/workersCustomDomain.js.map +1 -0
- package/bin/workersForPlatformsDispatchNamespace.d.ts +62 -6
- package/bin/workersForPlatformsDispatchNamespace.js +14 -0
- package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/workersKv.d.ts +30 -21
- package/bin/workersKv.js +9 -6
- package/bin/workersKv.js.map +1 -1
- package/bin/workersKvNamespace.d.ts +16 -9
- package/bin/workersKvNamespace.js +2 -2
- package/bin/workersKvNamespace.js.map +1 -1
- package/bin/workersScript.d.ts +79 -90
- package/bin/workersScript.js +25 -41
- package/bin/workersScript.js.map +1 -1
- package/bin/workersSecret.d.ts +39 -21
- package/bin/workersSecret.js +9 -9
- package/bin/workersSecret.js.map +1 -1
- package/bin/zeroTrustAccessApplication.d.ts +120 -152
- package/bin/zeroTrustAccessApplication.js +2 -6
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +28 -37
- package/bin/zeroTrustAccessCustomPage.js +12 -4
- package/bin/zeroTrustAccessCustomPage.js.map +1 -1
- package/bin/zeroTrustAccessGroup.d.ts +61 -15
- package/bin/zeroTrustAccessGroup.js +6 -2
- package/bin/zeroTrustAccessGroup.js.map +1 -1
- package/bin/zeroTrustAccessIdentityProvider.d.ts +30 -39
- package/bin/zeroTrustAccessIdentityProvider.js +7 -6
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessKeyConfiguration.d.ts +76 -0
- package/bin/zeroTrustAccessKeyConfiguration.js +61 -0
- package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/zeroTrustAccessMtlsCertificate.d.ts +30 -21
- package/bin/zeroTrustAccessMtlsCertificate.js +9 -2
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +9 -9
- package/bin/zeroTrustAccessMtlsHostnameSettings.js +3 -0
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +92 -61
- package/bin/zeroTrustAccessPolicy.js +9 -6
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +25 -28
- package/bin/zeroTrustAccessServiceToken.js +4 -6
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +14 -33
- package/bin/zeroTrustAccessShortLivedCertificate.js +4 -10
- package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
- package/bin/zeroTrustAccessTag.d.ts +15 -36
- package/bin/zeroTrustAccessTag.js +8 -5
- package/bin/zeroTrustAccessTag.js.map +1 -1
- package/bin/zeroTrustDeviceCertificates.d.ts +6 -18
- package/bin/zeroTrustDeviceCertificates.js +4 -6
- package/bin/zeroTrustDeviceCertificates.js.map +1 -1
- package/bin/zeroTrustDeviceManagedNetworks.d.ts +17 -21
- package/bin/zeroTrustDeviceManagedNetworks.js +2 -2
- package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/zeroTrustDevicePostureIntegration.d.ts +20 -35
- package/bin/zeroTrustDevicePostureIntegration.js +8 -6
- package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
- package/bin/zeroTrustDevicePostureRule.d.ts +31 -43
- package/bin/zeroTrustDevicePostureRule.js +2 -4
- package/bin/zeroTrustDevicePostureRule.js.map +1 -1
- package/bin/zeroTrustDeviceProfiles.d.ts +120 -97
- package/bin/zeroTrustDeviceProfiles.js +24 -9
- package/bin/zeroTrustDeviceProfiles.js.map +1 -1
- package/bin/zeroTrustDexTest.d.ts +15 -28
- package/bin/zeroTrustDexTest.js +4 -9
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomProfile.d.ts +104 -0
- package/bin/zeroTrustDlpCustomProfile.js +73 -0
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +65 -0
- package/bin/zeroTrustDlpPredefinedProfile.js +68 -0
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/zeroTrustDnsLocation.d.ts +68 -40
- package/bin/zeroTrustDnsLocation.js +10 -6
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayPolicy.d.ts +68 -55
- package/bin/zeroTrustGatewayPolicy.js +8 -10
- package/bin/zeroTrustGatewayPolicy.js.map +1 -1
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts +12 -20
- package/bin/zeroTrustGatewayProxyEndpoint.js +4 -2
- package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/zeroTrustGatewaySettings.d.ts +10 -195
- package/bin/zeroTrustGatewaySettings.js +6 -34
- package/bin/zeroTrustGatewaySettings.js.map +1 -1
- package/bin/zeroTrustList.d.ts +24 -36
- package/bin/zeroTrustList.js +6 -4
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustLocalDomainFallback.d.ts +87 -0
- package/bin/zeroTrustLocalDomainFallback.js +66 -0
- package/bin/zeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/zeroTrustOrganization.d.ts +189 -0
- package/bin/zeroTrustOrganization.js +80 -0
- package/bin/zeroTrustOrganization.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflared.d.ts +16 -47
- package/bin/zeroTrustTunnelCloudflared.js +2 -13
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +30 -13
- package/bin/zeroTrustTunnelCloudflaredConfig.js +6 -5
- package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js +70 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +64 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/zone.d.ts +92 -71
- package/bin/zone.js +23 -18
- package/bin/zone.js.map +1 -1
- package/bin/zoneCacheReserve.d.ts +25 -12
- package/bin/zoneCacheReserve.js +6 -7
- package/bin/zoneCacheReserve.js.map +1 -1
- package/bin/zoneCacheVariants.d.ts +15 -128
- package/bin/zoneCacheVariants.js +7 -24
- package/bin/zoneCacheVariants.js.map +1 -1
- package/bin/zoneHold.d.ts +5 -38
- package/bin/zoneHold.js +3 -8
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +43 -35
- package/bin/zoneLockdown.js +10 -10
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +96 -0
- package/bin/zoneSetting.js +66 -0
- package/bin/zoneSetting.js.map +1 -0
- package/bin/zoneSubscription.d.ts +74 -0
- package/bin/zoneSubscription.js +56 -0
- package/bin/zoneSubscription.js.map +1 -0
- package/package.json +1 -1
package/bin/loadBalancer.d.ts
CHANGED
|
@@ -19,119 +19,127 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
19
19
|
static isInstance(obj: any): obj is LoadBalancer;
|
|
20
20
|
/**
|
|
21
21
|
* Controls features that modify the routing of requests to pools and origins in response to dynamic conditions, such as
|
|
22
|
-
* during the interval between active health monitoring requests.
|
|
22
|
+
* during the interval between active health monitoring requests. For example, zero-downtime failover occurs immediately
|
|
23
|
+
* when an origin becomes unavailable due to HTTP 521, 522, or 523 response codes. If there is another healthy origin in
|
|
24
|
+
* the same pool, the request is retried once against this alternate origin.
|
|
23
25
|
*/
|
|
24
|
-
readonly
|
|
26
|
+
readonly adaptiveRouting: pulumi.Output<outputs.LoadBalancerAdaptiveRouting>;
|
|
25
27
|
/**
|
|
26
|
-
* A
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
readonly countryPools: pulumi.Output<outputs.LoadBalancerCountryPool[] | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* The RFC3339 timestamp of when the load balancer was created.
|
|
28
|
+
* A mapping of country codes to a list of pool IDs (ordered by their failover priority) for the given country. Any country
|
|
29
|
+
* not explicitly defined will fall back to using the corresponding region_pool mapping if it exists else to default_pools.
|
|
32
30
|
*/
|
|
31
|
+
readonly countryPools: pulumi.Output<{
|
|
32
|
+
[key: string]: string[];
|
|
33
|
+
}>;
|
|
33
34
|
readonly createdOn: pulumi.Output<string>;
|
|
34
35
|
/**
|
|
35
|
-
* A list of pool IDs ordered by their failover priority.
|
|
36
|
-
*
|
|
36
|
+
* A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are
|
|
37
|
+
* not configured for a given region.
|
|
37
38
|
*/
|
|
38
|
-
readonly
|
|
39
|
+
readonly defaultPools: pulumi.Output<string[]>;
|
|
39
40
|
/**
|
|
40
|
-
*
|
|
41
|
+
* Object description.
|
|
41
42
|
*/
|
|
42
|
-
readonly description: pulumi.Output<string
|
|
43
|
+
readonly description: pulumi.Output<string>;
|
|
43
44
|
/**
|
|
44
|
-
*
|
|
45
|
+
* Whether to enable (the default) this load balancer.
|
|
45
46
|
*/
|
|
46
|
-
readonly enabled: pulumi.Output<boolean
|
|
47
|
+
readonly enabled: pulumi.Output<boolean>;
|
|
47
48
|
/**
|
|
48
49
|
* The pool ID to use when all other pools are detected as unhealthy.
|
|
49
50
|
*/
|
|
50
|
-
readonly
|
|
51
|
-
readonly loadBalancerId: pulumi.Output<string>;
|
|
51
|
+
readonly fallbackPool: pulumi.Output<string>;
|
|
52
52
|
/**
|
|
53
|
-
* Controls location-based steering for non-proxied requests.
|
|
54
|
-
*/
|
|
55
|
-
readonly locationStrategies: pulumi.Output<outputs.LoadBalancerLocationStrategy[] | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* The RFC3339 timestamp of when the load balancer was last modified.
|
|
53
|
+
* Controls location-based steering for non-proxied requests. See `steering_policy` to learn how steering is affected.
|
|
58
54
|
*/
|
|
55
|
+
readonly locationStrategy: pulumi.Output<outputs.LoadBalancerLocationStrategy>;
|
|
59
56
|
readonly modifiedOn: pulumi.Output<string>;
|
|
60
57
|
/**
|
|
61
|
-
* The DNS hostname to associate with your
|
|
62
|
-
* DNS, the
|
|
58
|
+
* The DNS hostname to associate with your Load Balancer. If this hostname already exists as a DNS record in Cloudflare's
|
|
59
|
+
* DNS, the Load Balancer will take precedence and the DNS record will not be used.
|
|
63
60
|
*/
|
|
64
61
|
readonly name: pulumi.Output<string>;
|
|
65
62
|
/**
|
|
66
|
-
*
|
|
67
|
-
* failover priority) for the PoP (datacenter). This feature is only available to enterprise customers.
|
|
63
|
+
* List of networks where Load Balancer or Pool is enabled.
|
|
68
64
|
*/
|
|
69
|
-
readonly
|
|
65
|
+
readonly networks: pulumi.Output<string[]>;
|
|
70
66
|
/**
|
|
71
|
-
*
|
|
67
|
+
* (Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority)
|
|
68
|
+
* for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding country_pool, then
|
|
69
|
+
* region_pool mapping if it exists else to default_pools.
|
|
72
70
|
*/
|
|
73
|
-
readonly
|
|
71
|
+
readonly popPools: pulumi.Output<{
|
|
72
|
+
[key: string]: string[];
|
|
73
|
+
}>;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
76
|
-
* pool weights. When `steering_policy="least_outstanding_requests"`, pool weights are used to scale each pool's
|
|
77
|
-
* outstanding requests. When `steering_policy="least_connections"`, pool weights are used to scale each pool's open
|
|
78
|
-
* connections.
|
|
75
|
+
* Whether the hostname should be gray clouded (false) or orange clouded (true).
|
|
79
76
|
*/
|
|
80
|
-
readonly
|
|
77
|
+
readonly proxied: pulumi.Output<boolean>;
|
|
81
78
|
/**
|
|
82
|
-
*
|
|
83
|
-
*
|
|
79
|
+
* Configures pool weights. - `steering_policy="random"`: A random pool is selected with probability proportional to pool
|
|
80
|
+
* weights. - `steering_policy="least_outstanding_requests"`: Use pool weights to scale each pool's outstanding requests. -
|
|
81
|
+
* `steering_policy="least_connections"`: Use pool weights to scale each pool's open connections.
|
|
84
82
|
*/
|
|
85
|
-
readonly
|
|
83
|
+
readonly randomSteering: pulumi.Output<outputs.LoadBalancerRandomSteering>;
|
|
86
84
|
/**
|
|
87
|
-
* A list of
|
|
85
|
+
* A mapping of region codes to a list of pool IDs (ordered by their failover priority) for the given region. Any regions
|
|
86
|
+
* not explicitly defined will fall back to using default_pools.
|
|
88
87
|
*/
|
|
89
|
-
readonly
|
|
88
|
+
readonly regionPools: pulumi.Output<{
|
|
89
|
+
[key: string]: string[];
|
|
90
|
+
}>;
|
|
90
91
|
/**
|
|
91
|
-
*
|
|
92
|
-
* value `cookie`, on the first request to a proxied load balancer, a cookie is generated, encoding information of which
|
|
93
|
-
* origin the request will be forwarded to. Subsequent requests, by the same client to the same load balancer, will be sent
|
|
94
|
-
* to the origin server the cookie encodes, for the duration of the cookie and as long as the origin server remains
|
|
95
|
-
* healthy. If the cookie has expired or the origin server is unhealthy then a new origin server is calculated and used.
|
|
96
|
-
* Value `ip_cookie` behaves the same as `cookie` except the initial origin selection is stable and based on the client's
|
|
97
|
-
* IP address. Available values: `""`, `none`, `cookie`, `ip_cookie`, `header`. Defaults to `none`.
|
|
92
|
+
* BETA Field Not General Access: A list of rules for this load balancer to execute.
|
|
98
93
|
*/
|
|
99
|
-
readonly
|
|
94
|
+
readonly rules: pulumi.Output<outputs.LoadBalancerRule[]>;
|
|
100
95
|
/**
|
|
101
|
-
*
|
|
96
|
+
* Specifies the type of session affinity the load balancer should use unless specified as `"none"` or "" (default). The
|
|
97
|
+
* supported types are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding
|
|
98
|
+
* information of which origin the request will be forwarded to. Subsequent requests, by the same client to the same load
|
|
99
|
+
* balancer, will be sent to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
|
|
100
|
+
* server remains healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is
|
|
101
|
+
* calculated and used. - `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and
|
|
102
|
+
* based on the client's ip address. - `"header"`: On the first request to a proxied load balancer, a session key based on
|
|
103
|
+
* the configured HTTP headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used
|
|
104
|
+
* for storing in the load balancer session state which origin the request will be forwarded to. Subsequent requests to the
|
|
105
|
+
* load balancer with the same headers will be sent to the same origin server, for the duration of the session and as long
|
|
106
|
+
* as the origin server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or
|
|
107
|
+
* the origin server is unhealthy, then a new origin server is calculated and used. See `headers` in
|
|
108
|
+
* `session_affinity_attributes` for additional required configuration.
|
|
102
109
|
*/
|
|
103
|
-
readonly
|
|
110
|
+
readonly sessionAffinity: pulumi.Output<string>;
|
|
104
111
|
/**
|
|
105
|
-
*
|
|
106
|
-
* ignored unless a supported session affinity policy is set. The current default of `82800` (23 hours) will be used unless
|
|
107
|
-
* `session_affinity_ttl` is explicitly set. Once the expiry time has been reached, subsequent requests may get sent to a
|
|
108
|
-
* different origin server. Valid values are between `1800` and `604800`.
|
|
112
|
+
* Configures attributes for session affinity.
|
|
109
113
|
*/
|
|
110
|
-
readonly
|
|
114
|
+
readonly sessionAffinityAttributes: pulumi.Output<outputs.LoadBalancerSessionAffinityAttributes>;
|
|
111
115
|
/**
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
* into consideration `random_steering` weights, as well as each pool's number of outstanding requests. Pools with more
|
|
119
|
-
* pending requests are weighted proportionately less relative to others. Value `least_connections` selects a pool by
|
|
120
|
-
* taking into consideration `random_steering` weights, as well as each pool's number of open connections. Pools with more
|
|
121
|
-
* open connections are weighted proportionately less relative to others. Supported for HTTP/1 and HTTP/2 connections.
|
|
122
|
-
* Value `""` maps to `geo` if you use `pop_pools`/`country_pools`/`region_pools` otherwise `off`. Available values: `off`,
|
|
123
|
-
* `geo`, `dynamic_latency`, `random`, `proximity`, `least_outstanding_requests`, `least_connections`, `""` Defaults to
|
|
124
|
-
* `""`.
|
|
116
|
+
* Time, in seconds, until a client's session expires after being created. Once the expiry time has been reached,
|
|
117
|
+
* subsequent requests may get sent to a different origin server. The accepted ranges per `session_affinity` policy are: -
|
|
118
|
+
* `"cookie"` / `"ip_cookie"`: The current default of 23 hours will be used unless explicitly set. The accepted range of
|
|
119
|
+
* values is between [1800, 604800]. - `"header"`: The current default of 1800 seconds will be used unless explicitly set.
|
|
120
|
+
* The accepted range of values is between [30, 3600]. Note: With session affinity by header, sessions only expire after
|
|
121
|
+
* they haven't been used for the number of seconds specified.
|
|
125
122
|
*/
|
|
126
|
-
readonly
|
|
123
|
+
readonly sessionAffinityTtl: pulumi.Output<number>;
|
|
127
124
|
/**
|
|
128
|
-
*
|
|
129
|
-
*
|
|
125
|
+
* Steering Policy for this load balancer. - `"off"`: Use `default_pools`. - `"geo"`: Use
|
|
126
|
+
* `region_pools`/`country_pools`/`pop_pools`. For non-proxied requests, the country for `country_pools` is determined by
|
|
127
|
+
* `location_strategy`. - `"random"`: Select a pool randomly. - `"dynamic_latency"`: Use round trip time to select the
|
|
128
|
+
* closest pool in default_pools (requires pool health checks). - `"proximity"`: Use the pools' latitude and longitude to
|
|
129
|
+
* select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by
|
|
130
|
+
* `location_strategy` for non-proxied requests. - `"least_outstanding_requests"`: Select a pool by taking into
|
|
131
|
+
* consideration `random_steering` weights, as well as each pool's number of outstanding requests. Pools with more pending
|
|
132
|
+
* requests are weighted proportionately less relative to others. - `"least_connections"`: Select a pool by taking into
|
|
133
|
+
* consideration `random_steering` weights, as well as each pool's number of open connections. Pools with more open
|
|
134
|
+
* connections are weighted proportionately less relative to others. Supported for HTTP/1 and HTTP/2 connections. - `""`:
|
|
135
|
+
* Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`.
|
|
130
136
|
*/
|
|
131
|
-
readonly
|
|
137
|
+
readonly steeringPolicy: pulumi.Output<string>;
|
|
132
138
|
/**
|
|
133
|
-
*
|
|
139
|
+
* Time to live (TTL) of the DNS entry for the IP address returned by this load balancer. This only applies to gray-clouded
|
|
140
|
+
* (unproxied) load balancers.
|
|
134
141
|
*/
|
|
142
|
+
readonly ttl: pulumi.Output<number>;
|
|
135
143
|
readonly zoneId: pulumi.Output<string>;
|
|
136
144
|
/**
|
|
137
145
|
* Create a LoadBalancer resource with the given unique name, arguments, and options.
|
|
@@ -148,119 +156,127 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
148
156
|
export interface LoadBalancerState {
|
|
149
157
|
/**
|
|
150
158
|
* Controls features that modify the routing of requests to pools and origins in response to dynamic conditions, such as
|
|
151
|
-
* during the interval between active health monitoring requests.
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* A set containing mappings of country codes to a list of pool IDs (ordered by their failover priority) for the given
|
|
156
|
-
* country.
|
|
159
|
+
* during the interval between active health monitoring requests. For example, zero-downtime failover occurs immediately
|
|
160
|
+
* when an origin becomes unavailable due to HTTP 521, 522, or 523 response codes. If there is another healthy origin in
|
|
161
|
+
* the same pool, the request is retried once against this alternate origin.
|
|
157
162
|
*/
|
|
158
|
-
|
|
163
|
+
adaptiveRouting?: pulumi.Input<inputs.LoadBalancerAdaptiveRouting>;
|
|
159
164
|
/**
|
|
160
|
-
*
|
|
165
|
+
* A mapping of country codes to a list of pool IDs (ordered by their failover priority) for the given country. Any country
|
|
166
|
+
* not explicitly defined will fall back to using the corresponding region_pool mapping if it exists else to default_pools.
|
|
161
167
|
*/
|
|
168
|
+
countryPools?: pulumi.Input<{
|
|
169
|
+
[key: string]: pulumi.Input<pulumi.Input<string>[]>;
|
|
170
|
+
}>;
|
|
162
171
|
createdOn?: pulumi.Input<string>;
|
|
163
172
|
/**
|
|
164
|
-
* A list of pool IDs ordered by their failover priority.
|
|
165
|
-
*
|
|
173
|
+
* A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are
|
|
174
|
+
* not configured for a given region.
|
|
166
175
|
*/
|
|
167
|
-
|
|
176
|
+
defaultPools?: pulumi.Input<pulumi.Input<string>[]>;
|
|
168
177
|
/**
|
|
169
|
-
*
|
|
178
|
+
* Object description.
|
|
170
179
|
*/
|
|
171
180
|
description?: pulumi.Input<string>;
|
|
172
181
|
/**
|
|
173
|
-
*
|
|
182
|
+
* Whether to enable (the default) this load balancer.
|
|
174
183
|
*/
|
|
175
184
|
enabled?: pulumi.Input<boolean>;
|
|
176
185
|
/**
|
|
177
186
|
* The pool ID to use when all other pools are detected as unhealthy.
|
|
178
187
|
*/
|
|
179
|
-
|
|
180
|
-
loadBalancerId?: pulumi.Input<string>;
|
|
188
|
+
fallbackPool?: pulumi.Input<string>;
|
|
181
189
|
/**
|
|
182
|
-
* Controls location-based steering for non-proxied requests.
|
|
183
|
-
*/
|
|
184
|
-
locationStrategies?: pulumi.Input<pulumi.Input<inputs.LoadBalancerLocationStrategy>[]>;
|
|
185
|
-
/**
|
|
186
|
-
* The RFC3339 timestamp of when the load balancer was last modified.
|
|
190
|
+
* Controls location-based steering for non-proxied requests. See `steering_policy` to learn how steering is affected.
|
|
187
191
|
*/
|
|
192
|
+
locationStrategy?: pulumi.Input<inputs.LoadBalancerLocationStrategy>;
|
|
188
193
|
modifiedOn?: pulumi.Input<string>;
|
|
189
194
|
/**
|
|
190
|
-
* The DNS hostname to associate with your
|
|
191
|
-
* DNS, the
|
|
195
|
+
* The DNS hostname to associate with your Load Balancer. If this hostname already exists as a DNS record in Cloudflare's
|
|
196
|
+
* DNS, the Load Balancer will take precedence and the DNS record will not be used.
|
|
192
197
|
*/
|
|
193
198
|
name?: pulumi.Input<string>;
|
|
194
199
|
/**
|
|
195
|
-
*
|
|
196
|
-
* failover priority) for the PoP (datacenter). This feature is only available to enterprise customers.
|
|
200
|
+
* List of networks where Load Balancer or Pool is enabled.
|
|
197
201
|
*/
|
|
198
|
-
|
|
202
|
+
networks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
199
203
|
/**
|
|
200
|
-
*
|
|
204
|
+
* (Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority)
|
|
205
|
+
* for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding country_pool, then
|
|
206
|
+
* region_pool mapping if it exists else to default_pools.
|
|
207
|
+
*/
|
|
208
|
+
popPools?: pulumi.Input<{
|
|
209
|
+
[key: string]: pulumi.Input<pulumi.Input<string>[]>;
|
|
210
|
+
}>;
|
|
211
|
+
/**
|
|
212
|
+
* Whether the hostname should be gray clouded (false) or orange clouded (true).
|
|
201
213
|
*/
|
|
202
214
|
proxied?: pulumi.Input<boolean>;
|
|
203
215
|
/**
|
|
204
|
-
* Configures pool weights.
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
* connections.
|
|
216
|
+
* Configures pool weights. - `steering_policy="random"`: A random pool is selected with probability proportional to pool
|
|
217
|
+
* weights. - `steering_policy="least_outstanding_requests"`: Use pool weights to scale each pool's outstanding requests. -
|
|
218
|
+
* `steering_policy="least_connections"`: Use pool weights to scale each pool's open connections.
|
|
208
219
|
*/
|
|
209
|
-
|
|
220
|
+
randomSteering?: pulumi.Input<inputs.LoadBalancerRandomSteering>;
|
|
210
221
|
/**
|
|
211
|
-
* A
|
|
212
|
-
*
|
|
222
|
+
* A mapping of region codes to a list of pool IDs (ordered by their failover priority) for the given region. Any regions
|
|
223
|
+
* not explicitly defined will fall back to using default_pools.
|
|
213
224
|
*/
|
|
214
|
-
regionPools?: pulumi.Input<
|
|
225
|
+
regionPools?: pulumi.Input<{
|
|
226
|
+
[key: string]: pulumi.Input<pulumi.Input<string>[]>;
|
|
227
|
+
}>;
|
|
215
228
|
/**
|
|
216
|
-
* A list of rules for this load balancer to execute.
|
|
229
|
+
* BETA Field Not General Access: A list of rules for this load balancer to execute.
|
|
217
230
|
*/
|
|
218
231
|
rules?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRule>[]>;
|
|
219
232
|
/**
|
|
220
|
-
* Specifies the type of session affinity the load balancer should use unless specified as `none` or
|
|
221
|
-
*
|
|
222
|
-
* origin the request will be forwarded to. Subsequent requests, by the same client to the same load
|
|
223
|
-
* to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
|
|
224
|
-
* healthy. If the cookie has expired or the origin server is unhealthy then a new origin server is
|
|
225
|
-
*
|
|
226
|
-
*
|
|
233
|
+
* Specifies the type of session affinity the load balancer should use unless specified as `"none"` or "" (default). The
|
|
234
|
+
* supported types are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding
|
|
235
|
+
* information of which origin the request will be forwarded to. Subsequent requests, by the same client to the same load
|
|
236
|
+
* balancer, will be sent to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
|
|
237
|
+
* server remains healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is
|
|
238
|
+
* calculated and used. - `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and
|
|
239
|
+
* based on the client's ip address. - `"header"`: On the first request to a proxied load balancer, a session key based on
|
|
240
|
+
* the configured HTTP headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used
|
|
241
|
+
* for storing in the load balancer session state which origin the request will be forwarded to. Subsequent requests to the
|
|
242
|
+
* load balancer with the same headers will be sent to the same origin server, for the duration of the session and as long
|
|
243
|
+
* as the origin server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or
|
|
244
|
+
* the origin server is unhealthy, then a new origin server is calculated and used. See `headers` in
|
|
245
|
+
* `session_affinity_attributes` for additional required configuration.
|
|
227
246
|
*/
|
|
228
247
|
sessionAffinity?: pulumi.Input<string>;
|
|
229
248
|
/**
|
|
230
|
-
*
|
|
249
|
+
* Configures attributes for session affinity.
|
|
231
250
|
*/
|
|
232
|
-
sessionAffinityAttributes?: pulumi.Input<
|
|
251
|
+
sessionAffinityAttributes?: pulumi.Input<inputs.LoadBalancerSessionAffinityAttributes>;
|
|
233
252
|
/**
|
|
234
|
-
* Time, in seconds, until
|
|
235
|
-
*
|
|
236
|
-
* `
|
|
237
|
-
*
|
|
253
|
+
* Time, in seconds, until a client's session expires after being created. Once the expiry time has been reached,
|
|
254
|
+
* subsequent requests may get sent to a different origin server. The accepted ranges per `session_affinity` policy are: -
|
|
255
|
+
* `"cookie"` / `"ip_cookie"`: The current default of 23 hours will be used unless explicitly set. The accepted range of
|
|
256
|
+
* values is between [1800, 604800]. - `"header"`: The current default of 1800 seconds will be used unless explicitly set.
|
|
257
|
+
* The accepted range of values is between [30, 3600]. Note: With session affinity by header, sessions only expire after
|
|
258
|
+
* they haven't been used for the number of seconds specified.
|
|
238
259
|
*/
|
|
239
260
|
sessionAffinityTtl?: pulumi.Input<number>;
|
|
240
261
|
/**
|
|
241
|
-
*
|
|
242
|
-
* `
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
*
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
250
|
-
*
|
|
251
|
-
*
|
|
252
|
-
* `geo`, `dynamic_latency`, `random`, `proximity`, `least_outstanding_requests`, `least_connections`, `""` Defaults to
|
|
253
|
-
* `""`.
|
|
262
|
+
* Steering Policy for this load balancer. - `"off"`: Use `default_pools`. - `"geo"`: Use
|
|
263
|
+
* `region_pools`/`country_pools`/`pop_pools`. For non-proxied requests, the country for `country_pools` is determined by
|
|
264
|
+
* `location_strategy`. - `"random"`: Select a pool randomly. - `"dynamic_latency"`: Use round trip time to select the
|
|
265
|
+
* closest pool in default_pools (requires pool health checks). - `"proximity"`: Use the pools' latitude and longitude to
|
|
266
|
+
* select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by
|
|
267
|
+
* `location_strategy` for non-proxied requests. - `"least_outstanding_requests"`: Select a pool by taking into
|
|
268
|
+
* consideration `random_steering` weights, as well as each pool's number of outstanding requests. Pools with more pending
|
|
269
|
+
* requests are weighted proportionately less relative to others. - `"least_connections"`: Select a pool by taking into
|
|
270
|
+
* consideration `random_steering` weights, as well as each pool's number of open connections. Pools with more open
|
|
271
|
+
* connections are weighted proportionately less relative to others. Supported for HTTP/1 and HTTP/2 connections. - `""`:
|
|
272
|
+
* Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`.
|
|
254
273
|
*/
|
|
255
274
|
steeringPolicy?: pulumi.Input<string>;
|
|
256
275
|
/**
|
|
257
|
-
* Time to live (TTL) of the DNS entry for the IP address returned by this load balancer. This
|
|
258
|
-
* load balancers.
|
|
276
|
+
* Time to live (TTL) of the DNS entry for the IP address returned by this load balancer. This only applies to gray-clouded
|
|
277
|
+
* (unproxied) load balancers.
|
|
259
278
|
*/
|
|
260
279
|
ttl?: pulumi.Input<number>;
|
|
261
|
-
/**
|
|
262
|
-
* The zone ID to add the load balancer to. **Modifying this attribute will force creation of a new resource.**
|
|
263
|
-
*/
|
|
264
280
|
zoneId?: pulumi.Input<string>;
|
|
265
281
|
}
|
|
266
282
|
/**
|
|
@@ -269,110 +285,124 @@ export interface LoadBalancerState {
|
|
|
269
285
|
export interface LoadBalancerArgs {
|
|
270
286
|
/**
|
|
271
287
|
* Controls features that modify the routing of requests to pools and origins in response to dynamic conditions, such as
|
|
272
|
-
* during the interval between active health monitoring requests.
|
|
288
|
+
* during the interval between active health monitoring requests. For example, zero-downtime failover occurs immediately
|
|
289
|
+
* when an origin becomes unavailable due to HTTP 521, 522, or 523 response codes. If there is another healthy origin in
|
|
290
|
+
* the same pool, the request is retried once against this alternate origin.
|
|
273
291
|
*/
|
|
274
|
-
|
|
292
|
+
adaptiveRouting?: pulumi.Input<inputs.LoadBalancerAdaptiveRouting>;
|
|
275
293
|
/**
|
|
276
|
-
* A
|
|
277
|
-
*
|
|
294
|
+
* A mapping of country codes to a list of pool IDs (ordered by their failover priority) for the given country. Any country
|
|
295
|
+
* not explicitly defined will fall back to using the corresponding region_pool mapping if it exists else to default_pools.
|
|
278
296
|
*/
|
|
279
|
-
countryPools?: pulumi.Input<
|
|
297
|
+
countryPools?: pulumi.Input<{
|
|
298
|
+
[key: string]: pulumi.Input<pulumi.Input<string>[]>;
|
|
299
|
+
}>;
|
|
280
300
|
/**
|
|
281
|
-
* A list of pool IDs ordered by their failover priority.
|
|
282
|
-
*
|
|
301
|
+
* A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are
|
|
302
|
+
* not configured for a given region.
|
|
283
303
|
*/
|
|
284
|
-
|
|
304
|
+
defaultPools: pulumi.Input<pulumi.Input<string>[]>;
|
|
285
305
|
/**
|
|
286
|
-
*
|
|
306
|
+
* Object description.
|
|
287
307
|
*/
|
|
288
308
|
description?: pulumi.Input<string>;
|
|
289
309
|
/**
|
|
290
|
-
*
|
|
310
|
+
* Whether to enable (the default) this load balancer.
|
|
291
311
|
*/
|
|
292
312
|
enabled?: pulumi.Input<boolean>;
|
|
293
313
|
/**
|
|
294
314
|
* The pool ID to use when all other pools are detected as unhealthy.
|
|
295
315
|
*/
|
|
296
|
-
|
|
297
|
-
loadBalancerId?: pulumi.Input<string>;
|
|
316
|
+
fallbackPool: pulumi.Input<string>;
|
|
298
317
|
/**
|
|
299
|
-
* Controls location-based steering for non-proxied requests.
|
|
318
|
+
* Controls location-based steering for non-proxied requests. See `steering_policy` to learn how steering is affected.
|
|
300
319
|
*/
|
|
301
|
-
|
|
320
|
+
locationStrategy?: pulumi.Input<inputs.LoadBalancerLocationStrategy>;
|
|
302
321
|
/**
|
|
303
|
-
* The DNS hostname to associate with your
|
|
304
|
-
* DNS, the
|
|
322
|
+
* The DNS hostname to associate with your Load Balancer. If this hostname already exists as a DNS record in Cloudflare's
|
|
323
|
+
* DNS, the Load Balancer will take precedence and the DNS record will not be used.
|
|
305
324
|
*/
|
|
306
325
|
name?: pulumi.Input<string>;
|
|
307
326
|
/**
|
|
308
|
-
*
|
|
309
|
-
|
|
327
|
+
* List of networks where Load Balancer or Pool is enabled.
|
|
328
|
+
*/
|
|
329
|
+
networks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
330
|
+
/**
|
|
331
|
+
* (Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority)
|
|
332
|
+
* for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding country_pool, then
|
|
333
|
+
* region_pool mapping if it exists else to default_pools.
|
|
310
334
|
*/
|
|
311
|
-
popPools?: pulumi.Input<
|
|
335
|
+
popPools?: pulumi.Input<{
|
|
336
|
+
[key: string]: pulumi.Input<pulumi.Input<string>[]>;
|
|
337
|
+
}>;
|
|
312
338
|
/**
|
|
313
|
-
* Whether the hostname
|
|
339
|
+
* Whether the hostname should be gray clouded (false) or orange clouded (true).
|
|
314
340
|
*/
|
|
315
341
|
proxied?: pulumi.Input<boolean>;
|
|
316
342
|
/**
|
|
317
|
-
* Configures pool weights.
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
* connections.
|
|
343
|
+
* Configures pool weights. - `steering_policy="random"`: A random pool is selected with probability proportional to pool
|
|
344
|
+
* weights. - `steering_policy="least_outstanding_requests"`: Use pool weights to scale each pool's outstanding requests. -
|
|
345
|
+
* `steering_policy="least_connections"`: Use pool weights to scale each pool's open connections.
|
|
321
346
|
*/
|
|
322
|
-
|
|
347
|
+
randomSteering?: pulumi.Input<inputs.LoadBalancerRandomSteering>;
|
|
323
348
|
/**
|
|
324
|
-
* A
|
|
325
|
-
*
|
|
349
|
+
* A mapping of region codes to a list of pool IDs (ordered by their failover priority) for the given region. Any regions
|
|
350
|
+
* not explicitly defined will fall back to using default_pools.
|
|
326
351
|
*/
|
|
327
|
-
regionPools?: pulumi.Input<
|
|
352
|
+
regionPools?: pulumi.Input<{
|
|
353
|
+
[key: string]: pulumi.Input<pulumi.Input<string>[]>;
|
|
354
|
+
}>;
|
|
328
355
|
/**
|
|
329
|
-
* A list of rules for this load balancer to execute.
|
|
356
|
+
* BETA Field Not General Access: A list of rules for this load balancer to execute.
|
|
330
357
|
*/
|
|
331
358
|
rules?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRule>[]>;
|
|
332
359
|
/**
|
|
333
|
-
* Specifies the type of session affinity the load balancer should use unless specified as `none` or
|
|
334
|
-
*
|
|
335
|
-
* origin the request will be forwarded to. Subsequent requests, by the same client to the same load
|
|
336
|
-
* to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
|
|
337
|
-
* healthy. If the cookie has expired or the origin server is unhealthy then a new origin server is
|
|
338
|
-
*
|
|
339
|
-
*
|
|
360
|
+
* Specifies the type of session affinity the load balancer should use unless specified as `"none"` or "" (default). The
|
|
361
|
+
* supported types are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding
|
|
362
|
+
* information of which origin the request will be forwarded to. Subsequent requests, by the same client to the same load
|
|
363
|
+
* balancer, will be sent to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
|
|
364
|
+
* server remains healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is
|
|
365
|
+
* calculated and used. - `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and
|
|
366
|
+
* based on the client's ip address. - `"header"`: On the first request to a proxied load balancer, a session key based on
|
|
367
|
+
* the configured HTTP headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used
|
|
368
|
+
* for storing in the load balancer session state which origin the request will be forwarded to. Subsequent requests to the
|
|
369
|
+
* load balancer with the same headers will be sent to the same origin server, for the duration of the session and as long
|
|
370
|
+
* as the origin server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or
|
|
371
|
+
* the origin server is unhealthy, then a new origin server is calculated and used. See `headers` in
|
|
372
|
+
* `session_affinity_attributes` for additional required configuration.
|
|
340
373
|
*/
|
|
341
374
|
sessionAffinity?: pulumi.Input<string>;
|
|
342
375
|
/**
|
|
343
|
-
*
|
|
376
|
+
* Configures attributes for session affinity.
|
|
344
377
|
*/
|
|
345
|
-
sessionAffinityAttributes?: pulumi.Input<
|
|
378
|
+
sessionAffinityAttributes?: pulumi.Input<inputs.LoadBalancerSessionAffinityAttributes>;
|
|
346
379
|
/**
|
|
347
|
-
* Time, in seconds, until
|
|
348
|
-
*
|
|
349
|
-
* `
|
|
350
|
-
*
|
|
380
|
+
* Time, in seconds, until a client's session expires after being created. Once the expiry time has been reached,
|
|
381
|
+
* subsequent requests may get sent to a different origin server. The accepted ranges per `session_affinity` policy are: -
|
|
382
|
+
* `"cookie"` / `"ip_cookie"`: The current default of 23 hours will be used unless explicitly set. The accepted range of
|
|
383
|
+
* values is between [1800, 604800]. - `"header"`: The current default of 1800 seconds will be used unless explicitly set.
|
|
384
|
+
* The accepted range of values is between [30, 3600]. Note: With session affinity by header, sessions only expire after
|
|
385
|
+
* they haven't been used for the number of seconds specified.
|
|
351
386
|
*/
|
|
352
387
|
sessionAffinityTtl?: pulumi.Input<number>;
|
|
353
388
|
/**
|
|
354
|
-
*
|
|
355
|
-
* `
|
|
356
|
-
*
|
|
357
|
-
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
361
|
-
*
|
|
362
|
-
*
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
* `geo`, `dynamic_latency`, `random`, `proximity`, `least_outstanding_requests`, `least_connections`, `""` Defaults to
|
|
366
|
-
* `""`.
|
|
389
|
+
* Steering Policy for this load balancer. - `"off"`: Use `default_pools`. - `"geo"`: Use
|
|
390
|
+
* `region_pools`/`country_pools`/`pop_pools`. For non-proxied requests, the country for `country_pools` is determined by
|
|
391
|
+
* `location_strategy`. - `"random"`: Select a pool randomly. - `"dynamic_latency"`: Use round trip time to select the
|
|
392
|
+
* closest pool in default_pools (requires pool health checks). - `"proximity"`: Use the pools' latitude and longitude to
|
|
393
|
+
* select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by
|
|
394
|
+
* `location_strategy` for non-proxied requests. - `"least_outstanding_requests"`: Select a pool by taking into
|
|
395
|
+
* consideration `random_steering` weights, as well as each pool's number of outstanding requests. Pools with more pending
|
|
396
|
+
* requests are weighted proportionately less relative to others. - `"least_connections"`: Select a pool by taking into
|
|
397
|
+
* consideration `random_steering` weights, as well as each pool's number of open connections. Pools with more open
|
|
398
|
+
* connections are weighted proportionately less relative to others. Supported for HTTP/1 and HTTP/2 connections. - `""`:
|
|
399
|
+
* Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`.
|
|
367
400
|
*/
|
|
368
401
|
steeringPolicy?: pulumi.Input<string>;
|
|
369
402
|
/**
|
|
370
|
-
* Time to live (TTL) of the DNS entry for the IP address returned by this load balancer. This
|
|
371
|
-
* load balancers.
|
|
403
|
+
* Time to live (TTL) of the DNS entry for the IP address returned by this load balancer. This only applies to gray-clouded
|
|
404
|
+
* (unproxied) load balancers.
|
|
372
405
|
*/
|
|
373
406
|
ttl?: pulumi.Input<number>;
|
|
374
|
-
/**
|
|
375
|
-
* The zone ID to add the load balancer to. **Modifying this attribute will force creation of a new resource.**
|
|
376
|
-
*/
|
|
377
407
|
zoneId: pulumi.Input<string>;
|
|
378
408
|
}
|