@sst-provider/cloudflare5 5.0.0-alpha1 → 5.0.0-alpha1-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/accessRule.d.ts +29 -29
- package/bin/accessRule.js +2 -2
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +41 -22
- package/bin/account.js +9 -4
- package/bin/account.js.map +1 -1
- package/bin/accountMember.d.ts +31 -24
- package/bin/accountMember.js +10 -11
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +94 -0
- package/bin/accountSubscription.js +60 -0
- package/bin/accountSubscription.js.map +1 -0
- package/bin/addressMap.d.ts +46 -31
- package/bin/addressMap.js +12 -5
- package/bin/addressMap.js.map +1 -1
- package/bin/apiShield.d.ts +14 -14
- package/bin/apiShield.js +9 -2
- package/bin/apiShield.js.map +1 -1
- package/bin/apiShieldOperation.d.ts +18 -39
- package/bin/apiShieldOperation.js +6 -16
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +19 -13
- package/bin/apiShieldOperationSchemaValidationSettings.js +0 -2
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +50 -22
- package/bin/apiShieldSchema.js +22 -5
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +25 -13
- package/bin/apiShieldSchemaValidationSettings.js +0 -2
- package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/apiToken.d.ts +35 -29
- package/bin/apiToken.js +3 -5
- package/bin/apiToken.js.map +1 -1
- package/bin/argoSmartRouting.d.ts +60 -0
- package/bin/argoSmartRouting.js +57 -0
- package/bin/argoSmartRouting.js.map +1 -0
- package/bin/argoTieredCaching.d.ts +76 -0
- package/bin/argoTieredCaching.js +61 -0
- package/bin/argoTieredCaching.js.map +1 -0
- package/bin/authenticatedOriginPulls.d.ts +106 -27
- package/bin/authenticatedOriginPulls.js +29 -7
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +19 -50
- package/bin/authenticatedOriginPullsCertificate.js +1 -14
- package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/botManagement.d.ts +8 -19
- package/bin/botManagement.js +0 -4
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +90 -24
- package/bin/byoIpPrefix.js +36 -8
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/certificatePack.d.ts +38 -83
- package/bin/certificatePack.js +10 -26
- package/bin/certificatePack.js.map +1 -1
- package/bin/config/vars.d.ts +5 -35
- package/bin/config/vars.js +4 -40
- package/bin/config/vars.js.map +1 -1
- package/bin/customHostname.d.ts +57 -55
- package/bin/customHostname.js +9 -6
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +30 -9
- package/bin/customHostnameFallbackOrigin.js +6 -2
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customSsl.d.ts +150 -15
- package/bin/customSsl.js +20 -6
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +29 -9
- package/bin/d1database.js +10 -0
- package/bin/d1database.js.map +1 -1
- package/bin/dnsRecord.d.ts +217 -0
- package/bin/dnsRecord.js +90 -0
- package/bin/dnsRecord.js.map +1 -0
- package/bin/dnsZoneDnssec.d.ts +179 -0
- package/bin/dnsZoneDnssec.js +78 -0
- package/bin/dnsZoneDnssec.js.map +1 -0
- package/bin/emailRoutingAddress.d.ts +7 -7
- package/bin/emailRoutingCatchAll.d.ts +12 -15
- package/bin/emailRoutingCatchAll.js +0 -2
- package/bin/emailRoutingCatchAll.js.map +1 -1
- package/bin/emailRoutingRule.d.ts +19 -19
- package/bin/emailRoutingRule.js +6 -0
- package/bin/emailRoutingRule.js.map +1 -1
- package/bin/emailRoutingSettings.d.ts +7 -18
- package/bin/emailRoutingSettings.js +2 -7
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/filter.d.ts +29 -29
- package/bin/filter.js +7 -7
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +47 -54
- package/bin/firewallRule.js +16 -12
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccessRule.d.ts +36 -0
- package/bin/getAccessRule.js +30 -0
- package/bin/getAccessRule.js.map +1 -0
- package/bin/getAccessRules.d.ts +52 -0
- package/bin/getAccessRules.js +40 -0
- package/bin/getAccessRules.js.map +1 -0
- package/bin/getAccount.d.ts +30 -0
- package/bin/getAccount.js +26 -0
- package/bin/getAccount.js.map +1 -0
- package/bin/getAccountMember.d.ts +34 -0
- package/bin/getAccountMember.js +28 -0
- package/bin/getAccountMember.js.map +1 -0
- package/bin/getAccountMembers.d.ts +39 -0
- package/bin/getAccountMembers.js +30 -0
- package/bin/getAccountMembers.js.map +1 -0
- package/bin/getAccountSubscription.d.ts +25 -0
- package/bin/getAccountSubscription.js +22 -0
- package/bin/getAccountSubscription.js.map +1 -0
- package/bin/getAccounts.d.ts +10 -3
- package/bin/getAccounts.js +4 -2
- package/bin/getAccounts.js.map +1 -1
- package/bin/getAddressMap.d.ts +43 -0
- package/bin/getAddressMap.js +32 -0
- package/bin/getAddressMap.js.map +1 -0
- package/bin/getAddressMaps.d.ts +30 -0
- package/bin/getAddressMaps.js +24 -0
- package/bin/getAddressMaps.js.map +1 -0
- package/bin/getApiShield.d.ts +33 -0
- package/bin/getApiShield.js +26 -0
- package/bin/getApiShield.js.map +1 -0
- package/bin/getApiShieldOperation.d.ts +47 -0
- package/bin/getApiShieldOperation.js +40 -0
- package/bin/getApiShieldOperation.js.map +1 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldOperations.d.ts +54 -0
- package/bin/getApiShieldOperations.js +40 -0
- package/bin/getApiShieldOperations.js.map +1 -0
- package/bin/getApiShieldSchema.d.ts +41 -0
- package/bin/getApiShieldSchema.js +30 -0
- package/bin/getApiShieldSchema.js.map +1 -0
- package/bin/getApiShieldSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldSchemas.d.ts +36 -0
- package/bin/getApiShieldSchemas.js +28 -0
- package/bin/getApiShieldSchemas.js.map +1 -0
- package/bin/getApiToken.d.ts +36 -0
- package/bin/getApiToken.js +26 -0
- package/bin/getApiToken.js.map +1 -0
- package/bin/getApiTokens.d.ts +30 -0
- package/bin/getApiTokens.js +26 -0
- package/bin/getApiTokens.js.map +1 -0
- package/bin/getArgoSmartRouting.d.ts +25 -0
- package/bin/getArgoSmartRouting.js +22 -0
- package/bin/getArgoSmartRouting.js.map +1 -0
- package/bin/getArgoTieredCaching.d.ts +33 -0
- package/bin/getArgoTieredCaching.js +30 -0
- package/bin/getArgoTieredCaching.js.map +1 -0
- package/bin/getAuthenticatedOriginPulls.d.ts +65 -0
- package/bin/getAuthenticatedOriginPulls.js +48 -0
- package/bin/getAuthenticatedOriginPulls.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificate.d.ts +36 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js +28 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificates.d.ts +30 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js +24 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -0
- package/bin/getBotManagement.d.ts +25 -0
- package/bin/getBotManagement.js +22 -0
- package/bin/getBotManagement.js.map +1 -0
- package/bin/getByoIpPrefix.d.ts +41 -0
- package/bin/getByoIpPrefix.js +28 -0
- package/bin/getByoIpPrefix.js.map +1 -0
- package/bin/getByoIpPrefixes.d.ts +30 -0
- package/bin/getByoIpPrefixes.js +24 -0
- package/bin/getByoIpPrefixes.js.map +1 -0
- package/bin/getCertificatePack.d.ts +33 -0
- package/bin/getCertificatePack.js +28 -0
- package/bin/getCertificatePack.js.map +1 -0
- package/bin/getCertificatePacks.d.ts +33 -0
- package/bin/getCertificatePacks.js +26 -0
- package/bin/getCertificatePacks.js.map +1 -0
- package/bin/getCustomHostname.d.ts +42 -0
- package/bin/getCustomHostname.js +28 -0
- package/bin/getCustomHostname.js.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.d.ts +40 -0
- package/bin/getCustomHostnameFallbackOrigin.js +32 -0
- package/bin/getCustomHostnameFallbackOrigin.js.map +1 -0
- package/bin/getCustomHostnames.d.ts +41 -0
- package/bin/getCustomHostnames.js +34 -0
- package/bin/getCustomHostnames.js.map +1 -0
- package/bin/getCustomSsl.d.ts +42 -0
- package/bin/getCustomSsl.js +28 -0
- package/bin/getCustomSsl.js.map +1 -0
- package/bin/getCustomSsls.d.ts +36 -0
- package/bin/getCustomSsls.js +28 -0
- package/bin/getCustomSsls.js.map +1 -0
- package/bin/getD1Database.d.ts +43 -0
- package/bin/getD1Database.js +32 -0
- package/bin/getD1Database.js.map +1 -0
- package/bin/getD1Databases.d.ts +33 -0
- package/bin/getD1Databases.js +26 -0
- package/bin/getD1Databases.js.map +1 -0
- package/bin/getDcvDelegation.d.ts +6 -1
- package/bin/getDcvDelegation.js +2 -0
- package/bin/getDcvDelegation.js.map +1 -1
- package/bin/getDnsRecord.d.ts +42 -0
- package/bin/getDnsRecord.js +28 -0
- package/bin/getDnsRecord.js.map +1 -0
- package/bin/getDnsRecords.d.ts +64 -0
- package/bin/getDnsRecords.js +46 -0
- package/bin/getDnsRecords.js.map +1 -0
- package/bin/getDnsZoneDnssec.d.ts +64 -0
- package/bin/getDnsZoneDnssec.js +48 -0
- package/bin/getDnsZoneDnssec.js.map +1 -0
- package/bin/getEmailRoutingAddress.d.ts +35 -0
- package/bin/getEmailRoutingAddress.js +28 -0
- package/bin/getEmailRoutingAddress.js.map +1 -0
- package/bin/getEmailRoutingAddresses.d.ts +36 -0
- package/bin/getEmailRoutingAddresses.js +28 -0
- package/bin/getEmailRoutingAddresses.js.map +1 -0
- package/bin/getEmailRoutingCatchAll.d.ts +41 -0
- package/bin/getEmailRoutingCatchAll.js +34 -0
- package/bin/getEmailRoutingCatchAll.js.map +1 -0
- package/bin/getEmailRoutingRule.d.ts +36 -0
- package/bin/getEmailRoutingRule.js +28 -0
- package/bin/getEmailRoutingRule.js.map +1 -0
- package/bin/getEmailRoutingRules.d.ts +33 -0
- package/bin/getEmailRoutingRules.js +26 -0
- package/bin/getEmailRoutingRules.js.map +1 -0
- package/bin/getEmailRoutingSettings.d.ts +45 -0
- package/bin/getEmailRoutingSettings.js +38 -0
- package/bin/getEmailRoutingSettings.js.map +1 -0
- package/bin/getFilter.d.ts +33 -0
- package/bin/getFilter.js +28 -0
- package/bin/getFilter.js.map +1 -0
- package/bin/getFilters.d.ts +41 -0
- package/bin/getFilters.js +34 -0
- package/bin/getFilters.js.map +1 -0
- package/bin/getFirewallRule.d.ts +34 -0
- package/bin/getFirewallRule.js +28 -0
- package/bin/getFirewallRule.js.map +1 -0
- package/bin/getFirewallRules.d.ts +38 -0
- package/bin/getFirewallRules.js +32 -0
- package/bin/getFirewallRules.js.map +1 -0
- package/bin/getHealthcheck.d.ts +47 -0
- package/bin/getHealthcheck.js +28 -0
- package/bin/getHealthcheck.js.map +1 -0
- package/bin/getHealthchecks.d.ts +30 -0
- package/bin/getHealthchecks.js +24 -0
- package/bin/getHealthchecks.js.map +1 -0
- package/bin/getHostnameTlsSetting.d.ts +28 -0
- package/bin/getHostnameTlsSetting.js +24 -0
- package/bin/getHostnameTlsSetting.js.map +1 -0
- package/bin/getHyperdriveConfig.d.ts +36 -0
- package/bin/getHyperdriveConfig.js +28 -0
- package/bin/getHyperdriveConfig.js.map +1 -0
- package/bin/getHyperdriveConfigs.d.ts +30 -0
- package/bin/getHyperdriveConfigs.js +24 -0
- package/bin/getHyperdriveConfigs.js.map +1 -0
- package/bin/getKeylessCertificate.d.ts +39 -0
- package/bin/getKeylessCertificate.js +28 -0
- package/bin/getKeylessCertificate.js.map +1 -0
- package/bin/getKeylessCertificates.d.ts +30 -0
- package/bin/getKeylessCertificates.js +24 -0
- package/bin/getKeylessCertificates.js.map +1 -0
- package/bin/getList.d.ts +35 -12
- package/bin/getList.js +18 -0
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +36 -0
- package/bin/getListItem.js +30 -0
- package/bin/getListItem.js.map +1 -0
- package/bin/getListItems.d.ts +36 -0
- package/bin/getListItems.js +28 -0
- package/bin/getListItems.js.map +1 -0
- package/bin/getLists.d.ts +7 -3
- package/bin/getLists.js +2 -2
- package/bin/getLists.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +57 -0
- package/bin/getLoadBalancer.js +28 -0
- package/bin/getLoadBalancer.js.map +1 -0
- package/bin/getLoadBalancerMonitor.d.ts +50 -0
- package/bin/getLoadBalancerMonitor.js +28 -0
- package/bin/getLoadBalancerMonitor.js.map +1 -0
- package/bin/getLoadBalancerMonitors.d.ts +30 -0
- package/bin/getLoadBalancerMonitors.js +24 -0
- package/bin/getLoadBalancerMonitors.js.map +1 -0
- package/bin/getLoadBalancerPool.d.ts +47 -0
- package/bin/getLoadBalancerPool.js +28 -0
- package/bin/getLoadBalancerPool.js.map +1 -0
- package/bin/getLoadBalancerPools.d.ts +10 -9
- package/bin/getLoadBalancerPools.js +4 -6
- package/bin/getLoadBalancerPools.js.map +1 -1
- package/bin/getLoadBalancers.d.ts +30 -0
- package/bin/getLoadBalancers.js +24 -0
- package/bin/getLoadBalancers.js.map +1 -0
- package/bin/getLogpullRetention.d.ts +28 -0
- package/bin/getLogpullRetention.js +24 -0
- package/bin/getLogpullRetention.js.map +1 -0
- package/bin/getLogpushJob.d.ts +47 -0
- package/bin/getLogpushJob.js +30 -0
- package/bin/getLogpushJob.js.map +1 -0
- package/bin/getLogpushJobs.d.ts +33 -0
- package/bin/getLogpushJobs.js +28 -0
- package/bin/getLogpushJobs.js.map +1 -0
- package/bin/getMagicWanGreTunnel.d.ts +33 -0
- package/bin/getMagicWanGreTunnel.js +26 -0
- package/bin/getMagicWanGreTunnel.js.map +1 -0
- package/bin/getMagicWanIpsecTunnel.d.ts +33 -0
- package/bin/getMagicWanIpsecTunnel.js +26 -0
- package/bin/getMagicWanIpsecTunnel.js.map +1 -0
- package/bin/getMagicWanStaticRoute.d.ts +33 -0
- package/bin/getMagicWanStaticRoute.js +26 -0
- package/bin/getMagicWanStaticRoute.js.map +1 -0
- package/bin/getManagedHeaders.d.ts +33 -0
- package/bin/getManagedHeaders.js +26 -0
- package/bin/getManagedHeaders.js.map +1 -0
- package/bin/getMtlsCertificate.d.ts +38 -0
- package/bin/getMtlsCertificate.js +28 -0
- package/bin/getMtlsCertificate.js.map +1 -0
- package/bin/getMtlsCertificates.d.ts +30 -0
- package/bin/getMtlsCertificates.js +24 -0
- package/bin/getMtlsCertificates.js.map +1 -0
- package/bin/getNotificationPolicies.d.ts +30 -0
- package/bin/getNotificationPolicies.js +24 -0
- package/bin/getNotificationPolicies.js.map +1 -0
- package/bin/getNotificationPolicy.d.ts +41 -0
- package/bin/getNotificationPolicy.js +28 -0
- package/bin/getNotificationPolicy.js.map +1 -0
- package/bin/getNotificationPolicyWebhooks.d.ts +37 -0
- package/bin/getNotificationPolicyWebhooks.js +28 -0
- package/bin/getNotificationPolicyWebhooks.js.map +1 -0
- package/bin/getNotificationPolicyWebhooksList.d.ts +30 -0
- package/bin/getNotificationPolicyWebhooksList.js +24 -0
- package/bin/getNotificationPolicyWebhooksList.js.map +1 -0
- package/bin/getObservatoryScheduledTest.d.ts +30 -0
- package/bin/getObservatoryScheduledTest.js +24 -0
- package/bin/getObservatoryScheduledTest.js.map +1 -0
- package/bin/getOriginCaCertificate.d.ts +12 -5
- package/bin/getOriginCaCertificate.js +6 -2
- package/bin/getOriginCaCertificate.js.map +1 -1
- package/bin/getOriginCaCertificates.d.ts +30 -0
- package/bin/getOriginCaCertificates.js +26 -0
- package/bin/getOriginCaCertificates.js.map +1 -0
- package/bin/getPageRule.d.ts +28 -0
- package/bin/getPageRule.js +24 -0
- package/bin/getPageRule.js.map +1 -0
- package/bin/getPagesDomain.d.ts +41 -0
- package/bin/getPagesDomain.js +30 -0
- package/bin/getPagesDomain.js.map +1 -0
- package/bin/getPagesDomains.d.ts +33 -0
- package/bin/getPagesDomains.js +26 -0
- package/bin/getPagesDomains.js.map +1 -0
- package/bin/getPagesProject.d.ts +93 -0
- package/bin/getPagesProject.js +64 -0
- package/bin/getPagesProject.js.map +1 -0
- package/bin/getPagesProjects.d.ts +30 -0
- package/bin/getPagesProjects.js +24 -0
- package/bin/getPagesProjects.js.map +1 -0
- package/bin/getQueue.d.ts +40 -0
- package/bin/getQueue.js +28 -0
- package/bin/getQueue.js.map +1 -0
- package/bin/getQueues.d.ts +30 -0
- package/bin/getQueues.js +24 -0
- package/bin/getQueues.js.map +1 -0
- package/bin/getR2Bucket.d.ts +40 -0
- package/bin/getR2Bucket.js +32 -0
- package/bin/getR2Bucket.js.map +1 -0
- package/bin/getRateLimit.d.ts +50 -0
- package/bin/getRateLimit.js +42 -0
- package/bin/getRateLimit.js.map +1 -0
- package/bin/getRateLimits.d.ts +30 -0
- package/bin/getRateLimits.js +24 -0
- package/bin/getRateLimits.js.map +1 -0
- package/bin/getRegionalHostname.d.ts +35 -0
- package/bin/getRegionalHostname.js +28 -0
- package/bin/getRegionalHostname.js.map +1 -0
- package/bin/getRegionalHostnames.d.ts +30 -0
- package/bin/getRegionalHostnames.js +24 -0
- package/bin/getRegionalHostnames.js.map +1 -0
- package/bin/getRegionalTieredCache.d.ts +32 -0
- package/bin/getRegionalTieredCache.js +28 -0
- package/bin/getRegionalTieredCache.js.map +1 -0
- package/bin/getRuleset.d.ts +42 -0
- package/bin/getRuleset.js +32 -0
- package/bin/getRuleset.js.map +1 -0
- package/bin/getRulesets.d.ts +7 -10
- package/bin/getRulesets.js +2 -6
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSpectrumApplication.d.ts +28 -0
- package/bin/getSpectrumApplication.js +24 -0
- package/bin/getSpectrumApplication.js.map +1 -0
- package/bin/getTieredCache.d.ts +33 -0
- package/bin/getTieredCache.js +30 -0
- package/bin/getTieredCache.js.map +1 -0
- package/bin/getTotalTls.d.ts +34 -0
- package/bin/getTotalTls.js +28 -0
- package/bin/getTotalTls.js.map +1 -0
- package/bin/getTurnstileWidget.d.ts +45 -0
- package/bin/getTurnstileWidget.js +30 -0
- package/bin/getTurnstileWidget.js.map +1 -0
- package/bin/getTurnstileWidgets.d.ts +36 -0
- package/bin/getTurnstileWidgets.js +28 -0
- package/bin/getTurnstileWidgets.js.map +1 -0
- package/bin/getUrlNormalizationSettings.d.ts +31 -0
- package/bin/getUrlNormalizationSettings.js +26 -0
- package/bin/getUrlNormalizationSettings.js.map +1 -0
- package/bin/getUserAgentBlockingRule.d.ts +41 -0
- package/bin/getUserAgentBlockingRule.js +36 -0
- package/bin/getUserAgentBlockingRule.js.map +1 -0
- package/bin/getUserAgentBlockingRules.d.ts +39 -0
- package/bin/getUserAgentBlockingRules.js +30 -0
- package/bin/getUserAgentBlockingRules.js.map +1 -0
- package/bin/getWaitingRoom.d.ts +53 -0
- package/bin/getWaitingRoom.js +28 -0
- package/bin/getWaitingRoom.js.map +1 -0
- package/bin/getWaitingRoomEvent.d.ts +48 -0
- package/bin/getWaitingRoomEvent.js +30 -0
- package/bin/getWaitingRoomEvent.js.map +1 -0
- package/bin/getWaitingRoomEvents.d.ts +33 -0
- package/bin/getWaitingRoomEvents.js +26 -0
- package/bin/getWaitingRoomEvents.js.map +1 -0
- package/bin/getWaitingRoomRules.d.ts +28 -0
- package/bin/getWaitingRoomRules.js +24 -0
- package/bin/getWaitingRoomRules.js.map +1 -0
- package/bin/getWaitingRoomSetting.d.ts +28 -0
- package/bin/getWaitingRoomSetting.js +24 -0
- package/bin/getWaitingRoomSetting.js.map +1 -0
- package/bin/getWaitingRooms.d.ts +30 -0
- package/bin/getWaitingRooms.js +24 -0
- package/bin/getWaitingRooms.js.map +1 -0
- package/bin/getWeb3Hostname.d.ts +37 -0
- package/bin/getWeb3Hostname.js +28 -0
- package/bin/getWeb3Hostname.js.map +1 -0
- package/bin/getWeb3Hostnames.d.ts +30 -0
- package/bin/getWeb3Hostnames.js +24 -0
- package/bin/getWeb3Hostnames.js.map +1 -0
- package/bin/getWebAnalyticsSite.d.ts +40 -0
- package/bin/getWebAnalyticsSite.js +28 -0
- package/bin/getWebAnalyticsSite.js.map +1 -0
- package/bin/getWebAnalyticsSites.d.ts +33 -0
- package/bin/getWebAnalyticsSites.js +26 -0
- package/bin/getWebAnalyticsSites.js.map +1 -0
- package/bin/getWorkersCronTrigger.d.ts +33 -0
- package/bin/getWorkersCronTrigger.js +26 -0
- package/bin/getWorkersCronTrigger.js.map +1 -0
- package/bin/getWorkersCustomDomain.d.ts +35 -0
- package/bin/getWorkersCustomDomain.js +28 -0
- package/bin/getWorkersCustomDomain.js.map +1 -0
- package/bin/getWorkersCustomDomains.d.ts +45 -0
- package/bin/getWorkersCustomDomains.js +34 -0
- package/bin/getWorkersCustomDomains.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +40 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js +28 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +30 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js +24 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -0
- package/bin/getWorkersKv.d.ts +31 -0
- package/bin/getWorkersKv.js +26 -0
- package/bin/getWorkersKv.js.map +1 -0
- package/bin/getWorkersKvNamespace.d.ts +32 -0
- package/bin/getWorkersKvNamespace.js +28 -0
- package/bin/getWorkersKvNamespace.js.map +1 -0
- package/bin/getWorkersKvNamespaces.d.ts +36 -0
- package/bin/getWorkersKvNamespaces.js +28 -0
- package/bin/getWorkersKvNamespaces.js.map +1 -0
- package/bin/getWorkersScript.d.ts +53 -0
- package/bin/getWorkersScript.js +44 -0
- package/bin/getWorkersScript.js.map +1 -0
- package/bin/getWorkersScripts.d.ts +30 -0
- package/bin/getWorkersScripts.js +24 -0
- package/bin/getWorkersScripts.js.map +1 -0
- package/bin/getWorkersSecret.d.ts +41 -0
- package/bin/getWorkersSecret.js +32 -0
- package/bin/getWorkersSecret.js.map +1 -0
- package/bin/getWorkersSecrets.d.ts +36 -0
- package/bin/getWorkersSecrets.js +28 -0
- package/bin/getWorkersSecrets.js.map +1 -0
- package/bin/getZeroTrustAccessApplication.d.ts +11 -9
- package/bin/getZeroTrustAccessApplication.js +4 -6
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +33 -0
- package/bin/getZeroTrustAccessApplications.js +28 -0
- package/bin/getZeroTrustAccessApplications.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPage.d.ts +42 -0
- package/bin/getZeroTrustAccessCustomPage.js +30 -0
- package/bin/getZeroTrustAccessCustomPage.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPages.d.ts +30 -0
- package/bin/getZeroTrustAccessCustomPages.js +24 -0
- package/bin/getZeroTrustAccessCustomPages.js.map +1 -0
- package/bin/getZeroTrustAccessGroup.d.ts +40 -0
- package/bin/getZeroTrustAccessGroup.js +30 -0
- package/bin/getZeroTrustAccessGroup.js.map +1 -0
- package/bin/getZeroTrustAccessGroups.d.ts +33 -0
- package/bin/getZeroTrustAccessGroups.js +28 -0
- package/bin/getZeroTrustAccessGroups.js.map +1 -0
- package/bin/getZeroTrustAccessIdentityProvider.d.ts +13 -8
- package/bin/getZeroTrustAccessIdentityProvider.js +6 -4
- package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/getZeroTrustAccessIdentityProviders.d.ts +33 -0
- package/bin/getZeroTrustAccessIdentityProviders.js +28 -0
- package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -0
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +34 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js +28 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +39 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js +30 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js +28 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +28 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js +26 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
- package/bin/getZeroTrustAccessPolicies.d.ts +36 -0
- package/bin/getZeroTrustAccessPolicies.js +28 -0
- package/bin/getZeroTrustAccessPolicies.js.map +1 -0
- package/bin/getZeroTrustAccessPolicy.d.ts +49 -0
- package/bin/getZeroTrustAccessPolicy.js +32 -0
- package/bin/getZeroTrustAccessPolicy.js.map +1 -0
- package/bin/getZeroTrustAccessServiceToken.d.ts +39 -0
- package/bin/getZeroTrustAccessServiceToken.js +30 -0
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -0
- package/bin/getZeroTrustAccessServiceTokens.d.ts +33 -0
- package/bin/getZeroTrustAccessServiceTokens.js +28 -0
- package/bin/getZeroTrustAccessServiceTokens.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +41 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js +36 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js +28 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessTag.d.ts +37 -0
- package/bin/getZeroTrustAccessTag.js +28 -0
- package/bin/getZeroTrustAccessTag.js.map +1 -0
- package/bin/getZeroTrustAccessTags.d.ts +30 -0
- package/bin/getZeroTrustAccessTags.js +24 -0
- package/bin/getZeroTrustAccessTags.js.map +1 -0
- package/bin/getZeroTrustDeviceCertificates.d.ts +25 -0
- package/bin/getZeroTrustDeviceCertificates.js +22 -0
- package/bin/getZeroTrustDeviceCertificates.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +36 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js +28 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +30 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js +24 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegration.d.ts +34 -0
- package/bin/getZeroTrustDevicePostureIntegration.js +28 -0
- package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegrations.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js +24 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRule.d.ts +37 -0
- package/bin/getZeroTrustDevicePostureRule.js +28 -0
- package/bin/getZeroTrustDevicePostureRule.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRules.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureRules.js +24 -0
- package/bin/getZeroTrustDevicePostureRules.js.map +1 -0
- package/bin/getZeroTrustDeviceProfiles.d.ts +57 -0
- package/bin/getZeroTrustDeviceProfiles.js +28 -0
- package/bin/getZeroTrustDeviceProfiles.js.map +1 -0
- package/bin/getZeroTrustDeviceProfilesList.d.ts +30 -0
- package/bin/getZeroTrustDeviceProfilesList.js +24 -0
- package/bin/getZeroTrustDeviceProfilesList.js.map +1 -0
- package/bin/getZeroTrustDexTest.d.ts +40 -0
- package/bin/getZeroTrustDexTest.js +28 -0
- package/bin/getZeroTrustDexTest.js.map +1 -0
- package/bin/getZeroTrustDexTests.d.ts +30 -0
- package/bin/getZeroTrustDexTests.js +24 -0
- package/bin/getZeroTrustDexTests.js.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpCustomProfile.js +24 -0
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js +24 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/getZeroTrustDnsLocation.d.ts +42 -0
- package/bin/getZeroTrustDnsLocation.js +28 -0
- package/bin/getZeroTrustDnsLocation.js.map +1 -0
- package/bin/getZeroTrustDnsLocations.d.ts +30 -0
- package/bin/getZeroTrustDnsLocations.js +24 -0
- package/bin/getZeroTrustDnsLocations.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicies.d.ts +30 -0
- package/bin/getZeroTrustGatewayPolicies.js +24 -0
- package/bin/getZeroTrustGatewayPolicies.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicy.d.ts +44 -0
- package/bin/getZeroTrustGatewayPolicy.js +28 -0
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +28 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js +24 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +36 -0
- package/bin/getZeroTrustGatewaySettings.js +28 -0
- package/bin/getZeroTrustGatewaySettings.js.map +1 -0
- package/bin/getZeroTrustList.d.ts +36 -0
- package/bin/getZeroTrustList.js +28 -0
- package/bin/getZeroTrustList.js.map +1 -0
- package/bin/getZeroTrustLists.d.ts +33 -0
- package/bin/getZeroTrustLists.js +26 -0
- package/bin/getZeroTrustLists.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallback.d.ts +42 -0
- package/bin/getZeroTrustLocalDomainFallback.js +34 -0
- package/bin/getZeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallbacks.d.ts +30 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js +24 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js.map +1 -0
- package/bin/getZeroTrustOrganization.d.ts +69 -0
- package/bin/getZeroTrustOrganization.js +52 -0
- package/bin/getZeroTrustOrganization.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflared.d.ts +16 -14
- package/bin/getZeroTrustTunnelCloudflared.js +6 -4
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +30 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +45 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js +34 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js +42 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +35 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +28 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +32 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflareds.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflareds.js +42 -0
- package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -0
- package/bin/getZone.d.ts +17 -9
- package/bin/getZone.js +2 -6
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheReserve.d.ts +12 -3
- package/bin/getZoneCacheReserve.js +6 -2
- package/bin/getZoneCacheReserve.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +32 -0
- package/bin/getZoneCacheVariants.js +28 -0
- package/bin/getZoneCacheVariants.js.map +1 -0
- package/bin/getZoneHold.d.ts +34 -0
- package/bin/getZoneHold.js +28 -0
- package/bin/getZoneHold.js.map +1 -0
- package/bin/getZoneLockdown.d.ts +35 -0
- package/bin/getZoneLockdown.js +28 -0
- package/bin/getZoneLockdown.js.map +1 -0
- package/bin/getZoneLockdowns.d.ts +57 -0
- package/bin/getZoneLockdowns.js +42 -0
- package/bin/getZoneLockdowns.js.map +1 -0
- package/bin/getZoneSetting.d.ts +28 -0
- package/bin/getZoneSetting.js +24 -0
- package/bin/getZoneSetting.js.map +1 -0
- package/bin/getZoneSubscription.d.ts +25 -0
- package/bin/getZoneSubscription.js +22 -0
- package/bin/getZoneSubscription.js.map +1 -0
- package/bin/getZones.d.ts +27 -8
- package/bin/getZones.js +16 -4
- package/bin/getZones.js.map +1 -1
- package/bin/healthcheck.d.ts +64 -150
- package/bin/healthcheck.js +8 -23
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +39 -22
- package/bin/hostnameTlsSetting.js +6 -9
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +3 -42
- package/bin/hyperdriveConfig.js +0 -2
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/index.d.ts +570 -240
- package/bin/index.js +612 -369
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +64 -35
- package/bin/keylessCertificate.js +8 -2
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/list.d.ts +22 -21
- package/bin/list.js +0 -2
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +67 -32
- package/bin/listItem.js +10 -7
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +228 -198
- package/bin/loadBalancer.js +16 -16
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +91 -90
- package/bin/loadBalancerMonitor.js +2 -4
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +94 -78
- package/bin/loadBalancerPool.js +10 -6
- package/bin/loadBalancerPool.js.map +1 -1
- package/bin/logpullRetention.d.ts +9 -12
- package/bin/logpullRetention.js +2 -7
- package/bin/logpullRetention.js.map +1 -1
- package/bin/logpushJob.d.ts +120 -98
- package/bin/logpushJob.js +6 -7
- package/bin/logpushJob.js.map +1 -1
- package/bin/logpushOwnershipChallenge.d.ts +15 -26
- package/bin/logpushOwnershipChallenge.js +6 -4
- package/bin/logpushOwnershipChallenge.js.map +1 -1
- package/bin/magicWanGreTunnel.d.ts +52 -56
- package/bin/magicWanGreTunnel.js +18 -16
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +62 -156
- package/bin/magicWanIpsecTunnel.js +20 -28
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +58 -47
- package/bin/magicWanStaticRoute.js +18 -14
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/managedHeaders.d.ts +7 -28
- package/bin/managedHeaders.js +6 -2
- package/bin/managedHeaders.js.map +1 -1
- package/bin/mtlsCertificate.d.ts +33 -31
- package/bin/mtlsCertificate.js +2 -2
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +60 -124
- package/bin/notificationPolicy.js +14 -10
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +46 -30
- package/bin/notificationPolicyWebhooks.js +11 -2
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +28 -36
- package/bin/observatoryScheduledTest.js +8 -12
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/originCaCertificate.d.ts +31 -38
- package/bin/originCaCertificate.js +2 -13
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +1 -1
- package/bin/pageRule.d.ts +56 -20
- package/bin/pageRule.js +6 -6
- package/bin/pageRule.js.map +1 -1
- package/bin/pagesDomain.d.ts +23 -27
- package/bin/pagesDomain.js +14 -7
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +32 -35
- package/bin/pagesProject.js +5 -6
- package/bin/pagesProject.js.map +1 -1
- package/bin/provider.d.ts +10 -45
- package/bin/provider.js +1 -7
- package/bin/provider.js.map +1 -1
- package/bin/queue.d.ts +20 -16
- package/bin/queue.js +18 -3
- package/bin/queue.js.map +1 -1
- package/bin/r2bucket.d.ts +29 -9
- package/bin/r2bucket.js +4 -0
- package/bin/r2bucket.js.map +1 -1
- package/bin/rateLimit.d.ts +33 -60
- package/bin/rateLimit.js +7 -12
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +26 -20
- package/bin/regionalHostname.js +6 -4
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +12 -7
- package/bin/regionalTieredCache.js +2 -5
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/ruleset.d.ts +39 -38
- package/bin/ruleset.js +7 -0
- package/bin/ruleset.js.map +1 -1
- package/bin/spectrumApplication.d.ts +65 -56
- package/bin/spectrumApplication.js +0 -4
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/tieredCache.d.ts +25 -12
- package/bin/tieredCache.js +8 -6
- package/bin/tieredCache.js.map +1 -1
- package/bin/totalTls.d.ts +21 -16
- package/bin/totalTls.js +2 -2
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +50 -29
- package/bin/turnstileWidget.js +8 -4
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/input.d.ts +9711 -4260
- package/bin/types/output.d.ts +14991 -4510
- package/bin/urlNormalizationSettings.d.ts +5 -8
- package/bin/urlNormalizationSettings.js +0 -8
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/userAgentBlockingRule.d.ts +15 -30
- package/bin/userAgentBlockingRule.js +4 -14
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.js +2 -2
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +405 -85
- package/bin/waitingRoom.js +10 -4
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +91 -88
- package/bin/waitingRoomEvent.js +0 -2
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +51 -17
- package/bin/waitingRoomRules.js +16 -4
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSetting.d.ts +63 -0
- package/bin/waitingRoomSetting.js +54 -0
- package/bin/waitingRoomSetting.js.map +1 -0
- package/bin/web3Hostname.d.ts +5 -24
- package/bin/web3Hostname.js +1 -3
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +17 -39
- package/bin/webAnalyticsRule.js +4 -16
- package/bin/webAnalyticsRule.js.map +1 -1
- package/bin/webAnalyticsSite.d.ts +27 -38
- package/bin/webAnalyticsSite.js +6 -11
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/workersCronTrigger.d.ts +13 -21
- package/bin/workersCronTrigger.js +3 -6
- package/bin/workersCronTrigger.js.map +1 -1
- package/bin/workersCustomDomain.d.ts +104 -0
- package/bin/workersCustomDomain.js +74 -0
- package/bin/workersCustomDomain.js.map +1 -0
- package/bin/workersForPlatformsDispatchNamespace.d.ts +62 -6
- package/bin/workersForPlatformsDispatchNamespace.js +14 -0
- package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/workersKv.d.ts +30 -21
- package/bin/workersKv.js +9 -6
- package/bin/workersKv.js.map +1 -1
- package/bin/workersKvNamespace.d.ts +16 -9
- package/bin/workersKvNamespace.js +2 -2
- package/bin/workersKvNamespace.js.map +1 -1
- package/bin/workersScript.d.ts +79 -90
- package/bin/workersScript.js +25 -41
- package/bin/workersScript.js.map +1 -1
- package/bin/workersSecret.d.ts +39 -21
- package/bin/workersSecret.js +9 -9
- package/bin/workersSecret.js.map +1 -1
- package/bin/zeroTrustAccessApplication.d.ts +120 -152
- package/bin/zeroTrustAccessApplication.js +2 -6
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +28 -37
- package/bin/zeroTrustAccessCustomPage.js +12 -4
- package/bin/zeroTrustAccessCustomPage.js.map +1 -1
- package/bin/zeroTrustAccessGroup.d.ts +61 -15
- package/bin/zeroTrustAccessGroup.js +6 -2
- package/bin/zeroTrustAccessGroup.js.map +1 -1
- package/bin/zeroTrustAccessIdentityProvider.d.ts +30 -39
- package/bin/zeroTrustAccessIdentityProvider.js +7 -6
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessKeyConfiguration.d.ts +76 -0
- package/bin/zeroTrustAccessKeyConfiguration.js +61 -0
- package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/zeroTrustAccessMtlsCertificate.d.ts +30 -21
- package/bin/zeroTrustAccessMtlsCertificate.js +9 -2
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +9 -9
- package/bin/zeroTrustAccessMtlsHostnameSettings.js +3 -0
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +92 -61
- package/bin/zeroTrustAccessPolicy.js +9 -6
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +25 -28
- package/bin/zeroTrustAccessServiceToken.js +4 -6
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +14 -33
- package/bin/zeroTrustAccessShortLivedCertificate.js +4 -10
- package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
- package/bin/zeroTrustAccessTag.d.ts +15 -36
- package/bin/zeroTrustAccessTag.js +8 -5
- package/bin/zeroTrustAccessTag.js.map +1 -1
- package/bin/zeroTrustDeviceCertificates.d.ts +6 -18
- package/bin/zeroTrustDeviceCertificates.js +4 -6
- package/bin/zeroTrustDeviceCertificates.js.map +1 -1
- package/bin/zeroTrustDeviceManagedNetworks.d.ts +17 -21
- package/bin/zeroTrustDeviceManagedNetworks.js +2 -2
- package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/zeroTrustDevicePostureIntegration.d.ts +20 -35
- package/bin/zeroTrustDevicePostureIntegration.js +8 -6
- package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
- package/bin/zeroTrustDevicePostureRule.d.ts +31 -43
- package/bin/zeroTrustDevicePostureRule.js +2 -4
- package/bin/zeroTrustDevicePostureRule.js.map +1 -1
- package/bin/zeroTrustDeviceProfiles.d.ts +120 -97
- package/bin/zeroTrustDeviceProfiles.js +24 -9
- package/bin/zeroTrustDeviceProfiles.js.map +1 -1
- package/bin/zeroTrustDexTest.d.ts +15 -28
- package/bin/zeroTrustDexTest.js +4 -9
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomProfile.d.ts +104 -0
- package/bin/zeroTrustDlpCustomProfile.js +73 -0
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +65 -0
- package/bin/zeroTrustDlpPredefinedProfile.js +68 -0
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/zeroTrustDnsLocation.d.ts +68 -40
- package/bin/zeroTrustDnsLocation.js +10 -6
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayPolicy.d.ts +68 -55
- package/bin/zeroTrustGatewayPolicy.js +8 -10
- package/bin/zeroTrustGatewayPolicy.js.map +1 -1
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts +12 -20
- package/bin/zeroTrustGatewayProxyEndpoint.js +4 -2
- package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/zeroTrustGatewaySettings.d.ts +10 -195
- package/bin/zeroTrustGatewaySettings.js +6 -34
- package/bin/zeroTrustGatewaySettings.js.map +1 -1
- package/bin/zeroTrustList.d.ts +24 -36
- package/bin/zeroTrustList.js +6 -4
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustLocalDomainFallback.d.ts +87 -0
- package/bin/zeroTrustLocalDomainFallback.js +66 -0
- package/bin/zeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/zeroTrustOrganization.d.ts +189 -0
- package/bin/zeroTrustOrganization.js +80 -0
- package/bin/zeroTrustOrganization.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflared.d.ts +16 -47
- package/bin/zeroTrustTunnelCloudflared.js +2 -13
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +30 -13
- package/bin/zeroTrustTunnelCloudflaredConfig.js +6 -5
- package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js +70 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +64 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/zone.d.ts +92 -71
- package/bin/zone.js +23 -18
- package/bin/zone.js.map +1 -1
- package/bin/zoneCacheReserve.d.ts +25 -12
- package/bin/zoneCacheReserve.js +6 -7
- package/bin/zoneCacheReserve.js.map +1 -1
- package/bin/zoneCacheVariants.d.ts +15 -128
- package/bin/zoneCacheVariants.js +7 -24
- package/bin/zoneCacheVariants.js.map +1 -1
- package/bin/zoneHold.d.ts +5 -38
- package/bin/zoneHold.js +3 -8
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +43 -35
- package/bin/zoneLockdown.js +10 -10
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +96 -0
- package/bin/zoneSetting.js +66 -0
- package/bin/zoneSetting.js.map +1 -0
- package/bin/zoneSubscription.d.ts +74 -0
- package/bin/zoneSubscription.js +56 -0
- package/bin/zoneSubscription.js.map +1 -0
- package/package.json +1 -1
package/bin/logpushJob.d.ts
CHANGED
|
@@ -18,77 +18,90 @@ export declare class LogpushJob extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is LogpushJob;
|
|
20
20
|
/**
|
|
21
|
-
* The
|
|
21
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
22
22
|
*/
|
|
23
23
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* `gateway_network`, `dns_logs`, `network_analytics_logs`, `workers_trace_events`, `device_posture_results`,
|
|
28
|
-
* `zero_trust_network_sessions`, `magic_ids_detections`, `page_shield_events`.
|
|
25
|
+
* Name of the dataset. A list of supported datasets can be found on the [Developer
|
|
26
|
+
* Docs](https://developers.cloudflare.com/logs/reference/log-fields/).
|
|
29
27
|
*/
|
|
30
28
|
readonly dataset: pulumi.Output<string>;
|
|
31
29
|
/**
|
|
32
30
|
* Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters
|
|
33
|
-
* supported by the destination may be included.
|
|
34
|
-
* documentation](https://developers.cloudflare.com/logs/reference/logpush-api-configuration#destination).
|
|
31
|
+
* supported by the destination may be included.
|
|
35
32
|
*/
|
|
36
33
|
readonly destinationConf: pulumi.Output<string>;
|
|
37
34
|
/**
|
|
38
|
-
*
|
|
35
|
+
* Flag that indicates if the job is enabled.
|
|
39
36
|
*/
|
|
40
|
-
readonly enabled: pulumi.Output<boolean
|
|
37
|
+
readonly enabled: pulumi.Output<boolean>;
|
|
41
38
|
/**
|
|
42
|
-
*
|
|
43
|
-
*
|
|
39
|
+
* If not null, the job is currently failing. Failures are usually repetitive (example: no permissions to write to
|
|
40
|
+
* destination bucket). Only the last failure is recorded. On successful execution of a job the error_message and
|
|
41
|
+
* last_error are set to null.
|
|
44
42
|
*/
|
|
45
|
-
readonly
|
|
43
|
+
readonly errorMessage: pulumi.Output<string>;
|
|
46
44
|
/**
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
|
|
45
|
+
* This field is deprecated. Please use `max_upload_*` parameters instead. The frequency at which Cloudflare sends batches
|
|
46
|
+
* of logs to your destination. Setting frequency to high sends your logs in larger quantities of smaller files. Setting
|
|
47
|
+
* frequency to low sends logs in smaller quantities of larger files.
|
|
48
|
+
*/
|
|
49
|
+
readonly frequency: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs. Currently, Edge Log
|
|
52
|
+
* Delivery is only supported for the `http_requests` dataset.
|
|
51
53
|
*/
|
|
52
|
-
readonly
|
|
54
|
+
readonly kind: pulumi.Output<string>;
|
|
53
55
|
/**
|
|
54
|
-
*
|
|
56
|
+
* Records the last time for which logs have been successfully pushed. If the last successful push was for logs range
|
|
57
|
+
* 2018-07-23T10:00:00Z to 2018-07-23T10:01:00Z then the value of this field will be 2018-07-23T10:01:00Z. If the job has
|
|
58
|
+
* never run or has just been enabled and hasn't run yet then the field will be empty.
|
|
55
59
|
*/
|
|
56
|
-
readonly
|
|
60
|
+
readonly lastComplete: pulumi.Output<string>;
|
|
57
61
|
/**
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
* documentation](https://developers.cloudflare.com/logs/logpush/logpush-configuration-api/understanding-logpush-api/#options).
|
|
62
|
+
* Records the last time the job failed. If not null, the job is currently failing. If null, the job has either never
|
|
63
|
+
* failed or has run successfully at least once since last failure. See also the error_message field.
|
|
61
64
|
*/
|
|
62
|
-
readonly
|
|
63
|
-
readonly logpushJobId: pulumi.Output<string>;
|
|
65
|
+
readonly lastError: pulumi.Output<string>;
|
|
64
66
|
/**
|
|
65
|
-
*
|
|
67
|
+
* This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields
|
|
68
|
+
* and timestamp formats. If migrating from the logpull api, copy the url (full url or just the query string) of your call
|
|
69
|
+
* here, and logpush will keep on making this call for you, setting start and end times appropriately.
|
|
66
70
|
*/
|
|
67
|
-
readonly
|
|
71
|
+
readonly logpullOptions: pulumi.Output<string>;
|
|
68
72
|
/**
|
|
69
|
-
* The maximum
|
|
73
|
+
* The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to
|
|
74
|
+
* disable it. Note that you cannot set a minimum file size; this means that log files may be much smaller than this batch
|
|
75
|
+
* size. This parameter is not available for jobs with `edge` as its kind.
|
|
70
76
|
*/
|
|
71
|
-
readonly
|
|
77
|
+
readonly maxUploadBytes: pulumi.Output<number>;
|
|
72
78
|
/**
|
|
73
|
-
* The maximum
|
|
79
|
+
* The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to
|
|
80
|
+
* disable it. Note that you cannot specify a minimum interval for log batches; this means that log files may be sent in
|
|
81
|
+
* shorter intervals than this. This parameter is only used for jobs with `edge` as its kind.
|
|
74
82
|
*/
|
|
75
|
-
readonly
|
|
83
|
+
readonly maxUploadIntervalSeconds: pulumi.Output<number>;
|
|
76
84
|
/**
|
|
77
|
-
* The
|
|
85
|
+
* The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it.
|
|
86
|
+
* Note that you cannot specify a minimum number of log lines per batch; this means that log files may contain many fewer
|
|
87
|
+
* lines than this. This parameter is not available for jobs with `edge` as its kind.
|
|
88
|
+
*/
|
|
89
|
+
readonly maxUploadRecords: pulumi.Output<number>;
|
|
90
|
+
/**
|
|
91
|
+
* Optional human readable job name. Not unique. Cloudflare suggests that you set this to a meaningful string, like the
|
|
92
|
+
* domain name, to make it easier to identify your job.
|
|
78
93
|
*/
|
|
79
94
|
readonly name: pulumi.Output<string>;
|
|
80
95
|
/**
|
|
81
|
-
*
|
|
96
|
+
* The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored.
|
|
82
97
|
*/
|
|
83
|
-
readonly outputOptions: pulumi.Output<outputs.LogpushJobOutputOptions
|
|
98
|
+
readonly outputOptions: pulumi.Output<outputs.LogpushJobOutputOptions>;
|
|
84
99
|
/**
|
|
85
|
-
* Ownership challenge token to prove destination ownership
|
|
86
|
-
* Microsoft Azure or Sumo Logic. See [Developer
|
|
87
|
-
* documentation](https://developers.cloudflare.com/logs/logpush/logpush-configuration-api/understanding-logpush-api/#usage).
|
|
100
|
+
* Ownership challenge token to prove destination ownership.
|
|
88
101
|
*/
|
|
89
102
|
readonly ownershipChallenge: pulumi.Output<string | undefined>;
|
|
90
103
|
/**
|
|
91
|
-
* The
|
|
104
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
92
105
|
*/
|
|
93
106
|
readonly zoneId: pulumi.Output<string | undefined>;
|
|
94
107
|
/**
|
|
@@ -105,77 +118,90 @@ export declare class LogpushJob extends pulumi.CustomResource {
|
|
|
105
118
|
*/
|
|
106
119
|
export interface LogpushJobState {
|
|
107
120
|
/**
|
|
108
|
-
* The
|
|
121
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
109
122
|
*/
|
|
110
123
|
accountId?: pulumi.Input<string>;
|
|
111
124
|
/**
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
* `gateway_network`, `dns_logs`, `network_analytics_logs`, `workers_trace_events`, `device_posture_results`,
|
|
115
|
-
* `zero_trust_network_sessions`, `magic_ids_detections`, `page_shield_events`.
|
|
125
|
+
* Name of the dataset. A list of supported datasets can be found on the [Developer
|
|
126
|
+
* Docs](https://developers.cloudflare.com/logs/reference/log-fields/).
|
|
116
127
|
*/
|
|
117
128
|
dataset?: pulumi.Input<string>;
|
|
118
129
|
/**
|
|
119
130
|
* Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters
|
|
120
|
-
* supported by the destination may be included.
|
|
121
|
-
* documentation](https://developers.cloudflare.com/logs/reference/logpush-api-configuration#destination).
|
|
131
|
+
* supported by the destination may be included.
|
|
122
132
|
*/
|
|
123
133
|
destinationConf?: pulumi.Input<string>;
|
|
124
134
|
/**
|
|
125
|
-
*
|
|
135
|
+
* Flag that indicates if the job is enabled.
|
|
126
136
|
*/
|
|
127
137
|
enabled?: pulumi.Input<boolean>;
|
|
128
138
|
/**
|
|
129
|
-
*
|
|
130
|
-
*
|
|
139
|
+
* If not null, the job is currently failing. Failures are usually repetitive (example: no permissions to write to
|
|
140
|
+
* destination bucket). Only the last failure is recorded. On successful execution of a job the error_message and
|
|
141
|
+
* last_error are set to null.
|
|
131
142
|
*/
|
|
132
|
-
|
|
143
|
+
errorMessage?: pulumi.Input<string>;
|
|
133
144
|
/**
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
* @deprecated Deprecated
|
|
145
|
+
* This field is deprecated. Please use `max_upload_*` parameters instead. The frequency at which Cloudflare sends batches
|
|
146
|
+
* of logs to your destination. Setting frequency to high sends your logs in larger quantities of smaller files. Setting
|
|
147
|
+
* frequency to low sends logs in smaller quantities of larger files.
|
|
138
148
|
*/
|
|
139
149
|
frequency?: pulumi.Input<string>;
|
|
140
150
|
/**
|
|
141
|
-
* The kind
|
|
151
|
+
* The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs. Currently, Edge Log
|
|
152
|
+
* Delivery is only supported for the `http_requests` dataset.
|
|
142
153
|
*/
|
|
143
154
|
kind?: pulumi.Input<string>;
|
|
144
155
|
/**
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
156
|
+
* Records the last time for which logs have been successfully pushed. If the last successful push was for logs range
|
|
157
|
+
* 2018-07-23T10:00:00Z to 2018-07-23T10:01:00Z then the value of this field will be 2018-07-23T10:01:00Z. If the job has
|
|
158
|
+
* never run or has just been enabled and hasn't run yet then the field will be empty.
|
|
159
|
+
*/
|
|
160
|
+
lastComplete?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* Records the last time the job failed. If not null, the job is currently failing. If null, the job has either never
|
|
163
|
+
* failed or has run successfully at least once since last failure. See also the error_message field.
|
|
164
|
+
*/
|
|
165
|
+
lastError?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields
|
|
168
|
+
* and timestamp formats. If migrating from the logpull api, copy the url (full url or just the query string) of your call
|
|
169
|
+
* here, and logpush will keep on making this call for you, setting start and end times appropriately.
|
|
148
170
|
*/
|
|
149
171
|
logpullOptions?: pulumi.Input<string>;
|
|
150
|
-
logpushJobId?: pulumi.Input<string>;
|
|
151
172
|
/**
|
|
152
|
-
* The maximum uncompressed file size of a batch of logs.
|
|
173
|
+
* The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to
|
|
174
|
+
* disable it. Note that you cannot set a minimum file size; this means that log files may be much smaller than this batch
|
|
175
|
+
* size. This parameter is not available for jobs with `edge` as its kind.
|
|
153
176
|
*/
|
|
154
177
|
maxUploadBytes?: pulumi.Input<number>;
|
|
155
178
|
/**
|
|
156
|
-
* The maximum interval in seconds for log batches.
|
|
179
|
+
* The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to
|
|
180
|
+
* disable it. Note that you cannot specify a minimum interval for log batches; this means that log files may be sent in
|
|
181
|
+
* shorter intervals than this. This parameter is only used for jobs with `edge` as its kind.
|
|
157
182
|
*/
|
|
158
183
|
maxUploadIntervalSeconds?: pulumi.Input<number>;
|
|
159
184
|
/**
|
|
160
|
-
* The maximum number of log lines per batch.
|
|
185
|
+
* The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it.
|
|
186
|
+
* Note that you cannot specify a minimum number of log lines per batch; this means that log files may contain many fewer
|
|
187
|
+
* lines than this. This parameter is not available for jobs with `edge` as its kind.
|
|
161
188
|
*/
|
|
162
189
|
maxUploadRecords?: pulumi.Input<number>;
|
|
163
190
|
/**
|
|
164
|
-
*
|
|
191
|
+
* Optional human readable job name. Not unique. Cloudflare suggests that you set this to a meaningful string, like the
|
|
192
|
+
* domain name, to make it easier to identify your job.
|
|
165
193
|
*/
|
|
166
194
|
name?: pulumi.Input<string>;
|
|
167
195
|
/**
|
|
168
|
-
*
|
|
196
|
+
* The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored.
|
|
169
197
|
*/
|
|
170
198
|
outputOptions?: pulumi.Input<inputs.LogpushJobOutputOptions>;
|
|
171
199
|
/**
|
|
172
|
-
* Ownership challenge token to prove destination ownership
|
|
173
|
-
* Microsoft Azure or Sumo Logic. See [Developer
|
|
174
|
-
* documentation](https://developers.cloudflare.com/logs/logpush/logpush-configuration-api/understanding-logpush-api/#usage).
|
|
200
|
+
* Ownership challenge token to prove destination ownership.
|
|
175
201
|
*/
|
|
176
202
|
ownershipChallenge?: pulumi.Input<string>;
|
|
177
203
|
/**
|
|
178
|
-
* The
|
|
204
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
179
205
|
*/
|
|
180
206
|
zoneId?: pulumi.Input<string>;
|
|
181
207
|
}
|
|
@@ -184,77 +210,73 @@ export interface LogpushJobState {
|
|
|
184
210
|
*/
|
|
185
211
|
export interface LogpushJobArgs {
|
|
186
212
|
/**
|
|
187
|
-
* The
|
|
213
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
188
214
|
*/
|
|
189
215
|
accountId?: pulumi.Input<string>;
|
|
190
216
|
/**
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
* `gateway_network`, `dns_logs`, `network_analytics_logs`, `workers_trace_events`, `device_posture_results`,
|
|
194
|
-
* `zero_trust_network_sessions`, `magic_ids_detections`, `page_shield_events`.
|
|
217
|
+
* Name of the dataset. A list of supported datasets can be found on the [Developer
|
|
218
|
+
* Docs](https://developers.cloudflare.com/logs/reference/log-fields/).
|
|
195
219
|
*/
|
|
196
|
-
dataset
|
|
220
|
+
dataset?: pulumi.Input<string>;
|
|
197
221
|
/**
|
|
198
222
|
* Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters
|
|
199
|
-
* supported by the destination may be included.
|
|
200
|
-
* documentation](https://developers.cloudflare.com/logs/reference/logpush-api-configuration#destination).
|
|
223
|
+
* supported by the destination may be included.
|
|
201
224
|
*/
|
|
202
225
|
destinationConf: pulumi.Input<string>;
|
|
203
226
|
/**
|
|
204
|
-
*
|
|
227
|
+
* Flag that indicates if the job is enabled.
|
|
205
228
|
*/
|
|
206
229
|
enabled?: pulumi.Input<boolean>;
|
|
207
230
|
/**
|
|
208
|
-
*
|
|
209
|
-
*
|
|
210
|
-
|
|
211
|
-
filter?: pulumi.Input<string>;
|
|
212
|
-
/**
|
|
213
|
-
* A higher frequency will result in logs being pushed on faster with smaller files. `low` frequency will push logs less
|
|
214
|
-
* often with larger files. Available values: `high`, `low`. Defaults to `high`.
|
|
215
|
-
*
|
|
216
|
-
* @deprecated Deprecated
|
|
231
|
+
* This field is deprecated. Please use `max_upload_*` parameters instead. The frequency at which Cloudflare sends batches
|
|
232
|
+
* of logs to your destination. Setting frequency to high sends your logs in larger quantities of smaller files. Setting
|
|
233
|
+
* frequency to low sends logs in smaller quantities of larger files.
|
|
217
234
|
*/
|
|
218
235
|
frequency?: pulumi.Input<string>;
|
|
219
236
|
/**
|
|
220
|
-
* The kind
|
|
237
|
+
* The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs. Currently, Edge Log
|
|
238
|
+
* Delivery is only supported for the `http_requests` dataset.
|
|
221
239
|
*/
|
|
222
240
|
kind?: pulumi.Input<string>;
|
|
223
241
|
/**
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
242
|
+
* This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields
|
|
243
|
+
* and timestamp formats. If migrating from the logpull api, copy the url (full url or just the query string) of your call
|
|
244
|
+
* here, and logpush will keep on making this call for you, setting start and end times appropriately.
|
|
227
245
|
*/
|
|
228
246
|
logpullOptions?: pulumi.Input<string>;
|
|
229
|
-
logpushJobId?: pulumi.Input<string>;
|
|
230
247
|
/**
|
|
231
|
-
* The maximum uncompressed file size of a batch of logs.
|
|
248
|
+
* The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to
|
|
249
|
+
* disable it. Note that you cannot set a minimum file size; this means that log files may be much smaller than this batch
|
|
250
|
+
* size. This parameter is not available for jobs with `edge` as its kind.
|
|
232
251
|
*/
|
|
233
252
|
maxUploadBytes?: pulumi.Input<number>;
|
|
234
253
|
/**
|
|
235
|
-
* The maximum interval in seconds for log batches.
|
|
254
|
+
* The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to
|
|
255
|
+
* disable it. Note that you cannot specify a minimum interval for log batches; this means that log files may be sent in
|
|
256
|
+
* shorter intervals than this. This parameter is only used for jobs with `edge` as its kind.
|
|
236
257
|
*/
|
|
237
258
|
maxUploadIntervalSeconds?: pulumi.Input<number>;
|
|
238
259
|
/**
|
|
239
|
-
* The maximum number of log lines per batch.
|
|
260
|
+
* The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it.
|
|
261
|
+
* Note that you cannot specify a minimum number of log lines per batch; this means that log files may contain many fewer
|
|
262
|
+
* lines than this. This parameter is not available for jobs with `edge` as its kind.
|
|
240
263
|
*/
|
|
241
264
|
maxUploadRecords?: pulumi.Input<number>;
|
|
242
265
|
/**
|
|
243
|
-
*
|
|
266
|
+
* Optional human readable job name. Not unique. Cloudflare suggests that you set this to a meaningful string, like the
|
|
267
|
+
* domain name, to make it easier to identify your job.
|
|
244
268
|
*/
|
|
245
269
|
name?: pulumi.Input<string>;
|
|
246
270
|
/**
|
|
247
|
-
*
|
|
271
|
+
* The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored.
|
|
248
272
|
*/
|
|
249
273
|
outputOptions?: pulumi.Input<inputs.LogpushJobOutputOptions>;
|
|
250
274
|
/**
|
|
251
|
-
* Ownership challenge token to prove destination ownership
|
|
252
|
-
* Microsoft Azure or Sumo Logic. See [Developer
|
|
253
|
-
* documentation](https://developers.cloudflare.com/logs/logpush/logpush-configuration-api/understanding-logpush-api/#usage).
|
|
275
|
+
* Ownership challenge token to prove destination ownership.
|
|
254
276
|
*/
|
|
255
277
|
ownershipChallenge?: pulumi.Input<string>;
|
|
256
278
|
/**
|
|
257
|
-
* The
|
|
279
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
258
280
|
*/
|
|
259
281
|
zoneId?: pulumi.Input<string>;
|
|
260
282
|
}
|
package/bin/logpushJob.js
CHANGED
|
@@ -37,11 +37,12 @@ class LogpushJob extends pulumi.CustomResource {
|
|
|
37
37
|
resourceInputs["dataset"] = state ? state.dataset : undefined;
|
|
38
38
|
resourceInputs["destinationConf"] = state ? state.destinationConf : undefined;
|
|
39
39
|
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
40
|
-
resourceInputs["
|
|
40
|
+
resourceInputs["errorMessage"] = state ? state.errorMessage : undefined;
|
|
41
41
|
resourceInputs["frequency"] = state ? state.frequency : undefined;
|
|
42
42
|
resourceInputs["kind"] = state ? state.kind : undefined;
|
|
43
|
+
resourceInputs["lastComplete"] = state ? state.lastComplete : undefined;
|
|
44
|
+
resourceInputs["lastError"] = state ? state.lastError : undefined;
|
|
43
45
|
resourceInputs["logpullOptions"] = state ? state.logpullOptions : undefined;
|
|
44
|
-
resourceInputs["logpushJobId"] = state ? state.logpushJobId : undefined;
|
|
45
46
|
resourceInputs["maxUploadBytes"] = state ? state.maxUploadBytes : undefined;
|
|
46
47
|
resourceInputs["maxUploadIntervalSeconds"] = state ? state.maxUploadIntervalSeconds : undefined;
|
|
47
48
|
resourceInputs["maxUploadRecords"] = state ? state.maxUploadRecords : undefined;
|
|
@@ -52,9 +53,6 @@ class LogpushJob extends pulumi.CustomResource {
|
|
|
52
53
|
}
|
|
53
54
|
else {
|
|
54
55
|
const args = argsOrState;
|
|
55
|
-
if ((!args || args.dataset === undefined) && !opts.urn) {
|
|
56
|
-
throw new Error("Missing required property 'dataset'");
|
|
57
|
-
}
|
|
58
56
|
if ((!args || args.destinationConf === undefined) && !opts.urn) {
|
|
59
57
|
throw new Error("Missing required property 'destinationConf'");
|
|
60
58
|
}
|
|
@@ -62,11 +60,9 @@ class LogpushJob extends pulumi.CustomResource {
|
|
|
62
60
|
resourceInputs["dataset"] = args ? args.dataset : undefined;
|
|
63
61
|
resourceInputs["destinationConf"] = args ? args.destinationConf : undefined;
|
|
64
62
|
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
65
|
-
resourceInputs["filter"] = args ? args.filter : undefined;
|
|
66
63
|
resourceInputs["frequency"] = args ? args.frequency : undefined;
|
|
67
64
|
resourceInputs["kind"] = args ? args.kind : undefined;
|
|
68
65
|
resourceInputs["logpullOptions"] = args ? args.logpullOptions : undefined;
|
|
69
|
-
resourceInputs["logpushJobId"] = args ? args.logpushJobId : undefined;
|
|
70
66
|
resourceInputs["maxUploadBytes"] = args ? args.maxUploadBytes : undefined;
|
|
71
67
|
resourceInputs["maxUploadIntervalSeconds"] = args ? args.maxUploadIntervalSeconds : undefined;
|
|
72
68
|
resourceInputs["maxUploadRecords"] = args ? args.maxUploadRecords : undefined;
|
|
@@ -74,6 +70,9 @@ class LogpushJob extends pulumi.CustomResource {
|
|
|
74
70
|
resourceInputs["outputOptions"] = args ? args.outputOptions : undefined;
|
|
75
71
|
resourceInputs["ownershipChallenge"] = args ? args.ownershipChallenge : undefined;
|
|
76
72
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
73
|
+
resourceInputs["errorMessage"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["lastComplete"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["lastError"] = undefined /*out*/;
|
|
77
76
|
}
|
|
78
77
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
79
78
|
super(LogpushJob.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
package/bin/logpushJob.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logpushJob.js","sourceRoot":"","sources":["../logpushJob.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;
|
|
1
|
+
{"version":3,"file":"logpushJob.js","sourceRoot":"","sources":["../logpushJob.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,23 +16,19 @@ export declare class LogpushOwnershipChallenge extends pulumi.CustomResource {
|
|
|
16
16
|
*/
|
|
17
17
|
static isInstance(obj: any): obj is LogpushOwnershipChallenge;
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
19
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
20
20
|
*/
|
|
21
21
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
22
22
|
/**
|
|
23
23
|
* Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters
|
|
24
|
-
* supported by the destination may be included.
|
|
25
|
-
* documentation](https://developers.cloudflare.com/logs/logpush/logpush-configuration-api/understanding-logpush-api/#destination).
|
|
26
|
-
* **Modifying this attribute will force creation of a new resource.**
|
|
24
|
+
* supported by the destination may be included.
|
|
27
25
|
*/
|
|
28
26
|
readonly destinationConf: pulumi.Output<string>;
|
|
29
|
-
readonly
|
|
27
|
+
readonly filename: pulumi.Output<string>;
|
|
28
|
+
readonly message: pulumi.Output<string>;
|
|
29
|
+
readonly valid: pulumi.Output<boolean>;
|
|
30
30
|
/**
|
|
31
|
-
* The
|
|
32
|
-
*/
|
|
33
|
-
readonly ownershipChallengeFilename: pulumi.Output<string>;
|
|
34
|
-
/**
|
|
35
|
-
* The zone identifier to target for the resource. Must provide only one of `account_id`, `zone_id`.
|
|
31
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
36
32
|
*/
|
|
37
33
|
readonly zoneId: pulumi.Output<string | undefined>;
|
|
38
34
|
/**
|
|
@@ -49,23 +45,19 @@ export declare class LogpushOwnershipChallenge extends pulumi.CustomResource {
|
|
|
49
45
|
*/
|
|
50
46
|
export interface LogpushOwnershipChallengeState {
|
|
51
47
|
/**
|
|
52
|
-
* The
|
|
48
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
53
49
|
*/
|
|
54
50
|
accountId?: pulumi.Input<string>;
|
|
55
51
|
/**
|
|
56
52
|
* Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters
|
|
57
|
-
* supported by the destination may be included.
|
|
58
|
-
* documentation](https://developers.cloudflare.com/logs/logpush/logpush-configuration-api/understanding-logpush-api/#destination).
|
|
59
|
-
* **Modifying this attribute will force creation of a new resource.**
|
|
53
|
+
* supported by the destination may be included.
|
|
60
54
|
*/
|
|
61
55
|
destinationConf?: pulumi.Input<string>;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
*/
|
|
66
|
-
ownershipChallengeFilename?: pulumi.Input<string>;
|
|
56
|
+
filename?: pulumi.Input<string>;
|
|
57
|
+
message?: pulumi.Input<string>;
|
|
58
|
+
valid?: pulumi.Input<boolean>;
|
|
67
59
|
/**
|
|
68
|
-
* The
|
|
60
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
69
61
|
*/
|
|
70
62
|
zoneId?: pulumi.Input<string>;
|
|
71
63
|
}
|
|
@@ -74,19 +66,16 @@ export interface LogpushOwnershipChallengeState {
|
|
|
74
66
|
*/
|
|
75
67
|
export interface LogpushOwnershipChallengeArgs {
|
|
76
68
|
/**
|
|
77
|
-
* The
|
|
69
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
78
70
|
*/
|
|
79
71
|
accountId?: pulumi.Input<string>;
|
|
80
72
|
/**
|
|
81
73
|
* Uniquely identifies a resource (such as an s3 bucket) where data will be pushed. Additional configuration parameters
|
|
82
|
-
* supported by the destination may be included.
|
|
83
|
-
* documentation](https://developers.cloudflare.com/logs/logpush/logpush-configuration-api/understanding-logpush-api/#destination).
|
|
84
|
-
* **Modifying this attribute will force creation of a new resource.**
|
|
74
|
+
* supported by the destination may be included.
|
|
85
75
|
*/
|
|
86
76
|
destinationConf: pulumi.Input<string>;
|
|
87
|
-
logpushOwnershipChallengeId?: pulumi.Input<string>;
|
|
88
77
|
/**
|
|
89
|
-
* The
|
|
78
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
90
79
|
*/
|
|
91
80
|
zoneId?: pulumi.Input<string>;
|
|
92
81
|
}
|
|
@@ -35,8 +35,9 @@ class LogpushOwnershipChallenge extends pulumi.CustomResource {
|
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
37
37
|
resourceInputs["destinationConf"] = state ? state.destinationConf : undefined;
|
|
38
|
-
resourceInputs["
|
|
39
|
-
resourceInputs["
|
|
38
|
+
resourceInputs["filename"] = state ? state.filename : undefined;
|
|
39
|
+
resourceInputs["message"] = state ? state.message : undefined;
|
|
40
|
+
resourceInputs["valid"] = state ? state.valid : undefined;
|
|
40
41
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
41
42
|
}
|
|
42
43
|
else {
|
|
@@ -46,9 +47,10 @@ class LogpushOwnershipChallenge extends pulumi.CustomResource {
|
|
|
46
47
|
}
|
|
47
48
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
48
49
|
resourceInputs["destinationConf"] = args ? args.destinationConf : undefined;
|
|
49
|
-
resourceInputs["logpushOwnershipChallengeId"] = args ? args.logpushOwnershipChallengeId : undefined;
|
|
50
50
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
51
|
-
resourceInputs["
|
|
51
|
+
resourceInputs["filename"] = undefined /*out*/;
|
|
52
|
+
resourceInputs["message"] = undefined /*out*/;
|
|
53
|
+
resourceInputs["valid"] = undefined /*out*/;
|
|
52
54
|
}
|
|
53
55
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
54
56
|
super(LogpushOwnershipChallenge.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logpushOwnershipChallenge.js","sourceRoot":"","sources":["../logpushOwnershipChallenge.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;
|
|
1
|
+
{"version":3,"file":"logpushOwnershipChallenge.js","sourceRoot":"","sources":["../logpushOwnershipChallenge.ts"],"names":[],"mappings":"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"}
|