pulumi-alicloud 3.64.0a1729894283__py3-none-any.whl → 3.65.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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +35 -0
- pulumi_alicloud/amqp/instance.py +8 -8
- pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
- pulumi_alicloud/bss/get_open_api_products.py +4 -4
- pulumi_alicloud/cas/get_certificates.py +17 -1
- pulumi_alicloud/cas/get_service_certificates.py +153 -17
- pulumi_alicloud/cas/outputs.py +40 -36
- pulumi_alicloud/cen/instance.py +108 -53
- pulumi_alicloud/cen/transit_router_route_table_association.py +72 -68
- pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
- pulumi_alicloud/cloudfirewall/instance.py +64 -36
- pulumi_alicloud/cloudstoragegateway/gateway.py +134 -58
- pulumi_alicloud/cs/_inputs.py +390 -26
- pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
- pulumi_alicloud/cs/kubernetes.py +48 -35
- pulumi_alicloud/cs/managed_kubernetes.py +91 -35
- pulumi_alicloud/cs/node_pool.py +68 -14
- pulumi_alicloud/cs/outputs.py +293 -16
- pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
- pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
- pulumi_alicloud/databasefilesystem/instance.py +31 -0
- pulumi_alicloud/databasefilesystem/outputs.py +0 -4
- pulumi_alicloud/dns/get_alidns_records.py +26 -4
- pulumi_alicloud/dns/outputs.py +2 -2
- pulumi_alicloud/eais/instance.py +55 -57
- pulumi_alicloud/ecp/instance.py +177 -219
- pulumi_alicloud/ecs/disk.py +2 -2
- pulumi_alicloud/ecs/ecs_disk.py +142 -58
- pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
- pulumi_alicloud/ecs/instance.py +131 -98
- pulumi_alicloud/ecs/key_pair.py +1 -1
- pulumi_alicloud/ecs/launch_template.py +102 -0
- pulumi_alicloud/ecs/outputs.py +57 -24
- pulumi_alicloud/ens/disk.py +2 -2
- pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
- pulumi_alicloud/ess/_inputs.py +342 -2
- pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
- pulumi_alicloud/ess/outputs.py +226 -2
- pulumi_alicloud/ess/scaling_configuration.py +377 -1
- pulumi_alicloud/ess/scaling_group.py +54 -7
- pulumi_alicloud/fc/_inputs.py +3 -3
- pulumi_alicloud/fc/outputs.py +2 -2
- pulumi_alicloud/ga/_inputs.py +57 -22
- pulumi_alicloud/ga/outputs.py +39 -15
- pulumi_alicloud/governance/baseline.py +18 -18
- pulumi_alicloud/governance/get_baselines.py +18 -18
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/database.py +545 -0
- pulumi_alicloud/gpdb/instance.py +1 -1
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/outputs.py +18 -18
- pulumi_alicloud/kvstore/instance.py +24 -5
- pulumi_alicloud/log/alert.py +14 -14
- pulumi_alicloud/mse/__init__.py +2 -0
- pulumi_alicloud/mse/cluster.py +149 -51
- pulumi_alicloud/mse/engine_namespace.py +176 -74
- pulumi_alicloud/mse/get_clusters.py +70 -10
- pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
- pulumi_alicloud/mse/get_nacos_configs.py +394 -0
- pulumi_alicloud/mse/nacos_config.py +762 -0
- pulumi_alicloud/mse/outputs.py +165 -8
- pulumi_alicloud/nas/data_flow.py +6 -6
- pulumi_alicloud/nas/fileset.py +6 -6
- pulumi_alicloud/nas/lifecycle_policy.py +6 -6
- pulumi_alicloud/nas/recycle_bin.py +6 -6
- pulumi_alicloud/nas/snapshot.py +6 -6
- pulumi_alicloud/ocean/base_instance.py +2 -2
- pulumi_alicloud/pai/__init__.py +8 -0
- pulumi_alicloud/pai/workspace_workspace.py +447 -0
- pulumi_alicloud/polardb/cluster.py +176 -14
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
- pulumi_alicloud/privatelink/outputs.py +17 -6
- pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rds/instance.py +50 -3
- pulumi_alicloud/resourcemanager/get_folders.py +35 -28
- pulumi_alicloud/resourcemanager/outputs.py +8 -8
- pulumi_alicloud/servicemesh/_inputs.py +656 -174
- pulumi_alicloud/servicemesh/outputs.py +507 -117
- pulumi_alicloud/servicemesh/service_mesh.py +120 -78
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/_inputs.py +307 -0
- pulumi_alicloud/sls/collection_policy.py +561 -0
- pulumi_alicloud/sls/outputs.py +263 -0
- pulumi_alicloud/threatdetection/instance.py +331 -43
- pulumi_alicloud/vpc/subnet.py +59 -27
- pulumi_alicloud/vpc/switch.py +104 -87
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/RECORD +94 -88
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/kms/outputs.py
CHANGED
|
@@ -486,18 +486,18 @@ class GetSecretsSecretResult(dict):
|
|
|
486
486
|
version_id: str,
|
|
487
487
|
version_stages: Sequence[str]):
|
|
488
488
|
"""
|
|
489
|
-
:param str arn: (Available
|
|
490
|
-
:param str description: (Available
|
|
491
|
-
:param str encryption_key_id: (Available
|
|
489
|
+
:param str arn: (Available since v1.124.0) A mapping of tags to assign to the resource.
|
|
490
|
+
:param str description: (Available since v1.124.0) The description of the secret.
|
|
491
|
+
:param str encryption_key_id: (Available since v1.124.0) The ID of the KMS CMK that is used to encrypt the secret value.
|
|
492
492
|
:param str id: ID of the Kms Secret. The value is same as KMS secret_name.
|
|
493
493
|
:param str planned_delete_time: Schedule deletion time.
|
|
494
|
-
:param str secret_data: (Available
|
|
495
|
-
:param str secret_data_type: (Available
|
|
494
|
+
:param str secret_data: (Available since v1.124.0) The value of the secret that you want to create.
|
|
495
|
+
:param str secret_data_type: (Available since v1.124.0) The type of the secret data value.
|
|
496
496
|
:param str secret_name: Name of the KMS Secret.
|
|
497
|
-
:param str secret_type: (Available
|
|
498
|
-
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
499
|
-
:param str version_id: (Available
|
|
500
|
-
:param Sequence[str] version_stages: (Available
|
|
497
|
+
:param str secret_type: (Available since v1.124.0) The type of the secret.
|
|
498
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource, and can be used to filter secrets.
|
|
499
|
+
:param str version_id: (Available since v1.124.0) The version number of the initial version.
|
|
500
|
+
:param Sequence[str] version_stages: (Available since v1.124.0) The stage labels that mark the new secret version.
|
|
501
501
|
"""
|
|
502
502
|
pulumi.set(__self__, "arn", arn)
|
|
503
503
|
pulumi.set(__self__, "description", description)
|
|
@@ -516,7 +516,7 @@ class GetSecretsSecretResult(dict):
|
|
|
516
516
|
@pulumi.getter
|
|
517
517
|
def arn(self) -> str:
|
|
518
518
|
"""
|
|
519
|
-
(Available
|
|
519
|
+
(Available since v1.124.0) A mapping of tags to assign to the resource.
|
|
520
520
|
"""
|
|
521
521
|
return pulumi.get(self, "arn")
|
|
522
522
|
|
|
@@ -524,7 +524,7 @@ class GetSecretsSecretResult(dict):
|
|
|
524
524
|
@pulumi.getter
|
|
525
525
|
def description(self) -> str:
|
|
526
526
|
"""
|
|
527
|
-
(Available
|
|
527
|
+
(Available since v1.124.0) The description of the secret.
|
|
528
528
|
"""
|
|
529
529
|
return pulumi.get(self, "description")
|
|
530
530
|
|
|
@@ -532,7 +532,7 @@ class GetSecretsSecretResult(dict):
|
|
|
532
532
|
@pulumi.getter(name="encryptionKeyId")
|
|
533
533
|
def encryption_key_id(self) -> str:
|
|
534
534
|
"""
|
|
535
|
-
(Available
|
|
535
|
+
(Available since v1.124.0) The ID of the KMS CMK that is used to encrypt the secret value.
|
|
536
536
|
"""
|
|
537
537
|
return pulumi.get(self, "encryption_key_id")
|
|
538
538
|
|
|
@@ -556,7 +556,7 @@ class GetSecretsSecretResult(dict):
|
|
|
556
556
|
@pulumi.getter(name="secretData")
|
|
557
557
|
def secret_data(self) -> str:
|
|
558
558
|
"""
|
|
559
|
-
(Available
|
|
559
|
+
(Available since v1.124.0) The value of the secret that you want to create.
|
|
560
560
|
"""
|
|
561
561
|
return pulumi.get(self, "secret_data")
|
|
562
562
|
|
|
@@ -564,7 +564,7 @@ class GetSecretsSecretResult(dict):
|
|
|
564
564
|
@pulumi.getter(name="secretDataType")
|
|
565
565
|
def secret_data_type(self) -> str:
|
|
566
566
|
"""
|
|
567
|
-
(Available
|
|
567
|
+
(Available since v1.124.0) The type of the secret data value.
|
|
568
568
|
"""
|
|
569
569
|
return pulumi.get(self, "secret_data_type")
|
|
570
570
|
|
|
@@ -580,7 +580,7 @@ class GetSecretsSecretResult(dict):
|
|
|
580
580
|
@pulumi.getter(name="secretType")
|
|
581
581
|
def secret_type(self) -> str:
|
|
582
582
|
"""
|
|
583
|
-
(Available
|
|
583
|
+
(Available since v1.124.0) The type of the secret.
|
|
584
584
|
"""
|
|
585
585
|
return pulumi.get(self, "secret_type")
|
|
586
586
|
|
|
@@ -588,7 +588,7 @@ class GetSecretsSecretResult(dict):
|
|
|
588
588
|
@pulumi.getter
|
|
589
589
|
def tags(self) -> Mapping[str, str]:
|
|
590
590
|
"""
|
|
591
|
-
A mapping of tags to assign to the resource.
|
|
591
|
+
A mapping of tags to assign to the resource, and can be used to filter secrets.
|
|
592
592
|
"""
|
|
593
593
|
return pulumi.get(self, "tags")
|
|
594
594
|
|
|
@@ -596,7 +596,7 @@ class GetSecretsSecretResult(dict):
|
|
|
596
596
|
@pulumi.getter(name="versionId")
|
|
597
597
|
def version_id(self) -> str:
|
|
598
598
|
"""
|
|
599
|
-
(Available
|
|
599
|
+
(Available since v1.124.0) The version number of the initial version.
|
|
600
600
|
"""
|
|
601
601
|
return pulumi.get(self, "version_id")
|
|
602
602
|
|
|
@@ -604,7 +604,7 @@ class GetSecretsSecretResult(dict):
|
|
|
604
604
|
@pulumi.getter(name="versionStages")
|
|
605
605
|
def version_stages(self) -> Sequence[str]:
|
|
606
606
|
"""
|
|
607
|
-
(Available
|
|
607
|
+
(Available since v1.124.0) The stage labels that mark the new secret version.
|
|
608
608
|
"""
|
|
609
609
|
return pulumi.get(self, "version_stages")
|
|
610
610
|
|
|
@@ -28,6 +28,7 @@ class InstanceArgs:
|
|
|
28
28
|
backup_id: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
30
30
|
backup_time: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
31
32
|
business_info: Optional[pulumi.Input[str]] = None,
|
|
32
33
|
capacity: Optional[pulumi.Input[int]] = None,
|
|
33
34
|
config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
@@ -92,6 +93,7 @@ class InstanceArgs:
|
|
|
92
93
|
:param pulumi.Input[str] backup_id: The ID of the backup file of the source instance.
|
|
93
94
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup period.
|
|
94
95
|
:param pulumi.Input[str] backup_time: Backup time, the format is HH:mmZ-HH:mmZ (UTC time).
|
|
96
|
+
:param pulumi.Input[int] bandwidth: The total bandwidth of the instance. **NOTE:** From version 1.232.0, `bandwidth` can be set. If the instance is a cluster instance, `bandwidth` must be divisible by the number of `shard_count` in the instance, and if the instance is a read/write splitting instance, `bandwidth` cannot be set.
|
|
95
97
|
:param pulumi.Input[str] business_info: The ID of the event or the business information.
|
|
96
98
|
:param pulumi.Input[int] capacity: The storage capacity of the KVStore DBInstance. Unit: MB.
|
|
97
99
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The configuration of the KVStore DBInstance. Available parameters can refer to the latest docs [Instance configurations table](https://www.alibabacloud.com/help/en/redis/user-guide/supported-parameters).
|
|
@@ -174,6 +176,8 @@ class InstanceArgs:
|
|
|
174
176
|
pulumi.set(__self__, "backup_periods", backup_periods)
|
|
175
177
|
if backup_time is not None:
|
|
176
178
|
pulumi.set(__self__, "backup_time", backup_time)
|
|
179
|
+
if bandwidth is not None:
|
|
180
|
+
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
177
181
|
if business_info is not None:
|
|
178
182
|
pulumi.set(__self__, "business_info", business_info)
|
|
179
183
|
if capacity is not None:
|
|
@@ -388,6 +392,18 @@ class InstanceArgs:
|
|
|
388
392
|
def backup_time(self, value: Optional[pulumi.Input[str]]):
|
|
389
393
|
pulumi.set(self, "backup_time", value)
|
|
390
394
|
|
|
395
|
+
@property
|
|
396
|
+
@pulumi.getter
|
|
397
|
+
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
398
|
+
"""
|
|
399
|
+
The total bandwidth of the instance. **NOTE:** From version 1.232.0, `bandwidth` can be set. If the instance is a cluster instance, `bandwidth` must be divisible by the number of `shard_count` in the instance, and if the instance is a read/write splitting instance, `bandwidth` cannot be set.
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "bandwidth")
|
|
402
|
+
|
|
403
|
+
@bandwidth.setter
|
|
404
|
+
def bandwidth(self, value: Optional[pulumi.Input[int]]):
|
|
405
|
+
pulumi.set(self, "bandwidth", value)
|
|
406
|
+
|
|
391
407
|
@property
|
|
392
408
|
@pulumi.getter(name="businessInfo")
|
|
393
409
|
def business_info(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1144,7 +1160,7 @@ class _InstanceState:
|
|
|
1144
1160
|
:param pulumi.Input[str] backup_id: The ID of the backup file of the source instance.
|
|
1145
1161
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup period.
|
|
1146
1162
|
:param pulumi.Input[str] backup_time: Backup time, the format is HH:mmZ-HH:mmZ (UTC time).
|
|
1147
|
-
:param pulumi.Input[int] bandwidth: The bandwidth.
|
|
1163
|
+
:param pulumi.Input[int] bandwidth: The total bandwidth of the instance. **NOTE:** From version 1.232.0, `bandwidth` can be set. If the instance is a cluster instance, `bandwidth` must be divisible by the number of `shard_count` in the instance, and if the instance is a read/write splitting instance, `bandwidth` cannot be set.
|
|
1148
1164
|
:param pulumi.Input[str] business_info: The ID of the event or the business information.
|
|
1149
1165
|
:param pulumi.Input[int] capacity: The storage capacity of the KVStore DBInstance. Unit: MB.
|
|
1150
1166
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The configuration of the KVStore DBInstance. Available parameters can refer to the latest docs [Instance configurations table](https://www.alibabacloud.com/help/en/redis/user-guide/supported-parameters).
|
|
@@ -1465,7 +1481,7 @@ class _InstanceState:
|
|
|
1465
1481
|
@pulumi.getter
|
|
1466
1482
|
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
1467
1483
|
"""
|
|
1468
|
-
The bandwidth.
|
|
1484
|
+
The total bandwidth of the instance. **NOTE:** From version 1.232.0, `bandwidth` can be set. If the instance is a cluster instance, `bandwidth` must be divisible by the number of `shard_count` in the instance, and if the instance is a read/write splitting instance, `bandwidth` cannot be set.
|
|
1469
1485
|
"""
|
|
1470
1486
|
return pulumi.get(self, "bandwidth")
|
|
1471
1487
|
|
|
@@ -2222,6 +2238,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2222
2238
|
backup_id: Optional[pulumi.Input[str]] = None,
|
|
2223
2239
|
backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2224
2240
|
backup_time: Optional[pulumi.Input[str]] = None,
|
|
2241
|
+
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
2225
2242
|
business_info: Optional[pulumi.Input[str]] = None,
|
|
2226
2243
|
capacity: Optional[pulumi.Input[int]] = None,
|
|
2227
2244
|
config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
@@ -2296,6 +2313,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2296
2313
|
:param pulumi.Input[str] backup_id: The ID of the backup file of the source instance.
|
|
2297
2314
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup period.
|
|
2298
2315
|
:param pulumi.Input[str] backup_time: Backup time, the format is HH:mmZ-HH:mmZ (UTC time).
|
|
2316
|
+
:param pulumi.Input[int] bandwidth: The total bandwidth of the instance. **NOTE:** From version 1.232.0, `bandwidth` can be set. If the instance is a cluster instance, `bandwidth` must be divisible by the number of `shard_count` in the instance, and if the instance is a read/write splitting instance, `bandwidth` cannot be set.
|
|
2299
2317
|
:param pulumi.Input[str] business_info: The ID of the event or the business information.
|
|
2300
2318
|
:param pulumi.Input[int] capacity: The storage capacity of the KVStore DBInstance. Unit: MB.
|
|
2301
2319
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The configuration of the KVStore DBInstance. Available parameters can refer to the latest docs [Instance configurations table](https://www.alibabacloud.com/help/en/redis/user-guide/supported-parameters).
|
|
@@ -2398,6 +2416,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2398
2416
|
backup_id: Optional[pulumi.Input[str]] = None,
|
|
2399
2417
|
backup_periods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2400
2418
|
backup_time: Optional[pulumi.Input[str]] = None,
|
|
2419
|
+
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
2401
2420
|
business_info: Optional[pulumi.Input[str]] = None,
|
|
2402
2421
|
capacity: Optional[pulumi.Input[int]] = None,
|
|
2403
2422
|
config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
@@ -2469,6 +2488,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2469
2488
|
__props__.__dict__["backup_id"] = backup_id
|
|
2470
2489
|
__props__.__dict__["backup_periods"] = backup_periods
|
|
2471
2490
|
__props__.__dict__["backup_time"] = backup_time
|
|
2491
|
+
__props__.__dict__["bandwidth"] = bandwidth
|
|
2472
2492
|
__props__.__dict__["business_info"] = business_info
|
|
2473
2493
|
__props__.__dict__["capacity"] = capacity
|
|
2474
2494
|
__props__.__dict__["config"] = config
|
|
@@ -2524,7 +2544,6 @@ class Instance(pulumi.CustomResource):
|
|
|
2524
2544
|
__props__.__dict__["vpc_auth_mode"] = vpc_auth_mode
|
|
2525
2545
|
__props__.__dict__["vswitch_id"] = vswitch_id
|
|
2526
2546
|
__props__.__dict__["zone_id"] = zone_id
|
|
2527
|
-
__props__.__dict__["bandwidth"] = None
|
|
2528
2547
|
__props__.__dict__["connection_domain"] = None
|
|
2529
2548
|
__props__.__dict__["connection_string"] = None
|
|
2530
2549
|
__props__.__dict__["end_time"] = None
|
|
@@ -2624,7 +2643,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2624
2643
|
:param pulumi.Input[str] backup_id: The ID of the backup file of the source instance.
|
|
2625
2644
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: Backup period.
|
|
2626
2645
|
:param pulumi.Input[str] backup_time: Backup time, the format is HH:mmZ-HH:mmZ (UTC time).
|
|
2627
|
-
:param pulumi.Input[int] bandwidth: The bandwidth.
|
|
2646
|
+
:param pulumi.Input[int] bandwidth: The total bandwidth of the instance. **NOTE:** From version 1.232.0, `bandwidth` can be set. If the instance is a cluster instance, `bandwidth` must be divisible by the number of `shard_count` in the instance, and if the instance is a read/write splitting instance, `bandwidth` cannot be set.
|
|
2628
2647
|
:param pulumi.Input[str] business_info: The ID of the event or the business information.
|
|
2629
2648
|
:param pulumi.Input[int] capacity: The storage capacity of the KVStore DBInstance. Unit: MB.
|
|
2630
2649
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The configuration of the KVStore DBInstance. Available parameters can refer to the latest docs [Instance configurations table](https://www.alibabacloud.com/help/en/redis/user-guide/supported-parameters).
|
|
@@ -2830,7 +2849,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2830
2849
|
@pulumi.getter
|
|
2831
2850
|
def bandwidth(self) -> pulumi.Output[int]:
|
|
2832
2851
|
"""
|
|
2833
|
-
The bandwidth.
|
|
2852
|
+
The total bandwidth of the instance. **NOTE:** From version 1.232.0, `bandwidth` can be set. If the instance is a cluster instance, `bandwidth` must be divisible by the number of `shard_count` in the instance, and if the instance is a read/write splitting instance, `bandwidth` cannot be set.
|
|
2834
2853
|
"""
|
|
2835
2854
|
return pulumi.get(self, "bandwidth")
|
|
2836
2855
|
|
pulumi_alicloud/log/alert.py
CHANGED
|
@@ -1251,14 +1251,14 @@ class Alert(pulumi.CustomResource):
|
|
|
1251
1251
|
"annotations": {},
|
|
1252
1252
|
"tokens": {
|
|
1253
1253
|
"interval_minute": "5",
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1254
|
+
"default.action_policy": "sls.app.ack.builtin",
|
|
1255
|
+
"default.severity": "6",
|
|
1256
|
+
"sendResolved": "false",
|
|
1257
|
+
"default.project": example.project_name,
|
|
1258
|
+
"default.logstore": "k8s-event",
|
|
1259
|
+
"default.repeatInterval": "4h",
|
|
1260
1260
|
"trigger_threshold": "1",
|
|
1261
|
-
"
|
|
1261
|
+
"default.clusterId": "example-cluster-id",
|
|
1262
1262
|
},
|
|
1263
1263
|
})
|
|
1264
1264
|
```
|
|
@@ -1549,14 +1549,14 @@ class Alert(pulumi.CustomResource):
|
|
|
1549
1549
|
"annotations": {},
|
|
1550
1550
|
"tokens": {
|
|
1551
1551
|
"interval_minute": "5",
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1552
|
+
"default.action_policy": "sls.app.ack.builtin",
|
|
1553
|
+
"default.severity": "6",
|
|
1554
|
+
"sendResolved": "false",
|
|
1555
|
+
"default.project": example.project_name,
|
|
1556
|
+
"default.logstore": "k8s-event",
|
|
1557
|
+
"default.repeatInterval": "4h",
|
|
1558
1558
|
"trigger_threshold": "1",
|
|
1559
|
-
"
|
|
1559
|
+
"default.clusterId": "example-cluster-id",
|
|
1560
1560
|
},
|
|
1561
1561
|
})
|
|
1562
1562
|
```
|
pulumi_alicloud/mse/__init__.py
CHANGED
|
@@ -11,7 +11,9 @@ from .gateway import *
|
|
|
11
11
|
from .get_clusters import *
|
|
12
12
|
from .get_engine_namespaces import *
|
|
13
13
|
from .get_gateways import *
|
|
14
|
+
from .get_nacos_configs import *
|
|
14
15
|
from .get_znodes import *
|
|
16
|
+
from .nacos_config import *
|
|
15
17
|
from .znode import *
|
|
16
18
|
from ._inputs import *
|
|
17
19
|
from . import outputs
|