@volcengine/pulumi 0.0.27 → 0.0.28

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.
Files changed (264) hide show
  1. package/clb/clb.d.ts +8 -8
  2. package/clb/clb.js +0 -3
  3. package/clb/clb.js.map +1 -1
  4. package/cloud_firewall/cfwAddressBook.d.ts +128 -0
  5. package/cloud_firewall/cfwAddressBook.js +93 -0
  6. package/cloud_firewall/cfwAddressBook.js.map +1 -0
  7. package/cloud_firewall/cfwAddressBooks.d.ts +122 -0
  8. package/cloud_firewall/cfwAddressBooks.js +53 -0
  9. package/cloud_firewall/cfwAddressBooks.js.map +1 -0
  10. package/cloud_firewall/cfwControlPolicies.d.ts +176 -0
  11. package/cloud_firewall/cfwControlPolicies.js +56 -0
  12. package/cloud_firewall/cfwControlPolicies.js.map +1 -0
  13. package/cloud_firewall/cfwControlPolicy.d.ts +384 -0
  14. package/cloud_firewall/cfwControlPolicy.js +170 -0
  15. package/cloud_firewall/cfwControlPolicy.js.map +1 -0
  16. package/cloud_firewall/cfwControlPolicyPriority.d.ts +135 -0
  17. package/cloud_firewall/cfwControlPolicyPriority.js +116 -0
  18. package/cloud_firewall/cfwControlPolicyPriority.js.map +1 -0
  19. package/cloud_firewall/cfwDnsControlPolicies.d.ts +160 -0
  20. package/cloud_firewall/cfwDnsControlPolicies.js +80 -0
  21. package/cloud_firewall/cfwDnsControlPolicies.js.map +1 -0
  22. package/cloud_firewall/cfwDnsControlPolicy.d.ts +173 -0
  23. package/cloud_firewall/cfwDnsControlPolicy.js +107 -0
  24. package/cloud_firewall/cfwDnsControlPolicy.js.map +1 -0
  25. package/cloud_firewall/cfwNatFirewallControlPolicies.d.ts +200 -0
  26. package/cloud_firewall/cfwNatFirewallControlPolicies.js +58 -0
  27. package/cloud_firewall/cfwNatFirewallControlPolicies.js.map +1 -0
  28. package/cloud_firewall/cfwNatFirewallControlPolicy.d.ts +406 -0
  29. package/cloud_firewall/cfwNatFirewallControlPolicy.js +179 -0
  30. package/cloud_firewall/cfwNatFirewallControlPolicy.js.map +1 -0
  31. package/cloud_firewall/cfwNatFirewallControlPolicyPriority.d.ts +150 -0
  32. package/cloud_firewall/cfwNatFirewallControlPolicyPriority.js +124 -0
  33. package/cloud_firewall/cfwNatFirewallControlPolicyPriority.js.map +1 -0
  34. package/cloud_firewall/cfwVpcFirewallAclRule.d.ts +392 -0
  35. package/cloud_firewall/cfwVpcFirewallAclRule.js +172 -0
  36. package/cloud_firewall/cfwVpcFirewallAclRule.js.map +1 -0
  37. package/cloud_firewall/cfwVpcFirewallAclRulePriority.d.ts +135 -0
  38. package/cloud_firewall/cfwVpcFirewallAclRulePriority.js +116 -0
  39. package/cloud_firewall/cfwVpcFirewallAclRulePriority.js.map +1 -0
  40. package/cloud_firewall/cfwVpcFirewallAclRules.d.ts +182 -0
  41. package/cloud_firewall/cfwVpcFirewallAclRules.js +62 -0
  42. package/cloud_firewall/cfwVpcFirewallAclRules.js.map +1 -0
  43. package/cloud_firewall/index.d.ts +39 -0
  44. package/cloud_firewall/index.js +72 -0
  45. package/cloud_firewall/index.js.map +1 -0
  46. package/cloud_monitor/rule.d.ts +29 -11
  47. package/cloud_monitor/rule.js +10 -2
  48. package/cloud_monitor/rule.js.map +1 -1
  49. package/config/vars.d.ts +4 -0
  50. package/config/vars.js +6 -0
  51. package/config/vars.js.map +1 -1
  52. package/dns/backup.d.ts +83 -0
  53. package/dns/backup.js +75 -0
  54. package/dns/backup.js.map +1 -0
  55. package/dns/backupSchedule.d.ts +90 -0
  56. package/dns/backupSchedule.js +81 -0
  57. package/dns/backupSchedule.js.map +1 -0
  58. package/dns/backups.d.ts +84 -0
  59. package/dns/backups.js +47 -0
  60. package/dns/backups.js.map +1 -0
  61. package/dns/index.d.ts +24 -0
  62. package/dns/index.js +49 -0
  63. package/dns/index.js.map +1 -0
  64. package/dns/record.d.ts +220 -0
  65. package/dns/record.js +115 -0
  66. package/dns/record.js.map +1 -0
  67. package/dns/recordSets.d.ts +122 -0
  68. package/dns/recordSets.js +58 -0
  69. package/dns/recordSets.js.map +1 -0
  70. package/dns/records.d.ts +150 -0
  71. package/dns/records.js +53 -0
  72. package/dns/records.js.map +1 -0
  73. package/dns/zone.d.ts +225 -0
  74. package/dns/zone.js +113 -0
  75. package/dns/zone.js.map +1 -0
  76. package/dns/zones.d.ts +169 -0
  77. package/dns/zones.js +61 -0
  78. package/dns/zones.js.map +1 -0
  79. package/ebs/volume.d.ts +27 -15
  80. package/ebs/volume.js +2 -0
  81. package/ebs/volume.js.map +1 -1
  82. package/ecs/instance.d.ts +12 -0
  83. package/ecs/instance.js +2 -0
  84. package/ecs/instance.js.map +1 -1
  85. package/escloud/instance.d.ts +1 -1
  86. package/escloud/instance.js +1 -1
  87. package/escloud/instances.d.ts +2 -2
  88. package/escloud/instances.js +2 -2
  89. package/escloud/regions.d.ts +2 -2
  90. package/escloud/regions.js +2 -2
  91. package/escloud/zones.d.ts +2 -2
  92. package/escloud/zones.js +2 -2
  93. package/escloud_v2/escloudInstanceV2.d.ts +496 -0
  94. package/escloud_v2/escloudInstanceV2.js +243 -0
  95. package/escloud_v2/escloudInstanceV2.js.map +1 -0
  96. package/escloud_v2/escloudInstancesV2.d.ts +53 -0
  97. package/escloud_v2/escloudInstancesV2.js +28 -0
  98. package/escloud_v2/escloudInstancesV2.js.map +1 -0
  99. package/escloud_v2/escloudIpWhiteList.d.ts +188 -0
  100. package/escloud_v2/escloudIpWhiteList.js +171 -0
  101. package/escloud_v2/escloudIpWhiteList.js.map +1 -0
  102. package/escloud_v2/index.d.ts +9 -0
  103. package/escloud_v2/index.js +30 -0
  104. package/escloud_v2/index.js.map +1 -0
  105. package/index.d.ts +6 -1
  106. package/index.js +11 -1
  107. package/index.js.map +1 -1
  108. package/mongodb/account.d.ts +188 -0
  109. package/mongodb/account.js +142 -0
  110. package/mongodb/account.js.map +1 -0
  111. package/mongodb/accounts.d.ts +16 -4
  112. package/mongodb/accounts.js +1 -0
  113. package/mongodb/accounts.js.map +1 -1
  114. package/mongodb/endpoint.d.ts +3 -3
  115. package/mongodb/index.d.ts +3 -0
  116. package/mongodb/index.js +6 -1
  117. package/mongodb/index.js.map +1 -1
  118. package/mongodb/instance.d.ts +117 -46
  119. package/mongodb/instance.js +40 -7
  120. package/mongodb/instance.js.map +1 -1
  121. package/mongodb/instanceParameter.d.ts +3 -3
  122. package/mongodb/instances.d.ts +12 -0
  123. package/mongodb/instances.js +1 -0
  124. package/mongodb/instances.js.map +1 -1
  125. package/mongodb/mongoAllowList.d.ts +43 -4
  126. package/mongodb/mongoAllowList.js +10 -1
  127. package/mongodb/mongoAllowList.js.map +1 -1
  128. package/mongodb/mongoAllowLists.d.ts +12 -0
  129. package/mongodb/mongoAllowLists.js +1 -0
  130. package/mongodb/mongoAllowLists.js.map +1 -1
  131. package/package.json +1 -1
  132. package/privatelink/vpcEndpoint.d.ts +20 -0
  133. package/privatelink/vpcEndpoint.js +4 -0
  134. package/privatelink/vpcEndpoint.js.map +1 -1
  135. package/provider.d.ts +8 -0
  136. package/provider.js +1 -0
  137. package/provider.js.map +1 -1
  138. package/rabbitmq/index.d.ts +15 -0
  139. package/rabbitmq/index.js +38 -0
  140. package/rabbitmq/index.js.map +1 -0
  141. package/rabbitmq/instance.d.ts +323 -0
  142. package/rabbitmq/instance.js +172 -0
  143. package/rabbitmq/instance.js.map +1 -0
  144. package/rabbitmq/instancePlugin.d.ts +173 -0
  145. package/rabbitmq/instancePlugin.js +128 -0
  146. package/rabbitmq/instancePlugin.js.map +1 -0
  147. package/rabbitmq/instancePlugins.d.ts +154 -0
  148. package/rabbitmq/instancePlugins.js +117 -0
  149. package/rabbitmq/instancePlugins.js.map +1 -0
  150. package/rabbitmq/instances.d.ts +251 -0
  151. package/rabbitmq/instances.js +126 -0
  152. package/rabbitmq/instances.js.map +1 -0
  153. package/rabbitmq/publicAddress.d.ts +124 -0
  154. package/rabbitmq/publicAddress.js +121 -0
  155. package/rabbitmq/publicAddress.js.map +1 -0
  156. package/rds_mysql/account.d.ts +15 -5
  157. package/rds_mysql/account.js +15 -5
  158. package/rds_mysql/account.js.map +1 -1
  159. package/rds_mysql/allowlist.d.ts +77 -8
  160. package/rds_mysql/allowlist.js +22 -7
  161. package/rds_mysql/allowlist.js.map +1 -1
  162. package/rds_mysql/backup.d.ts +128 -0
  163. package/rds_mysql/backup.js +85 -0
  164. package/rds_mysql/backup.js.map +1 -0
  165. package/rds_mysql/backupPolicy.d.ts +380 -0
  166. package/rds_mysql/backupPolicy.js +125 -0
  167. package/rds_mysql/backupPolicy.js.map +1 -0
  168. package/rds_mysql/backups.d.ts +178 -0
  169. package/rds_mysql/backups.js +68 -0
  170. package/rds_mysql/backups.js.map +1 -0
  171. package/rds_mysql/endpoint.d.ts +254 -0
  172. package/rds_mysql/endpoint.js +124 -0
  173. package/rds_mysql/endpoint.js.map +1 -0
  174. package/rds_mysql/endpointPublicAddress.d.ts +108 -0
  175. package/rds_mysql/endpointPublicAddress.js +88 -0
  176. package/rds_mysql/endpointPublicAddress.js.map +1 -0
  177. package/rds_mysql/endpoints.d.ts +75 -0
  178. package/rds_mysql/endpoints.js +46 -0
  179. package/rds_mysql/endpoints.js.map +1 -0
  180. package/rds_mysql/index.d.ts +33 -0
  181. package/rds_mysql/index.js +44 -1
  182. package/rds_mysql/index.js.map +1 -1
  183. package/rds_mysql/instance.d.ts +107 -5
  184. package/rds_mysql/instance.js +21 -3
  185. package/rds_mysql/instance.js.map +1 -1
  186. package/rds_mysql/instanceSpecs.d.ts +122 -0
  187. package/rds_mysql/instanceSpecs.js +52 -0
  188. package/rds_mysql/instanceSpecs.js.map +1 -0
  189. package/rds_mysql/parameterTemplate.d.ts +132 -0
  190. package/rds_mysql/parameterTemplate.js +97 -0
  191. package/rds_mysql/parameterTemplate.js.map +1 -0
  192. package/rds_mysql/parameterTemplates.d.ts +124 -0
  193. package/rds_mysql/parameterTemplates.js +52 -0
  194. package/rds_mysql/parameterTemplates.js.map +1 -0
  195. package/rds_mysql/regions.d.ts +62 -0
  196. package/rds_mysql/regions.js +42 -0
  197. package/rds_mysql/regions.js.map +1 -0
  198. package/rds_mysql/zones.d.ts +62 -0
  199. package/rds_mysql/zones.js +42 -0
  200. package/rds_mysql/zones.js.map +1 -0
  201. package/redis/instance.d.ts +4 -4
  202. package/redis/instance.js +4 -4
  203. package/rocketmq/accessKeys.d.ts +90 -0
  204. package/rocketmq/accessKeys.js +47 -0
  205. package/rocketmq/accessKeys.js.map +1 -0
  206. package/rocketmq/allowLists.d.ts +62 -0
  207. package/rocketmq/allowLists.js +42 -0
  208. package/rocketmq/allowLists.js.map +1 -0
  209. package/rocketmq/groups.d.ts +99 -0
  210. package/rocketmq/groups.js +48 -0
  211. package/rocketmq/groups.js.map +1 -0
  212. package/rocketmq/index.d.ts +36 -0
  213. package/rocketmq/index.js +67 -0
  214. package/rocketmq/index.js.map +1 -0
  215. package/rocketmq/instances.d.ts +193 -0
  216. package/rocketmq/instances.js +57 -0
  217. package/rocketmq/instances.js.map +1 -0
  218. package/rocketmq/rocketMQAccessKey.d.ts +176 -0
  219. package/rocketmq/rocketMQAccessKey.js +130 -0
  220. package/rocketmq/rocketMQAccessKey.js.map +1 -0
  221. package/rocketmq/rocketMQAllowList.d.ts +132 -0
  222. package/rocketmq/rocketMQAllowList.js +93 -0
  223. package/rocketmq/rocketMQAllowList.js.map +1 -0
  224. package/rocketmq/rocketMQAllowListAssociate.d.ts +121 -0
  225. package/rocketmq/rocketMQAllowListAssociate.js +118 -0
  226. package/rocketmq/rocketMQAllowListAssociate.js.map +1 -0
  227. package/rocketmq/rocketMQGroup.d.ts +190 -0
  228. package/rocketmq/rocketMQGroup.js +129 -0
  229. package/rocketmq/rocketMQGroup.js.map +1 -0
  230. package/rocketmq/rocketMQInstance.d.ts +351 -0
  231. package/rocketmq/rocketMQInstance.js +171 -0
  232. package/rocketmq/rocketMQInstance.js.map +1 -0
  233. package/rocketmq/rocketMQPublicAddress.d.ts +133 -0
  234. package/rocketmq/rocketMQPublicAddress.js +120 -0
  235. package/rocketmq/rocketMQPublicAddress.js.map +1 -0
  236. package/rocketmq/rocketMQTopic.d.ts +191 -0
  237. package/rocketmq/rocketMQTopic.js +140 -0
  238. package/rocketmq/rocketMQTopic.js.map +1 -0
  239. package/rocketmq/topics.d.ts +121 -0
  240. package/rocketmq/topics.js +49 -0
  241. package/rocketmq/topics.js.map +1 -0
  242. package/tos/bucket.d.ts +27 -1
  243. package/tos/bucket.js +7 -1
  244. package/tos/bucket.js.map +1 -1
  245. package/tos/bucketInventories.d.ts +156 -0
  246. package/tos/bucketInventories.js +108 -0
  247. package/tos/bucketInventories.js.map +1 -0
  248. package/tos/bucketInventory.d.ts +180 -0
  249. package/tos/bucketInventory.js +127 -0
  250. package/tos/bucketInventory.js.map +1 -0
  251. package/tos/bucketObject.d.ts +11 -3
  252. package/tos/bucketObject.js +2 -0
  253. package/tos/bucketObject.js.map +1 -1
  254. package/tos/bucketRealtimeLog.d.ts +100 -0
  255. package/tos/bucketRealtimeLog.js +88 -0
  256. package/tos/bucketRealtimeLog.js.map +1 -0
  257. package/tos/index.d.ts +9 -0
  258. package/tos/index.js +14 -1
  259. package/tos/index.js.map +1 -1
  260. package/types/input.d.ts +570 -8
  261. package/types/output.d.ts +8719 -5442
  262. package/vke/nodePool.d.ts +1 -0
  263. package/vke/nodePool.js +1 -0
  264. package/vke/nodePool.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -635,6 +635,18 @@ export declare namespace clb {
635
635
  uri?: pulumi.Input<string>;
636
636
  }
