pulumi-alicloud 3.73.0__py3-none-any.whl → 3.73.0a1736226912__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 -59
- pulumi_alicloud/alb/__init__.py +0 -1
- pulumi_alicloud/alb/_inputs.py +6 -6
- pulumi_alicloud/alb/a_script.py +98 -116
- pulumi_alicloud/alb/outputs.py +4 -4
- pulumi_alicloud/alikafka/instance.py +70 -188
- pulumi_alicloud/amqp/instance.py +28 -77
- pulumi_alicloud/bastionhost/_inputs.py +38 -40
- pulumi_alicloud/bastionhost/get_instances.py +22 -6
- pulumi_alicloud/bastionhost/outputs.py +49 -60
- pulumi_alicloud/cen/instance_grant.py +0 -4
- pulumi_alicloud/cms/_inputs.py +15 -21
- pulumi_alicloud/cms/alarm.py +7 -7
- pulumi_alicloud/cms/outputs.py +10 -14
- pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +2 -4
- pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +0 -2
- pulumi_alicloud/cs/kubernetes.py +14 -14
- pulumi_alicloud/cs/managed_kubernetes.py +47 -137
- pulumi_alicloud/dataworks/__init__.py +0 -4
- pulumi_alicloud/dataworks/_inputs.py +0 -1534
- pulumi_alicloud/dataworks/outputs.py +0 -1247
- pulumi_alicloud/dcdn/waf_rule.py +14 -14
- pulumi_alicloud/dns/get_alidns_domains.py +2 -7
- pulumi_alicloud/dns/outputs.py +0 -8
- pulumi_alicloud/ecs/ecs_launch_template.py +0 -122
- pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
- pulumi_alicloud/ecs/ecs_session_manager_status.py +18 -18
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/launch_template.py +0 -88
- pulumi_alicloud/fc/custom_domain.py +2 -2
- pulumi_alicloud/fc/function.py +4 -32
- pulumi_alicloud/fc/v2_function.py +0 -20
- pulumi_alicloud/hbr/__init__.py +0 -1
- pulumi_alicloud/ims/oidc_provider.py +0 -28
- pulumi_alicloud/log/resource_record.py +26 -42
- pulumi_alicloud/message/service_queue.py +59 -106
- pulumi_alicloud/message/service_topic.py +37 -182
- pulumi_alicloud/mongodb/account.py +163 -138
- pulumi_alicloud/oos/secret_parameter.py +9 -84
- pulumi_alicloud/oss/bucket.py +1 -1
- pulumi_alicloud/oss/bucket_policy.py +4 -2
- pulumi_alicloud/oss/bucket_referer.py +4 -2
- pulumi_alicloud/oss/get_buckets.py +2 -16
- pulumi_alicloud/oss/outputs.py +17 -18
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/sae/application.py +7 -84
- pulumi_alicloud/sls/collection_policy.py +2 -2
- pulumi_alicloud/vpc/__init__.py +0 -5
- pulumi_alicloud/vpc/get_networks.py +0 -3
- pulumi_alicloud/vpc/nat_gateway.py +7 -145
- pulumi_alicloud/vpc/outputs.py +0 -777
- pulumi_alicloud/vpc/snat_entry.py +48 -107
- pulumi_alicloud/vpn/_inputs.py +72 -96
- pulumi_alicloud/vpn/connection.py +28 -24
- pulumi_alicloud/vpn/outputs.py +48 -64
- pulumi_alicloud/yundun/_inputs.py +24 -26
- pulumi_alicloud/yundun/outputs.py +22 -37
- {pulumi_alicloud-3.73.0.dist-info → pulumi_alicloud-3.73.0a1736226912.dist-info}/METADATA +2 -2
- {pulumi_alicloud-3.73.0.dist-info → pulumi_alicloud-3.73.0a1736226912.dist-info}/RECORD +61 -78
- {pulumi_alicloud-3.73.0.dist-info → pulumi_alicloud-3.73.0a1736226912.dist-info}/WHEEL +1 -1
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +0 -303
- pulumi_alicloud/cloudcontrol/__init__.py +0 -12
- pulumi_alicloud/cloudcontrol/get_prices.py +0 -199
- pulumi_alicloud/cloudcontrol/get_products.py +0 -187
- pulumi_alicloud/cloudcontrol/get_resource_types.py +0 -178
- pulumi_alicloud/cloudcontrol/outputs.py +0 -688
- pulumi_alicloud/cloudcontrol/resource.py +0 -407
- pulumi_alicloud/dataworks/di_alarm_rule.py +0 -708
- pulumi_alicloud/dataworks/di_job.py +0 -1005
- pulumi_alicloud/dataworks/dw_resource_group.py +0 -703
- pulumi_alicloud/dataworks/network.py +0 -331
- pulumi_alicloud/hbr/cross_account.py +0 -338
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +0 -295
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +0 -196
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +0 -353
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +0 -333
- pulumi_alicloud/vpc/get_ipam_ipams.py +0 -291
- {pulumi_alicloud-3.73.0.dist-info → pulumi_alicloud-3.73.0a1736226912.dist-info}/top_level.txt +0 -0
|
@@ -23,7 +23,6 @@ class SecretParameterArgs:
|
|
|
23
23
|
value: pulumi.Input[str],
|
|
24
24
|
constraints: Optional[pulumi.Input[str]] = None,
|
|
25
25
|
description: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
dkms_instance_id: Optional[pulumi.Input[str]] = None,
|
|
27
26
|
key_id: Optional[pulumi.Input[str]] = None,
|
|
28
27
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
29
28
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
@@ -38,7 +37,6 @@ class SecretParameterArgs:
|
|
|
38
37
|
* `MinLength`: The minimum length of the encryption parameter.
|
|
39
38
|
* `MaxLength`: The maximum length of the encryption parameter.
|
|
40
39
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
41
|
-
:param pulumi.Input[str] dkms_instance_id: The ID of the KMS instance.
|
|
42
40
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
43
41
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
44
42
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
@@ -50,8 +48,6 @@ class SecretParameterArgs:
|
|
|
50
48
|
pulumi.set(__self__, "constraints", constraints)
|
|
51
49
|
if description is not None:
|
|
52
50
|
pulumi.set(__self__, "description", description)
|
|
53
|
-
if dkms_instance_id is not None:
|
|
54
|
-
pulumi.set(__self__, "dkms_instance_id", dkms_instance_id)
|
|
55
51
|
if key_id is not None:
|
|
56
52
|
pulumi.set(__self__, "key_id", key_id)
|
|
57
53
|
if resource_group_id is not None:
|
|
@@ -113,18 +109,6 @@ class SecretParameterArgs:
|
|
|
113
109
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
114
110
|
pulumi.set(self, "description", value)
|
|
115
111
|
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter(name="dkmsInstanceId")
|
|
118
|
-
def dkms_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
119
|
-
"""
|
|
120
|
-
The ID of the KMS instance.
|
|
121
|
-
"""
|
|
122
|
-
return pulumi.get(self, "dkms_instance_id")
|
|
123
|
-
|
|
124
|
-
@dkms_instance_id.setter
|
|
125
|
-
def dkms_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
126
|
-
pulumi.set(self, "dkms_instance_id", value)
|
|
127
|
-
|
|
128
112
|
@property
|
|
129
113
|
@pulumi.getter(name="keyId")
|
|
130
114
|
def key_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -178,9 +162,7 @@ class SecretParameterArgs:
|
|
|
178
162
|
class _SecretParameterState:
|
|
179
163
|
def __init__(__self__, *,
|
|
180
164
|
constraints: Optional[pulumi.Input[str]] = None,
|
|
181
|
-
create_time: Optional[pulumi.Input[str]] = None,
|
|
182
165
|
description: Optional[pulumi.Input[str]] = None,
|
|
183
|
-
dkms_instance_id: Optional[pulumi.Input[str]] = None,
|
|
184
166
|
key_id: Optional[pulumi.Input[str]] = None,
|
|
185
167
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
186
168
|
secret_parameter_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -194,9 +176,7 @@ class _SecretParameterState:
|
|
|
194
176
|
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
195
177
|
* `MinLength`: The minimum length of the encryption parameter.
|
|
196
178
|
* `MaxLength`: The maximum length of the encryption parameter.
|
|
197
|
-
:param pulumi.Input[str] create_time: Parameter creation time
|
|
198
179
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
199
|
-
:param pulumi.Input[str] dkms_instance_id: The ID of the KMS instance.
|
|
200
180
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
201
181
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
202
182
|
:param pulumi.Input[str] secret_parameter_name: The name of the encryption parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
@@ -206,12 +186,8 @@ class _SecretParameterState:
|
|
|
206
186
|
"""
|
|
207
187
|
if constraints is not None:
|
|
208
188
|
pulumi.set(__self__, "constraints", constraints)
|
|
209
|
-
if create_time is not None:
|
|
210
|
-
pulumi.set(__self__, "create_time", create_time)
|
|
211
189
|
if description is not None:
|
|
212
190
|
pulumi.set(__self__, "description", description)
|
|
213
|
-
if dkms_instance_id is not None:
|
|
214
|
-
pulumi.set(__self__, "dkms_instance_id", dkms_instance_id)
|
|
215
191
|
if key_id is not None:
|
|
216
192
|
pulumi.set(__self__, "key_id", key_id)
|
|
217
193
|
if resource_group_id is not None:
|
|
@@ -241,18 +217,6 @@ class _SecretParameterState:
|
|
|
241
217
|
def constraints(self, value: Optional[pulumi.Input[str]]):
|
|
242
218
|
pulumi.set(self, "constraints", value)
|
|
243
219
|
|
|
244
|
-
@property
|
|
245
|
-
@pulumi.getter(name="createTime")
|
|
246
|
-
def create_time(self) -> Optional[pulumi.Input[str]]:
|
|
247
|
-
"""
|
|
248
|
-
Parameter creation time
|
|
249
|
-
"""
|
|
250
|
-
return pulumi.get(self, "create_time")
|
|
251
|
-
|
|
252
|
-
@create_time.setter
|
|
253
|
-
def create_time(self, value: Optional[pulumi.Input[str]]):
|
|
254
|
-
pulumi.set(self, "create_time", value)
|
|
255
|
-
|
|
256
220
|
@property
|
|
257
221
|
@pulumi.getter
|
|
258
222
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -265,18 +229,6 @@ class _SecretParameterState:
|
|
|
265
229
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
266
230
|
pulumi.set(self, "description", value)
|
|
267
231
|
|
|
268
|
-
@property
|
|
269
|
-
@pulumi.getter(name="dkmsInstanceId")
|
|
270
|
-
def dkms_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
271
|
-
"""
|
|
272
|
-
The ID of the KMS instance.
|
|
273
|
-
"""
|
|
274
|
-
return pulumi.get(self, "dkms_instance_id")
|
|
275
|
-
|
|
276
|
-
@dkms_instance_id.setter
|
|
277
|
-
def dkms_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
278
|
-
pulumi.set(self, "dkms_instance_id", value)
|
|
279
|
-
|
|
280
232
|
@property
|
|
281
233
|
@pulumi.getter(name="keyId")
|
|
282
234
|
def key_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -357,7 +309,6 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
357
309
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
358
310
|
constraints: Optional[pulumi.Input[str]] = None,
|
|
359
311
|
description: Optional[pulumi.Input[str]] = None,
|
|
360
|
-
dkms_instance_id: Optional[pulumi.Input[str]] = None,
|
|
361
312
|
key_id: Optional[pulumi.Input[str]] = None,
|
|
362
313
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
363
314
|
secret_parameter_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -366,9 +317,9 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
366
317
|
value: Optional[pulumi.Input[str]] = None,
|
|
367
318
|
__props__=None):
|
|
368
319
|
"""
|
|
369
|
-
Provides a
|
|
320
|
+
Provides a OOS Secret Parameter resource.
|
|
370
321
|
|
|
371
|
-
For information about
|
|
322
|
+
For information about OOS Secret Parameter and how to use it, see [What is Secret Parameter](https://www.alibabacloud.com/help/en/doc-detail/183418.html).
|
|
372
323
|
|
|
373
324
|
> **NOTE:** Available since v1.147.0+.
|
|
374
325
|
|
|
@@ -400,10 +351,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
400
351
|
|
|
401
352
|
## Import
|
|
402
353
|
|
|
403
|
-
|
|
354
|
+
OOS Secret Parameter can be imported using the id, e.g.
|
|
404
355
|
|
|
405
356
|
```sh
|
|
406
|
-
$ pulumi import alicloud:oos/secretParameter:SecretParameter example <
|
|
357
|
+
$ pulumi import alicloud:oos/secretParameter:SecretParameter example <secret_parameter_name>
|
|
407
358
|
```
|
|
408
359
|
|
|
409
360
|
:param str resource_name: The name of the resource.
|
|
@@ -414,7 +365,6 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
414
365
|
* `MinLength`: The minimum length of the encryption parameter.
|
|
415
366
|
* `MaxLength`: The maximum length of the encryption parameter.
|
|
416
367
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
417
|
-
:param pulumi.Input[str] dkms_instance_id: The ID of the KMS instance.
|
|
418
368
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
419
369
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
420
370
|
:param pulumi.Input[str] secret_parameter_name: The name of the encryption parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
@@ -429,9 +379,9 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
429
379
|
args: SecretParameterArgs,
|
|
430
380
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
431
381
|
"""
|
|
432
|
-
Provides a
|
|
382
|
+
Provides a OOS Secret Parameter resource.
|
|
433
383
|
|
|
434
|
-
For information about
|
|
384
|
+
For information about OOS Secret Parameter and how to use it, see [What is Secret Parameter](https://www.alibabacloud.com/help/en/doc-detail/183418.html).
|
|
435
385
|
|
|
436
386
|
> **NOTE:** Available since v1.147.0+.
|
|
437
387
|
|
|
@@ -463,10 +413,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
463
413
|
|
|
464
414
|
## Import
|
|
465
415
|
|
|
466
|
-
|
|
416
|
+
OOS Secret Parameter can be imported using the id, e.g.
|
|
467
417
|
|
|
468
418
|
```sh
|
|
469
|
-
$ pulumi import alicloud:oos/secretParameter:SecretParameter example <
|
|
419
|
+
$ pulumi import alicloud:oos/secretParameter:SecretParameter example <secret_parameter_name>
|
|
470
420
|
```
|
|
471
421
|
|
|
472
422
|
:param str resource_name: The name of the resource.
|
|
@@ -486,7 +436,6 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
486
436
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
487
437
|
constraints: Optional[pulumi.Input[str]] = None,
|
|
488
438
|
description: Optional[pulumi.Input[str]] = None,
|
|
489
|
-
dkms_instance_id: Optional[pulumi.Input[str]] = None,
|
|
490
439
|
key_id: Optional[pulumi.Input[str]] = None,
|
|
491
440
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
492
441
|
secret_parameter_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -504,7 +453,6 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
504
453
|
|
|
505
454
|
__props__.__dict__["constraints"] = constraints
|
|
506
455
|
__props__.__dict__["description"] = description
|
|
507
|
-
__props__.__dict__["dkms_instance_id"] = dkms_instance_id
|
|
508
456
|
__props__.__dict__["key_id"] = key_id
|
|
509
457
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
510
458
|
if secret_parameter_name is None and not opts.urn:
|
|
@@ -515,7 +463,6 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
515
463
|
if value is None and not opts.urn:
|
|
516
464
|
raise TypeError("Missing required property 'value'")
|
|
517
465
|
__props__.__dict__["value"] = None if value is None else pulumi.Output.secret(value)
|
|
518
|
-
__props__.__dict__["create_time"] = None
|
|
519
466
|
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["value"])
|
|
520
467
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
521
468
|
super(SecretParameter, __self__).__init__(
|
|
@@ -529,9 +476,7 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
529
476
|
id: pulumi.Input[str],
|
|
530
477
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
531
478
|
constraints: Optional[pulumi.Input[str]] = None,
|
|
532
|
-
create_time: Optional[pulumi.Input[str]] = None,
|
|
533
479
|
description: Optional[pulumi.Input[str]] = None,
|
|
534
|
-
dkms_instance_id: Optional[pulumi.Input[str]] = None,
|
|
535
480
|
key_id: Optional[pulumi.Input[str]] = None,
|
|
536
481
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
537
482
|
secret_parameter_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -550,9 +495,7 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
550
495
|
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
551
496
|
* `MinLength`: The minimum length of the encryption parameter.
|
|
552
497
|
* `MaxLength`: The maximum length of the encryption parameter.
|
|
553
|
-
:param pulumi.Input[str] create_time: Parameter creation time
|
|
554
498
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
555
|
-
:param pulumi.Input[str] dkms_instance_id: The ID of the KMS instance.
|
|
556
499
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
557
500
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
558
501
|
:param pulumi.Input[str] secret_parameter_name: The name of the encryption parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
@@ -565,9 +508,7 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
565
508
|
__props__ = _SecretParameterState.__new__(_SecretParameterState)
|
|
566
509
|
|
|
567
510
|
__props__.__dict__["constraints"] = constraints
|
|
568
|
-
__props__.__dict__["create_time"] = create_time
|
|
569
511
|
__props__.__dict__["description"] = description
|
|
570
|
-
__props__.__dict__["dkms_instance_id"] = dkms_instance_id
|
|
571
512
|
__props__.__dict__["key_id"] = key_id
|
|
572
513
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
573
514
|
__props__.__dict__["secret_parameter_name"] = secret_parameter_name
|
|
@@ -588,14 +529,6 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
588
529
|
"""
|
|
589
530
|
return pulumi.get(self, "constraints")
|
|
590
531
|
|
|
591
|
-
@property
|
|
592
|
-
@pulumi.getter(name="createTime")
|
|
593
|
-
def create_time(self) -> pulumi.Output[str]:
|
|
594
|
-
"""
|
|
595
|
-
Parameter creation time
|
|
596
|
-
"""
|
|
597
|
-
return pulumi.get(self, "create_time")
|
|
598
|
-
|
|
599
532
|
@property
|
|
600
533
|
@pulumi.getter
|
|
601
534
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
@@ -604,14 +537,6 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
604
537
|
"""
|
|
605
538
|
return pulumi.get(self, "description")
|
|
606
539
|
|
|
607
|
-
@property
|
|
608
|
-
@pulumi.getter(name="dkmsInstanceId")
|
|
609
|
-
def dkms_instance_id(self) -> pulumi.Output[Optional[str]]:
|
|
610
|
-
"""
|
|
611
|
-
The ID of the KMS instance.
|
|
612
|
-
"""
|
|
613
|
-
return pulumi.get(self, "dkms_instance_id")
|
|
614
|
-
|
|
615
540
|
@property
|
|
616
541
|
@pulumi.getter(name="keyId")
|
|
617
542
|
def key_id(self) -> pulumi.Output[Optional[str]]:
|
|
@@ -638,7 +563,7 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
638
563
|
|
|
639
564
|
@property
|
|
640
565
|
@pulumi.getter
|
|
641
|
-
def tags(self) -> pulumi.Output[Mapping[str, str]]:
|
|
566
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
642
567
|
"""
|
|
643
568
|
A mapping of tags to assign to the resource.
|
|
644
569
|
"""
|
pulumi_alicloud/oss/bucket.py
CHANGED
|
@@ -142,7 +142,8 @@ class BucketPolicy(pulumi.CustomResource):
|
|
|
142
142
|
"Resource": ["acs:oss:*:1234567890:*/*"],
|
|
143
143
|
}],
|
|
144
144
|
}),
|
|
145
|
-
bucket=create_bucket.bucket
|
|
145
|
+
bucket=create_bucket.bucket,
|
|
146
|
+
opts = pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
146
147
|
```
|
|
147
148
|
|
|
148
149
|
## Import
|
|
@@ -204,7 +205,8 @@ class BucketPolicy(pulumi.CustomResource):
|
|
|
204
205
|
"Resource": ["acs:oss:*:1234567890:*/*"],
|
|
205
206
|
}],
|
|
206
207
|
}),
|
|
207
|
-
bucket=create_bucket.bucket
|
|
208
|
+
bucket=create_bucket.bucket,
|
|
209
|
+
opts = pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
208
210
|
```
|
|
209
211
|
|
|
210
212
|
## Import
|
|
@@ -269,7 +269,8 @@ class BucketReferer(pulumi.CustomResource):
|
|
|
269
269
|
referer_lists=[
|
|
270
270
|
"*.aliyun.com",
|
|
271
271
|
"*.example.com",
|
|
272
|
-
]
|
|
272
|
+
],
|
|
273
|
+
opts = pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
273
274
|
```
|
|
274
275
|
|
|
275
276
|
## Import
|
|
@@ -330,7 +331,8 @@ class BucketReferer(pulumi.CustomResource):
|
|
|
330
331
|
referer_lists=[
|
|
331
332
|
"*.aliyun.com",
|
|
332
333
|
"*.example.com",
|
|
333
|
-
]
|
|
334
|
+
],
|
|
335
|
+
opts = pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
334
336
|
```
|
|
335
337
|
|
|
336
338
|
## Import
|
|
@@ -98,20 +98,13 @@ def get_buckets(name_regex: Optional[str] = None,
|
|
|
98
98
|
"""
|
|
99
99
|
This data source provides the OSS buckets of the current Alibaba Cloud user.
|
|
100
100
|
|
|
101
|
-
> **NOTE:** Available since v1.17.0.
|
|
102
|
-
|
|
103
101
|
## Example Usage
|
|
104
102
|
|
|
105
103
|
```python
|
|
106
104
|
import pulumi
|
|
107
105
|
import pulumi_alicloud as alicloud
|
|
108
|
-
import pulumi_random as random
|
|
109
106
|
|
|
110
|
-
|
|
111
|
-
max=99999,
|
|
112
|
-
min=10000)
|
|
113
|
-
bucket = alicloud.oss.Bucket("bucket", bucket=f"oss-tf-example-{default['result']}")
|
|
114
|
-
oss_buckets_ds = alicloud.oss.get_buckets_output(name_regex=bucket.bucket)
|
|
107
|
+
oss_buckets_ds = alicloud.oss.get_buckets(name_regex="sample_oss_bucket")
|
|
115
108
|
pulumi.export("firstOssBucketName", oss_buckets_ds.buckets[0].name)
|
|
116
109
|
```
|
|
117
110
|
|
|
@@ -137,20 +130,13 @@ def get_buckets_output(name_regex: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
137
130
|
"""
|
|
138
131
|
This data source provides the OSS buckets of the current Alibaba Cloud user.
|
|
139
132
|
|
|
140
|
-
> **NOTE:** Available since v1.17.0.
|
|
141
|
-
|
|
142
133
|
## Example Usage
|
|
143
134
|
|
|
144
135
|
```python
|
|
145
136
|
import pulumi
|
|
146
137
|
import pulumi_alicloud as alicloud
|
|
147
|
-
import pulumi_random as random
|
|
148
138
|
|
|
149
|
-
|
|
150
|
-
max=99999,
|
|
151
|
-
min=10000)
|
|
152
|
-
bucket = alicloud.oss.Bucket("bucket", bucket=f"oss-tf-example-{default['result']}")
|
|
153
|
-
oss_buckets_ds = alicloud.oss.get_buckets_output(name_regex=bucket.bucket)
|
|
139
|
+
oss_buckets_ds = alicloud.oss.get_buckets(name_regex="sample_oss_bucket")
|
|
154
140
|
pulumi.export("firstOssBucketName", oss_buckets_ds.buckets[0].name)
|
|
155
141
|
```
|
|
156
142
|
|
pulumi_alicloud/oss/outputs.py
CHANGED
|
@@ -3024,14 +3024,14 @@ class GetBucketsBucketResult(dict):
|
|
|
3024
3024
|
logging: 'outputs.GetBucketsBucketLoggingResult',
|
|
3025
3025
|
name: str,
|
|
3026
3026
|
owner: str,
|
|
3027
|
-
policy: str,
|
|
3028
3027
|
redundancy_type: str,
|
|
3029
3028
|
referer_config: 'outputs.GetBucketsBucketRefererConfigResult',
|
|
3030
3029
|
server_side_encryption_rule: 'outputs.GetBucketsBucketServerSideEncryptionRuleResult',
|
|
3031
3030
|
storage_class: str,
|
|
3032
3031
|
tags: Mapping[str, str],
|
|
3033
3032
|
versioning: 'outputs.GetBucketsBucketVersioningResult',
|
|
3034
|
-
website: 'outputs.GetBucketsBucketWebsiteResult'
|
|
3033
|
+
website: 'outputs.GetBucketsBucketWebsiteResult',
|
|
3034
|
+
policy: Optional[str] = None):
|
|
3035
3035
|
"""
|
|
3036
3036
|
:param str acl: Bucket access control list. Possible values: `private`, `public-read` and `public-read-write`.
|
|
3037
3037
|
:param Sequence['GetBucketsBucketCorsRuleArgs'] cors_rules: A list of CORS rule configurations. Each element contains the following attributes:
|
|
@@ -3043,7 +3043,6 @@ class GetBucketsBucketResult(dict):
|
|
|
3043
3043
|
:param 'GetBucketsBucketLoggingArgs' logging: A list of one element containing configuration parameters used for storing access log information. It contains the following attributes:
|
|
3044
3044
|
:param str name: Bucket name.
|
|
3045
3045
|
:param str owner: Bucket owner.
|
|
3046
|
-
:param str policy: The policies configured for a specified bucket.
|
|
3047
3046
|
:param str redundancy_type: Redundancy type. Possible values: `LRS`, and `ZRS`.
|
|
3048
3047
|
:param 'GetBucketsBucketRefererConfigArgs' referer_config: A list of one element containing referer configuration. It contains the following attributes:
|
|
3049
3048
|
:param 'GetBucketsBucketServerSideEncryptionRuleArgs' server_side_encryption_rule: A configuration of default encryption for a bucket. It contains the following attributes:
|
|
@@ -3062,7 +3061,6 @@ class GetBucketsBucketResult(dict):
|
|
|
3062
3061
|
pulumi.set(__self__, "logging", logging)
|
|
3063
3062
|
pulumi.set(__self__, "name", name)
|
|
3064
3063
|
pulumi.set(__self__, "owner", owner)
|
|
3065
|
-
pulumi.set(__self__, "policy", policy)
|
|
3066
3064
|
pulumi.set(__self__, "redundancy_type", redundancy_type)
|
|
3067
3065
|
pulumi.set(__self__, "referer_config", referer_config)
|
|
3068
3066
|
pulumi.set(__self__, "server_side_encryption_rule", server_side_encryption_rule)
|
|
@@ -3070,6 +3068,8 @@ class GetBucketsBucketResult(dict):
|
|
|
3070
3068
|
pulumi.set(__self__, "tags", tags)
|
|
3071
3069
|
pulumi.set(__self__, "versioning", versioning)
|
|
3072
3070
|
pulumi.set(__self__, "website", website)
|
|
3071
|
+
if policy is not None:
|
|
3072
|
+
pulumi.set(__self__, "policy", policy)
|
|
3073
3073
|
|
|
3074
3074
|
@property
|
|
3075
3075
|
@pulumi.getter
|
|
@@ -3151,14 +3151,6 @@ class GetBucketsBucketResult(dict):
|
|
|
3151
3151
|
"""
|
|
3152
3152
|
return pulumi.get(self, "owner")
|
|
3153
3153
|
|
|
3154
|
-
@property
|
|
3155
|
-
@pulumi.getter
|
|
3156
|
-
def policy(self) -> str:
|
|
3157
|
-
"""
|
|
3158
|
-
The policies configured for a specified bucket.
|
|
3159
|
-
"""
|
|
3160
|
-
return pulumi.get(self, "policy")
|
|
3161
|
-
|
|
3162
3154
|
@property
|
|
3163
3155
|
@pulumi.getter(name="redundancyType")
|
|
3164
3156
|
def redundancy_type(self) -> str:
|
|
@@ -3215,6 +3207,11 @@ class GetBucketsBucketResult(dict):
|
|
|
3215
3207
|
"""
|
|
3216
3208
|
return pulumi.get(self, "website")
|
|
3217
3209
|
|
|
3210
|
+
@property
|
|
3211
|
+
@pulumi.getter
|
|
3212
|
+
def policy(self) -> Optional[str]:
|
|
3213
|
+
return pulumi.get(self, "policy")
|
|
3214
|
+
|
|
3218
3215
|
|
|
3219
3216
|
@pulumi.output_type
|
|
3220
3217
|
class GetBucketsBucketCorsRuleResult(dict):
|
|
@@ -3332,18 +3329,20 @@ class GetBucketsBucketLifecycleRuleResult(dict):
|
|
|
3332
3329
|
@pulumi.output_type
|
|
3333
3330
|
class GetBucketsBucketLifecycleRuleExpirationResult(dict):
|
|
3334
3331
|
def __init__(__self__, *,
|
|
3335
|
-
date: str,
|
|
3336
|
-
days: int):
|
|
3332
|
+
date: Optional[str] = None,
|
|
3333
|
+
days: Optional[int] = None):
|
|
3337
3334
|
"""
|
|
3338
3335
|
:param str date: Date after which the rule to take effect. The format is like 2017-03-09.
|
|
3339
3336
|
:param int days: Indicate the number of days after the last object update until the rules take effect.
|
|
3340
3337
|
"""
|
|
3341
|
-
|
|
3342
|
-
|
|
3338
|
+
if date is not None:
|
|
3339
|
+
pulumi.set(__self__, "date", date)
|
|
3340
|
+
if days is not None:
|
|
3341
|
+
pulumi.set(__self__, "days", days)
|
|
3343
3342
|
|
|
3344
3343
|
@property
|
|
3345
3344
|
@pulumi.getter
|
|
3346
|
-
def date(self) -> str:
|
|
3345
|
+
def date(self) -> Optional[str]:
|
|
3347
3346
|
"""
|
|
3348
3347
|
Date after which the rule to take effect. The format is like 2017-03-09.
|
|
3349
3348
|
"""
|
|
@@ -3351,7 +3350,7 @@ class GetBucketsBucketLifecycleRuleExpirationResult(dict):
|
|
|
3351
3350
|
|
|
3352
3351
|
@property
|
|
3353
3352
|
@pulumi.getter
|
|
3354
|
-
def days(self) -> int:
|
|
3353
|
+
def days(self) -> Optional[int]:
|
|
3355
3354
|
"""
|
|
3356
3355
|
Indicate the number of days after the last object update until the rules take effect.
|
|
3357
3356
|
"""
|
|
@@ -152,18 +152,7 @@ class ApplicationArgs:
|
|
|
152
152
|
**NOTE:** Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.
|
|
153
153
|
:param pulumi.Input['ApplicationReadinessV2Args'] readiness_v2: The readiness check settings of the container. If a container fails this health check multiple times, the container is stopped and then restarted. See `readiness_v2` below.
|
|
154
154
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
155
|
-
:param pulumi.Input[str] sls_configs:
|
|
156
|
-
* `projectName`: Configures the project name on SLS.
|
|
157
|
-
* `logDir`: Path to the logs.
|
|
158
|
-
* `logType`: Type of logs. stdout indicates container standard output logs, and only one can be set; if not set, it means collecting file logs.
|
|
159
|
-
* `logstoreName`: Configures the log store name on SLS.
|
|
160
|
-
* `logtailName`: Configures the log tail name on SLS; if not specified, it means creating a new log tail.
|
|
161
|
-
|
|
162
|
-
If you no longer need to use the SLS collection feature, you should set the value of this field to an empty string. There are two examples:
|
|
163
|
-
- Using SAE automatically created SLS resources: [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}].
|
|
164
|
-
- Using custom SLS resources: [{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}].
|
|
165
|
-
|
|
166
|
-
**NOTE:** Projects that are automatically created with applications will be deleted along with the application deletion. Therefore, when selecting existing projects, you cannot choose projects automatically created by SAE.
|
|
155
|
+
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
167
156
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
168
157
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
169
158
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
@@ -1032,18 +1021,7 @@ class ApplicationArgs:
|
|
|
1032
1021
|
@pulumi.getter(name="slsConfigs")
|
|
1033
1022
|
def sls_configs(self) -> Optional[pulumi.Input[str]]:
|
|
1034
1023
|
"""
|
|
1035
|
-
|
|
1036
|
-
* `projectName`: Configures the project name on SLS.
|
|
1037
|
-
* `logDir`: Path to the logs.
|
|
1038
|
-
* `logType`: Type of logs. stdout indicates container standard output logs, and only one can be set; if not set, it means collecting file logs.
|
|
1039
|
-
* `logstoreName`: Configures the log store name on SLS.
|
|
1040
|
-
* `logtailName`: Configures the log tail name on SLS; if not specified, it means creating a new log tail.
|
|
1041
|
-
|
|
1042
|
-
If you no longer need to use the SLS collection feature, you should set the value of this field to an empty string. There are two examples:
|
|
1043
|
-
- Using SAE automatically created SLS resources: [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}].
|
|
1044
|
-
- Using custom SLS resources: [{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}].
|
|
1045
|
-
|
|
1046
|
-
**NOTE:** Projects that are automatically created with applications will be deleted along with the application deletion. Therefore, when selecting existing projects, you cannot choose projects automatically created by SAE.
|
|
1024
|
+
SLS configuration.
|
|
1047
1025
|
"""
|
|
1048
1026
|
return pulumi.get(self, "sls_configs")
|
|
1049
1027
|
|
|
@@ -1333,18 +1311,7 @@ class _ApplicationState:
|
|
|
1333
1311
|
:param pulumi.Input['ApplicationReadinessV2Args'] readiness_v2: The readiness check settings of the container. If a container fails this health check multiple times, the container is stopped and then restarted. See `readiness_v2` below.
|
|
1334
1312
|
:param pulumi.Input[int] replicas: Initial number of instances.
|
|
1335
1313
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
1336
|
-
:param pulumi.Input[str] sls_configs:
|
|
1337
|
-
* `projectName`: Configures the project name on SLS.
|
|
1338
|
-
* `logDir`: Path to the logs.
|
|
1339
|
-
* `logType`: Type of logs. stdout indicates container standard output logs, and only one can be set; if not set, it means collecting file logs.
|
|
1340
|
-
* `logstoreName`: Configures the log store name on SLS.
|
|
1341
|
-
* `logtailName`: Configures the log tail name on SLS; if not specified, it means creating a new log tail.
|
|
1342
|
-
|
|
1343
|
-
If you no longer need to use the SLS collection feature, you should set the value of this field to an empty string. There are two examples:
|
|
1344
|
-
- Using SAE automatically created SLS resources: [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}].
|
|
1345
|
-
- Using custom SLS resources: [{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}].
|
|
1346
|
-
|
|
1347
|
-
**NOTE:** Projects that are automatically created with applications will be deleted along with the application deletion. Therefore, when selecting existing projects, you cannot choose projects automatically created by SAE.
|
|
1314
|
+
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
1348
1315
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
1349
1316
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
1350
1317
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
@@ -2216,18 +2183,7 @@ class _ApplicationState:
|
|
|
2216
2183
|
@pulumi.getter(name="slsConfigs")
|
|
2217
2184
|
def sls_configs(self) -> Optional[pulumi.Input[str]]:
|
|
2218
2185
|
"""
|
|
2219
|
-
|
|
2220
|
-
* `projectName`: Configures the project name on SLS.
|
|
2221
|
-
* `logDir`: Path to the logs.
|
|
2222
|
-
* `logType`: Type of logs. stdout indicates container standard output logs, and only one can be set; if not set, it means collecting file logs.
|
|
2223
|
-
* `logstoreName`: Configures the log store name on SLS.
|
|
2224
|
-
* `logtailName`: Configures the log tail name on SLS; if not specified, it means creating a new log tail.
|
|
2225
|
-
|
|
2226
|
-
If you no longer need to use the SLS collection feature, you should set the value of this field to an empty string. There are two examples:
|
|
2227
|
-
- Using SAE automatically created SLS resources: [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}].
|
|
2228
|
-
- Using custom SLS resources: [{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}].
|
|
2229
|
-
|
|
2230
|
-
**NOTE:** Projects that are automatically created with applications will be deleted along with the application deletion. Therefore, when selecting existing projects, you cannot choose projects automatically created by SAE.
|
|
2186
|
+
SLS configuration.
|
|
2231
2187
|
"""
|
|
2232
2188
|
return pulumi.get(self, "sls_configs")
|
|
2233
2189
|
|
|
@@ -2585,18 +2541,7 @@ class Application(pulumi.CustomResource):
|
|
|
2585
2541
|
:param pulumi.Input[Union['ApplicationReadinessV2Args', 'ApplicationReadinessV2ArgsDict']] readiness_v2: The readiness check settings of the container. If a container fails this health check multiple times, the container is stopped and then restarted. See `readiness_v2` below.
|
|
2586
2542
|
:param pulumi.Input[int] replicas: Initial number of instances.
|
|
2587
2543
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
2588
|
-
:param pulumi.Input[str] sls_configs:
|
|
2589
|
-
* `projectName`: Configures the project name on SLS.
|
|
2590
|
-
* `logDir`: Path to the logs.
|
|
2591
|
-
* `logType`: Type of logs. stdout indicates container standard output logs, and only one can be set; if not set, it means collecting file logs.
|
|
2592
|
-
* `logstoreName`: Configures the log store name on SLS.
|
|
2593
|
-
* `logtailName`: Configures the log tail name on SLS; if not specified, it means creating a new log tail.
|
|
2594
|
-
|
|
2595
|
-
If you no longer need to use the SLS collection feature, you should set the value of this field to an empty string. There are two examples:
|
|
2596
|
-
- Using SAE automatically created SLS resources: [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}].
|
|
2597
|
-
- Using custom SLS resources: [{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}].
|
|
2598
|
-
|
|
2599
|
-
**NOTE:** Projects that are automatically created with applications will be deleted along with the application deletion. Therefore, when selecting existing projects, you cannot choose projects automatically created by SAE.
|
|
2544
|
+
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
2600
2545
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
2601
2546
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
2602
2547
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
@@ -2998,18 +2943,7 @@ class Application(pulumi.CustomResource):
|
|
|
2998
2943
|
:param pulumi.Input[Union['ApplicationReadinessV2Args', 'ApplicationReadinessV2ArgsDict']] readiness_v2: The readiness check settings of the container. If a container fails this health check multiple times, the container is stopped and then restarted. See `readiness_v2` below.
|
|
2999
2944
|
:param pulumi.Input[int] replicas: Initial number of instances.
|
|
3000
2945
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
3001
|
-
:param pulumi.Input[str] sls_configs:
|
|
3002
|
-
* `projectName`: Configures the project name on SLS.
|
|
3003
|
-
* `logDir`: Path to the logs.
|
|
3004
|
-
* `logType`: Type of logs. stdout indicates container standard output logs, and only one can be set; if not set, it means collecting file logs.
|
|
3005
|
-
* `logstoreName`: Configures the log store name on SLS.
|
|
3006
|
-
* `logtailName`: Configures the log tail name on SLS; if not specified, it means creating a new log tail.
|
|
3007
|
-
|
|
3008
|
-
If you no longer need to use the SLS collection feature, you should set the value of this field to an empty string. There are two examples:
|
|
3009
|
-
- Using SAE automatically created SLS resources: [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}].
|
|
3010
|
-
- Using custom SLS resources: [{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}].
|
|
3011
|
-
|
|
3012
|
-
**NOTE:** Projects that are automatically created with applications will be deleted along with the application deletion. Therefore, when selecting existing projects, you cannot choose projects automatically created by SAE.
|
|
2946
|
+
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
3013
2947
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
3014
2948
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
3015
2949
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
@@ -3563,18 +3497,7 @@ class Application(pulumi.CustomResource):
|
|
|
3563
3497
|
@pulumi.getter(name="slsConfigs")
|
|
3564
3498
|
def sls_configs(self) -> pulumi.Output[Optional[str]]:
|
|
3565
3499
|
"""
|
|
3566
|
-
|
|
3567
|
-
* `projectName`: Configures the project name on SLS.
|
|
3568
|
-
* `logDir`: Path to the logs.
|
|
3569
|
-
* `logType`: Type of logs. stdout indicates container standard output logs, and only one can be set; if not set, it means collecting file logs.
|
|
3570
|
-
* `logstoreName`: Configures the log store name on SLS.
|
|
3571
|
-
* `logtailName`: Configures the log tail name on SLS; if not specified, it means creating a new log tail.
|
|
3572
|
-
|
|
3573
|
-
If you no longer need to use the SLS collection feature, you should set the value of this field to an empty string. There are two examples:
|
|
3574
|
-
- Using SAE automatically created SLS resources: [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}].
|
|
3575
|
-
- Using custom SLS resources: [{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}].
|
|
3576
|
-
|
|
3577
|
-
**NOTE:** Projects that are automatically created with applications will be deleted along with the application deletion. Therefore, when selecting existing projects, you cannot choose projects automatically created by SAE.
|
|
3500
|
+
SLS configuration.
|
|
3578
3501
|
"""
|
|
3579
3502
|
return pulumi.get(self, "sls_configs")
|
|
3580
3503
|
|
|
@@ -337,7 +337,7 @@ class CollectionPolicy(pulumi.CustomResource):
|
|
|
337
337
|
|
|
338
338
|
Orchestration policies for cloud product log collection.
|
|
339
339
|
|
|
340
|
-
For information about SLS Collection Policy and how to use it, see [What is Collection Policy](https://www.alibabacloud.com/help/
|
|
340
|
+
For information about SLS Collection Policy and how to use it, see [What is Collection Policy](https://www.alibabacloud.com/help/en/).
|
|
341
341
|
|
|
342
342
|
> **NOTE:** Available since v1.232.0.
|
|
343
343
|
|
|
@@ -372,7 +372,7 @@ class CollectionPolicy(pulumi.CustomResource):
|
|
|
372
372
|
|
|
373
373
|
Orchestration policies for cloud product log collection.
|
|
374
374
|
|
|
375
|
-
For information about SLS Collection Policy and how to use it, see [What is Collection Policy](https://www.alibabacloud.com/help/
|
|
375
|
+
For information about SLS Collection Policy and how to use it, see [What is Collection Policy](https://www.alibabacloud.com/help/en/).
|
|
376
376
|
|
|
377
377
|
> **NOTE:** Available since v1.232.0.
|
|
378
378
|
|
pulumi_alicloud/vpc/__init__.py
CHANGED
|
@@ -26,11 +26,6 @@ from .get_enhanced_nat_available_zones import *
|
|
|
26
26
|
from .get_flow_log_service import *
|
|
27
27
|
from .get_forward_entries import *
|
|
28
28
|
from .get_havips import *
|
|
29
|
-
from .get_ipam_ipam_pool_allocations import *
|
|
30
|
-
from .get_ipam_ipam_pool_cidrs import *
|
|
31
|
-
from .get_ipam_ipam_pools import *
|
|
32
|
-
from .get_ipam_ipam_scopes import *
|
|
33
|
-
from .get_ipam_ipams import *
|
|
34
29
|
from .get_ipsec_servers import *
|
|
35
30
|
from .get_ipv4_gateways import *
|
|
36
31
|
from .get_ipv6_addresses import *
|