pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721711921__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 (107) 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/cfg/_inputs.py +20 -0
  13. pulumi_alicloud/cfg/outputs.py +20 -0
  14. pulumi_alicloud/clickhouse/outputs.py +4 -0
  15. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  16. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  17. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  18. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  19. pulumi_alicloud/cms/_inputs.py +188 -0
  20. pulumi_alicloud/cms/outputs.py +228 -0
  21. pulumi_alicloud/compute/_inputs.py +4 -0
  22. pulumi_alicloud/compute/outputs.py +4 -0
  23. pulumi_alicloud/cs/_inputs.py +22 -0
  24. pulumi_alicloud/cs/outputs.py +22 -0
  25. pulumi_alicloud/databasegateway/outputs.py +42 -0
  26. pulumi_alicloud/dcdn/_inputs.py +532 -0
  27. pulumi_alicloud/dcdn/outputs.py +532 -0
  28. pulumi_alicloud/ddos/_inputs.py +162 -0
  29. pulumi_alicloud/ddos/outputs.py +162 -0
  30. pulumi_alicloud/ebs/_inputs.py +22 -0
  31. pulumi_alicloud/ebs/outputs.py +22 -0
  32. pulumi_alicloud/eci/_inputs.py +92 -0
  33. pulumi_alicloud/eci/outputs.py +92 -0
  34. pulumi_alicloud/ecs/_inputs.py +70 -0
  35. pulumi_alicloud/ecs/outputs.py +180 -0
  36. pulumi_alicloud/edas/_inputs.py +28 -0
  37. pulumi_alicloud/edas/outputs.py +28 -0
  38. pulumi_alicloud/ehpc/_inputs.py +6 -0
  39. pulumi_alicloud/ehpc/outputs.py +6 -0
  40. pulumi_alicloud/emr/_inputs.py +134 -0
  41. pulumi_alicloud/emr/outputs.py +148 -0
  42. pulumi_alicloud/emrv2/_inputs.py +224 -0
  43. pulumi_alicloud/emrv2/outputs.py +224 -0
  44. pulumi_alicloud/ess/_inputs.py +24 -0
  45. pulumi_alicloud/ess/outputs.py +24 -0
  46. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  47. pulumi_alicloud/eventbridge/outputs.py +156 -0
  48. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  49. pulumi_alicloud/expressconnect/outputs.py +12 -0
  50. pulumi_alicloud/fc/_inputs.py +32 -0
  51. pulumi_alicloud/fc/outputs.py +32 -0
  52. pulumi_alicloud/ga/_inputs.py +24 -0
  53. pulumi_alicloud/ga/outputs.py +24 -0
  54. pulumi_alicloud/gpdb/_inputs.py +48 -0
  55. pulumi_alicloud/gpdb/outputs.py +60 -0
  56. pulumi_alicloud/hbr/_inputs.py +68 -0
  57. pulumi_alicloud/hbr/outputs.py +68 -0
  58. pulumi_alicloud/imp/_inputs.py +14 -0
  59. pulumi_alicloud/imp/outputs.py +14 -0
  60. pulumi_alicloud/log/_inputs.py +14 -0
  61. pulumi_alicloud/log/outputs.py +14 -0
  62. pulumi_alicloud/maxcompute/_inputs.py +18 -0
  63. pulumi_alicloud/maxcompute/outputs.py +18 -0
  64. pulumi_alicloud/mongodb/_inputs.py +14 -0
  65. pulumi_alicloud/mongodb/outputs.py +14 -0
  66. pulumi_alicloud/oss/_inputs.py +100 -0
  67. pulumi_alicloud/oss/outputs.py +100 -0
  68. pulumi_alicloud/ots/_inputs.py +60 -0
  69. pulumi_alicloud/ots/outputs.py +60 -0
  70. pulumi_alicloud/polardb/_inputs.py +10 -0
  71. pulumi_alicloud/polardb/outputs.py +10 -0
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/pvtz/outputs.py +18 -0
  74. pulumi_alicloud/quotas/_inputs.py +10 -0
  75. pulumi_alicloud/quotas/outputs.py +10 -0
  76. pulumi_alicloud/ram/_inputs.py +24 -0
  77. pulumi_alicloud/ram/outputs.py +24 -0
  78. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  79. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  80. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  81. pulumi_alicloud/rocketmq/outputs.py +36 -0
  82. pulumi_alicloud/ros/_inputs.py +72 -0
  83. pulumi_alicloud/ros/outputs.py +72 -0
  84. pulumi_alicloud/sae/_inputs.py +118 -0
  85. pulumi_alicloud/sae/outputs.py +118 -0
  86. pulumi_alicloud/scdn/_inputs.py +56 -0
  87. pulumi_alicloud/scdn/outputs.py +56 -0
  88. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  89. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  90. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  91. pulumi_alicloud/servicemesh/outputs.py +154 -0
  92. pulumi_alicloud/sls/_inputs.py +186 -0
  93. pulumi_alicloud/sls/outputs.py +186 -0
  94. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  95. pulumi_alicloud/threatdetection/outputs.py +32 -0
  96. pulumi_alicloud/vod/_inputs.py +18 -0
  97. pulumi_alicloud/vod/outputs.py +18 -0
  98. pulumi_alicloud/vpc/_inputs.py +32 -0
  99. pulumi_alicloud/vpc/outputs.py +32 -0
  100. pulumi_alicloud/vpn/_inputs.py +10 -0
  101. pulumi_alicloud/vpn/outputs.py +14 -0
  102. pulumi_alicloud/wafv3/_inputs.py +10 -0
  103. pulumi_alicloud/wafv3/outputs.py +10 -0
  104. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/top_level.txt +0 -0
