pulumi-alicloud 3.59.0a1720785756__py3-none-any.whl → 3.59.1__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.

Files changed (123) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -61,17 +61,27 @@ class ChangeSetParameter(dict):
61
61
  def __init__(__self__, *,
62
62
  parameter_key: str,
63
63
  parameter_value: str):
64
+ """
65
+ :param str parameter_key: The parameter key.
66
+ :param str parameter_value: The parameter value.
67
+ """
64
68
  pulumi.set(__self__, "parameter_key", parameter_key)
65
69
  pulumi.set(__self__, "parameter_value", parameter_value)
66
70
 
67
71
  @property
68
72
  @pulumi.getter(name="parameterKey")
69
73
  def parameter_key(self) -> str:
74
+ """
75
+ The parameter key.
76
+ """
70
77
  return pulumi.get(self, "parameter_key")
71
78
 
72
79
  @property
73
80
  @pulumi.getter(name="parameterValue")
74
81
  def parameter_value(self) -> str:
82
+ """
83
+ The parameter value.
84
+ """
75
85
  return pulumi.get(self, "parameter_value")
76
86
 
77
87
 
@@ -99,6 +109,10 @@ class StackGroupParameter(dict):
99
109
  def __init__(__self__, *,
100
110
  parameter_key: Optional[str] = None,
101
111
  parameter_value: Optional[str] = None):
112
+ """
113
+ :param str parameter_key: The parameter key.
114
+ :param str parameter_value: The parameter value.
115
+ """
102
116
  if parameter_key is not None:
103
117
  pulumi.set(__self__, "parameter_key", parameter_key)
104
118
  if parameter_value is not None:
@@ -107,11 +121,17 @@ class StackGroupParameter(dict):
107
121
  @property
108
122
  @pulumi.getter(name="parameterKey")
109
123
  def parameter_key(self) -> Optional[str]:
124
+ """
125
+ The parameter key.
126
+ """
110
127
  return pulumi.get(self, "parameter_key")
111
128
 
112
129
  @property
113
130
  @pulumi.getter(name="parameterValue")
114
131
  def parameter_value(self) -> Optional[str]:
132
+ """
133
+ The parameter value.
134
+ """
115
135
  return pulumi.get(self, "parameter_value")
116
136
 
117
137
 
@@ -139,6 +159,10 @@ class StackInstanceParameterOverride(dict):
139
159
  def __init__(__self__, *,
140
160
  parameter_key: Optional[str] = None,
141
161
  parameter_value: Optional[str] = None):
162
+ """
163
+ :param str parameter_key: The key of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
164
+ :param str parameter_value: The value of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
165
+ """
142
166
  if parameter_key is not None:
143
167
  pulumi.set(__self__, "parameter_key", parameter_key)
144
168
  if parameter_value is not None:
@@ -147,11 +171,17 @@ class StackInstanceParameterOverride(dict):
147
171
  @property
148
172
  @pulumi.getter(name="parameterKey")
149
173
  def parameter_key(self) -> Optional[str]:
174
+ """
175
+ The key of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
176
+ """
150
177
  return pulumi.get(self, "parameter_key")
151
178
 
152
179
  @property
153
180
  @pulumi.getter(name="parameterValue")
154
181
  def parameter_value(self) -> Optional[str]:
182
+ """
183
+ The value of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
184
+ """
155
185
  return pulumi.get(self, "parameter_value")
156
186
 
157
187
 
@@ -179,6 +209,10 @@ class StackParameter(dict):
179
209
  def __init__(__self__, *,
180
210
  parameter_value: str,
181
211
  parameter_key: Optional[str] = None):
212
+ """
213
+ :param str parameter_value: The parameter value.
214
+ :param str parameter_key: The parameter key.
215
+ """
182
216
  pulumi.set(__self__, "parameter_value", parameter_value)
183
217
  if parameter_key is not None:
184
218
  pulumi.set(__self__, "parameter_key", parameter_key)
@@ -186,11 +220,17 @@ class StackParameter(dict):
186
220
  @property
187
221
  @pulumi.getter(name="parameterValue")
188
222
  def parameter_value(self) -> str:
223
+ """
224
+ The parameter value.
225
+ """
189
226
  return pulumi.get(self, "parameter_value")
190
227
 
191
228
  @property
192
229
  @pulumi.getter(name="parameterKey")
193
230
  def parameter_key(self) -> Optional[str]:
