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
@@ -0,0 +1,478 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+
17
+ __all__ = ['EdgeServicesPipelineArgs', 'EdgeServicesPipeline']
18
+
19
+ @pulumi.input_type
20
+ class EdgeServicesPipelineArgs:
21
+ def __init__(__self__, *,
22
+ description: Optional[pulumi.Input[str]] = None,
23
+ name: Optional[pulumi.Input[str]] = None,
24
+ project_id: Optional[pulumi.Input[str]] = None):
25
+ """
26
+ The set of arguments for constructing a EdgeServicesPipeline resource.
27
+ :param pulumi.Input[str] description: The description of the pipeline.
28
+ :param pulumi.Input[str] name: The name of the pipeline.
29
+ :param pulumi.Input[str] project_id: `project_id`) The ID of the project the pipeline is associated with.
30
+ """
31
+ if description is not None:
32
+ pulumi.set(__self__, "description", description)
33
+ if name is not None:
34
+ pulumi.set(__self__, "name", name)
35
+ if project_id is not None:
36
+ pulumi.set(__self__, "project_id", project_id)
37
+
38
+ @property
39
+ @pulumi.getter
40
+ def description(self) -> Optional[pulumi.Input[str]]:
41
+ """
42
+ The description of the pipeline.
43
+ """
44
+ return pulumi.get(self, "description")
45
+
46
+ @description.setter
47
+ def description(self, value: Optional[pulumi.Input[str]]):
48
+ pulumi.set(self, "description", value)
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def name(self) -> Optional[pulumi.Input[str]]:
53
+ """
54
+ The name of the pipeline.
55
+ """
56
+ return pulumi.get(self, "name")
57
+
58
+ @name.setter
59
+ def name(self, value: Optional[pulumi.Input[str]]):
60
+ pulumi.set(self, "name", value)
61
+
62
+ @property
63
+ @pulumi.getter(name="projectId")
64
+ def project_id(self) -> Optional[pulumi.Input[str]]:
65
+ """
66
+ `project_id`) The ID of the project the pipeline is associated with.
67
+ """
68
+ return pulumi.get(self, "project_id")
69
+
70
+ @project_id.setter
71
+ def project_id(self, value: Optional[pulumi.Input[str]]):
72
+ pulumi.set(self, "project_id", value)
73
+
74
+
75
+ @pulumi.input_type
76
+ class _EdgeServicesPipelineState:
77
+ def __init__(__self__, *,
78
+ created_at: Optional[pulumi.Input[str]] = None,
79
+ description: Optional[pulumi.Input[str]] = None,
80
+ name: Optional[pulumi.Input[str]] = None,
81
+ project_id: Optional[pulumi.Input[str]] = None,
82
+ status: Optional[pulumi.Input[str]] = None,
83
+ updated_at: Optional[pulumi.Input[str]] = None):
84
+ """
85
+ Input properties used for looking up and filtering EdgeServicesPipeline resources.
86
+ :param pulumi.Input[str] created_at: The date and time of the creation of the pipeline.
87
+ :param pulumi.Input[str] description: The description of the pipeline.
88
+ :param pulumi.Input[str] name: The name of the pipeline.
89
+ :param pulumi.Input[str] project_id: `project_id`) The ID of the project the pipeline is associated with.
90
+ :param pulumi.Input[str] status: The status of user pipeline.
91
+ :param pulumi.Input[str] updated_at: The date and time of the last update of the pipeline.
92
+ """
93
+ if created_at is not None:
94
+ pulumi.set(__self__, "created_at", created_at)
95
+ if description is not None:
96
+ pulumi.set(__self__, "description", description)
97
+ if name is not None:
98
+ pulumi.set(__self__, "name", name)
99
+ if project_id is not None:
100
+ pulumi.set(__self__, "project_id", project_id)
101
+ if status is not None:
102
+ pulumi.set(__self__, "status", status)
103
+ if updated_at is not None:
104
+ pulumi.set(__self__, "updated_at", updated_at)
105
+
106
+ @property
107
+ @pulumi.getter(name="createdAt")
108
+ def created_at(self) -> Optional[pulumi.Input[str]]:
109
+ """
110
+ The date and time of the creation of the pipeline.
111
+ """
112
+ return pulumi.get(self, "created_at")
113
+
114
+ @created_at.setter
115
+ def created_at(self, value: Optional[pulumi.Input[str]]):
116
+ pulumi.set(self, "created_at", value)
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def description(self) -> Optional[pulumi.Input[str]]:
121
+ """
122
+ The description of the pipeline.
123
+ """
124
+ return pulumi.get(self, "description")
125
+
126
+ @description.setter
127
+ def description(self, value: Optional[pulumi.Input[str]]):
128
+ pulumi.set(self, "description", value)
129
+
130
+ @property
131
+ @pulumi.getter
132
+ def name(self) -> Optional[pulumi.Input[str]]:
133
+ """
134
+ The name of the pipeline.
135
+ """
136
+ return pulumi.get(self, "name")
137
+
138
+ @name.setter
139
+ def name(self, value: Optional[pulumi.Input[str]]):
140
+ pulumi.set(self, "name", value)
141
+
142
+ @property
143
+ @pulumi.getter(name="projectId")
144
+ def project_id(self) -> Optional[pulumi.Input[str]]:
145
+ """
146
+ `project_id`) The ID of the project the pipeline is associated with.
147
+ """
148
+ return pulumi.get(self, "project_id")
149
+
150
+ @project_id.setter
151
+ def project_id(self, value: Optional[pulumi.Input[str]]):
152
+ pulumi.set(self, "project_id", value)
153
+
154
+ @property
155
+ @pulumi.getter
156
+ def status(self) -> Optional[pulumi.Input[str]]:
157
+ """
158
+ The status of user pipeline.
159
+ """
160
+ return pulumi.get(self, "status")
161
+
162
+ @status.setter
163
+ def status(self, value: Optional[pulumi.Input[str]]):
164
+ pulumi.set(self, "status", value)
165
+
166
+ @property
167
+ @pulumi.getter(name="updatedAt")
168
+ def updated_at(self) -> Optional[pulumi.Input[str]]:
169
+ """
170
+ The date and time of the last update of the pipeline.
171
+ """
172
+ return pulumi.get(self, "updated_at")
173
+
174
+ @updated_at.setter
175
+ def updated_at(self, value: Optional[pulumi.Input[str]]):
176
+ pulumi.set(self, "updated_at", value)
177
+
178
+
179
+ class EdgeServicesPipeline(pulumi.CustomResource):
180
+ @overload
181
+ def __init__(__self__,
182
+ resource_name: str,
183
+ opts: Optional[pulumi.ResourceOptions] = None,
184
+ description: Optional[pulumi.Input[str]] = None,
185
+ name: Optional[pulumi.Input[str]] = None,
186
+ project_id: Optional[pulumi.Input[str]] = None,
187
+ __props__=None):
188
+ """
189
+ Creates and manages Scaleway Edge Services Pipelines.
190
+
191
+ ## Example Usage
192
+
193
+ ### Basic
194
+
195
+ ```python
196
+ import pulumi
197
+ import pulumiverse_scaleway as scaleway
198
+
199
+ main = scaleway.EdgeServicesPipeline("main",
200
+ name="pipeline-name",
201
+ description="pipeline description")
202
+ ```
203
+
204
+ ### Complete pipeline
205
+
206
+ ```python
207
+ import pulumi
208
+ import pulumiverse_scaleway as scaleway
209
+
210
+ main = scaleway.EdgeServicesPipeline("main",
211
+ name="pipeline-name",
212
+ description="pipeline description")
213
+ main_edge_services_backend_stage = scaleway.EdgeServicesBackendStage("main",
214
+ pipeline_id=main.id,
215
+ s3_backend_config={
216
+ "bucket_name": "my-bucket-name",
217
+ "bucket_region": "fr-par",
218
+ })
219
+ main_edge_services_waf_stage = scaleway.EdgeServicesWafStage("main",
220
+ pipeline_id=main.id,
221
+ backend_stage_id=main_edge_services_backend_stage.id,
222
+ mode="enable",
223
+ paranoia_level=3)
224
+ main_edge_services_route_stage = scaleway.EdgeServicesRouteStage("main",
225
+ pipeline_id=main.id,
226
+ waf_stage_id=main_edge_services_waf_stage.id,
227
+ rules=[{
228
+ "backend_stage_id": main_edge_services_backend_stage.id,
229
+ "rule_http_match": {
230
+ "method_filters": [
231
+ "get",
232
+ "post",
233
+ ],
234
+ "path_filter": {
235
+ "path_filter_type": "regex",
236
+ "value": ".*",
237
+ },
238
+ },
239
+ }])
240
+ main_edge_services_cache_stage = scaleway.EdgeServicesCacheStage("main",
241
+ pipeline_id=main.id,
242
+ route_stage_id=main_edge_services_route_stage.id)
243
+ main_edge_services_tls_stage = scaleway.EdgeServicesTlsStage("main",
244
+ pipeline_id=main.id,
245
+ cache_stage_id=main_edge_services_cache_stage.id,
246
+ managed_certificate=True)
247
+ main_edge_services_dns_stage = scaleway.EdgeServicesDnsStage("main",
248
+ pipeline_id=main.id,
249
+ tls_stage_id=main_edge_services_tls_stage.id,
250
+ fqdns=["subdomain.example.com"])
251
+ main_edge_services_head_stage = scaleway.EdgeServicesHeadStage("main",
252
+ pipeline_id=main.id,
253
+ head_stage_id=main_edge_services_dns_stage.id)
254
+ ```
255
+
256
+ ## Import
257
+
258
+ Pipelines can be imported using the `{id}`, e.g.
259
+
260
+ bash
261
+
262
+ ```sh
263
+ $ pulumi import scaleway:index/edgeServicesPipeline:EdgeServicesPipeline basic 11111111-1111-1111-1111-111111111111
264
+ ```
265
+
266
+ :param str resource_name: The name of the resource.
267
+ :param pulumi.ResourceOptions opts: Options for the resource.
268
+ :param pulumi.Input[str] description: The description of the pipeline.
269
+ :param pulumi.Input[str] name: The name of the pipeline.
270
+ :param pulumi.Input[str] project_id: `project_id`) The ID of the project the pipeline is associated with.
271
+ """
272
+ ...
273
+ @overload
274
+ def __init__(__self__,
275
+ resource_name: str,
276
+ args: Optional[EdgeServicesPipelineArgs] = None,
277
+ opts: Optional[pulumi.ResourceOptions] = None):
278
+ """
279
+ Creates and manages Scaleway Edge Services Pipelines.
280
+
281
+ ## Example Usage
282
+
283
+ ### Basic
284
+
285
+ ```python
286
+ import pulumi
287
+ import pulumiverse_scaleway as scaleway
288
+
289
+ main = scaleway.EdgeServicesPipeline("main",
290
+ name="pipeline-name",
291
+ description="pipeline description")
292
+ ```
293
+
294
+ ### Complete pipeline
295
+
296
+ ```python
297
+ import pulumi
298
+ import pulumiverse_scaleway as scaleway
299
+
300
+ main = scaleway.EdgeServicesPipeline("main",
301
+ name="pipeline-name",
302
+ description="pipeline description")
303
+ main_edge_services_backend_stage = scaleway.EdgeServicesBackendStage("main",
304
+ pipeline_id=main.id,
305
+ s3_backend_config={
306
+ "bucket_name": "my-bucket-name",
307
+ "bucket_region": "fr-par",
308
+ })
309
+ main_edge_services_waf_stage = scaleway.EdgeServicesWafStage("main",
310
+ pipeline_id=main.id,
311
+ backend_stage_id=main_edge_services_backend_stage.id,
312
+ mode="enable",
313
+ paranoia_level=3)
314
+ main_edge_services_route_stage = scaleway.EdgeServicesRouteStage("main",
315
+ pipeline_id=main.id,
316
+ waf_stage_id=main_edge_services_waf_stage.id,
317
+ rules=[{
318
+ "backend_stage_id": main_edge_services_backend_stage.id,
319
+ "rule_http_match": {
320
+ "method_filters": [
321
+ "get",
322
+ "post",
323
+ ],
324
+ "path_filter": {
325
+ "path_filter_type": "regex",
326
+ "value": ".*",
327
+ },
328
+ },
329
+ }])
330
+ main_edge_services_cache_stage = scaleway.EdgeServicesCacheStage("main",
331
+ pipeline_id=main.id,
332
+ route_stage_id=main_edge_services_route_stage.id)
333
+ main_edge_services_tls_stage = scaleway.EdgeServicesTlsStage("main",
334
+ pipeline_id=main.id,
335
+ cache_stage_id=main_edge_services_cache_stage.id,
336
+ managed_certificate=True)
337
+ main_edge_services_dns_stage = scaleway.EdgeServicesDnsStage("main",
338
+ pipeline_id=main.id,
339
+ tls_stage_id=main_edge_services_tls_stage.id,
340
+ fqdns=["subdomain.example.com"])
341
+ main_edge_services_head_stage = scaleway.EdgeServicesHeadStage("main",
342
+ pipeline_id=main.id,
343
+ head_stage_id=main_edge_services_dns_stage.id)
344
+ ```
345
+
346
+ ## Import
347
+
348
+ Pipelines can be imported using the `{id}`, e.g.
349
+
350
+ bash
351
+
352
+ ```sh
353
+ $ pulumi import scaleway:index/edgeServicesPipeline:EdgeServicesPipeline basic 11111111-1111-1111-1111-111111111111
354
+ ```
355
+
356
+ :param str resource_name: The name of the resource.
357
+ :param EdgeServicesPipelineArgs args: The arguments to use to populate this resource's properties.
358
+ :param pulumi.ResourceOptions opts: Options for the resource.
359
+ """
360
+ ...
361
+ def __init__(__self__, resource_name: str, *args, **kwargs):
362
+ resource_args, opts = _utilities.get_resource_args_opts(EdgeServicesPipelineArgs, pulumi.ResourceOptions, *args, **kwargs)
363
+ if resource_args is not None:
364
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
365
+ else:
366
+ __self__._internal_init(resource_name, *args, **kwargs)
367
+
368
+ def _internal_init(__self__,
369
+ resource_name: str,
370
+ opts: Optional[pulumi.ResourceOptions] = None,
371
+ description: Optional[pulumi.Input[str]] = None,
372
+ name: Optional[pulumi.Input[str]] = None,
373
+ project_id: Optional[pulumi.Input[str]] = None,
374
+ __props__=None):
375
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
376
+ if not isinstance(opts, pulumi.ResourceOptions):
377
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
378
+ if opts.id is None:
379
+ if __props__ is not None:
380
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
381
+ __props__ = EdgeServicesPipelineArgs.__new__(EdgeServicesPipelineArgs)
382
+
383
+ __props__.__dict__["description"] = description
384
+ __props__.__dict__["name"] = name
385
+ __props__.__dict__["project_id"] = project_id
386
+ __props__.__dict__["created_at"] = None
387
+ __props__.__dict__["status"] = None
388
+ __props__.__dict__["updated_at"] = None
389
+ super(EdgeServicesPipeline, __self__).__init__(
390
+ 'scaleway:index/edgeServicesPipeline:EdgeServicesPipeline',
391
+ resource_name,
392
+ __props__,
393
+ opts)
394
+
395
+ @staticmethod
396
+ def get(resource_name: str,
397
+ id: pulumi.Input[str],
398
+ opts: Optional[pulumi.ResourceOptions] = None,
399
+ created_at: Optional[pulumi.Input[str]] = None,
400
+ description: Optional[pulumi.Input[str]] = None,
401
+ name: Optional[pulumi.Input[str]] = None,
402
+ project_id: Optional[pulumi.Input[str]] = None,
403
+ status: Optional[pulumi.Input[str]] = None,
404
+ updated_at: Optional[pulumi.Input[str]] = None) -> 'EdgeServicesPipeline':
405
+ """
406
+ Get an existing EdgeServicesPipeline resource's state with the given name, id, and optional extra
407
+ properties used to qualify the lookup.
408
+
409
+ :param str resource_name: The unique name of the resulting resource.
410
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
411
+ :param pulumi.ResourceOptions opts: Options for the resource.
412
+ :param pulumi.Input[str] created_at: The date and time of the creation of the pipeline.
413
+ :param pulumi.Input[str] description: The description of the pipeline.
414
+ :param pulumi.Input[str] name: The name of the pipeline.
415
+ :param pulumi.Input[str] project_id: `project_id`) The ID of the project the pipeline is associated with.
416
+ :param pulumi.Input[str] status: The status of user pipeline.
417
+ :param pulumi.Input[str] updated_at: The date and time of the last update of the pipeline.
418
+ """
419
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
420
+
421
+ __props__ = _EdgeServicesPipelineState.__new__(_EdgeServicesPipelineState)
422
+
423
+ __props__.__dict__["created_at"] = created_at
424
+ __props__.__dict__["description"] = description
425
+ __props__.__dict__["name"] = name
426
+ __props__.__dict__["project_id"] = project_id
427
+ __props__.__dict__["status"] = status
428
+ __props__.__dict__["updated_at"] = updated_at
429
+ return EdgeServicesPipeline(resource_name, opts=opts, __props__=__props__)
430
+
431
+ @property
432
+ @pulumi.getter(name="createdAt")
433
+ def created_at(self) -> pulumi.Output[str]:
434
+ """
435
+ The date and time of the creation of the pipeline.
436
+ """
437
+ return pulumi.get(self, "created_at")
438
+
439
+ @property
440
+ @pulumi.getter
441
+ def description(self) -> pulumi.Output[Optional[str]]:
442
+ """
443
+ The description of the pipeline.
444
+ """
445
+ return pulumi.get(self, "description")
446
+
447
+ @property
448
+ @pulumi.getter
449
+ def name(self) -> pulumi.Output[str]:
450
+ """
451
+ The name of the pipeline.
452
+ """
453
+ return pulumi.get(self, "name")
454
+
455
+ @property
456
+ @pulumi.getter(name="projectId")
457
+ def project_id(self) -> pulumi.Output[str]:
458
+ """
459
+ `project_id`) The ID of the project the pipeline is associated with.
460
+ """
461
+ return pulumi.get(self, "project_id")
462
+
463
+ @property
464
+ @pulumi.getter
465
+ def status(self) -> pulumi.Output[str]:
466
+ """
467
+ The status of user pipeline.
468
+ """
469
+ return pulumi.get(self, "status")
470
+
471
+ @property
472
+ @pulumi.getter(name="updatedAt")
473
+ def updated_at(self) -> pulumi.Output[str]:
474
+ """
475
+ The date and time of the last update of the pipeline.
476
+ """
477
+ return pulumi.get(self, "updated_at")
478
+