@@ -84,6 +84,15 @@ class SearchIndexSchemaFieldSchemaArgs:
84
84
  index: Optional[pulumi.Input[bool]] = None,
85
85
  is_array: Optional[pulumi.Input[bool]] = None,
86
86
  store: Optional[pulumi.Input[bool]] = None):
87
+ """
88
+ :param pulumi.Input[str] field_name: The name of the field that is used to sort data. only required if sorter_type is FieldSort.
89
+ :param pulumi.Input[str] field_type: Specifies the type of the field. Use FieldType.XXX to set the type.
90
+ :param pulumi.Input[str] analyzer: Specifies the type of the analyzer that you want to use. If fieldType is set to Text, you can configure this parameter. Otherwise, the default analyzer type single-word tokenization is used.
91
+ :param pulumi.Input[bool] enable_sort_and_agg: Specifies whether to enable sorting and aggregation. Type: Boolean. Sorting can be enabled only for fields for which enable_sort_and_agg is set to true.
92
+ :param pulumi.Input[bool] index: Specifies whether to enable indexing for the column. Type: Boolean.
93
+ :param pulumi.Input[bool] is_array: Specifies whether the value is an array. Type: Boolean.
94
+ :param pulumi.Input[bool] store: Specifies whether to store the value of the field in the search index. Type: Boolean. If you set store to true, you can read the value of the field from the search index without querying the data table. This improves query performance.
95
+ """
87
96
  pulumi.set(__self__, "field_name", field_name)
88
97
  pulumi.set(__self__, "field_type", field_type)
89
98
  if analyzer is not None:
@@ -100,6 +109,9 @@ class SearchIndexSchemaFieldSchemaArgs:
100
109
  @property
101
110
  @pulumi.getter(name="fieldName")
102
111
  def field_name(self) -> pulumi.Input[str]:
112
+ """
113
+ The name of the field that is used to sort data. only required if sorter_type is FieldSort.
114
+ """
103
115
  return pulumi.get(self, "field_name")
104
116
 
105
117
  @field_name.setter
@@ -109,6 +121,9 @@ class SearchIndexSchemaFieldSchemaArgs:
109
121
  @property
110
122
  @pulumi.getter(name="fieldType")
111
123
  def field_type(self) -> pulumi.Input[str]:
124
+ """
125
+ Specifies the type of the field. Use FieldType.XXX to set the type.
126
+ """
112
127
  return pulumi.get(self, "field_type")
113
128
 
114
129
  @field_type.setter
@@ -118,6 +133,9 @@ class SearchIndexSchemaFieldSchemaArgs:
118
133
  @property
119
134
  @pulumi.getter
120
135
  def analyzer(self) -> Optional[pulumi.Input[str]]:
136
+ """
137
+ Specifies the type of the analyzer that you want to use. If fieldType is set to Text, you can configure this parameter. Otherwise, the default analyzer type single-word tokenization is used.
138
+ """
121
139
  return pulumi.get(self, "analyzer")
122
140
 
123
141
  @analyzer.setter
@@ -127,6 +145,9 @@ class SearchIndexSchemaFieldSchemaArgs:
127
145
  @property
128
146
  @pulumi.getter(name="enableSortAndAgg")
129
147
  def enable_sort_and_agg(self) -> Optional[pulumi.Input[bool]]:
148
+ """
149
+ Specifies whether to enable sorting and aggregation. Type: Boolean. Sorting can be enabled only for fields for which enable_sort_and_agg is set to true.
150
+ """
130
151
  return pulumi.get(self, "enable_sort_and_agg")
