pulumi-cloudflare 6.10.0a1759386985__py3-none-any.whl → 6.10.1__py3-none-any.whl

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.
Files changed (73) hide show
  1. pulumi_cloudflare/__init__.py +22 -0
  2. pulumi_cloudflare/_inputs.py +3540 -1593
  3. pulumi_cloudflare/access_custom_page.py +22 -0
  4. pulumi_cloudflare/access_service_token.py +100 -2
  5. pulumi_cloudflare/address_map.py +1 -1
  6. pulumi_cloudflare/bot_management.py +58 -2
  7. pulumi_cloudflare/byo_ip_prefix.py +20 -0
  8. pulumi_cloudflare/dns_firewall.py +161 -21
  9. pulumi_cloudflare/email_routing_dns.py +18 -19
  10. pulumi_cloudflare/email_security_block_sender.py +6 -6
  11. pulumi_cloudflare/email_security_trusted_domains.py +8 -8
  12. pulumi_cloudflare/get_bot_management.py +16 -1
  13. pulumi_cloudflare/get_byo_ip_prefix.py +4 -0
  14. pulumi_cloudflare/get_dns_firewall.py +4 -19
  15. pulumi_cloudflare/get_load_balancer_pool.py +15 -1
  16. pulumi_cloudflare/get_page_shield_connections_list.py +3 -3
  17. pulumi_cloudflare/get_page_shield_cookies_list.py +3 -3
  18. pulumi_cloudflare/get_page_shield_scripts_list.py +3 -3
  19. pulumi_cloudflare/get_worker.py +6 -6
  20. pulumi_cloudflare/get_worker_version.py +17 -49
  21. pulumi_cloudflare/get_worker_versions.py +5 -5
  22. pulumi_cloudflare/get_workflow.py +210 -0
  23. pulumi_cloudflare/get_workflows.py +160 -0
  24. pulumi_cloudflare/get_zero_trust_access_application.py +1 -23
  25. pulumi_cloudflare/get_zero_trust_access_custom_page.py +4 -40
  26. pulumi_cloudflare/get_zero_trust_access_group.py +1 -23
  27. pulumi_cloudflare/get_zero_trust_access_mtls_certificate.py +1 -23
  28. pulumi_cloudflare/get_zero_trust_access_service_token.py +1 -34
  29. pulumi_cloudflare/get_zero_trust_access_tag.py +4 -40
  30. pulumi_cloudflare/get_zero_trust_dns_location.py +11 -11
  31. pulumi_cloudflare/get_zero_trust_gateway_app_types_list.py +3 -3
  32. pulumi_cloudflare/get_zero_trust_gateway_categories_list.py +3 -3
  33. pulumi_cloudflare/get_zero_trust_gateway_certificate.py +11 -11
  34. pulumi_cloudflare/get_zero_trust_gateway_logging.py +2 -2
  35. pulumi_cloudflare/get_zero_trust_gateway_policy.py +47 -21
  36. pulumi_cloudflare/get_zero_trust_gateway_proxy_endpoint.py +3 -3
  37. pulumi_cloudflare/get_zero_trust_gateway_settings.py +3 -0
  38. pulumi_cloudflare/get_zero_trust_list.py +9 -9
  39. pulumi_cloudflare/get_zero_trust_lists.py +3 -3
  40. pulumi_cloudflare/get_zero_trust_network_hostname_route.py +231 -0
  41. pulumi_cloudflare/get_zero_trust_network_hostname_routes.py +259 -0
  42. pulumi_cloudflare/get_zero_trust_organization.py +1 -23
  43. pulumi_cloudflare/list_item.py +8 -0
  44. pulumi_cloudflare/load_balancer_pool.py +47 -0
  45. pulumi_cloudflare/outputs.py +3902 -2074
  46. pulumi_cloudflare/pages_project.py +4 -0
  47. pulumi_cloudflare/pulumi-plugin.json +1 -1
  48. pulumi_cloudflare/r2_custom_domain.py +4 -4
  49. pulumi_cloudflare/teams_account.py +7 -7
  50. pulumi_cloudflare/teams_list.py +32 -32
  51. pulumi_cloudflare/teams_location.py +62 -62
  52. pulumi_cloudflare/teams_proxy_endpoint.py +18 -18
  53. pulumi_cloudflare/teams_rule.py +97 -117
  54. pulumi_cloudflare/worker_script.py +88 -28
  55. pulumi_cloudflare/worker_version.py +42 -7
  56. pulumi_cloudflare/workers_script.py +88 -28
  57. pulumi_cloudflare/workers_script_subdomain.py +3 -3
  58. pulumi_cloudflare/workflow.py +440 -0
  59. pulumi_cloudflare/zero_trust_access_custom_page.py +22 -0
  60. pulumi_cloudflare/zero_trust_access_service_token.py +100 -2
  61. pulumi_cloudflare/zero_trust_dex_test.py +4 -64
  62. pulumi_cloudflare/zero_trust_dns_location.py +62 -62
  63. pulumi_cloudflare/zero_trust_gateway_certificate.py +75 -28
  64. pulumi_cloudflare/zero_trust_gateway_logging.py +14 -14
  65. pulumi_cloudflare/zero_trust_gateway_policy.py +97 -117
  66. pulumi_cloudflare/zero_trust_gateway_proxy_endpoint.py +18 -18
  67. pulumi_cloudflare/zero_trust_gateway_settings.py +7 -7
  68. pulumi_cloudflare/zero_trust_list.py +32 -32
  69. pulumi_cloudflare/zero_trust_network_hostname_route.py +411 -0
  70. {pulumi_cloudflare-6.10.0a1759386985.dist-info → pulumi_cloudflare-6.10.1.dist-info}/METADATA +1 -1
  71. {pulumi_cloudflare-6.10.0a1759386985.dist-info → pulumi_cloudflare-6.10.1.dist-info}/RECORD +73 -67
  72. {pulumi_cloudflare-6.10.0a1759386985.dist-info → pulumi_cloudflare-6.10.1.dist-info}/WHEEL +0 -0
  73. {pulumi_cloudflare-6.10.0a1759386985.dist-info → pulumi_cloudflare-6.10.1.dist-info}/top_level.txt +0 -0