231
+ """
232
+ The parameter key.
233
+ """
194
234
  return pulumi.get(self, "parameter_key")
195
235
 
196
236
 
@@ -218,17 +258,27 @@ class TemplateScratchPreferenceParameter(dict):
218
258
  def __init__(__self__, *,
219
259
  parameter_key: str,
220
260
  parameter_value: str):
261
+ """
262
+ :param str parameter_key: Priority parameter key. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
263
+ :param str parameter_value: Priority parameter value. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
264
+ """
221
265
  pulumi.set(__self__, "parameter_key", parameter_key)
222
266
  pulumi.set(__self__, "parameter_value", parameter_value)
223
267
 
224
268
  @property
225
269
  @pulumi.getter(name="parameterKey")
226
270
  def parameter_key(self) -> str:
271
+ """
272
+ Priority parameter key. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
273
+ """
227
274
  return pulumi.get(self, "parameter_key")
228
275
 
229
276
  @property
230
277
  @pulumi.getter(name="parameterValue")
231
278
  def parameter_value(self) -> str:
279
+ """
280
+ Priority parameter value. For more information about values, see [supplementary instructions for request parameters](https://www.alibabacloud.com/help/zh/doc-detail/358846.html#h2-url-4).
281
+ """
232
282
  return pulumi.get(self, "parameter_value")
233
283
 
234
284
 
@@ -256,17 +306,27 @@ class TemplateScratchSourceResource(dict):
256
306
  def __init__(__self__, *,
257
307
  resource_id: str,
258
308
  resource_type: str):
309
+ """
310
+ :param str resource_id: The ID of the Source Resource.
311
+ :param str resource_type: The type of the Source resource.
312
+ """
259
313
  pulumi.set(__self__, "resource_id", resource_id)
260
314
  pulumi.set(__self__, "resource_type", resource_type)
261
315
 
262
316
  @property
263
317
  @pulumi.getter(name="resourceId")
264
318
  def resource_id(self) -> str:
319
+ """
320
+ The ID of the Source Resource.
321
+ """
265
322
  return pulumi.get(self, "resource_id")
266
323
 
267
324
  @property
268
325
  @pulumi.getter(name="resourceType")
269
326
  def resource_type(self) -> str:
327
+ """
328
+ The type of the Source resource.
329
+ """
270
330
  return pulumi.get(self, "resource_type")
271
331
 
272
332
 
@@ -294,6 +354,9 @@ class TemplateScratchSourceResourceGroup(dict):
294
354
  def __init__(__self__, *,
295
355
  resource_group_id: str,
296
356
  resource_type_filters: Optional[Sequence[str]] = None):
357
+ """
358
+ :param str resource_group_id: The ID of the Source Resource Group.
359
+ """
297
360
  pulumi.set(__self__, "resource_group_id", resource_group_id)
298
361
  if resource_type_filters is not None:
299
362
  pulumi.set(__self__, "resource_type_filters", resource_type_filters)
@@ -301,6 +364,9 @@ class TemplateScratchSourceResourceGroup(dict):
301
364
  @property
302
365
  @pulumi.getter(name="resourceGroupId")
303
366
  def resource_group_id(self) -> str:
367
+ """
368
+ The ID of the Source Resource Group.
369
+ """
304
370
  return pulumi.get(self, "resource_group_id")
305
371
 
306
372
  @property
@@ -333,6 +399,9 @@ class TemplateScratchSourceTag(dict):
333
399
  def __init__(__self__, *,
334
400
  resource_tags: Mapping[str, Any],
335
401
  resource_type_filters: Optional[Sequence[str]] = None):
402
+ """
403
+ :param Mapping[str, Any] resource_tags: Source label. **NOTE:** A maximum of 10 source labels can be configured.
404
+ """
336
405
  pulumi.set(__self__, "resource_tags", resource_tags)
337
406
  if resource_type_filters is not None:
338
407
  pulumi.set(__self__, "resource_type_filters", resource_type_filters)
@@ -340,6 +409,9 @@ class TemplateScratchSourceTag(dict):
340
409
  @property
341
410
  @pulumi.getter(name="resourceTags")
342
411
  def resource_tags(self) -> Mapping[str, Any]:
412
+ """
413
+ Source label. **NOTE:** A maximum of 10 source labels can be configured.
414
+ """
343
415
  return pulumi.get(self, "resource_tags")
344
416
 
345
417
  @property