131
152
 
132
153
  @enable_sort_and_agg.setter
@@ -136,6 +157,9 @@ class SearchIndexSchemaFieldSchemaArgs:
136
157
  @property
137
158
  @pulumi.getter
138
159
  def index(self) -> Optional[pulumi.Input[bool]]:
160
+ """
161
+ Specifies whether to enable indexing for the column. Type: Boolean.
162
+ """
139
163
  return pulumi.get(self, "index")
140
164
 
141
165
  @index.setter
@@ -145,6 +169,9 @@ class SearchIndexSchemaFieldSchemaArgs:
145
169
  @property
146
170
  @pulumi.getter(name="isArray")
147
171
  def is_array(self) -> Optional[pulumi.Input[bool]]:
172
+ """
173
+ Specifies whether the value is an array. Type: Boolean.
174
+ """
148
175
  return pulumi.get(self, "is_array")
149
176
 
150
177
  @is_array.setter
@@ -154,6 +181,9 @@ class SearchIndexSchemaFieldSchemaArgs:
154
181
  @property
155
182
  @pulumi.getter
156
183
  def store(self) -> Optional[pulumi.Input[bool]]:
184
+ """
185
+ Specifies whether to store the value of the field in the search index. Type: Boolean. If you set store to true, you can read the value of the field from the search index without querying the data table. This improves query performance.
186
+ """
157
187
  return pulumi.get(self, "store")
158
188
 
159
189
  @store.setter
@@ -165,12 +195,18 @@ class SearchIndexSchemaFieldSchemaArgs:
165
195
  class SearchIndexSchemaIndexSettingArgs:
166
196
  def __init__(__self__, *,
167
197
  routing_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
198
+ """
199
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] routing_fields: Specifies custom routing fields. You can specify some primary key columns as routing fields. Tablestore distributes data that is written to a search index across different partitions based on the specified routing fields. The data whose routing field values are the same is distributed to the same partition.
200
+ """
168
201
  if routing_fields is not None:
169
202
  pulumi.set(__self__, "routing_fields", routing_fields)
170
203
 
171
204
  @property
172
205
  @pulumi.getter(name="routingFields")
173
206
  def routing_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
207
+ """
208
+ Specifies custom routing fields. You can specify some primary key columns as routing fields. Tablestore distributes data that is written to a search index across different partitions based on the specified routing fields. The data whose routing field values are the same is distributed to the same partition.
209
+ """
174
210
  return pulumi.get(self, "routing_fields")
175
211
 
176
212
  @routing_fields.setter
@@ -182,11 +218,17 @@ class SearchIndexSchemaIndexSettingArgs:
182
218
  class SearchIndexSchemaIndexSortArgs:
183
219
  def __init__(__self__, *,
184
220
  sorters: pulumi.Input[Sequence[pulumi.Input['SearchIndexSchemaIndexSortSorterArgs']]]):
221
+ """
222
+ :param pulumi.Input[Sequence[pulumi.Input['SearchIndexSchemaIndexSortSorterArgs']]] sorters: Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See `sorter` below.
223
+ """
185
224
  pulumi.set(__self__, "sorters", sorters)
186
225
 
187
226
  @property
188
227
  @pulumi.getter
189
228
  def sorters(self) -> pulumi.Input[Sequence[pulumi.Input['SearchIndexSchemaIndexSortSorterArgs']]]:
229
+ """
230
+ Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See `sorter` below.
231
+ """
190
232
  return pulumi.get(self, "sorters")
191
233
 
192
234
  @sorters.setter
@@ -201,6 +243,12 @@ class SearchIndexSchemaIndexSortSorterArgs:
201
243
  mode: Optional[pulumi.Input[str]] = None,
202
244
  order: Optional[pulumi.Input[str]] = None,
203
245
  sorter_type: Optional[pulumi.Input[str]] = None):
246
+ """
247
+ :param pulumi.Input[str] field_name: The name of the field that is used to sort data. only required if sorter_type is FieldSort.
248
+ :param pulumi.Input[str] mode: The sorting method that is used when the field contains multiple values. valid values: `Min`, `Max`, `Avg`. only required if sorter_type is FieldSort.
249
+ :param pulumi.Input[str] order: The sort order. Data can be sorted in ascending(`Asc`) or descending(`Desc`) order. Default value: `Asc`.
250
+ :param pulumi.Input[str] sorter_type: Data is sorted by Which fields or keys. valid values: `PrimaryKeySort`, `FieldSort`.
251
+ """
204
252
  if field_name is not None:
205
253
  pulumi.set(__self__, "field_name", field_name)
206
254
  if mode is not None:
@@ -213,6 +261,9 @@ class SearchIndexSchemaIndexSortSorterArgs:
213
261
  @property
214
262
  @pulumi.getter(name="fieldName")
215
263
  def field_name(self) -> Optional[pulumi.Input[str]]:
264
+ """
265
+ The name of the field that is used to sort data. only required if sorter_type is FieldSort.
266
+ """
216
267
  return pulumi.get(self, "field_name")
217
268
 
218
269
  @field_name.setter
@@ -222,6 +273,9 @@ class SearchIndexSchemaIndexSortSorterArgs:
222
273
  @property
223
274
  @pulumi.getter
224
275
  def mode(self) -> Optional[pulumi.Input[str]]:
276
+ """
277
+ The sorting method that is used when the field contains multiple values. valid values: `Min`, `Max`, `Avg`. only required if sorter_type is FieldSort.
278
+ """
225
279
  return pulumi.get(self, "mode")
226
280
 
227
281
  @mode.setter
@@ -231,6 +285,9 @@ class SearchIndexSchemaIndexSortSorterArgs:
231
285
  @property
232
286
  @pulumi.getter
233
287
  def order(self) -> Optional[pulumi.Input[str]]:
288
+ """
289
+ The sort order. Data can be sorted in ascending(`Asc`) or descending(`Desc`) order. Default value: `Asc`.
290
+ """
234
291
  return pulumi.get(self, "order")
235
292
 
236
293
  @order.setter
@@ -240,6 +297,9 @@ class SearchIndexSchemaIndexSortSorterArgs:
240
297
  @property
241
298
  @pulumi.getter(name="sorterType")
242
299
  def sorter_type(self) -> Optional[pulumi.Input[str]]:
300
+ """
301
+ Data is sorted by Which fields or keys. valid values: `PrimaryKeySort`, `FieldSort`.
302
+ """
243
303
  return pulumi.get(self, "sorter_type")
244
304
 
245
305
  @sorter_type.setter
@@ -126,6 +126,15 @@ class SearchIndexSchemaFieldSchema(dict):
126
126
  index: Optional[bool] = None,
127
127
  is_array: Optional[bool] = None,
128
128
  store: Optional[bool] = None):
129
+ """
130
+ :param str field_name: The name of the field that is used to sort data. only required if sorter_type is FieldSort.
131
+ :param str field_type: Specifies the type of the field. Use FieldType.XXX to set the type.
132
+ :param str analyzer: Specifies the type of the analyzer that you want to use. If fieldType is set to Text, you can configure this parameter. Otherwise, the default analyzer type single-word tokenization is used.
133
+ :param bool enable_sort_and_agg: Specifies whether to enable sorting and aggregation. Type: Boolean. Sorting can be enabled only for fields for which enable_sort_and_agg is set to true.
134
+ :param bool index: Specifies whether to enable indexing for the column. Type: Boolean.
135
+ :param bool is_array: Specifies whether the value is an array. Type: Boolean.
136
+ :param bool store: Specifies whether to store the value of the field in the search index. Type: Boolean. If you set store to true, you can read the value of the field from the search index without querying the data table. This improves query performance.
137
+ """
129
138
  pulumi.set(__self__, "field_name", field_name)
130
139
  pulumi.set(__self__, "field_type", field_type)
131
140
  if analyzer is not None:
@@ -142,36 +151,57 @@ class SearchIndexSchemaFieldSchema(dict):
142
151
  @property
143
152
  @pulumi.getter(name="fieldName")
144
153
  def field_name(self) -> str:
154
+ """
155
+ The name of the field that is used to sort data. only required if sorter_type is FieldSort.
156
+ """
145
157
  return pulumi.get(self, "field_name")
146
158
 
147
159
  @property
148
160
  @pulumi.getter(name="fieldType")
149
161
  def field_type(self) -> str:
162
+ """
163
+ Specifies the type of the field. Use FieldType.XXX to set the type.
164
+ """
150
165
  return pulumi.get(self, "field_type")
151
166
 
152
167
  @property
153
168
  @pulumi.getter
154
169
  def analyzer(self) -> Optional[str]:
170
+ """
171
+ Specifies the type of the analyzer that you want to use. If fieldType is set to Text, you can configure this parameter. Otherwise, the default analyzer type single-word tokenization is used.
172
+ """
155
173
  return pulumi.get(self, "analyzer")
156
174
 
157
175
  @property
158
176
  @pulumi.getter(name="enableSortAndAgg")
159
177
  def enable_sort_and_agg(self) -> Optional[bool]:
178
+ """
179
+ Specifies whether to enable sorting and aggregation. Type: Boolean. Sorting can be enabled only for fields for which enable_sort_and_agg is set to true.
180
+ """
160
181
  return pulumi.get(self, "enable_sort_and_agg")
161
182
 
162
183
  @property
163
184
  @pulumi.getter
164
185
  def index(self) -> Optional[bool]:
186
+ """
187
+ Specifies whether to enable indexing for the column. Type: Boolean.
188
+ """
165
189
  return pulumi.get(self, "index")
166
190
 
167
191
  @property
168
192
  @pulumi.getter(name="isArray")
169
193
  def is_array(self) -> Optional[bool]:
194
+ """
195
+ Specifies whether the value is an array. Type: Boolean.
196
+ """
170
197
  return pulumi.get(self, "is_array")
171
198
 
172
199
  @property
173
200
  @pulumi.getter
174
201
  def store(self) -> Optional[bool]:
202
+ """
203
+ Specifies whether to store the value of the field in the search index. Type: Boolean. If you set store to true, you can read the value of the field from the search index without querying the data table. This improves query performance.
204
+ """
175
205
  return pulumi.get(self, "store")
176
206
 
177
207
 
@@ -196,12 +226,18 @@ class SearchIndexSchemaIndexSetting(dict):
196
226
 
197
227
  def __init__(__self__, *,
198
228
  routing_fields: Optional[Sequence[str]] = None):
229
+ """
230
+ :param Sequence[str] routing_fields: Specifies custom routing fields. You can specify some primary key columns as routing fields. Tablestore distributes data that is written to a search index across different partitions based on the specified routing fields. The data whose routing field values are the same is distributed to the same partition.
231
+ """
199
232
  if routing_fields is not None:
200
233
  pulumi.set(__self__, "routing_fields", routing_fields)
201
234
 
202
235
  @property
203
236
  @pulumi.getter(name="routingFields")
204
237
  def routing_fields(self) -> Optional[Sequence[str]]:
238
+ """
239
+ Specifies custom routing fields. You can specify some primary key columns as routing fields. Tablestore distributes data that is written to a search index across different partitions based on the specified routing fields. The data whose routing field values are the same is distributed to the same partition.
240
+ """
205
241
  return pulumi.get(self, "routing_fields")
206
242
 
207
243
 
@@ -209,11 +245,17 @@ class SearchIndexSchemaIndexSetting(dict):
209
245
  class SearchIndexSchemaIndexSort(dict):
210
246
  def __init__(__self__, *,
211
247
  sorters: Sequence['outputs.SearchIndexSchemaIndexSortSorter']):
248
+ """
249
+ :param Sequence['SearchIndexSchemaIndexSortSorterArgs'] sorters: Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See `sorter` below.
250
+ """
212
251
  pulumi.set(__self__, "sorters", sorters)
213
252
 
214
253
  @property
215
254
  @pulumi.getter
216
255
  def sorters(self) -> Sequence['outputs.SearchIndexSchemaIndexSortSorter']:
256
+ """
257
+ Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See `sorter` below.
258
+ """
217
259
  return pulumi.get(self, "sorters")
218
260
 
219
261
 
@@ -243,6 +285,12 @@ class SearchIndexSchemaIndexSortSorter(dict):
243
285
  mode: Optional[str] = None,
244
286
  order: Optional[str] = None,
245
287
  sorter_type: Optional[str] = None):
288
+ """
289
+ :param str field_name: The name of the field that is used to sort data. only required if sorter_type is FieldSort.
290
+ :param str mode: The sorting method that is used when the field contains multiple values. valid values: `Min`, `Max`, `Avg`. only required if sorter_type is FieldSort.
291
+ :param str order: The sort order. Data can be sorted in ascending(`Asc`) or descending(`Desc`) order. Default value: `Asc`.
292
+ :param str sorter_type: Data is sorted by Which fields or keys. valid values: `PrimaryKeySort`, `FieldSort`.
293
+ """
246
294
  if field_name is not None:
247
295
  pulumi.set(__self__, "field_name", field_name)
248
296
  if mode is not None:
@@ -255,21 +303,33 @@ class SearchIndexSchemaIndexSortSorter(dict):
255
303
  @property
256
304
  @pulumi.getter(name="fieldName")
257
305
  def field_name(self) -> Optional[str]:
306
+ """
307
+ The name of the field that is used to sort data. only required if sorter_type is FieldSort.
308
+ """
258
309
  return pulumi.get(self, "field_name")
259
310
 
260
311
  @property
261
312
  @pulumi.getter
262
313
  def mode(self) -> Optional[str]:
314
+ """
315
+ The sorting method that is used when the field contains multiple values. valid values: `Min`, `Max`, `Avg`. only required if sorter_type is FieldSort.
316
+ """
263
317
  return pulumi.get(self, "mode")
264
318
 
265
319
  @property
266
320
  @pulumi.getter
267
321
  def order(self) -> Optional[str]:
322
+ """
323
+ The sort order. Data can be sorted in ascending(`Asc`) or descending(`Desc`) order. Default value: `Asc`.
324
+ """
268
325
  return pulumi.get(self, "order")
269
326
 
270
327
  @property
271
328
  @pulumi.getter(name="sorterType")
272
329
  def sorter_type(self) -> Optional[str]:
330
+ """
331
+ Data is sorted by Which fields or keys. valid values: `PrimaryKeySort`, `FieldSort`.
332
+ """
273
333
  return pulumi.get(self, "sorter_type")
274
334
 
275
335
 
@@ -188,12 +188,19 @@ class ParameterGroupParameterArgs:
188
188
  def __init__(__self__, *,
189
189
  param_name: pulumi.Input[str],
190
190
  param_value: pulumi.Input[str]):
191
+ """
192
+ :param pulumi.Input[str] param_name: The name of a parameter in the parameter template.
193
+ :param pulumi.Input[str] param_value: The value of a parameter in the parameter template.
194
+ """
191
195
  pulumi.set(__self__, "param_name", param_name)
192
196
  pulumi.set(__self__, "param_value", param_value)
193
197
 
194
198
  @property
195
199
  @pulumi.getter(name="paramName")
196
200
  def param_name(self) -> pulumi.Input[str]:
201
+ """
202
+ The name of a parameter in the parameter template.
203
+ """
197
204
  return pulumi.get(self, "param_name")
198
205
 
199
206
  @param_name.setter
@@ -203,6 +210,9 @@ class ParameterGroupParameterArgs:
203
210
  @property
204
211
  @pulumi.getter(name="paramValue")
205
212
  def param_value(self) -> pulumi.Input[str]:
213
+ """
214
+ The value of a parameter in the parameter template.
215
+ """
206
216
  return pulumi.get(self, "param_value")
207
217
 
208
218
  @param_value.setter
@@ -231,17 +231,27 @@ class ParameterGroupParameter(dict):
231
231
  def __init__(__self__, *,
232
232
  param_name: str,
233
233
  param_value: str):
234
+ """
235
+ :param str param_name: The name of a parameter in the parameter template.
236
+ :param str param_value: The value of a parameter in the parameter template.
237
+ """
234
238
  pulumi.set(__self__, "param_name", param_name)
235
239
  pulumi.set(__self__, "param_value", param_value)
236
240
 
237
241
  @property
238
242
  @pulumi.getter(name="paramName")
239
243
  def param_name(self) -> str:
244
+ """
245
+ The name of a parameter in the parameter template.
246
+ """
240
247
  return pulumi.get(self, "param_name")
241
248
 
242
249
  @property
243
250
  @pulumi.getter(name="paramValue")
244
251
  def param_value(self) -> str:
252
+ """
253
+ The value of a parameter in the parameter template.
254
+ """
245
255
  return pulumi.get(self, "param_value")
246
256
 
247
257
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "alicloud",
4
- "version": "3.60.0-alpha.1721193564"
4
+ "version": "3.60.0-alpha.1721711921"
5
5
  }
@@ -578,6 +578,12 @@ class GetRulesRuleBindVpcResult(dict):
578
578
  region_name: str,
579
579
  vpc_id: str,
580
580
  vpc_name: str):
581
+ """
582
+ :param str region_id: The region ID of the vpc.
583
+ :param str region_name: The Region Name of the vpc.
584
+ :param str vpc_id: The ID of the VPC.
585
+ :param str vpc_name: The Name of the VPC.
586
+ """
581
587
  pulumi.set(__self__, "region_id", region_id)
582
588
  pulumi.set(__self__, "region_name", region_name)
583
589
  pulumi.set(__self__, "vpc_id", vpc_id)
@@ -586,21 +592,33 @@ class GetRulesRuleBindVpcResult(dict):
586
592
  @property
587
593
  @pulumi.getter(name="regionId")
588
594
  def region_id(self) -> str:
595
+ """
596
+ The region ID of the vpc.
597
+ """
589
598
  return pulumi.get(self, "region_id")
590
599
 
591
600
  @property
592
601
  @pulumi.getter(name="regionName")
593
602
  def region_name(self) -> str:
603
+ """
604
+ The Region Name of the vpc.
605
+ """
594
606
  return pulumi.get(self, "region_name")
595
607
 