637
637
  }
638
+ export declare namespace cloud_firewall {
639
+ interface CfwDnsControlPolicySource {
640
+ /**
641
+ * The region of the source vpc.
642
+ */
643
+ region: pulumi.Input<string>;
644
+ /**
645
+ * The id of the source vpc.
646
+ */
647
+ vpcId: pulumi.Input<string>;
648
+ }
649
+ }
638
650
  export declare namespace cloud_identity {
639
651
  interface GroupMember {
640
652
  /**
@@ -991,6 +1003,38 @@ export declare namespace direct_connect {
991
1003
  value?: pulumi.Input<string>;
992
1004
  }
993
1005
  }
1006
+ export declare namespace dns {
1007
+ interface ZoneTag {
1008
+ /**
1009
+ * The Key of Tags.
1010
+ */
1011
+ key: pulumi.Input<string>;
1012
+ /**
1013
+ * The Value of Tags.
1014
+ */
1015
+ value: pulumi.Input<string>;
1016
+ }
1017
+ interface ZonesTag {
1018
+ /**
1019
+ * The Key of Tags.
1020
+ */
1021
+ key: string;
1022
+ /**
1023
+ * The Value of Tags.
1024
+ */
1025
+ values: string[];
1026
+ }
1027
+ interface ZonesTagArgs {
1028
+ /**
1029
+ * The Key of Tags.
1030
+ */
1031
+ key: pulumi.Input<string>;
1032
+ /**
1033
+ * The Value of Tags.
1034
+ */
1035
+ values: pulumi.Input<pulumi.Input<string>[]>;
1036
+ }
1037
+ }
994
1038
  export declare namespace ebs {
995
1039
  interface AutoSnapshotPoliciesTag {
996
1040
  /**
@@ -1158,6 +1202,24 @@ export declare namespace ecs {
1158
1202
  */
1159
1203
  volumeType: pulumi.Input<string>;
1160
1204
  }
1205
+ interface InstanceEipAddress {
1206
+ /**
1207
+ * The peek bandwidth of the EIP. The value range in 1~500 for PostPaidByBandwidth, and 1~200 for PostPaidByTraffic. Default is 1.
1208
+ */
1209
+ bandwidthMbps?: pulumi.Input<number>;
1210
+ /**
1211
+ * The id of the bandwidth package, indicates that the public IP address will be added to the bandwidth package.
1212
+ */
1213
+ bandwidthPackageId?: pulumi.Input<number>;
1214
+ /**
1215
+ * The billing type of the EIP Address. Valid values: `PayByBandwidth`, `PayByTraffic`, `PrePaid`. Default is `PayByBandwidth`.
1216
+ */
1217
+ chargeType?: pulumi.Input<string>;
1218
+ /**
1219
+ * The ISP of the EIP. Valid values: `BGP`, `ChinaMobile`, `ChinaUnicom`, `ChinaTelecom`, `SingleLine_BGP`, `Static_BGP`.
1220
+ */
1221
+ isp?: pulumi.Input<string>;
1222
+ }
1161
1223
  interface InstanceGpuDevice {
1162
1224
  /**
1163
1225
  * The Count of GPU device.
@@ -1371,6 +1433,89 @@ export declare namespace escloud {
1371
1433
  type: pulumi.Input<string>;
1372
1434
  }
1373
1435
  }
1436
+ export declare namespace escloud_v2 {
1437
+ interface EscloudInstanceV2NetworkSpec {
1438
+ /**
1439
+ * The bandwidth of the eip. Unit: Mbps.
1440
+ */
1441
+ bandwidth: pulumi.Input<number>;
1442
+ /**
1443
+ * Whether the eip is opened.
1444
+ */
1445
+ isOpen: pulumi.Input<boolean>;
1446
+ /**
1447
+ * The spec name of public network.
1448
+ */
1449
+ specName: pulumi.Input<string>;
1450
+ /**
1451
+ * The type of public network, valid values: `Elasticsearch`, `Kibana`.
1452
+ */
1453
+ type: pulumi.Input<string>;
1454
+ }
1455
+ interface EscloudInstanceV2NodeSpecsAssign {
1456
+ /**
1457
+ * The extra performance of FlexPL storage spec.
1458
+ */
1459
+ extraPerformance?: pulumi.Input<inputs.escloud_v2.EscloudInstanceV2NodeSpecsAssignExtraPerformance>;
1460
+ /**
1461
+ * The number of node.
1462
+ */
1463
+ number: pulumi.Input<number>;
1464
+ /**
1465
+ * The name of compute resource spec.
1466
+ */
1467
+ resourceSpecName: pulumi.Input<string>;
1468
+ /**
1469
+ * The size of storage. Unit: GiB. the adjustment step size is 10GiB. Default is 100 GiB. Kibana NodeSpecsAssign should specify this field to 0.
1470
+ */
1471
+ storageSize: pulumi.Input<number>;
1472
+ /**
1473
+ * The name of storage spec. Kibana NodeSpecsAssign should specify this field to ``.
1474
+ */
1475
+ storageSpecName: pulumi.Input<string>;
1476
+ /**
1477
+ * The type of node, valid values: `Master`, `Hot`, `Cold`, `Warm`, `Kibana`, `Coordinator`.
1478
+ */
1479
+ type: pulumi.Input<string>;
1480
+ }
1481
+ interface EscloudInstanceV2NodeSpecsAssignExtraPerformance {
1482
+ /**
1483
+ * When your data node chooses to use FlexPL storage type and the storage specification configuration is 500GiB or above, it supports purchasing bandwidth packages to increase disk bandwidth.
1484
+ * The unit is MiB, and the adjustment step size is 10MiB.
1485
+ */
1486
+ throughput: pulumi.Input<number>;
1487
+ }
1488
+ interface EscloudInstanceV2Tag {
1489
+ /**
1490
+ * The Key of Tags.
1491
+ */
1492
+ key: pulumi.Input<string>;
1493
+ /**
1494
+ * The Value of Tags.
1495
+ */
1496
+ value: pulumi.Input<string>;
1497
+ }
1498
+ interface EscloudInstancesV2Tag {
1499
+ /**
1500
+ * The Key of Tags.
1501
+ */
1502
+ key: string;
1503
+ /**
1504
+ * The Value of Tags.
1505
+ */
1506
+ values: string[];
1507
+ }
1508
+ interface EscloudInstancesV2TagArgs {
1509
+ /**
1510
+ * The Key of Tags.
1511
+ */
1512
+ key: pulumi.Input<string>;
1513
+ /**
1514
+ * The Value of Tags.
1515
+ */
1516
+ values: pulumi.Input<pulumi.Input<string>[]>;
1517
+ }
1518
+ }
1374
1519
  export declare namespace financial_relation {
1375
1520
  }
