pulumi-alicloud 3.61.0__py3-none-any.whl → 3.61.0a1723820875__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 +0 -27
- pulumi_alicloud/_inputs.py +0 -16
- pulumi_alicloud/alikafka/instance.py +14 -21
- pulumi_alicloud/amqp/binding.py +0 -7
- pulumi_alicloud/config/outputs.py +0 -12
- pulumi_alicloud/cs/_inputs.py +2 -50
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +3 -45
- pulumi_alicloud/dataworks/__init__.py +0 -1
- pulumi_alicloud/elasticsearch/instance.py +14 -296
- pulumi_alicloud/log/store.py +10 -91
- pulumi_alicloud/mongodb/_inputs.py +12 -12
- pulumi_alicloud/mongodb/instance.py +7 -54
- pulumi_alicloud/mongodb/outputs.py +12 -12
- pulumi_alicloud/mongodb/sharding_instance.py +7 -54
- pulumi_alicloud/mongodb/sharding_network_private_address.py +39 -145
- pulumi_alicloud/pulumi-plugin.json +1 -1
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/RECORD +21 -29
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/WHEEL +1 -1
- pulumi_alicloud/dataworks/project.py +0 -450
- pulumi_alicloud/selectdb/__init__.py +0 -13
- pulumi_alicloud/selectdb/_inputs.py +0 -446
- pulumi_alicloud/selectdb/db_cluster.py +0 -830
- pulumi_alicloud/selectdb/db_instance.py +0 -1368
- pulumi_alicloud/selectdb/get_db_clusters.py +0 -184
- pulumi_alicloud/selectdb/get_db_instances.py +0 -191
- pulumi_alicloud/selectdb/outputs.py +0 -1122
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/top_level.txt +0 -0
pulumi_alicloud/__init__.py
CHANGED
|
@@ -251,8 +251,6 @@ 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
|
|
256
254
|
import pulumi_alicloud.servicecatalog as __servicecatalog
|
|
257
255
|
servicecatalog = __servicecatalog
|
|
258
256
|
import pulumi_alicloud.servicemesh as __servicemesh
|
|
@@ -400,7 +398,6 @@ else:
|
|
|
400
398
|
schedulerx = _utilities.lazy_import('pulumi_alicloud.schedulerx')
|
|
401
399
|
sddp = _utilities.lazy_import('pulumi_alicloud.sddp')
|
|
402
400
|
securitycenter = _utilities.lazy_import('pulumi_alicloud.securitycenter')
|
|
403
|
-
selectdb = _utilities.lazy_import('pulumi_alicloud.selectdb')
|
|
404
401
|
servicecatalog = _utilities.lazy_import('pulumi_alicloud.servicecatalog')
|
|
405
402
|
servicemesh = _utilities.lazy_import('pulumi_alicloud.servicemesh')
|
|
406
403
|
simpleapplicationserver = _utilities.lazy_import('pulumi_alicloud.simpleapplicationserver')
|
|
@@ -2357,14 +2354,6 @@ _utilities.register(
|
|
|
2357
2354
|
"alicloud:dataworks/folder:Folder": "Folder"
|
|
2358
2355
|
}
|
|
2359
2356
|
},
|
|
2360
|
-
{
|
|
2361
|
-
"pkg": "alicloud",
|
|
2362
|
-
"mod": "dataworks/project",
|
|
2363
|
-
"fqn": "pulumi_alicloud.dataworks",
|
|
2364
|
-
"classes": {
|
|
2365
|
-
"alicloud:dataworks/project:Project": "Project"
|
|
2366
|
-
}
|
|
2367
|
-
},
|
|
2368
2357
|
{
|
|
2369
2358
|
"pkg": "alicloud",
|
|
2370
2359
|
"mod": "dbs/backupPlan",
|
|
@@ -6549,22 +6538,6 @@ _utilities.register(
|
|
|
6549
6538
|
"alicloud:securitycenter/serviceLinkedRole:ServiceLinkedRole": "ServiceLinkedRole"
|
|
6550
6539
|
}
|
|
6551
6540
|
},
|
|
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
|
-
},
|
|
6568
6541
|
{
|
|
6569
6542
|
"pkg": "alicloud",
|
|
6570
6543
|
"mod": "servicecatalog/portfolio",
|
pulumi_alicloud/_inputs.py
CHANGED
|
@@ -324,7 +324,6 @@ 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,
|
|
328
327
|
serverless: Optional[pulumi.Input[str]] = None,
|
|
329
328
|
servicemesh: Optional[pulumi.Input[str]] = None,
|
|
330
329
|
sgw: Optional[pulumi.Input[str]] = None,
|
|
@@ -454,7 +453,6 @@ class ProviderEndpointArgs:
|
|
|
454
453
|
: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.
|
|
455
454
|
: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.
|
|
456
455
|
: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.
|
|
458
456
|
: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.
|
|
459
457
|
: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.
|
|
460
458
|
: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.
|
|
@@ -699,8 +697,6 @@ class ProviderEndpointArgs:
|
|
|
699
697
|
pulumi.set(__self__, "scdn", scdn)
|
|
700
698
|
if sddp is not None:
|
|
701
699
|
pulumi.set(__self__, "sddp", sddp)
|
|
702
|
-
if selectdb is not None:
|
|
703
|
-
pulumi.set(__self__, "selectdb", selectdb)
|
|
704
700
|
if serverless is not None:
|
|
705
701
|
pulumi.set(__self__, "serverless", serverless)
|
|
706
702
|
if servicemesh is not None:
|
|
@@ -2097,18 +2093,6 @@ class ProviderEndpointArgs:
|
|
|
2097
2093
|
def sddp(self, value: Optional[pulumi.Input[str]]):
|
|
2098
2094
|
pulumi.set(self, "sddp", value)
|
|
2099
2095
|
|
|
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
|
-
|
|
2112
2096
|
@property
|
|
2113
2097
|
@pulumi.getter
|
|
2114
2098
|
def serverless(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -43,8 +43,7 @@ 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
|
|
47
|
-
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
46
|
+
:param pulumi.Input[str] config: The basic config for this instance. The input should be json type, only the following key allowed: enable.acl, enable.vpc_sasl_ssl, kafka.log.retention.hours, kafka.message.max.bytes.
|
|
48
47
|
: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.
|
|
49
48
|
: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.
|
|
50
49
|
:param pulumi.Input[str] io_max_spec: The traffic specification of the instance. We recommend that you configure this parameter.
|
|
@@ -67,7 +66,7 @@ class InstanceArgs:
|
|
|
67
66
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
68
67
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
69
68
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
70
|
-
:param pulumi.Input[str] service_version: The
|
|
69
|
+
:param pulumi.Input[str] service_version: The kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.2.
|
|
71
70
|
: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.
|
|
72
71
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
73
72
|
:param pulumi.Input[int] topic_quota: The max num of topic can be creation of the instance.
|
|
@@ -173,8 +172,7 @@ class InstanceArgs:
|
|
|
173
172
|
@pulumi.getter
|
|
174
173
|
def config(self) -> Optional[pulumi.Input[str]]:
|
|
175
174
|
"""
|
|
176
|
-
The
|
|
177
|
-
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
175
|
+
The basic config for this instance. The input should be json type, only the following key allowed: enable.acl, enable.vpc_sasl_ssl, kafka.log.retention.hours, kafka.message.max.bytes.
|
|
178
176
|
"""
|
|
179
177
|
return pulumi.get(self, "config")
|
|
180
178
|
|
|
@@ -318,7 +316,7 @@ class InstanceArgs:
|
|
|
318
316
|
@pulumi.getter(name="serviceVersion")
|
|
319
317
|
def service_version(self) -> Optional[pulumi.Input[str]]:
|
|
320
318
|
"""
|
|
321
|
-
The
|
|
319
|
+
The kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.2.
|
|
322
320
|
"""
|
|
323
321
|
return pulumi.get(self, "service_version")
|
|
324
322
|
|
|
@@ -427,8 +425,7 @@ class _InstanceState:
|
|
|
427
425
|
zone_id: Optional[pulumi.Input[str]] = None):
|
|
428
426
|
"""
|
|
429
427
|
Input properties used for looking up and filtering Instance resources.
|
|
430
|
-
:param pulumi.Input[str] config: The
|
|
431
|
-
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
428
|
+
:param pulumi.Input[str] config: The basic config for this instance. The input should be json type, only the following key allowed: enable.acl, enable.vpc_sasl_ssl, kafka.log.retention.hours, kafka.message.max.bytes.
|
|
432
429
|
: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:
|
|
433
430
|
- 4: eip/vpc instance
|
|
434
431
|
- 5: vpc instance.
|
|
@@ -462,7 +459,7 @@ class _InstanceState:
|
|
|
462
459
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
463
460
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
464
461
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
465
|
-
:param pulumi.Input[str] service_version: The
|
|
462
|
+
:param pulumi.Input[str] service_version: The kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.2.
|
|
466
463
|
: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.
|
|
467
464
|
:param pulumi.Input[int] status: The status of the instance.
|
|
468
465
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
@@ -547,8 +544,7 @@ class _InstanceState:
|
|
|
547
544
|
@pulumi.getter
|
|
548
545
|
def config(self) -> Optional[pulumi.Input[str]]:
|
|
549
546
|
"""
|
|
550
|
-
The
|
|
551
|
-
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
547
|
+
The basic config for this instance. The input should be json type, only the following key allowed: enable.acl, enable.vpc_sasl_ssl, kafka.log.retention.hours, kafka.message.max.bytes.
|
|
552
548
|
"""
|
|
553
549
|
return pulumi.get(self, "config")
|
|
554
550
|
|
|
@@ -802,7 +798,7 @@ class _InstanceState:
|
|
|
802
798
|
@pulumi.getter(name="serviceVersion")
|
|
803
799
|
def service_version(self) -> Optional[pulumi.Input[str]]:
|
|
804
800
|
"""
|
|
805
|
-
The
|
|
801
|
+
The kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.2.
|
|
806
802
|
"""
|
|
807
803
|
return pulumi.get(self, "service_version")
|
|
808
804
|
|
|
@@ -973,8 +969,7 @@ class Instance(pulumi.CustomResource):
|
|
|
973
969
|
|
|
974
970
|
:param str resource_name: The name of the resource.
|
|
975
971
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
976
|
-
:param pulumi.Input[str] config: The
|
|
977
|
-
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
972
|
+
:param pulumi.Input[str] config: The basic config for this instance. The input should be json type, only the following key allowed: enable.acl, enable.vpc_sasl_ssl, kafka.log.retention.hours, kafka.message.max.bytes.
|
|
978
973
|
: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:
|
|
979
974
|
- 4: eip/vpc instance
|
|
980
975
|
- 5: vpc instance.
|
|
@@ -1002,7 +997,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1002
997
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
1003
998
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
1004
999
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
1005
|
-
:param pulumi.Input[str] service_version: The
|
|
1000
|
+
:param pulumi.Input[str] service_version: The kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.2.
|
|
1006
1001
|
: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.
|
|
1007
1002
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
1008
1003
|
:param pulumi.Input[int] topic_quota: The max num of topic can be creation of the instance.
|
|
@@ -1160,8 +1155,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1160
1155
|
:param str resource_name: The unique name of the resulting resource.
|
|
1161
1156
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1162
1157
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1163
|
-
:param pulumi.Input[str] config: The
|
|
1164
|
-
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
1158
|
+
:param pulumi.Input[str] config: The basic config for this instance. The input should be json type, only the following key allowed: enable.acl, enable.vpc_sasl_ssl, kafka.log.retention.hours, kafka.message.max.bytes.
|
|
1165
1159
|
: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:
|
|
1166
1160
|
- 4: eip/vpc instance
|
|
1167
1161
|
- 5: vpc instance.
|
|
@@ -1195,7 +1189,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1195
1189
|
|60 | 1400-6100:100 | 80-450:1 | 1-500:1 |
|
|
1196
1190
|
|90 | 2100-6100:100 | 100-450:1 | 1-500:1 |
|
|
1197
1191
|
|120 | 2700-6100:100 | 150-450:1 | 1-500:1 |
|
|
1198
|
-
:param pulumi.Input[str] service_version: The
|
|
1192
|
+
:param pulumi.Input[str] service_version: The kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.2.
|
|
1199
1193
|
: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.
|
|
1200
1194
|
:param pulumi.Input[int] status: The status of the instance.
|
|
1201
1195
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
@@ -1251,8 +1245,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1251
1245
|
@pulumi.getter
|
|
1252
1246
|
def config(self) -> pulumi.Output[str]:
|
|
1253
1247
|
"""
|
|
1254
|
-
The
|
|
1255
|
-
* `enable.vpc_sasl_ssl`: Specifies whether to enable VPC transmission encryption. Default value: `false`. Valid values:
|
|
1248
|
+
The basic config for this instance. The input should be json type, only the following key allowed: enable.acl, enable.vpc_sasl_ssl, kafka.log.retention.hours, kafka.message.max.bytes.
|
|
1256
1249
|
"""
|
|
1257
1250
|
return pulumi.get(self, "config")
|
|
1258
1251
|
|
|
@@ -1426,7 +1419,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1426
1419
|
@pulumi.getter(name="serviceVersion")
|
|
1427
1420
|
def service_version(self) -> pulumi.Output[str]:
|
|
1428
1421
|
"""
|
|
1429
|
-
The
|
|
1422
|
+
The kafka openSource version for this instance. Only 0.10.2 or 2.2.0 is allowed, default is 0.10.2.
|
|
1430
1423
|
"""
|
|
1431
1424
|
return pulumi.get(self, "service_version")
|
|
1432
1425
|
|
pulumi_alicloud/amqp/binding.py
CHANGED
|
@@ -37,7 +37,6 @@ 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.
|
|
41
40
|
"""
|
|
42
41
|
pulumi.set(__self__, "binding_key", binding_key)
|
|
43
42
|
pulumi.set(__self__, "binding_type", binding_type)
|
|
@@ -132,7 +131,6 @@ class BindingArgs:
|
|
|
132
131
|
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
133
132
|
- `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.
|
|
134
133
|
- `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.
|
|
136
134
|
"""
|
|
137
135
|
return pulumi.get(self, "argument")
|
|
138
136
|
|
|
@@ -156,7 +154,6 @@ class _BindingState:
|
|
|
156
154
|
: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:
|
|
157
155
|
- `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.
|
|
158
156
|
- `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.
|
|
160
157
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
161
158
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
162
159
|
The binding key must be 1 to 255 characters in length.
|
|
@@ -191,7 +188,6 @@ class _BindingState:
|
|
|
191
188
|
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
192
189
|
- `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.
|
|
193
190
|
- `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.
|
|
195
191
|
"""
|
|
196
192
|
return pulumi.get(self, "argument")
|
|
197
193
|
|
|
@@ -354,7 +350,6 @@ class Binding(pulumi.CustomResource):
|
|
|
354
350
|
: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:
|
|
355
351
|
- `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.
|
|
356
352
|
- `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.
|
|
358
353
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
359
354
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
360
355
|
The binding key must be 1 to 255 characters in length.
|
|
@@ -509,7 +504,6 @@ class Binding(pulumi.CustomResource):
|
|
|
509
504
|
: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:
|
|
510
505
|
- `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.
|
|
511
506
|
- `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.
|
|
513
507
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
514
508
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
515
509
|
The binding key must be 1 to 255 characters in length.
|
|
@@ -542,7 +536,6 @@ class Binding(pulumi.CustomResource):
|
|
|
542
536
|
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
543
537
|
- `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.
|
|
544
538
|
- `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.
|
|
546
539
|
"""
|
|
547
540
|
return pulumi.get(self, "argument")
|
|
548
541
|
|
|
@@ -276,7 +276,6 @@ 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,
|
|
280
279
|
serverless: Optional[str] = None,
|
|
281
280
|
servicemesh: Optional[str] = None,
|
|
282
281
|
sgw: Optional[str] = None,
|
|
@@ -406,7 +405,6 @@ class Endpoints(dict):
|
|
|
406
405
|
: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.
|
|
407
406
|
: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.
|
|
408
407
|
: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.
|
|
410
408
|
: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.
|
|
411
409
|
: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.
|
|
412
410
|
: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.
|
|
@@ -651,8 +649,6 @@ class Endpoints(dict):
|
|
|
651
649
|
pulumi.set(__self__, "scdn", scdn)
|
|
652
650
|
if sddp is not None:
|
|
653
651
|
pulumi.set(__self__, "sddp", sddp)
|
|
654
|
-
if selectdb is not None:
|
|
655
|
-
pulumi.set(__self__, "selectdb", selectdb)
|
|
656
652
|
if serverless is not None:
|
|
657
653
|
pulumi.set(__self__, "serverless", serverless)
|
|
658
654
|
if servicemesh is not None:
|
|
@@ -1593,14 +1589,6 @@ class Endpoints(dict):
|
|
|
1593
1589
|
"""
|
|
1594
1590
|
return pulumi.get(self, "sddp")
|
|
1595
1591
|
|
|
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
|
-
|
|
1604
1592
|
@property
|
|
1605
1593
|
@pulumi.getter
|
|
1606
1594
|
def serverless(self) -> Optional[str]:
|
pulumi_alicloud/cs/_inputs.py
CHANGED
|
@@ -1755,38 +1755,30 @@ class ManagedKubernetesRrsaMetadataArgs:
|
|
|
1755
1755
|
@pulumi.input_type
|
|
1756
1756
|
class NodePoolDataDiskArgs:
|
|
1757
1757
|
def __init__(__self__, *,
|
|
1758
|
-
auto_format: Optional[pulumi.Input[str]] = None,
|
|
1759
1758
|
auto_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
1760
1759
|
bursting_enabled: Optional[pulumi.Input[bool]] = None,
|
|
1761
1760
|
category: Optional[pulumi.Input[str]] = None,
|
|
1762
1761
|
device: Optional[pulumi.Input[str]] = None,
|
|
1763
1762
|
encrypted: Optional[pulumi.Input[str]] = None,
|
|
1764
|
-
file_system: Optional[pulumi.Input[str]] = None,
|
|
1765
1763
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
|
1766
|
-
mount_target: Optional[pulumi.Input[str]] = None,
|
|
1767
1764
|
name: Optional[pulumi.Input[str]] = None,
|
|
1768
1765
|
performance_level: Optional[pulumi.Input[str]] = None,
|
|
1769
1766
|
provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
1770
1767
|
size: Optional[pulumi.Input[int]] = None,
|
|
1771
1768
|
snapshot_id: Optional[pulumi.Input[str]] = None):
|
|
1772
1769
|
"""
|
|
1773
|
-
:param pulumi.Input[str] auto_format: Whether to automatically mount the data disk. Valid values: true and false.
|
|
1774
1770
|
:param pulumi.Input[str] auto_snapshot_policy_id: The ID of the automatic snapshot policy that you want to apply to the system disk.
|
|
1775
1771
|
: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.
|
|
1776
1772
|
:param pulumi.Input[str] category: The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
|
|
1777
1773
|
: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.
|
|
1778
1774
|
: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.
|
|
1780
1775
|
:param pulumi.Input[str] kms_key_id: The kms key id used to encrypt the data disk. It takes effect when `encrypted` is true.
|
|
1781
|
-
:param pulumi.Input[str]
|
|
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.
|
|
1776
|
+
: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 (-).
|
|
1783
1777
|
: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`.
|
|
1784
1778
|
: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.
|
|
1785
1779
|
:param pulumi.Input[int] size: The size of a data disk, Its valid value range [40~32768] in GB. Default to `40`.
|
|
1786
1780
|
: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.
|
|
1787
1781
|
"""
|
|
1788
|
-
if auto_format is not None:
|
|
1789
|
-
pulumi.set(__self__, "auto_format", auto_format)
|
|
1790
1782
|
if auto_snapshot_policy_id is not None:
|
|
1791
1783
|
pulumi.set(__self__, "auto_snapshot_policy_id", auto_snapshot_policy_id)
|
|
1792
1784
|
if bursting_enabled is not None:
|
|
@@ -1797,12 +1789,8 @@ class NodePoolDataDiskArgs:
|
|
|
1797
1789
|
pulumi.set(__self__, "device", device)
|
|
1798
1790
|
if encrypted is not None:
|
|
1799
1791
|
pulumi.set(__self__, "encrypted", encrypted)
|
|
1800
|
-
if file_system is not None:
|
|
1801
|
-
pulumi.set(__self__, "file_system", file_system)
|
|
1802
1792
|
if kms_key_id is not None:
|
|
1803
1793
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
|
1804
|
-
if mount_target is not None:
|
|
1805
|
-
pulumi.set(__self__, "mount_target", mount_target)
|
|
1806
1794
|
if name is not None:
|
|
1807
1795
|
pulumi.set(__self__, "name", name)
|
|
1808
1796
|
if performance_level is not None:
|
|
@@ -1814,18 +1802,6 @@ class NodePoolDataDiskArgs:
|
|
|
1814
1802
|
if snapshot_id is not None:
|
|
1815
1803
|
pulumi.set(__self__, "snapshot_id", snapshot_id)
|
|
1816
1804
|
|
|
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
|
-
|
|
1829
1805
|
@property
|
|
1830
1806
|
@pulumi.getter(name="autoSnapshotPolicyId")
|
|
1831
1807
|
def auto_snapshot_policy_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1886,18 +1862,6 @@ class NodePoolDataDiskArgs:
|
|
|
1886
1862
|
def encrypted(self, value: Optional[pulumi.Input[str]]):
|
|
1887
1863
|
pulumi.set(self, "encrypted", value)
|
|
1888
1864
|
|
|
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
|
-
|
|
1901
1865
|
@property
|
|
1902
1866
|
@pulumi.getter(name="kmsKeyId")
|
|
1903
1867
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1910,23 +1874,11 @@ class NodePoolDataDiskArgs:
|
|
|
1910
1874
|
def kms_key_id(self, value: Optional[pulumi.Input[str]]):
|
|
1911
1875
|
pulumi.set(self, "kms_key_id", value)
|
|
1912
1876
|
|
|
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
|
-
|
|
1925
1877
|
@property
|
|
1926
1878
|
@pulumi.getter
|
|
1927
1879
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1928
1880
|
"""
|
|
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 (-).
|
|
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 (-).
|
|
1930
1882
|
"""
|
|
1931
1883
|
return pulumi.get(self, "name")
|
|
1932
1884
|
|