596
608
  @property
597
609
  @pulumi.getter(name="vpcId")
598
610
  def vpc_id(self) -> str:
611
+ """
612
+ The ID of the VPC.
613
+ """
599
614
  return pulumi.get(self, "vpc_id")
600
615
 
601
616
  @property
602
617
  @pulumi.getter(name="vpcName")
603
618
  def vpc_name(self) -> str:
619
+ """
620
+ The Name of the VPC.
621
+ """
604
622
  return pulumi.get(self, "vpc_name")
605
623
 
606
624
 
@@ -588,6 +588,10 @@ class GetQuotasDimensionArgs:
588
588
  def __init__(__self__, *,
589
589
  key: Optional[str] = None,
590
590
  value: Optional[str] = None):
591
+ """
592
+ :param str key: The key of dimensions.
593
+ :param str value: The value of dimensions.
594
+ """
591
595
  if key is not None:
592
596
  pulumi.set(__self__, "key", key)
593
597
  if value is not None:
@@ -596,6 +600,9 @@ class GetQuotasDimensionArgs:
596
600
  @property
597
601
  @pulumi.getter
598
602
  def key(self) -> Optional[str]:
603
+ """
604
+ The key of dimensions.
605
+ """
599
606
  return pulumi.get(self, "key")
600
607
 
601
608
  @key.setter
@@ -605,6 +612,9 @@ class GetQuotasDimensionArgs:
605
612
  @property
606
613
  @pulumi.getter
607
614
  def value(self) -> Optional[str]:
615
+ """
616
+ The value of dimensions.
617
+ """
608
618
  return pulumi.get(self, "value")
609
619
 
610
620
  @value.setter
@@ -1008,6 +1008,10 @@ class GetQuotasDimensionResult(dict):
1008
1008
  def __init__(__self__, *,
1009
1009
  key: Optional[str] = None,
1010
1010
  value: Optional[str] = None):
1011
+ """
1012
+ :param str key: The key of dimensions.
1013
+ :param str value: The value of dimensions.
1014
+ """
1011
1015
  if key is not None:
1012
1016
  pulumi.set(__self__, "key", key)
1013
1017
  if value is not None:
@@ -1016,11 +1020,17 @@ class GetQuotasDimensionResult(dict):
1016
1020
  @property
1017
1021
  @pulumi.getter
1018
1022
  def key(self) -> Optional[str]:
1023
+ """
1024
+ The key of dimensions.
1025
+ """
1019
1026
  return pulumi.get(self, "key")
1020
1027
 
1021
1028
  @property
1022
1029
  @pulumi.getter
1023
1030
  def value(self) -> Optional[str]:
1031
+ """
1032
+ The value of dimensions.
1033
+ """
1024
1034
  return pulumi.get(self, "value")
1025
1035
 
1026
1036
 
@@ -160,6 +160,11 @@ class GetPolicyDocumentStatementConditionArgs:
160
160
  operator: str,
161
161
  values: Sequence[str],
162
162
  variable: str):
163
+ """
164
+ :param str operator: The operator of the condition.
165
+ :param Sequence[str] values: The values of the condition.
166
+ :param str variable: The variable of the condition.
167
+ """
163
168
  pulumi.set(__self__, "operator", operator)
164
169
  pulumi.set(__self__, "values", values)
165
170
  pulumi.set(__self__, "variable", variable)
@@ -167,6 +172,9 @@ class GetPolicyDocumentStatementConditionArgs:
167
172
  @property
168
173
  @pulumi.getter
169
174
  def operator(self) -> str:
175
+ """
176
+ The operator of the condition.
177
+ """
170
178
  return pulumi.get(self, "operator")
171
179
 
172
180
  @operator.setter
@@ -176,6 +184,9 @@ class GetPolicyDocumentStatementConditionArgs:
176
184
  @property
177
185
  @pulumi.getter
178
186
  def values(self) -> Sequence[str]:
187
+ """
188
+ The values of the condition.
189
+ """
179
190
  return pulumi.get(self, "values")
180
191
 
181
192
  @values.setter
@@ -185,6 +196,9 @@ class GetPolicyDocumentStatementConditionArgs:
185
196
  @property
186
197
  @pulumi.getter
187
198
  def variable(self) -> str:
199
+ """
200
+ The variable of the condition.
201
+ """
188
202
  return pulumi.get(self, "variable")
189
203
 
190
204
  @variable.setter
@@ -197,12 +211,19 @@ class GetPolicyDocumentStatementPrincipalArgs:
197
211
  def __init__(__self__, *,
198
212
  entity: str,
199
213
  identifiers: Sequence[str]):