@@ -316,6 +316,8 @@ from .get_workers_routes import *
316
316
  from .get_workers_script import *
317
317
  from .get_workers_script_subdomain import *
318
318
  from .get_workers_scripts import *
319
+ from .get_workflow import *
320
+ from .get_workflows import *
319
321
  from .get_zero_trust_access_application import *
320
322
  from .get_zero_trust_access_applications import *
321
323
  from .get_zero_trust_access_custom_page import *
@@ -378,6 +380,8 @@ from .get_zero_trust_gateway_proxy_endpoint import *
378
380
  from .get_zero_trust_gateway_settings import *
379
381
  from .get_zero_trust_list import *
380
382
  from .get_zero_trust_lists import *
383
+ from .get_zero_trust_network_hostname_route import *
384
+ from .get_zero_trust_network_hostname_routes import *
381
385
  from .get_zero_trust_organization import *
382
386
  from .get_zero_trust_risk_behavior import *
383
387
  from .get_zero_trust_risk_scoring_integration import *
@@ -512,6 +516,7 @@ from .workers_kv_namespace import *
512
516
  from .workers_route import *
513
517
  from .workers_script import *
514
518
  from .workers_script_subdomain import *
519
+ from .workflow import *
515
520
  from .zero_trust_access_application import *
516
521
  from .zero_trust_access_custom_page import *
517
522
  from .zero_trust_access_group import *
@@ -549,6 +554,7 @@ from .zero_trust_gateway_proxy_endpoint import *
549
554
  from .zero_trust_gateway_settings import *
550
555
  from .zero_trust_list import *
551
556
  from .zero_trust_local_fallback_domain import *
557
+ from .zero_trust_network_hostname_route import *
552
558
  from .zero_trust_organization import *
553
559
  from .zero_trust_risk_behavior import *
554
560
  from .zero_trust_risk_scoring_integration import *
@@ -1995,6 +2001,14 @@ _utilities.register(
1995
2001
  "cloudflare:index/workersScriptSubdomain:WorkersScriptSubdomain": "WorkersScriptSubdomain"
1996
2002
  }
1997
2003
  },
2004
+ {
2005
+ "pkg": "cloudflare",
2006
+ "mod": "index/workflow",
2007
+ "fqn": "pulumi_cloudflare",
2008
+ "classes": {
2009
+ "cloudflare:index/workflow:Workflow": "Workflow"
2010
+ }
2011
+ },
1998
2012
  {
1999
2013
  "pkg": "cloudflare",
2000
2014
  "mod": "index/zeroTrustAccessApplication",
@@ -2291,6 +2305,14 @@ _utilities.register(
2291
2305
  "cloudflare:index/zeroTrustLocalFallbackDomain:ZeroTrustLocalFallbackDomain": "ZeroTrustLocalFallbackDomain"
2292
2306
  }
2293
2307
  },
2308
+ {
2309
+ "pkg": "cloudflare",
2310
+ "mod": "index/zeroTrustNetworkHostnameRoute",
2311
+ "fqn": "pulumi_cloudflare",
2312
+ "classes": {
2313
+ "cloudflare:index/zeroTrustNetworkHostnameRoute:ZeroTrustNetworkHostnameRoute": "ZeroTrustNetworkHostnameRoute"
2314
+ }
2315
+ },
2294
2316
  {
2295
2317
  "pkg": "cloudflare",
2296
2318
  "mod": "index/zeroTrustOrganization",