@@ -787,6 +787,9 @@ class ApplicationPvtzDiscoverySvcPortProtocolArgs:
787
787
  def __init__(__self__, *,
788
788
  port: Optional[pulumi.Input[int]] = None,
789
789
  protocol: Optional[pulumi.Input[str]] = None):
790
+ """
791
+ :param pulumi.Input[str] protocol: The protocol. Valid values: `TCP` and `UDP`.
792
+ """
790
793
  if port is not None:
791
794
  pulumi.set(__self__, "port", port)
792
795
  if protocol is not None:
@@ -804,6 +807,9 @@ class ApplicationPvtzDiscoverySvcPortProtocolArgs:
804
807
  @property
805
808
  @pulumi.getter
806
809
  def protocol(self) -> Optional[pulumi.Input[str]]:
810
+ """
811
+ The protocol. Valid values: `TCP` and `UDP`.
812
+ """
807
813
  return pulumi.get(self, "protocol")
808
814
 
809
815
  @protocol.setter
@@ -1115,6 +1121,24 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
1115
1121
  slb_log_store: Optional[pulumi.Input[str]] = None,
1116
1122
  slb_project: Optional[pulumi.Input[str]] = None,
1117
1123
  vport: Optional[pulumi.Input[str]] = None):
1124
+ """
1125
+ :param pulumi.Input[int] metric_target_average_utilization: According to different `metric_type`, set the target value of the corresponding monitoring index.
1126
+ :param pulumi.Input[str] metric_type: Monitoring indicator trigger condition. Valid values: `CPU`, `MEMORY`, `tcpActiveConn`, `QPS`, `RT`, `SLB_QPS`, `SLB_RT`, `INTRANET_SLB_QPS` and `INTRANET_SLB_RT`. The values are described as follows:
1127
+ - CPU: CPU usage.
1128
+ - MEMORY: MEMORY usage.
1129
+ - tcpActiveConn: The average number of TCP active connections for a single instance in 30 seconds.
1130
+ - QPS: The average QPS of a single instance within 1 minute of JAVA application.
1131
+ - RT: The average response time of all service interfaces within 1 minute of JAVA application.
1132
+ - SLB_QPS: The average public network SLB QPS of a single instance within 15 seconds.
1133
+ - SLB_RT: The average response time of public network SLB within 15 seconds.
1134
+ - INTRANET_SLB_QPS: The average private network SLB QPS of a single instance within 15 seconds.
1135
+ - INTRANET_SLB_RT: The average response time of private network SLB within 15 seconds.
1136
+ **NOTE:** From version 1.206.0, `metric_type` can be set to `QPS`, `RT`, `INTRANET_SLB_QPS`, `INTRANET_SLB_RT`.
1137
+ :param pulumi.Input[str] slb_id: SLB ID.
1138
+ :param pulumi.Input[str] slb_log_store: The log store of the Log Service.
1139
+ :param pulumi.Input[str] slb_project: The project of the Log Service.
1140
+ :param pulumi.Input[str] vport: SLB listening port.
1141
+ """
1118
1142
  if metric_target_average_utilization is not None:
1119
1143
  pulumi.set(__self__, "metric_target_average_utilization", metric_target_average_utilization)
1120
1144
  if metric_type is not None:
@@ -1131,6 +1155,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
1131
1155
  @property
1132
1156
  @pulumi.getter(name="metricTargetAverageUtilization")
1133
1157
  def metric_target_average_utilization(self) -> Optional[pulumi.Input[int]]:
1158
+ """
1159
+ According to different `metric_type`, set the target value of the corresponding monitoring index.
1160
+ """
1134
1161
  return pulumi.get(self, "metric_target_average_utilization")
1135
1162
 
1136
1163
  @metric_target_average_utilization.setter
@@ -1140,6 +1167,19 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
1140
1167
  @property
1141
1168
  @pulumi.getter(name="metricType")
1142
1169
  def metric_type(self) -> Optional[pulumi.Input[str]]:
1170
+ """
1171
+ Monitoring indicator trigger condition. Valid values: `CPU`, `MEMORY`, `tcpActiveConn`, `QPS`, `RT`, `SLB_QPS`, `SLB_RT`, `INTRANET_SLB_QPS` and `INTRANET_SLB_RT`. The values are described as follows:
1172
+ - CPU: CPU usage.
1173
+ - MEMORY: MEMORY usage.
1174
+ - tcpActiveConn: The average number of TCP active connections for a single instance in 30 seconds.
1175
+ - QPS: The average QPS of a single instance within 1 minute of JAVA application.
1176
+ - RT: The average response time of all service interfaces within 1 minute of JAVA application.
1177
+ - SLB_QPS: The average public network SLB QPS of a single instance within 15 seconds.
1178
+ - SLB_RT: The average response time of public network SLB within 15 seconds.
1179
+ - INTRANET_SLB_QPS: The average private network SLB QPS of a single instance within 15 seconds.
1180
+ - INTRANET_SLB_RT: The average response time of private network SLB within 15 seconds.
1181
+ **NOTE:** From version 1.206.0, `metric_type` can be set to `QPS`, `RT`, `INTRANET_SLB_QPS`, `INTRANET_SLB_RT`.
1182
+ """
1143
1183
  return pulumi.get(self, "metric_type")
1144
1184
 
1145
1185
  @metric_type.setter
@@ -1149,6 +1189,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
1149
1189
  @property
1150
1190
  @pulumi.getter(name="slbId")
1151
1191
  def slb_id(self) -> Optional[pulumi.Input[str]]:
1192
+ """
1193
+ SLB ID.
1194
+ """
1152
1195
  return pulumi.get(self, "slb_id")
1153
1196
 
1154
1197
  @slb_id.setter
@@ -1158,6 +1201,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
1158
1201
  @property
1159
1202
  @pulumi.getter(name="slbLogStore")
1160
1203
  def slb_log_store(self) -> Optional[pulumi.Input[str]]:
1204
+ """
1205
+ The log store of the Log Service.
1206
+ """
1161
1207
  return pulumi.get(self, "slb_log_store")
1162
1208
 
1163
1209
  @slb_log_store.setter
@@ -1167,6 +1213,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
1167
1213
  @property
1168
1214
  @pulumi.getter(name="slbProject")
1169
1215
  def slb_project(self) -> Optional[pulumi.Input[str]]:
1216
+ """
1217
+ The project of the Log Service.
1218
+ """
1170
1219
  return pulumi.get(self, "slb_project")
1171
1220
 
1172
1221
  @slb_project.setter
@@ -1176,6 +1225,9 @@ class ApplicationScalingRuleScalingRuleMetricMetricArgs:
1176
1225
  @property
1177
1226
  @pulumi.getter
1178
1227
  def vport(self) -> Optional[pulumi.Input[str]]:
1228
+ """
1229
+ SLB listening port.
1230
+ """
1179
1231
  return pulumi.get(self, "vport")
1180
1232
 
1181
1233
  @vport.setter
@@ -1189,6 +1241,11 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
1189
1241
  disabled: Optional[pulumi.Input[bool]] = None,
1190
1242
  stabilization_window_seconds: Optional[pulumi.Input[int]] = None,
1191
1243
  step: Optional[pulumi.Input[int]] = None):
1244
+ """
1245
+ :param pulumi.Input[bool] disabled: Whether shrinkage is prohibited.
1246
+ :param pulumi.Input[int] stabilization_window_seconds: Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1247
+ :param pulumi.Input[int] step: Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1248
+ """
1192
1249
  if disabled is not None:
1193
1250
  pulumi.set(__self__, "disabled", disabled)
1194
1251
  if stabilization_window_seconds is not None:
@@ -1199,6 +1256,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
1199
1256
  @property
1200
1257
  @pulumi.getter
1201
1258
  def disabled(self) -> Optional[pulumi.Input[bool]]:
1259
+ """
1260
+ Whether shrinkage is prohibited.
1261
+ """
1202
1262
  return pulumi.get(self, "disabled")
1203
1263
 
1204
1264
  @disabled.setter
@@ -1208,6 +1268,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
1208
1268
  @property
1209
1269
  @pulumi.getter(name="stabilizationWindowSeconds")
1210
1270
  def stabilization_window_seconds(self) -> Optional[pulumi.Input[int]]:
1271
+ """
1272
+ Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1273
+ """
1211
1274
  return pulumi.get(self, "stabilization_window_seconds")
1212
1275
 
1213
1276
  @stabilization_window_seconds.setter
@@ -1217,6 +1280,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleDownRulesArgs:
1217
1280
  @property
1218
1281
  @pulumi.getter
1219
1282
  def step(self) -> Optional[pulumi.Input[int]]:
1283
+ """
1284
+ Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1285
+ """
1220
1286
  return pulumi.get(self, "step")
1221
1287
 
1222
1288
  @step.setter
