@bitphinix/sst-provider-cloudflare5 5.1.0 → 5.16.0-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 +4 -1
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +22 -13
- package/bin/account.js +2 -3
- package/bin/account.js.map +1 -1
- package/bin/accountDnsSettings.d.ts +53 -0
- package/bin/{dnsSettings.js → accountDnsSettings.js} +13 -12
- package/bin/accountDnsSettings.js.map +1 -0
- package/bin/{dnsSettingsInternalView.d.ts → accountDnsSettingsInternalView.d.ts} +14 -14
- package/bin/{dnsSettingsInternalView.js → accountDnsSettingsInternalView.js} +10 -10
- package/bin/accountDnsSettingsInternalView.js.map +1 -0
- package/bin/accountMember.d.ts +13 -4
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +8 -15
- package/bin/accountSubscription.js +0 -2
- package/bin/accountSubscription.js.map +1 -1
- package/bin/accountToken.d.ts +8 -5
- package/bin/accountToken.js +2 -0
- package/bin/accountToken.js.map +1 -1
- package/bin/addressMap.d.ts +12 -26
- package/bin/addressMap.js.map +1 -1
- package/bin/apiShield.d.ts +3 -15
- package/bin/apiShield.js +0 -6
- package/bin/apiShield.js.map +1 -1
- package/bin/apiShieldDiscoveryOperation.d.ts +18 -12
- package/bin/apiShieldDiscoveryOperation.js.map +1 -1
- package/bin/apiShieldOperation.d.ts +11 -14
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +27 -18
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +9 -3
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +51 -24
- package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/apiToken.d.ts +8 -5
- package/bin/apiToken.js +2 -0
- package/bin/apiToken.js.map +1 -1
- package/bin/argoSmartRouting.d.ts +25 -6
- package/bin/argoSmartRouting.js +4 -0
- package/bin/argoSmartRouting.js.map +1 -1
- package/bin/argoTieredCaching.d.ts +8 -5
- package/bin/argoTieredCaching.js.map +1 -1
- package/bin/authenticatedOriginPulls.d.ts +9 -5
- package/bin/authenticatedOriginPulls.js +2 -0
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +8 -10
- package/bin/authenticatedOriginPullsCertificate.js +4 -2
- package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/authenticatedOriginPullsSettings.d.ts +60 -0
- package/bin/authenticatedOriginPullsSettings.js +57 -0
- package/bin/authenticatedOriginPullsSettings.js.map +1 -0
- package/bin/botManagement.d.ts +98 -37
- package/bin/botManagement.js +8 -0
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +62 -2
- package/bin/byoIpPrefix.js +10 -3
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/callsSfuApp.js +2 -0
- package/bin/callsSfuApp.js.map +1 -1
- package/bin/callsTurnApp.js +2 -0
- package/bin/callsTurnApp.js.map +1 -1
- package/bin/certificatePack.d.ts +61 -22
- package/bin/certificatePack.js +8 -3
- package/bin/certificatePack.js.map +1 -1
- package/bin/cloudConnectorRules.d.ts +5 -36
- package/bin/cloudConnectorRules.js +0 -13
- package/bin/cloudConnectorRules.js.map +1 -1
- package/bin/cloudforceOneRequest.d.ts +36 -31
- package/bin/cloudforceOneRequest.js +4 -4
- package/bin/cloudforceOneRequest.js.map +1 -1
- package/bin/cloudforceOneRequestAsset.d.ts +31 -31
- package/bin/cloudforceOneRequestAsset.js +8 -8
- package/bin/cloudforceOneRequestAsset.js.map +1 -1
- package/bin/cloudforceOneRequestMessage.d.ts +25 -25
- package/bin/cloudforceOneRequestMessage.js +8 -8
- package/bin/cloudforceOneRequestMessage.js.map +1 -1
- package/bin/cloudforceOneRequestPriority.d.ts +37 -32
- package/bin/cloudforceOneRequestPriority.js +4 -4
- package/bin/cloudforceOneRequestPriority.js.map +1 -1
- package/bin/config/vars.d.ts +5 -13
- package/bin/config/vars.js.map +1 -1
- package/bin/connectivityDirectoryService.d.ts +80 -0
- package/bin/connectivityDirectoryService.js +74 -0
- package/bin/connectivityDirectoryService.js.map +1 -0
- package/bin/contentScanning.d.ts +71 -0
- package/bin/contentScanning.js +59 -0
- package/bin/contentScanning.js.map +1 -0
- package/bin/contentScanningExpression.d.ts +3 -11
- package/bin/contentScanningExpression.js +0 -2
- package/bin/contentScanningExpression.js.map +1 -1
- package/bin/customHostname.d.ts +8 -12
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +5 -3
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customPages.d.ts +112 -0
- package/bin/customPages.js +73 -0
- package/bin/customPages.js.map +1 -0
- package/bin/customSsl.d.ts +23 -52
- package/bin/customSsl.js +3 -1
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +35 -6
- package/bin/d1database.js +4 -0
- package/bin/d1database.js.map +1 -1
- package/bin/dnsFirewall.d.ts +87 -27
- package/bin/dnsFirewall.js.map +1 -1
- package/bin/dnsRecord.d.ts +11 -11
- package/bin/dnsZoneTransfersAcl.d.ts +3 -9
- package/bin/dnsZoneTransfersAcl.js.map +1 -1
- package/bin/dnsZoneTransfersIncoming.d.ts +7 -4
- package/bin/dnsZoneTransfersIncoming.js +0 -3
- package/bin/dnsZoneTransfersIncoming.js.map +1 -1
- package/bin/dnsZoneTransfersPeer.d.ts +3 -9
- package/bin/dnsZoneTransfersPeer.js.map +1 -1
- package/bin/dnsZoneTransfersTsig.js +3 -1
- package/bin/dnsZoneTransfersTsig.js.map +1 -1
- package/bin/emailRoutingAddress.d.ts +7 -3
- package/bin/emailRoutingAddress.js.map +1 -1
- package/bin/emailRoutingCatchAll.d.ts +7 -3
- package/bin/emailRoutingCatchAll.js.map +1 -1
- package/bin/emailRoutingDns.d.ts +11 -5
- package/bin/emailRoutingDns.js.map +1 -1
- package/bin/emailRoutingRule.d.ts +7 -3
- package/bin/emailRoutingRule.js.map +1 -1
- package/bin/emailRoutingSettings.d.ts +9 -3
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/emailSecurityBlockSender.d.ts +9 -0
- package/bin/emailSecurityBlockSender.js.map +1 -1
- package/bin/emailSecurityImpersonationRegistry.d.ts +6 -0
- package/bin/emailSecurityImpersonationRegistry.js.map +1 -1
- package/bin/emailSecurityTrustedDomains.d.ts +16 -10
- package/bin/emailSecurityTrustedDomains.js.map +1 -1
- package/bin/filter.d.ts +28 -14
- package/bin/filter.js +7 -5
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +5 -7
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccount.d.ts +2 -0
- package/bin/getAccount.js.map +1 -1
- package/bin/getAccountApiTokenPermissionGroups.d.ts +31 -0
- package/bin/getAccountApiTokenPermissionGroups.js +26 -0
- package/bin/getAccountApiTokenPermissionGroups.js.map +1 -0
- package/bin/getAccountApiTokenPermissionGroupsList.d.ts +36 -0
- package/bin/getAccountApiTokenPermissionGroupsList.js +28 -0
- package/bin/getAccountApiTokenPermissionGroupsList.js.map +1 -0
- package/bin/getAccountDnsSettings.d.ts +27 -0
- package/bin/getAccountDnsSettings.js +22 -0
- package/bin/getAccountDnsSettings.js.map +1 -0
- package/bin/getAccountDnsSettingsInternalView.d.ts +34 -0
- package/bin/{getDnsSettingsInternalView.js → getAccountDnsSettingsInternalView.js} +8 -8
- package/bin/getAccountDnsSettingsInternalView.js.map +1 -0
- package/bin/getAccountDnsSettingsInternalViews.d.ts +49 -0
- package/bin/{getDnsSettingsInternalViews.js → getAccountDnsSettingsInternalViews.js} +8 -8
- package/bin/getAccountDnsSettingsInternalViews.js.map +1 -0
- package/bin/getAccountMember.d.ts +1 -0
- package/bin/getAccountMember.js.map +1 -1
- package/bin/getAccountPermissionGroup.d.ts +28 -0
- package/bin/{getPermissionGroup.js → getAccountPermissionGroup.js} +8 -8
- package/bin/getAccountPermissionGroup.js.map +1 -0
- package/bin/getAccountPermissionGroups.d.ts +35 -0
- package/bin/{getPermissionGroups.js → getAccountPermissionGroups.js} +8 -8
- package/bin/getAccountPermissionGroups.js.map +1 -0
- package/bin/getAddressMap.d.ts +3 -3
- package/bin/getApiShield.d.ts +3 -6
- package/bin/getApiShield.js +2 -2
- package/bin/getApiShield.js.map +1 -1
- package/bin/getApiShieldSchema.d.ts +2 -0
- package/bin/getApiShieldSchema.js +2 -0
- package/bin/getApiShieldSchema.js.map +1 -1
- package/bin/getApiShieldSchemaValidationSettings.d.ts +0 -3
- package/bin/getApiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/getApiTokenPermissionGroupsList.d.ts +33 -0
- package/bin/{getApiTokenPermissionsGroupsList.js → getApiTokenPermissionGroupsList.js} +14 -10
- package/bin/getApiTokenPermissionGroupsList.js.map +1 -0
- package/bin/getArgoSmartRouting.d.ts +3 -3
- package/bin/getAuthenticatedOriginPulls.d.ts +2 -0
- package/bin/getAuthenticatedOriginPulls.js +2 -0
- package/bin/getAuthenticatedOriginPulls.js.map +1 -1
- package/bin/getAuthenticatedOriginPullsSettings.d.ts +26 -0
- package/bin/getAuthenticatedOriginPullsSettings.js +22 -0
- package/bin/getAuthenticatedOriginPullsSettings.js.map +1 -0
- package/bin/getBotManagement.d.ts +4 -3
- package/bin/getBotManagement.js.map +1 -1
- package/bin/getByoIpPrefix.d.ts +24 -5
- package/bin/getByoIpPrefix.js +2 -2
- package/bin/getByoIpPrefix.js.map +1 -1
- package/bin/getCertificatePack.d.ts +19 -6
- package/bin/getCertificatePack.js +2 -0
- package/bin/getCertificatePack.js.map +1 -1
- package/bin/getCloudConnectorRules.d.ts +24 -0
- package/bin/{getCloudConnectorRulesList.js → getCloudConnectorRules.js} +8 -10
- package/bin/getCloudConnectorRules.js.map +1 -0
- package/bin/getCloudforceOneRequest.d.ts +11 -6
- package/bin/getCloudforceOneRequest.js +6 -4
- package/bin/getCloudforceOneRequest.js.map +1 -1
- package/bin/getCloudforceOneRequestAsset.d.ts +10 -10
- package/bin/getCloudforceOneRequestAsset.js +6 -6
- package/bin/getCloudforceOneRequestAsset.js.map +1 -1
- package/bin/getCloudforceOneRequestMessage.d.ts +25 -7
- package/bin/getCloudforceOneRequestMessage.js +16 -4
- package/bin/getCloudforceOneRequestMessage.js.map +1 -1
- package/bin/getCloudforceOneRequestPriority.d.ts +6 -6
- package/bin/getCloudforceOneRequestPriority.js +4 -4
- package/bin/getCloudforceOneRequestPriority.js.map +1 -1
- package/bin/getCloudforceOneRequests.d.ts +33 -3
- package/bin/getCloudforceOneRequests.js +22 -2
- package/bin/getCloudforceOneRequests.js.map +1 -1
- package/bin/getConnectivityDirectoryService.d.ts +37 -0
- package/bin/getConnectivityDirectoryService.js +26 -0
- package/bin/getConnectivityDirectoryService.js.map +1 -0
- package/bin/getConnectivityDirectoryServices.d.ts +33 -0
- package/bin/getConnectivityDirectoryServices.js +26 -0
- package/bin/getConnectivityDirectoryServices.js.map +1 -0
- package/bin/getContentScanning.d.ts +27 -0
- package/bin/getContentScanning.js +22 -0
- package/bin/getContentScanning.js.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.d.ts +0 -3
- package/bin/getCustomHostnameFallbackOrigin.js.map +1 -1
- package/bin/getCustomPages.d.ts +35 -0
- package/bin/{getDnsSettings.js → getCustomPages.js} +10 -10
- package/bin/getCustomPages.js.map +1 -0
- package/bin/getCustomPagesList.d.ts +33 -0
- package/bin/getCustomPagesList.js +28 -0
- package/bin/getCustomPagesList.js.map +1 -0
- package/bin/getCustomSsl.d.ts +4 -2
- package/bin/getCustomSsl.js +2 -2
- package/bin/getCustomSsl.js.map +1 -1
- package/bin/getD1Database.d.ts +1 -0
- package/bin/getD1Database.js.map +1 -1
- package/bin/getDnsFirewall.d.ts +3 -3
- package/bin/getDnsZoneTransfersAcl.d.ts +3 -3
- package/bin/getDnsZoneTransfersPeer.d.ts +3 -3
- package/bin/getDnsZoneTransfersTsig.d.ts +3 -3
- package/bin/getEmailRoutingAddress.d.ts +3 -0
- package/bin/getEmailRoutingAddress.js.map +1 -1
- package/bin/getEmailRoutingCatchAll.d.ts +3 -0
- package/bin/getEmailRoutingCatchAll.js.map +1 -1
- package/bin/getEmailRoutingDns.d.ts +0 -3
- package/bin/getEmailRoutingDns.js.map +1 -1
- package/bin/getEmailRoutingRule.d.ts +3 -0
- package/bin/getEmailRoutingRule.js.map +1 -1
- package/bin/getEmailRoutingSettings.d.ts +3 -0
- package/bin/getEmailRoutingSettings.js.map +1 -1
- package/bin/getEmailSecurityBlockSenders.d.ts +3 -0
- package/bin/getEmailSecurityBlockSenders.js +2 -0
- package/bin/getEmailSecurityBlockSenders.js.map +1 -1
- package/bin/getEmailSecurityImpersonationRegistry.d.ts +3 -0
- package/bin/getEmailSecurityImpersonationRegistry.js.map +1 -1
- package/bin/getEmailSecurityTrustedDomainsList.d.ts +3 -0
- package/bin/getEmailSecurityTrustedDomainsList.js +2 -0
- package/bin/getEmailSecurityTrustedDomainsList.js.map +1 -1
- package/bin/getHealthcheck.d.ts +3 -3
- package/bin/getHostnameTlsSetting.d.ts +0 -3
- package/bin/getHostnameTlsSetting.js.map +1 -1
- package/bin/getHyperdriveConfig.d.ts +2 -0
- package/bin/getHyperdriveConfig.js.map +1 -1
- package/bin/getImage.d.ts +1 -0
- package/bin/getImage.js.map +1 -1
- package/bin/getImageVariant.d.ts +0 -3
- package/bin/getImageVariant.js.map +1 -1
- package/bin/getImages.d.ts +3 -0
- package/bin/getImages.js +2 -0
- package/bin/getImages.js.map +1 -1
- package/bin/getKeylessCertificate.d.ts +3 -3
- package/bin/getLeakedCredentialCheckRule.d.ts +27 -0
- package/bin/getLeakedCredentialCheckRule.js +24 -0
- package/bin/getLeakedCredentialCheckRule.js.map +1 -0
- package/bin/getList.d.ts +8 -3
- package/bin/getList.js +2 -0
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +3 -3
- package/bin/getListItem.js +2 -2
- package/bin/getListItem.js.map +1 -1
- package/bin/getListItems.d.ts +3 -0
- package/bin/getListItems.js +2 -0
- package/bin/getListItems.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +3 -15
- package/bin/getLoadBalancer.js +0 -8
- package/bin/getLoadBalancer.js.map +1 -1
- package/bin/getLoadBalancerMonitor.d.ts +3 -3
- package/bin/getLoadBalancerPool.d.ts +1 -0
- package/bin/getLoadBalancerPool.js.map +1 -1
- package/bin/getLogpullRetention.d.ts +0 -3
- package/bin/getLogpullRetention.js.map +1 -1
- package/bin/getLogpushDatasetField.d.ts +4 -4
- package/bin/getLogpushDatasetField.js +2 -0
- package/bin/getLogpushDatasetField.js.map +1 -1
- package/bin/getLogpushDatasetJob.d.ts +10 -4
- package/bin/getLogpushDatasetJob.js +2 -0
- package/bin/getLogpushDatasetJob.js.map +1 -1
- package/bin/getLogpushJob.d.ts +11 -5
- package/bin/getLogpushJob.js +0 -2
- package/bin/getLogpushJob.js.map +1 -1
- package/bin/getMagicNetworkMonitoringRule.d.ts +7 -3
- package/bin/getMagicNetworkMonitoringRule.js.map +1 -1
- package/bin/getMagicTransitConnector.d.ts +4 -3
- package/bin/getMagicTransitConnector.js.map +1 -1
- package/bin/getMagicTransitSiteAcl.d.ts +3 -3
- package/bin/getMagicTransitSiteLan.d.ts +5 -3
- package/bin/getMagicTransitSiteLan.js +2 -0
- package/bin/getMagicTransitSiteLan.js.map +1 -1
- package/bin/getMagicTransitSiteWan.d.ts +5 -3
- package/bin/getMagicTransitSiteWan.js +2 -0
- package/bin/getMagicTransitSiteWan.js.map +1 -1
- package/bin/getMagicWanGreTunnel.d.ts +0 -3
- package/bin/getMagicWanGreTunnel.js.map +1 -1
- package/bin/getMagicWanIpsecTunnel.d.ts +0 -3
- package/bin/getMagicWanIpsecTunnel.js.map +1 -1
- package/bin/getMagicWanStaticRoute.d.ts +0 -3
- package/bin/getMagicWanStaticRoute.js.map +1 -1
- package/bin/getManagedTransforms.d.ts +0 -3
- package/bin/getManagedTransforms.js.map +1 -1
- package/bin/getMtlsCertificate.d.ts +3 -3
- package/bin/getNotificationPolicy.d.ts +3 -3
- package/bin/getNotificationPolicyWebhooks.d.ts +3 -3
- package/bin/getObservatoryScheduledTest.d.ts +4 -0
- package/bin/getObservatoryScheduledTest.js +4 -0
- package/bin/getObservatoryScheduledTest.js.map +1 -1
- package/bin/getOrganization.d.ts +32 -0
- package/bin/getOrganization.js +26 -0
- package/bin/getOrganization.js.map +1 -0
- package/bin/getOrganizationProfile.d.ts +30 -0
- package/bin/getOrganizationProfile.js +22 -0
- package/bin/getOrganizationProfile.js.map +1 -0
- package/bin/getOrganizations.d.ts +42 -0
- package/bin/getOrganizations.js +36 -0
- package/bin/getOrganizations.js.map +1 -0
- package/bin/getOriginCaCertificates.d.ts +11 -5
- package/bin/getOriginCaCertificates.js +4 -2
- package/bin/getOriginCaCertificates.js.map +1 -1
- package/bin/getPageShieldPolicy.d.ts +3 -3
- package/bin/getPagesDomain.d.ts +3 -3
- package/bin/getPagesProject.d.ts +5 -0
- package/bin/getPagesProject.js.map +1 -1
- package/bin/getQueue.d.ts +2 -2
- package/bin/getQueueConsumer.d.ts +2 -0
- package/bin/getQueueConsumer.js +2 -0
- package/bin/getQueueConsumer.js.map +1 -1
- package/bin/getQueueConsumers.d.ts +33 -0
- package/bin/getQueueConsumers.js +26 -0
- package/bin/getQueueConsumers.js.map +1 -0
- package/bin/getR2Bucket.d.ts +1 -3
- package/bin/getR2Bucket.js.map +1 -1
- package/bin/getR2BucketEventNotification.d.ts +5 -1
- package/bin/getR2BucketEventNotification.js +2 -0
- package/bin/getR2BucketEventNotification.js.map +1 -1
- package/bin/getR2CustomDomain.d.ts +3 -3
- package/bin/getR2CustomDomain.js +2 -2
- package/bin/getR2CustomDomain.js.map +1 -1
- package/bin/getRateLimit.d.ts +3 -3
- package/bin/getRegionalHostname.d.ts +3 -2
- package/bin/getRegionalHostname.js.map +1 -1
- package/bin/getRuleset.d.ts +14 -1
- package/bin/getRuleset.js +2 -0
- package/bin/getRuleset.js.map +1 -1
- package/bin/getRulesets.d.ts +4 -0
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSchemaValidationOperationSettings.d.ts +29 -0
- package/bin/getSchemaValidationOperationSettings.js +24 -0
- package/bin/getSchemaValidationOperationSettings.js.map +1 -0
- package/bin/getSchemaValidationOperationSettingsList.d.ts +30 -0
- package/bin/getSchemaValidationOperationSettingsList.js +24 -0
- package/bin/getSchemaValidationOperationSettingsList.js.map +1 -0
- package/bin/getSchemaValidationSchemas.d.ts +38 -0
- package/bin/getSchemaValidationSchemas.js +28 -0
- package/bin/getSchemaValidationSchemas.js.map +1 -0
- package/bin/getSchemaValidationSchemasList.d.ts +36 -0
- package/bin/getSchemaValidationSchemasList.js +28 -0
- package/bin/getSchemaValidationSchemasList.js.map +1 -0
- package/bin/getSchemaValidationSettings.d.ts +27 -0
- package/bin/getSchemaValidationSettings.js +22 -0
- package/bin/getSchemaValidationSettings.js.map +1 -0
- package/bin/getSnippet.d.ts +30 -0
- package/bin/getSnippet.js +24 -0
- package/bin/getSnippet.js.map +1 -0
- package/bin/getSnippetList.d.ts +30 -0
- package/bin/getSnippetList.js +24 -0
- package/bin/getSnippetList.js.map +1 -0
- package/bin/getSnippets.d.ts +2 -0
- package/bin/getSnippets.js +2 -0
- package/bin/getSnippets.js.map +1 -1
- package/bin/getSpectrumApplication.d.ts +7 -3
- package/bin/getSpectrumApplication.js +2 -0
- package/bin/getSpectrumApplication.js.map +1 -1
- package/bin/getSsoConnector.d.ts +32 -0
- package/bin/getSsoConnector.js +24 -0
- package/bin/getSsoConnector.js.map +1 -0
- package/bin/getSsoConnectors.d.ts +30 -0
- package/bin/getSsoConnectors.js +24 -0
- package/bin/getSsoConnectors.js.map +1 -0
- package/bin/getStreamCaptionLanguage.d.ts +2 -0
- package/bin/getStreamCaptionLanguage.js +2 -0
- package/bin/getStreamCaptionLanguage.js.map +1 -1
- package/bin/getStreams.d.ts +3 -0
- package/bin/getStreams.js +2 -0
- package/bin/getStreams.js.map +1 -1
- package/bin/getTokenValidationConfig.d.ts +33 -0
- package/bin/getTokenValidationConfig.js +24 -0
- package/bin/getTokenValidationConfig.js.map +1 -0
- package/bin/getTokenValidationConfigs.d.ts +30 -0
- package/bin/getTokenValidationConfigs.js +24 -0
- package/bin/getTokenValidationConfigs.js.map +1 -0
- package/bin/getTokenValidationRules.d.ts +38 -0
- package/bin/getTokenValidationRules.js +26 -0
- package/bin/getTokenValidationRules.js.map +1 -0
- package/bin/getTokenValidationRulesList.d.ts +47 -0
- package/bin/getTokenValidationRulesList.js +38 -0
- package/bin/getTokenValidationRulesList.js.map +1 -0
- package/bin/getTotalTls.d.ts +0 -3
- package/bin/getTotalTls.js.map +1 -1
- package/bin/getUniversalSslSetting.d.ts +23 -0
- package/bin/getUniversalSslSetting.js +22 -0
- package/bin/getUniversalSslSetting.js.map +1 -0
- package/bin/getUrlNormalizationSettings.d.ts +0 -3
- package/bin/getUrlNormalizationSettings.js.map +1 -1
- package/bin/getUser.d.ts +14 -3
- package/bin/getUser.js.map +1 -1
- package/bin/getUserAgentBlockingRule.d.ts +12 -6
- package/bin/getUserAgentBlockingRule.js +2 -0
- package/bin/getUserAgentBlockingRule.js.map +1 -1
- package/bin/getUserAgentBlockingRules.d.ts +6 -6
- package/bin/getUserAgentBlockingRules.js +4 -4
- package/bin/getUserAgentBlockingRules.js.map +1 -1
- package/bin/getWaitingRoom.d.ts +3 -3
- package/bin/getWaitingRoomEvent.d.ts +5 -3
- package/bin/getWaitingRoomEvent.js.map +1 -1
- package/bin/getWaitingRoomSettings.d.ts +0 -3
- package/bin/getWaitingRoomSettings.js.map +1 -1
- package/bin/getWaitingRooms.d.ts +8 -5
- package/bin/getWaitingRooms.js +4 -0
- package/bin/getWaitingRooms.js.map +1 -1
- package/bin/getWeb3Hostname.d.ts +3 -3
- package/bin/getWorker.d.ts +35 -0
- package/bin/getWorker.js +24 -0
- package/bin/getWorker.js.map +1 -0
- package/bin/getWorkerVersion.d.ts +51 -0
- package/bin/{getWorkersSecret.js → getWorkerVersion.js} +14 -14
- package/bin/getWorkerVersion.js.map +1 -0
- package/bin/getWorkerVersions.d.ts +33 -0
- package/bin/{getWorkersSecrets.js → getWorkerVersions.js} +10 -12
- package/bin/getWorkerVersions.js.map +1 -0
- package/bin/getWorkers.d.ts +30 -0
- package/bin/getWorkers.js +24 -0
- package/bin/getWorkers.js.map +1 -0
- package/bin/getWorkersCronTrigger.d.ts +0 -3
- package/bin/getWorkersCronTrigger.js.map +1 -1
- package/bin/getWorkersCustomDomain.d.ts +3 -0
- package/bin/getWorkersCustomDomain.js.map +1 -1
- package/bin/getWorkersDeployment.d.ts +9 -4
- package/bin/getWorkersDeployment.js +2 -0
- package/bin/getWorkersDeployment.js.map +1 -1
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +4 -3
- package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/getWorkersKv.d.ts +0 -3
- package/bin/getWorkersKv.js.map +1 -1
- package/bin/getWorkersScript.d.ts +8 -6
- package/bin/getWorkersScript.js +2 -0
- package/bin/getWorkersScript.js.map +1 -1
- package/bin/getWorkersScripts.d.ts +3 -0
- package/bin/getWorkersScripts.js +2 -0
- package/bin/getWorkersScripts.js.map +1 -1
- package/bin/getWorkflow.d.ts +37 -0
- package/bin/getWorkflow.js +26 -0
- package/bin/getWorkflow.js.map +1 -0
- package/bin/getWorkflows.d.ts +33 -0
- package/bin/getWorkflows.js +26 -0
- package/bin/getWorkflows.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.d.ts +37 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.d.ts +33 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.d.ts +46 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.d.ts +33 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.js.map +1 -0
- package/bin/getZeroTrustAccessApplication.d.ts +5 -2
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +3 -0
- package/bin/getZeroTrustAccessApplications.js +2 -0
- package/bin/getZeroTrustAccessApplications.js.map +1 -1
- package/bin/getZeroTrustAccessCustomPage.d.ts +3 -6
- package/bin/getZeroTrustAccessCustomPage.js.map +1 -1
- package/bin/getZeroTrustAccessGroup.d.ts +0 -2
- package/bin/getZeroTrustAccessGroup.js.map +1 -1
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +0 -3
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -1
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +5 -7
- package/bin/getZeroTrustAccessMtlsCertificate.js +0 -2
- package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/getZeroTrustAccessPolicy.d.ts +3 -3
- package/bin/getZeroTrustAccessServiceToken.d.ts +0 -3
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -1
- package/bin/getZeroTrustAccessTag.d.ts +3 -6
- package/bin/getZeroTrustAccessTag.js.map +1 -1
- package/bin/getZeroTrustDeviceCustomProfile.d.ts +4 -2
- package/bin/getZeroTrustDeviceCustomProfile.js.map +1 -1
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +0 -3
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfile.d.ts +2 -3
- package/bin/getZeroTrustDeviceDefaultProfile.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts +1 -0
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +0 -3
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +2 -2
- package/bin/getZeroTrustDevicePostureIntegration.d.ts +3 -3
- package/bin/getZeroTrustDevicePostureRule.d.ts +3 -3
- package/bin/getZeroTrustDeviceSettings.d.ts +34 -0
- package/bin/getZeroTrustDeviceSettings.js +22 -0
- package/bin/getZeroTrustDeviceSettings.js.map +1 -0
- package/bin/getZeroTrustDexTest.d.ts +6 -3
- package/bin/getZeroTrustDexTest.js +2 -0
- package/bin/getZeroTrustDexTest.js.map +1 -1
- package/bin/getZeroTrustDlpCustomEntries.d.ts +30 -0
- package/bin/getZeroTrustDlpCustomEntries.js +24 -0
- package/bin/getZeroTrustDlpCustomEntries.js.map +1 -0
- package/bin/getZeroTrustDlpCustomEntry.d.ts +40 -0
- package/bin/getZeroTrustDlpCustomEntry.js +24 -0
- package/bin/getZeroTrustDlpCustomEntry.js.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts +3 -0
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -1
- package/bin/getZeroTrustDlpDataset.d.ts +1 -0
- package/bin/getZeroTrustDlpDataset.js.map +1 -1
- package/bin/getZeroTrustDlpEntry.d.ts +7 -3
- package/bin/getZeroTrustDlpEntry.js.map +1 -1
- package/bin/getZeroTrustDlpIntegrationEntries.d.ts +30 -0
- package/bin/getZeroTrustDlpIntegrationEntries.js +24 -0
- package/bin/getZeroTrustDlpIntegrationEntries.js.map +1 -0
- package/bin/getZeroTrustDlpIntegrationEntry.d.ts +40 -0
- package/bin/getZeroTrustDlpIntegrationEntry.js +24 -0
- package/bin/getZeroTrustDlpIntegrationEntry.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedEntries.d.ts +30 -0
- package/bin/getZeroTrustDlpPredefinedEntries.js +24 -0
- package/bin/{getApiTokenPermissionsGroupsList.js.map → getZeroTrustDlpPredefinedEntries.js.map} +1 -1
- package/bin/getZeroTrustDlpPredefinedEntry.d.ts +40 -0
- package/bin/getZeroTrustDlpPredefinedEntry.js +24 -0
- package/bin/getZeroTrustDlpPredefinedEntry.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +4 -5
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -1
- package/bin/getZeroTrustDnsLocation.d.ts +3 -3
- package/bin/getZeroTrustGatewayCertificate.d.ts +3 -3
- package/bin/getZeroTrustGatewayPolicy.d.ts +7 -3
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -1
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/getZeroTrustGatewayProxyEndpoints.d.ts +30 -0
- package/bin/getZeroTrustGatewayProxyEndpoints.js +24 -0
- package/bin/getZeroTrustGatewayProxyEndpoints.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +0 -3
- package/bin/getZeroTrustGatewaySettings.js.map +1 -1
- package/bin/getZeroTrustList.d.ts +1 -0
- package/bin/getZeroTrustList.js.map +1 -1
- package/bin/getZeroTrustNetworkHostnameRoute.d.ts +36 -0
- package/bin/getZeroTrustNetworkHostnameRoute.js +26 -0
- package/bin/getZeroTrustNetworkHostnameRoute.js.map +1 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.d.ts +44 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.js +36 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.js.map +1 -0
- package/bin/getZeroTrustOrganization.d.ts +0 -2
- package/bin/getZeroTrustOrganization.js.map +1 -1
- package/bin/getZeroTrustRiskScoringIntegration.d.ts +3 -3
- package/bin/getZeroTrustTunnelCloudflared.d.ts +7 -0
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +16 -2
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +10 -4
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +4 -4
- package/bin/getZeroTrustTunnelCloudflaredToken.d.ts +1 -0
- package/bin/getZeroTrustTunnelCloudflaredToken.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +3 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +2 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
- package/bin/getZeroTrustTunnelWarpConnector.d.ts +43 -0
- package/bin/getZeroTrustTunnelWarpConnector.js +26 -0
- package/bin/getZeroTrustTunnelWarpConnector.js.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.d.ts +29 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.js +24 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.js.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectors.d.ts +57 -0
- package/bin/getZeroTrustTunnelWarpConnectors.js +42 -0
- package/bin/getZeroTrustTunnelWarpConnectors.js.map +1 -0
- package/bin/getZone.d.ts +12 -1
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +2 -1
- package/bin/getZoneCacheVariants.js.map +1 -1
- package/bin/getZoneDnsSettings.d.ts +35 -0
- package/bin/getZoneDnsSettings.js +22 -0
- package/bin/getZoneDnsSettings.js.map +1 -0
- package/bin/getZoneDnssec.d.ts +1 -3
- package/bin/getZoneDnssec.js.map +1 -1
- package/bin/getZoneHold.d.ts +0 -3
- package/bin/getZoneHold.js.map +1 -1
- package/bin/getZoneSubscription.d.ts +11 -6
- package/bin/getZoneSubscription.js +2 -2
- package/bin/getZoneSubscription.js.map +1 -1
- package/bin/healthcheck.d.ts +8 -12
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +8 -5
- package/bin/hostnameTlsSetting.js +3 -0
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +32 -8
- package/bin/hyperdriveConfig.js +4 -0
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/image.d.ts +26 -4
- package/bin/image.js +7 -0
- package/bin/image.js.map +1 -1
- package/bin/index.d.ts +260 -43
- package/bin/index.js +350 -64
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +18 -13
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/leakedCredentialCheck.d.ts +6 -6
- package/bin/leakedCredentialCheckRule.d.ts +9 -9
- package/bin/list.d.ts +22 -5
- package/bin/list.js +2 -0
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +11 -14
- package/bin/listItem.js +3 -0
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +79 -155
- package/bin/loadBalancer.js +2 -0
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +43 -70
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +38 -50
- package/bin/loadBalancerPool.js +2 -0
- package/bin/loadBalancerPool.js.map +1 -1
- package/bin/logpullRetention.d.ts +3 -3
- package/bin/logpushJob.d.ts +75 -94
- package/bin/logpushJob.js +5 -1
- package/bin/logpushJob.js.map +1 -1
- package/bin/logpushOwnershipChallenge.d.ts +3 -6
- package/bin/logpushOwnershipChallenge.js.map +1 -1
- package/bin/magicNetworkMonitoringConfiguration.d.ts +4 -7
- package/bin/magicNetworkMonitoringConfiguration.js.map +1 -1
- package/bin/magicNetworkMonitoringRule.d.ts +60 -49
- package/bin/magicNetworkMonitoringRule.js +8 -5
- package/bin/magicNetworkMonitoringRule.js.map +1 -1
- package/bin/magicTransitConnector.d.ts +14 -14
- package/bin/magicTransitConnector.js +7 -11
- package/bin/magicTransitConnector.js.map +1 -1
- package/bin/magicTransitSite.d.ts +1 -1
- package/bin/magicTransitSiteAcl.d.ts +6 -15
- package/bin/magicTransitSiteAcl.js.map +1 -1
- package/bin/magicTransitSiteLan.d.ts +11 -14
- package/bin/magicTransitSiteLan.js +0 -3
- package/bin/magicTransitSiteLan.js.map +1 -1
- package/bin/magicTransitSiteWan.d.ts +13 -11
- package/bin/magicTransitSiteWan.js +0 -3
- package/bin/magicTransitSiteWan.js.map +1 -1
- package/bin/magicWanGreTunnel.d.ts +55 -36
- package/bin/magicWanGreTunnel.js +21 -10
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +67 -29
- package/bin/magicWanIpsecTunnel.js +21 -11
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +23 -29
- package/bin/magicWanStaticRoute.js +13 -10
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/mtlsCertificate.d.ts +6 -6
- package/bin/mtlsCertificate.js +3 -1
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +10 -13
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +5 -6
- package/bin/notificationPolicyWebhooks.js +3 -1
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +7 -3
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/organization.d.ts +51 -0
- package/bin/organization.js +57 -0
- package/bin/organization.js.map +1 -0
- package/bin/organizationProfile.d.ts +54 -0
- package/bin/organizationProfile.js +77 -0
- package/bin/organizationProfile.js.map +1 -0
- package/bin/originCaCertificate.d.ts +16 -13
- package/bin/originCaCertificate.js +9 -0
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +5 -5
- package/bin/pageRule.d.ts +21 -12
- package/bin/pageRule.js.map +1 -1
- package/bin/pageShieldPolicy.d.ts +3 -0
- package/bin/pageShieldPolicy.js.map +1 -1
- package/bin/pagesDomain.d.ts +24 -3
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +61 -11
- package/bin/pagesProject.js +14 -1
- package/bin/pagesProject.js.map +1 -1
- package/bin/provider.d.ts +26 -26
- package/bin/provider.js +9 -0
- package/bin/provider.js.map +1 -1
- package/bin/queueConsumer.d.ts +11 -6
- package/bin/queueConsumer.js +1 -1
- package/bin/queueConsumer.js.map +1 -1
- package/bin/r2bucket.d.ts +24 -15
- package/bin/r2bucket.js.map +1 -1
- package/bin/r2bucketCors.d.ts +19 -7
- package/bin/r2bucketCors.js +2 -0
- package/bin/r2bucketCors.js.map +1 -1
- package/bin/r2bucketEventNotification.d.ts +31 -19
- package/bin/r2bucketEventNotification.js +10 -2
- package/bin/r2bucketEventNotification.js.map +1 -1
- package/bin/r2bucketLifecycle.d.ts +19 -7
- package/bin/r2bucketLifecycle.js +2 -0
- package/bin/r2bucketLifecycle.js.map +1 -1
- package/bin/r2bucketLock.d.ts +19 -7
- package/bin/r2bucketLock.js +2 -0
- package/bin/r2bucketLock.js.map +1 -1
- package/bin/r2bucketSippy.d.ts +28 -16
- package/bin/r2bucketSippy.js +2 -0
- package/bin/r2bucketSippy.js.map +1 -1
- package/bin/r2customDomain.d.ts +38 -23
- package/bin/r2customDomain.js +4 -2
- package/bin/r2customDomain.js.map +1 -1
- package/bin/r2managedDomain.d.ts +25 -13
- package/bin/r2managedDomain.js +2 -0
- package/bin/r2managedDomain.js.map +1 -1
- package/bin/rateLimit.d.ts +13 -21
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +18 -9
- package/bin/regionalHostname.js +2 -0
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +8 -5
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/ruleset.d.ts +29 -7
- package/bin/ruleset.js +4 -3
- package/bin/ruleset.js.map +1 -1
- package/bin/schemaValidationOperationSettings.d.ts +90 -0
- package/bin/schemaValidationOperationSettings.js +62 -0
- package/bin/schemaValidationOperationSettings.js.map +1 -0
- package/bin/schemaValidationSchemas.d.ts +109 -0
- package/bin/schemaValidationSchemas.js +73 -0
- package/bin/schemaValidationSchemas.js.map +1 -0
- package/bin/schemaValidationSettings.d.ts +102 -0
- package/bin/schemaValidationSettings.js +59 -0
- package/bin/schemaValidationSettings.js.map +1 -0
- package/bin/snippet.d.ts +102 -0
- package/bin/snippet.js +71 -0
- package/bin/snippet.js.map +1 -0
- package/bin/snippetRules.d.ts +7 -21
- package/bin/snippetRules.js +3 -8
- package/bin/snippetRules.js.map +1 -1
- package/bin/snippets.d.ts +26 -17
- package/bin/snippets.js +6 -0
- package/bin/snippets.js.map +1 -1
- package/bin/spectrumApplication.d.ts +39 -51
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/ssoConnector.d.ts +116 -0
- package/bin/ssoConnector.js +69 -0
- package/bin/ssoConnector.js.map +1 -0
- package/bin/stream.d.ts +23 -56
- package/bin/stream.js.map +1 -1
- package/bin/streamAudioTrack.d.ts +2 -0
- package/bin/streamAudioTrack.js.map +1 -1
- package/bin/streamCaptionLanguage.d.ts +5 -3
- package/bin/streamCaptionLanguage.js.map +1 -1
- package/bin/streamDownload.d.ts +3 -3
- package/bin/streamKey.d.ts +3 -3
- package/bin/streamKey.js +2 -0
- package/bin/streamKey.js.map +1 -1
- package/bin/streamLiveInput.d.ts +11 -18
- package/bin/streamLiveInput.js.map +1 -1
- package/bin/streamWatermark.d.ts +12 -27
- package/bin/streamWatermark.js.map +1 -1
- package/bin/tieredCache.d.ts +11 -8
- package/bin/tieredCache.js.map +1 -1
- package/bin/tokenValidationConfig.d.ts +78 -0
- package/bin/tokenValidationConfig.js +81 -0
- package/bin/tokenValidationConfig.js.map +1 -0
- package/bin/tokenValidationRules.d.ts +153 -0
- package/bin/tokenValidationRules.js +88 -0
- package/bin/tokenValidationRules.js.map +1 -0
- package/bin/totalTls.d.ts +11 -9
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +35 -23
- package/bin/turnstileWidget.js +2 -0
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/input.d.ts +3960 -1625
- package/bin/types/output.d.ts +16939 -9570
- package/bin/universalSslSetting.d.ts +96 -0
- package/bin/universalSslSetting.js +54 -0
- package/bin/universalSslSetting.js.map +1 -0
- package/bin/urlNormalizationSettings.d.ts +6 -0
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/user.d.ts +60 -0
- package/bin/user.js +16 -0
- package/bin/user.js.map +1 -1
- package/bin/userAgentBlockingRule.d.ts +21 -15
- package/bin/userAgentBlockingRule.js +4 -2
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.d.ts +0 -4
- package/bin/utilities.js +4 -3
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +399 -369
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +63 -72
- package/bin/waitingRoomEvent.js +4 -0
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +3 -45
- package/bin/waitingRoomRules.js +0 -12
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSettings.d.ts +12 -9
- package/bin/waitingRoomSettings.js.map +1 -1
- package/bin/web3Hostname.d.ts +22 -17
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +3 -3
- package/bin/webAnalyticsSite.d.ts +27 -3
- package/bin/webAnalyticsSite.js +4 -0
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/worker.d.ts +146 -0
- package/bin/{workersSecret.js → worker.js} +26 -24
- package/bin/worker.js.map +1 -0
- package/bin/workerVersion.d.ts +270 -0
- package/bin/workerVersion.js +89 -0
- package/bin/workerVersion.js.map +1 -0
- package/bin/workersCronTrigger.d.ts +3 -3
- package/bin/workersCustomDomain.d.ts +8 -2
- package/bin/workersCustomDomain.js +0 -3
- package/bin/workersCustomDomain.js.map +1 -1
- package/bin/workersDeployment.d.ts +15 -8
- package/bin/workersDeployment.js +0 -2
- package/bin/workersDeployment.js.map +1 -1
- package/bin/workersForPlatformsDispatchNamespace.d.ts +20 -12
- package/bin/workersForPlatformsDispatchNamespace.js +2 -0
- package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/workersKv.d.ts +9 -12
- package/bin/workersKv.js.map +1 -1
- package/bin/workersKvNamespace.d.ts +5 -7
- package/bin/workersKvNamespace.js.map +1 -1
- package/bin/workersRoute.d.ts +12 -29
- package/bin/workersRoute.js +0 -8
- package/bin/workersRoute.js.map +1 -1
- package/bin/workersScript.d.ts +124 -48
- package/bin/workersScript.js +18 -5
- package/bin/workersScript.js.map +1 -1
- package/bin/workersScriptSubdomain.d.ts +4 -4
- package/bin/workflow.d.ts +66 -0
- package/bin/workflow.js +83 -0
- package/bin/workflow.js.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.d.ts +73 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.js +76 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.js.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.d.ts +101 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.js +91 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.js.map +1 -0
- package/bin/zeroTrustAccessApplication.d.ts +93 -79
- package/bin/zeroTrustAccessApplication.js +4 -4
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +8 -21
- package/bin/zeroTrustAccessCustomPage.js +0 -6
- package/bin/zeroTrustAccessCustomPage.js.map +1 -1
- package/bin/zeroTrustAccessGroup.d.ts +2 -6
- package/bin/zeroTrustAccessGroup.js +0 -4
- package/bin/zeroTrustAccessGroup.js.map +1 -1
- package/bin/zeroTrustAccessIdentityProvider.d.ts +9 -12
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessInfrastructureTarget.d.ts +12 -6
- package/bin/zeroTrustAccessInfrastructureTarget.js.map +1 -1
- package/bin/zeroTrustAccessKeyConfiguration.d.ts +3 -3
- package/bin/zeroTrustAccessMtlsCertificate.d.ts +1 -5
- package/bin/zeroTrustAccessMtlsCertificate.js +0 -4
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +2 -4
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +22 -42
- package/bin/zeroTrustAccessPolicy.js +0 -11
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +29 -16
- package/bin/zeroTrustAccessServiceToken.js +6 -6
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +3 -3
- package/bin/zeroTrustAccessTag.d.ts +3 -15
- package/bin/zeroTrustAccessTag.js +0 -6
- package/bin/zeroTrustAccessTag.js.map +1 -1
- package/bin/zeroTrustDeviceCustomProfile.d.ts +68 -42
- package/bin/zeroTrustDeviceCustomProfile.js +6 -5
- package/bin/zeroTrustDeviceCustomProfile.js.map +1 -1
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +0 -33
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js +0 -6
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
- package/bin/zeroTrustDeviceDefaultProfile.d.ts +82 -17
- package/bin/zeroTrustDeviceDefaultProfile.js +10 -2
- package/bin/zeroTrustDeviceDefaultProfile.js.map +1 -1
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +0 -24
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js +0 -6
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
- package/bin/zeroTrustDeviceManagedNetworks.d.ts +3 -0
- package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/zeroTrustDevicePostureIntegration.d.ts +6 -6
- package/bin/zeroTrustDevicePostureRule.d.ts +11 -11
- package/bin/zeroTrustDeviceSettings.d.ts +147 -0
- package/bin/zeroTrustDeviceSettings.js +70 -0
- package/bin/zeroTrustDeviceSettings.js.map +1 -0
- package/bin/zeroTrustDexTest.d.ts +4 -5
- package/bin/zeroTrustDexTest.js +1 -1
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomEntry.d.ts +95 -0
- package/bin/zeroTrustDlpCustomEntry.js +86 -0
- package/bin/zeroTrustDlpCustomEntry.js.map +1 -0
- package/bin/zeroTrustDlpCustomProfile.d.ts +45 -18
- package/bin/zeroTrustDlpCustomProfile.js +0 -2
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -1
- package/bin/zeroTrustDlpDataset.d.ts +66 -20
- package/bin/zeroTrustDlpDataset.js +2 -0
- package/bin/zeroTrustDlpDataset.js.map +1 -1
- package/bin/zeroTrustDlpEntry.d.ts +35 -2
- package/bin/zeroTrustDlpEntry.js +8 -3
- package/bin/zeroTrustDlpEntry.js.map +1 -1
- package/bin/zeroTrustDlpIntegrationEntry.d.ts +108 -0
- package/bin/zeroTrustDlpIntegrationEntry.js +88 -0
- package/bin/zeroTrustDlpIntegrationEntry.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedEntry.d.ts +108 -0
- package/bin/zeroTrustDlpPredefinedEntry.js +88 -0
- package/bin/zeroTrustDlpPredefinedEntry.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +15 -41
- package/bin/zeroTrustDlpPredefinedProfile.js +2 -13
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -1
- package/bin/zeroTrustDnsLocation.d.ts +32 -48
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayCertificate.d.ts +24 -19
- package/bin/zeroTrustGatewayCertificate.js +2 -0
- package/bin/zeroTrustGatewayCertificate.js.map +1 -1
- package/bin/zeroTrustGatewayLogging.d.ts +7 -10
- package/bin/zeroTrustGatewayLogging.js.map +1 -1
- package/bin/zeroTrustGatewayPolicy.d.ts +57 -76
- package/bin/zeroTrustGatewayPolicy.js +8 -0
- package/bin/zeroTrustGatewayPolicy.js.map +1 -1
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts +25 -10
- package/bin/zeroTrustGatewayProxyEndpoint.js +2 -3
- package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/zeroTrustGatewaySettings.d.ts +4 -4
- package/bin/zeroTrustList.d.ts +19 -16
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustNetworkHostnameRoute.d.ts +108 -0
- package/bin/zeroTrustNetworkHostnameRoute.js +64 -0
- package/bin/zeroTrustNetworkHostnameRoute.js.map +1 -0
- package/bin/zeroTrustOrganization.d.ts +19 -41
- package/bin/zeroTrustOrganization.js +0 -4
- package/bin/zeroTrustOrganization.js.map +1 -1
- package/bin/zeroTrustRiskScoringIntegration.d.ts +14 -7
- package/bin/zeroTrustRiskScoringIntegration.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflared.d.ts +28 -24
- package/bin/zeroTrustTunnelCloudflared.js +3 -1
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +9 -9
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +4 -4
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +16 -10
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
- package/bin/zeroTrustTunnelWarpConnector.d.ts +154 -0
- package/bin/zeroTrustTunnelWarpConnector.js +76 -0
- package/bin/zeroTrustTunnelWarpConnector.js.map +1 -0
- package/bin/zone.d.ts +109 -39
- package/bin/zone.js +11 -1
- package/bin/zone.js.map +1 -1
- package/bin/zoneCacheReserve.d.ts +8 -5
- package/bin/zoneCacheReserve.js.map +1 -1
- package/bin/zoneCacheVariants.d.ts +5 -5
- package/bin/zoneDnsSettings.d.ts +161 -0
- package/bin/zoneDnsSettings.js +70 -0
- package/bin/zoneDnsSettings.js.map +1 -0
- package/bin/zoneDnssec.d.ts +72 -24
- package/bin/zoneDnssec.js +2 -0
- package/bin/zoneDnssec.js.map +1 -1
- package/bin/zoneHold.d.ts +27 -18
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +32 -18
- package/bin/zoneLockdown.js +4 -2
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +16 -16
- package/bin/zoneSetting.js +2 -2
- package/bin/zoneSetting.js.map +1 -1
- package/bin/zoneSubscription.d.ts +57 -9
- package/bin/zoneSubscription.js +14 -4
- package/bin/zoneSubscription.js.map +1 -1
- package/package.json +5 -5
- package/bin/dnsSettings.d.ts +0 -65
- package/bin/dnsSettings.js.map +0 -1
- package/bin/dnsSettingsInternalView.js.map +0 -1
- package/bin/getApiTokenPermissionsGroups.d.ts +0 -24
- package/bin/getApiTokenPermissionsGroups.js +0 -22
- package/bin/getApiTokenPermissionsGroups.js.map +0 -1
- package/bin/getApiTokenPermissionsGroupsList.d.ts +0 -30
- package/bin/getCloudConnectorRulesList.d.ts +0 -30
- package/bin/getCloudConnectorRulesList.js.map +0 -1
- package/bin/getDnsSettings.d.ts +0 -30
- package/bin/getDnsSettings.js.map +0 -1
- package/bin/getDnsSettingsInternalView.d.ts +0 -34
- package/bin/getDnsSettingsInternalView.js.map +0 -1
- package/bin/getDnsSettingsInternalViews.d.ts +0 -49
- package/bin/getDnsSettingsInternalViews.js.map +0 -1
- package/bin/getPermissionGroup.d.ts +0 -28
- package/bin/getPermissionGroup.js.map +0 -1
- package/bin/getPermissionGroups.d.ts +0 -35
- package/bin/getPermissionGroups.js.map +0 -1
- package/bin/getWorkersSecret.d.ts +0 -33
- package/bin/getWorkersSecret.js.map +0 -1
- package/bin/getWorkersSecrets.d.ts +0 -36
- package/bin/getWorkersSecrets.js.map +0 -1
- package/bin/workersSecret.d.ts +0 -108
- package/bin/workersSecret.js.map +0 -1
package/bin/waitingRoom.d.ts
CHANGED
|
@@ -18,39 +18,33 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is WaitingRoom;
|
|
20
20
|
/**
|
|
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.
|
|
21
|
+
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination must be unique to this and all other waiting rooms.
|
|
24
22
|
*/
|
|
25
23
|
readonly additionalRoutes: pulumi.Output<outputs.WaitingRoomAdditionalRoute[]>;
|
|
26
24
|
/**
|
|
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.
|
|
25
|
+
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting room, such as queue position.
|
|
29
26
|
*/
|
|
30
27
|
readonly cookieAttributes: pulumi.Output<outputs.WaitingRoomCookieAttributes>;
|
|
31
28
|
/**
|
|
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`.
|
|
29
|
+
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If <span pulumi-lang-nodejs="`cookieSuffix`" pulumi-lang-dotnet="`CookieSuffix`" pulumi-lang-go="`cookieSuffix`" pulumi-lang-python="`cookie_suffix`" pulumi-lang-yaml="`cookieSuffix`" pulumi-lang-java="`cookieSuffix`">`cookie_suffix`</span> is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using <span pulumi-lang-nodejs="`additionalRoutes`" pulumi-lang-dotnet="`AdditionalRoutes`" pulumi-lang-go="`additionalRoutes`" pulumi-lang-python="`additional_routes`" pulumi-lang-yaml="`additionalRoutes`" pulumi-lang-java="`additionalRoutes`">`additional_routes`</span>.
|
|
35
30
|
*/
|
|
36
31
|
readonly cookieSuffix: pulumi.Output<string | undefined>;
|
|
37
32
|
readonly createdOn: pulumi.Output<string>;
|
|
38
33
|
/**
|
|
39
|
-
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* {{`
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
* {{`
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* `cfWaitingRoom` object described under the `json_response_enabled` property in other Waiting Room API calls.
|
|
34
|
+
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the edge. If no<span pulumi-lang-nodejs=" customPageHtml " pulumi-lang-dotnet=" CustomPageHtml " pulumi-lang-go=" customPageHtml " pulumi-lang-python=" custom_page_html " pulumi-lang-yaml=" customPageHtml " pulumi-lang-java=" customPageHtml "> custom_page_html </span>is provided, the default waiting room will be used. The template is based on mustache ( https://mustache.github.io/ ). There are several variables that are evaluated by the Cloudflare edge:
|
|
35
|
+
* 1. {{`waitTimeKnown`}} Acts like a boolean value that indicates the behavior to take when wait time is not available, for instance when<span pulumi-lang-nodejs=" queueAll " pulumi-lang-dotnet=" QueueAll " pulumi-lang-go=" queueAll " pulumi-lang-python=" queue_all " pulumi-lang-yaml=" queueAll " pulumi-lang-java=" queueAll "> queue_all </span>is **true**.
|
|
36
|
+
* 2. {{`waitTimeFormatted`}} Estimated wait time for the user. For example, five minutes. Alternatively, you can use:
|
|
37
|
+
* 3. {{`waitTime`}} Number of minutes of estimated wait for a user.
|
|
38
|
+
* 4. {{`waitTimeHours`}} Number of hours of estimated wait for a user (`Math.floor(waitTime/60)`).
|
|
39
|
+
* 5. {{`waitTimeHourMinutes`}} Number of minutes above the `waitTimeHours` value (`waitTime%60`).
|
|
40
|
+
* 6. {{`queueIsFull`}} Changes to **true** when no more people can be added to the queue.
|
|
41
|
+
*
|
|
42
|
+
* To view the full list of variables, look at the `cfWaitingRoom` object described under the <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> property in other Waiting Room API calls.
|
|
49
43
|
*/
|
|
50
44
|
readonly customPageHtml: pulumi.Output<string>;
|
|
51
45
|
/**
|
|
52
|
-
* The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be
|
|
53
|
-
*
|
|
46
|
+
* The language of the default page template. If no<span pulumi-lang-nodejs=" defaultTemplateLanguage " pulumi-lang-dotnet=" DefaultTemplateLanguage " pulumi-lang-go=" defaultTemplateLanguage " pulumi-lang-python=" default_template_language " pulumi-lang-yaml=" defaultTemplateLanguage " pulumi-lang-java=" defaultTemplateLanguage "> default_template_language </span>is provided, then `en-US` (English) will be used.
|
|
47
|
+
* Available values: "en-US", "es-ES", "de-DE", "fr-FR", "it-IT", "ja-JP", "ko-KR", "pt-BR", "zh-CN", "zh-TW", "nl-NL", "pl-PL", "id-ID", "tr-TR", "ar-EG", "ru-RU", "fa-IR", "bg-BG", "hr-HR", "cs-CZ", "da-DK", "fi-FI", "lt-LT", "ms-MY", "nb-NO", "ro-RO", "el-GR", "he-IL", "hi-IN", "hu-HU", "sr-BA", "sk-SK", "sl-SI", "sv-SE", "tl-PH", "th-TH", "uk-UA", "vi-VN".
|
|
54
48
|
*/
|
|
55
49
|
readonly defaultTemplateLanguage: pulumi.Output<string>;
|
|
56
50
|
/**
|
|
@@ -58,9 +52,7 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
58
52
|
*/
|
|
59
53
|
readonly description: pulumi.Output<string>;
|
|
60
54
|
/**
|
|
61
|
-
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If `true
|
|
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.
|
|
55
|
+
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, an accepted user will have<span pulumi-lang-nodejs=" sessionDuration " pulumi-lang-dotnet=" SessionDuration " pulumi-lang-go=" sessionDuration " pulumi-lang-python=" session_duration " pulumi-lang-yaml=" sessionDuration " pulumi-lang-java=" sessionDuration "> session_duration </span>minutes to browse the site. After that, they will have to go through the waiting room again. If <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>, a user's session cookie will be automatically renewed on every request.
|
|
64
56
|
*/
|
|
65
57
|
readonly disableSessionRenewal: pulumi.Output<boolean>;
|
|
66
58
|
/**
|
|
@@ -68,70 +60,101 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
68
60
|
*/
|
|
69
61
|
readonly enabledOriginCommands: pulumi.Output<string[]>;
|
|
70
62
|
/**
|
|
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.
|
|
63
|
+
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or https://). The host and path combination must be unique.
|
|
73
64
|
*/
|
|
74
65
|
readonly host: pulumi.Output<string>;
|
|
75
66
|
/**
|
|
76
|
-
* Only available for the Waiting Room Advanced subscription. If `true
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* `
|
|
85
|
-
*
|
|
86
|
-
* `
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
* `
|
|
98
|
-
* `
|
|
99
|
-
*
|
|
100
|
-
* `
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
67
|
+
* Only available for the Waiting Room Advanced subscription. If <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, requests to the waiting room with the header `Accept: application/json` will receive a JSON response object with information on the user's status in the waiting room as opposed to the configured static HTML page. This JSON response object has one property `cfWaitingRoom` which is an object containing the following fields:
|
|
68
|
+
* 1. `inWaitingRoom`: Boolean indicating if the user is in the waiting room (always **true**).
|
|
69
|
+
* 2. `waitTimeKnown`: Boolean indicating if the current estimated wait times are accurate. If **false**, they are not available.
|
|
70
|
+
* 3. `waitTime`: Valid only when `waitTimeKnown` is **true**. Integer indicating the current estimated time in minutes the user will wait in the waiting room. When `queueingMethod` is **random**, this is set to `waitTime50Percentile`.
|
|
71
|
+
* 4. `waitTime25Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 25% of users that gain entry the fastest (25th percentile).
|
|
72
|
+
* 5. `waitTime50Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 50% of users that gain entry the fastest (50th percentile). In other words, half of the queued users are expected to let into the origin website before `waitTime50Percentile` and half are expected to be let in after it.
|
|
73
|
+
* 6. `waitTime75Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 75% of users that gain entry the fastest (75th percentile).
|
|
74
|
+
* 7. `waitTimeFormatted`: String displaying the `waitTime` formatted in English for users. If `waitTimeKnown` is **false**, `waitTimeFormatted` will display **unavailable**.
|
|
75
|
+
* 8. `queueIsFull`: Boolean indicating if the waiting room's queue is currently full and not accepting new users at the moment.
|
|
76
|
+
* 9. `queueAll`: Boolean indicating if all users will be queued in the waiting room and no one will be let into the origin website.
|
|
77
|
+
* 10. `lastUpdated`: String displaying the timestamp as an ISO 8601 string of the user's last attempt to leave the waiting room and be let into the origin website. The user is able to make another attempt after `refreshIntervalSeconds` past this time. If the user makes a request too soon, it will be ignored and `lastUpdated` will not change.
|
|
78
|
+
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after `lastUpdated` until the user is able to make another attempt to leave the waiting room and be let into the origin website. When the `queueingMethod` is <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>, there is no specified refresh time —\_it will always be **zero**.
|
|
79
|
+
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It is either **fifo**, **random**, **passthrough**, or **reject**.
|
|
80
|
+
* 13. `isFIFOQueue`: Boolean indicating if the waiting room uses a FIFO (First-In-First-Out) queue.
|
|
81
|
+
* 14. `isRandomQueue`: Boolean indicating if the waiting room uses a Random queue where users gain access randomly.
|
|
82
|
+
* 15. `isPassthroughQueue`: Boolean indicating if the waiting room uses a passthrough queue. Keep in mind that when passthrough is enabled, this JSON response will only exist when `queueAll` is **true** or `isEventPrequeueing` is **true** because in all other cases requests will go directly to the origin.
|
|
83
|
+
* 16. `isRejectQueue`: Boolean indicating if the waiting room uses a reject queue.
|
|
84
|
+
* 17. `isEventActive`: Boolean indicating if an event is currently occurring. Events are able to change a waiting room's behavior during a specified period of time. For additional information, look at the event properties <span pulumi-lang-nodejs="`prequeueStartTime`" pulumi-lang-dotnet="`PrequeueStartTime`" pulumi-lang-go="`prequeueStartTime`" pulumi-lang-python="`prequeue_start_time`" pulumi-lang-yaml="`prequeueStartTime`" pulumi-lang-java="`prequeueStartTime`">`prequeue_start_time`</span>, <span pulumi-lang-nodejs="`eventStartTime`" pulumi-lang-dotnet="`EventStartTime`" pulumi-lang-go="`eventStartTime`" pulumi-lang-python="`event_start_time`" pulumi-lang-yaml="`eventStartTime`" pulumi-lang-java="`eventStartTime`">`event_start_time`</span>, and <span pulumi-lang-nodejs="`eventEndTime`" pulumi-lang-dotnet="`EventEndTime`" pulumi-lang-go="`eventEndTime`" pulumi-lang-python="`event_end_time`" pulumi-lang-yaml="`eventEndTime`" pulumi-lang-java="`eventEndTime`">`event_end_time`</span> in the documentation for creating waiting room events. Events are considered active between these start and end times, as well as during the prequeueing period if it exists.
|
|
85
|
+
* 18. `isEventPrequeueing`: Valid only when `isEventActive` is **true**. Boolean indicating if an event is currently prequeueing users before it starts.
|
|
86
|
+
* 19. `timeUntilEventStart`: Valid only when `isEventPrequeueing` is **true**. Integer indicating the number of minutes until the event starts.
|
|
87
|
+
* 20. `timeUntilEventStartFormatted`: String displaying the `timeUntilEventStart` formatted in English for users. If `isEventPrequeueing` is **false**, `timeUntilEventStartFormatted` will display **unavailable**.
|
|
88
|
+
* 21. `timeUntilEventEnd`: Valid only when `isEventActive` is **true**. Integer indicating the number of minutes until the event ends.
|
|
89
|
+
* 22. `timeUntilEventEndFormatted`: String displaying the `timeUntilEventEnd` formatted in English for users. If `isEventActive` is **false**, `timeUntilEventEndFormatted` will display **unavailable**.
|
|
90
|
+
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean indicating if the users in the prequeue are shuffled randomly when the event starts.
|
|
91
|
+
* 24. <span pulumi-lang-nodejs="`turnstile`" pulumi-lang-dotnet="`Turnstile`" pulumi-lang-go="`turnstile`" pulumi-lang-python="`turnstile`" pulumi-lang-yaml="`turnstile`" pulumi-lang-java="`turnstile`">`turnstile`</span>: Empty when turnstile isn't enabled. String displaying an html tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to the <span pulumi-lang-nodejs="`customHtml`" pulumi-lang-dotnet="`CustomHtml`" pulumi-lang-go="`customHtml`" pulumi-lang-python="`custom_html`" pulumi-lang-yaml="`customHtml`" pulumi-lang-java="`customHtml`">`custom_html`</span> template to ensure the Turnstile widget appears.
|
|
92
|
+
* 25. `infiniteQueue`: Boolean indicating whether the response is for a user in the infinite queue.
|
|
93
|
+
*
|
|
94
|
+
* An example cURL to a waiting room could be:
|
|
95
|
+
*
|
|
96
|
+
* curl -X GET "https://example.com/waitingroom" \
|
|
97
|
+
* -H "Accept: application/json"
|
|
98
|
+
*
|
|
99
|
+
* If <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> is **true** and the request hits the waiting room, an example JSON response when `queueingMethod` is **fifo** and no event is active could be:
|
|
100
|
+
*
|
|
101
|
+
* {
|
|
102
|
+
* "cfWaitingRoom": {
|
|
103
|
+
* "inWaitingRoom": true,
|
|
104
|
+
* "waitTimeKnown": true,
|
|
105
|
+
* "waitTime": 10,
|
|
106
|
+
* "waitTime25Percentile": 0,
|
|
107
|
+
* "waitTime50Percentile": 0,
|
|
108
|
+
* "waitTime75Percentile": 0,
|
|
109
|
+
* "waitTimeFormatted": "10 minutes",
|
|
110
|
+
* "queueIsFull": false,
|
|
111
|
+
* "queueAll": false,
|
|
112
|
+
* "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
113
|
+
* "refreshIntervalSeconds": 20,
|
|
114
|
+
* "queueingMethod": "fifo",
|
|
115
|
+
* "isFIFOQueue": true,
|
|
116
|
+
* "isRandomQueue": false,
|
|
117
|
+
* "isPassthroughQueue": false,
|
|
118
|
+
* "isRejectQueue": false,
|
|
119
|
+
* "isEventActive": false,
|
|
120
|
+
* "isEventPrequeueing": false,
|
|
121
|
+
* "timeUntilEventStart": 0,
|
|
122
|
+
* "timeUntilEventStartFormatted": "unavailable",
|
|
123
|
+
* "timeUntilEventEnd": 0,
|
|
124
|
+
* "timeUntilEventEndFormatted": "unavailable",
|
|
125
|
+
* "shuffleAtEventStart": false
|
|
126
|
+
* }
|
|
127
|
+
* }
|
|
128
|
+
*
|
|
129
|
+
* If <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> is **true** and the request hits the waiting room, an example JSON response when `queueingMethod` is **random** and an event is active could be:
|
|
130
|
+
*
|
|
131
|
+
* {
|
|
132
|
+
* "cfWaitingRoom": {
|
|
133
|
+
* "inWaitingRoom": true,
|
|
134
|
+
* "waitTimeKnown": true,
|
|
135
|
+
* "waitTime": 10,
|
|
136
|
+
* "waitTime25Percentile": 5,
|
|
137
|
+
* "waitTime50Percentile": 10,
|
|
138
|
+
* "waitTime75Percentile": 15,
|
|
139
|
+
* "waitTimeFormatted": "5 minutes to 15 minutes",
|
|
140
|
+
* "queueIsFull": false,
|
|
141
|
+
* "queueAll": false,
|
|
142
|
+
* "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
143
|
+
* "refreshIntervalSeconds": 20,
|
|
144
|
+
* "queueingMethod": "random",
|
|
145
|
+
* "isFIFOQueue": false,
|
|
146
|
+
* "isRandomQueue": true,
|
|
147
|
+
* "isPassthroughQueue": false,
|
|
148
|
+
* "isRejectQueue": false,
|
|
149
|
+
* "isEventActive": true,
|
|
150
|
+
* "isEventPrequeueing": false,
|
|
151
|
+
* "timeUntilEventStart": 0,
|
|
152
|
+
* "timeUntilEventStartFormatted": "unavailable",
|
|
153
|
+
* "timeUntilEventEnd": 15,
|
|
154
|
+
* "timeUntilEventEndFormatted": "15 minutes",
|
|
155
|
+
* "shuffleAtEventStart": true
|
|
156
|
+
* }
|
|
157
|
+
* }
|
|
135
158
|
*/
|
|
136
159
|
readonly jsonResponseEnabled: pulumi.Output<boolean>;
|
|
137
160
|
readonly modifiedOn: pulumi.Output<string>;
|
|
@@ -140,9 +163,7 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
140
163
|
*/
|
|
141
164
|
readonly name: pulumi.Output<string>;
|
|
142
165
|
/**
|
|
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.
|
|
166
|
+
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number 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 route based on the traffic patterns at that time around the world.
|
|
146
167
|
*/
|
|
147
168
|
readonly newUsersPerMinute: pulumi.Output<number>;
|
|
148
169
|
/**
|
|
@@ -154,70 +175,59 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
154
175
|
*/
|
|
155
176
|
readonly nextEventStartTime: pulumi.Output<string>;
|
|
156
177
|
/**
|
|
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.
|
|
178
|
+
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well. If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen. Wildcards and query parameters are not supported.
|
|
160
179
|
*/
|
|
161
180
|
readonly path: pulumi.Output<string>;
|
|
162
181
|
/**
|
|
163
|
-
* If queue_all is `true
|
|
164
|
-
* get to the route once this field is set and estimated time will become unavailable.
|
|
182
|
+
* If<span pulumi-lang-nodejs=" queueAll " pulumi-lang-dotnet=" QueueAll " pulumi-lang-go=" queueAll " pulumi-lang-python=" queue_all " pulumi-lang-yaml=" queueAll " pulumi-lang-java=" queueAll "> queue_all </span>is <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, all the traffic that is coming to a route will be sent to the waiting room. No new traffic can get to the route once this field is set and estimated time will become unavailable.
|
|
165
183
|
*/
|
|
166
184
|
readonly queueAll: pulumi.Output<boolean>;
|
|
167
185
|
/**
|
|
168
|
-
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
* waiting room
|
|
172
|
-
*
|
|
173
|
-
*
|
|
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**.
|
|
186
|
+
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only available for the Waiting Room Advanced subscription. Regardless of the queueing method, if <span pulumi-lang-nodejs="`queueAll`" pulumi-lang-dotnet="`QueueAll`" pulumi-lang-go="`queueAll`" pulumi-lang-python="`queue_all`" pulumi-lang-yaml="`queueAll`" pulumi-lang-java="`queueAll`">`queue_all`</span> is enabled or an event is prequeueing, users in the waiting room will not be accepted to the origin. These users will always see a waiting room page that refreshes automatically. The valid queueing methods are:
|
|
187
|
+
* 1. <span pulumi-lang-nodejs="`fifo`" pulumi-lang-dotnet="`Fifo`" pulumi-lang-go="`fifo`" pulumi-lang-python="`fifo`" pulumi-lang-yaml="`fifo`" pulumi-lang-java="`fifo`">`fifo`</span> **(default)**: First-In-First-Out queue where customers gain access in the order they arrived.
|
|
188
|
+
* 2. <span pulumi-lang-nodejs="`random`" pulumi-lang-dotnet="`Random`" pulumi-lang-go="`random`" pulumi-lang-python="`random`" pulumi-lang-yaml="`random`" pulumi-lang-java="`random`">`random`</span>: Random queue where customers gain access randomly, regardless of arrival time.
|
|
189
|
+
* 3. <span pulumi-lang-nodejs="`passthrough`" pulumi-lang-dotnet="`Passthrough`" pulumi-lang-go="`passthrough`" pulumi-lang-python="`passthrough`" pulumi-lang-yaml="`passthrough`" pulumi-lang-java="`passthrough`">`passthrough`</span>: Users will pass directly through the waiting room and into the origin website. As a result, any configured limits will not be respected while this is enabled. This method can be used as an alternative to disabling a waiting room (with <span pulumi-lang-nodejs="`suspended`" pulumi-lang-dotnet="`Suspended`" pulumi-lang-go="`suspended`" pulumi-lang-python="`suspended`" pulumi-lang-yaml="`suspended`" pulumi-lang-java="`suspended`">`suspended`</span>) so that analytics are still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a waiting room event, or vice versa.
|
|
190
|
+
* 4. <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>: Users will be immediately rejected from the waiting room. As a result, no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and otherwise blocks all traffic. For this case, the waiting room uses <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>, and its events override this with <span pulumi-lang-nodejs="`fifo`" pulumi-lang-dotnet="`Fifo`" pulumi-lang-go="`fifo`" pulumi-lang-python="`fifo`" pulumi-lang-yaml="`fifo`" pulumi-lang-java="`fifo`">`fifo`</span>, <span pulumi-lang-nodejs="`random`" pulumi-lang-dotnet="`Random`" pulumi-lang-go="`random`" pulumi-lang-python="`random`" pulumi-lang-yaml="`random`" pulumi-lang-java="`random`">`random`</span>, or <span pulumi-lang-nodejs="`passthrough`" pulumi-lang-dotnet="`Passthrough`" pulumi-lang-go="`passthrough`" pulumi-lang-python="`passthrough`" pulumi-lang-yaml="`passthrough`" pulumi-lang-java="`passthrough`">`passthrough`</span>. When this queueing method is enabled and neither `queueAll` is enabled nor an event is prequeueing, the waiting room page **will not refresh automatically**.
|
|
191
|
+
* Available values: "fifo", "random", "passthrough", "reject".
|
|
184
192
|
*/
|
|
185
193
|
readonly queueingMethod: pulumi.Output<string>;
|
|
186
194
|
/**
|
|
187
195
|
* HTTP status code returned to a user while in the queue.
|
|
196
|
+
* Available values: 200, 202, 429.
|
|
188
197
|
*/
|
|
189
198
|
readonly queueingStatusCode: pulumi.Output<number>;
|
|
190
199
|
/**
|
|
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.
|
|
200
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
193
201
|
*/
|
|
194
202
|
readonly sessionDuration: pulumi.Output<number>;
|
|
195
203
|
/**
|
|
196
|
-
* Suspends or allows traffic going to the waiting room. If set to `true
|
|
204
|
+
* Suspends or allows traffic going to the waiting room. If set to <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, the traffic will not go to the waiting room.
|
|
197
205
|
*/
|
|
198
206
|
readonly suspended: pulumi.Output<boolean>;
|
|
199
207
|
/**
|
|
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.
|
|
208
|
+
* 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 on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on the route. It is possible to have a situation where there are more or less active users sessions on the route based on the traffic patterns at that time around the world.
|
|
204
209
|
*/
|
|
205
210
|
readonly totalActiveUsers: pulumi.Output<number>;
|
|
206
211
|
/**
|
|
207
|
-
* Which action to take when a bot is detected using Turnstile. `log`
|
|
208
|
-
*
|
|
209
|
-
*
|
|
212
|
+
* Which action to take when a bot is detected using Turnstile. <span pulumi-lang-nodejs="`log`" pulumi-lang-dotnet="`Log`" pulumi-lang-go="`log`" pulumi-lang-python="`log`" pulumi-lang-yaml="`log`" pulumi-lang-java="`log`">`log`</span> will
|
|
213
|
+
* have no impact on queueing behavior, simply keeping track of how many
|
|
214
|
+
* bots are detected in Waiting Room Analytics. <span pulumi-lang-nodejs="`infiniteQueue`" pulumi-lang-dotnet="`InfiniteQueue`" pulumi-lang-go="`infiniteQueue`" pulumi-lang-python="`infinite_queue`" pulumi-lang-yaml="`infiniteQueue`" pulumi-lang-java="`infiniteQueue`">`infinite_queue`</span> will send
|
|
215
|
+
* bots to a false queueing state, where they will never reach your
|
|
216
|
+
* origin. <span pulumi-lang-nodejs="`infiniteQueue`" pulumi-lang-dotnet="`InfiniteQueue`" pulumi-lang-go="`infiniteQueue`" pulumi-lang-python="`infinite_queue`" pulumi-lang-yaml="`infiniteQueue`" pulumi-lang-java="`infiniteQueue`">`infinite_queue`</span> requires Advanced Waiting Room.
|
|
217
|
+
* Available values: "log", <span pulumi-lang-nodejs=""infiniteQueue"" pulumi-lang-dotnet=""InfiniteQueue"" pulumi-lang-go=""infiniteQueue"" pulumi-lang-python=""infinite_queue"" pulumi-lang-yaml=""infiniteQueue"" pulumi-lang-java=""infiniteQueue"">"infinite_queue"</span>.
|
|
210
218
|
*/
|
|
211
219
|
readonly turnstileAction: pulumi.Output<string>;
|
|
212
220
|
/**
|
|
213
|
-
* Which Turnstile widget type to use for detecting bot traffic. See
|
|
214
|
-
* documentation](https://developers.cloudflare.com/turnstile/concepts/widget/#widget-types)
|
|
215
|
-
* widget types. Set to `off`
|
|
216
|
-
*
|
|
221
|
+
* Which Turnstile widget type to use for detecting bot traffic. See
|
|
222
|
+
* [the Turnstile documentation](https://developers.cloudflare.com/turnstile/concepts/widget/#widget-types)
|
|
223
|
+
* for the definitions of these widget types. Set to <span pulumi-lang-nodejs="`off`" pulumi-lang-dotnet="`Off`" pulumi-lang-go="`off`" pulumi-lang-python="`off`" pulumi-lang-yaml="`off`" pulumi-lang-java="`off`">`off`</span> to disable the
|
|
224
|
+
* Turnstile integration entirely. Setting this to anything other than
|
|
225
|
+
* <span pulumi-lang-nodejs="`off`" pulumi-lang-dotnet="`Off`" pulumi-lang-go="`off`" pulumi-lang-python="`off`" pulumi-lang-yaml="`off`" pulumi-lang-java="`off`">`off`</span> or <span pulumi-lang-nodejs="`invisible`" pulumi-lang-dotnet="`Invisible`" pulumi-lang-go="`invisible`" pulumi-lang-python="`invisible`" pulumi-lang-yaml="`invisible`" pulumi-lang-java="`invisible`">`invisible`</span> requires Advanced Waiting Room.
|
|
226
|
+
* Available values: "off", "invisible", <span pulumi-lang-nodejs=""visibleNonInteractive"" pulumi-lang-dotnet=""VisibleNonInteractive"" pulumi-lang-go=""visibleNonInteractive"" pulumi-lang-python=""visible_non_interactive"" pulumi-lang-yaml=""visibleNonInteractive"" pulumi-lang-java=""visibleNonInteractive"">"visible_non_interactive"</span>, <span pulumi-lang-nodejs=""visibleManaged"" pulumi-lang-dotnet=""VisibleManaged"" pulumi-lang-go=""visibleManaged"" pulumi-lang-python=""visible_managed"" pulumi-lang-yaml=""visibleManaged"" pulumi-lang-java=""visibleManaged"">"visible_managed"</span>.
|
|
217
227
|
*/
|
|
218
228
|
readonly turnstileMode: pulumi.Output<string>;
|
|
219
229
|
/**
|
|
220
|
-
* Identifier
|
|
230
|
+
* Identifier.
|
|
221
231
|
*/
|
|
222
232
|
readonly zoneId: pulumi.Output<string>;
|
|
223
233
|
/**
|
|
@@ -234,39 +244,33 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
234
244
|
*/
|
|
235
245
|
export interface WaitingRoomState {
|
|
236
246
|
/**
|
|
237
|
-
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this
|
|
238
|
-
* waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination
|
|
239
|
-
* must be unique to this and all other waiting rooms.
|
|
247
|
+
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination must be unique to this and all other waiting rooms.
|
|
240
248
|
*/
|
|
241
249
|
additionalRoutes?: pulumi.Input<pulumi.Input<inputs.WaitingRoomAdditionalRoute>[]>;
|
|
242
250
|
/**
|
|
243
|
-
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting
|
|
244
|
-
* room, such as queue position.
|
|
251
|
+
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting room, such as queue position.
|
|
245
252
|
*/
|
|
246
253
|
cookieAttributes?: pulumi.Input<inputs.WaitingRoomCookieAttributes>;
|
|
247
254
|
/**
|
|
248
|
-
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If
|
|
249
|
-
* `cookie_suffix` is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using
|
|
250
|
-
* `additional_routes`.
|
|
255
|
+
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If <span pulumi-lang-nodejs="`cookieSuffix`" pulumi-lang-dotnet="`CookieSuffix`" pulumi-lang-go="`cookieSuffix`" pulumi-lang-python="`cookie_suffix`" pulumi-lang-yaml="`cookieSuffix`" pulumi-lang-java="`cookieSuffix`">`cookie_suffix`</span> is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using <span pulumi-lang-nodejs="`additionalRoutes`" pulumi-lang-dotnet="`AdditionalRoutes`" pulumi-lang-go="`additionalRoutes`" pulumi-lang-python="`additional_routes`" pulumi-lang-yaml="`additionalRoutes`" pulumi-lang-java="`additionalRoutes`">`additional_routes`</span>.
|
|
251
256
|
*/
|
|
252
257
|
cookieSuffix?: pulumi.Input<string>;
|
|
253
258
|
createdOn?: pulumi.Input<string>;
|
|
254
259
|
/**
|
|
255
|
-
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the
|
|
256
|
-
*
|
|
257
|
-
*
|
|
258
|
-
* {{`
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
* {{`
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
* `cfWaitingRoom` object described under the `json_response_enabled` property in other Waiting Room API calls.
|
|
260
|
+
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the edge. If no<span pulumi-lang-nodejs=" customPageHtml " pulumi-lang-dotnet=" CustomPageHtml " pulumi-lang-go=" customPageHtml " pulumi-lang-python=" custom_page_html " pulumi-lang-yaml=" customPageHtml " pulumi-lang-java=" customPageHtml "> custom_page_html </span>is provided, the default waiting room will be used. The template is based on mustache ( https://mustache.github.io/ ). There are several variables that are evaluated by the Cloudflare edge:
|
|
261
|
+
* 1. {{`waitTimeKnown`}} Acts like a boolean value that indicates the behavior to take when wait time is not available, for instance when<span pulumi-lang-nodejs=" queueAll " pulumi-lang-dotnet=" QueueAll " pulumi-lang-go=" queueAll " pulumi-lang-python=" queue_all " pulumi-lang-yaml=" queueAll " pulumi-lang-java=" queueAll "> queue_all </span>is **true**.
|
|
262
|
+
* 2. {{`waitTimeFormatted`}} Estimated wait time for the user. For example, five minutes. Alternatively, you can use:
|
|
263
|
+
* 3. {{`waitTime`}} Number of minutes of estimated wait for a user.
|
|
264
|
+
* 4. {{`waitTimeHours`}} Number of hours of estimated wait for a user (`Math.floor(waitTime/60)`).
|
|
265
|
+
* 5. {{`waitTimeHourMinutes`}} Number of minutes above the `waitTimeHours` value (`waitTime%60`).
|
|
266
|
+
* 6. {{`queueIsFull`}} Changes to **true** when no more people can be added to the queue.
|
|
267
|
+
*
|
|
268
|
+
* To view the full list of variables, look at the `cfWaitingRoom` object described under the <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> property in other Waiting Room API calls.
|
|
265
269
|
*/
|
|
266
270
|
customPageHtml?: pulumi.Input<string>;
|
|
267
271
|
/**
|
|
268
|
-
* The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be
|
|
269
|
-
*
|
|
272
|
+
* The language of the default page template. If no<span pulumi-lang-nodejs=" defaultTemplateLanguage " pulumi-lang-dotnet=" DefaultTemplateLanguage " pulumi-lang-go=" defaultTemplateLanguage " pulumi-lang-python=" default_template_language " pulumi-lang-yaml=" defaultTemplateLanguage " pulumi-lang-java=" defaultTemplateLanguage "> default_template_language </span>is provided, then `en-US` (English) will be used.
|
|
273
|
+
* Available values: "en-US", "es-ES", "de-DE", "fr-FR", "it-IT", "ja-JP", "ko-KR", "pt-BR", "zh-CN", "zh-TW", "nl-NL", "pl-PL", "id-ID", "tr-TR", "ar-EG", "ru-RU", "fa-IR", "bg-BG", "hr-HR", "cs-CZ", "da-DK", "fi-FI", "lt-LT", "ms-MY", "nb-NO", "ro-RO", "el-GR", "he-IL", "hi-IN", "hu-HU", "sr-BA", "sk-SK", "sl-SI", "sv-SE", "tl-PH", "th-TH", "uk-UA", "vi-VN".
|
|
270
274
|
*/
|
|
271
275
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
272
276
|
/**
|
|
@@ -274,9 +278,7 @@ export interface WaitingRoomState {
|
|
|
274
278
|
*/
|
|
275
279
|
description?: pulumi.Input<string>;
|
|
276
280
|
/**
|
|
277
|
-
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If `true
|
|
278
|
-
* accepted user will have session_duration minutes to browse the site. After that, they will have to go through the
|
|
279
|
-
* waiting room again. If `false`, a user's session cookie will be automatically renewed on every request.
|
|
281
|
+
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, an accepted user will have<span pulumi-lang-nodejs=" sessionDuration " pulumi-lang-dotnet=" SessionDuration " pulumi-lang-go=" sessionDuration " pulumi-lang-python=" session_duration " pulumi-lang-yaml=" sessionDuration " pulumi-lang-java=" sessionDuration "> session_duration </span>minutes to browse the site. After that, they will have to go through the waiting room again. If <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>, a user's session cookie will be automatically renewed on every request.
|
|
280
282
|
*/
|
|
281
283
|
disableSessionRenewal?: pulumi.Input<boolean>;
|
|
282
284
|
/**
|
|
@@ -284,70 +286,101 @@ export interface WaitingRoomState {
|
|
|
284
286
|
*/
|
|
285
287
|
enabledOriginCommands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
286
288
|
/**
|
|
287
|
-
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or
|
|
288
|
-
* https://). The host and path combination must be unique.
|
|
289
|
+
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or https://). The host and path combination must be unique.
|
|
289
290
|
*/
|
|
290
291
|
host?: pulumi.Input<string>;
|
|
291
292
|
/**
|
|
292
|
-
* Only available for the Waiting Room Advanced subscription. If `true
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
*
|
|
296
|
-
*
|
|
297
|
-
*
|
|
298
|
-
*
|
|
299
|
-
*
|
|
300
|
-
* `
|
|
301
|
-
*
|
|
302
|
-
* `
|
|
303
|
-
*
|
|
304
|
-
*
|
|
305
|
-
*
|
|
306
|
-
*
|
|
307
|
-
*
|
|
308
|
-
*
|
|
309
|
-
*
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
*
|
|
313
|
-
* `
|
|
314
|
-
* `
|
|
315
|
-
*
|
|
316
|
-
* `
|
|
317
|
-
*
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
321
|
-
*
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
325
|
-
*
|
|
326
|
-
*
|
|
327
|
-
*
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
-
*
|
|
331
|
-
*
|
|
332
|
-
*
|
|
333
|
-
*
|
|
334
|
-
*
|
|
335
|
-
*
|
|
336
|
-
*
|
|
337
|
-
*
|
|
338
|
-
*
|
|
339
|
-
*
|
|
340
|
-
*
|
|
341
|
-
*
|
|
342
|
-
*
|
|
343
|
-
*
|
|
344
|
-
*
|
|
345
|
-
*
|
|
346
|
-
*
|
|
347
|
-
*
|
|
348
|
-
*
|
|
349
|
-
*
|
|
350
|
-
*
|
|
293
|
+
* Only available for the Waiting Room Advanced subscription. If <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, requests to the waiting room with the header `Accept: application/json` will receive a JSON response object with information on the user's status in the waiting room as opposed to the configured static HTML page. This JSON response object has one property `cfWaitingRoom` which is an object containing the following fields:
|
|
294
|
+
* 1. `inWaitingRoom`: Boolean indicating if the user is in the waiting room (always **true**).
|
|
295
|
+
* 2. `waitTimeKnown`: Boolean indicating if the current estimated wait times are accurate. If **false**, they are not available.
|
|
296
|
+
* 3. `waitTime`: Valid only when `waitTimeKnown` is **true**. Integer indicating the current estimated time in minutes the user will wait in the waiting room. When `queueingMethod` is **random**, this is set to `waitTime50Percentile`.
|
|
297
|
+
* 4. `waitTime25Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 25% of users that gain entry the fastest (25th percentile).
|
|
298
|
+
* 5. `waitTime50Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 50% of users that gain entry the fastest (50th percentile). In other words, half of the queued users are expected to let into the origin website before `waitTime50Percentile` and half are expected to be let in after it.
|
|
299
|
+
* 6. `waitTime75Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 75% of users that gain entry the fastest (75th percentile).
|
|
300
|
+
* 7. `waitTimeFormatted`: String displaying the `waitTime` formatted in English for users. If `waitTimeKnown` is **false**, `waitTimeFormatted` will display **unavailable**.
|
|
301
|
+
* 8. `queueIsFull`: Boolean indicating if the waiting room's queue is currently full and not accepting new users at the moment.
|
|
302
|
+
* 9. `queueAll`: Boolean indicating if all users will be queued in the waiting room and no one will be let into the origin website.
|
|
303
|
+
* 10. `lastUpdated`: String displaying the timestamp as an ISO 8601 string of the user's last attempt to leave the waiting room and be let into the origin website. The user is able to make another attempt after `refreshIntervalSeconds` past this time. If the user makes a request too soon, it will be ignored and `lastUpdated` will not change.
|
|
304
|
+
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after `lastUpdated` until the user is able to make another attempt to leave the waiting room and be let into the origin website. When the `queueingMethod` is <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>, there is no specified refresh time —\_it will always be **zero**.
|
|
305
|
+
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It is either **fifo**, **random**, **passthrough**, or **reject**.
|
|
306
|
+
* 13. `isFIFOQueue`: Boolean indicating if the waiting room uses a FIFO (First-In-First-Out) queue.
|
|
307
|
+
* 14. `isRandomQueue`: Boolean indicating if the waiting room uses a Random queue where users gain access randomly.
|
|
308
|
+
* 15. `isPassthroughQueue`: Boolean indicating if the waiting room uses a passthrough queue. Keep in mind that when passthrough is enabled, this JSON response will only exist when `queueAll` is **true** or `isEventPrequeueing` is **true** because in all other cases requests will go directly to the origin.
|
|
309
|
+
* 16. `isRejectQueue`: Boolean indicating if the waiting room uses a reject queue.
|
|
310
|
+
* 17. `isEventActive`: Boolean indicating if an event is currently occurring. Events are able to change a waiting room's behavior during a specified period of time. For additional information, look at the event properties <span pulumi-lang-nodejs="`prequeueStartTime`" pulumi-lang-dotnet="`PrequeueStartTime`" pulumi-lang-go="`prequeueStartTime`" pulumi-lang-python="`prequeue_start_time`" pulumi-lang-yaml="`prequeueStartTime`" pulumi-lang-java="`prequeueStartTime`">`prequeue_start_time`</span>, <span pulumi-lang-nodejs="`eventStartTime`" pulumi-lang-dotnet="`EventStartTime`" pulumi-lang-go="`eventStartTime`" pulumi-lang-python="`event_start_time`" pulumi-lang-yaml="`eventStartTime`" pulumi-lang-java="`eventStartTime`">`event_start_time`</span>, and <span pulumi-lang-nodejs="`eventEndTime`" pulumi-lang-dotnet="`EventEndTime`" pulumi-lang-go="`eventEndTime`" pulumi-lang-python="`event_end_time`" pulumi-lang-yaml="`eventEndTime`" pulumi-lang-java="`eventEndTime`">`event_end_time`</span> in the documentation for creating waiting room events. Events are considered active between these start and end times, as well as during the prequeueing period if it exists.
|
|
311
|
+
* 18. `isEventPrequeueing`: Valid only when `isEventActive` is **true**. Boolean indicating if an event is currently prequeueing users before it starts.
|
|
312
|
+
* 19. `timeUntilEventStart`: Valid only when `isEventPrequeueing` is **true**. Integer indicating the number of minutes until the event starts.
|
|
313
|
+
* 20. `timeUntilEventStartFormatted`: String displaying the `timeUntilEventStart` formatted in English for users. If `isEventPrequeueing` is **false**, `timeUntilEventStartFormatted` will display **unavailable**.
|
|
314
|
+
* 21. `timeUntilEventEnd`: Valid only when `isEventActive` is **true**. Integer indicating the number of minutes until the event ends.
|
|
315
|
+
* 22. `timeUntilEventEndFormatted`: String displaying the `timeUntilEventEnd` formatted in English for users. If `isEventActive` is **false**, `timeUntilEventEndFormatted` will display **unavailable**.
|
|
316
|
+
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean indicating if the users in the prequeue are shuffled randomly when the event starts.
|
|
317
|
+
* 24. <span pulumi-lang-nodejs="`turnstile`" pulumi-lang-dotnet="`Turnstile`" pulumi-lang-go="`turnstile`" pulumi-lang-python="`turnstile`" pulumi-lang-yaml="`turnstile`" pulumi-lang-java="`turnstile`">`turnstile`</span>: Empty when turnstile isn't enabled. String displaying an html tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to the <span pulumi-lang-nodejs="`customHtml`" pulumi-lang-dotnet="`CustomHtml`" pulumi-lang-go="`customHtml`" pulumi-lang-python="`custom_html`" pulumi-lang-yaml="`customHtml`" pulumi-lang-java="`customHtml`">`custom_html`</span> template to ensure the Turnstile widget appears.
|
|
318
|
+
* 25. `infiniteQueue`: Boolean indicating whether the response is for a user in the infinite queue.
|
|
319
|
+
*
|
|
320
|
+
* An example cURL to a waiting room could be:
|
|
321
|
+
*
|
|
322
|
+
* curl -X GET "https://example.com/waitingroom" \
|
|
323
|
+
* -H "Accept: application/json"
|
|
324
|
+
*
|
|
325
|
+
* If <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> is **true** and the request hits the waiting room, an example JSON response when `queueingMethod` is **fifo** and no event is active could be:
|
|
326
|
+
*
|
|
327
|
+
* {
|
|
328
|
+
* "cfWaitingRoom": {
|
|
329
|
+
* "inWaitingRoom": true,
|
|
330
|
+
* "waitTimeKnown": true,
|
|
331
|
+
* "waitTime": 10,
|
|
332
|
+
* "waitTime25Percentile": 0,
|
|
333
|
+
* "waitTime50Percentile": 0,
|
|
334
|
+
* "waitTime75Percentile": 0,
|
|
335
|
+
* "waitTimeFormatted": "10 minutes",
|
|
336
|
+
* "queueIsFull": false,
|
|
337
|
+
* "queueAll": false,
|
|
338
|
+
* "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
339
|
+
* "refreshIntervalSeconds": 20,
|
|
340
|
+
* "queueingMethod": "fifo",
|
|
341
|
+
* "isFIFOQueue": true,
|
|
342
|
+
* "isRandomQueue": false,
|
|
343
|
+
* "isPassthroughQueue": false,
|
|
344
|
+
* "isRejectQueue": false,
|
|
345
|
+
* "isEventActive": false,
|
|
346
|
+
* "isEventPrequeueing": false,
|
|
347
|
+
* "timeUntilEventStart": 0,
|
|
348
|
+
* "timeUntilEventStartFormatted": "unavailable",
|
|
349
|
+
* "timeUntilEventEnd": 0,
|
|
350
|
+
* "timeUntilEventEndFormatted": "unavailable",
|
|
351
|
+
* "shuffleAtEventStart": false
|
|
352
|
+
* }
|
|
353
|
+
* }
|
|
354
|
+
*
|
|
355
|
+
* If <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> is **true** and the request hits the waiting room, an example JSON response when `queueingMethod` is **random** and an event is active could be:
|
|
356
|
+
*
|
|
357
|
+
* {
|
|
358
|
+
* "cfWaitingRoom": {
|
|
359
|
+
* "inWaitingRoom": true,
|
|
360
|
+
* "waitTimeKnown": true,
|
|
361
|
+
* "waitTime": 10,
|
|
362
|
+
* "waitTime25Percentile": 5,
|
|
363
|
+
* "waitTime50Percentile": 10,
|
|
364
|
+
* "waitTime75Percentile": 15,
|
|
365
|
+
* "waitTimeFormatted": "5 minutes to 15 minutes",
|
|
366
|
+
* "queueIsFull": false,
|
|
367
|
+
* "queueAll": false,
|
|
368
|
+
* "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
369
|
+
* "refreshIntervalSeconds": 20,
|
|
370
|
+
* "queueingMethod": "random",
|
|
371
|
+
* "isFIFOQueue": false,
|
|
372
|
+
* "isRandomQueue": true,
|
|
373
|
+
* "isPassthroughQueue": false,
|
|
374
|
+
* "isRejectQueue": false,
|
|
375
|
+
* "isEventActive": true,
|
|
376
|
+
* "isEventPrequeueing": false,
|
|
377
|
+
* "timeUntilEventStart": 0,
|
|
378
|
+
* "timeUntilEventStartFormatted": "unavailable",
|
|
379
|
+
* "timeUntilEventEnd": 15,
|
|
380
|
+
* "timeUntilEventEndFormatted": "15 minutes",
|
|
381
|
+
* "shuffleAtEventStart": true
|
|
382
|
+
* }
|
|
383
|
+
* }
|
|
351
384
|
*/
|
|
352
385
|
jsonResponseEnabled?: pulumi.Input<boolean>;
|
|
353
386
|
modifiedOn?: pulumi.Input<string>;
|
|
@@ -356,9 +389,7 @@ export interface WaitingRoomState {
|
|
|
356
389
|
*/
|
|
357
390
|
name?: pulumi.Input<string>;
|
|
358
391
|
/**
|
|
359
|
-
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number
|
|
360
|
-
* 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
|
|
361
|
-
* route based on the traffic patterns at that time around the world.
|
|
392
|
+
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number 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 route based on the traffic patterns at that time around the world.
|
|
362
393
|
*/
|
|
363
394
|
newUsersPerMinute?: pulumi.Input<number>;
|
|
364
395
|
/**
|
|
@@ -370,70 +401,59 @@ export interface WaitingRoomState {
|
|
|
370
401
|
*/
|
|
371
402
|
nextEventStartTime?: pulumi.Input<string>;
|
|
372
403
|
/**
|
|
373
|
-
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well.
|
|
374
|
-
* If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen.
|
|
375
|
-
* Wildcards and query parameters are not supported.
|
|
404
|
+
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well. If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen. Wildcards and query parameters are not supported.
|
|
376
405
|
*/
|
|
377
406
|
path?: pulumi.Input<string>;
|
|
378
407
|
/**
|
|
379
|
-
* If queue_all is `true
|
|
380
|
-
* get to the route once this field is set and estimated time will become unavailable.
|
|
408
|
+
* If<span pulumi-lang-nodejs=" queueAll " pulumi-lang-dotnet=" QueueAll " pulumi-lang-go=" queueAll " pulumi-lang-python=" queue_all " pulumi-lang-yaml=" queueAll " pulumi-lang-java=" queueAll "> queue_all </span>is <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, all the traffic that is coming to a route will be sent to the waiting room. No new traffic can get to the route once this field is set and estimated time will become unavailable.
|
|
381
409
|
*/
|
|
382
410
|
queueAll?: pulumi.Input<boolean>;
|
|
383
411
|
/**
|
|
384
|
-
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only
|
|
385
|
-
*
|
|
386
|
-
*
|
|
387
|
-
* waiting room
|
|
388
|
-
*
|
|
389
|
-
*
|
|
390
|
-
* waiting room and into the origin website. As a result, any configured limits will not be respected while this is
|
|
391
|
-
* enabled. This method can be used as an alternative to disabling a waiting room (with `suspended`) so that analytics are
|
|
392
|
-
* still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a
|
|
393
|
-
* waiting room event, or vice versa. 4. `reject`: Users will be immediately rejected from the waiting room. As a result,
|
|
394
|
-
* no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while
|
|
395
|
-
* performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are
|
|
396
|
-
* not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and
|
|
397
|
-
* otherwise blocks all traffic. For this case, the waiting room uses `reject`, and its events override this with `fifo`,
|
|
398
|
-
* `random`, or `passthrough`. When this queueing method is enabled and neither `queueAll` is enabled nor an event is
|
|
399
|
-
* prequeueing, the waiting room page **will not refresh automatically**.
|
|
412
|
+
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only available for the Waiting Room Advanced subscription. Regardless of the queueing method, if <span pulumi-lang-nodejs="`queueAll`" pulumi-lang-dotnet="`QueueAll`" pulumi-lang-go="`queueAll`" pulumi-lang-python="`queue_all`" pulumi-lang-yaml="`queueAll`" pulumi-lang-java="`queueAll`">`queue_all`</span> is enabled or an event is prequeueing, users in the waiting room will not be accepted to the origin. These users will always see a waiting room page that refreshes automatically. The valid queueing methods are:
|
|
413
|
+
* 1. <span pulumi-lang-nodejs="`fifo`" pulumi-lang-dotnet="`Fifo`" pulumi-lang-go="`fifo`" pulumi-lang-python="`fifo`" pulumi-lang-yaml="`fifo`" pulumi-lang-java="`fifo`">`fifo`</span> **(default)**: First-In-First-Out queue where customers gain access in the order they arrived.
|
|
414
|
+
* 2. <span pulumi-lang-nodejs="`random`" pulumi-lang-dotnet="`Random`" pulumi-lang-go="`random`" pulumi-lang-python="`random`" pulumi-lang-yaml="`random`" pulumi-lang-java="`random`">`random`</span>: Random queue where customers gain access randomly, regardless of arrival time.
|
|
415
|
+
* 3. <span pulumi-lang-nodejs="`passthrough`" pulumi-lang-dotnet="`Passthrough`" pulumi-lang-go="`passthrough`" pulumi-lang-python="`passthrough`" pulumi-lang-yaml="`passthrough`" pulumi-lang-java="`passthrough`">`passthrough`</span>: Users will pass directly through the waiting room and into the origin website. As a result, any configured limits will not be respected while this is enabled. This method can be used as an alternative to disabling a waiting room (with <span pulumi-lang-nodejs="`suspended`" pulumi-lang-dotnet="`Suspended`" pulumi-lang-go="`suspended`" pulumi-lang-python="`suspended`" pulumi-lang-yaml="`suspended`" pulumi-lang-java="`suspended`">`suspended`</span>) so that analytics are still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a waiting room event, or vice versa.
|
|
416
|
+
* 4. <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>: Users will be immediately rejected from the waiting room. As a result, no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and otherwise blocks all traffic. For this case, the waiting room uses <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>, and its events override this with <span pulumi-lang-nodejs="`fifo`" pulumi-lang-dotnet="`Fifo`" pulumi-lang-go="`fifo`" pulumi-lang-python="`fifo`" pulumi-lang-yaml="`fifo`" pulumi-lang-java="`fifo`">`fifo`</span>, <span pulumi-lang-nodejs="`random`" pulumi-lang-dotnet="`Random`" pulumi-lang-go="`random`" pulumi-lang-python="`random`" pulumi-lang-yaml="`random`" pulumi-lang-java="`random`">`random`</span>, or <span pulumi-lang-nodejs="`passthrough`" pulumi-lang-dotnet="`Passthrough`" pulumi-lang-go="`passthrough`" pulumi-lang-python="`passthrough`" pulumi-lang-yaml="`passthrough`" pulumi-lang-java="`passthrough`">`passthrough`</span>. When this queueing method is enabled and neither `queueAll` is enabled nor an event is prequeueing, the waiting room page **will not refresh automatically**.
|
|
417
|
+
* Available values: "fifo", "random", "passthrough", "reject".
|
|
400
418
|
*/
|
|
401
419
|
queueingMethod?: pulumi.Input<string>;
|
|
402
420
|
/**
|
|
403
421
|
* HTTP status code returned to a user while in the queue.
|
|
422
|
+
* Available values: 200, 202, 429.
|
|
404
423
|
*/
|
|
405
424
|
queueingStatusCode?: pulumi.Input<number>;
|
|
406
425
|
/**
|
|
407
|
-
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by
|
|
408
|
-
* Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
426
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
409
427
|
*/
|
|
410
428
|
sessionDuration?: pulumi.Input<number>;
|
|
411
429
|
/**
|
|
412
|
-
* Suspends or allows traffic going to the waiting room. If set to `true
|
|
430
|
+
* Suspends or allows traffic going to the waiting room. If set to <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, the traffic will not go to the waiting room.
|
|
413
431
|
*/
|
|
414
432
|
suspended?: pulumi.Input<boolean>;
|
|
415
433
|
/**
|
|
416
|
-
* 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
|
|
417
|
-
* on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on
|
|
418
|
-
* the route. It is possible to have a situation where there are more or less active users sessions on the route based on
|
|
419
|
-
* the traffic patterns at that time around the world.
|
|
434
|
+
* 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 on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on the route. It is possible to have a situation where there are more or less active users sessions on the route based on the traffic patterns at that time around the world.
|
|
420
435
|
*/
|
|
421
436
|
totalActiveUsers?: pulumi.Input<number>;
|
|
422
437
|
/**
|
|
423
|
-
* Which action to take when a bot is detected using Turnstile. `log`
|
|
424
|
-
*
|
|
425
|
-
*
|
|
438
|
+
* Which action to take when a bot is detected using Turnstile. <span pulumi-lang-nodejs="`log`" pulumi-lang-dotnet="`Log`" pulumi-lang-go="`log`" pulumi-lang-python="`log`" pulumi-lang-yaml="`log`" pulumi-lang-java="`log`">`log`</span> will
|
|
439
|
+
* have no impact on queueing behavior, simply keeping track of how many
|
|
440
|
+
* bots are detected in Waiting Room Analytics. <span pulumi-lang-nodejs="`infiniteQueue`" pulumi-lang-dotnet="`InfiniteQueue`" pulumi-lang-go="`infiniteQueue`" pulumi-lang-python="`infinite_queue`" pulumi-lang-yaml="`infiniteQueue`" pulumi-lang-java="`infiniteQueue`">`infinite_queue`</span> will send
|
|
441
|
+
* bots to a false queueing state, where they will never reach your
|
|
442
|
+
* origin. <span pulumi-lang-nodejs="`infiniteQueue`" pulumi-lang-dotnet="`InfiniteQueue`" pulumi-lang-go="`infiniteQueue`" pulumi-lang-python="`infinite_queue`" pulumi-lang-yaml="`infiniteQueue`" pulumi-lang-java="`infiniteQueue`">`infinite_queue`</span> requires Advanced Waiting Room.
|
|
443
|
+
* Available values: "log", <span pulumi-lang-nodejs=""infiniteQueue"" pulumi-lang-dotnet=""InfiniteQueue"" pulumi-lang-go=""infiniteQueue"" pulumi-lang-python=""infinite_queue"" pulumi-lang-yaml=""infiniteQueue"" pulumi-lang-java=""infiniteQueue"">"infinite_queue"</span>.
|
|
426
444
|
*/
|
|
427
445
|
turnstileAction?: pulumi.Input<string>;
|
|
428
446
|
/**
|
|
429
|
-
* Which Turnstile widget type to use for detecting bot traffic. See
|
|
430
|
-
* documentation](https://developers.cloudflare.com/turnstile/concepts/widget/#widget-types)
|
|
431
|
-
* widget types. Set to `off`
|
|
432
|
-
*
|
|
447
|
+
* Which Turnstile widget type to use for detecting bot traffic. See
|
|
448
|
+
* [the Turnstile documentation](https://developers.cloudflare.com/turnstile/concepts/widget/#widget-types)
|
|
449
|
+
* for the definitions of these widget types. Set to <span pulumi-lang-nodejs="`off`" pulumi-lang-dotnet="`Off`" pulumi-lang-go="`off`" pulumi-lang-python="`off`" pulumi-lang-yaml="`off`" pulumi-lang-java="`off`">`off`</span> to disable the
|
|
450
|
+
* Turnstile integration entirely. Setting this to anything other than
|
|
451
|
+
* <span pulumi-lang-nodejs="`off`" pulumi-lang-dotnet="`Off`" pulumi-lang-go="`off`" pulumi-lang-python="`off`" pulumi-lang-yaml="`off`" pulumi-lang-java="`off`">`off`</span> or <span pulumi-lang-nodejs="`invisible`" pulumi-lang-dotnet="`Invisible`" pulumi-lang-go="`invisible`" pulumi-lang-python="`invisible`" pulumi-lang-yaml="`invisible`" pulumi-lang-java="`invisible`">`invisible`</span> requires Advanced Waiting Room.
|
|
452
|
+
* Available values: "off", "invisible", <span pulumi-lang-nodejs=""visibleNonInteractive"" pulumi-lang-dotnet=""VisibleNonInteractive"" pulumi-lang-go=""visibleNonInteractive"" pulumi-lang-python=""visible_non_interactive"" pulumi-lang-yaml=""visibleNonInteractive"" pulumi-lang-java=""visibleNonInteractive"">"visible_non_interactive"</span>, <span pulumi-lang-nodejs=""visibleManaged"" pulumi-lang-dotnet=""VisibleManaged"" pulumi-lang-go=""visibleManaged"" pulumi-lang-python=""visible_managed"" pulumi-lang-yaml=""visibleManaged"" pulumi-lang-java=""visibleManaged"">"visible_managed"</span>.
|
|
433
453
|
*/
|
|
434
454
|
turnstileMode?: pulumi.Input<string>;
|
|
435
455
|
/**
|
|
436
|
-
* Identifier
|
|
456
|
+
* Identifier.
|
|
437
457
|
*/
|
|
438
458
|
zoneId?: pulumi.Input<string>;
|
|
439
459
|
}
|
|
@@ -442,38 +462,32 @@ export interface WaitingRoomState {
|
|
|
442
462
|
*/
|
|
443
463
|
export interface WaitingRoomArgs {
|
|
444
464
|
/**
|
|
445
|
-
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this
|
|
446
|
-
* waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination
|
|
447
|
-
* must be unique to this and all other waiting rooms.
|
|
465
|
+
* Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination must be unique to this and all other waiting rooms.
|
|
448
466
|
*/
|
|
449
467
|
additionalRoutes?: pulumi.Input<pulumi.Input<inputs.WaitingRoomAdditionalRoute>[]>;
|
|
450
468
|
/**
|
|
451
|
-
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting
|
|
452
|
-
* room, such as queue position.
|
|
469
|
+
* Configures cookie attributes for the waiting room cookie. This encrypted cookie stores a user's status in the waiting room, such as queue position.
|
|
453
470
|
*/
|
|
454
471
|
cookieAttributes?: pulumi.Input<inputs.WaitingRoomCookieAttributes>;
|
|
455
472
|
/**
|
|
456
|
-
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If
|
|
457
|
-
* `cookie_suffix` is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using
|
|
458
|
-
* `additional_routes`.
|
|
473
|
+
* Appends a '_' + a custom suffix to the end of Cloudflare Waiting Room's cookie name(__cf_waitingroom). If <span pulumi-lang-nodejs="`cookieSuffix`" pulumi-lang-dotnet="`CookieSuffix`" pulumi-lang-go="`cookieSuffix`" pulumi-lang-python="`cookie_suffix`" pulumi-lang-yaml="`cookieSuffix`" pulumi-lang-java="`cookieSuffix`">`cookie_suffix`</span> is "abcd", the cookie name will be `__cf_waitingroom_abcd`. This field is required if using <span pulumi-lang-nodejs="`additionalRoutes`" pulumi-lang-dotnet="`AdditionalRoutes`" pulumi-lang-go="`additionalRoutes`" pulumi-lang-python="`additional_routes`" pulumi-lang-yaml="`additionalRoutes`" pulumi-lang-java="`additionalRoutes`">`additional_routes`</span>.
|
|
459
474
|
*/
|
|
460
475
|
cookieSuffix?: pulumi.Input<string>;
|
|
461
476
|
/**
|
|
462
|
-
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the
|
|
463
|
-
*
|
|
464
|
-
*
|
|
465
|
-
* {{`
|
|
466
|
-
*
|
|
467
|
-
*
|
|
468
|
-
* {{`
|
|
469
|
-
*
|
|
470
|
-
*
|
|
471
|
-
* `cfWaitingRoom` object described under the `json_response_enabled` property in other Waiting Room API calls.
|
|
477
|
+
* Only available for the Waiting Room Advanced subscription. This is a template html file that will be rendered at the edge. If no<span pulumi-lang-nodejs=" customPageHtml " pulumi-lang-dotnet=" CustomPageHtml " pulumi-lang-go=" customPageHtml " pulumi-lang-python=" custom_page_html " pulumi-lang-yaml=" customPageHtml " pulumi-lang-java=" customPageHtml "> custom_page_html </span>is provided, the default waiting room will be used. The template is based on mustache ( https://mustache.github.io/ ). There are several variables that are evaluated by the Cloudflare edge:
|
|
478
|
+
* 1. {{`waitTimeKnown`}} Acts like a boolean value that indicates the behavior to take when wait time is not available, for instance when<span pulumi-lang-nodejs=" queueAll " pulumi-lang-dotnet=" QueueAll " pulumi-lang-go=" queueAll " pulumi-lang-python=" queue_all " pulumi-lang-yaml=" queueAll " pulumi-lang-java=" queueAll "> queue_all </span>is **true**.
|
|
479
|
+
* 2. {{`waitTimeFormatted`}} Estimated wait time for the user. For example, five minutes. Alternatively, you can use:
|
|
480
|
+
* 3. {{`waitTime`}} Number of minutes of estimated wait for a user.
|
|
481
|
+
* 4. {{`waitTimeHours`}} Number of hours of estimated wait for a user (`Math.floor(waitTime/60)`).
|
|
482
|
+
* 5. {{`waitTimeHourMinutes`}} Number of minutes above the `waitTimeHours` value (`waitTime%60`).
|
|
483
|
+
* 6. {{`queueIsFull`}} Changes to **true** when no more people can be added to the queue.
|
|
484
|
+
*
|
|
485
|
+
* To view the full list of variables, look at the `cfWaitingRoom` object described under the <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> property in other Waiting Room API calls.
|
|
472
486
|
*/
|
|
473
487
|
customPageHtml?: pulumi.Input<string>;
|
|
474
488
|
/**
|
|
475
|
-
* The language of the default page template. If no default_template_language is provided, then `en-US` (English) will be
|
|
476
|
-
*
|
|
489
|
+
* The language of the default page template. If no<span pulumi-lang-nodejs=" defaultTemplateLanguage " pulumi-lang-dotnet=" DefaultTemplateLanguage " pulumi-lang-go=" defaultTemplateLanguage " pulumi-lang-python=" default_template_language " pulumi-lang-yaml=" defaultTemplateLanguage " pulumi-lang-java=" defaultTemplateLanguage "> default_template_language </span>is provided, then `en-US` (English) will be used.
|
|
490
|
+
* Available values: "en-US", "es-ES", "de-DE", "fr-FR", "it-IT", "ja-JP", "ko-KR", "pt-BR", "zh-CN", "zh-TW", "nl-NL", "pl-PL", "id-ID", "tr-TR", "ar-EG", "ru-RU", "fa-IR", "bg-BG", "hr-HR", "cs-CZ", "da-DK", "fi-FI", "lt-LT", "ms-MY", "nb-NO", "ro-RO", "el-GR", "he-IL", "hi-IN", "hu-HU", "sr-BA", "sk-SK", "sl-SI", "sv-SE", "tl-PH", "th-TH", "uk-UA", "vi-VN".
|
|
477
491
|
*/
|
|
478
492
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
479
493
|
/**
|
|
@@ -481,9 +495,7 @@ export interface WaitingRoomArgs {
|
|
|
481
495
|
*/
|
|
482
496
|
description?: pulumi.Input<string>;
|
|
483
497
|
/**
|
|
484
|
-
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If `true
|
|
485
|
-
* accepted user will have session_duration minutes to browse the site. After that, they will have to go through the
|
|
486
|
-
* waiting room again. If `false`, a user's session cookie will be automatically renewed on every request.
|
|
498
|
+
* Only available for the Waiting Room Advanced subscription. Disables automatic renewal of session cookies. If <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, an accepted user will have<span pulumi-lang-nodejs=" sessionDuration " pulumi-lang-dotnet=" SessionDuration " pulumi-lang-go=" sessionDuration " pulumi-lang-python=" session_duration " pulumi-lang-yaml=" sessionDuration " pulumi-lang-java=" sessionDuration "> session_duration </span>minutes to browse the site. After that, they will have to go through the waiting room again. If <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>, a user's session cookie will be automatically renewed on every request.
|
|
487
499
|
*/
|
|
488
500
|
disableSessionRenewal?: pulumi.Input<boolean>;
|
|
489
501
|
/**
|
|
@@ -491,70 +503,101 @@ export interface WaitingRoomArgs {
|
|
|
491
503
|
*/
|
|
492
504
|
enabledOriginCommands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
493
505
|
/**
|
|
494
|
-
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or
|
|
495
|
-
* https://). The host and path combination must be unique.
|
|
506
|
+
* The host name to which the waiting room will be applied (no wildcards). Please do not include the scheme (http:// or https://). The host and path combination must be unique.
|
|
496
507
|
*/
|
|
497
508
|
host: pulumi.Input<string>;
|
|
498
509
|
/**
|
|
499
|
-
* Only available for the Waiting Room Advanced subscription. If `true
|
|
500
|
-
*
|
|
501
|
-
*
|
|
502
|
-
*
|
|
503
|
-
*
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
* `
|
|
508
|
-
*
|
|
509
|
-
* `
|
|
510
|
-
*
|
|
511
|
-
*
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
*
|
|
516
|
-
*
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
* `
|
|
521
|
-
* `
|
|
522
|
-
*
|
|
523
|
-
* `
|
|
524
|
-
*
|
|
525
|
-
*
|
|
526
|
-
*
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
530
|
-
*
|
|
531
|
-
*
|
|
532
|
-
*
|
|
533
|
-
*
|
|
534
|
-
*
|
|
535
|
-
*
|
|
536
|
-
*
|
|
537
|
-
*
|
|
538
|
-
*
|
|
539
|
-
*
|
|
540
|
-
*
|
|
541
|
-
*
|
|
542
|
-
*
|
|
543
|
-
*
|
|
544
|
-
*
|
|
545
|
-
*
|
|
546
|
-
*
|
|
547
|
-
*
|
|
548
|
-
*
|
|
549
|
-
*
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
*
|
|
553
|
-
*
|
|
554
|
-
*
|
|
555
|
-
*
|
|
556
|
-
*
|
|
557
|
-
*
|
|
510
|
+
* Only available for the Waiting Room Advanced subscription. If <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, requests to the waiting room with the header `Accept: application/json` will receive a JSON response object with information on the user's status in the waiting room as opposed to the configured static HTML page. This JSON response object has one property `cfWaitingRoom` which is an object containing the following fields:
|
|
511
|
+
* 1. `inWaitingRoom`: Boolean indicating if the user is in the waiting room (always **true**).
|
|
512
|
+
* 2. `waitTimeKnown`: Boolean indicating if the current estimated wait times are accurate. If **false**, they are not available.
|
|
513
|
+
* 3. `waitTime`: Valid only when `waitTimeKnown` is **true**. Integer indicating the current estimated time in minutes the user will wait in the waiting room. When `queueingMethod` is **random**, this is set to `waitTime50Percentile`.
|
|
514
|
+
* 4. `waitTime25Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 25% of users that gain entry the fastest (25th percentile).
|
|
515
|
+
* 5. `waitTime50Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 50% of users that gain entry the fastest (50th percentile). In other words, half of the queued users are expected to let into the origin website before `waitTime50Percentile` and half are expected to be let in after it.
|
|
516
|
+
* 6. `waitTime75Percentile`: Valid only when `queueingMethod` is **random** and `waitTimeKnown` is **true**. Integer indicating the current estimated maximum wait time for the 75% of users that gain entry the fastest (75th percentile).
|
|
517
|
+
* 7. `waitTimeFormatted`: String displaying the `waitTime` formatted in English for users. If `waitTimeKnown` is **false**, `waitTimeFormatted` will display **unavailable**.
|
|
518
|
+
* 8. `queueIsFull`: Boolean indicating if the waiting room's queue is currently full and not accepting new users at the moment.
|
|
519
|
+
* 9. `queueAll`: Boolean indicating if all users will be queued in the waiting room and no one will be let into the origin website.
|
|
520
|
+
* 10. `lastUpdated`: String displaying the timestamp as an ISO 8601 string of the user's last attempt to leave the waiting room and be let into the origin website. The user is able to make another attempt after `refreshIntervalSeconds` past this time. If the user makes a request too soon, it will be ignored and `lastUpdated` will not change.
|
|
521
|
+
* 11. `refreshIntervalSeconds`: Integer indicating the number of seconds after `lastUpdated` until the user is able to make another attempt to leave the waiting room and be let into the origin website. When the `queueingMethod` is <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>, there is no specified refresh time —\_it will always be **zero**.
|
|
522
|
+
* 12. `queueingMethod`: The queueing method currently used by the waiting room. It is either **fifo**, **random**, **passthrough**, or **reject**.
|
|
523
|
+
* 13. `isFIFOQueue`: Boolean indicating if the waiting room uses a FIFO (First-In-First-Out) queue.
|
|
524
|
+
* 14. `isRandomQueue`: Boolean indicating if the waiting room uses a Random queue where users gain access randomly.
|
|
525
|
+
* 15. `isPassthroughQueue`: Boolean indicating if the waiting room uses a passthrough queue. Keep in mind that when passthrough is enabled, this JSON response will only exist when `queueAll` is **true** or `isEventPrequeueing` is **true** because in all other cases requests will go directly to the origin.
|
|
526
|
+
* 16. `isRejectQueue`: Boolean indicating if the waiting room uses a reject queue.
|
|
527
|
+
* 17. `isEventActive`: Boolean indicating if an event is currently occurring. Events are able to change a waiting room's behavior during a specified period of time. For additional information, look at the event properties <span pulumi-lang-nodejs="`prequeueStartTime`" pulumi-lang-dotnet="`PrequeueStartTime`" pulumi-lang-go="`prequeueStartTime`" pulumi-lang-python="`prequeue_start_time`" pulumi-lang-yaml="`prequeueStartTime`" pulumi-lang-java="`prequeueStartTime`">`prequeue_start_time`</span>, <span pulumi-lang-nodejs="`eventStartTime`" pulumi-lang-dotnet="`EventStartTime`" pulumi-lang-go="`eventStartTime`" pulumi-lang-python="`event_start_time`" pulumi-lang-yaml="`eventStartTime`" pulumi-lang-java="`eventStartTime`">`event_start_time`</span>, and <span pulumi-lang-nodejs="`eventEndTime`" pulumi-lang-dotnet="`EventEndTime`" pulumi-lang-go="`eventEndTime`" pulumi-lang-python="`event_end_time`" pulumi-lang-yaml="`eventEndTime`" pulumi-lang-java="`eventEndTime`">`event_end_time`</span> in the documentation for creating waiting room events. Events are considered active between these start and end times, as well as during the prequeueing period if it exists.
|
|
528
|
+
* 18. `isEventPrequeueing`: Valid only when `isEventActive` is **true**. Boolean indicating if an event is currently prequeueing users before it starts.
|
|
529
|
+
* 19. `timeUntilEventStart`: Valid only when `isEventPrequeueing` is **true**. Integer indicating the number of minutes until the event starts.
|
|
530
|
+
* 20. `timeUntilEventStartFormatted`: String displaying the `timeUntilEventStart` formatted in English for users. If `isEventPrequeueing` is **false**, `timeUntilEventStartFormatted` will display **unavailable**.
|
|
531
|
+
* 21. `timeUntilEventEnd`: Valid only when `isEventActive` is **true**. Integer indicating the number of minutes until the event ends.
|
|
532
|
+
* 22. `timeUntilEventEndFormatted`: String displaying the `timeUntilEventEnd` formatted in English for users. If `isEventActive` is **false**, `timeUntilEventEndFormatted` will display **unavailable**.
|
|
533
|
+
* 23. `shuffleAtEventStart`: Valid only when `isEventActive` is **true**. Boolean indicating if the users in the prequeue are shuffled randomly when the event starts.
|
|
534
|
+
* 24. <span pulumi-lang-nodejs="`turnstile`" pulumi-lang-dotnet="`Turnstile`" pulumi-lang-go="`turnstile`" pulumi-lang-python="`turnstile`" pulumi-lang-yaml="`turnstile`" pulumi-lang-java="`turnstile`">`turnstile`</span>: Empty when turnstile isn't enabled. String displaying an html tag to display the Turnstile widget. Please add the `{{{turnstile}}}` tag to the <span pulumi-lang-nodejs="`customHtml`" pulumi-lang-dotnet="`CustomHtml`" pulumi-lang-go="`customHtml`" pulumi-lang-python="`custom_html`" pulumi-lang-yaml="`customHtml`" pulumi-lang-java="`customHtml`">`custom_html`</span> template to ensure the Turnstile widget appears.
|
|
535
|
+
* 25. `infiniteQueue`: Boolean indicating whether the response is for a user in the infinite queue.
|
|
536
|
+
*
|
|
537
|
+
* An example cURL to a waiting room could be:
|
|
538
|
+
*
|
|
539
|
+
* curl -X GET "https://example.com/waitingroom" \
|
|
540
|
+
* -H "Accept: application/json"
|
|
541
|
+
*
|
|
542
|
+
* If <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> is **true** and the request hits the waiting room, an example JSON response when `queueingMethod` is **fifo** and no event is active could be:
|
|
543
|
+
*
|
|
544
|
+
* {
|
|
545
|
+
* "cfWaitingRoom": {
|
|
546
|
+
* "inWaitingRoom": true,
|
|
547
|
+
* "waitTimeKnown": true,
|
|
548
|
+
* "waitTime": 10,
|
|
549
|
+
* "waitTime25Percentile": 0,
|
|
550
|
+
* "waitTime50Percentile": 0,
|
|
551
|
+
* "waitTime75Percentile": 0,
|
|
552
|
+
* "waitTimeFormatted": "10 minutes",
|
|
553
|
+
* "queueIsFull": false,
|
|
554
|
+
* "queueAll": false,
|
|
555
|
+
* "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
556
|
+
* "refreshIntervalSeconds": 20,
|
|
557
|
+
* "queueingMethod": "fifo",
|
|
558
|
+
* "isFIFOQueue": true,
|
|
559
|
+
* "isRandomQueue": false,
|
|
560
|
+
* "isPassthroughQueue": false,
|
|
561
|
+
* "isRejectQueue": false,
|
|
562
|
+
* "isEventActive": false,
|
|
563
|
+
* "isEventPrequeueing": false,
|
|
564
|
+
* "timeUntilEventStart": 0,
|
|
565
|
+
* "timeUntilEventStartFormatted": "unavailable",
|
|
566
|
+
* "timeUntilEventEnd": 0,
|
|
567
|
+
* "timeUntilEventEndFormatted": "unavailable",
|
|
568
|
+
* "shuffleAtEventStart": false
|
|
569
|
+
* }
|
|
570
|
+
* }
|
|
571
|
+
*
|
|
572
|
+
* If <span pulumi-lang-nodejs="`jsonResponseEnabled`" pulumi-lang-dotnet="`JsonResponseEnabled`" pulumi-lang-go="`jsonResponseEnabled`" pulumi-lang-python="`json_response_enabled`" pulumi-lang-yaml="`jsonResponseEnabled`" pulumi-lang-java="`jsonResponseEnabled`">`json_response_enabled`</span> is **true** and the request hits the waiting room, an example JSON response when `queueingMethod` is **random** and an event is active could be:
|
|
573
|
+
*
|
|
574
|
+
* {
|
|
575
|
+
* "cfWaitingRoom": {
|
|
576
|
+
* "inWaitingRoom": true,
|
|
577
|
+
* "waitTimeKnown": true,
|
|
578
|
+
* "waitTime": 10,
|
|
579
|
+
* "waitTime25Percentile": 5,
|
|
580
|
+
* "waitTime50Percentile": 10,
|
|
581
|
+
* "waitTime75Percentile": 15,
|
|
582
|
+
* "waitTimeFormatted": "5 minutes to 15 minutes",
|
|
583
|
+
* "queueIsFull": false,
|
|
584
|
+
* "queueAll": false,
|
|
585
|
+
* "lastUpdated": "2020-08-03T23:46:00.000Z",
|
|
586
|
+
* "refreshIntervalSeconds": 20,
|
|
587
|
+
* "queueingMethod": "random",
|
|
588
|
+
* "isFIFOQueue": false,
|
|
589
|
+
* "isRandomQueue": true,
|
|
590
|
+
* "isPassthroughQueue": false,
|
|
591
|
+
* "isRejectQueue": false,
|
|
592
|
+
* "isEventActive": true,
|
|
593
|
+
* "isEventPrequeueing": false,
|
|
594
|
+
* "timeUntilEventStart": 0,
|
|
595
|
+
* "timeUntilEventStartFormatted": "unavailable",
|
|
596
|
+
* "timeUntilEventEnd": 15,
|
|
597
|
+
* "timeUntilEventEndFormatted": "15 minutes",
|
|
598
|
+
* "shuffleAtEventStart": true
|
|
599
|
+
* }
|
|
600
|
+
* }
|
|
558
601
|
*/
|
|
559
602
|
jsonResponseEnabled?: pulumi.Input<boolean>;
|
|
560
603
|
/**
|
|
@@ -562,76 +605,63 @@ export interface WaitingRoomArgs {
|
|
|
562
605
|
*/
|
|
563
606
|
name?: pulumi.Input<string>;
|
|
564
607
|
/**
|
|
565
|
-
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number
|
|
566
|
-
* 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
|
|
567
|
-
* route based on the traffic patterns at that time around the world.
|
|
608
|
+
* Sets the number of new users that will be let into the route every minute. This value is used as baseline for the number 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 route based on the traffic patterns at that time around the world.
|
|
568
609
|
*/
|
|
569
610
|
newUsersPerMinute: pulumi.Input<number>;
|
|
570
611
|
/**
|
|
571
|
-
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well.
|
|
572
|
-
* If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen.
|
|
573
|
-
* Wildcards and query parameters are not supported.
|
|
612
|
+
* Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well. If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen. Wildcards and query parameters are not supported.
|
|
574
613
|
*/
|
|
575
614
|
path?: pulumi.Input<string>;
|
|
576
615
|
/**
|
|
577
|
-
* If queue_all is `true
|
|
578
|
-
* get to the route once this field is set and estimated time will become unavailable.
|
|
616
|
+
* If<span pulumi-lang-nodejs=" queueAll " pulumi-lang-dotnet=" QueueAll " pulumi-lang-go=" queueAll " pulumi-lang-python=" queue_all " pulumi-lang-yaml=" queueAll " pulumi-lang-java=" queueAll "> queue_all </span>is <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, all the traffic that is coming to a route will be sent to the waiting room. No new traffic can get to the route once this field is set and estimated time will become unavailable.
|
|
579
617
|
*/
|
|
580
618
|
queueAll?: pulumi.Input<boolean>;
|
|
581
619
|
/**
|
|
582
|
-
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only
|
|
583
|
-
*
|
|
584
|
-
*
|
|
585
|
-
* waiting room
|
|
586
|
-
*
|
|
587
|
-
*
|
|
588
|
-
* waiting room and into the origin website. As a result, any configured limits will not be respected while this is
|
|
589
|
-
* enabled. This method can be used as an alternative to disabling a waiting room (with `suspended`) so that analytics are
|
|
590
|
-
* still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a
|
|
591
|
-
* waiting room event, or vice versa. 4. `reject`: Users will be immediately rejected from the waiting room. As a result,
|
|
592
|
-
* no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while
|
|
593
|
-
* performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are
|
|
594
|
-
* not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and
|
|
595
|
-
* otherwise blocks all traffic. For this case, the waiting room uses `reject`, and its events override this with `fifo`,
|
|
596
|
-
* `random`, or `passthrough`. When this queueing method is enabled and neither `queueAll` is enabled nor an event is
|
|
597
|
-
* prequeueing, the waiting room page **will not refresh automatically**.
|
|
620
|
+
* Sets the queueing method used by the waiting room. Changing this parameter from the **default** queueing method is only available for the Waiting Room Advanced subscription. Regardless of the queueing method, if <span pulumi-lang-nodejs="`queueAll`" pulumi-lang-dotnet="`QueueAll`" pulumi-lang-go="`queueAll`" pulumi-lang-python="`queue_all`" pulumi-lang-yaml="`queueAll`" pulumi-lang-java="`queueAll`">`queue_all`</span> is enabled or an event is prequeueing, users in the waiting room will not be accepted to the origin. These users will always see a waiting room page that refreshes automatically. The valid queueing methods are:
|
|
621
|
+
* 1. <span pulumi-lang-nodejs="`fifo`" pulumi-lang-dotnet="`Fifo`" pulumi-lang-go="`fifo`" pulumi-lang-python="`fifo`" pulumi-lang-yaml="`fifo`" pulumi-lang-java="`fifo`">`fifo`</span> **(default)**: First-In-First-Out queue where customers gain access in the order they arrived.
|
|
622
|
+
* 2. <span pulumi-lang-nodejs="`random`" pulumi-lang-dotnet="`Random`" pulumi-lang-go="`random`" pulumi-lang-python="`random`" pulumi-lang-yaml="`random`" pulumi-lang-java="`random`">`random`</span>: Random queue where customers gain access randomly, regardless of arrival time.
|
|
623
|
+
* 3. <span pulumi-lang-nodejs="`passthrough`" pulumi-lang-dotnet="`Passthrough`" pulumi-lang-go="`passthrough`" pulumi-lang-python="`passthrough`" pulumi-lang-yaml="`passthrough`" pulumi-lang-java="`passthrough`">`passthrough`</span>: Users will pass directly through the waiting room and into the origin website. As a result, any configured limits will not be respected while this is enabled. This method can be used as an alternative to disabling a waiting room (with <span pulumi-lang-nodejs="`suspended`" pulumi-lang-dotnet="`Suspended`" pulumi-lang-go="`suspended`" pulumi-lang-python="`suspended`" pulumi-lang-yaml="`suspended`" pulumi-lang-java="`suspended`">`suspended`</span>) so that analytics are still reported. This can be used if you wish to allow all traffic normally, but want to restrict traffic during a waiting room event, or vice versa.
|
|
624
|
+
* 4. <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>: Users will be immediately rejected from the waiting room. As a result, no users will reach the origin website while this is enabled. This can be used if you wish to reject all traffic while performing maintenance, block traffic during a specified period of time (an event), or block traffic while events are not occurring. Consider a waiting room used for vaccine distribution that only allows traffic during sign-up events, and otherwise blocks all traffic. For this case, the waiting room uses <span pulumi-lang-nodejs="`reject`" pulumi-lang-dotnet="`Reject`" pulumi-lang-go="`reject`" pulumi-lang-python="`reject`" pulumi-lang-yaml="`reject`" pulumi-lang-java="`reject`">`reject`</span>, and its events override this with <span pulumi-lang-nodejs="`fifo`" pulumi-lang-dotnet="`Fifo`" pulumi-lang-go="`fifo`" pulumi-lang-python="`fifo`" pulumi-lang-yaml="`fifo`" pulumi-lang-java="`fifo`">`fifo`</span>, <span pulumi-lang-nodejs="`random`" pulumi-lang-dotnet="`Random`" pulumi-lang-go="`random`" pulumi-lang-python="`random`" pulumi-lang-yaml="`random`" pulumi-lang-java="`random`">`random`</span>, or <span pulumi-lang-nodejs="`passthrough`" pulumi-lang-dotnet="`Passthrough`" pulumi-lang-go="`passthrough`" pulumi-lang-python="`passthrough`" pulumi-lang-yaml="`passthrough`" pulumi-lang-java="`passthrough`">`passthrough`</span>. When this queueing method is enabled and neither `queueAll` is enabled nor an event is prequeueing, the waiting room page **will not refresh automatically**.
|
|
625
|
+
* Available values: "fifo", "random", "passthrough", "reject".
|
|
598
626
|
*/
|
|
599
627
|
queueingMethod?: pulumi.Input<string>;
|
|
600
628
|
/**
|
|
601
629
|
* HTTP status code returned to a user while in the queue.
|
|
630
|
+
* Available values: 200, 202, 429.
|
|
602
631
|
*/
|
|
603
632
|
queueingStatusCode?: pulumi.Input<number>;
|
|
604
633
|
/**
|
|
605
|
-
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by
|
|
606
|
-
* Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
634
|
+
* Lifetime of a cookie (in minutes) set by Cloudflare for users who get access to the route. If a user is not seen by Cloudflare again in that time period, they will be treated as a new user that visits the route.
|
|
607
635
|
*/
|
|
608
636
|
sessionDuration?: pulumi.Input<number>;
|
|
609
637
|
/**
|
|
610
|
-
* Suspends or allows traffic going to the waiting room. If set to `true
|
|
638
|
+
* Suspends or allows traffic going to the waiting room. If set to <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, the traffic will not go to the waiting room.
|
|
611
639
|
*/
|
|
612
640
|
suspended?: pulumi.Input<boolean>;
|
|
613
641
|
/**
|
|
614
|
-
* 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
|
|
615
|
-
* on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on
|
|
616
|
-
* the route. It is possible to have a situation where there are more or less active users sessions on the route based on
|
|
617
|
-
* the traffic patterns at that time around the world.
|
|
642
|
+
* 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 on which a waiting room is available. This value is used as a baseline for the total number of active user sessions on the route. It is possible to have a situation where there are more or less active users sessions on the route based on the traffic patterns at that time around the world.
|
|
618
643
|
*/
|
|
619
644
|
totalActiveUsers: pulumi.Input<number>;
|
|
620
645
|
/**
|
|
621
|
-
* Which action to take when a bot is detected using Turnstile. `log`
|
|
622
|
-
*
|
|
623
|
-
*
|
|
646
|
+
* Which action to take when a bot is detected using Turnstile. <span pulumi-lang-nodejs="`log`" pulumi-lang-dotnet="`Log`" pulumi-lang-go="`log`" pulumi-lang-python="`log`" pulumi-lang-yaml="`log`" pulumi-lang-java="`log`">`log`</span> will
|
|
647
|
+
* have no impact on queueing behavior, simply keeping track of how many
|
|
648
|
+
* bots are detected in Waiting Room Analytics. <span pulumi-lang-nodejs="`infiniteQueue`" pulumi-lang-dotnet="`InfiniteQueue`" pulumi-lang-go="`infiniteQueue`" pulumi-lang-python="`infinite_queue`" pulumi-lang-yaml="`infiniteQueue`" pulumi-lang-java="`infiniteQueue`">`infinite_queue`</span> will send
|
|
649
|
+
* bots to a false queueing state, where they will never reach your
|
|
650
|
+
* origin. <span pulumi-lang-nodejs="`infiniteQueue`" pulumi-lang-dotnet="`InfiniteQueue`" pulumi-lang-go="`infiniteQueue`" pulumi-lang-python="`infinite_queue`" pulumi-lang-yaml="`infiniteQueue`" pulumi-lang-java="`infiniteQueue`">`infinite_queue`</span> requires Advanced Waiting Room.
|
|
651
|
+
* Available values: "log", <span pulumi-lang-nodejs=""infiniteQueue"" pulumi-lang-dotnet=""InfiniteQueue"" pulumi-lang-go=""infiniteQueue"" pulumi-lang-python=""infinite_queue"" pulumi-lang-yaml=""infiniteQueue"" pulumi-lang-java=""infiniteQueue"">"infinite_queue"</span>.
|
|
624
652
|
*/
|
|
625
653
|
turnstileAction?: pulumi.Input<string>;
|
|
626
654
|
/**
|
|
627
|
-
* Which Turnstile widget type to use for detecting bot traffic. See
|
|
628
|
-
* documentation](https://developers.cloudflare.com/turnstile/concepts/widget/#widget-types)
|
|
629
|
-
* widget types. Set to `off`
|
|
630
|
-
*
|
|
655
|
+
* Which Turnstile widget type to use for detecting bot traffic. See
|
|
656
|
+
* [the Turnstile documentation](https://developers.cloudflare.com/turnstile/concepts/widget/#widget-types)
|
|
657
|
+
* for the definitions of these widget types. Set to <span pulumi-lang-nodejs="`off`" pulumi-lang-dotnet="`Off`" pulumi-lang-go="`off`" pulumi-lang-python="`off`" pulumi-lang-yaml="`off`" pulumi-lang-java="`off`">`off`</span> to disable the
|
|
658
|
+
* Turnstile integration entirely. Setting this to anything other than
|
|
659
|
+
* <span pulumi-lang-nodejs="`off`" pulumi-lang-dotnet="`Off`" pulumi-lang-go="`off`" pulumi-lang-python="`off`" pulumi-lang-yaml="`off`" pulumi-lang-java="`off`">`off`</span> or <span pulumi-lang-nodejs="`invisible`" pulumi-lang-dotnet="`Invisible`" pulumi-lang-go="`invisible`" pulumi-lang-python="`invisible`" pulumi-lang-yaml="`invisible`" pulumi-lang-java="`invisible`">`invisible`</span> requires Advanced Waiting Room.
|
|
660
|
+
* Available values: "off", "invisible", <span pulumi-lang-nodejs=""visibleNonInteractive"" pulumi-lang-dotnet=""VisibleNonInteractive"" pulumi-lang-go=""visibleNonInteractive"" pulumi-lang-python=""visible_non_interactive"" pulumi-lang-yaml=""visibleNonInteractive"" pulumi-lang-java=""visibleNonInteractive"">"visible_non_interactive"</span>, <span pulumi-lang-nodejs=""visibleManaged"" pulumi-lang-dotnet=""VisibleManaged"" pulumi-lang-go=""visibleManaged"" pulumi-lang-python=""visible_managed"" pulumi-lang-yaml=""visibleManaged"" pulumi-lang-java=""visibleManaged"">"visible_managed"</span>.
|
|
631
661
|
*/
|
|
632
662
|
turnstileMode?: pulumi.Input<string>;
|
|
633
663
|
/**
|
|
634
|
-
* Identifier
|
|
664
|
+
* Identifier.
|
|
635
665
|
*/
|
|
636
666
|
zoneId: pulumi.Input<string>;
|
|
637
667
|
}
|