pulumiverse-scaleway 1.26.0a1742897201__py3-none-any.whl → 1.27.0__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 (85) hide show
  1. pulumiverse_scaleway/__init__.py +105 -0
  2. pulumiverse_scaleway/_inputs.py +776 -0
  3. pulumiverse_scaleway/apple_silicon_server.py +105 -0
  4. pulumiverse_scaleway/applesilicon/server.py +105 -0
  5. pulumiverse_scaleway/baremetal_server.py +82 -0
  6. pulumiverse_scaleway/cockpit.py +7 -0
  7. pulumiverse_scaleway/domain/__init__.py +1 -0
  8. pulumiverse_scaleway/domain/_inputs.py +2697 -0
  9. pulumiverse_scaleway/domain/outputs.py +2145 -0
  10. pulumiverse_scaleway/domain/registration.py +777 -0
  11. pulumiverse_scaleway/edge_services_backend_stage.py +472 -0
  12. pulumiverse_scaleway/edge_services_cache_stage.py +584 -0
  13. pulumiverse_scaleway/edge_services_dns_stage.py +516 -0
  14. pulumiverse_scaleway/edge_services_head_stage.py +258 -0
  15. pulumiverse_scaleway/edge_services_pipeline.py +478 -0
  16. pulumiverse_scaleway/edge_services_plan.py +239 -0
  17. pulumiverse_scaleway/edge_services_route_stage.py +422 -0
  18. pulumiverse_scaleway/edge_services_tls_stage.py +640 -0
  19. pulumiverse_scaleway/edge_services_waf_stage.py +444 -0
  20. pulumiverse_scaleway/elasticmetal/__init__.py +1 -0
  21. pulumiverse_scaleway/elasticmetal/get_easy_partitioning.py +177 -0
  22. pulumiverse_scaleway/elasticmetal/ip.py +13 -7
  23. pulumiverse_scaleway/elasticmetal/server.py +82 -0
  24. pulumiverse_scaleway/flexible_ip.py +13 -7
  25. pulumiverse_scaleway/get_cockpit_plan.py +1 -0
  26. pulumiverse_scaleway/get_instance_server.py +12 -1
  27. pulumiverse_scaleway/get_lb_frontend.py +12 -1
  28. pulumiverse_scaleway/get_lb_route.py +12 -1
  29. pulumiverse_scaleway/get_secret.py +15 -4
  30. pulumiverse_scaleway/get_vpc_public_gateway.py +34 -1
  31. pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +8 -0
  32. pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +8 -0
  33. pulumiverse_scaleway/hosting/hosting.py +2 -2
  34. pulumiverse_scaleway/instance/get_server.py +12 -1
  35. pulumiverse_scaleway/instance/outputs.py +0 -11
  36. pulumiverse_scaleway/instance/server.py +54 -7
  37. pulumiverse_scaleway/instance_server.py +54 -7
  38. pulumiverse_scaleway/job/_inputs.py +113 -0
  39. pulumiverse_scaleway/job/definition.py +107 -0
  40. pulumiverse_scaleway/job/outputs.py +88 -0
  41. pulumiverse_scaleway/job_definition.py +107 -0
  42. pulumiverse_scaleway/loadbalancer_backend.py +2 -2
  43. pulumiverse_scaleway/loadbalancer_frontend.py +47 -0
  44. pulumiverse_scaleway/loadbalancer_route.py +48 -1
  45. pulumiverse_scaleway/loadbalancers/backend.py +2 -2
  46. pulumiverse_scaleway/loadbalancers/frontend.py +47 -0
  47. pulumiverse_scaleway/loadbalancers/get_frontend.py +12 -1
  48. pulumiverse_scaleway/loadbalancers/get_route.py +12 -1
  49. pulumiverse_scaleway/loadbalancers/outputs.py +13 -2
  50. pulumiverse_scaleway/loadbalancers/route.py +48 -1
  51. pulumiverse_scaleway/network/__init__.py +1 -0
  52. pulumiverse_scaleway/network/_inputs.py +194 -0
  53. pulumiverse_scaleway/network/acl.py +415 -0
  54. pulumiverse_scaleway/network/gateway_network.py +104 -122
  55. pulumiverse_scaleway/network/get_public_gateway.py +34 -1
  56. pulumiverse_scaleway/network/get_public_gateway_dhcp.py +8 -0
  57. pulumiverse_scaleway/network/get_public_gateway_dhcp_reservation.py +8 -0
  58. pulumiverse_scaleway/network/outputs.py +139 -0
  59. pulumiverse_scaleway/network/public_gateway.py +124 -21
  60. pulumiverse_scaleway/network/public_gateway_dhcp.py +8 -0
  61. pulumiverse_scaleway/network/public_gateway_dhcp_reservation.py +8 -0
  62. pulumiverse_scaleway/observability/cockpit.py +7 -0
  63. pulumiverse_scaleway/observability/get_plan.py +1 -0
  64. pulumiverse_scaleway/outputs.py +750 -13
  65. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  66. pulumiverse_scaleway/secret.py +22 -2
  67. pulumiverse_scaleway/secret_version.py +6 -6
  68. pulumiverse_scaleway/secrets/_inputs.py +154 -0
  69. pulumiverse_scaleway/secrets/get_secret.py +15 -4
  70. pulumiverse_scaleway/secrets/outputs.py +200 -0
  71. pulumiverse_scaleway/secrets/secret.py +22 -2
  72. pulumiverse_scaleway/tem/__init__.py +2 -0
  73. pulumiverse_scaleway/tem/blocked_list.py +442 -0
  74. pulumiverse_scaleway/tem/domain.py +7 -0
  75. pulumiverse_scaleway/tem/get_offer_subscription.py +254 -0
  76. pulumiverse_scaleway/tem_domain.py +7 -0
  77. pulumiverse_scaleway/vpc_gateway_network.py +104 -122
  78. pulumiverse_scaleway/vpc_public_gateway.py +124 -21
  79. pulumiverse_scaleway/vpc_public_gateway_dhcp.py +8 -0
  80. pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +8 -0
  81. pulumiverse_scaleway/webhosting.py +2 -2
  82. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/METADATA +1 -1
  83. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/RECORD +85 -71
  84. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/WHEEL +1 -1
  85. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/top_level.txt +0 -0