1376
1521
  export declare namespace iam {
@@ -1442,13 +1587,23 @@ export declare namespace kafka {
1442
1587
  }
1443
1588
  }
1444
1589
  export declare namespace mongodb {
1590
+ interface AccountAccountPrivilege {
1591
+ /**
1592
+ * The name of database.
1593
+ */
1594
+ dbName: pulumi.Input<string>;
1595
+ /**
1596
+ * The role names of the account.
1597
+ */
1598
+ roleNames: pulumi.Input<pulumi.Input<string>[]>;
1599
+ }
1445
1600
  interface InstanceMongo {
1446
1601
  /**
1447
1602
  * The mongos node ID.
1448
1603
  */
1449
1604
  mongosNodeId?: pulumi.Input<string>;
1450
1605
  /**
1451
- * The spec of node.
1606
+ * The spec of node. When the instanceType is ReplicaSet, this parameter represents the computing node specification of the replica set instance. When the instanceType is ShardedCluster, this parameter represents the specification of the Shard node.
1452
1607
  */
1453
1608
  nodeSpec?: pulumi.Input<string>;
1454
1609
  /**
@@ -1456,6 +1611,18 @@ export declare namespace mongodb {
1456
1611
  */
1457
1612
  nodeStatus?: pulumi.Input<string>;
1458
1613
  }
1614
+ interface InstanceNodeAvailabilityZone {
1615
+ /**
1616
+ * The number of readonly nodes in current zone. Currently, only ReplicaSet instances and Shard in ShardedCluster instances support adding readonly nodes.
1617
+ * When the instanceType is ReplicaSet, this value represents the total number of readonly nodes in a single replica set instance. Each instance of the replica set supports adding up to 5 readonly nodes.
1618
+ * When the instanceType is ShardedCluster, this value represents the number of readonly nodes in each shard. Each shard can add up to 5 readonly nodes.
1619
+ */
1620
+ nodeNumber: pulumi.Input<number>;
1621
+ /**
1622
+ * The zone id of readonly nodes.
1623
+ */
1624
+ zoneId: pulumi.Input<string>;
1625
+ }
1459
1626
  interface InstanceShard {
1460
1627
  /**
1461
1628
  * The shard id.
@@ -1492,6 +1659,24 @@ export declare namespace mongodb {
1492
1659
  */
1493
1660
  value: pulumi.Input<string>;
1494
1661
  }
1662
+ interface MongoAllowListAssociatedInstance {
1663
+ /**
1664
+ * The instance id that bound to the allow list.
1665
+ */
1666
+ instanceId?: pulumi.Input<string>;
1667
+ /**
1668
+ * The instance name that bound to the allow list.
1669
+ */
1670
+ instanceName?: pulumi.Input<string>;
1671
+ /**
1672
+ * The project name of the allow list.
1673
+ */
1674
+ projectName?: pulumi.Input<string>;
1675
+ /**
1676
+ * The VPC ID.
1677
+ */
1678
+ vpc?: pulumi.Input<string>;
1679
+ }
1495
1680
  }