214
+ """
215
+ :param str entity: The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
216
+ :param Sequence[str] identifiers: The identifiers of the principal.
217
+ """
200
218
  pulumi.set(__self__, "entity", entity)
201
219
  pulumi.set(__self__, "identifiers", identifiers)
202
220
 
203
221
  @property
204
222
  @pulumi.getter
205
223
  def entity(self) -> str:
224
+ """
225
+ The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
226
+ """
206
227
  return pulumi.get(self, "entity")
207
228
 
208
229
  @entity.setter
@@ -212,6 +233,9 @@ class GetPolicyDocumentStatementPrincipalArgs:
212
233
  @property
213
234
  @pulumi.getter
214
235
  def identifiers(self) -> Sequence[str]:
236
+ """
237
+ The identifiers of the principal.
238
+ """
215
239
  return pulumi.get(self, "identifiers")
216
240
 
217
241
  @identifiers.setter
@@ -313,6 +313,11 @@ class GetPolicyDocumentStatementConditionResult(dict):
313
313
  operator: str,
314
314
  values: Sequence[str],
315
315
  variable: str):
316
+ """
317
+ :param str operator: The operator of the condition.
318
+ :param Sequence[str] values: The values of the condition.
319
+ :param str variable: The variable of the condition.
320
+ """
316
321
  pulumi.set(__self__, "operator", operator)
317
322
  pulumi.set(__self__, "values", values)
318
323
  pulumi.set(__self__, "variable", variable)
@@ -320,16 +325,25 @@ class GetPolicyDocumentStatementConditionResult(dict):
320
325
  @property
321
326
  @pulumi.getter
322
327
  def operator(self) -> str:
328
+ """
329
+ The operator of the condition.
330
+ """
323
331
  return pulumi.get(self, "operator")
324
332
 
325
333
  @property
326
334
  @pulumi.getter
327
335
  def values(self) -> Sequence[str]:
336
+ """
337
+ The values of the condition.
338
+ """
328
339
  return pulumi.get(self, "values")
329
340
 
330
341
  @property
331
342
  @pulumi.getter
332
343
  def variable(self) -> str:
344
+ """
345
+ The variable of the condition.
346
+ """
333
347
  return pulumi.get(self, "variable")
334
348
 
335
349
 
@@ -338,17 +352,27 @@ class GetPolicyDocumentStatementPrincipalResult(dict):
338
352
  def __init__(__self__, *,
339
353
  entity: str,
340
354
  identifiers: Sequence[str]):
355
+ """
356
+ :param str entity: The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
357
+ :param Sequence[str] identifiers: The identifiers of the principal.
358
+ """
341
359
  pulumi.set(__self__, "entity", entity)
342
360
  pulumi.set(__self__, "identifiers", identifiers)
343
361
 
344
362
  @property
345
363
  @pulumi.getter
346
364
  def entity(self) -> str:
365
+ """
366
+ The trusted entity. Valid values: `RAM`, `Service` and `Federated`.
367
+ """
347
368
  return pulumi.get(self, "entity")
348
369
 
349
370
  @property
350
371
  @pulumi.getter
351
372
  def identifiers(self) -> Sequence[str]:
373
+ """
374
+ The identifiers of the principal.
375
+ """
352
376
  return pulumi.get(self, "identifiers")
353
377
 
354
378
 
@@ -80,11 +80,17 @@ class VvpInstanceStorageArgs:
80
80
  class VvpInstanceStorageOssArgs:
81
81
  def __init__(__self__, *,
82
82
  bucket: pulumi.Input[str]):
83
+ """
84
+ :param pulumi.Input[str] bucket: OSS Bucket name.
85
+ """
83
86
  pulumi.set(__self__, "bucket", bucket)
84
87
 
85
88
  @property
86
89
  @pulumi.getter
87
90
  def bucket(self) -> pulumi.Input[str]:
91
+ """
92
+ OSS Bucket name.
93
+ """
88
94
  return pulumi.get(self, "bucket")
89
95
 
90
96
  @bucket.setter
@@ -86,11 +86,17 @@ class VvpInstanceStorage(dict):
86
86
  class VvpInstanceStorageOss(dict):
87
87
  def __init__(__self__, *,
88
88
  bucket: str):
89
+ """
90
+ :param str bucket: OSS Bucket name.
91
+ """
89
92
  pulumi.set(__self__, "bucket", bucket)
90
93
 
91
94
  @property
92
95
  @pulumi.getter
93
96
  def bucket(self) -> str:
97
+ """
98
+ OSS Bucket name.
99
+ """
94
100
  return pulumi.get(self, "bucket")
95
101
 
96
102