@@ -69,6 +69,22 @@ __all__ = [
69
69
  'DomainRecordViewArgsDict',
70
70
  'DomainRecordWeightedArgs',
71
71
  'DomainRecordWeightedArgsDict',
72
+ 'EdgeServicesBackendStageLbBackendConfigArgs',
73
+ 'EdgeServicesBackendStageLbBackendConfigArgsDict',
74
+ 'EdgeServicesBackendStageLbBackendConfigLbConfigArgs',
75
+ 'EdgeServicesBackendStageLbBackendConfigLbConfigArgsDict',
76
+ 'EdgeServicesBackendStageS3BackendConfigArgs',
77
+ 'EdgeServicesBackendStageS3BackendConfigArgsDict',
78
+ 'EdgeServicesCacheStagePurgeRequestArgs',
79
+ 'EdgeServicesCacheStagePurgeRequestArgsDict',
80
+ 'EdgeServicesRouteStageRuleArgs',
81
+ 'EdgeServicesRouteStageRuleArgsDict',
82
+ 'EdgeServicesRouteStageRuleRuleHttpMatchArgs',
83
+ 'EdgeServicesRouteStageRuleRuleHttpMatchArgsDict',
84
+ 'EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgs',
85
+ 'EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgsDict',
86
+ 'EdgeServicesTlsStageSecretArgs',
87
+ 'EdgeServicesTlsStageSecretArgsDict',
72
88
  'FunctionTriggerNatsArgs',
73
89
  'FunctionTriggerNatsArgsDict',
74
90
  'FunctionTriggerSqsArgs',
@@ -121,6 +137,8 @@ __all__ = [
121
137
  'IpamIpSourceArgsDict',
122
138
  'JobDefinitionCronArgs',
123
139
  'JobDefinitionCronArgsDict',
140
+ 'JobDefinitionSecretReferenceArgs',
141
+ 'JobDefinitionSecretReferenceArgsDict',
124
142
  'KubernetesClusterAutoUpgradeArgs',
125
143
  'KubernetesClusterAutoUpgradeArgsDict',
126
144
  'KubernetesClusterAutoscalerConfigArgs',
@@ -201,6 +219,8 @@ __all__ = [
201
219
  'RedisClusterPublicNetworkArgsDict',
202
220
  'SecretEphemeralPolicyArgs',
203
221
  'SecretEphemeralPolicyArgsDict',
222
+ 'SecretVersionArgs',
223
+ 'SecretVersionArgsDict',
204
224
  'TemDomainReputationArgs',
205
225
  'TemDomainReputationArgsDict',
206
226
  'VpcGatewayNetworkIpamConfigArgs',
@@ -2677,6 +2697,499 @@ class DomainRecordWeightedArgs:
2677
2697
  pulumi.set(self, "weight", value)
2678
2698
 
2679
2699
 
2700
+ if not MYPY:
2701
+ class EdgeServicesBackendStageLbBackendConfigArgsDict(TypedDict):
2702
+ lb_config: NotRequired[pulumi.Input['EdgeServicesBackendStageLbBackendConfigLbConfigArgsDict']]
2703
+ """
2704
+ The Load Balancer config.
2705
+ """
2706
+ elif False:
2707
+ EdgeServicesBackendStageLbBackendConfigArgsDict: TypeAlias = Mapping[str, Any]
2708
+
2709
+ @pulumi.input_type
2710
+ class EdgeServicesBackendStageLbBackendConfigArgs:
2711
+ def __init__(__self__, *,
2712
+ lb_config: Optional[pulumi.Input['EdgeServicesBackendStageLbBackendConfigLbConfigArgs']] = None):
2713
+ """
2714
+ :param pulumi.Input['EdgeServicesBackendStageLbBackendConfigLbConfigArgs'] lb_config: The Load Balancer config.
2715
+ """
2716
+ if lb_config is not None:
2717
+ pulumi.set(__self__, "lb_config", lb_config)
2718
+
2719
+ @property
2720
+ @pulumi.getter(name="lbConfig")
2721
+ def lb_config(self) -> Optional[pulumi.Input['EdgeServicesBackendStageLbBackendConfigLbConfigArgs']]:
2722
+ """
2723
+ The Load Balancer config.
2724
+ """
2725
+ return pulumi.get(self, "lb_config")
2726
+
2727
+ @lb_config.setter
2728
+ def lb_config(self, value: Optional[pulumi.Input['EdgeServicesBackendStageLbBackendConfigLbConfigArgs']]):
2729
+ pulumi.set(self, "lb_config", value)
2730
+
2731
+
2732
+ if not MYPY:
2733
+ class EdgeServicesBackendStageLbBackendConfigLbConfigArgsDict(TypedDict):
2734
+ domain_name: NotRequired[pulumi.Input[str]]
2735
+ """
2736
+ The Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.
2737
+ """
2738
+ frontend_id: NotRequired[pulumi.Input[str]]
2739
+ """
2740
+ The ID of the frontend.
2741
+ """
2742
+ id: NotRequired[pulumi.Input[str]]
2743
+ """
2744
+ The ID of the Load Balancer.
2745
+ """
2746
+ is_ssl: NotRequired[pulumi.Input[bool]]
2747
+ """
2748
+ Defines whether the Load Balancer's frontend handles SSL connections.
2749
+ """
2750
+ zone: NotRequired[pulumi.Input[str]]
2751
+ """
2752
+ `zone`) The zone of the Load Balancer.
2753
+ """
2754
+ elif False:
2755
+ EdgeServicesBackendStageLbBackendConfigLbConfigArgsDict: TypeAlias = Mapping[str, Any]
2756
+
2757
+ @pulumi.input_type
2758
+ class EdgeServicesBackendStageLbBackendConfigLbConfigArgs:
2759
+ def __init__(__self__, *,
2760
+ domain_name: Optional[pulumi.Input[str]] = None,
2761
+ frontend_id: Optional[pulumi.Input[str]] = None,
2762
+ id: Optional[pulumi.Input[str]] = None,
2763
+ is_ssl: Optional[pulumi.Input[bool]] = None,
2764
+ zone: Optional[pulumi.Input[str]] = None):
2765
+ """
2766
+ :param pulumi.Input[str] domain_name: The Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.
2767
+ :param pulumi.Input[str] frontend_id: The ID of the frontend.
2768
+ :param pulumi.Input[str] id: The ID of the Load Balancer.
2769
+ :param pulumi.Input[bool] is_ssl: Defines whether the Load Balancer's frontend handles SSL connections.
2770
+ :param pulumi.Input[str] zone: `zone`) The zone of the Load Balancer.
2771
+ """
2772
+ if domain_name is not None:
2773
+ pulumi.set(__self__, "domain_name", domain_name)
2774
+ if frontend_id is not None:
2775
+ pulumi.set(__self__, "frontend_id", frontend_id)
2776
+ if id is not None:
2777
+ pulumi.set(__self__, "id", id)
2778
+ if is_ssl is not None:
2779
+ pulumi.set(__self__, "is_ssl", is_ssl)
2780
+ if zone is not None:
2781
+ pulumi.set(__self__, "zone", zone)
2782
+
2783
+ @property
2784
+ @pulumi.getter(name="domainName")
2785
+ def domain_name(self) -> Optional[pulumi.Input[str]]:
2786
+ """
2787
+ The Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.
2788
+ """
2789
+ return pulumi.get(self, "domain_name")
2790
+
2791
+ @domain_name.setter
2792
+ def domain_name(self, value: Optional[pulumi.Input[str]]):
2793
+ pulumi.set(self, "domain_name", value)
2794
+
2795
+ @property
2796
+ @pulumi.getter(name="frontendId")
2797
+ def frontend_id(self) -> Optional[pulumi.Input[str]]:
2798
+ """
2799
+ The ID of the frontend.
2800
+ """
2801
+ return pulumi.get(self, "frontend_id")
2802
+
2803
+ @frontend_id.setter
2804
+ def frontend_id(self, value: Optional[pulumi.Input[str]]):
2805
+ pulumi.set(self, "frontend_id", value)
2806
+
2807
+ @property
2808
+ @pulumi.getter
2809
+ def id(self) -> Optional[pulumi.Input[str]]:
2810
+ """
2811
+ The ID of the Load Balancer.
2812
+ """
2813
+ return pulumi.get(self, "id")
2814
+
2815
+ @id.setter
2816
+ def id(self, value: Optional[pulumi.Input[str]]):
2817
+ pulumi.set(self, "id", value)
2818
+
2819
+ @property
2820
+ @pulumi.getter(name="isSsl")
2821
+ def is_ssl(self) -> Optional[pulumi.Input[bool]]:
2822
+ """
2823
+ Defines whether the Load Balancer's frontend handles SSL connections.
2824
+ """
2825
+ return pulumi.get(self, "is_ssl")
2826
+
2827
+ @is_ssl.setter
2828
+ def is_ssl(self, value: Optional[pulumi.Input[bool]]):
2829
+ pulumi.set(self, "is_ssl", value)
2830
+
2831
+ @property
2832
+ @pulumi.getter
2833
+ def zone(self) -> Optional[pulumi.Input[str]]:
2834
+ """
2835
+ `zone`) The zone of the Load Balancer.
2836
+ """
2837
+ return pulumi.get(self, "zone")
2838
+
2839
+ @zone.setter
2840
+ def zone(self, value: Optional[pulumi.Input[str]]):
2841
+ pulumi.set(self, "zone", value)
2842
+
2843
+
2844
+ if not MYPY:
2845
+ class EdgeServicesBackendStageS3BackendConfigArgsDict(TypedDict):
2846
+ bucket_name: NotRequired[pulumi.Input[str]]
2847
+ """
2848
+ The name of the Bucket.
2849
+ """
2850
+ bucket_region: NotRequired[pulumi.Input[str]]
2851
+ """
2852
+ The region of the Bucket.
2853
+ """
2854
+ is_website: NotRequired[pulumi.Input[bool]]
2855
+ """
2856
+ Defines whether the bucket website feature is enabled.
2857
+ """
2858
+ elif False:
2859
+ EdgeServicesBackendStageS3BackendConfigArgsDict: TypeAlias = Mapping[str, Any]
2860
+
2861
+ @pulumi.input_type
2862
+ class EdgeServicesBackendStageS3BackendConfigArgs:
2863
+ def __init__(__self__, *,
2864
+ bucket_name: Optional[pulumi.Input[str]] = None,
2865
+ bucket_region: Optional[pulumi.Input[str]] = None,
2866
+ is_website: Optional[pulumi.Input[bool]] = None):
2867
+ """
2868
+ :param pulumi.Input[str] bucket_name: The name of the Bucket.
2869
+ :param pulumi.Input[str] bucket_region: The region of the Bucket.
2870
+ :param pulumi.Input[bool] is_website: Defines whether the bucket website feature is enabled.
2871
+ """
2872
+ if bucket_name is not None:
2873
+ pulumi.set(__self__, "bucket_name", bucket_name)
2874
+ if bucket_region is not None:
2875
+ pulumi.set(__self__, "bucket_region", bucket_region)
2876
+ if is_website is not None:
2877
+ pulumi.set(__self__, "is_website", is_website)
2878
+
2879
+ @property
2880
+ @pulumi.getter(name="bucketName")
2881
+ def bucket_name(self) -> Optional[pulumi.Input[str]]:
2882
+ """
2883
+ The name of the Bucket.
2884
+ """
2885
+ return pulumi.get(self, "bucket_name")
2886
+
2887
+ @bucket_name.setter
2888
+ def bucket_name(self, value: Optional[pulumi.Input[str]]):
2889
+ pulumi.set(self, "bucket_name", value)
2890
+
2891
+ @property
2892
+ @pulumi.getter(name="bucketRegion")
2893
+ def bucket_region(self) -> Optional[pulumi.Input[str]]:
2894
+ """
2895
+ The region of the Bucket.
2896
+ """
2897
+ return pulumi.get(self, "bucket_region")
2898
+
2899
+ @bucket_region.setter
2900
+ def bucket_region(self, value: Optional[pulumi.Input[str]]):
2901
+ pulumi.set(self, "bucket_region", value)
2902
+
2903
+ @property
2904
+ @pulumi.getter(name="isWebsite")
2905
+ def is_website(self) -> Optional[pulumi.Input[bool]]:
2906
+ """
2907
+ Defines whether the bucket website feature is enabled.
2908
+ """
2909
+ return pulumi.get(self, "is_website")
2910
+
2911
+ @is_website.setter
2912
+ def is_website(self, value: Optional[pulumi.Input[bool]]):
2913
+ pulumi.set(self, "is_website", value)
2914
+
2915
+
2916
+ if not MYPY:
2917
+ class EdgeServicesCacheStagePurgeRequestArgsDict(TypedDict):
2918
+ all: NotRequired[pulumi.Input[bool]]
2919
+ """
2920
+ Defines whether to purge all content.
2921
+ """
2922
+ assets: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2923
+ """
2924
+ The list of asserts to purge.
2925
+ """
2926
+ pipeline_id: NotRequired[pulumi.Input[str]]
2927
+ """
2928
+ The pipeline ID in which the purge request will be created.
2929
+ """
2930
+ elif False:
2931
+ EdgeServicesCacheStagePurgeRequestArgsDict: TypeAlias = Mapping[str, Any]
2932
+
2933
+ @pulumi.input_type
2934
+ class EdgeServicesCacheStagePurgeRequestArgs:
2935
+ def __init__(__self__, *,
2936
+ all: Optional[pulumi.Input[bool]] = None,
2937
+ assets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2938
+ pipeline_id: Optional[pulumi.Input[str]] = None):
2939
+ """
2940
+ :param pulumi.Input[bool] all: Defines whether to purge all content.
2941
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] assets: The list of asserts to purge.
2942
+ :param pulumi.Input[str] pipeline_id: The pipeline ID in which the purge request will be created.
2943
+ """
2944
+ if all is not None:
2945
+ pulumi.set(__self__, "all", all)
2946
+ if assets is not None:
2947
+ pulumi.set(__self__, "assets", assets)
2948
+ if pipeline_id is not None:
2949
+ pulumi.set(__self__, "pipeline_id", pipeline_id)
2950
+
2951
+ @property
2952
+ @pulumi.getter
2953
+ def all(self) -> Optional[pulumi.Input[bool]]:
2954
+ """
2955
+ Defines whether to purge all content.
2956
+ """
2957
+ return pulumi.get(self, "all")
2958
+
2959
+ @all.setter
2960
+ def all(self, value: Optional[pulumi.Input[bool]]):
2961
+ pulumi.set(self, "all", value)
2962
+
2963
+ @property
2964
+ @pulumi.getter
2965
+ def assets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2966
+ """
2967
+ The list of asserts to purge.
2968
+ """
2969
+ return pulumi.get(self, "assets")
2970
+
2971
+ @assets.setter
2972
+ def assets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2973
+ pulumi.set(self, "assets", value)
2974
+
2975
+ @property
2976
+ @pulumi.getter(name="pipelineId")
2977
+ def pipeline_id(self) -> Optional[pulumi.Input[str]]:
2978
+ """
2979
+ The pipeline ID in which the purge request will be created.
2980
+ """
2981
+ return pulumi.get(self, "pipeline_id")
2982
+
2983
+ @pipeline_id.setter
2984
+ def pipeline_id(self, value: Optional[pulumi.Input[str]]):
2985
+ pulumi.set(self, "pipeline_id", value)
2986
+
2987
+
2988
+ if not MYPY:
2989
+ class EdgeServicesRouteStageRuleArgsDict(TypedDict):
2990
+ backend_stage_id: pulumi.Input[str]
2991
+ """
2992
+ The ID of the backend stage that requests matching the rule should be forwarded to.
2993
+ """
2994
+ rule_http_match: NotRequired[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchArgsDict']]
2995
+ """
2996
+ The rule condition to be matched. Requests matching the condition defined here will be directly forwarded to the backend specified by the `backend_stage_id` field. Requests that do not match will be checked by the next rule's condition.
2997
+ """
2998
+ elif False:
2999
+ EdgeServicesRouteStageRuleArgsDict: TypeAlias = Mapping[str, Any]
3000
+
3001
+ @pulumi.input_type
3002
+ class EdgeServicesRouteStageRuleArgs:
3003
+ def __init__(__self__, *,
3004
+ backend_stage_id: pulumi.Input[str],
3005
+ rule_http_match: Optional[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchArgs']] = None):
3006
+ """
3007
+ :param pulumi.Input[str] backend_stage_id: The ID of the backend stage that requests matching the rule should be forwarded to.
3008
+ :param pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchArgs'] rule_http_match: The rule condition to be matched. Requests matching the condition defined here will be directly forwarded to the backend specified by the `backend_stage_id` field. Requests that do not match will be checked by the next rule's condition.
3009
+ """
3010
+ pulumi.set(__self__, "backend_stage_id", backend_stage_id)
3011
+ if rule_http_match is not None:
3012
+ pulumi.set(__self__, "rule_http_match", rule_http_match)
3013
+
3014
+ @property
3015
+ @pulumi.getter(name="backendStageId")
3016
+ def backend_stage_id(self) -> pulumi.Input[str]:
3017
+ """
3018
+ The ID of the backend stage that requests matching the rule should be forwarded to.
3019
+ """
3020
+ return pulumi.get(self, "backend_stage_id")
3021
+
3022
+ @backend_stage_id.setter
3023
+ def backend_stage_id(self, value: pulumi.Input[str]):
3024
+ pulumi.set(self, "backend_stage_id", value)
3025
+
3026
+ @property
3027
+ @pulumi.getter(name="ruleHttpMatch")
3028
+ def rule_http_match(self) -> Optional[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchArgs']]:
3029
+ """
3030
+ The rule condition to be matched. Requests matching the condition defined here will be directly forwarded to the backend specified by the `backend_stage_id` field. Requests that do not match will be checked by the next rule's condition.
3031
+ """
3032
+ return pulumi.get(self, "rule_http_match")
3033
+
3034
+ @rule_http_match.setter
3035
+ def rule_http_match(self, value: Optional[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchArgs']]):
3036
+ pulumi.set(self, "rule_http_match", value)
3037
+
3038
+
3039
+ if not MYPY:
3040
+ class EdgeServicesRouteStageRuleRuleHttpMatchArgsDict(TypedDict):
3041
+ method_filters: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3042
+ """
3043
+ HTTP methods to filter for. A request using any of these methods will be considered to match the rule. Possible values are `get`, `post`, `put`, `patch`, `delete`, `head`, `options`. All methods will match if none is provided.
3044
+ """
3045
+ path_filter: NotRequired[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgsDict']]
3046
+ """
3047
+ HTTP URL path to filter for. A request whose path matches the given filter will be considered to match the rule. All paths will match if none is provided.
3048
+ """
3049
+ elif False:
3050
+ EdgeServicesRouteStageRuleRuleHttpMatchArgsDict: TypeAlias = Mapping[str, Any]
3051
+
3052
+ @pulumi.input_type
3053
+ class EdgeServicesRouteStageRuleRuleHttpMatchArgs:
3054
+ def __init__(__self__, *,
3055
+ method_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3056
+ path_filter: Optional[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgs']] = None):
3057
+ """
3058
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] method_filters: HTTP methods to filter for. A request using any of these methods will be considered to match the rule. Possible values are `get`, `post`, `put`, `patch`, `delete`, `head`, `options`. All methods will match if none is provided.
3059
+ :param pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgs'] path_filter: HTTP URL path to filter for. A request whose path matches the given filter will be considered to match the rule. All paths will match if none is provided.
3060
+ """
3061
+ if method_filters is not None:
3062
+ pulumi.set(__self__, "method_filters", method_filters)
3063
+ if path_filter is not None:
3064
+ pulumi.set(__self__, "path_filter", path_filter)
3065
+
3066
+ @property
3067
+ @pulumi.getter(name="methodFilters")
3068
+ def method_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3069
+ """
3070
+ HTTP methods to filter for. A request using any of these methods will be considered to match the rule. Possible values are `get`, `post`, `put`, `patch`, `delete`, `head`, `options`. All methods will match if none is provided.
3071
+ """
3072
+ return pulumi.get(self, "method_filters")
3073
+
3074
+ @method_filters.setter
3075
+ def method_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3076
+ pulumi.set(self, "method_filters", value)
3077
+
3078
+ @property
3079
+ @pulumi.getter(name="pathFilter")
3080
+ def path_filter(self) -> Optional[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgs']]:
3081
+ """
3082
+ HTTP URL path to filter for. A request whose path matches the given filter will be considered to match the rule. All paths will match if none is provided.
3083
+ """
3084
+ return pulumi.get(self, "path_filter")
3085
+
3086
+ @path_filter.setter
3087
+ def path_filter(self, value: Optional[pulumi.Input['EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgs']]):
3088
+ pulumi.set(self, "path_filter", value)
3089
+
3090
+
3091
+ if not MYPY:
3092
+ class EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgsDict(TypedDict):
3093
+ path_filter_type: pulumi.Input[str]
3094
+ """
3095
+ The type of filter to match for the HTTP URL path. For now, all path filters must be written in regex and use the `regex` type.
3096
+ """
3097
+ value: pulumi.Input[str]
3098
+ """
3099
+ The value to be matched for the HTTP URL path.
3100
+ """
3101
+ elif False:
3102
+ EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgsDict: TypeAlias = Mapping[str, Any]
3103
+
3104
+ @pulumi.input_type
3105
+ class EdgeServicesRouteStageRuleRuleHttpMatchPathFilterArgs:
3106
+ def __init__(__self__, *,
3107
+ path_filter_type: pulumi.Input[str],
3108
+ value: pulumi.Input[str]):
3109
+ """
3110
+ :param pulumi.Input[str] path_filter_type: The type of filter to match for the HTTP URL path. For now, all path filters must be written in regex and use the `regex` type.
3111
+ :param pulumi.Input[str] value: The value to be matched for the HTTP URL path.
3112
+ """
3113
+ pulumi.set(__self__, "path_filter_type", path_filter_type)
3114
+ pulumi.set(__self__, "value", value)
3115
+
3116
+ @property
3117
+ @pulumi.getter(name="pathFilterType")
3118
+ def path_filter_type(self) -> pulumi.Input[str]:
3119
+ """
3120
+ The type of filter to match for the HTTP URL path. For now, all path filters must be written in regex and use the `regex` type.
3121
+ """
3122
+ return pulumi.get(self, "path_filter_type")
3123
+
3124
+ @path_filter_type.setter
3125
+ def path_filter_type(self, value: pulumi.Input[str]):
3126
+ pulumi.set(self, "path_filter_type", value)
3127
+
3128
+ @property
3129
+ @pulumi.getter
3130
+ def value(self) -> pulumi.Input[str]:
3131
+ """
3132
+ The value to be matched for the HTTP URL path.
3133
+ """
3134
+ return pulumi.get(self, "value")
3135
+
3136
+ @value.setter
3137
+ def value(self, value: pulumi.Input[str]):
3138
+ pulumi.set(self, "value", value)
3139
+
3140
+
3141
+ if not MYPY:
3142
+ class EdgeServicesTlsStageSecretArgsDict(TypedDict):
3143
+ region: NotRequired[pulumi.Input[str]]
3144
+ """
3145
+ The region of the secret.
3146
+ """
3147
+ secret_id: NotRequired[pulumi.Input[str]]
3148
+ """
3149
+ The ID of the Secret
3150
+ """
3151
+ elif False:
3152
+ EdgeServicesTlsStageSecretArgsDict: TypeAlias = Mapping[str, Any]
3153
+
3154
+ @pulumi.input_type
3155
+ class EdgeServicesTlsStageSecretArgs:
3156
+ def __init__(__self__, *,
3157
+ region: Optional[pulumi.Input[str]] = None,
3158
+ secret_id: Optional[pulumi.Input[str]] = None):
3159
+ """
3160
+ :param pulumi.Input[str] region: The region of the secret.
3161
+ :param pulumi.Input[str] secret_id: The ID of the Secret
3162
+ """
3163
+ if region is not None:
3164
+ pulumi.set(__self__, "region", region)
3165
+ if secret_id is not None:
3166
+ pulumi.set(__self__, "secret_id", secret_id)
3167
+
3168
+ @property
3169
+ @pulumi.getter
3170
+ def region(self) -> Optional[pulumi.Input[str]]:
3171
+ """
3172
+ The region of the secret.
3173
+ """
3174
+ return pulumi.get(self, "region")
3175
+
3176
+ @region.setter
3177
+ def region(self, value: Optional[pulumi.Input[str]]):
3178
+ pulumi.set(self, "region", value)
3179
+
3180
+ @property
3181
+ @pulumi.getter(name="secretId")
3182
+ def secret_id(self) -> Optional[pulumi.Input[str]]:
3183
+ """
3184
+ The ID of the Secret
3185
+ """
3186
+ return pulumi.get(self, "secret_id")
3187
+
3188
+ @secret_id.setter
3189
+ def secret_id(self, value: Optional[pulumi.Input[str]]):
3190
+ pulumi.set(self, "secret_id", value)
3191
+
3192
+
2680
3193
  if not MYPY:
2681
3194
  class FunctionTriggerNatsArgsDict(TypedDict):
2682
3195
  subject: pulumi.Input[str]
@@ -5181,6 +5694,117 @@ class JobDefinitionCronArgs:
5181
5694
  pulumi.set(self, "timezone", value)
5182
5695
 
5183
5696
 
5697
+ if not MYPY:
5698
+ class JobDefinitionSecretReferenceArgsDict(TypedDict):
5699
+ secret_id: pulumi.Input[str]
5700
+ """
5701
+ The secret unique identifier, it could be formatted as region/UUID or UUID. In case the region is passed, it must be the same as the job definition. You could reference the same secret multiple times in the same job definition.
5702
+ """
5703
+ environment: NotRequired[pulumi.Input[str]]
5704
+ """
5705
+ An environment variable containing the secret value. Must be specified if `file` is not specified.
5706
+ """
5707
+ file: NotRequired[pulumi.Input[str]]
5708
+ """
5709
+ The absolute file path where the secret will be mounted. Must be specified if `environment` is not specified.
5710
+ """
5711
+ secret_reference_id: NotRequired[pulumi.Input[str]]
5712
+ """
5713
+ The secret reference UUID that is automatically generated by the provider.
5714
+ """
5715
+ secret_version: NotRequired[pulumi.Input[str]]
5716
+ """
5717
+ The secret version.
5718
+ """
5719
+ elif False:
5720
+ JobDefinitionSecretReferenceArgsDict: TypeAlias = Mapping[str, Any]
5721
+
5722
+ @pulumi.input_type
5723
+ class JobDefinitionSecretReferenceArgs:
5724
+ def __init__(__self__, *,
5725
+ secret_id: pulumi.Input[str],
5726
+ environment: Optional[pulumi.Input[str]] = None,
5727
+ file: Optional[pulumi.Input[str]] = None,
5728
+ secret_reference_id: Optional[pulumi.Input[str]] = None,
5729
+ secret_version: Optional[pulumi.Input[str]] = None):
5730
+ """
5731
+ :param pulumi.Input[str] secret_id: The secret unique identifier, it could be formatted as region/UUID or UUID. In case the region is passed, it must be the same as the job definition. You could reference the same secret multiple times in the same job definition.
5732
+ :param pulumi.Input[str] environment: An environment variable containing the secret value. Must be specified if `file` is not specified.
5733
+ :param pulumi.Input[str] file: The absolute file path where the secret will be mounted. Must be specified if `environment` is not specified.
5734
+ :param pulumi.Input[str] secret_reference_id: The secret reference UUID that is automatically generated by the provider.
5735
+ :param pulumi.Input[str] secret_version: The secret version.
5736
+ """
5737
+ pulumi.set(__self__, "secret_id", secret_id)
5738
+ if environment is not None:
5739
+ pulumi.set(__self__, "environment", environment)
5740
+ if file is not None:
5741
+ pulumi.set(__self__, "file", file)
5742
+ if secret_reference_id is not None:
5743
+ pulumi.set(__self__, "secret_reference_id", secret_reference_id)
5744
+ if secret_version is not None:
5745
+ pulumi.set(__self__, "secret_version", secret_version)
5746
+
5747
+ @property
5748
+ @pulumi.getter(name="secretId")
5749
+ def secret_id(self) -> pulumi.Input[str]:
5750
+ """
5751
+ The secret unique identifier, it could be formatted as region/UUID or UUID. In case the region is passed, it must be the same as the job definition. You could reference the same secret multiple times in the same job definition.
5752
+ """
5753
+ return pulumi.get(self, "secret_id")
5754
+
5755
+ @secret_id.setter
5756
+ def secret_id(self, value: pulumi.Input[str]):
5757
+ pulumi.set(self, "secret_id", value)
5758
+
5759
+ @property
5760
+ @pulumi.getter
5761
+ def environment(self) -> Optional[pulumi.Input[str]]:
5762
+ """
5763
+ An environment variable containing the secret value. Must be specified if `file` is not specified.
5764
+ """
5765
+ return pulumi.get(self, "environment")
5766
+
5767
+ @environment.setter
5768
+ def environment(self, value: Optional[pulumi.Input[str]]):
5769
+ pulumi.set(self, "environment", value)
5770
+
5771
+ @property
5772
+ @pulumi.getter
5773
+ def file(self) -> Optional[pulumi.Input[str]]:
5774
+ """
5775
+ The absolute file path where the secret will be mounted. Must be specified if `environment` is not specified.
5776
+ """
5777
+ return pulumi.get(self, "file")
5778
+
5779
+ @file.setter
5780
+ def file(self, value: Optional[pulumi.Input[str]]):
5781
+ pulumi.set(self, "file", value)
5782
+
5783
+ @property
5784
+ @pulumi.getter(name="secretReferenceId")
5785
+ def secret_reference_id(self) -> Optional[pulumi.Input[str]]:
5786
+ """
5787
+ The secret reference UUID that is automatically generated by the provider.
5788
+ """
5789
+ return pulumi.get(self, "secret_reference_id")
5790
+
5791
+ @secret_reference_id.setter
5792
+ def secret_reference_id(self, value: Optional[pulumi.Input[str]]):
5793
+ pulumi.set(self, "secret_reference_id", value)
5794
+
5795
+ @property
5796
+ @pulumi.getter(name="secretVersion")
5797
+ def secret_version(self) -> Optional[pulumi.Input[str]]:
5798
+ """
5799
+ The secret version.
5800
+ """
5801
+ return pulumi.get(self, "secret_version")
5802
+
5803
+ @secret_version.setter
5804
+ def secret_version(self, value: Optional[pulumi.Input[str]]):
5805
+ pulumi.set(self, "secret_version", value)
5806
+
5807
+
5184
5808
  if not MYPY:
5185
5809
  class KubernetesClusterAutoUpgradeArgsDict(TypedDict):
5186
5810
  enable: pulumi.Input[bool]
@@ -8406,6 +9030,158 @@ class SecretEphemeralPolicyArgs:
8406
9030
  pulumi.set(self, "ttl", value)
8407
9031
 
8408
9032
 
9033
+ if not MYPY:
9034
+ class SecretVersionArgsDict(TypedDict):
9035
+ created_at: NotRequired[pulumi.Input[str]]
9036
+ """
9037
+ Date and time of the secret's creation (in RFC 3339 format).
9038
+ """
9039
+ description: NotRequired[pulumi.Input[str]]
9040
+ """
9041
+ Description of the secret (e.g. `my-new-description`).
9042
+ """
9043
+ latest: NotRequired[pulumi.Input[bool]]
9044
+ """
9045
+ Returns true if the version is the latest.
9046
+ """
9047
+ revision: NotRequired[pulumi.Input[str]]
9048
+ """
9049
+ The revision of secret version
9050
+ """
9051
+ secret_id: NotRequired[pulumi.Input[str]]
9052
+ """
9053
+ The secret ID associated with this version
9054
+ """
9055
+ status: NotRequired[pulumi.Input[str]]
9056
+ """
9057
+ The status of the secret.
9058
+ """
9059
+ updated_at: NotRequired[pulumi.Input[str]]
9060
+ """
9061
+ Date and time of the secret's last update (in RFC 3339 format).
9062
+ """
9063
+ elif False:
9064
+ SecretVersionArgsDict: TypeAlias = Mapping[str, Any]
9065
+
9066
+ @pulumi.input_type
9067
+ class SecretVersionArgs:
9068
+ def __init__(__self__, *,
9069
+ created_at: Optional[pulumi.Input[str]] = None,
9070
+ description: Optional[pulumi.Input[str]] = None,
9071
+ latest: Optional[pulumi.Input[bool]] = None,
9072
+ revision: Optional[pulumi.Input[str]] = None,
9073
+ secret_id: Optional[pulumi.Input[str]] = None,
9074
+ status: Optional[pulumi.Input[str]] = None,
9075
+ updated_at: Optional[pulumi.Input[str]] = None):
9076
+ """
9077
+ :param pulumi.Input[str] created_at: Date and time of the secret's creation (in RFC 3339 format).
9078
+ :param pulumi.Input[str] description: Description of the secret (e.g. `my-new-description`).
9079
+ :param pulumi.Input[bool] latest: Returns true if the version is the latest.
9080
+ :param pulumi.Input[str] revision: The revision of secret version
9081
+ :param pulumi.Input[str] secret_id: The secret ID associated with this version
9082
+ :param pulumi.Input[str] status: The status of the secret.
9083
+ :param pulumi.Input[str] updated_at: Date and time of the secret's last update (in RFC 3339 format).
9084
+ """
9085
+ if created_at is not None:
9086
+ pulumi.set(__self__, "created_at", created_at)
9087
+ if description is not None:
9088
+ pulumi.set(__self__, "description", description)
9089
+ if latest is not None:
9090
+ pulumi.set(__self__, "latest", latest)
9091
+ if revision is not None:
9092
+ pulumi.set(__self__, "revision", revision)
9093
+ if secret_id is not None:
9094
+ pulumi.set(__self__, "secret_id", secret_id)
9095
+ if status is not None:
9096
+ pulumi.set(__self__, "status", status)
9097
+ if updated_at is not None:
9098
+ pulumi.set(__self__, "updated_at", updated_at)
9099
+
9100
+ @property
9101
+ @pulumi.getter(name="createdAt")
9102
+ def created_at(self) -> Optional[pulumi.Input[str]]:
9103
+ """
9104
+ Date and time of the secret's creation (in RFC 3339 format).
9105
+ """
9106
+ return pulumi.get(self, "created_at")
9107
+
9108
+ @created_at.setter
9109
+ def created_at(self, value: Optional[pulumi.Input[str]]):
9110
+ pulumi.set(self, "created_at", value)
9111
+
9112
+ @property
9113
+ @pulumi.getter
9114
+ def description(self) -> Optional[pulumi.Input[str]]:
9115
+ """
9116
+ Description of the secret (e.g. `my-new-description`).
9117
+ """
9118
+ return pulumi.get(self, "description")
9119
+
9120
+ @description.setter
9121
+ def description(self, value: Optional[pulumi.Input[str]]):
9122
+ pulumi.set(self, "description", value)
9123
+
9124
+ @property
9125
+ @pulumi.getter
9126
+ def latest(self) -> Optional[pulumi.Input[bool]]:
9127
+ """
9128
+ Returns true if the version is the latest.
9129
+ """
9130
+ return pulumi.get(self, "latest")
9131
+
9132
+ @latest.setter
9133
+ def latest(self, value: Optional[pulumi.Input[bool]]):
9134
+ pulumi.set(self, "latest", value)
9135
+
9136
+ @property
9137
+ @pulumi.getter
9138
+ def revision(self) -> Optional[pulumi.Input[str]]:
9139
+ """
9140
+ The revision of secret version
9141
+ """
9142
+ return pulumi.get(self, "revision")
9143
+
9144
+ @revision.setter
9145
+ def revision(self, value: Optional[pulumi.Input[str]]):
9146
+ pulumi.set(self, "revision", value)
9147
+
9148
+ @property
9149
+ @pulumi.getter(name="secretId")
9150
+ def secret_id(self) -> Optional[pulumi.Input[str]]:
9151
+ """
9152
+ The secret ID associated with this version
9153
+ """
9154
+ return pulumi.get(self, "secret_id")
9155
+
9156
+ @secret_id.setter
9157
+ def secret_id(self, value: Optional[pulumi.Input[str]]):
9158
+ pulumi.set(self, "secret_id", value)
9159
+
9160
+ @property
9161
+ @pulumi.getter
9162
+ def status(self) -> Optional[pulumi.Input[str]]:
9163
+ """
9164
+ The status of the secret.
9165
+ """
9166
+ return pulumi.get(self, "status")
9167
+
9168
+ @status.setter
9169
+ def status(self, value: Optional[pulumi.Input[str]]):
9170
+ pulumi.set(self, "status", value)
9171
+
9172
+ @property
9173
+ @pulumi.getter(name="updatedAt")
9174
+ def updated_at(self) -> Optional[pulumi.Input[str]]:
9175
+ """
9176
+ Date and time of the secret's last update (in RFC 3339 format).
9177
+ """
9178
+ return pulumi.get(self, "updated_at")
9179
+
9180
+ @updated_at.setter
9181
+ def updated_at(self, value: Optional[pulumi.Input[str]]):
9182
+ pulumi.set(self, "updated_at", value)
9183
+
9184
+
8409
9185
  if not MYPY:
8410
9186
  class TemDomainReputationArgsDict(TypedDict):
8411
9187
  previous_score: NotRequired[pulumi.Input[int]]