@@ -1230,6 +1296,11 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
1230
1296
  disabled: Optional[pulumi.Input[bool]] = None,
1231
1297
  stabilization_window_seconds: Optional[pulumi.Input[int]] = None,
1232
1298
  step: Optional[pulumi.Input[int]] = None):
1299
+ """
1300
+ :param pulumi.Input[bool] disabled: Whether shrinkage is prohibited.
1301
+ :param pulumi.Input[int] stabilization_window_seconds: Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1302
+ :param pulumi.Input[int] step: Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1303
+ """
1233
1304
  if disabled is not None:
1234
1305
  pulumi.set(__self__, "disabled", disabled)
1235
1306
  if stabilization_window_seconds is not None:
@@ -1240,6 +1311,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
1240
1311
  @property
1241
1312
  @pulumi.getter
1242
1313
  def disabled(self) -> Optional[pulumi.Input[bool]]:
1314
+ """
1315
+ Whether shrinkage is prohibited.
1316
+ """
1243
1317
  return pulumi.get(self, "disabled")
1244
1318
 
1245
1319
  @disabled.setter
@@ -1249,6 +1323,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
1249
1323
  @property
1250
1324
  @pulumi.getter(name="stabilizationWindowSeconds")
1251
1325
  def stabilization_window_seconds(self) -> Optional[pulumi.Input[int]]:
1326
+ """
1327
+ Cooling time for expansion or contraction. Valid values: `0` to `3600`. Unit: seconds. The default is `0` seconds.
1328
+ """
1252
1329
  return pulumi.get(self, "stabilization_window_seconds")
1253
1330
 
1254
1331
  @stabilization_window_seconds.setter
@@ -1258,6 +1335,9 @@ class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs:
1258
1335
  @property
1259
1336
  @pulumi.getter
1260
1337
  def step(self) -> Optional[pulumi.Input[int]]:
1338
+ """
1339
+ Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.
1340
+ """
1261
1341
  return pulumi.get(self, "step")
1262
1342
 
1263
1343
  @step.setter
@@ -1343,6 +1423,10 @@ class ApplicationScalingRuleScalingRuleTimerScheduleArgs:
1343
1423
  max_replicas: Optional[pulumi.Input[int]] = None,
1344
1424
  min_replicas: Optional[pulumi.Input[int]] = None,
1345
1425
  target_replicas: Optional[pulumi.Input[int]] = None):
1426
+ """
1427
+ :param pulumi.Input[str] at_time: Trigger point in time. When supporting format: minutes, for example: `08:00`.
1428
+ :param pulumi.Input[int] target_replicas: This parameter can specify the number of instances to be applied or the minimum number of surviving instances per deployment. value range [1,50]. > **NOTE:** The attribute is valid when the attribute `scaling_rule_type` is `timing`.
1429
+ """
1346
1430
  if at_time is not None:
1347
1431
  pulumi.set(__self__, "at_time", at_time)
1348
1432
  if max_replicas is not None:
@@ -1355,6 +1439,9 @@ class ApplicationScalingRuleScalingRuleTimerScheduleArgs:
1355
1439
  @property
1356
1440
  @pulumi.getter(name="atTime")
1357
1441
  def at_time(self) -> Optional[pulumi.Input[str]]:
1442
+ """
1443
+ Trigger point in time. When supporting format: minutes, for example: `08:00`.
1444
+ """
1358
1445
  return pulumi.get(self, "at_time")
1359
1446
 
1360
1447
  @at_time.setter
@@ -1382,6 +1469,9 @@ class ApplicationScalingRuleScalingRuleTimerScheduleArgs:
1382
1469
  @property
1383
1470
  @pulumi.getter(name="targetReplicas")
1384
1471
  def target_replicas(self) -> Optional[pulumi.Input[int]]:
1472
+ """
1473
+ This parameter can specify the number of instances to be applied or the minimum number of surviving instances per deployment. value range [1,50]. > **NOTE:** The attribute is valid when the attribute `scaling_rule_type` is `timing`.
1474
+ """
1385
1475
  return pulumi.get(self, "target_replicas")
1386
1476
 
1387
1477
  @target_replicas.setter
@@ -1522,7 +1612,9 @@ class ApplicationUpdateStrategyV2BatchUpdateArgs:
1522
1612
  batch_wait_time: Optional[pulumi.Input[int]] = None,
1523
1613
  release_type: Optional[pulumi.Input[str]] = None):