1496
1681
  export declare namespace nas {
1497
1682
  interface FileSystemTag {
@@ -1697,6 +1882,74 @@ export declare namespace privatelink {
1697
1882
  resourceType: pulumi.Input<string>;
1698
1883
  }
1699
1884
  }
1885
+ export declare namespace rabbitmq {
1886
+ interface InstanceChargeInfo {
1887
+ /**
1888
+ * Whether to automatically renew in prepaid scenarios. Default is false.
1889
+ */
1890
+ autoRenew?: pulumi.Input<boolean>;
1891
+ /**
1892
+ * The charge type of the rabbitmq instance. Valid values: `PostPaid`, `PrePaid`.
1893
+ */
1894
+ chargeType: pulumi.Input<string>;
1895
+ /**
1896
+ * Purchase duration in prepaid scenarios. When PeriodUnit is specified as `Month`, the value range is 1-9. When PeriodUnit is specified as `Year`, the value range is 1-3. Default is 1.
1897
+ */
1898
+ period?: pulumi.Input<number>;
1899
+ /**
1900
+ * The purchase cycle in the prepaid scenario. Valid values: `Month`, `Year`. Default is `Month`.
1901
+ */
1902
+ periodUnit?: pulumi.Input<string>;
1903
+ }
1904
+ interface InstanceEndpoint {
1905
+ /**
1906
+ * The endpoint type of the rabbitmq instance.
1907
+ */
1908
+ endpointType?: pulumi.Input<string>;
1909
+ /**
1910
+ * The internal endpoint of the rabbitmq instance.
1911
+ */
1912
+ internalEndpoint?: pulumi.Input<string>;
1913
+ /**
1914
+ * The network type of the rabbitmq instance.
1915
+ */
1916
+ networkType?: pulumi.Input<string>;
1917
+ /**
1918
+ * The public endpoint of the rabbitmq instance.
1919
+ */
1920
+ publicEndpoint?: pulumi.Input<string>;
1921
+ }
1922
+ interface InstanceTag {
1923
+ /**
1924
+ * The Key of Tags.
1925
+ */
1926
+ key: pulumi.Input<string>;
1927
+ /**
1928
+ * The Value of Tags.
1929
+ */
1930
+ value: pulumi.Input<string>;
1931
+ }
1932
+ interface InstancesTag {
1933
+ /**
1934
+ * The Key of Tags.
1935
+ */
1936
+ key: string;
1937
+ /**
1938
+ * The Value of Tags.
1939
+ */
1940
+ value: string;
1941
+ }
1942
+ interface InstancesTagArgs {
1943
+ /**
1944
+ * The Key of Tags.
1945
+ */
1946
+ key: pulumi.Input<string>;
1947
+ /**
1948
+ * The Value of Tags.
1949
+ */
1950
+ value: pulumi.Input<string>;
1951
+ }
1952
+ }
1700
1953
  export declare namespace rds {
1701
1954
  interface AccountPrivilegeDbPrivilege {
1702
1955
  /**
@@ -1836,6 +2089,43 @@ export declare namespace rds_mysql {
1836
2089
  */
1837
2090
  dbName: pulumi.Input<string>;
1838
2091
  }
2092
+ interface AllowlistSecurityGroupBindInfo {
2093
+ /**
2094
+ * The schema for the associated security group.
2095
+ * IngressDirectionIp: Incoming Direction IP.
2096
+ * AssociateEcsIp: Associate ECSIP.
2097
+ * explain: In the CreateAllowList interface, SecurityGroupBindInfoObject BindMode and SecurityGroupId fields are required.
2098
+ */
2099
+ bindMode: pulumi.Input<string>;
2100
+ /**
2101
+ * The security group id of the allow list.
2102
+ */
2103
+ securityGroupId: pulumi.Input<string>;
2104
+ }
2105
+ interface BackupBackupMeta {
2106
+ /**
2107
+ * Specify the database that needs to be backed up.
2108
+ */
2109
+ dbName: pulumi.Input<string>;
2110
+ /**
2111
+ * Specify the tables to be backed up in the specified database. When this field is empty, it defaults to full database backup.
2112
+ */
2113
+ tableNames?: pulumi.Input<pulumi.Input<string>[]>;
2114
+ }
2115
+ interface EndpointReadOnlyNodeWeight {
2116
+ /**
2117
+ * Read-only nodes require NodeId to be passed, while primary nodes do not require it.
2118
+ */
2119
+ nodeId?: pulumi.Input<string>;
2120
+ /**
2121
+ * The primary node needs to pass in the NodeType as Primary, while the read-only node does not need to pass it in.
2122
+ */
2123
+ nodeType?: pulumi.Input<string>;
2124
+ /**
2125
+ * The read weight of the node increases by 100, with a maximum value of 10000.
2126
+ */
2127
+ weight: pulumi.Input<number>;
2128
+ }
1839
2129
  interface InstanceChargeDetail {
1840
2130
  /**
1841
2131
  * Whether to automatically renew in prepaid scenarios.
@@ -1882,6 +2172,14 @@ export declare namespace rds_mysql {
1882
2172
  * Year - Package year.
1883
2173
  */
1884
2174
  periodUnit?: pulumi.Input<string>;
2175
+ /**
2176
+ * Restore time of temporary upgrade.
2177
+ */
2178
+ tempModifyEndTime?: pulumi.Input<string>;
2179
+ /**
2180
+ * Temporary upgrade start time.
2181
+ */
2182
+ tempModifyStartTime?: pulumi.Input<string>;
1885
2183
  }
1886
2184
  interface InstanceChargeInfo {
1887
2185
  /**
@@ -1938,6 +2236,10 @@ export declare namespace rds_mysql {
1938
2236
  * AllNode: All node terminals. (Only the operation and maintenance side).
1939
2237
  */
1940
2238
  endpointType?: pulumi.Input<string>;
2239
+ /**
2240
+ * Whether the idle connection reclaim function is enabled. true: Enabled. false: Disabled.
2241
+ */
2242
+ idleConnectionReclaim?: pulumi.Input<boolean>;
1941
2243
  /**
1942
2244
  * The list of nodes configured by the connection terminal and the corresponding read-only weights.
1943
2245
  */
@@ -1995,21 +2297,35 @@ export declare namespace rds_mysql {
1995
2297
  */
1996
2298
  weight?: pulumi.Input<number>;
1997
2299
  }
1998
- interface InstanceMaintenanceWindow {
2300
+ interface InstanceFeatureState {
1999
2301
  /**
2000
- * DayKind of maintainable window. Value: Week. Month.
2302
+ * Whether it is enabled. Values:
2303
+ * true: Enabled.
2304
+ * false: Disabled.
2001
2305
  */
2002
- dayKind?: pulumi.Input<string>;
2306
+ enable?: pulumi.Input<boolean>;
2307
+ /**
2308
+ * Feature name.
2309
+ */
2310
+ featureName?: pulumi.Input<string>;
2311
+ /**
2312
+ * Whether it support this function. Value:
2313
+ * true: Supported.
2314
+ * false: Not supported.
2315
+ */
2316
+ support?: pulumi.Input<boolean>;
2317
+ }
2318
+ interface InstanceMaintenanceWindow {
2003
2319
  /**
2004
- * Days of maintainable window of the month.
2320
+ * Maintenance cycle granularity, values: Week: Week. Month: Month.
2005
2321
  */
2006
- dayOfMonths?: pulumi.Input<pulumi.Input<number>[]>;
2322
+ dayKind?: pulumi.Input<string>;
2007
2323
  /**
2008
- * Days of maintainable window of the week.
2324
+ * Specify the maintainable time period of a certain day of the week. The values are: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday. Multiple selections are allowed. If this value is not specified or is empty, it defaults to specifying all seven days of the week.
2009
2325
  */
2010
2326
  dayOfWeeks?: pulumi.Input<pulumi.Input<string>[]>;
2011
2327
  /**
2012
- * The maintainable time of the RDS instance.
2328
+ * Maintenance period of an instance. Format: HH:mmZ-HH:mmZ (UTC time).
2013
2329
  */
2014
2330
  maintenanceTime?: pulumi.Input<string>;
2015
2331
  }
@@ -2101,6 +2417,18 @@ export declare namespace rds_mysql {
2101
2417
  */
2102
2418
  value: pulumi.Input<string>;
2103
2419
  }
2420
+ interface ParameterTemplateTemplateParam {
2421
+ /**
2422
+ * Instance parameter name.
2423
+ * Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
2424
+ */
2425
+ name: pulumi.Input<string>;
2426
+ /**
2427
+ * Parameter running value.
2428
+ * Description: When making request parameters in CreateParameterTemplate and ModifyParameterTemplate, only Name and RunningValue need to be passed in.
2429
+ */
2430
+ runningValue: pulumi.Input<string>;
2431
+ }
2104
2432
  }
2105
2433
  export declare namespace rds_postgresql {
2106
2434
  interface AllowlistAssociatedInstance {
@@ -2656,6 +2984,148 @@ export declare namespace redis {
2656
2984
  value: pulumi.Input<string>;
2657
2985
  }
2658
2986
  }
2987
+ export declare namespace rocketmq {
2988
+ interface InstancesTag {
2989
+ /**
2990
+ * The Key of Tags.
2991
+ */
2992
+ key: string;
2993
+ /**
2994
+ * The Value of Tags.
2995
+ */
2996
+ value: string;
2997
+ }
2998
+ interface InstancesTagArgs {
2999
+ /**
3000
+ * The Key of Tags.
3001
+ */
3002
+ key: pulumi.Input<string>;
3003
+ /**
3004
+ * The Value of Tags.
3005
+ */
3006
+ value: pulumi.Input<string>;
3007
+ }
3008
+ interface RocketMQAccessKeyTopicPermission {
3009
+ /**
3010
+ * The custom authority for the topic.
3011
+ */
3012
+ permission?: pulumi.Input<string>;
3013
+ /**
3014
+ * The name of the rocketmq topic.
3015
+ */
3016
+ topicName?: pulumi.Input<string>;
3017
+ }
3018
+ interface RocketMQAllowListAssociatedInstance {
3019
+ /**
3020
+ * The id of the rocketmq instance.
3021
+ */
3022
+ instanceId?: pulumi.Input<string>;
3023
+ /**
3024
+ * The name of the rocketmq instance.
3025
+ */
3026
+ instanceName?: pulumi.Input<string>;
3027
+ /**
3028
+ * The vpc id of the rocketmq instance.
3029
+ */
3030
+ vpc?: pulumi.Input<string>;
3031
+ }
3032
+ interface RocketMQInstanceChargeInfo {
3033
+ /**
3034
+ * Whether to automatically renew in prepaid scenarios. Default is false.
3035
+ */
3036
+ autoRenew?: pulumi.Input<boolean>;
3037
+ /**
3038
+ * The charge type of the rocketmq instance. Valid values: `PostPaid`, `PrePaid`.
3039
+ */
3040
+ chargeType: pulumi.Input<string>;
3041
+ /**
3042
+ * Purchase duration in prepaid scenarios. When PeriodUnit is specified as `Monthly`, the value range is 1-9. When PeriodUnit is specified as `Yearly`, the value range is 1-3. Default is 1.
3043
+ */
3044
+ period?: pulumi.Input<number>;
3045
+ /**
3046
+ * The purchase cycle in the prepaid scenario. Valid values: `Monthly`, `Yearly`. Default is `Monthly`.
3047
+ */
3048
+ periodUnit?: pulumi.Input<string>;
3049
+ }
3050
+ interface RocketMQInstanceConnectionInfo {
3051
+ /**
3052
+ * The endpoint address ip of the rocketmq.
3053
+ */
3054
+ endpointAddressIp?: pulumi.Input<string>;
3055
+ /**
3056
+ * The endpoint type of the rocketmq.
3057
+ */
3058
+ endpointType?: pulumi.Input<string>;
3059
+ /**
3060
+ * The internal endpoint of the rocketmq.
3061
+ */
3062
+ internalEndpoint?: pulumi.Input<string>;
3063
+ /**
3064
+ * The network type of the rocketmq.
3065
+ */
3066
+ networkType?: pulumi.Input<string>;
3067
+ /**
3068
+ * The public endpoint of the rocketmq.
3069
+ */
3070
+ publicEndpoint?: pulumi.Input<string>;
3071
+ }
3072
+ interface RocketMQInstanceTag {
3073
+ /**
3074
+ * The Key of Tags.
3075
+ */
3076
+ key: pulumi.Input<string>;
3077
+ /**
3078
+ * The Value of Tags.
3079
+ */
3080
+ value: pulumi.Input<string>;
3081
+ }
3082
+ interface RocketMQTopicAccessPolicy {
3083
+ /**
3084
+ * The access key of the rocketmq key.
3085
+ */
3086
+ accessKey: pulumi.Input<string>;
3087
+ /**
3088
+ * The authority of the rocketmq key for the current topic. Valid values: `ALL`, `PUB`, `SUB`, `DENY`. Default is `DENY`.
3089
+ */
3090
+ authority: pulumi.Input<string>;
3091
+ }
3092
+ interface RocketMQTopicGroup {
3093
+ /**
3094
+ * The id of the rocketmq group.
3095
+ */
3096
+ groupId?: pulumi.Input<string>;
3097
+ /**
3098
+ * The message model of the rocketmq group.
3099
+ */
3100
+ messageModel?: pulumi.Input<string>;
3101
+ /**
3102
+ * The sub string of the rocketmq group.
3103
+ */
3104
+ subString?: pulumi.Input<string>;
3105
+ }
3106
+ interface RocketMQTopicQueue {
3107
+ /**
3108
+ * The end offset of the rocketmq queue.
3109
+ */
3110
+ endOffset?: pulumi.Input<number>;
3111
+ /**
3112
+ * The last update timestamp of the rocketmq queue.
3113
+ */
3114
+ lastUpdateTimestamp?: pulumi.Input<number>;
3115
+ /**
3116
+ * The message count of the rocketmq queue.
3117
+ */
3118
+ messageCount?: pulumi.Input<number>;
3119
+ /**
3120
+ * The id of the rocketmq queue.
3121
+ */
3122
+ queueId?: pulumi.Input<string>;
3123
+ /**
3124
+ * The start offset of the rocketmq queue.
3125
+ */
3126
+ startOffset?: pulumi.Input<number>;
3127
+ }
3128
+ }
2659
3129
  export declare namespace tls {
2660
3130
  interface AlarmAlarmPeriodDetail {
2661
3131
  /**
@@ -3148,6 +3618,52 @@ export declare namespace tos {
3148
3618
  */
3149
3619
  permission: pulumi.Input<string>;
3150
3620
  }
3621
+ interface BucketInventoryDestination {
3622
+ /**
3623
+ * The destination tos bucket information of the bucket inventory.
3624
+ */
3625
+ tosBucketDestination: pulumi.Input<inputs.tos.BucketInventoryDestinationTosBucketDestination>;
3626
+ }
3627
+ interface BucketInventoryDestinationTosBucketDestination {
3628
+ /**
3629
+ * The account id of the destination tos bucket.
3630
+ */
3631
+ accountId: pulumi.Input<string>;
3632
+ /**
3633
+ * The name of the destination tos bucket.
3634
+ */
3635
+ bucket: pulumi.Input<string>;
3636
+ /**
3637
+ * The format of the bucket inventory. Valid values: `CSV`.
3638
+ */
3639
+ format: pulumi.Input<string>;
3640
+ /**
3641
+ * The storage path prefix of the bucket inventory in destination tos bucket.
3642
+ */
3643
+ prefix?: pulumi.Input<string>;
3644
+ /**
3645
+ * The role name used to grant TOS access to read all files from the source bucket and write files to the destination bucket. You can use the default TOS role `TosArchiveTOSInventory`.
3646
+ */
3647
+ role: pulumi.Input<string>;
3648
+ }
3649
+ interface BucketInventoryFilter {
3650
+ /**
3651
+ * The prefix matching information of the exported object. If not set, a list of all objects in the bucket will be generated by default.
3652
+ */
3653
+ prefix?: pulumi.Input<string>;
3654
+ }
3655
+ interface BucketInventoryOptionalFields {
3656
+ /**
3657
+ * The information exported from the bucket inventory. Valid values: `Size`, `LastModifiedDate`, `ETag`, `StorageClass`, `IsMultipartUploaded`, `EncryptionStatus`, `CRC64`, `ReplicationStatus`.
3658
+ */
3659
+ fields?: pulumi.Input<pulumi.Input<string>[]>;
3660
+ }
3661
+ interface BucketInventorySchedule {
3662
+ /**
3663
+ * The export schedule of the bucket inventory. Valid values: `Daily`, `Weekly`.
3664
+ */
3665
+ frequency: pulumi.Input<string>;
3666
+ }
3151
3667
  interface BucketObjectAccountAcl {
3152
3668
  /**
3153
3669
  * The accountId to control.
@@ -3172,6 +3688,24 @@ export declare namespace tos {
3172
3688
  */
3173
3689
  value: pulumi.Input<string>;
3174
3690
  }
3691
+ interface BucketRealtimeLogAccessLogConfiguration {
3692
+ /**
3693
+ * The ID of the tls dashboard.
3694
+ */
3695
+ tlsDashboardId?: pulumi.Input<string>;
3696
+ /**
3697
+ * The ID of the tls project.
3698
+ */
3699
+ tlsProjectId?: pulumi.Input<string>;
3700
+ /**
3701
+ * The ID of the tls topic.
3702
+ */
3703
+ tlsTopicId?: pulumi.Input<string>;
3704
+ /**
3705
+ * The TLS log retention duration. Unit in days. Valid values range is 1~3650. default is 7.
3706
+ */
3707
+ ttl?: pulumi.Input<number>;
3708
+ }
3175
3709
  interface BucketTag {
3176
3710
  /**
3177
3711
  * The Key of Tags.
@@ -4159,10 +4693,18 @@ export declare namespace vke {
4159
4693
  subnetPolicy?: pulumi.Input<string>;
4160
4694
  }
4161
4695
  interface NodePoolKubernetesConfig {
4696
+ /**
4697
+ * Whether to disable the function of automatically synchronizing labels and taints to existing nodes. Default is false.
4698
+ */
4699
+ autoSyncDisabled?: pulumi.Input<boolean>;
4162
4700
  /**
4163
4701
  * The Cordon of KubernetesConfig.
4164
4702
  */
4165
4703
  cordon: pulumi.Input<boolean>;
4704
+ /**
4705
+ * The KubeletConfig of KubernetesConfig. After adding parameters, deleting parameters does not take effect.
4706
+ */
4707
+ kubeletConfig?: pulumi.Input<inputs.vke.NodePoolKubernetesConfigKubeletConfig>;
4166
4708
  /**
4167
4709
  * The Labels of KubernetesConfig.
4168
4710
  */
@@ -4176,6 +4718,26 @@ export declare namespace vke {
4176
4718
  */
4177
4719
  taints?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigTaint>[]>;
4178
4720
  }
4721
+ interface NodePoolKubernetesConfigKubeletConfig {
4722
+ /**
4723
+ * The FeatureGates of KubeletConfig.
4724
+ */
4725
+ featureGates?: pulumi.Input<inputs.vke.NodePoolKubernetesConfigKubeletConfigFeatureGates>;
4726
+ /**
4727
+ * The TopologyManagerPolicy of KubeletConfig. Valid values: `none`, `restricted`, `best-effort`, `single-numa-node`. Default is `none`.
4728
+ */
4729
+ topologyManagerPolicy?: pulumi.Input<string>;
4730
+ /**
4731
+ * The TopologyManagerScope of KubeletConfig. Valid values: `container`.
4732
+ */
4733
+ topologyManagerScope?: pulumi.Input<string>;
4734
+ }
4735
+ interface NodePoolKubernetesConfigKubeletConfigFeatureGates {
4736
+ /**
4737
+ * Whether to enable QoSResourceManager. Default is false.
4738
+ */
4739
+ qosResourceManager?: pulumi.Input<boolean>;
4740
+ }
4179
4741
  interface NodePoolKubernetesConfigLabel {
4180
4742
  /**
4181
4743
  * The Key of Labels.