pulumi-alicloud 3.68.0__py3-none-any.whl → 3.68.0a1732598392__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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +0 -40
- pulumi_alicloud/cdn/_inputs.py +23 -3
- pulumi_alicloud/cdn/domain_new.py +51 -93
- pulumi_alicloud/cdn/outputs.py +16 -2
- pulumi_alicloud/cdn/real_time_log_delivery.py +46 -97
- pulumi_alicloud/cen/get_flowlogs.py +35 -250
- pulumi_alicloud/cen/outputs.py +17 -116
- pulumi_alicloud/cs/node_pool.py +0 -7
- pulumi_alicloud/ecs/_inputs.py +0 -92
- pulumi_alicloud/ecs/auto_snapshot_policy.py +129 -323
- pulumi_alicloud/ecs/outputs.py +0 -88
- pulumi_alicloud/ecs/snapshot_policy.py +1 -154
- pulumi_alicloud/emrv2/_inputs.py +21 -875
- pulumi_alicloud/emrv2/cluster.py +0 -47
- pulumi_alicloud/emrv2/outputs.py +14 -580
- pulumi_alicloud/gwlb/__init__.py +0 -1
- pulumi_alicloud/gwlb/_inputs.py +126 -147
- pulumi_alicloud/gwlb/listener.py +50 -50
- pulumi_alicloud/gwlb/load_balancer.py +71 -78
- pulumi_alicloud/gwlb/outputs.py +84 -139
- pulumi_alicloud/gwlb/server_group.py +113 -162
- pulumi_alicloud/kvstore/audit_log_config.py +7 -7
- pulumi_alicloud/kvstore/backup_policy.py +9 -9
- pulumi_alicloud/kvstore/get_instance_classes.py +8 -8
- pulumi_alicloud/kvstore/get_instances.py +7 -9
- pulumi_alicloud/kvstore/instance.py +21 -21
- pulumi_alicloud/kvstore/outputs.py +6 -6
- pulumi_alicloud/nas/_inputs.py +0 -148
- pulumi_alicloud/nas/file_system.py +222 -482
- pulumi_alicloud/nas/outputs.py +0 -109
- pulumi_alicloud/pai/__init__.py +0 -7
- pulumi_alicloud/pai/workspace_workspace.py +6 -6
- pulumi_alicloud/pulumi-plugin.json +1 -1
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/RECORD +37 -45
- pulumi_alicloud/gwlb/get_zones.py +0 -173
- pulumi_alicloud/pai/_inputs.py +0 -129
- pulumi_alicloud/pai/outputs.py +0 -83
- pulumi_alicloud/pai/workspace_code_source.py +0 -702
- pulumi_alicloud/pai/workspace_dataset.py +0 -1081
- pulumi_alicloud/pai/workspace_datasetversion.py +0 -818
- pulumi_alicloud/pai/workspace_experiment.py +0 -394
- pulumi_alicloud/pai/workspace_run.py +0 -344
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/top_level.txt +0 -0
|
@@ -22,34 +22,26 @@ class RealTimeLogDeliveryArgs:
|
|
|
22
22
|
domain: pulumi.Input[str],
|
|
23
23
|
logstore: pulumi.Input[str],
|
|
24
24
|
project: pulumi.Input[str],
|
|
25
|
-
sls_region: pulumi.Input[str]
|
|
26
|
-
status: Optional[pulumi.Input[str]] = None):
|
|
25
|
+
sls_region: pulumi.Input[str]):
|
|
27
26
|
"""
|
|
28
27
|
The set of arguments for constructing a RealTimeLogDelivery resource.
|
|
29
|
-
:param pulumi.Input[str] domain: The accelerated domain name for which you want to
|
|
30
|
-
:param pulumi.Input[str] logstore: The
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
:param pulumi.Input[str] project: The name of the Logstore that collects log data from Alibaba Cloud CDN in real time. You can specify multiple Logstore names and separate them with commas (,).
|
|
34
|
-
:param pulumi.Input[str] sls_region: The ID of the region where the Log Service project is deployed. For more information, see [Regions that support real-time log delivery](https://www.alibabacloud.com/help/en/doc-detail/144883.html).
|
|
35
|
-
:param pulumi.Input[str] status: Resource attribute fields that represent the status of the resource.
|
|
28
|
+
:param pulumi.Input[str] domain: The accelerated domain name for which you want to configure real-time log delivery. You can specify multiple domain names and separate them with commas (,).
|
|
29
|
+
:param pulumi.Input[str] logstore: The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time.
|
|
30
|
+
:param pulumi.Input[str] project: The name of the Log Service project that is used for real-time log delivery.
|
|
31
|
+
:param pulumi.Input[str] sls_region: The region where the Log Service project is deployed.
|
|
36
32
|
|
|
37
|
-
|
|
38
|
-
- offline
|
|
39
|
-
- online
|
|
33
|
+
> **NOTE:** If your Project and Logstore services already exist, if you continue to create existing content, the created content will overwrite your existing indexes and custom reports. Please be careful to create your existing services to avoid affecting your online services after coverage.
|
|
40
34
|
"""
|
|
41
35
|
pulumi.set(__self__, "domain", domain)
|
|
42
36
|
pulumi.set(__self__, "logstore", logstore)
|
|
43
37
|
pulumi.set(__self__, "project", project)
|
|
44
38
|
pulumi.set(__self__, "sls_region", sls_region)
|
|
45
|
-
if status is not None:
|
|
46
|
-
pulumi.set(__self__, "status", status)
|
|
47
39
|
|
|
48
40
|
@property
|
|
49
41
|
@pulumi.getter
|
|
50
42
|
def domain(self) -> pulumi.Input[str]:
|
|
51
43
|
"""
|
|
52
|
-
The accelerated domain name for which you want to
|
|
44
|
+
The accelerated domain name for which you want to configure real-time log delivery. You can specify multiple domain names and separate them with commas (,).
|
|
53
45
|
"""
|
|
54
46
|
return pulumi.get(self, "domain")
|
|
55
47
|
|
|
@@ -61,9 +53,7 @@ class RealTimeLogDeliveryArgs:
|
|
|
61
53
|
@pulumi.getter
|
|
62
54
|
def logstore(self) -> pulumi.Input[str]:
|
|
63
55
|
"""
|
|
64
|
-
The
|
|
65
|
-
|
|
66
|
-
For more information about regions, see [Regions that support real-time log delivery](https://www.alibabacloud.com/help/en/doc-detail/144883.html).
|
|
56
|
+
The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time.
|
|
67
57
|
"""
|
|
68
58
|
return pulumi.get(self, "logstore")
|
|
69
59
|
|
|
@@ -75,7 +65,7 @@ class RealTimeLogDeliveryArgs:
|
|
|
75
65
|
@pulumi.getter
|
|
76
66
|
def project(self) -> pulumi.Input[str]:
|
|
77
67
|
"""
|
|
78
|
-
The name of the
|
|
68
|
+
The name of the Log Service project that is used for real-time log delivery.
|
|
79
69
|
"""
|
|
80
70
|
return pulumi.get(self, "project")
|
|
81
71
|
|
|
@@ -87,7 +77,9 @@ class RealTimeLogDeliveryArgs:
|
|
|
87
77
|
@pulumi.getter(name="slsRegion")
|
|
88
78
|
def sls_region(self) -> pulumi.Input[str]:
|
|
89
79
|
"""
|
|
90
|
-
The
|
|
80
|
+
The region where the Log Service project is deployed.
|
|
81
|
+
|
|
82
|
+
> **NOTE:** If your Project and Logstore services already exist, if you continue to create existing content, the created content will overwrite your existing indexes and custom reports. Please be careful to create your existing services to avoid affecting your online services after coverage.
|
|
91
83
|
"""
|
|
92
84
|
return pulumi.get(self, "sls_region")
|
|
93
85
|
|
|
@@ -95,22 +87,6 @@ class RealTimeLogDeliveryArgs:
|
|
|
95
87
|
def sls_region(self, value: pulumi.Input[str]):
|
|
96
88
|
pulumi.set(self, "sls_region", value)
|
|
97
89
|
|
|
98
|
-
@property
|
|
99
|
-
@pulumi.getter
|
|
100
|
-
def status(self) -> Optional[pulumi.Input[str]]:
|
|
101
|
-
"""
|
|
102
|
-
Resource attribute fields that represent the status of the resource.
|
|
103
|
-
|
|
104
|
-
Value:
|
|
105
|
-
- offline
|
|
106
|
-
- online
|
|
107
|
-
"""
|
|
108
|
-
return pulumi.get(self, "status")
|
|
109
|
-
|
|
110
|
-
@status.setter
|
|
111
|
-
def status(self, value: Optional[pulumi.Input[str]]):
|
|
112
|
-
pulumi.set(self, "status", value)
|
|
113
|
-
|
|
114
90
|
|
|
115
91
|
@pulumi.input_type
|
|
116
92
|
class _RealTimeLogDeliveryState:
|
|
@@ -122,17 +98,13 @@ class _RealTimeLogDeliveryState:
|
|
|
122
98
|
status: Optional[pulumi.Input[str]] = None):
|
|
123
99
|
"""
|
|
124
100
|
Input properties used for looking up and filtering RealTimeLogDelivery resources.
|
|
125
|
-
:param pulumi.Input[str] domain: The accelerated domain name for which you want to
|
|
126
|
-
:param pulumi.Input[str] logstore: The
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
:param pulumi.Input[str] project: The name of the Logstore that collects log data from Alibaba Cloud CDN in real time. You can specify multiple Logstore names and separate them with commas (,).
|
|
130
|
-
:param pulumi.Input[str] sls_region: The ID of the region where the Log Service project is deployed. For more information, see [Regions that support real-time log delivery](https://www.alibabacloud.com/help/en/doc-detail/144883.html).
|
|
131
|
-
:param pulumi.Input[str] status: Resource attribute fields that represent the status of the resource.
|
|
101
|
+
:param pulumi.Input[str] domain: The accelerated domain name for which you want to configure real-time log delivery. You can specify multiple domain names and separate them with commas (,).
|
|
102
|
+
:param pulumi.Input[str] logstore: The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time.
|
|
103
|
+
:param pulumi.Input[str] project: The name of the Log Service project that is used for real-time log delivery.
|
|
104
|
+
:param pulumi.Input[str] sls_region: The region where the Log Service project is deployed.
|
|
132
105
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
- online
|
|
106
|
+
> **NOTE:** If your Project and Logstore services already exist, if you continue to create existing content, the created content will overwrite your existing indexes and custom reports. Please be careful to create your existing services to avoid affecting your online services after coverage.
|
|
107
|
+
:param pulumi.Input[str] status: The status of the real-time log delivery feature. Valid Values: `online` and `offline`.
|
|
136
108
|
"""
|
|
137
109
|
if domain is not None:
|
|
138
110
|
pulumi.set(__self__, "domain", domain)
|
|
@@ -149,7 +121,7 @@ class _RealTimeLogDeliveryState:
|
|
|
149
121
|
@pulumi.getter
|
|
150
122
|
def domain(self) -> Optional[pulumi.Input[str]]:
|
|
151
123
|
"""
|
|
152
|
-
The accelerated domain name for which you want to
|
|
124
|
+
The accelerated domain name for which you want to configure real-time log delivery. You can specify multiple domain names and separate them with commas (,).
|
|
153
125
|
"""
|
|
154
126
|
return pulumi.get(self, "domain")
|
|
155
127
|
|
|
@@ -161,9 +133,7 @@ class _RealTimeLogDeliveryState:
|
|
|
161
133
|
@pulumi.getter
|
|
162
134
|
def logstore(self) -> Optional[pulumi.Input[str]]:
|
|
163
135
|
"""
|
|
164
|
-
The
|
|
165
|
-
|
|
166
|
-
For more information about regions, see [Regions that support real-time log delivery](https://www.alibabacloud.com/help/en/doc-detail/144883.html).
|
|
136
|
+
The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time.
|
|
167
137
|
"""
|
|
168
138
|
return pulumi.get(self, "logstore")
|
|
169
139
|
|
|
@@ -175,7 +145,7 @@ class _RealTimeLogDeliveryState:
|
|
|
175
145
|
@pulumi.getter
|
|
176
146
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
177
147
|
"""
|
|
178
|
-
The name of the
|
|
148
|
+
The name of the Log Service project that is used for real-time log delivery.
|
|
179
149
|
"""
|
|
180
150
|
return pulumi.get(self, "project")
|
|
181
151
|
|
|
@@ -187,7 +157,9 @@ class _RealTimeLogDeliveryState:
|
|
|
187
157
|
@pulumi.getter(name="slsRegion")
|
|
188
158
|
def sls_region(self) -> Optional[pulumi.Input[str]]:
|
|
189
159
|
"""
|
|
190
|
-
The
|
|
160
|
+
The region where the Log Service project is deployed.
|
|
161
|
+
|
|
162
|
+
> **NOTE:** If your Project and Logstore services already exist, if you continue to create existing content, the created content will overwrite your existing indexes and custom reports. Please be careful to create your existing services to avoid affecting your online services after coverage.
|
|
191
163
|
"""
|
|
192
164
|
return pulumi.get(self, "sls_region")
|
|
193
165
|
|
|
@@ -199,11 +171,7 @@ class _RealTimeLogDeliveryState:
|
|
|
199
171
|
@pulumi.getter
|
|
200
172
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
201
173
|
"""
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
Value:
|
|
205
|
-
- offline
|
|
206
|
-
- online
|
|
174
|
+
The status of the real-time log delivery feature. Valid Values: `online` and `offline`.
|
|
207
175
|
"""
|
|
208
176
|
return pulumi.get(self, "status")
|
|
209
177
|
|
|
@@ -221,13 +189,10 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
221
189
|
logstore: Optional[pulumi.Input[str]] = None,
|
|
222
190
|
project: Optional[pulumi.Input[str]] = None,
|
|
223
191
|
sls_region: Optional[pulumi.Input[str]] = None,
|
|
224
|
-
status: Optional[pulumi.Input[str]] = None,
|
|
225
192
|
__props__=None):
|
|
226
193
|
"""
|
|
227
194
|
Provides a CDN Real Time Log Delivery resource.
|
|
228
195
|
|
|
229
|
-
Accelerate domain name real-time log push.
|
|
230
|
-
|
|
231
196
|
For information about CDN Real Time Log Delivery and how to use it, see [What is Real Time Log Delivery](https://www.alibabacloud.com/help/en/cdn/developer-reference/api-cdn-2018-05-10-createrealtimelogdelivery).
|
|
232
197
|
|
|
233
198
|
> **NOTE:** Available since v1.134.0.
|
|
@@ -278,22 +243,17 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
278
243
|
CDN Real Time Log Delivery can be imported using the id, e.g.
|
|
279
244
|
|
|
280
245
|
```sh
|
|
281
|
-
$ pulumi import alicloud:cdn/realTimeLogDelivery:RealTimeLogDelivery example <
|
|
246
|
+
$ pulumi import alicloud:cdn/realTimeLogDelivery:RealTimeLogDelivery example <domain>
|
|
282
247
|
```
|
|
283
248
|
|
|
284
249
|
:param str resource_name: The name of the resource.
|
|
285
250
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
286
|
-
:param pulumi.Input[str] domain: The accelerated domain name for which you want to
|
|
287
|
-
:param pulumi.Input[str] logstore: The
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
:param pulumi.Input[str] project: The name of the Logstore that collects log data from Alibaba Cloud CDN in real time. You can specify multiple Logstore names and separate them with commas (,).
|
|
291
|
-
:param pulumi.Input[str] sls_region: The ID of the region where the Log Service project is deployed. For more information, see [Regions that support real-time log delivery](https://www.alibabacloud.com/help/en/doc-detail/144883.html).
|
|
292
|
-
:param pulumi.Input[str] status: Resource attribute fields that represent the status of the resource.
|
|
251
|
+
:param pulumi.Input[str] domain: The accelerated domain name for which you want to configure real-time log delivery. You can specify multiple domain names and separate them with commas (,).
|
|
252
|
+
:param pulumi.Input[str] logstore: The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time.
|
|
253
|
+
:param pulumi.Input[str] project: The name of the Log Service project that is used for real-time log delivery.
|
|
254
|
+
:param pulumi.Input[str] sls_region: The region where the Log Service project is deployed.
|
|
293
255
|
|
|
294
|
-
|
|
295
|
-
- offline
|
|
296
|
-
- online
|
|
256
|
+
> **NOTE:** If your Project and Logstore services already exist, if you continue to create existing content, the created content will overwrite your existing indexes and custom reports. Please be careful to create your existing services to avoid affecting your online services after coverage.
|
|
297
257
|
"""
|
|
298
258
|
...
|
|
299
259
|
@overload
|
|
@@ -304,8 +264,6 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
304
264
|
"""
|
|
305
265
|
Provides a CDN Real Time Log Delivery resource.
|
|
306
266
|
|
|
307
|
-
Accelerate domain name real-time log push.
|
|
308
|
-
|
|
309
267
|
For information about CDN Real Time Log Delivery and how to use it, see [What is Real Time Log Delivery](https://www.alibabacloud.com/help/en/cdn/developer-reference/api-cdn-2018-05-10-createrealtimelogdelivery).
|
|
310
268
|
|
|
311
269
|
> **NOTE:** Available since v1.134.0.
|
|
@@ -356,7 +314,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
356
314
|
CDN Real Time Log Delivery can be imported using the id, e.g.
|
|
357
315
|
|
|
358
316
|
```sh
|
|
359
|
-
$ pulumi import alicloud:cdn/realTimeLogDelivery:RealTimeLogDelivery example <
|
|
317
|
+
$ pulumi import alicloud:cdn/realTimeLogDelivery:RealTimeLogDelivery example <domain>
|
|
360
318
|
```
|
|
361
319
|
|
|
362
320
|
:param str resource_name: The name of the resource.
|
|
@@ -378,7 +336,6 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
378
336
|
logstore: Optional[pulumi.Input[str]] = None,
|
|
379
337
|
project: Optional[pulumi.Input[str]] = None,
|
|
380
338
|
sls_region: Optional[pulumi.Input[str]] = None,
|
|
381
|
-
status: Optional[pulumi.Input[str]] = None,
|
|
382
339
|
__props__=None):
|
|
383
340
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
384
341
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -400,7 +357,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
400
357
|
if sls_region is None and not opts.urn:
|
|
401
358
|
raise TypeError("Missing required property 'sls_region'")
|
|
402
359
|
__props__.__dict__["sls_region"] = sls_region
|
|
403
|
-
__props__.__dict__["status"] =
|
|
360
|
+
__props__.__dict__["status"] = None
|
|
404
361
|
super(RealTimeLogDelivery, __self__).__init__(
|
|
405
362
|
'alicloud:cdn/realTimeLogDelivery:RealTimeLogDelivery',
|
|
406
363
|
resource_name,
|
|
@@ -423,17 +380,13 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
423
380
|
:param str resource_name: The unique name of the resulting resource.
|
|
424
381
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
425
382
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
426
|
-
:param pulumi.Input[str] domain: The accelerated domain name for which you want to
|
|
427
|
-
:param pulumi.Input[str] logstore: The
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
:param pulumi.Input[str] project: The name of the Logstore that collects log data from Alibaba Cloud CDN in real time. You can specify multiple Logstore names and separate them with commas (,).
|
|
431
|
-
:param pulumi.Input[str] sls_region: The ID of the region where the Log Service project is deployed. For more information, see [Regions that support real-time log delivery](https://www.alibabacloud.com/help/en/doc-detail/144883.html).
|
|
432
|
-
:param pulumi.Input[str] status: Resource attribute fields that represent the status of the resource.
|
|
383
|
+
:param pulumi.Input[str] domain: The accelerated domain name for which you want to configure real-time log delivery. You can specify multiple domain names and separate them with commas (,).
|
|
384
|
+
:param pulumi.Input[str] logstore: The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time.
|
|
385
|
+
:param pulumi.Input[str] project: The name of the Log Service project that is used for real-time log delivery.
|
|
386
|
+
:param pulumi.Input[str] sls_region: The region where the Log Service project is deployed.
|
|
433
387
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
- online
|
|
388
|
+
> **NOTE:** If your Project and Logstore services already exist, if you continue to create existing content, the created content will overwrite your existing indexes and custom reports. Please be careful to create your existing services to avoid affecting your online services after coverage.
|
|
389
|
+
:param pulumi.Input[str] status: The status of the real-time log delivery feature. Valid Values: `online` and `offline`.
|
|
437
390
|
"""
|
|
438
391
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
439
392
|
|
|
@@ -450,7 +403,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
450
403
|
@pulumi.getter
|
|
451
404
|
def domain(self) -> pulumi.Output[str]:
|
|
452
405
|
"""
|
|
453
|
-
The accelerated domain name for which you want to
|
|
406
|
+
The accelerated domain name for which you want to configure real-time log delivery. You can specify multiple domain names and separate them with commas (,).
|
|
454
407
|
"""
|
|
455
408
|
return pulumi.get(self, "domain")
|
|
456
409
|
|
|
@@ -458,9 +411,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
458
411
|
@pulumi.getter
|
|
459
412
|
def logstore(self) -> pulumi.Output[str]:
|
|
460
413
|
"""
|
|
461
|
-
The
|
|
462
|
-
|
|
463
|
-
For more information about regions, see [Regions that support real-time log delivery](https://www.alibabacloud.com/help/en/doc-detail/144883.html).
|
|
414
|
+
The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time.
|
|
464
415
|
"""
|
|
465
416
|
return pulumi.get(self, "logstore")
|
|
466
417
|
|
|
@@ -468,7 +419,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
468
419
|
@pulumi.getter
|
|
469
420
|
def project(self) -> pulumi.Output[str]:
|
|
470
421
|
"""
|
|
471
|
-
The name of the
|
|
422
|
+
The name of the Log Service project that is used for real-time log delivery.
|
|
472
423
|
"""
|
|
473
424
|
return pulumi.get(self, "project")
|
|
474
425
|
|
|
@@ -476,7 +427,9 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
476
427
|
@pulumi.getter(name="slsRegion")
|
|
477
428
|
def sls_region(self) -> pulumi.Output[str]:
|
|
478
429
|
"""
|
|
479
|
-
The
|
|
430
|
+
The region where the Log Service project is deployed.
|
|
431
|
+
|
|
432
|
+
> **NOTE:** If your Project and Logstore services already exist, if you continue to create existing content, the created content will overwrite your existing indexes and custom reports. Please be careful to create your existing services to avoid affecting your online services after coverage.
|
|
480
433
|
"""
|
|
481
434
|
return pulumi.get(self, "sls_region")
|
|
482
435
|
|
|
@@ -484,11 +437,7 @@ class RealTimeLogDelivery(pulumi.CustomResource):
|
|
|
484
437
|
@pulumi.getter
|
|
485
438
|
def status(self) -> pulumi.Output[str]:
|
|
486
439
|
"""
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
Value:
|
|
490
|
-
- offline
|
|
491
|
-
- online
|
|
440
|
+
The status of the real-time log delivery feature. Valid Values: `online` and `offline`.
|
|
492
441
|
"""
|
|
493
442
|
return pulumi.get(self, "status")
|
|
494
443
|
|