@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/waitingRoom.d.ts
CHANGED
|
@@ -18,83 +18,193 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is WaitingRoom;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this
|
|
22
|
+
* waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination
|
|
23
|
+
* must be unique to this and all other waiting rooms.
|
|
22
24
|
*/
|
|
23
|
-
readonly additionalRoutes: pulumi.Output<outputs.WaitingRoomAdditionalRoute[]
|
|
25
|
+
readonly additionalRoutes: pulumi.Output<outputs.WaitingRoomAdditionalRoute[]>;
|
|
24
26
|
/**
|
|
25
|
-
*
|
|
27
|
+
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting
|
|
28
|
+
* room, such as queue position.
|
|
26
29
|
*/
|
|
27
|
-
readonly
|
|
30
|
+
readonly cookieAttributes: pulumi.Output<outputs.WaitingRoomCookieAttributes>;
|
|
28
31
|
/**
|
|
29
|
-
*
|
|
32
|
+
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If
|
|
33
|
+
* `cookie_suffix` is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using
|
|
34
|
+
* `additional_routes`.
|
|
30
35
|
*/
|
|
31
|
-
readonly
|
|
36
|
+
readonly cookieSuffix: pulumi.Output<string>;
|
|
37
|
+
readonly createdOn: pulumi.Output<string>;
|
|
32
38
|
/**
|
|
33
|
-
*
|
|
34
|
-
*
|
|
39
|
+
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the
|
|
40
|
+
* edge. If no custom_page_html is provided, the default waiting room will be used. The template is based on mustache (
|
|
41
|
+
* https://mustache.github.io/ ). There are several variables that are evaluated by the Cloudflare edge: 1.
|
|
42
|
+
* {{`waitTimeKnown`}} Acts like a boolean value that indicates the behavior to take when wait time is not available, for
|
|
43
|
+
* instance when queue_all is **true**. 2. {{`waitTimeFormatted`}} Estimated wait time for the user. For example, five
|
|
44
|
+
* minutes. Alternatively, you can use: 3. {{`waitTime`}} Number of minutes of estimated wait for a user. 4.
|
|
45
|
+
* {{`waitTimeHours`}} Number of hours of estimated wait for a user (`Math.floor(waitTime/60)`). 5.
|
|
46
|
+
* {{`waitTimeHourMinutes`}} Number of minutes above the `waitTimeHours` value (`waitTime%60`). 6. {{`queueIsFull`}}
|
|
47
|
+
* Changes to **true** when no more people can be added to the queue. To view the full list of variables, look at the
|
|
48
|
+
* `cfWaitingRoom` object described under the `json_response_enabled` property in other Waiting Room API calls.
|
|
35
49
|
*/
|
|
36
|
-
readonly
|
|
50
|
+
readonly customPageHtml: pulumi.Output<string>;
|
|
37
51
|
/**
|
|
38
|
-
*
|
|
52
|
+
* The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be
|
|
53
|
+
* used.
|
|
39
54
|
*/
|
|
40
|
-
readonly
|
|
55
|
+
readonly defaultTemplateLanguage: pulumi.Output<string>;
|
|
41
56
|
/**
|
|
42
|
-
*
|
|
57
|
+
* A note that you can use to add more details about the waiting room.
|
|
43
58
|
*/
|
|
44
|
-
readonly
|
|
59
|
+
readonly description: pulumi.Output<string>;
|
|
45
60
|
/**
|
|
46
|
-
*
|
|
61
|
+
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If `true`, an
|
|
62
|
+
* accepted user will have session_duration minutes to browse the site. After that, they will have to go through the
|
|
63
|
+
* waiting room again. If `false`, a user's session cookie will be automatically renewed on every request.
|
|
47
64
|
*/
|
|
48
|
-
readonly
|
|
65
|
+
readonly disableSessionRenewal: pulumi.Output<boolean>;
|
|
49
66
|
/**
|
|
50
|
-
*
|
|
67
|
+
* A list of enabled origin commands.
|
|
51
68
|
*/
|
|
52
|
-
readonly
|
|
69
|
+
readonly enabledOriginCommands: pulumi.Output<string[]>;
|
|
53
70
|
/**
|
|
54
|
-
*
|
|
71
|
+
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or
|
|
72
|
+
* https://). The host and path combination must be unique.
|
|
55
73
|
*/
|
|
56
|
-
readonly
|
|
74
|
+
readonly host: pulumi.Output<string>;
|
|
57
75
|
/**
|
|
58
|
-
*
|
|
76
|
+
* Only available for the Waiting Room Advanced subscription. If `true`, requests to the waiting room with the header
|
|
77
|
+
* `Accept: application/json` will receive a JSON response object with information on the user's status in the waiting room
|
|
78
|
+
* as opposed to the configured static HTML page. This JSON response object has one property `cfWaitingRoom` which is an
|
|
79
|
+
* object containing the following fields: 1. `inWaitingRoom`: Boolean indicating if the user is in the waiting room
|
|
80
|
+
* (always **true**). 2. `waitTimeKnown`: Boolean indicating if the current estimated wait times are accurate. If
|
|
81
|
+
* **false**, they are not available. 3. `waitTime`: Valid only when `waitTimeKnown` is **true**. Integer indicating the
|
|
82
|
+
* current estimated time in minutes the user will wait in the waiting room. When `queueingMethod` is **random**, this is
|
|
83
|
+
* set to `waitTime50Percentile`. 4. `waitTime25Percentile`: Valid only when `queueingMethod` is **random** and
|
|
84
|
+
* `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 25% of users that gain
|
|
85
|
+
* entry the fastest (25th percentile). 5. `waitTime50Percentile`: Valid only when `queueingMethod` is **random** and
|
|
86
|
+
* `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 50% of users that gain
|
|
87
|
+
* entry the fastest (50th percentile). In other words, half of the queued users are expected to let into the origin
|
|
88
|
+
* website before `waitTime50Percentile` and half are expected to be let in after it. 6. `waitTime75Percentile`: Valid only
|
|
89
|
+
* when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum
|
|
90
|
+
* wait time for the 75% of users that gain entry the fastest (75th percentile). 7. `waitTimeFormatted`: String displaying
|
|
91
|
+
* the `waitTime` formatted in English for users. If `waitTimeKnown` is **false**, `waitTimeFormatted` will display
|
|
92
|
+
* **unavailable**. 8. `queueIsFull`: Boolean indicating if the waiting room's queue is currently full and not accepting
|
|
93
|
+
* new users at the moment. 9. `queueAll`: Boolean indicating if all users will be queued in the waiting room and no one
|
|
94
|
+
* will be let into the origin website. 10. `lastUpdated`: String displaying the timestamp as an ISO 8601 string of the
|
|
95
|
+
* user's last attempt to leave the waiting room and be let into the origin website. The user is able to make another
|
|
96
|
+
* attempt after `refreshIntervalSeconds` past this time. If the user makes a request too soon, it will be ignored and
|
|
97
|
+
* `lastUpdated` will not change. 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
|
|
98
|
+
* `lastUpdated` until the user is able to make another attempt to leave the waiting room and be let into the origin
|
|
99
|
+
* website. When the `queueingMethod` is `reject`, there is no specified refresh time — it will always be **zero**. 12.
|
|
100
|
+
* `queueingMethod`: The queueing method currently used by the waiting room. It is either **fifo**, **random**,
|
|
101
|
+
* **passthrough**, or **reject**. 13. `isFIFOQueue`: Boolean indicating if the waiting room uses a FIFO
|
|
102
|
+
* (First-In-First-Out) queue. 14. `isRandomQueue`: Boolean indicating if the waiting room uses a Random queue where users
|
|
103
|
+
* gain access randomly. 15. `isPassthroughQueue`: Boolean indicating if the waiting room uses a passthrough queue. Keep in
|
|
104
|
+
* mind that when passthrough is enabled, this JSON response will only exist when `queueAll` is **true** or
|
|
105
|
+
* `isEventPrequeueing` is **true** because in all other cases requests will go directly to the origin. 16.
|
|
106
|
+
* `isRejectQueue`: Boolean indicating if the waiting room uses a reject queue. 17. `isEventActive`: Boolean indicating if
|
|
107
|
+
* an event is currently occurring. Events are able to change a waiting room's behavior during a specified period of time.
|
|
108
|
+
* For additional information, look at the event properties `prequeue_start_time`, `event_start_time`, and `event_end_time`
|
|
109
|
+
* in the documentation for creating waiting room events. Events are considered active between these start and end times,
|
|
110
|
+
* as well as during the prequeueing period if it exists. 18. `isEventPrequeueing`: Valid only when `isEventActive` is
|
|
111
|
+
* **true**. Boolean indicating if an event is currently prequeueing users before it starts. 19. `timeUntilEventStart`:
|
|
112
|
+
* Valid only when `isEventPrequeueing` is **true**. Integer indicating the number of minutes until the event starts. 20.
|
|
113
|
+
* `timeUntilEventStartFormatted`: String displaying the `timeUntilEventStart` formatted in English for users. If
|
|
114
|
+
* `isEventPrequeueing` is **false**, `timeUntilEventStartFormatted` will display **unavailable**. 21. `timeUntilEventEnd`:
|
|
115
|
+
* Valid only when `isEventActive` is **true**. Integer indicating the number of minutes until the event ends. 22.
|
|
116
|
+
* `timeUntilEventEndFormatted`: String displaying the `timeUntilEventEnd` formatted in English for users. If
|
|
117
|
+
* `isEventActive` is **false**, `timeUntilEventEndFormatted` will display **unavailable**. 23. `shuffleAtEventStart`:
|
|
118
|
+
* Valid only when `isEventActive` is **true**. Boolean indicating if the users in the prequeue are shuffled randomly when
|
|
119
|
+
* the event starts. An example cURL to a waiting room could be: curl -X GET "https://example.com/waitingroom" \ -H
|
|
120
|
+
* "Accept: application/json" If `json_response_enabled` is **true** and the request hits the waiting room, an example JSON
|
|
121
|
+
* response when `queueingMethod` is **fifo** and no event is active could be: { "cfWaitingRoom": { "inWaitingRoom": true,
|
|
122
|
+
* "waitTimeKnown": true, "waitTime": 10, "waitTime25Percentile": 0, "waitTime50Percentile": 0, "waitTime75Percentile": 0,
|
|
123
|
+
* "waitTimeFormatted": "10 minutes", "queueIsFull": false, "queueAll": false, "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
124
|
+
* "refreshIntervalSeconds": 20, "queueingMethod": "fifo", "isFIFOQueue": true, "isRandomQueue": false,
|
|
125
|
+
* "isPassthroughQueue": false, "isRejectQueue": false, "isEventActive": false, "isEventPrequeueing": false,
|
|
126
|
+
* "timeUntilEventStart": 0, "timeUntilEventStartFormatted": "unavailable", "timeUntilEventEnd": 0,
|
|
127
|
+
* "timeUntilEventEndFormatted": "unavailable", "shuffleAtEventStart": false } } If `json_response_enabled` is **true** and
|
|
128
|
+
* the request hits the waiting room, an example JSON response when `queueingMethod` is **random** and an event is active
|
|
129
|
+
* could be: { "cfWaitingRoom": { "inWaitingRoom": true, "waitTimeKnown": true, "waitTime": 10, "waitTime25Percentile": 5,
|
|
130
|
+
* "waitTime50Percentile": 10, "waitTime75Percentile": 15, "waitTimeFormatted": "5 minutes to 15 minutes", "queueIsFull":
|
|
131
|
+
* false, "queueAll": false, "lastUpdated": "2020-08-03T23:46:00.000Z", "refreshIntervalSeconds": 20, "queueingMethod":
|
|
132
|
+
* "random", "isFIFOQueue": false, "isRandomQueue": true, "isPassthroughQueue": false, "isRejectQueue": false,
|
|
133
|
+
* "isEventActive": true, "isEventPrequeueing": false, "timeUntilEventStart": 0, "timeUntilEventStartFormatted":
|
|
134
|
+
* "unavailable", "timeUntilEventEnd": 15, "timeUntilEventEndFormatted": "15 minutes", "shuffleAtEventStart": true } }.
|
|
135
|
+
*/
|
|
136
|
+
readonly jsonResponseEnabled: pulumi.Output<boolean>;
|
|
137
|
+
readonly modifiedOn: pulumi.Output<string>;
|
|
138
|
+
/**
|
|
139
|
+
* A unique name to identify the waiting room. Only alphanumeric characters, hyphens and underscores are allowed.
|
|
59
140
|
*/
|
|
60
141
|
readonly name: pulumi.Output<string>;
|
|
61
142
|
/**
|
|
62
|
-
*
|
|
143
|
+
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number
|
|
144
|
+
* of users that are let in per minute. So it is possible that there is a little more or little less traffic coming to the
|
|
145
|
+
* route based on the traffic patterns at that time around the world.
|
|
63
146
|
*/
|
|
64
147
|
readonly newUsersPerMinute: pulumi.Output<number>;
|
|
65
148
|
/**
|
|
66
|
-
*
|
|
149
|
+
* An ISO 8601 timestamp that marks when the next event will begin queueing.
|
|
150
|
+
*/
|
|
151
|
+
readonly nextEventPrequeueStartTime: pulumi.Output<string>;
|
|
152
|
+
/**
|
|
153
|
+
* An ISO 8601 timestamp that marks when the next event will start.
|
|
67
154
|
*/
|
|
68
|
-
readonly
|
|
155
|
+
readonly nextEventStartTime: pulumi.Output<string>;
|
|
69
156
|
/**
|
|
70
|
-
*
|
|
157
|
+
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well.
|
|
158
|
+
* If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen.
|
|
159
|
+
* Wildcards and query parameters are not supported.
|
|
71
160
|
*/
|
|
72
|
-
readonly
|
|
161
|
+
readonly path: pulumi.Output<string>;
|
|
73
162
|
/**
|
|
74
|
-
*
|
|
75
|
-
*
|
|
163
|
+
* If queue_all is `true`, all the traffic that is coming to a route will be sent to the waiting room. No new traffic can
|
|
164
|
+
* get to the route once this field is set and estimated time will become unavailable.
|
|
76
165
|
*/
|
|
77
|
-
readonly
|
|
166
|
+
readonly queueAll: pulumi.Output<boolean>;
|
|
78
167
|
/**
|
|
79
|
-
*
|
|
168
|
+
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only
|
|
169
|
+
* available for the Waiting Room Advanced subscription. Regardless of the queueing method, if `queue_all` is enabled or an
|
|
170
|
+
* event is prequeueing, users in the waiting room will not be accepted to the origin. These users will always see a
|
|
171
|
+
* waiting room page that refreshes automatically. The valid queueing methods are: 1. `fifo` **(default)**:
|
|
172
|
+
* First-In-First-Out queue where customers gain access in the order they arrived. 2. `random`: Random queue where
|
|
173
|
+
* customers gain access randomly, regardless of arrival time. 3. `passthrough`: Users will pass directly through the
|
|
174
|
+
* waiting room and into the origin website. As a result, any configured limits will not be respected while this is
|
|
175
|
+
* enabled. This method can be used as an alternative to disabling a waiting room (with `suspended`) so that analytics are
|
|
176
|
+
* still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a
|
|
177
|
+
* waiting room event, or vice versa. 4. `reject`: Users will be immediately rejected from the waiting room. As a result,
|
|
178
|
+
* no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while
|
|
179
|
+
* performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are
|
|
180
|
+
* not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and
|
|
181
|
+
* otherwise blocks all traffic. For this case, the waiting room uses `reject`, and its events override this with `fifo`,
|
|
182
|
+
* `random`, or `passthrough`. When this queueing method is enabled and neither `queueAll` is enabled nor an event is
|
|
183
|
+
* prequeueing, the waiting room page **will not refresh automatically**.
|
|
80
184
|
*/
|
|
81
|
-
readonly
|
|
185
|
+
readonly queueingMethod: pulumi.Output<string>;
|
|
82
186
|
/**
|
|
83
|
-
*
|
|
187
|
+
* HTTP status code returned to a user while in the queue.
|
|
84
188
|
*/
|
|
85
|
-
readonly
|
|
189
|
+
readonly queueingStatusCode: pulumi.Output<number>;
|
|
86
190
|
/**
|
|
87
|
-
*
|
|
191
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by
|
|
192
|
+
* Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
88
193
|
*/
|
|
89
|
-
readonly
|
|
90
|
-
readonly timeouts: pulumi.Output<outputs.WaitingRoomTimeouts | undefined>;
|
|
194
|
+
readonly sessionDuration: pulumi.Output<number>;
|
|
91
195
|
/**
|
|
92
|
-
*
|
|
196
|
+
* Suspends or allows traffic going to the waiting room. If set to `true`, the traffic will not go to the waiting room.
|
|
197
|
+
*/
|
|
198
|
+
readonly suspended: pulumi.Output<boolean>;
|
|
199
|
+
/**
|
|
200
|
+
* Sets the total number of active user sessions on the route at a point in time. A route is a combination of host and path
|
|
201
|
+
* on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on
|
|
202
|
+
* the route. It is possible to have a situation where there are more or less active users sessions on the route based on
|
|
203
|
+
* the traffic patterns at that time around the world.
|
|
93
204
|
*/
|
|
94
205
|
readonly totalActiveUsers: pulumi.Output<number>;
|
|
95
|
-
readonly waitingRoomId: pulumi.Output<string>;
|
|
96
206
|
/**
|
|
97
|
-
*
|
|
207
|
+
* Identifier
|
|
98
208
|
*/
|
|
99
209
|
readonly zoneId: pulumi.Output<string>;
|
|
100
210
|
/**
|
|
@@ -111,83 +221,193 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
111
221
|
*/
|
|
112
222
|
export interface WaitingRoomState {
|
|
113
223
|
/**
|
|
114
|
-
*
|
|
224
|
+
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this
|
|
225
|
+
* waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination
|
|
226
|
+
* must be unique to this and all other waiting rooms.
|
|
115
227
|
*/
|
|
116
228
|
additionalRoutes?: pulumi.Input<pulumi.Input<inputs.WaitingRoomAdditionalRoute>[]>;
|
|
117
229
|
/**
|
|
118
|
-
*
|
|
230
|
+
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting
|
|
231
|
+
* room, such as queue position.
|
|
119
232
|
*/
|
|
120
|
-
|
|
233
|
+
cookieAttributes?: pulumi.Input<inputs.WaitingRoomCookieAttributes>;
|
|
121
234
|
/**
|
|
122
|
-
*
|
|
235
|
+
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If
|
|
236
|
+
* `cookie_suffix` is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using
|
|
237
|
+
* `additional_routes`.
|
|
238
|
+
*/
|
|
239
|
+
cookieSuffix?: pulumi.Input<string>;
|
|
240
|
+
createdOn?: pulumi.Input<string>;
|
|
241
|
+
/**
|
|
242
|
+
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the
|
|
243
|
+
* edge. If no custom_page_html is provided, the default waiting room will be used. The template is based on mustache (
|
|
244
|
+
* https://mustache.github.io/ ). There are several variables that are evaluated by the Cloudflare edge: 1.
|
|
245
|
+
* {{`waitTimeKnown`}} Acts like a boolean value that indicates the behavior to take when wait time is not available, for
|
|
246
|
+
* instance when queue_all is **true**. 2. {{`waitTimeFormatted`}} Estimated wait time for the user. For example, five
|
|
247
|
+
* minutes. Alternatively, you can use: 3. {{`waitTime`}} Number of minutes of estimated wait for a user. 4.
|
|
248
|
+
* {{`waitTimeHours`}} Number of hours of estimated wait for a user (`Math.floor(waitTime/60)`). 5.
|
|
249
|
+
* {{`waitTimeHourMinutes`}} Number of minutes above the `waitTimeHours` value (`waitTime%60`). 6. {{`queueIsFull`}}
|
|
250
|
+
* Changes to **true** when no more people can be added to the queue. To view the full list of variables, look at the
|
|
251
|
+
* `cfWaitingRoom` object described under the `json_response_enabled` property in other Waiting Room API calls.
|
|
123
252
|
*/
|
|
124
253
|
customPageHtml?: pulumi.Input<string>;
|
|
125
254
|
/**
|
|
126
|
-
* The language
|
|
127
|
-
*
|
|
255
|
+
* The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be
|
|
256
|
+
* used.
|
|
128
257
|
*/
|
|
129
258
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
130
259
|
/**
|
|
131
|
-
* A
|
|
260
|
+
* A note that you can use to add more details about the waiting room.
|
|
132
261
|
*/
|
|
133
262
|
description?: pulumi.Input<string>;
|
|
134
263
|
/**
|
|
135
|
-
* Disables automatic renewal of session cookies.
|
|
264
|
+
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If `true`, an
|
|
265
|
+
* accepted user will have session_duration minutes to browse the site. After that, they will have to go through the
|
|
266
|
+
* waiting room again. If `false`, a user's session cookie will be automatically renewed on every request.
|
|
136
267
|
*/
|
|
137
268
|
disableSessionRenewal?: pulumi.Input<boolean>;
|
|
138
269
|
/**
|
|
139
|
-
*
|
|
270
|
+
* A list of enabled origin commands.
|
|
140
271
|
*/
|
|
141
272
|
enabledOriginCommands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
142
273
|
/**
|
|
143
|
-
*
|
|
274
|
+
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or
|
|
275
|
+
* https://). The host and path combination must be unique.
|
|
144
276
|
*/
|
|
145
277
|
host?: pulumi.Input<string>;
|
|
146
278
|
/**
|
|
147
|
-
* If true
|
|
279
|
+
* Only available for the Waiting Room Advanced subscription. If `true`, requests to the waiting room with the header
|
|
280
|
+
* `Accept: application/json` will receive a JSON response object with information on the user's status in the waiting room
|
|
281
|
+
* as opposed to the configured static HTML page. This JSON response object has one property `cfWaitingRoom` which is an
|
|
282
|
+
* object containing the following fields: 1. `inWaitingRoom`: Boolean indicating if the user is in the waiting room
|
|
283
|
+
* (always **true**). 2. `waitTimeKnown`: Boolean indicating if the current estimated wait times are accurate. If
|
|
284
|
+
* **false**, they are not available. 3. `waitTime`: Valid only when `waitTimeKnown` is **true**. Integer indicating the
|
|
285
|
+
* current estimated time in minutes the user will wait in the waiting room. When `queueingMethod` is **random**, this is
|
|
286
|
+
* set to `waitTime50Percentile`. 4. `waitTime25Percentile`: Valid only when `queueingMethod` is **random** and
|
|
287
|
+
* `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 25% of users that gain
|
|
288
|
+
* entry the fastest (25th percentile). 5. `waitTime50Percentile`: Valid only when `queueingMethod` is **random** and
|
|
289
|
+
* `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 50% of users that gain
|
|
290
|
+
* entry the fastest (50th percentile). In other words, half of the queued users are expected to let into the origin
|
|
291
|
+
* website before `waitTime50Percentile` and half are expected to be let in after it. 6. `waitTime75Percentile`: Valid only
|
|
292
|
+
* when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum
|
|
293
|
+
* wait time for the 75% of users that gain entry the fastest (75th percentile). 7. `waitTimeFormatted`: String displaying
|
|
294
|
+
* the `waitTime` formatted in English for users. If `waitTimeKnown` is **false**, `waitTimeFormatted` will display
|
|
295
|
+
* **unavailable**. 8. `queueIsFull`: Boolean indicating if the waiting room's queue is currently full and not accepting
|
|
296
|
+
* new users at the moment. 9. `queueAll`: Boolean indicating if all users will be queued in the waiting room and no one
|
|
297
|
+
* will be let into the origin website. 10. `lastUpdated`: String displaying the timestamp as an ISO 8601 string of the
|
|
298
|
+
* user's last attempt to leave the waiting room and be let into the origin website. The user is able to make another
|
|
299
|
+
* attempt after `refreshIntervalSeconds` past this time. If the user makes a request too soon, it will be ignored and
|
|
300
|
+
* `lastUpdated` will not change. 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
|
|
301
|
+
* `lastUpdated` until the user is able to make another attempt to leave the waiting room and be let into the origin
|
|
302
|
+
* website. When the `queueingMethod` is `reject`, there is no specified refresh time — it will always be **zero**. 12.
|
|
303
|
+
* `queueingMethod`: The queueing method currently used by the waiting room. It is either **fifo**, **random**,
|
|
304
|
+
* **passthrough**, or **reject**. 13. `isFIFOQueue`: Boolean indicating if the waiting room uses a FIFO
|
|
305
|
+
* (First-In-First-Out) queue. 14. `isRandomQueue`: Boolean indicating if the waiting room uses a Random queue where users
|
|
306
|
+
* gain access randomly. 15. `isPassthroughQueue`: Boolean indicating if the waiting room uses a passthrough queue. Keep in
|
|
307
|
+
* mind that when passthrough is enabled, this JSON response will only exist when `queueAll` is **true** or
|
|
308
|
+
* `isEventPrequeueing` is **true** because in all other cases requests will go directly to the origin. 16.
|
|
309
|
+
* `isRejectQueue`: Boolean indicating if the waiting room uses a reject queue. 17. `isEventActive`: Boolean indicating if
|
|
310
|
+
* an event is currently occurring. Events are able to change a waiting room's behavior during a specified period of time.
|
|
311
|
+
* For additional information, look at the event properties `prequeue_start_time`, `event_start_time`, and `event_end_time`
|
|
312
|
+
* in the documentation for creating waiting room events. Events are considered active between these start and end times,
|
|
313
|
+
* as well as during the prequeueing period if it exists. 18. `isEventPrequeueing`: Valid only when `isEventActive` is
|
|
314
|
+
* **true**. Boolean indicating if an event is currently prequeueing users before it starts. 19. `timeUntilEventStart`:
|
|
315
|
+
* Valid only when `isEventPrequeueing` is **true**. Integer indicating the number of minutes until the event starts. 20.
|
|
316
|
+
* `timeUntilEventStartFormatted`: String displaying the `timeUntilEventStart` formatted in English for users. If
|
|
317
|
+
* `isEventPrequeueing` is **false**, `timeUntilEventStartFormatted` will display **unavailable**. 21. `timeUntilEventEnd`:
|
|
318
|
+
* Valid only when `isEventActive` is **true**. Integer indicating the number of minutes until the event ends. 22.
|
|
319
|
+
* `timeUntilEventEndFormatted`: String displaying the `timeUntilEventEnd` formatted in English for users. If
|
|
320
|
+
* `isEventActive` is **false**, `timeUntilEventEndFormatted` will display **unavailable**. 23. `shuffleAtEventStart`:
|
|
321
|
+
* Valid only when `isEventActive` is **true**. Boolean indicating if the users in the prequeue are shuffled randomly when
|
|
322
|
+
* the event starts. An example cURL to a waiting room could be: curl -X GET "https://example.com/waitingroom" \ -H
|
|
323
|
+
* "Accept: application/json" If `json_response_enabled` is **true** and the request hits the waiting room, an example JSON
|
|
324
|
+
* response when `queueingMethod` is **fifo** and no event is active could be: { "cfWaitingRoom": { "inWaitingRoom": true,
|
|
325
|
+
* "waitTimeKnown": true, "waitTime": 10, "waitTime25Percentile": 0, "waitTime50Percentile": 0, "waitTime75Percentile": 0,
|
|
326
|
+
* "waitTimeFormatted": "10 minutes", "queueIsFull": false, "queueAll": false, "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
327
|
+
* "refreshIntervalSeconds": 20, "queueingMethod": "fifo", "isFIFOQueue": true, "isRandomQueue": false,
|
|
328
|
+
* "isPassthroughQueue": false, "isRejectQueue": false, "isEventActive": false, "isEventPrequeueing": false,
|
|
329
|
+
* "timeUntilEventStart": 0, "timeUntilEventStartFormatted": "unavailable", "timeUntilEventEnd": 0,
|
|
330
|
+
* "timeUntilEventEndFormatted": "unavailable", "shuffleAtEventStart": false } } If `json_response_enabled` is **true** and
|
|
331
|
+
* the request hits the waiting room, an example JSON response when `queueingMethod` is **random** and an event is active
|
|
332
|
+
* could be: { "cfWaitingRoom": { "inWaitingRoom": true, "waitTimeKnown": true, "waitTime": 10, "waitTime25Percentile": 5,
|
|
333
|
+
* "waitTime50Percentile": 10, "waitTime75Percentile": 15, "waitTimeFormatted": "5 minutes to 15 minutes", "queueIsFull":
|
|
334
|
+
* false, "queueAll": false, "lastUpdated": "2020-08-03T23:46:00.000Z", "refreshIntervalSeconds": 20, "queueingMethod":
|
|
335
|
+
* "random", "isFIFOQueue": false, "isRandomQueue": true, "isPassthroughQueue": false, "isRejectQueue": false,
|
|
336
|
+
* "isEventActive": true, "isEventPrequeueing": false, "timeUntilEventStart": 0, "timeUntilEventStartFormatted":
|
|
337
|
+
* "unavailable", "timeUntilEventEnd": 15, "timeUntilEventEndFormatted": "15 minutes", "shuffleAtEventStart": true } }.
|
|
148
338
|
*/
|
|
149
339
|
jsonResponseEnabled?: pulumi.Input<boolean>;
|
|
340
|
+
modifiedOn?: pulumi.Input<string>;
|
|
150
341
|
/**
|
|
151
|
-
* A unique name to identify the waiting room.
|
|
342
|
+
* A unique name to identify the waiting room. Only alphanumeric characters, hyphens and underscores are allowed.
|
|
152
343
|
*/
|
|
153
344
|
name?: pulumi.Input<string>;
|
|
154
345
|
/**
|
|
155
|
-
*
|
|
346
|
+
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number
|
|
347
|
+
* of users that are let in per minute. So it is possible that there is a little more or little less traffic coming to the
|
|
348
|
+
* route based on the traffic patterns at that time around the world.
|
|
156
349
|
*/
|
|
157
350
|
newUsersPerMinute?: pulumi.Input<number>;
|
|
158
351
|
/**
|
|
159
|
-
*
|
|
352
|
+
* An ISO 8601 timestamp that marks when the next event will begin queueing.
|
|
353
|
+
*/
|
|
354
|
+
nextEventPrequeueStartTime?: pulumi.Input<string>;
|
|
355
|
+
/**
|
|
356
|
+
* An ISO 8601 timestamp that marks when the next event will start.
|
|
357
|
+
*/
|
|
358
|
+
nextEventStartTime?: pulumi.Input<string>;
|
|
359
|
+
/**
|
|
360
|
+
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well.
|
|
361
|
+
* If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen.
|
|
362
|
+
* Wildcards and query parameters are not supported.
|
|
160
363
|
*/
|
|
161
364
|
path?: pulumi.Input<string>;
|
|
162
365
|
/**
|
|
163
|
-
* If queue_all is true
|
|
366
|
+
* If queue_all is `true`, all the traffic that is coming to a route will be sent to the waiting room. No new traffic can
|
|
367
|
+
* get to the route once this field is set and estimated time will become unavailable.
|
|
164
368
|
*/
|
|
165
369
|
queueAll?: pulumi.Input<boolean>;
|
|
166
370
|
/**
|
|
167
|
-
*
|
|
168
|
-
* `
|
|
371
|
+
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only
|
|
372
|
+
* available for the Waiting Room Advanced subscription. Regardless of the queueing method, if `queue_all` is enabled or an
|
|
373
|
+
* event is prequeueing, users in the waiting room will not be accepted to the origin. These users will always see a
|
|
374
|
+
* waiting room page that refreshes automatically. The valid queueing methods are: 1. `fifo` **(default)**:
|
|
375
|
+
* First-In-First-Out queue where customers gain access in the order they arrived. 2. `random`: Random queue where
|
|
376
|
+
* customers gain access randomly, regardless of arrival time. 3. `passthrough`: Users will pass directly through the
|
|
377
|
+
* waiting room and into the origin website. As a result, any configured limits will not be respected while this is
|
|
378
|
+
* enabled. This method can be used as an alternative to disabling a waiting room (with `suspended`) so that analytics are
|
|
379
|
+
* still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a
|
|
380
|
+
* waiting room event, or vice versa. 4. `reject`: Users will be immediately rejected from the waiting room. As a result,
|
|
381
|
+
* no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while
|
|
382
|
+
* performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are
|
|
383
|
+
* not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and
|
|
384
|
+
* otherwise blocks all traffic. For this case, the waiting room uses `reject`, and its events override this with `fifo`,
|
|
385
|
+
* `random`, or `passthrough`. When this queueing method is enabled and neither `queueAll` is enabled nor an event is
|
|
386
|
+
* prequeueing, the waiting room page **will not refresh automatically**.
|
|
169
387
|
*/
|
|
170
388
|
queueingMethod?: pulumi.Input<string>;
|
|
171
389
|
/**
|
|
172
|
-
* HTTP status code returned to a user while in the queue.
|
|
390
|
+
* HTTP status code returned to a user while in the queue.
|
|
173
391
|
*/
|
|
174
392
|
queueingStatusCode?: pulumi.Input<number>;
|
|
175
393
|
/**
|
|
176
|
-
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the
|
|
394
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by
|
|
395
|
+
* Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
177
396
|
*/
|
|
178
397
|
sessionDuration?: pulumi.Input<number>;
|
|
179
398
|
/**
|
|
180
|
-
* Suspends the waiting room.
|
|
399
|
+
* Suspends or allows traffic going to the waiting room. If set to `true`, the traffic will not go to the waiting room.
|
|
181
400
|
*/
|
|
182
401
|
suspended?: pulumi.Input<boolean>;
|
|
183
|
-
timeouts?: pulumi.Input<inputs.WaitingRoomTimeouts>;
|
|
184
402
|
/**
|
|
185
|
-
*
|
|
403
|
+
* Sets the total number of active user sessions on the route at a point in time. A route is a combination of host and path
|
|
404
|
+
* on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on
|
|
405
|
+
* the route. It is possible to have a situation where there are more or less active users sessions on the route based on
|
|
406
|
+
* the traffic patterns at that time around the world.
|
|
186
407
|
*/
|
|
187
408
|
totalActiveUsers?: pulumi.Input<number>;
|
|
188
|
-
waitingRoomId?: pulumi.Input<string>;
|
|
189
409
|
/**
|
|
190
|
-
*
|
|
410
|
+
* Identifier
|
|
191
411
|
*/
|
|
192
412
|
zoneId?: pulumi.Input<string>;
|
|
193
413
|
}
|
|
@@ -196,83 +416,183 @@ export interface WaitingRoomState {
|
|
|
196
416
|
*/
|
|
197
417
|
export interface WaitingRoomArgs {
|
|
198
418
|
/**
|
|
199
|
-
*
|
|
419
|
+
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this
|
|
420
|
+
* waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination
|
|
421
|
+
* must be unique to this and all other waiting rooms.
|
|
200
422
|
*/
|
|
201
423
|
additionalRoutes?: pulumi.Input<pulumi.Input<inputs.WaitingRoomAdditionalRoute>[]>;
|
|
202
424
|
/**
|
|
203
|
-
*
|
|
425
|
+
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting
|
|
426
|
+
* room, such as queue position.
|
|
427
|
+
*/
|
|
428
|
+
cookieAttributes?: pulumi.Input<inputs.WaitingRoomCookieAttributes>;
|
|
429
|
+
/**
|
|
430
|
+
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If
|
|
431
|
+
* `cookie_suffix` is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using
|
|
432
|
+
* `additional_routes`.
|
|
204
433
|
*/
|
|
205
434
|
cookieSuffix?: pulumi.Input<string>;
|
|
206
435
|
/**
|
|
207
|
-
* This is a
|
|
436
|
+
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the
|
|
437
|
+
* edge. If no custom_page_html is provided, the default waiting room will be used. The template is based on mustache (
|
|
438
|
+
* https://mustache.github.io/ ). There are several variables that are evaluated by the Cloudflare edge: 1.
|
|
439
|
+
* {{`waitTimeKnown`}} Acts like a boolean value that indicates the behavior to take when wait time is not available, for
|
|
440
|
+
* instance when queue_all is **true**. 2. {{`waitTimeFormatted`}} Estimated wait time for the user. For example, five
|
|
441
|
+
* minutes. Alternatively, you can use: 3. {{`waitTime`}} Number of minutes of estimated wait for a user. 4.
|
|
442
|
+
* {{`waitTimeHours`}} Number of hours of estimated wait for a user (`Math.floor(waitTime/60)`). 5.
|
|
443
|
+
* {{`waitTimeHourMinutes`}} Number of minutes above the `waitTimeHours` value (`waitTime%60`). 6. {{`queueIsFull`}}
|
|
444
|
+
* Changes to **true** when no more people can be added to the queue. To view the full list of variables, look at the
|
|
445
|
+
* `cfWaitingRoom` object described under the `json_response_enabled` property in other Waiting Room API calls.
|
|
208
446
|
*/
|
|
209
447
|
customPageHtml?: pulumi.Input<string>;
|
|
210
448
|
/**
|
|
211
|
-
* The language
|
|
212
|
-
*
|
|
449
|
+
* The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be
|
|
450
|
+
* used.
|
|
213
451
|
*/
|
|
214
452
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
215
453
|
/**
|
|
216
|
-
* A
|
|
454
|
+
* A note that you can use to add more details about the waiting room.
|
|
217
455
|
*/
|
|
218
456
|
description?: pulumi.Input<string>;
|
|
219
457
|
/**
|
|
220
|
-
* Disables automatic renewal of session cookies.
|
|
458
|
+
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If `true`, an
|
|
459
|
+
* accepted user will have session_duration minutes to browse the site. After that, they will have to go through the
|
|
460
|
+
* waiting room again. If `false`, a user's session cookie will be automatically renewed on every request.
|
|
221
461
|
*/
|
|
222
462
|
disableSessionRenewal?: pulumi.Input<boolean>;
|
|
223
463
|
/**
|
|
224
|
-
*
|
|
464
|
+
* A list of enabled origin commands.
|
|
225
465
|
*/
|
|
226
466
|
enabledOriginCommands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
227
467
|
/**
|
|
228
|
-
*
|
|
468
|
+
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or
|
|
469
|
+
* https://). The host and path combination must be unique.
|
|
229
470
|
*/
|
|
230
471
|
host: pulumi.Input<string>;
|
|
231
472
|
/**
|
|
232
|
-
* If true
|
|
473
|
+
* Only available for the Waiting Room Advanced subscription. If `true`, requests to the waiting room with the header
|
|
474
|
+
* `Accept: application/json` will receive a JSON response object with information on the user's status in the waiting room
|
|
475
|
+
* as opposed to the configured static HTML page. This JSON response object has one property `cfWaitingRoom` which is an
|
|
476
|
+
* object containing the following fields: 1. `inWaitingRoom`: Boolean indicating if the user is in the waiting room
|
|
477
|
+
* (always **true**). 2. `waitTimeKnown`: Boolean indicating if the current estimated wait times are accurate. If
|
|
478
|
+
* **false**, they are not available. 3. `waitTime`: Valid only when `waitTimeKnown` is **true**. Integer indicating the
|
|
479
|
+
* current estimated time in minutes the user will wait in the waiting room. When `queueingMethod` is **random**, this is
|
|
480
|
+
* set to `waitTime50Percentile`. 4. `waitTime25Percentile`: Valid only when `queueingMethod` is **random** and
|
|
481
|
+
* `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 25% of users that gain
|
|
482
|
+
* entry the fastest (25th percentile). 5. `waitTime50Percentile`: Valid only when `queueingMethod` is **random** and
|
|
483
|
+
* `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 50% of users that gain
|
|
484
|
+
* entry the fastest (50th percentile). In other words, half of the queued users are expected to let into the origin
|
|
485
|
+
* website before `waitTime50Percentile` and half are expected to be let in after it. 6. `waitTime75Percentile`: Valid only
|
|
486
|
+
* when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum
|
|
487
|
+
* wait time for the 75% of users that gain entry the fastest (75th percentile). 7. `waitTimeFormatted`: String displaying
|
|
488
|
+
* the `waitTime` formatted in English for users. If `waitTimeKnown` is **false**, `waitTimeFormatted` will display
|
|
489
|
+
* **unavailable**. 8. `queueIsFull`: Boolean indicating if the waiting room's queue is currently full and not accepting
|
|
490
|
+
* new users at the moment. 9. `queueAll`: Boolean indicating if all users will be queued in the waiting room and no one
|
|
491
|
+
* will be let into the origin website. 10. `lastUpdated`: String displaying the timestamp as an ISO 8601 string of the
|
|
492
|
+
* user's last attempt to leave the waiting room and be let into the origin website. The user is able to make another
|
|
493
|
+
* attempt after `refreshIntervalSeconds` past this time. If the user makes a request too soon, it will be ignored and
|
|
494
|
+
* `lastUpdated` will not change. 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after
|
|
495
|
+
* `lastUpdated` until the user is able to make another attempt to leave the waiting room and be let into the origin
|
|
496
|
+
* website. When the `queueingMethod` is `reject`, there is no specified refresh time — it will always be **zero**. 12.
|
|
497
|
+
* `queueingMethod`: The queueing method currently used by the waiting room. It is either **fifo**, **random**,
|
|
498
|
+
* **passthrough**, or **reject**. 13. `isFIFOQueue`: Boolean indicating if the waiting room uses a FIFO
|
|
499
|
+
* (First-In-First-Out) queue. 14. `isRandomQueue`: Boolean indicating if the waiting room uses a Random queue where users
|
|
500
|
+
* gain access randomly. 15. `isPassthroughQueue`: Boolean indicating if the waiting room uses a passthrough queue. Keep in
|
|
501
|
+
* mind that when passthrough is enabled, this JSON response will only exist when `queueAll` is **true** or
|
|
502
|
+
* `isEventPrequeueing` is **true** because in all other cases requests will go directly to the origin. 16.
|
|
503
|
+
* `isRejectQueue`: Boolean indicating if the waiting room uses a reject queue. 17. `isEventActive`: Boolean indicating if
|
|
504
|
+
* an event is currently occurring. Events are able to change a waiting room's behavior during a specified period of time.
|
|
505
|
+
* For additional information, look at the event properties `prequeue_start_time`, `event_start_time`, and `event_end_time`
|
|
506
|
+
* in the documentation for creating waiting room events. Events are considered active between these start and end times,
|
|
507
|
+
* as well as during the prequeueing period if it exists. 18. `isEventPrequeueing`: Valid only when `isEventActive` is
|
|
508
|
+
* **true**. Boolean indicating if an event is currently prequeueing users before it starts. 19. `timeUntilEventStart`:
|
|
509
|
+
* Valid only when `isEventPrequeueing` is **true**. Integer indicating the number of minutes until the event starts. 20.
|
|
510
|
+
* `timeUntilEventStartFormatted`: String displaying the `timeUntilEventStart` formatted in English for users. If
|
|
511
|
+
* `isEventPrequeueing` is **false**, `timeUntilEventStartFormatted` will display **unavailable**. 21. `timeUntilEventEnd`:
|
|
512
|
+
* Valid only when `isEventActive` is **true**. Integer indicating the number of minutes until the event ends. 22.
|
|
513
|
+
* `timeUntilEventEndFormatted`: String displaying the `timeUntilEventEnd` formatted in English for users. If
|
|
514
|
+
* `isEventActive` is **false**, `timeUntilEventEndFormatted` will display **unavailable**. 23. `shuffleAtEventStart`:
|
|
515
|
+
* Valid only when `isEventActive` is **true**. Boolean indicating if the users in the prequeue are shuffled randomly when
|
|
516
|
+
* the event starts. An example cURL to a waiting room could be: curl -X GET "https://example.com/waitingroom" \ -H
|
|
517
|
+
* "Accept: application/json" If `json_response_enabled` is **true** and the request hits the waiting room, an example JSON
|
|
518
|
+
* response when `queueingMethod` is **fifo** and no event is active could be: { "cfWaitingRoom": { "inWaitingRoom": true,
|
|
519
|
+
* "waitTimeKnown": true, "waitTime": 10, "waitTime25Percentile": 0, "waitTime50Percentile": 0, "waitTime75Percentile": 0,
|
|
520
|
+
* "waitTimeFormatted": "10 minutes", "queueIsFull": false, "queueAll": false, "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
521
|
+
* "refreshIntervalSeconds": 20, "queueingMethod": "fifo", "isFIFOQueue": true, "isRandomQueue": false,
|
|
522
|
+
* "isPassthroughQueue": false, "isRejectQueue": false, "isEventActive": false, "isEventPrequeueing": false,
|
|
523
|
+
* "timeUntilEventStart": 0, "timeUntilEventStartFormatted": "unavailable", "timeUntilEventEnd": 0,
|
|
524
|
+
* "timeUntilEventEndFormatted": "unavailable", "shuffleAtEventStart": false } } If `json_response_enabled` is **true** and
|
|
525
|
+
* the request hits the waiting room, an example JSON response when `queueingMethod` is **random** and an event is active
|
|
526
|
+
* could be: { "cfWaitingRoom": { "inWaitingRoom": true, "waitTimeKnown": true, "waitTime": 10, "waitTime25Percentile": 5,
|
|
527
|
+
* "waitTime50Percentile": 10, "waitTime75Percentile": 15, "waitTimeFormatted": "5 minutes to 15 minutes", "queueIsFull":
|
|
528
|
+
* false, "queueAll": false, "lastUpdated": "2020-08-03T23:46:00.000Z", "refreshIntervalSeconds": 20, "queueingMethod":
|
|
529
|
+
* "random", "isFIFOQueue": false, "isRandomQueue": true, "isPassthroughQueue": false, "isRejectQueue": false,
|
|
530
|
+
* "isEventActive": true, "isEventPrequeueing": false, "timeUntilEventStart": 0, "timeUntilEventStartFormatted":
|
|
531
|
+
* "unavailable", "timeUntilEventEnd": 15, "timeUntilEventEndFormatted": "15 minutes", "shuffleAtEventStart": true } }.
|
|
233
532
|
*/
|
|
234
533
|
jsonResponseEnabled?: pulumi.Input<boolean>;
|
|
235
534
|
/**
|
|
236
|
-
* A unique name to identify the waiting room.
|
|
535
|
+
* A unique name to identify the waiting room. Only alphanumeric characters, hyphens and underscores are allowed.
|
|
237
536
|
*/
|
|
238
537
|
name?: pulumi.Input<string>;
|
|
239
538
|
/**
|
|
240
|
-
*
|
|
539
|
+
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number
|
|
540
|
+
* of users that are let in per minute. So it is possible that there is a little more or little less traffic coming to the
|
|
541
|
+
* route based on the traffic patterns at that time around the world.
|
|
241
542
|
*/
|
|
242
543
|
newUsersPerMinute: pulumi.Input<number>;
|
|
243
544
|
/**
|
|
244
|
-
*
|
|
545
|
+
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well.
|
|
546
|
+
* If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen.
|
|
547
|
+
* Wildcards and query parameters are not supported.
|
|
245
548
|
*/
|
|
246
549
|
path?: pulumi.Input<string>;
|
|
247
550
|
/**
|
|
248
|
-
* If queue_all is true
|
|
551
|
+
* If queue_all is `true`, all the traffic that is coming to a route will be sent to the waiting room. No new traffic can
|
|
552
|
+
* get to the route once this field is set and estimated time will become unavailable.
|
|
249
553
|
*/
|
|
250
554
|
queueAll?: pulumi.Input<boolean>;
|
|
251
555
|
/**
|
|
252
|
-
*
|
|
253
|
-
* `
|
|
556
|
+
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only
|
|
557
|
+
* available for the Waiting Room Advanced subscription. Regardless of the queueing method, if `queue_all` is enabled or an
|
|
558
|
+
* event is prequeueing, users in the waiting room will not be accepted to the origin. These users will always see a
|
|
559
|
+
* waiting room page that refreshes automatically. The valid queueing methods are: 1. `fifo` **(default)**:
|
|
560
|
+
* First-In-First-Out queue where customers gain access in the order they arrived. 2. `random`: Random queue where
|
|
561
|
+
* customers gain access randomly, regardless of arrival time. 3. `passthrough`: Users will pass directly through the
|
|
562
|
+
* waiting room and into the origin website. As a result, any configured limits will not be respected while this is
|
|
563
|
+
* enabled. This method can be used as an alternative to disabling a waiting room (with `suspended`) so that analytics are
|
|
564
|
+
* still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a
|
|
565
|
+
* waiting room event, or vice versa. 4. `reject`: Users will be immediately rejected from the waiting room. As a result,
|
|
566
|
+
* no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while
|
|
567
|
+
* performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are
|
|
568
|
+
* not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and
|
|
569
|
+
* otherwise blocks all traffic. For this case, the waiting room uses `reject`, and its events override this with `fifo`,
|
|
570
|
+
* `random`, or `passthrough`. When this queueing method is enabled and neither `queueAll` is enabled nor an event is
|
|
571
|
+
* prequeueing, the waiting room page **will not refresh automatically**.
|
|
254
572
|
*/
|
|
255
573
|
queueingMethod?: pulumi.Input<string>;
|
|
256
574
|
/**
|
|
257
|
-
* HTTP status code returned to a user while in the queue.
|
|
575
|
+
* HTTP status code returned to a user while in the queue.
|
|
258
576
|
*/
|
|
259
577
|
queueingStatusCode?: pulumi.Input<number>;
|
|
260
578
|
/**
|
|
261
|
-
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the
|
|
579
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by
|
|
580
|
+
* Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
262
581
|
*/
|
|
263
582
|
sessionDuration?: pulumi.Input<number>;
|
|
264
583
|
/**
|
|
265
|
-
* Suspends the waiting room.
|
|
584
|
+
* Suspends or allows traffic going to the waiting room. If set to `true`, the traffic will not go to the waiting room.
|
|
266
585
|
*/
|
|
267
586
|
suspended?: pulumi.Input<boolean>;
|
|
268
|
-
timeouts?: pulumi.Input<inputs.WaitingRoomTimeouts>;
|
|
269
587
|
/**
|
|
270
|
-
*
|
|
588
|
+
* Sets the total number of active user sessions on the route at a point in time. A route is a combination of host and path
|
|
589
|
+
* on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on
|
|
590
|
+
* the route. It is possible to have a situation where there are more or less active users sessions on the route based on
|
|
591
|
+
* the traffic patterns at that time around the world.
|
|
271
592
|
*/
|
|
272
593
|
totalActiveUsers: pulumi.Input<number>;
|
|
273
|
-
waitingRoomId?: pulumi.Input<string>;
|
|
274
594
|
/**
|
|
275
|
-
*
|
|
595
|
+
* Identifier
|
|
276
596
|
*/
|
|
277
597
|
zoneId: pulumi.Input<string>;
|
|
278
598
|
}
|