pulumi-alicloud 3.61.0a1723820875__py3-none-any.whl → 3.61.0a1724318858__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 +27 -0
- pulumi_alicloud/_inputs.py +16 -0
- pulumi_alicloud/alikafka/instance.py +21 -14
- pulumi_alicloud/amqp/binding.py +7 -0
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/_inputs.py +50 -2
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +45 -3
- pulumi_alicloud/dataworks/__init__.py +1 -0
- pulumi_alicloud/dataworks/project.py +450 -0
- pulumi_alicloud/elasticsearch/instance.py +296 -14
- pulumi_alicloud/log/store.py +91 -10
- pulumi_alicloud/mongodb/_inputs.py +12 -12
- pulumi_alicloud/mongodb/instance.py +54 -7
- pulumi_alicloud/mongodb/outputs.py +12 -12
- pulumi_alicloud/mongodb/sharding_instance.py +54 -7
- pulumi_alicloud/mongodb/sharding_network_private_address.py +145 -39
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/selectdb/__init__.py +13 -0
- pulumi_alicloud/selectdb/_inputs.py +446 -0
- pulumi_alicloud/selectdb/db_cluster.py +830 -0
- pulumi_alicloud/selectdb/db_instance.py +1368 -0
- pulumi_alicloud/selectdb/get_db_clusters.py +184 -0
- pulumi_alicloud/selectdb/get_db_instances.py +191 -0
- pulumi_alicloud/selectdb/outputs.py +1122 -0
- {pulumi_alicloud-3.61.0a1723820875.dist-info → pulumi_alicloud-3.61.0a1724318858.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.61.0a1723820875.dist-info → pulumi_alicloud-3.61.0a1724318858.dist-info}/RECORD +29 -21
- {pulumi_alicloud-3.61.0a1723820875.dist-info → pulumi_alicloud-3.61.0a1724318858.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.61.0a1723820875.dist-info → pulumi_alicloud-3.61.0a1724318858.dist-info}/top_level.txt +0 -0
pulumi_alicloud/__init__.py
CHANGED
|
@@ -251,6 +251,8 @@ if typing.TYPE_CHECKING:
|
|
|
251
251
|
sddp = __sddp
|
|
252
252
|
import pulumi_alicloud.securitycenter as __securitycenter
|
|
253
253
|
securitycenter = __securitycenter
|
|
254
|
+
import pulumi_alicloud.selectdb as __selectdb
|
|
255
|
+
selectdb = __selectdb
|
|
254
256
|
import pulumi_alicloud.servicecatalog as __servicecatalog
|
|
255
257
|
servicecatalog = __servicecatalog
|
|
256
258
|
import pulumi_alicloud.servicemesh as __servicemesh
|
|
@@ -398,6 +400,7 @@ else:
|
|
|
398
400
|
schedulerx = _utilities.lazy_import('pulumi_alicloud.schedulerx')
|
|
399
401
|
sddp = _utilities.lazy_import('pulumi_alicloud.sddp')
|
|
400
402
|
securitycenter = _utilities.lazy_import('pulumi_alicloud.securitycenter')
|
|
403
|
+
selectdb = _utilities.lazy_import('pulumi_alicloud.selectdb')
|
|
401
404
|
servicecatalog = _utilities.lazy_import('pulumi_alicloud.servicecatalog')
|
|
402
405
|
servicemesh = _utilities.lazy_import('pulumi_alicloud.servicemesh')
|
|
403
406
|
simpleapplicationserver = _utilities.lazy_import('pulumi_alicloud.simpleapplicationserver')
|
|
@@ -2354,6 +2357,14 @@ _utilities.register(
|
|
|
2354
2357
|
"alicloud:dataworks/folder:Folder": "Folder"
|
|
2355
2358
|
}
|
|
2356
2359
|
},
|
|
2360
|
+
{
|
|
2361
|
+
"pkg": "alicloud",
|
|
2362
|
+
"mod": "dataworks/project",
|
|
2363
|
+
"fqn": "pulumi_alicloud.dataworks",
|
|
2364
|
+
"classes": {
|
|
2365
|
+
"alicloud:dataworks/project:Project": "Project"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2357
2368
|
{
|
|
2358
2369
|
"pkg": "alicloud",
|
|
2359
2370
|
"mod": "dbs/backupPlan",
|
|
@@ -6538,6 +6549,22 @@ _utilities.register(
|
|
|
6538
6549
|
"alicloud:securitycenter/serviceLinkedRole:ServiceLinkedRole": "ServiceLinkedRole"
|
|
6539
6550
|
}
|
|
6540
6551
|
},
|
|
6552
|
+
{
|
|
6553
|
+
"pkg": "alicloud",
|
|
6554
|
+
"mod": "selectdb/dbCluster",
|
|
6555
|
+
"fqn": "pulumi_alicloud.selectdb",
|
|
6556
|
+
"classes": {
|
|
6557
|
+
"alicloud:selectdb/dbCluster:DbCluster": "DbCluster"
|
|
6558
|
+
}
|
|
6559
|
+
},
|
|
6560
|
+
{
|
|
6561
|
+
"pkg": "alicloud",
|
|
6562
|
+
"mod": "selectdb/dbInstance",
|
|
6563
|
+
"fqn": "pulumi_alicloud.selectdb",
|
|
6564
|
+
"classes": {
|
|
6565
|
+
"alicloud:selectdb/dbInstance:DbInstance": "DbInstance"
|
|
6566
|
+
}
|
|
6567
|
+
},
|
|
6541
6568
|
{
|
|
6542
6569
|
"pkg": "alicloud",
|
|
6543
6570
|
"mod": "servicecatalog/portfolio",
|
pulumi_alicloud/_inputs.py
CHANGED
|
@@ -324,6 +324,7 @@ class ProviderEndpointArgs:
|
|
|
324
324
|
sas: Optional[pulumi.Input[str]] = None,
|
|
325
325
|
scdn: Optional[pulumi.Input[str]] = None,
|
|
326
326
|
sddp: Optional[pulumi.Input[str]] = None,
|
|
327
|
+
selectdb: Optional[pulumi.Input[str]] = None,
|
|
327
328
|
serverless: Optional[pulumi.Input[str]] = None,
|
|
328
329
|
servicemesh: Optional[pulumi.Input[str]] = None,
|
|
329
330
|
sgw: Optional[pulumi.Input[str]] = None,
|
|
@@ -453,6 +454,7 @@ class ProviderEndpointArgs:
|
|
|
453
454
|
:param pulumi.Input[str] sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
|
|
454
455
|
:param pulumi.Input[str] scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
|
|
455
456
|
:param pulumi.Input[str] sddp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
|
|
457
|
+
:param pulumi.Input[str] selectdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
456
458
|
:param pulumi.Input[str] serverless: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
457
459
|
:param pulumi.Input[str] servicemesh: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
|
|
458
460
|
:param pulumi.Input[str] sgw: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sgw endpoints.
|
|
@@ -697,6 +699,8 @@ class ProviderEndpointArgs:
|
|
|
697
699
|
pulumi.set(__self__, "scdn", scdn)
|
|
698
700
|
if sddp is not None:
|
|
699
701
|
pulumi.set(__self__, "sddp", sddp)
|
|
702
|
+
if selectdb is not None:
|
|
703
|
+
pulumi.set(__self__, "selectdb", selectdb)
|
|
700
704
|
if serverless is not None:
|
|
701
705
|
pulumi.set(__self__, "serverless", serverless)
|
|
702
706
|
if servicemesh is not None:
|
|
@@ -2093,6 +2097,18 @@ class ProviderEndpointArgs:
|
|
|
2093
2097
|
def sddp(self, value: Optional[pulumi.Input[str]]):
|
|
2094
2098
|
pulumi.set(self, "sddp", value)
|
|
2095
2099
|
|
|
2100
|
+
@property
|
|
2101
|
+
@pulumi.getter
|
|
2102
|
+
def selectdb(self) -> Optional[pulumi.Input[str]]:
|
|
2103
|
+
"""
|
|
2104
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
2105
|
+
"""
|
|
2106
|
+
return pulumi.get(self, "selectdb")
|
|
2107
|
+
|
|
2108
|
+
@selectdb.setter
|
|
2109
|
+
def selectdb(self, value: Optional[pulumi.Input[str]]):
|
|
2110
|
+
pulumi.set(self, "selectdb", value)
|
|
2111
|
+
|
|
2096
2112
|
@property
|
|
2097
2113
|
@pulumi.getter
|
|
2098
2114
|
def serverless(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -43,7 +43,8 @@ class InstanceArgs:
|
|
|
43
43
|
:param pulumi.Input[int] disk_size: The disk size of the instance. When modify this value, it only supports adjust to a greater value.
|
|
44
44
|
:param pulumi.Input[int] disk_type: The disk type of the instance. 0: efficient cloud disk , 1: SSD.
|
|
45
45
|
:param pulumi.Input[str] vswitch_id: The ID of attaching vswitch to instance.
|
|
46
|
-
:param pulumi.Input[str] config: The
|
|
46
|
+
:param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
|
|
47
|
+
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
47
48
|
:param pulumi.Input[int] eip_max: The max bandwidth of the instance. It will be ignored when `deploy_type = 5`. When modify this value, it only supports adjust to a greater value.
|
|
48
49
|
:param pulumi.Input[int] io_max: The max value of io of the instance. When modify this value, it only support adjust to a greater value.
|
|
49
50
|
:param pulumi.Input[str] io_max_spec: The traffic specification of the instance. We recommend that you configure this parameter.
|
|
@@ -66,7 +67,7 @@ class InstanceArgs:
|
|
|
66
67
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
67
68
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
68
69
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
69
|
-
:param pulumi.Input[str] service_version: The
|
|
70
|
+
:param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
|
|
70
71
|
:param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
|
|
71
72
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
72
73
|
:param pulumi.Input[int] topic_quota: The max num of topic can be creation of the instance.
|
|
@@ -172,7 +173,8 @@ class InstanceArgs:
|
|
|
172
173
|
@pulumi.getter
|
|
173
174
|
def config(self) -> Optional[pulumi.Input[str]]:
|
|
174
175
|
"""
|
|
175
|
-
The
|
|
176
|
+
The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
|
|
177
|
+
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
176
178
|
"""
|
|
177
179
|
return pulumi.get(self, "config")
|
|
178
180
|
|
|
@@ -316,7 +318,7 @@ class InstanceArgs:
|
|
|
316
318
|
@pulumi.getter(name="serviceVersion")
|
|
317
319
|
def service_version(self) -> Optional[pulumi.Input[str]]:
|
|
318
320
|
"""
|
|
319
|
-
The
|
|
321
|
+
The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
|
|
320
322
|
"""
|
|
321
323
|
return pulumi.get(self, "service_version")
|
|
322
324
|
|
|
@@ -425,7 +427,8 @@ class _InstanceState:
|
|
|
425
427
|
zone_id: Optional[pulumi.Input[str]] = None):
|
|
426
428
|
"""
|
|
427
429
|
Input properties used for looking up and filtering Instance resources.
|
|
428
|
-
:param pulumi.Input[str] config: The
|
|
430
|
+
:param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
|
|
431
|
+
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
429
432
|
:param pulumi.Input[int] deploy_type: The deployment type of the instance. **NOTE:** From version 1.161.0, this attribute supports to be updated. Valid values:
|
|
430
433
|
- 4: eip/vpc instance
|
|
431
434
|
- 5: vpc instance.
|
|
@@ -459,7 +462,7 @@ class _InstanceState:
|
|
|
459
462
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
460
463
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
461
464
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
462
|
-
:param pulumi.Input[str] service_version: The
|
|
465
|
+
:param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
|
|
463
466
|
:param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
|
|
464
467
|
:param pulumi.Input[int] status: The status of the instance.
|
|
465
468
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
@@ -544,7 +547,8 @@ class _InstanceState:
|
|
|
544
547
|
@pulumi.getter
|
|
545
548
|
def config(self) -> Optional[pulumi.Input[str]]:
|
|
546
549
|
"""
|
|
547
|
-
The
|
|
550
|
+
The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
|
|
551
|
+
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
548
552
|
"""
|
|
549
553
|
return pulumi.get(self, "config")
|
|
550
554
|
|
|
@@ -798,7 +802,7 @@ class _InstanceState:
|
|
|
798
802
|
@pulumi.getter(name="serviceVersion")
|
|
799
803
|
def service_version(self) -> Optional[pulumi.Input[str]]:
|
|
800
804
|
"""
|
|
801
|
-
The
|
|
805
|
+
The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
|
|
802
806
|
"""
|
|
803
807
|
return pulumi.get(self, "service_version")
|
|
804
808
|
|
|
@@ -969,7 +973,8 @@ class Instance(pulumi.CustomResource):
|
|
|
969
973
|
|
|
970
974
|
:param str resource_name: The name of the resource.
|
|
971
975
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
972
|
-
:param pulumi.Input[str] config: The
|
|
976
|
+
:param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
|
|
977
|
+
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
973
978
|
:param pulumi.Input[int] deploy_type: The deployment type of the instance. **NOTE:** From version 1.161.0, this attribute supports to be updated. Valid values:
|
|
974
979
|
- 4: eip/vpc instance
|
|
975
980
|
- 5: vpc instance.
|
|
@@ -997,7 +1002,7 @@ class Instance(pulumi.CustomResource):
|
|
|
997
1002
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
998
1003
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
999
1004
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
1000
|
-
:param pulumi.Input[str] service_version: The
|
|
1005
|
+
:param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
|
|
1001
1006
|
:param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
|
|
1002
1007
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
1003
1008
|
:param pulumi.Input[int] topic_quota: The max num of topic can be creation of the instance.
|
|
@@ -1155,7 +1160,8 @@ class Instance(pulumi.CustomResource):
|
|
|
1155
1160
|
:param str resource_name: The unique name of the resulting resource.
|
|
1156
1161
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1157
1162
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1158
|
-
:param pulumi.Input[str] config: The
|
|
1163
|
+
:param pulumi.Input[str] config: The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
|
|
1164
|
+
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
1159
1165
|
:param pulumi.Input[int] deploy_type: The deployment type of the instance. **NOTE:** From version 1.161.0, this attribute supports to be updated. Valid values:
|
|
1160
1166
|
- 4: eip/vpc instance
|
|
1161
1167
|
- 5: vpc instance.
|
|
@@ -1189,7 +1195,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1189
1195
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
1190
1196
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
1191
1197
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
1192
|
-
:param pulumi.Input[str] service_version: The
|
|
1198
|
+
:param pulumi.Input[str] service_version: The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
|
|
1193
1199
|
:param pulumi.Input[str] spec_type: The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.
|
|
1194
1200
|
:param pulumi.Input[int] status: The status of the instance.
|
|
1195
1201
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
@@ -1245,7 +1251,8 @@ class Instance(pulumi.CustomResource):
|
|
|
1245
1251
|
@pulumi.getter
|
|
1246
1252
|
def config(self) -> pulumi.Output[str]:
|
|
1247
1253
|
"""
|
|
1248
|
-
The
|
|
1254
|
+
The initial configurations of the ApsaraMQ for Kafka instance. The values must be valid JSON strings. The `config` supports the following parameters:
|
|
1255
|
+
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
1249
1256
|
"""
|
|
1250
1257
|
return pulumi.get(self, "config")
|
|
1251
1258
|
|
|
@@ -1419,7 +1426,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1419
1426
|
@pulumi.getter(name="serviceVersion")
|
|
1420
1427
|
def service_version(self) -> pulumi.Output[str]:
|
|
1421
1428
|
"""
|
|
1422
|
-
The
|
|
1429
|
+
The version of the ApsaraMQ for Kafka instance. Default value: `2.2.0`. Valid values: `2.2.0`, `2.6.2`.
|
|
1423
1430
|
"""
|
|
1424
1431
|
return pulumi.get(self, "service_version")
|
|
1425
1432
|
|
pulumi_alicloud/amqp/binding.py
CHANGED
|
@@ -37,6 +37,7 @@ class BindingArgs:
|
|
|
37
37
|
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
38
38
|
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
39
39
|
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
40
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
40
41
|
"""
|
|
41
42
|
pulumi.set(__self__, "binding_key", binding_key)
|
|
42
43
|
pulumi.set(__self__, "binding_type", binding_type)
|
|
@@ -131,6 +132,7 @@ class BindingArgs:
|
|
|
131
132
|
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
132
133
|
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
133
134
|
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
135
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
134
136
|
"""
|
|
135
137
|
return pulumi.get(self, "argument")
|
|
136
138
|
|
|
@@ -154,6 +156,7 @@ class _BindingState:
|
|
|
154
156
|
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
155
157
|
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
156
158
|
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
159
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
157
160
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
158
161
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
159
162
|
The binding key must be 1 to 255 characters in length.
|
|
@@ -188,6 +191,7 @@ class _BindingState:
|
|
|
188
191
|
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
189
192
|
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
190
193
|
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
194
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
191
195
|
"""
|
|
192
196
|
return pulumi.get(self, "argument")
|
|
193
197
|
|
|
@@ -350,6 +354,7 @@ class Binding(pulumi.CustomResource):
|
|
|
350
354
|
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
351
355
|
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
352
356
|
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
357
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
353
358
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
354
359
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
355
360
|
The binding key must be 1 to 255 characters in length.
|
|
@@ -504,6 +509,7 @@ class Binding(pulumi.CustomResource):
|
|
|
504
509
|
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
505
510
|
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
506
511
|
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
512
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
507
513
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
508
514
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
509
515
|
The binding key must be 1 to 255 characters in length.
|
|
@@ -536,6 +542,7 @@ class Binding(pulumi.CustomResource):
|
|
|
536
542
|
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
537
543
|
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
538
544
|
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
545
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
539
546
|
"""
|
|
540
547
|
return pulumi.get(self, "argument")
|
|
541
548
|
|
|
@@ -276,6 +276,7 @@ class Endpoints(dict):
|
|
|
276
276
|
sas: Optional[str] = None,
|
|
277
277
|
scdn: Optional[str] = None,
|
|
278
278
|
sddp: Optional[str] = None,
|
|
279
|
+
selectdb: Optional[str] = None,
|
|
279
280
|
serverless: Optional[str] = None,
|
|
280
281
|
servicemesh: Optional[str] = None,
|
|
281
282
|
sgw: Optional[str] = None,
|
|
@@ -405,6 +406,7 @@ class Endpoints(dict):
|
|
|
405
406
|
:param str sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
|
|
406
407
|
:param str scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
|
|
407
408
|
:param str sddp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
|
|
409
|
+
:param str selectdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
408
410
|
:param str serverless: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
409
411
|
:param str servicemesh: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
|
|
410
412
|
:param str sgw: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sgw endpoints.
|
|
@@ -649,6 +651,8 @@ class Endpoints(dict):
|
|
|
649
651
|
pulumi.set(__self__, "scdn", scdn)
|
|
650
652
|
if sddp is not None:
|
|
651
653
|
pulumi.set(__self__, "sddp", sddp)
|
|
654
|
+
if selectdb is not None:
|
|
655
|
+
pulumi.set(__self__, "selectdb", selectdb)
|
|
652
656
|
if serverless is not None:
|
|
653
657
|
pulumi.set(__self__, "serverless", serverless)
|
|
654
658
|
if servicemesh is not None:
|
|
@@ -1589,6 +1593,14 @@ class Endpoints(dict):
|
|
|
1589
1593
|
"""
|
|
1590
1594
|
return pulumi.get(self, "sddp")
|
|
1591
1595
|
|
|
1596
|
+
@property
|
|
1597
|
+
@pulumi.getter
|
|
1598
|
+
def selectdb(self) -> Optional[str]:
|
|
1599
|
+
"""
|
|
1600
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
1601
|
+
"""
|
|
1602
|
+
return pulumi.get(self, "selectdb")
|
|
1603
|
+
|
|
1592
1604
|
@property
|
|
1593
1605
|
@pulumi.getter
|
|
1594
1606
|
def serverless(self) -> Optional[str]:
|
pulumi_alicloud/cs/_inputs.py
CHANGED
|
@@ -1755,30 +1755,38 @@ class ManagedKubernetesRrsaMetadataArgs:
|
|
|
1755
1755
|
@pulumi.input_type
|
|
1756
1756
|
class NodePoolDataDiskArgs:
|
|
1757
1757
|
def __init__(__self__, *,
|
|
1758
|
+
auto_format: Optional[pulumi.Input[str]] = None,
|
|
1758
1759
|
auto_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
1759
1760
|
bursting_enabled: Optional[pulumi.Input[bool]] = None,
|
|
1760
1761
|
category: Optional[pulumi.Input[str]] = None,
|
|
1761
1762
|
device: Optional[pulumi.Input[str]] = None,
|
|
1762
1763
|
encrypted: Optional[pulumi.Input[str]] = None,
|
|
1764
|
+
file_system: Optional[pulumi.Input[str]] = None,
|
|
1763
1765
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
|
1766
|
+
mount_target: Optional[pulumi.Input[str]] = None,
|
|
1764
1767
|
name: Optional[pulumi.Input[str]] = None,
|
|
1765
1768
|
performance_level: Optional[pulumi.Input[str]] = None,
|
|
1766
1769
|
provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
1767
1770
|
size: Optional[pulumi.Input[int]] = None,
|
|
1768
1771
|
snapshot_id: Optional[pulumi.Input[str]] = None):
|
|
1769
1772
|
"""
|
|
1773
|
+
:param pulumi.Input[str] auto_format: Whether to automatically mount the data disk. Valid values: true and false.
|
|
1770
1774
|
:param pulumi.Input[str] auto_snapshot_policy_id: The ID of the automatic snapshot policy that you want to apply to the system disk.
|
|
1771
1775
|
:param pulumi.Input[bool] bursting_enabled: Whether the data disk is enabled with Burst (performance Burst). This is configured when the disk type is cloud_auto.
|
|
1772
1776
|
:param pulumi.Input[str] category: The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
|
|
1773
1777
|
:param pulumi.Input[str] device: The mount target of data disk N. Valid values of N: 1 to 16. If you do not specify this parameter, the system automatically assigns a mount target when Auto Scaling creates ECS instances. The name of the mount target ranges from /dev/xvdb to /dev/xvdz.
|
|
1774
1778
|
:param pulumi.Input[str] encrypted: Specifies whether to encrypt data disks. Valid values: true and false. Default to `false`.
|
|
1779
|
+
:param pulumi.Input[str] file_system: The Mount path. Works when auto_format is true.
|
|
1775
1780
|
:param pulumi.Input[str] kms_key_id: The kms key id used to encrypt the data disk. It takes effect when `encrypted` is true.
|
|
1776
|
-
:param pulumi.Input[str]
|
|
1781
|
+
:param pulumi.Input[str] mount_target: The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
|
|
1782
|
+
:param pulumi.Input[str] name: The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-). It will be overwritten if auto_format is set.
|
|
1777
1783
|
:param pulumi.Input[str] performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity. For more information, see [Enhanced SSDs](https://www.alibabacloud.com/help/doc-detail/122389.htm). Default is `PL1`.
|
|
1778
1784
|
:param pulumi.Input[int] provisioned_iops: The read/write IOPS preconfigured for the data disk, which is configured when the disk type is cloud_auto.
|
|
1779
1785
|
:param pulumi.Input[int] size: The size of a data disk, Its valid value range [40~32768] in GB. Default to `40`.
|
|
1780
1786
|
:param pulumi.Input[str] snapshot_id: The ID of the snapshot that you want to use to create data disk N. Valid values of N: 1 to 16. If you specify this parameter, DataDisk.N.Size is ignored. The size of the disk is the same as the size of the specified snapshot. If you specify a snapshot that is created on or before July 15, 2013, the operation fails and InvalidSnapshot.TooOld is returned.
|
|
1781
1787
|
"""
|
|
1788
|
+
if auto_format is not None:
|
|
1789
|
+
pulumi.set(__self__, "auto_format", auto_format)
|
|
1782
1790
|
if auto_snapshot_policy_id is not None:
|
|
1783
1791
|
pulumi.set(__self__, "auto_snapshot_policy_id", auto_snapshot_policy_id)
|
|
1784
1792
|
if bursting_enabled is not None:
|
|
@@ -1789,8 +1797,12 @@ class NodePoolDataDiskArgs:
|
|
|
1789
1797
|
pulumi.set(__self__, "device", device)
|
|
1790
1798
|
if encrypted is not None:
|
|
1791
1799
|
pulumi.set(__self__, "encrypted", encrypted)
|
|
1800
|
+
if file_system is not None:
|
|
1801
|
+
pulumi.set(__self__, "file_system", file_system)
|
|
1792
1802
|
if kms_key_id is not None:
|
|
1793
1803
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
|
1804
|
+
if mount_target is not None:
|
|
1805
|
+
pulumi.set(__self__, "mount_target", mount_target)
|
|
1794
1806
|
if name is not None:
|
|
1795
1807
|
pulumi.set(__self__, "name", name)
|
|
1796
1808
|
if performance_level is not None:
|
|
@@ -1802,6 +1814,18 @@ class NodePoolDataDiskArgs:
|
|
|
1802
1814
|
if snapshot_id is not None:
|
|
1803
1815
|
pulumi.set(__self__, "snapshot_id", snapshot_id)
|
|
1804
1816
|
|
|
1817
|
+
@property
|
|
1818
|
+
@pulumi.getter(name="autoFormat")
|
|
1819
|
+
def auto_format(self) -> Optional[pulumi.Input[str]]:
|
|
1820
|
+
"""
|
|
1821
|
+
Whether to automatically mount the data disk. Valid values: true and false.
|
|
1822
|
+
"""
|
|
1823
|
+
return pulumi.get(self, "auto_format")
|
|
1824
|
+
|
|
1825
|
+
@auto_format.setter
|
|
1826
|
+
def auto_format(self, value: Optional[pulumi.Input[str]]):
|
|
1827
|
+
pulumi.set(self, "auto_format", value)
|
|
1828
|
+
|
|
1805
1829
|
@property
|
|
1806
1830
|
@pulumi.getter(name="autoSnapshotPolicyId")
|
|
1807
1831
|
def auto_snapshot_policy_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1862,6 +1886,18 @@ class NodePoolDataDiskArgs:
|
|
|
1862
1886
|
def encrypted(self, value: Optional[pulumi.Input[str]]):
|
|
1863
1887
|
pulumi.set(self, "encrypted", value)
|
|
1864
1888
|
|
|
1889
|
+
@property
|
|
1890
|
+
@pulumi.getter(name="fileSystem")
|
|
1891
|
+
def file_system(self) -> Optional[pulumi.Input[str]]:
|
|
1892
|
+
"""
|
|
1893
|
+
The Mount path. Works when auto_format is true.
|
|
1894
|
+
"""
|
|
1895
|
+
return pulumi.get(self, "file_system")
|
|
1896
|
+
|
|
1897
|
+
@file_system.setter
|
|
1898
|
+
def file_system(self, value: Optional[pulumi.Input[str]]):
|
|
1899
|
+
pulumi.set(self, "file_system", value)
|
|
1900
|
+
|
|
1865
1901
|
@property
|
|
1866
1902
|
@pulumi.getter(name="kmsKeyId")
|
|
1867
1903
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1874,11 +1910,23 @@ class NodePoolDataDiskArgs:
|
|
|
1874
1910
|
def kms_key_id(self, value: Optional[pulumi.Input[str]]):
|
|
1875
1911
|
pulumi.set(self, "kms_key_id", value)
|
|
1876
1912
|
|
|
1913
|
+
@property
|
|
1914
|
+
@pulumi.getter(name="mountTarget")
|
|
1915
|
+
def mount_target(self) -> Optional[pulumi.Input[str]]:
|
|
1916
|
+
"""
|
|
1917
|
+
The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
|
|
1918
|
+
"""
|
|
1919
|
+
return pulumi.get(self, "mount_target")
|
|
1920
|
+
|
|
1921
|
+
@mount_target.setter
|
|
1922
|
+
def mount_target(self, value: Optional[pulumi.Input[str]]):
|
|
1923
|
+
pulumi.set(self, "mount_target", value)
|
|
1924
|
+
|
|
1877
1925
|
@property
|
|
1878
1926
|
@pulumi.getter
|
|
1879
1927
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1880
1928
|
"""
|
|
1881
|
-
The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-).
|
|
1929
|
+
The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-). It will be overwritten if auto_format is set.
|
|
1882
1930
|
"""
|
|
1883
1931
|
return pulumi.get(self, "name")
|
|
1884
1932
|
|