pulumi-alicloud 3.59.0a1720761596__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.
- pulumi_alicloud/__init__.py +48 -0
- pulumi_alicloud/_utilities.py +3 -4
- pulumi_alicloud/adb/_inputs.py +14 -0
- pulumi_alicloud/adb/outputs.py +14 -0
- pulumi_alicloud/adb/resource_group.py +115 -119
- pulumi_alicloud/alb/_inputs.py +224 -0
- pulumi_alicloud/alb/outputs.py +260 -0
- pulumi_alicloud/arms/_inputs.py +438 -0
- pulumi_alicloud/arms/outputs.py +442 -0
- pulumi_alicloud/bp/_inputs.py +14 -0
- pulumi_alicloud/bp/outputs.py +14 -0
- pulumi_alicloud/cas/outputs.py +4 -0
- pulumi_alicloud/cddc/outputs.py +6 -0
- pulumi_alicloud/cen/get_transit_router_service.py +2 -2
- pulumi_alicloud/cfg/_inputs.py +20 -0
- pulumi_alicloud/cfg/outputs.py +20 -0
- pulumi_alicloud/clickhouse/get_regions.py +2 -2
- pulumi_alicloud/clickhouse/outputs.py +4 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
- pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
- pulumi_alicloud/cloudfirewall/outputs.py +40 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
- pulumi_alicloud/cloudmonitor/outputs.py +18 -0
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +150 -27
- pulumi_alicloud/cms/_inputs.py +188 -0
- pulumi_alicloud/cms/outputs.py +228 -0
- pulumi_alicloud/compute/_inputs.py +4 -0
- pulumi_alicloud/compute/outputs.py +4 -0
- pulumi_alicloud/cs/_inputs.py +22 -0
- pulumi_alicloud/cs/node_pool.py +7 -7
- pulumi_alicloud/cs/outputs.py +22 -0
- pulumi_alicloud/databasegateway/outputs.py +42 -0
- pulumi_alicloud/dcdn/_inputs.py +555 -27
- pulumi_alicloud/dcdn/domain.py +366 -217
- pulumi_alicloud/dcdn/outputs.py +550 -22
- pulumi_alicloud/ddos/_inputs.py +162 -0
- pulumi_alicloud/ddos/outputs.py +162 -0
- pulumi_alicloud/dfs/file_system.py +52 -19
- pulumi_alicloud/directmail/get_domains.py +31 -24
- pulumi_alicloud/directmail/outputs.py +131 -32
- pulumi_alicloud/ebs/_inputs.py +22 -0
- pulumi_alicloud/ebs/outputs.py +22 -0
- pulumi_alicloud/eci/_inputs.py +100 -0
- pulumi_alicloud/eci/outputs.py +100 -0
- pulumi_alicloud/ecs/_inputs.py +242 -16
- pulumi_alicloud/ecs/ecs_disk.py +7 -0
- pulumi_alicloud/ecs/image.py +607 -121
- pulumi_alicloud/ecs/instance.py +304 -102
- pulumi_alicloud/ecs/outputs.py +348 -17
- pulumi_alicloud/edas/_inputs.py +28 -0
- pulumi_alicloud/edas/outputs.py +28 -0
- pulumi_alicloud/ehpc/_inputs.py +6 -0
- pulumi_alicloud/ehpc/outputs.py +6 -0
- pulumi_alicloud/emr/_inputs.py +134 -0
- pulumi_alicloud/emr/outputs.py +148 -0
- pulumi_alicloud/emrv2/_inputs.py +714 -0
- pulumi_alicloud/emrv2/cluster.py +14 -14
- pulumi_alicloud/emrv2/outputs.py +724 -0
- pulumi_alicloud/ens/__init__.py +2 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +480 -0
- pulumi_alicloud/ens/instance.py +16 -17
- pulumi_alicloud/ens/nat_gateway.py +458 -0
- pulumi_alicloud/ess/_inputs.py +24 -0
- pulumi_alicloud/ess/eci_scaling_configuration.py +94 -0
- pulumi_alicloud/ess/outputs.py +24 -0
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/eventbridge/_inputs.py +156 -0
- pulumi_alicloud/eventbridge/outputs.py +156 -0
- pulumi_alicloud/expressconnect/_inputs.py +12 -0
- pulumi_alicloud/expressconnect/outputs.py +12 -0
- pulumi_alicloud/fc/_inputs.py +32 -0
- pulumi_alicloud/fc/outputs.py +32 -0
- pulumi_alicloud/ga/_inputs.py +24 -0
- pulumi_alicloud/ga/bandwidth_package_attachment.py +34 -34
- pulumi_alicloud/ga/listener.py +122 -0
- pulumi_alicloud/ga/outputs.py +24 -0
- pulumi_alicloud/gpdb/__init__.py +4 -0
- pulumi_alicloud/gpdb/_inputs.py +48 -0
- pulumi_alicloud/gpdb/external_data_service.py +485 -0
- pulumi_alicloud/gpdb/outputs.py +60 -0
- pulumi_alicloud/gpdb/remote_adb_data_source.py +763 -0
- pulumi_alicloud/gpdb/streaming_data_service.py +481 -0
- pulumi_alicloud/gpdb/streaming_data_source.py +645 -0
- pulumi_alicloud/hbr/_inputs.py +68 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/imp/_inputs.py +14 -0
- pulumi_alicloud/imp/outputs.py +14 -0
- pulumi_alicloud/log/_inputs.py +14 -0
- pulumi_alicloud/log/outputs.py +14 -0
- pulumi_alicloud/maxcompute/_inputs.py +54 -34
- pulumi_alicloud/maxcompute/outputs.py +54 -34
- pulumi_alicloud/maxcompute/project.py +230 -66
- pulumi_alicloud/mongodb/_inputs.py +14 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/oss/_inputs.py +100 -0
- pulumi_alicloud/oss/outputs.py +100 -0
- pulumi_alicloud/ots/_inputs.py +60 -0
- pulumi_alicloud/ots/outputs.py +60 -0
- pulumi_alicloud/polardb/_inputs.py +10 -0
- pulumi_alicloud/polardb/cluster.py +28 -28
- pulumi_alicloud/polardb/outputs.py +10 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/outputs.py +18 -0
- pulumi_alicloud/quotas/_inputs.py +10 -0
- pulumi_alicloud/quotas/outputs.py +10 -0
- pulumi_alicloud/ram/_inputs.py +24 -0
- pulumi_alicloud/ram/outputs.py +24 -0
- pulumi_alicloud/rdc/organization.py +2 -2
- pulumi_alicloud/realtimecompute/_inputs.py +6 -0
- pulumi_alicloud/realtimecompute/outputs.py +6 -0
- pulumi_alicloud/redis/tair_instance.py +161 -67
- pulumi_alicloud/rocketmq/_inputs.py +36 -0
- pulumi_alicloud/rocketmq/outputs.py +36 -0
- pulumi_alicloud/ros/_inputs.py +72 -0
- pulumi_alicloud/ros/outputs.py +72 -0
- pulumi_alicloud/sae/_inputs.py +118 -0
- pulumi_alicloud/sae/outputs.py +118 -0
- pulumi_alicloud/scdn/_inputs.py +56 -0
- pulumi_alicloud/scdn/outputs.py +56 -0
- pulumi_alicloud/servicecatalog/_inputs.py +10 -0
- pulumi_alicloud/servicecatalog/outputs.py +10 -0
- pulumi_alicloud/servicemesh/_inputs.py +150 -0
- pulumi_alicloud/servicemesh/outputs.py +154 -0
- pulumi_alicloud/slb/_inputs.py +8 -8
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group.py +140 -84
- pulumi_alicloud/sls/_inputs.py +186 -0
- pulumi_alicloud/sls/outputs.py +186 -0
- pulumi_alicloud/threatdetection/_inputs.py +32 -0
- pulumi_alicloud/threatdetection/outputs.py +32 -0
- pulumi_alicloud/vod/_inputs.py +18 -0
- pulumi_alicloud/vod/outputs.py +18 -0
- pulumi_alicloud/vpc/_inputs.py +50 -12
- pulumi_alicloud/vpc/network.py +332 -134
- pulumi_alicloud/vpc/outputs.py +50 -12
- pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
- pulumi_alicloud/vpn/_inputs.py +10 -0
- pulumi_alicloud/vpn/outputs.py +14 -0
- pulumi_alicloud/wafv3/_inputs.py +10 -0
- pulumi_alicloud/wafv3/outputs.py +10 -0
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +144 -138
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ots/_inputs.py
CHANGED
|
@@ -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
|
pulumi_alicloud/ots/outputs.py
CHANGED
|
@@ -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
|
|
@@ -132,10 +132,10 @@ class ClusterArgs:
|
|
|
132
132
|
> **NOTE:** The latest time must be 30 minutes or more later than the start time. If PlannedStartTime is set but this parameter is not specified, the latest time to execute the target task defaults to the start time+30 minutes. For example, when the PlannedStartTime is set to 2021-01-14T09:00:00Z and this parameter is left blank, the target task will start executing at the latest on 2021-01-14T09:30:00Z.
|
|
133
133
|
:param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
|
|
134
134
|
> **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
|
|
135
|
-
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
136
|
-
> **NOTE:** This parameter is valid only for standard clusters.
|
|
137
|
-
:param pulumi.Input[str] proxy_type: The type of PolarProxy.
|
|
138
|
-
> **NOTE:** This parameter is valid
|
|
135
|
+
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
136
|
+
> **NOTE:** This parameter is valid only for standard edition clusters.
|
|
137
|
+
:param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
|
|
138
|
+
> **NOTE:** This parameter is valid for both standard and enterprise clusters.
|
|
139
139
|
:param pulumi.Input[str] renewal_status: Valid values are `AutoRenewal`, `Normal`, `NotRenewal`, Default to `NotRenewal`.
|
|
140
140
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the PolarDB cluster belongs. If not specified, then it belongs to the default resource group.
|
|
141
141
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role. A RAM role is a virtual identity that you can create within your Alibaba Cloud account. For more information see [RAM role overview](https://www.alibabacloud.com/help/en/resource-access-management/latest/ram-role-overview).
|
|
@@ -725,8 +725,8 @@ class ClusterArgs:
|
|
|
725
725
|
@pulumi.getter(name="proxyClass")
|
|
726
726
|
def proxy_class(self) -> Optional[pulumi.Input[str]]:
|
|
727
727
|
"""
|
|
728
|
-
The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
729
|
-
> **NOTE:** This parameter is valid only for standard clusters.
|
|
728
|
+
The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
729
|
+
> **NOTE:** This parameter is valid only for standard edition clusters.
|
|
730
730
|
"""
|
|
731
731
|
return pulumi.get(self, "proxy_class")
|
|
732
732
|
|
|
@@ -738,8 +738,8 @@ class ClusterArgs:
|
|
|
738
738
|
@pulumi.getter(name="proxyType")
|
|
739
739
|
def proxy_type(self) -> Optional[pulumi.Input[str]]:
|
|
740
740
|
"""
|
|
741
|
-
The type of PolarProxy.
|
|
742
|
-
> **NOTE:** This parameter is valid
|
|
741
|
+
The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
|
|
742
|
+
> **NOTE:** This parameter is valid for both standard and enterprise clusters.
|
|
743
743
|
"""
|
|
744
744
|
return pulumi.get(self, "proxy_type")
|
|
745
745
|
|
|
@@ -1199,10 +1199,10 @@ class _ClusterState:
|
|
|
1199
1199
|
:param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
|
|
1200
1200
|
> **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
|
|
1201
1201
|
:param pulumi.Input[str] port: (Available since 1.196.0) PolarDB cluster connection port.
|
|
1202
|
-
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
1203
|
-
> **NOTE:** This parameter is valid only for standard clusters.
|
|
1204
|
-
:param pulumi.Input[str] proxy_type: The type of PolarProxy.
|
|
1205
|
-
> **NOTE:** This parameter is valid
|
|
1202
|
+
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
1203
|
+
> **NOTE:** This parameter is valid only for standard edition clusters.
|
|
1204
|
+
:param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
|
|
1205
|
+
> **NOTE:** This parameter is valid for both standard and enterprise clusters.
|
|
1206
1206
|
:param pulumi.Input[str] renewal_status: Valid values are `AutoRenewal`, `Normal`, `NotRenewal`, Default to `NotRenewal`.
|
|
1207
1207
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the PolarDB cluster belongs. If not specified, then it belongs to the default resource group.
|
|
1208
1208
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role. A RAM role is a virtual identity that you can create within your Alibaba Cloud account. For more information see [RAM role overview](https://www.alibabacloud.com/help/en/resource-access-management/latest/ram-role-overview).
|
|
@@ -1859,8 +1859,8 @@ class _ClusterState:
|
|
|
1859
1859
|
@pulumi.getter(name="proxyClass")
|
|
1860
1860
|
def proxy_class(self) -> Optional[pulumi.Input[str]]:
|
|
1861
1861
|
"""
|
|
1862
|
-
The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
1863
|
-
> **NOTE:** This parameter is valid only for standard clusters.
|
|
1862
|
+
The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
1863
|
+
> **NOTE:** This parameter is valid only for standard edition clusters.
|
|
1864
1864
|
"""
|
|
1865
1865
|
return pulumi.get(self, "proxy_class")
|
|
1866
1866
|
|
|
@@ -1872,8 +1872,8 @@ class _ClusterState:
|
|
|
1872
1872
|
@pulumi.getter(name="proxyType")
|
|
1873
1873
|
def proxy_type(self) -> Optional[pulumi.Input[str]]:
|
|
1874
1874
|
"""
|
|
1875
|
-
The type of PolarProxy.
|
|
1876
|
-
> **NOTE:** This parameter is valid
|
|
1875
|
+
The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
|
|
1876
|
+
> **NOTE:** This parameter is valid for both standard and enterprise clusters.
|
|
1877
1877
|
"""
|
|
1878
1878
|
return pulumi.get(self, "proxy_type")
|
|
1879
1879
|
|
|
@@ -2361,10 +2361,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
2361
2361
|
> **NOTE:** The latest time must be 30 minutes or more later than the start time. If PlannedStartTime is set but this parameter is not specified, the latest time to execute the target task defaults to the start time+30 minutes. For example, when the PlannedStartTime is set to 2021-01-14T09:00:00Z and this parameter is left blank, the target task will start executing at the latest on 2021-01-14T09:30:00Z.
|
|
2362
2362
|
:param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
|
|
2363
2363
|
> **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
|
|
2364
|
-
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
2365
|
-
> **NOTE:** This parameter is valid only for standard clusters.
|
|
2366
|
-
:param pulumi.Input[str] proxy_type: The type of PolarProxy.
|
|
2367
|
-
> **NOTE:** This parameter is valid
|
|
2364
|
+
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
2365
|
+
> **NOTE:** This parameter is valid only for standard edition clusters.
|
|
2366
|
+
:param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
|
|
2367
|
+
> **NOTE:** This parameter is valid for both standard and enterprise clusters.
|
|
2368
2368
|
:param pulumi.Input[str] renewal_status: Valid values are `AutoRenewal`, `Normal`, `NotRenewal`, Default to `NotRenewal`.
|
|
2369
2369
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the PolarDB cluster belongs. If not specified, then it belongs to the default resource group.
|
|
2370
2370
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role. A RAM role is a virtual identity that you can create within your Alibaba Cloud account. For more information see [RAM role overview](https://www.alibabacloud.com/help/en/resource-access-management/latest/ram-role-overview).
|
|
@@ -2718,10 +2718,10 @@ class Cluster(pulumi.CustomResource):
|
|
|
2718
2718
|
:param pulumi.Input[str] planned_start_time: The earliest time to start executing a scheduled (i.e. within the target time period) kernel version upgrade task. The format is YYYY-MM-DDThh: mm: ssZ (UTC).
|
|
2719
2719
|
> **NOTE:** The starting time range is any time point within the next 24 hours. For example, the current time is 2021-01-14T09:00:00Z, and the allowed start time range for filling in here is 2021-01-14T09:00:00Z~2021-01-15T09:00:00Z. If this parameter is left blank, the kernel version upgrade task will be executed immediately by default.
|
|
2720
2720
|
:param pulumi.Input[str] port: (Available since 1.196.0) PolarDB cluster connection port.
|
|
2721
|
-
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
2722
|
-
> **NOTE:** This parameter is valid only for standard clusters.
|
|
2723
|
-
:param pulumi.Input[str] proxy_type: The type of PolarProxy.
|
|
2724
|
-
> **NOTE:** This parameter is valid
|
|
2721
|
+
:param pulumi.Input[str] proxy_class: The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
2722
|
+
> **NOTE:** This parameter is valid only for standard edition clusters.
|
|
2723
|
+
:param pulumi.Input[str] proxy_type: The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
|
|
2724
|
+
> **NOTE:** This parameter is valid for both standard and enterprise clusters.
|
|
2725
2725
|
:param pulumi.Input[str] renewal_status: Valid values are `AutoRenewal`, `Normal`, `NotRenewal`, Default to `NotRenewal`.
|
|
2726
2726
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the PolarDB cluster belongs. If not specified, then it belongs to the default resource group.
|
|
2727
2727
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role. A RAM role is a virtual identity that you can create within your Alibaba Cloud account. For more information see [RAM role overview](https://www.alibabacloud.com/help/en/resource-access-management/latest/ram-role-overview).
|
|
@@ -3163,8 +3163,8 @@ class Cluster(pulumi.CustomResource):
|
|
|
3163
3163
|
@pulumi.getter(name="proxyClass")
|
|
3164
3164
|
def proxy_class(self) -> pulumi.Output[Optional[str]]:
|
|
3165
3165
|
"""
|
|
3166
|
-
The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
3167
|
-
> **NOTE:** This parameter is valid only for standard clusters.
|
|
3166
|
+
The specifications of the Standard Edition PolarProxy. Available parameters can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1)
|
|
3167
|
+
> **NOTE:** This parameter is valid only for standard edition clusters.
|
|
3168
3168
|
"""
|
|
3169
3169
|
return pulumi.get(self, "proxy_class")
|
|
3170
3170
|
|
|
@@ -3172,8 +3172,8 @@ class Cluster(pulumi.CustomResource):
|
|
|
3172
3172
|
@pulumi.getter(name="proxyType")
|
|
3173
3173
|
def proxy_type(self) -> pulumi.Output[Optional[str]]:
|
|
3174
3174
|
"""
|
|
3175
|
-
The type of PolarProxy.
|
|
3176
|
-
> **NOTE:** This parameter is valid
|
|
3175
|
+
The type of PolarProxy. Valid values are `EXCLUSIVE` `GENERAL`.
|
|
3176
|
+
> **NOTE:** This parameter is valid for both standard and enterprise clusters.
|
|
3177
3177
|
"""
|
|
3178
3178
|
return pulumi.get(self, "proxy_type")
|
|
3179
3179
|
|
|
@@ -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
|
|
pulumi_alicloud/pvtz/outputs.py
CHANGED
|
@@ -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
|
|