1524
1614
  """
1615
+ :param pulumi.Input[int] batch: The number of batches in which you want to release the instances.
1525
1616
  :param pulumi.Input[int] batch_wait_time: The batch wait time.
1617
+ :param pulumi.Input[str] release_type: The processing method for the batches. Valid values: `auto` and `manual`.
1526
1618
  """
1527
1619
  if batch is not None:
1528
1620
  pulumi.set(__self__, "batch", batch)
@@ -1534,6 +1626,9 @@ class ApplicationUpdateStrategyV2BatchUpdateArgs:
1534
1626
  @property
1535
1627
  @pulumi.getter
1536
1628
  def batch(self) -> Optional[pulumi.Input[int]]:
1629
+ """
1630
+ The number of batches in which you want to release the instances.
1631
+ """
1537
1632
  return pulumi.get(self, "batch")
1538
1633
 
1539
1634
  @batch.setter
@@ -1555,6 +1650,9 @@ class ApplicationUpdateStrategyV2BatchUpdateArgs:
1555
1650
  @property
1556
1651
  @pulumi.getter(name="releaseType")
1557
1652
  def release_type(self) -> Optional[pulumi.Input[str]]:
1653
+ """
1654
+ The processing method for the batches. Valid values: `auto` and `manual`.
1655
+ """
1558
1656
  return pulumi.get(self, "release_type")
1559
1657
 
1560
1658
  @release_type.setter
@@ -1673,6 +1771,10 @@ class GreyTagRouteDubboRuleItemArgs:
1673
1771
  index: Optional[pulumi.Input[int]] = None,
1674
1772
  operator: Optional[pulumi.Input[str]] = None,
1675
1773
  value: Optional[pulumi.Input[str]] = None):
1774
+ """
1775
+ :param pulumi.Input[str] expr: The parameter value gets the expression.
1776
+ :param pulumi.Input[int] index: The parameter number.
1777
+ """
1676
1778
  if cond is not None:
1677
1779
  pulumi.set(__self__, "cond", cond)
1678
1780
  if expr is not None:
@@ -1696,6 +1798,9 @@ class GreyTagRouteDubboRuleItemArgs:
1696
1798
  @property
1697
1799
  @pulumi.getter
1698
1800
  def expr(self) -> Optional[pulumi.Input[str]]:
1801
+ """
1802
+ The parameter value gets the expression.
1803
+ """
1699
1804
  return pulumi.get(self, "expr")
1700
1805
 
1701
1806
  @expr.setter
@@ -1705,6 +1810,9 @@ class GreyTagRouteDubboRuleItemArgs:
1705
1810
  @property
1706
1811
  @pulumi.getter
1707
1812
  def index(self) -> Optional[pulumi.Input[int]]:
1813
+ """
1814
+ The parameter number.
1815
+ """
1708
1816
  return pulumi.get(self, "index")
1709
1817
 
1710
1818
  @index.setter
@@ -1793,6 +1901,10 @@ class GreyTagRouteScRuleItemArgs:
1793
1901
  operator: Optional[pulumi.Input[str]] = None,
1794
1902
  type: Optional[pulumi.Input[str]] = None,
1795
1903
  value: Optional[pulumi.Input[str]] = None):
1904
+ """
1905
+ :param pulumi.Input[str] name: The name of the parameter.
1906
+ :param pulumi.Input[str] type: The compare types. Valid values: `param`, `cookie`, `header`.
1907
+ """
1796
1908
  if cond is not None:
1797
1909
  pulumi.set(__self__, "cond", cond)
1798
1910
  if name is not None:
@@ -1816,6 +1928,9 @@ class GreyTagRouteScRuleItemArgs:
1816
1928
  @property
1817
1929
  @pulumi.getter
1818
1930
  def name(self) -> Optional[pulumi.Input[str]]:
1931
+ """
1932
+ The name of the parameter.
1933
+ """
1819
1934
  return pulumi.get(self, "name")
1820
1935
 
1821
1936
  @name.setter
@@ -1834,6 +1949,9 @@ class GreyTagRouteScRuleItemArgs:
1834
1949
  @property
1835
1950
  @pulumi.getter
1836
1951
  def type(self) -> Optional[pulumi.Input[str]]:
1952
+ """
1953
+ The compare types. Valid values: `param`, `cookie`, `header`.
1954
+ """
1837
1955
  return pulumi.get(self, "type")
1838
1956
 
1839
1957
  @type.setter