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
@@ -43,6 +43,14 @@ __all__ = [
43
43
  'DomainRecordHttpService',
44
44
  'DomainRecordView',
45
45
  'DomainRecordWeighted',
46
+ 'EdgeServicesBackendStageLbBackendConfig',
47
+ 'EdgeServicesBackendStageLbBackendConfigLbConfig',
48
+ 'EdgeServicesBackendStageS3BackendConfig',
49
+ 'EdgeServicesCacheStagePurgeRequest',
50
+ 'EdgeServicesRouteStageRule',
51
+ 'EdgeServicesRouteStageRuleRuleHttpMatch',
52
+ 'EdgeServicesRouteStageRuleRuleHttpMatchPathFilter',
53
+ 'EdgeServicesTlsStageSecret',
46
54
  'FunctionTriggerNats',
47
55
  'FunctionTriggerSqs',
48
56
  'IamPolicyRule',
@@ -69,6 +77,7 @@ __all__ = [
69
77
  'IpamIpReverse',
70
78
  'IpamIpSource',
71
79
  'JobDefinitionCron',
80
+ 'JobDefinitionSecretReference',
72
81
  'KubernetesClusterAutoUpgrade',
73
82
  'KubernetesClusterAutoscalerConfig',
74
83
  'KubernetesClusterKubeconfig',
@@ -109,6 +118,7 @@ __all__ = [
109
118
  'RedisClusterPrivateNetwork',
110
119
  'RedisClusterPublicNetwork',
111
120
  'SecretEphemeralPolicy',
121
+ 'SecretVersion',
112
122
  'TemDomainReputation',
113
123
  'VpcGatewayNetworkIpamConfig',
114
124
  'VpcPrivateNetworkIpv4Subnet',
@@ -199,6 +209,7 @@ __all__ = [
199
209
  'GetRedisClusterPrivateNetworkResult',
200
210
  'GetRedisClusterPublicNetworkResult',
201
211
  'GetSecretEphemeralPolicyResult',
212
+ 'GetSecretVersionResult',
202
213
  'GetTemDomainReputationResult',
203
214
  'GetVpcGatewayNetworkIpamConfigResult',
204
215
  'GetVpcPrivateNetworkIpv4SubnetResult',
@@ -2000,6 +2011,447 @@ class DomainRecordWeighted(dict):
2000
2011
  return pulumi.get(self, "weight")
2001
2012
 
2002
2013
 
2014
+ @pulumi.output_type
2015
+ class EdgeServicesBackendStageLbBackendConfig(dict):
2016
+ @staticmethod
2017
+ def __key_warning(key: str):
2018
+ suggest = None
2019
+ if key == "lbConfig":
2020
+ suggest = "lb_config"
2021
+
2022
+ if suggest:
2023
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesBackendStageLbBackendConfig. Access the value via the '{suggest}' property getter instead.")
2024
+
2025
+ def __getitem__(self, key: str) -> Any:
2026
+ EdgeServicesBackendStageLbBackendConfig.__key_warning(key)
2027
+ return super().__getitem__(key)
2028
+
2029
+ def get(self, key: str, default = None) -> Any:
2030
+ EdgeServicesBackendStageLbBackendConfig.__key_warning(key)
2031
+ return super().get(key, default)
2032
+
2033
+ def __init__(__self__, *,
2034
+ lb_config: Optional['outputs.EdgeServicesBackendStageLbBackendConfigLbConfig'] = None):
2035
+ """
2036
+ :param 'EdgeServicesBackendStageLbBackendConfigLbConfigArgs' lb_config: The Load Balancer config.
2037
+ """
2038
+ if lb_config is not None:
2039
+ pulumi.set(__self__, "lb_config", lb_config)
2040
+
2041
+ @property
2042
+ @pulumi.getter(name="lbConfig")
2043
+ def lb_config(self) -> Optional['outputs.EdgeServicesBackendStageLbBackendConfigLbConfig']:
2044
+ """
2045
+ The Load Balancer config.
2046
+ """
2047
+ return pulumi.get(self, "lb_config")
2048
+
2049
+
2050
+ @pulumi.output_type
2051
+ class EdgeServicesBackendStageLbBackendConfigLbConfig(dict):
2052
+ @staticmethod
2053
+ def __key_warning(key: str):
2054
+ suggest = None
2055
+ if key == "domainName":
2056
+ suggest = "domain_name"
2057
+ elif key == "frontendId":
2058
+ suggest = "frontend_id"
2059
+ elif key == "isSsl":
2060
+ suggest = "is_ssl"
2061
+
2062
+ if suggest:
2063
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesBackendStageLbBackendConfigLbConfig. Access the value via the '{suggest}' property getter instead.")
2064
+
2065
+ def __getitem__(self, key: str) -> Any:
2066
+ EdgeServicesBackendStageLbBackendConfigLbConfig.__key_warning(key)
2067
+ return super().__getitem__(key)
2068
+
2069
+ def get(self, key: str, default = None) -> Any:
2070
+ EdgeServicesBackendStageLbBackendConfigLbConfig.__key_warning(key)
2071
+ return super().get(key, default)
2072
+
2073
+ def __init__(__self__, *,
2074
+ domain_name: Optional[str] = None,
2075
+ frontend_id: Optional[str] = None,
2076
+ id: Optional[str] = None,
2077
+ is_ssl: Optional[bool] = None,
2078
+ zone: Optional[str] = None):
2079
+ """
2080
+ :param str domain_name: The Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.
2081
+ :param str frontend_id: The ID of the frontend.
2082
+ :param str id: The ID of the Load Balancer.
2083
+ :param bool is_ssl: Defines whether the Load Balancer's frontend handles SSL connections.
2084
+ :param str zone: `zone`) The zone of the Load Balancer.
2085
+ """
2086
+ if domain_name is not None:
2087
+ pulumi.set(__self__, "domain_name", domain_name)
2088
+ if frontend_id is not None:
2089
+ pulumi.set(__self__, "frontend_id", frontend_id)
2090
+ if id is not None:
2091
+ pulumi.set(__self__, "id", id)
2092
+ if is_ssl is not None:
2093
+ pulumi.set(__self__, "is_ssl", is_ssl)
2094
+ if zone is not None:
2095
+ pulumi.set(__self__, "zone", zone)
2096
+
2097
+ @property
2098
+ @pulumi.getter(name="domainName")
2099
+ def domain_name(self) -> Optional[str]:
2100
+ """
2101
+ The Fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.
2102
+ """
2103
+ return pulumi.get(self, "domain_name")
2104
+
2105
+ @property
2106
+ @pulumi.getter(name="frontendId")
2107
+ def frontend_id(self) -> Optional[str]:
2108
+ """
2109
+ The ID of the frontend.
2110
+ """
2111
+ return pulumi.get(self, "frontend_id")
2112
+
2113
+ @property
2114
+ @pulumi.getter
2115
+ def id(self) -> Optional[str]:
2116
+ """
2117
+ The ID of the Load Balancer.
2118
+ """
2119
+ return pulumi.get(self, "id")
2120
+
2121
+ @property
2122
+ @pulumi.getter(name="isSsl")
2123
+ def is_ssl(self) -> Optional[bool]:
2124
+ """
2125
+ Defines whether the Load Balancer's frontend handles SSL connections.
2126
+ """
2127
+ return pulumi.get(self, "is_ssl")
2128
+
2129
+ @property
2130
+ @pulumi.getter
2131
+ def zone(self) -> Optional[str]:
2132
+ """
2133
+ `zone`) The zone of the Load Balancer.
2134
+ """
2135
+ return pulumi.get(self, "zone")
2136
+
2137
+
2138
+ @pulumi.output_type
2139
+ class EdgeServicesBackendStageS3BackendConfig(dict):
2140
+ @staticmethod
2141
+ def __key_warning(key: str):
2142
+ suggest = None
2143
+ if key == "bucketName":
2144
+ suggest = "bucket_name"
2145
+ elif key == "bucketRegion":
2146
+ suggest = "bucket_region"
2147
+ elif key == "isWebsite":
2148
+ suggest = "is_website"
2149
+
2150
+ if suggest:
2151
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesBackendStageS3BackendConfig. Access the value via the '{suggest}' property getter instead.")
2152
+
2153
+ def __getitem__(self, key: str) -> Any:
2154
+ EdgeServicesBackendStageS3BackendConfig.__key_warning(key)
2155
+ return super().__getitem__(key)
2156
+
2157
+ def get(self, key: str, default = None) -> Any:
2158
+ EdgeServicesBackendStageS3BackendConfig.__key_warning(key)
2159
+ return super().get(key, default)
2160
+
2161
+ def __init__(__self__, *,
2162
+ bucket_name: Optional[str] = None,
2163
+ bucket_region: Optional[str] = None,
2164
+ is_website: Optional[bool] = None):
2165
+ """
2166
+ :param str bucket_name: The name of the Bucket.
2167
+ :param str bucket_region: The region of the Bucket.
2168
+ :param bool is_website: Defines whether the bucket website feature is enabled.
2169
+ """
2170
+ if bucket_name is not None:
2171
+ pulumi.set(__self__, "bucket_name", bucket_name)
2172
+ if bucket_region is not None:
2173
+ pulumi.set(__self__, "bucket_region", bucket_region)
2174
+ if is_website is not None:
2175
+ pulumi.set(__self__, "is_website", is_website)
2176
+
2177
+ @property
2178
+ @pulumi.getter(name="bucketName")
2179
+ def bucket_name(self) -> Optional[str]:
2180
+ """
2181
+ The name of the Bucket.
2182
+ """
2183
+ return pulumi.get(self, "bucket_name")
2184
+
2185
+ @property
2186
+ @pulumi.getter(name="bucketRegion")
2187
+ def bucket_region(self) -> Optional[str]:
2188
+ """
2189
+ The region of the Bucket.
2190
+ """
2191
+ return pulumi.get(self, "bucket_region")
2192
+
2193
+ @property
2194
+ @pulumi.getter(name="isWebsite")
2195
+ def is_website(self) -> Optional[bool]:
2196
+ """
2197
+ Defines whether the bucket website feature is enabled.
2198
+ """
2199
+ return pulumi.get(self, "is_website")
2200
+
2201
+
2202
+ @pulumi.output_type
2203
+ class EdgeServicesCacheStagePurgeRequest(dict):
2204
+ @staticmethod
2205
+ def __key_warning(key: str):
2206
+ suggest = None
2207
+ if key == "pipelineId":
2208
+ suggest = "pipeline_id"
2209
+
2210
+ if suggest:
2211
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesCacheStagePurgeRequest. Access the value via the '{suggest}' property getter instead.")
2212
+
2213
+ def __getitem__(self, key: str) -> Any:
2214
+ EdgeServicesCacheStagePurgeRequest.__key_warning(key)
2215
+ return super().__getitem__(key)
2216
+
2217
+ def get(self, key: str, default = None) -> Any:
2218
+ EdgeServicesCacheStagePurgeRequest.__key_warning(key)
2219
+ return super().get(key, default)
2220
+
2221
+ def __init__(__self__, *,
2222
+ all: Optional[bool] = None,
2223
+ assets: Optional[Sequence[str]] = None,
2224
+ pipeline_id: Optional[str] = None):
2225
+ """
2226
+ :param bool all: Defines whether to purge all content.
2227
+ :param Sequence[str] assets: The list of asserts to purge.
2228
+ :param str pipeline_id: The pipeline ID in which the purge request will be created.
2229
+ """
2230
+ if all is not None:
2231
+ pulumi.set(__self__, "all", all)
2232
+ if assets is not None:
2233
+ pulumi.set(__self__, "assets", assets)
2234
+ if pipeline_id is not None:
2235
+ pulumi.set(__self__, "pipeline_id", pipeline_id)
2236
+
2237
+ @property
2238
+ @pulumi.getter
2239
+ def all(self) -> Optional[bool]:
2240
+ """
2241
+ Defines whether to purge all content.
2242
+ """
2243
+ return pulumi.get(self, "all")
2244
+
2245
+ @property
2246
+ @pulumi.getter
2247
+ def assets(self) -> Optional[Sequence[str]]:
2248
+ """
2249
+ The list of asserts to purge.
2250
+ """
2251
+ return pulumi.get(self, "assets")
2252
+
2253
+ @property
2254
+ @pulumi.getter(name="pipelineId")
2255
+ def pipeline_id(self) -> Optional[str]:
2256
+ """
2257
+ The pipeline ID in which the purge request will be created.
2258
+ """
2259
+ return pulumi.get(self, "pipeline_id")
2260
+
2261
+
2262
+ @pulumi.output_type
2263
+ class EdgeServicesRouteStageRule(dict):
2264
+ @staticmethod
2265
+ def __key_warning(key: str):
2266
+ suggest = None
2267
+ if key == "backendStageId":
2268
+ suggest = "backend_stage_id"
2269
+ elif key == "ruleHttpMatch":
2270
+ suggest = "rule_http_match"
2271
+
2272
+ if suggest:
2273
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesRouteStageRule. Access the value via the '{suggest}' property getter instead.")
2274
+
2275
+ def __getitem__(self, key: str) -> Any:
2276
+ EdgeServicesRouteStageRule.__key_warning(key)
2277
+ return super().__getitem__(key)
2278
+
2279
+ def get(self, key: str, default = None) -> Any:
2280
+ EdgeServicesRouteStageRule.__key_warning(key)
2281
+ return super().get(key, default)
2282
+
2283
+ def __init__(__self__, *,
2284
+ backend_stage_id: str,
2285
+ rule_http_match: Optional['outputs.EdgeServicesRouteStageRuleRuleHttpMatch'] = None):
2286
+ """
2287
+ :param str backend_stage_id: The ID of the backend stage that requests matching the rule should be forwarded to.
2288
+ :param '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.
2289
+ """
2290
+ pulumi.set(__self__, "backend_stage_id", backend_stage_id)
2291
+ if rule_http_match is not None:
2292
+ pulumi.set(__self__, "rule_http_match", rule_http_match)
2293
+
2294
+ @property
2295
+ @pulumi.getter(name="backendStageId")
2296
+ def backend_stage_id(self) -> str:
2297
+ """
2298
+ The ID of the backend stage that requests matching the rule should be forwarded to.
2299
+ """
2300
+ return pulumi.get(self, "backend_stage_id")
2301
+
2302
+ @property
2303
+ @pulumi.getter(name="ruleHttpMatch")
2304
+ def rule_http_match(self) -> Optional['outputs.EdgeServicesRouteStageRuleRuleHttpMatch']:
2305
+ """
2306
+ 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.
2307
+ """
2308
+ return pulumi.get(self, "rule_http_match")
2309
+
2310
+
2311
+ @pulumi.output_type
2312
+ class EdgeServicesRouteStageRuleRuleHttpMatch(dict):
2313
+ @staticmethod
2314
+ def __key_warning(key: str):
2315
+ suggest = None
2316
+ if key == "methodFilters":
2317
+ suggest = "method_filters"
2318
+ elif key == "pathFilter":
2319
+ suggest = "path_filter"
2320
+
2321
+ if suggest:
2322
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesRouteStageRuleRuleHttpMatch. Access the value via the '{suggest}' property getter instead.")
2323
+
2324
+ def __getitem__(self, key: str) -> Any:
2325
+ EdgeServicesRouteStageRuleRuleHttpMatch.__key_warning(key)
2326
+ return super().__getitem__(key)
2327
+
2328
+ def get(self, key: str, default = None) -> Any:
2329
+ EdgeServicesRouteStageRuleRuleHttpMatch.__key_warning(key)
2330
+ return super().get(key, default)
2331
+
2332
+ def __init__(__self__, *,
2333
+ method_filters: Optional[Sequence[str]] = None,
2334
+ path_filter: Optional['outputs.EdgeServicesRouteStageRuleRuleHttpMatchPathFilter'] = None):
2335
+ """
2336
+ :param Sequence[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.
2337
+ :param '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.
2338
+ """
2339
+ if method_filters is not None:
2340
+ pulumi.set(__self__, "method_filters", method_filters)
2341
+ if path_filter is not None:
2342
+ pulumi.set(__self__, "path_filter", path_filter)
2343
+
2344
+ @property
2345
+ @pulumi.getter(name="methodFilters")
2346
+ def method_filters(self) -> Optional[Sequence[str]]:
2347
+ """
2348
+ 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.
2349
+ """
2350
+ return pulumi.get(self, "method_filters")
2351
+
2352
+ @property
2353
+ @pulumi.getter(name="pathFilter")
2354
+ def path_filter(self) -> Optional['outputs.EdgeServicesRouteStageRuleRuleHttpMatchPathFilter']:
2355
+ """
2356
+ 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.
2357
+ """
2358
+ return pulumi.get(self, "path_filter")
2359
+
2360
+
2361
+ @pulumi.output_type
2362
+ class EdgeServicesRouteStageRuleRuleHttpMatchPathFilter(dict):
2363
+ @staticmethod
2364
+ def __key_warning(key: str):
2365
+ suggest = None
2366
+ if key == "pathFilterType":
2367
+ suggest = "path_filter_type"
2368
+
2369
+ if suggest:
2370
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesRouteStageRuleRuleHttpMatchPathFilter. Access the value via the '{suggest}' property getter instead.")
2371
+
2372
+ def __getitem__(self, key: str) -> Any:
2373
+ EdgeServicesRouteStageRuleRuleHttpMatchPathFilter.__key_warning(key)
2374
+ return super().__getitem__(key)
2375
+
2376
+ def get(self, key: str, default = None) -> Any:
2377
+ EdgeServicesRouteStageRuleRuleHttpMatchPathFilter.__key_warning(key)
2378
+ return super().get(key, default)
2379
+
2380
+ def __init__(__self__, *,
2381
+ path_filter_type: str,
2382
+ value: str):
2383
+ """
2384
+ :param 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.
2385
+ :param str value: The value to be matched for the HTTP URL path.
2386
+ """
2387
+ pulumi.set(__self__, "path_filter_type", path_filter_type)
2388
+ pulumi.set(__self__, "value", value)
2389
+
2390
+ @property
2391
+ @pulumi.getter(name="pathFilterType")
2392
+ def path_filter_type(self) -> str:
2393
+ """
2394
+ 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.
2395
+ """
2396
+ return pulumi.get(self, "path_filter_type")
2397
+
2398
+ @property
2399
+ @pulumi.getter
2400
+ def value(self) -> str:
2401
+ """
2402
+ The value to be matched for the HTTP URL path.
2403
+ """
2404
+ return pulumi.get(self, "value")
2405
+
2406
+
2407
+ @pulumi.output_type
2408
+ class EdgeServicesTlsStageSecret(dict):
2409
+ @staticmethod
2410
+ def __key_warning(key: str):
2411
+ suggest = None
2412
+ if key == "secretId":
2413
+ suggest = "secret_id"
2414
+
2415
+ if suggest:
2416
+ pulumi.log.warn(f"Key '{key}' not found in EdgeServicesTlsStageSecret. Access the value via the '{suggest}' property getter instead.")
2417
+
2418
+ def __getitem__(self, key: str) -> Any:
2419
+ EdgeServicesTlsStageSecret.__key_warning(key)
2420
+ return super().__getitem__(key)
2421
+
2422
+ def get(self, key: str, default = None) -> Any:
2423
+ EdgeServicesTlsStageSecret.__key_warning(key)
2424
+ return super().get(key, default)
2425
+
2426
+ def __init__(__self__, *,
2427
+ region: Optional[str] = None,
2428
+ secret_id: Optional[str] = None):
2429
+ """
2430
+ :param str region: The region of the secret.
2431
+ :param str secret_id: The ID of the Secret
2432
+ """
2433
+ if region is not None:
2434
+ pulumi.set(__self__, "region", region)
2435
+ if secret_id is not None:
2436
+ pulumi.set(__self__, "secret_id", secret_id)
2437
+
2438
+ @property
2439
+ @pulumi.getter
2440
+ def region(self) -> Optional[str]:
2441
+ """
2442
+ The region of the secret.
2443
+ """
2444
+ return pulumi.get(self, "region")
2445
+
2446
+ @property
2447
+ @pulumi.getter(name="secretId")
2448
+ def secret_id(self) -> Optional[str]:
2449
+ """
2450
+ The ID of the Secret
2451
+ """
2452
+ return pulumi.get(self, "secret_id")
2453
+
2454
+
2003
2455
  @pulumi.output_type
2004
2456
  class FunctionTriggerNats(dict):
2005
2457
  @staticmethod
@@ -3800,6 +4252,93 @@ class JobDefinitionCron(dict):
3800
4252
  return pulumi.get(self, "timezone")
3801
4253
 
3802
4254
 
4255
+ @pulumi.output_type
4256
+ class JobDefinitionSecretReference(dict):
4257
+ @staticmethod
4258
+ def __key_warning(key: str):
4259
+ suggest = None
4260
+ if key == "secretId":
4261
+ suggest = "secret_id"
4262
+ elif key == "secretReferenceId":
4263
+ suggest = "secret_reference_id"
4264
+ elif key == "secretVersion":
4265
+ suggest = "secret_version"
4266
+
4267
+ if suggest:
4268
+ pulumi.log.warn(f"Key '{key}' not found in JobDefinitionSecretReference. Access the value via the '{suggest}' property getter instead.")
4269
+
4270
+ def __getitem__(self, key: str) -> Any:
4271
+ JobDefinitionSecretReference.__key_warning(key)
4272
+ return super().__getitem__(key)
4273
+
4274
+ def get(self, key: str, default = None) -> Any:
4275
+ JobDefinitionSecretReference.__key_warning(key)
4276
+ return super().get(key, default)
4277
+
4278
+ def __init__(__self__, *,
4279
+ secret_id: str,
4280
+ environment: Optional[str] = None,
4281
+ file: Optional[str] = None,
4282
+ secret_reference_id: Optional[str] = None,
4283
+ secret_version: Optional[str] = None):
4284
+ """
4285
+ :param 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.
4286
+ :param str environment: An environment variable containing the secret value. Must be specified if `file` is not specified.
4287
+ :param str file: The absolute file path where the secret will be mounted. Must be specified if `environment` is not specified.
4288
+ :param str secret_reference_id: The secret reference UUID that is automatically generated by the provider.
4289
+ :param str secret_version: The secret version.
4290
+ """
4291
+ pulumi.set(__self__, "secret_id", secret_id)
4292
+ if environment is not None:
4293
+ pulumi.set(__self__, "environment", environment)
4294
+ if file is not None:
4295
+ pulumi.set(__self__, "file", file)
4296
+ if secret_reference_id is not None:
4297
+ pulumi.set(__self__, "secret_reference_id", secret_reference_id)
4298
+ if secret_version is not None:
4299
+ pulumi.set(__self__, "secret_version", secret_version)
4300
+
4301
+ @property
4302
+ @pulumi.getter(name="secretId")
4303
+ def secret_id(self) -> str:
4304
+ """
4305
+ 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.
4306
+ """
4307
+ return pulumi.get(self, "secret_id")
4308
+
4309
+ @property
4310
+ @pulumi.getter
4311
+ def environment(self) -> Optional[str]:
4312
+ """
4313
+ An environment variable containing the secret value. Must be specified if `file` is not specified.
4314
+ """
4315
+ return pulumi.get(self, "environment")
4316
+
4317
+ @property
4318
+ @pulumi.getter
4319
+ def file(self) -> Optional[str]:
4320
+ """
4321
+ The absolute file path where the secret will be mounted. Must be specified if `environment` is not specified.
4322
+ """
4323
+ return pulumi.get(self, "file")
4324
+
4325
+ @property
4326
+ @pulumi.getter(name="secretReferenceId")
4327
+ def secret_reference_id(self) -> Optional[str]:
4328
+ """
4329
+ The secret reference UUID that is automatically generated by the provider.
4330
+ """
4331
+ return pulumi.get(self, "secret_reference_id")
4332
+
4333
+ @property
4334
+ @pulumi.getter(name="secretVersion")
4335
+ def secret_version(self) -> Optional[str]:
4336
+ """
4337
+ The secret version.
4338
+ """
4339
+ return pulumi.get(self, "secret_version")
4340
+
4341
+
3803
4342
  @pulumi.output_type
3804
4343
  class KubernetesClusterAutoUpgrade(dict):
3805
4344
  @staticmethod
@@ -6235,6 +6774,118 @@ class SecretEphemeralPolicy(dict):
6235
6774
  return pulumi.get(self, "ttl")
6236
6775
 
6237
6776
 
6777
+ @pulumi.output_type
6778
+ class SecretVersion(dict):
6779
+ @staticmethod
6780
+ def __key_warning(key: str):
6781
+ suggest = None
6782
+ if key == "createdAt":
6783
+ suggest = "created_at"
6784
+ elif key == "secretId":
6785
+ suggest = "secret_id"
6786
+ elif key == "updatedAt":
6787
+ suggest = "updated_at"
6788
+
6789
+ if suggest:
6790
+ pulumi.log.warn(f"Key '{key}' not found in SecretVersion. Access the value via the '{suggest}' property getter instead.")
6791
+
6792
+ def __getitem__(self, key: str) -> Any:
6793
+ SecretVersion.__key_warning(key)
6794
+ return super().__getitem__(key)
6795
+
6796
+ def get(self, key: str, default = None) -> Any:
6797
+ SecretVersion.__key_warning(key)
6798
+ return super().get(key, default)
6799
+
6800
+ def __init__(__self__, *,
6801
+ created_at: Optional[str] = None,
6802
+ description: Optional[str] = None,
6803
+ latest: Optional[bool] = None,
6804
+ revision: Optional[str] = None,
6805
+ secret_id: Optional[str] = None,
6806
+ status: Optional[str] = None,
6807
+ updated_at: Optional[str] = None):
6808
+ """
6809
+ :param str created_at: Date and time of the secret's creation (in RFC 3339 format).
6810
+ :param str description: Description of the secret (e.g. `my-new-description`).
6811
+ :param bool latest: Returns true if the version is the latest.
6812
+ :param str revision: The revision of secret version
6813
+ :param str secret_id: The secret ID associated with this version
6814
+ :param str status: The status of the secret.
6815
+ :param str updated_at: Date and time of the secret's last update (in RFC 3339 format).
6816
+ """
6817
+ if created_at is not None:
6818
+ pulumi.set(__self__, "created_at", created_at)
6819
+ if description is not None:
6820
+ pulumi.set(__self__, "description", description)
6821
+ if latest is not None:
6822
+ pulumi.set(__self__, "latest", latest)
6823
+ if revision is not None:
6824
+ pulumi.set(__self__, "revision", revision)
6825
+ if secret_id is not None:
6826
+ pulumi.set(__self__, "secret_id", secret_id)
6827
+ if status is not None:
6828
+ pulumi.set(__self__, "status", status)
6829
+ if updated_at is not None:
6830
+ pulumi.set(__self__, "updated_at", updated_at)
6831
+
6832
+ @property
6833
+ @pulumi.getter(name="createdAt")
6834
+ def created_at(self) -> Optional[str]:
6835
+ """
6836
+ Date and time of the secret's creation (in RFC 3339 format).
6837
+ """
6838
+ return pulumi.get(self, "created_at")
6839
+
6840
+ @property
6841
+ @pulumi.getter
6842
+ def description(self) -> Optional[str]:
6843
+ """
6844
+ Description of the secret (e.g. `my-new-description`).
6845
+ """
6846
+ return pulumi.get(self, "description")
6847
+
6848
+ @property
6849
+ @pulumi.getter
6850
+ def latest(self) -> Optional[bool]:
6851
+ """
6852
+ Returns true if the version is the latest.
6853
+ """
6854
+ return pulumi.get(self, "latest")
6855
+
6856
+ @property
6857
+ @pulumi.getter
6858
+ def revision(self) -> Optional[str]:
6859
+ """
6860
+ The revision of secret version
6861
+ """
6862
+ return pulumi.get(self, "revision")
6863
+
6864
+ @property
6865
+ @pulumi.getter(name="secretId")
6866
+ def secret_id(self) -> Optional[str]:
6867
+ """
6868
+ The secret ID associated with this version
6869
+ """
6870
+ return pulumi.get(self, "secret_id")
6871
+
6872
+ @property
6873
+ @pulumi.getter
6874
+ def status(self) -> Optional[str]:
6875
+ """
6876
+ The status of the secret.
6877
+ """
6878
+ return pulumi.get(self, "status")
6879
+
6880
+ @property
6881
+ @pulumi.getter(name="updatedAt")
6882
+ def updated_at(self) -> Optional[str]:
6883
+ """
6884
+ Date and time of the secret's last update (in RFC 3339 format).
6885
+ """
6886
+ return pulumi.get(self, "updated_at")
6887
+
6888
+
6238
6889
  @pulumi.output_type
6239
6890
  class TemDomainReputation(dict):
6240
6891
  @staticmethod
@@ -8643,7 +9294,6 @@ class GetInstanceServersServerResult(dict):
8643
9294
  project_id: str,
8644
9295
  public_ip: str,
8645
9296
  public_ips: Sequence['outputs.GetInstanceServersServerPublicIpResult'],
8646
- routed_ip_enabled: bool,
8647
9297
  security_group_id: str,
8648
9298
  state: str,
8649
9299
  tags: Sequence[str],
@@ -8665,7 +9315,6 @@ class GetInstanceServersServerResult(dict):
8665
9315
  :param str project_id: The ID of the project the server is associated with.
8666
9316
  :param str public_ip: The public IP address of the server.
8667
9317
  :param Sequence['GetInstanceServersServerPublicIpArgs'] public_ips: The list of public IPs of the server
8668
- :param bool routed_ip_enabled: True if the server support routed ip only.
8669
9318
  :param str security_group_id: The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
8670
9319
  :param str state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
8671
9320
  :param Sequence[str] tags: List of tags used as filter. Servers with these exact tags are listed.
@@ -8689,7 +9338,6 @@ class GetInstanceServersServerResult(dict):
8689
9338
  pulumi.set(__self__, "project_id", project_id)
8690
9339
  pulumi.set(__self__, "public_ip", public_ip)
8691
9340
  pulumi.set(__self__, "public_ips", public_ips)
8692
- pulumi.set(__self__, "routed_ip_enabled", routed_ip_enabled)
8693
9341
  pulumi.set(__self__, "security_group_id", security_group_id)
8694
9342
  pulumi.set(__self__, "state", state)
8695
9343
  pulumi.set(__self__, "tags", tags)
@@ -8828,14 +9476,6 @@ class GetInstanceServersServerResult(dict):
8828
9476
  """
8829
9477
  return pulumi.get(self, "public_ips")
8830
9478
 
8831
- @property
8832
- @pulumi.getter(name="routedIpEnabled")
8833
- def routed_ip_enabled(self) -> bool:
8834
- """
8835
- True if the server support routed ip only.
8836
- """
8837
- return pulumi.get(self, "routed_ip_enabled")
8838
-
8839
9479
  @property
8840
9480
  @pulumi.getter(name="securityGroupId")
8841
9481
  def security_group_id(self) -> str:
@@ -10279,7 +10919,7 @@ class GetLbBackendsBackendHealthCheckHttpResult(dict):
10279
10919
  :param str host_header: The HTTP host header to use for health check requests.
10280
10920
  :param str method: The HTTP method to use for health check requests.
10281
10921
  :param str sni: The SNI to use for HC requests over SSL.
10282
- :param str uri: The HTTPS endpoint URL to call for health check requests.
10922
+ :param str uri: The path of health check requests.
10283
10923
  """
10284
10924
  pulumi.set(__self__, "code", code)
10285
10925
  pulumi.set(__self__, "host_header", host_header)
@@ -10323,7 +10963,7 @@ class GetLbBackendsBackendHealthCheckHttpResult(dict):
10323
10963
  @pulumi.getter
10324
10964
  def uri(self) -> str:
10325
10965
  """
10326
- The HTTPS endpoint URL to call for health check requests.
10966
+ The path of health check requests.
10327
10967
  """
10328
10968
  return pulumi.get(self, "uri")
10329
10969
 
@@ -10765,6 +11405,7 @@ class GetLbRoutesRouteResult(dict):
10765
11405
  id: str,
10766
11406
  match_host_header: str,
10767
11407
  match_sni: str,
11408
+ match_subdomains: bool,
10768
11409
  update_at: str):
10769
11410
  """
10770
11411
  :param str backend_id: The backend ID to redirect to
@@ -10773,6 +11414,7 @@ class GetLbRoutesRouteResult(dict):
10773
11414
  :param str id: The associated route ID.
10774
11415
  :param str match_host_header: Specifies the host of the server to which the request is being sent.
10775
11416
  :param str match_sni: Server Name Indication TLS extension field from an incoming connection made via an SSL/TLS transport layer.
11417
+ :param bool match_subdomains: If true, all subdomains will match.
10776
11418
  :param str update_at: The date on which the route was last updated (RFC 3339 format).
10777
11419
  """
10778
11420
  pulumi.set(__self__, "backend_id", backend_id)
@@ -10781,6 +11423,7 @@ class GetLbRoutesRouteResult(dict):
10781
11423
  pulumi.set(__self__, "id", id)
10782
11424
  pulumi.set(__self__, "match_host_header", match_host_header)
10783
11425
  pulumi.set(__self__, "match_sni", match_sni)
11426
+ pulumi.set(__self__, "match_subdomains", match_subdomains)
10784
11427
  pulumi.set(__self__, "update_at", update_at)
10785
11428
 
10786
11429
  @property
@@ -10831,6 +11474,14 @@ class GetLbRoutesRouteResult(dict):
10831
11474
  """
10832
11475
  return pulumi.get(self, "match_sni")
10833
11476
 
11477
+ @property
11478
+ @pulumi.getter(name="matchSubdomains")
11479
+ def match_subdomains(self) -> bool:
11480
+ """
11481
+ If true, all subdomains will match.
11482
+ """
11483
+ return pulumi.get(self, "match_subdomains")
11484
+
10834
11485
  @property
10835
11486
  @pulumi.getter(name="updateAt")
10836
11487
  def update_at(self) -> str:
@@ -11775,6 +12426,92 @@ class GetSecretEphemeralPolicyResult(dict):
11775
12426
  return pulumi.get(self, "ttl")
11776
12427
 
11777
12428
 
12429
+ @pulumi.output_type
12430
+ class GetSecretVersionResult(dict):
12431
+ def __init__(__self__, *,
12432
+ created_at: str,
12433
+ description: str,
12434
+ latest: bool,
12435
+ revision: str,
12436
+ secret_id: str,
12437
+ status: str,
12438
+ updated_at: str):
12439
+ """
12440
+ :param str created_at: Date and time of secret version's creation (RFC 3339 format)
12441
+ :param str description: Description of the secret version
12442
+ :param bool latest: Returns true if the version is the latest.
12443
+ :param str revision: The revision of secret version
12444
+ :param str secret_id: The ID of the secret.
12445
+ Only one of `name` and `secret_id` should be specified.
12446
+ :param str status: Status of the secret version
12447
+ :param str updated_at: Date and time of secret version's creation (RFC 3339 format)
12448
+ """
12449
+ pulumi.set(__self__, "created_at", created_at)
12450
+ pulumi.set(__self__, "description", description)
12451
+ pulumi.set(__self__, "latest", latest)
12452
+ pulumi.set(__self__, "revision", revision)
12453
+ pulumi.set(__self__, "secret_id", secret_id)
12454
+ pulumi.set(__self__, "status", status)
12455
+ pulumi.set(__self__, "updated_at", updated_at)
12456
+
12457
+ @property
12458
+ @pulumi.getter(name="createdAt")
12459
+ def created_at(self) -> str:
12460
+ """
12461
+ Date and time of secret version's creation (RFC 3339 format)
12462
+ """
12463
+ return pulumi.get(self, "created_at")
12464
+
12465
+ @property
12466
+ @pulumi.getter
12467
+ def description(self) -> str:
12468
+ """
12469
+ Description of the secret version
12470
+ """
12471
+ return pulumi.get(self, "description")
12472
+
12473
+ @property
12474
+ @pulumi.getter
12475
+ def latest(self) -> bool:
12476
+ """
12477
+ Returns true if the version is the latest.
12478
+ """
12479
+ return pulumi.get(self, "latest")
12480
+
12481
+ @property
12482
+ @pulumi.getter
12483
+ def revision(self) -> str:
12484
+ """
12485
+ The revision of secret version
12486
+ """
12487
+ return pulumi.get(self, "revision")
12488
+
12489
+ @property
12490
+ @pulumi.getter(name="secretId")
12491
+ def secret_id(self) -> str:
12492
+ """
12493
+ The ID of the secret.
12494
+ Only one of `name` and `secret_id` should be specified.
12495
+ """
12496
+ return pulumi.get(self, "secret_id")
12497
+
12498
+ @property
12499
+ @pulumi.getter
12500
+ def status(self) -> str:
12501
+ """
12502
+ Status of the secret version
12503
+ """
12504
+ return pulumi.get(self, "status")
12505
+
12506
+ @property
12507
+ @pulumi.getter(name="updatedAt")
12508
+ def updated_at(self) -> str:
12509
+ """
12510
+ Date and time of secret version's creation (RFC 3339 format)
12511
+ """
12512
+ return pulumi.get(self, "updated_at")
12513
+
12514
+
11778
12515
  @pulumi.output_type
11779
12516
  class GetTemDomainReputationResult(dict):
11780
12517
  def __init__(__self__, *,