@byteplus/pulumi-bytepluscc 0.0.20 → 0.0.21

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 (540) hide show
  1. package/alb/acl.d.ts +20 -20
  2. package/alb/acl.js +1 -1
  3. package/alb/certificate.d.ts +33 -33
  4. package/alb/certificate.js +1 -1
  5. package/alb/customizedCfg.d.ts +24 -21
  6. package/alb/customizedCfg.js +1 -1
  7. package/alb/customizedCfg.js.map +1 -1
  8. package/alb/getAcl.d.ts +11 -11
  9. package/alb/getCertificate.d.ts +14 -14
  10. package/alb/getCustomizedCfg.d.ts +11 -10
  11. package/alb/getCustomizedCfg.js.map +1 -1
  12. package/alb/getHealthCheckTemplate.d.ts +18 -18
  13. package/alb/getListener.d.ts +30 -30
  14. package/alb/getLoadBalancer.d.ts +31 -31
  15. package/alb/getRule.d.ts +16 -16
  16. package/alb/getServerGroup.d.ts +19 -19
  17. package/alb/healthCheckTemplate.d.ts +49 -49
  18. package/alb/healthCheckTemplate.js +1 -1
  19. package/alb/listener.d.ts +77 -77
  20. package/alb/listener.js +1 -1
  21. package/alb/loadBalancer.d.ts +79 -79
  22. package/alb/loadBalancer.js +1 -1
  23. package/alb/rule.d.ts +42 -42
  24. package/alb/rule.js +1 -1
  25. package/alb/serverGroup.d.ts +45 -45
  26. package/alb/serverGroup.js +1 -1
  27. package/apig/customDomain.d.ts +27 -27
  28. package/apig/customDomain.js +1 -1
  29. package/apig/gateway.d.ts +45 -45
  30. package/apig/gateway.js +1 -1
  31. package/apig/gatewayService.d.ts +37 -37
  32. package/apig/gatewayService.js +1 -1
  33. package/apig/getCustomDomain.d.ts +10 -10
  34. package/apig/getGateway.d.ts +18 -18
  35. package/apig/getGatewayService.d.ts +16 -16
  36. package/apig/getUpstream.d.ts +14 -14
  37. package/apig/getUpstreamSource.d.ts +11 -11
  38. package/apig/upstream.d.ts +35 -35
  39. package/apig/upstream.js +1 -1
  40. package/apig/upstreamSource.d.ts +29 -29
  41. package/apig/upstreamSource.js +1 -1
  42. package/ark/endpoint.d.ts +46 -46
  43. package/ark/endpoint.js +1 -1
  44. package/ark/getEndpoint.d.ts +20 -20
  45. package/autoscaling/getScalingConfiguration.d.ts +28 -28
  46. package/autoscaling/getScalingGroup.d.ts +37 -29
  47. package/autoscaling/getScalingGroup.js.map +1 -1
  48. package/autoscaling/getScalingLifecycleHook.d.ts +7 -7
  49. package/autoscaling/getScalingPolicy.d.ts +11 -11
  50. package/autoscaling/scalingConfiguration.d.ts +71 -71
  51. package/autoscaling/scalingConfiguration.js +1 -1
  52. package/autoscaling/scalingGroup.d.ts +76 -70
  53. package/autoscaling/scalingGroup.js +5 -1
  54. package/autoscaling/scalingGroup.js.map +1 -1
  55. package/autoscaling/scalingLifecycleHook.d.ts +21 -21
  56. package/autoscaling/scalingLifecycleHook.js +1 -1
  57. package/autoscaling/scalingPolicy.d.ts +32 -32
  58. package/autoscaling/scalingPolicy.js +1 -1
  59. package/bmq/getGroup.d.ts +10 -10
  60. package/bmq/getInstance.d.ts +25 -25
  61. package/bmq/group.d.ts +43 -23
  62. package/bmq/group.js +21 -1
  63. package/bmq/group.js.map +1 -1
  64. package/bmq/instance.d.ts +67 -67
  65. package/bmq/instance.js +6 -6
  66. package/cdn/domain.d.ts +143 -145
  67. package/cdn/domain.js +1 -1
  68. package/cdn/domain.js.map +1 -1
  69. package/cdn/getDomain.d.ts +60 -61
  70. package/cdn/getDomain.js.map +1 -1
  71. package/cdn/getShareConfig.d.ts +11 -11
  72. package/cdn/shareConfig.d.ts +31 -31
  73. package/cdn/shareConfig.js +1 -1
  74. package/cen/cen.d.ts +22 -22
  75. package/cen/cen.js +1 -1
  76. package/cen/getCen.d.ts +11 -11
  77. package/cen/getGrantInstance.d.ts +60 -0
  78. package/cen/getGrantInstance.js +28 -0
  79. package/cen/getGrantInstance.js.map +1 -0
  80. package/cen/getGrantInstances.d.ts +22 -0
  81. package/cen/getGrantInstances.js +24 -0
  82. package/cen/getGrantInstances.js.map +1 -0
  83. package/cen/grantInstance.d.ts +128 -0
  84. package/cen/grantInstance.js +98 -0
  85. package/cen/grantInstance.js.map +1 -0
  86. package/cen/index.d.ts +9 -0
  87. package/cen/index.js +12 -1
  88. package/cen/index.js.map +1 -1
  89. package/clb/acl.d.ts +22 -22
  90. package/clb/acl.js +1 -1
  91. package/clb/certificate.d.ts +30 -30
  92. package/clb/certificate.js +1 -1
  93. package/clb/clb.d.ts +115 -115
  94. package/clb/clb.js +1 -1
  95. package/clb/getAcl.d.ts +12 -12
  96. package/clb/getCertificate.d.ts +13 -13
  97. package/clb/getClb.d.ts +46 -46
  98. package/clb/getListener.d.ts +45 -45
  99. package/clb/getNlb.d.ts +27 -27
  100. package/clb/getNlbListener.d.ts +18 -18
  101. package/clb/getNlbSecurityPolicy.d.ts +11 -11
  102. package/clb/getNlbServerGroup.d.ts +27 -27
  103. package/clb/getRule.d.ts +9 -9
  104. package/clb/getServerGroup.d.ts +12 -12
  105. package/clb/listener.d.ts +127 -127
  106. package/clb/listener.js +1 -1
  107. package/clb/nlb.d.ts +64 -64
  108. package/clb/nlb.js +1 -1
  109. package/clb/nlbListener.d.ts +45 -45
  110. package/clb/nlbListener.js +1 -1
  111. package/clb/nlbSecurityPolicy.d.ts +25 -25
  112. package/clb/nlbSecurityPolicy.js +1 -1
  113. package/clb/nlbServerGroup.d.ts +69 -69
  114. package/clb/nlbServerGroup.js +1 -1
  115. package/clb/rule.d.ts +24 -24
  116. package/clb/rule.js +1 -1
  117. package/clb/serverGroup.d.ts +25 -25
  118. package/clb/serverGroup.js +1 -1
  119. package/cloudidentity/getGroup.d.ts +9 -9
  120. package/cloudidentity/getPermissionSet.d.ts +9 -9
  121. package/cloudidentity/getPermissionSetAssignment.d.ts +8 -8
  122. package/cloudidentity/getPermissionSetProvisioning.d.ts +7 -7
  123. package/cloudidentity/getUser.d.ts +12 -12
  124. package/cloudidentity/getUserProvisioning.d.ts +13 -13
  125. package/cloudidentity/group.d.ts +21 -21
  126. package/cloudidentity/group.js +1 -1
  127. package/cloudidentity/permissionSet.d.ts +21 -21
  128. package/cloudidentity/permissionSet.js +1 -1
  129. package/cloudidentity/permissionSetAssignment.d.ts +22 -22
  130. package/cloudidentity/permissionSetAssignment.js +2 -2
  131. package/cloudidentity/permissionSetProvisioning.d.ts +17 -17
  132. package/cloudidentity/permissionSetProvisioning.js +1 -1
  133. package/cloudidentity/user.d.ts +32 -32
  134. package/cloudidentity/user.js +1 -1
  135. package/cloudidentity/userProvisioning.d.ts +35 -35
  136. package/cloudidentity/userProvisioning.js +1 -1
  137. package/cloudmonitor/getRule.d.ts +33 -33
  138. package/cloudmonitor/rule.d.ts +83 -83
  139. package/cloudmonitor/rule.js +1 -1
  140. package/cr/getNameSpace.d.ts +4 -4
  141. package/cr/getRegistry.d.ts +11 -11
  142. package/cr/getRepository.d.ts +7 -7
  143. package/cr/nameSpace.d.ts +12 -12
  144. package/cr/nameSpace.js +1 -1
  145. package/cr/registry.d.ts +25 -25
  146. package/cr/registry.js +1 -1
  147. package/cr/repository.d.ts +20 -20
  148. package/cr/repository.js +1 -1
  149. package/directconnect/directConnectGateway.d.ts +36 -36
  150. package/directconnect/directConnectGateway.js +1 -1
  151. package/directconnect/getDirectConnectGateway.d.ts +17 -17
  152. package/dns/getZone.d.ts +22 -22
  153. package/dns/zone.d.ts +46 -46
  154. package/dns/zone.js +1 -1
  155. package/ecs/command.d.ts +41 -41
  156. package/ecs/command.js +1 -1
  157. package/ecs/deploymentSet.d.ts +28 -28
  158. package/ecs/deploymentSet.js +1 -1
  159. package/ecs/getCommand.d.ts +17 -17
  160. package/ecs/getDeploymentSet.d.ts +11 -11
  161. package/ecs/getHpcCluster.d.ts +9 -9
  162. package/ecs/getImage.d.ts +46 -30
  163. package/ecs/getImage.js.map +1 -1
  164. package/ecs/getInvocation.d.ts +28 -28
  165. package/ecs/getKeypair.d.ts +10 -10
  166. package/ecs/getLaunchTemplate.d.ts +11 -11
  167. package/ecs/getLaunchTemplate.js +2 -2
  168. package/ecs/getLaunchTemplateVersion.d.ts +31 -31
  169. package/ecs/getLaunchTemplateVersion.js +2 -2
  170. package/ecs/getLaunchTemplateVersions.d.ts +2 -2
  171. package/ecs/getLaunchTemplateVersions.js +2 -2
  172. package/ecs/getLaunchTemplates.d.ts +2 -2
  173. package/ecs/getLaunchTemplates.js +2 -2
  174. package/ecs/hpcCluster.d.ts +21 -21
  175. package/ecs/hpcCluster.js +1 -1
  176. package/ecs/image.d.ts +132 -64
  177. package/ecs/image.js +15 -7
  178. package/ecs/image.js.map +1 -1
  179. package/ecs/instance.d.ts +303 -261
  180. package/ecs/instance.js +1 -1
  181. package/ecs/instance.js.map +1 -1
  182. package/ecs/invocation.d.ts +65 -65
  183. package/ecs/invocation.js +1 -1
  184. package/ecs/keypair.d.ts +24 -24
  185. package/ecs/keypair.js +1 -1
  186. package/ecs/launchTemplate.d.ts +21 -21
  187. package/ecs/launchTemplate.js +1 -1
  188. package/ecs/launchTemplateVersion.d.ts +78 -78
  189. package/ecs/launchTemplateVersion.js +1 -1
  190. package/emr/cluster.d.ts +61 -61
  191. package/emr/cluster.js +1 -1
  192. package/emr/clusterUser.d.ts +25 -25
  193. package/emr/clusterUser.js +1 -1
  194. package/emr/clusterUserGroup.d.ts +13 -13
  195. package/emr/clusterUserGroup.js +1 -1
  196. package/emr/getCluster.d.ts +29 -29
  197. package/emr/getClusterUser.d.ts +9 -9
  198. package/emr/getClusterUserGroup.d.ts +4 -4
  199. package/emr/getNodeGroup.d.ts +20 -20
  200. package/emr/nodeGroup.d.ts +47 -47
  201. package/emr/nodeGroup.js +1 -1
  202. package/escloud/getInstance.d.ts +44 -44
  203. package/escloud/instance.d.ts +90 -90
  204. package/escloud/instance.js +1 -1
  205. package/filenas/getInstance.d.ts +18 -18
  206. package/filenas/getMountPoint.d.ts +15 -15
  207. package/filenas/getSnapshot.d.ts +14 -14
  208. package/filenas/instance.d.ts +46 -46
  209. package/filenas/instance.js +1 -1
  210. package/filenas/mountPoint.d.ts +34 -34
  211. package/filenas/mountPoint.js +1 -1
  212. package/filenas/snapshot.d.ts +32 -32
  213. package/filenas/snapshot.js +1 -1
  214. package/fwcenter/dnsControlPolicy.d.ts +30 -30
  215. package/fwcenter/dnsControlPolicy.js +1 -1
  216. package/fwcenter/getDnsControlPolicy.d.ts +14 -14
  217. package/hbase/getInstance.d.ts +36 -36
  218. package/hbase/instance.d.ts +90 -90
  219. package/hbase/instance.js +1 -1
  220. package/iam/accesskey.d.ts +24 -24
  221. package/iam/accesskey.js +1 -1
  222. package/iam/getAccesskey.d.ts +10 -10
  223. package/iam/getGroup.d.ts +9 -9
  224. package/iam/getPolicy.d.ts +13 -13
  225. package/iam/getProject.d.ts +10 -10
  226. package/iam/getRole.d.ts +12 -12
  227. package/iam/getUser.d.ts +18 -18
  228. package/iam/group.d.ts +18 -18
  229. package/iam/group.js +1 -1
  230. package/iam/policy.d.ts +25 -25
  231. package/iam/policy.js +1 -1
  232. package/iam/project.d.ts +25 -25
  233. package/iam/project.js +1 -1
  234. package/iam/role.d.ts +26 -26
  235. package/iam/role.js +1 -1
  236. package/iam/user.d.ts +40 -44
  237. package/iam/user.js +2 -2
  238. package/iam/user.js.map +1 -1
  239. package/kafka/allowList.d.ts +19 -19
  240. package/kafka/allowList.js +1 -1
  241. package/kafka/getAllowList.d.ts +8 -8
  242. package/kafka/getInstance.d.ts +32 -32
  243. package/kafka/getTopic.d.ts +15 -15
  244. package/kafka/instance.d.ts +79 -79
  245. package/kafka/instance.js +1 -1
  246. package/kafka/topic.d.ts +35 -35
  247. package/kafka/topic.js +1 -1
  248. package/kms/getKey.d.ts +24 -24
  249. package/kms/getKeyRing.d.ts +9 -9
  250. package/kms/key.d.ts +59 -59
  251. package/kms/key.js +1 -1
  252. package/kms/keyRing.d.ts +23 -23
  253. package/kms/keyRing.js +1 -1
  254. package/mongodb/allowList.d.ts +25 -25
  255. package/mongodb/allowList.js +1 -1
  256. package/mongodb/getAllowList.d.ts +10 -10
  257. package/mongodb/getInstance.d.ts +44 -44
  258. package/mongodb/instance.d.ts +101 -101
  259. package/mongodb/instance.js +1 -1
  260. package/natgateway/dnatentry.d.ts +29 -29
  261. package/natgateway/dnatentry.js +1 -1
  262. package/natgateway/getDnatentry.d.ts +10 -10
  263. package/natgateway/getNatIp.d.ts +8 -8
  264. package/natgateway/getNgw.d.ts +29 -29
  265. package/natgateway/getSnatentry.d.ts +9 -9
  266. package/natgateway/natIp.d.ts +21 -21
  267. package/natgateway/natIp.js +1 -1
  268. package/natgateway/ngw.d.ts +65 -65
  269. package/natgateway/ngw.js +1 -1
  270. package/natgateway/snatentry.d.ts +26 -26
  271. package/natgateway/snatentry.js +2 -2
  272. package/organization/account.d.ts +59 -59
  273. package/organization/account.js +1 -1
  274. package/organization/getAccount.d.ts +25 -25
  275. package/organization/getOrganization.d.ts +3 -3
  276. package/organization/getUnit.d.ts +12 -12
  277. package/organization/organization.d.ts +9 -9
  278. package/organization/organization.js +1 -1
  279. package/organization/unit.d.ts +28 -28
  280. package/organization/unit.js +1 -1
  281. package/package.json +1 -1
  282. package/privatelink/endpointService.d.ts +63 -63
  283. package/privatelink/endpointService.js +1 -1
  284. package/privatelink/getEndpointService.d.ts +26 -26
  285. package/privatezone/getRecord.d.ts +14 -14
  286. package/privatezone/getResolverEndpoint.d.ts +13 -13
  287. package/privatezone/getResolverRule.d.ts +14 -14
  288. package/privatezone/getUserVpcAuthorization.d.ts +52 -0
  289. package/privatezone/getUserVpcAuthorization.js +28 -0
  290. package/privatezone/getUserVpcAuthorization.js.map +1 -0
  291. package/privatezone/getUserVpcAuthorizations.d.ts +22 -0
  292. package/privatezone/getUserVpcAuthorizations.js +24 -0
  293. package/privatezone/getUserVpcAuthorizations.js.map +1 -0
  294. package/privatezone/index.d.ts +9 -0
  295. package/privatezone/index.js +12 -1
  296. package/privatezone/index.js.map +1 -1
  297. package/privatezone/record.d.ts +39 -39
  298. package/privatezone/record.js +1 -1
  299. package/privatezone/resolverEndpoint.d.ts +29 -29
  300. package/privatezone/resolverEndpoint.js +1 -1
  301. package/privatezone/resolverRule.d.ts +29 -29
  302. package/privatezone/resolverRule.js +1 -1
  303. package/privatezone/userVpcAuthorization.d.ts +102 -0
  304. package/privatezone/userVpcAuthorization.js +77 -0
  305. package/privatezone/userVpcAuthorization.js.map +1 -0
  306. package/rabbitmq/getInstance.d.ts +24 -24
  307. package/rabbitmq/getInstancePlugin.d.ts +9 -9
  308. package/rabbitmq/getPublicAddress.d.ts +23 -23
  309. package/rabbitmq/instance.d.ts +58 -58
  310. package/rabbitmq/instance.js +1 -1
  311. package/rabbitmq/instancePlugin.d.ts +21 -21
  312. package/rabbitmq/instancePlugin.js +1 -1
  313. package/rabbitmq/publicAddress.d.ts +45 -45
  314. package/rabbitmq/publicAddress.js +1 -1
  315. package/rdsmssql/allowList.d.ts +32 -32
  316. package/rdsmssql/allowList.js +1 -1
  317. package/rdsmssql/getAllowList.d.ts +14 -14
  318. package/rdsmssql/getAllowList.js +2 -2
  319. package/rdsmssql/getAllowLists.d.ts +2 -2
  320. package/rdsmssql/getAllowLists.js +2 -2
  321. package/rdsmssql/getInstance.d.ts +35 -35
  322. package/rdsmssql/instance.d.ts +81 -81
  323. package/rdsmssql/instance.js +1 -1
  324. package/rdsmysql/allowList.d.ts +46 -46
  325. package/rdsmysql/allowList.js +1 -1
  326. package/rdsmysql/backup.d.ts +44 -44
  327. package/rdsmysql/backup.js +1 -1
  328. package/rdsmysql/database.d.ts +15 -15
  329. package/rdsmysql/database.js +1 -1
  330. package/rdsmysql/dbAccount.d.ts +25 -25
  331. package/rdsmysql/dbAccount.js +1 -1
  332. package/rdsmysql/endpoint.d.ts +69 -69
  333. package/rdsmysql/endpoint.js +1 -1
  334. package/rdsmysql/getAllowList.d.ts +18 -18
  335. package/rdsmysql/getBackup.d.ts +22 -22
  336. package/rdsmysql/getDatabase.d.ts +6 -6
  337. package/rdsmysql/getDbAccount.d.ts +11 -11
  338. package/rdsmysql/getEndpoint.d.ts +26 -26
  339. package/rdsmysql/getInstance.d.ts +70 -70
  340. package/rdsmysql/instance.d.ts +155 -155
  341. package/rdsmysql/instance.js +1 -1
  342. package/rdspostgresql/allowList.d.ts +35 -35
  343. package/rdspostgresql/allowList.js +1 -1
  344. package/rdspostgresql/database.d.ts +21 -21
  345. package/rdspostgresql/database.js +1 -1
  346. package/rdspostgresql/dbAccount.d.ts +19 -19
  347. package/rdspostgresql/dbAccount.js +1 -1
  348. package/rdspostgresql/dbEndpoint.d.ts +39 -39
  349. package/rdspostgresql/dbEndpoint.js +1 -1
  350. package/rdspostgresql/getAllowList.d.ts +14 -14
  351. package/rdspostgresql/getDatabase.d.ts +7 -7
  352. package/rdspostgresql/getDbAccount.d.ts +6 -6
  353. package/rdspostgresql/getDbEndpoint.d.ts +16 -16
  354. package/rdspostgresql/getSchema.d.ts +4 -4
  355. package/rdspostgresql/schema.d.ts +13 -13
  356. package/rdspostgresql/schema.js +1 -1
  357. package/redis/account.d.ts +18 -18
  358. package/redis/account.js +1 -1
  359. package/redis/endpointPublicAddress.d.ts +24 -24
  360. package/redis/endpointPublicAddress.js +1 -1
  361. package/redis/getAccount.d.ts +6 -6
  362. package/redis/getEndpointPublicAddress.d.ts +9 -9
  363. package/redis/getInstance.d.ts +44 -44
  364. package/redis/instance.d.ts +103 -103
  365. package/redis/instance.js +1 -1
  366. package/storageebs/getSnapshot.d.ts +21 -21
  367. package/storageebs/getVolume.d.ts +30 -30
  368. package/storageebs/snapshot.d.ts +46 -46
  369. package/storageebs/snapshot.js +1 -1
  370. package/storageebs/volume.d.ts +72 -72
  371. package/storageebs/volume.js +1 -1
  372. package/tls/getIndex.d.ts +8 -8
  373. package/tls/getProject.d.ts +8 -8
  374. package/tls/getScheduleSqlTask.d.ts +21 -21
  375. package/tls/getTopic.d.ts +21 -21
  376. package/tls/index_.d.ts +17 -17
  377. package/tls/index_.js +1 -1
  378. package/tls/project.d.ts +18 -18
  379. package/tls/project.js +1 -1
  380. package/tls/scheduleSqlTask.d.ts +56 -56
  381. package/tls/scheduleSqlTask.js +1 -1
  382. package/tls/topic.d.ts +57 -57
  383. package/tls/topic.js +1 -1
  384. package/transitrouter/getTransitRouter.d.ts +16 -16
  385. package/transitrouter/getTransitRouterRouteEntry.d.ts +14 -14
  386. package/transitrouter/getTransitRouterRouteTable.d.ts +11 -11
  387. package/transitrouter/getVpcAttachment.d.ts +14 -14
  388. package/transitrouter/getVpnAttachment.d.ts +14 -14
  389. package/transitrouter/transitRouter.d.ts +34 -34
  390. package/transitrouter/transitRouter.js +1 -1
  391. package/transitrouter/transitRouterRouteEntry.d.ts +35 -35
  392. package/transitrouter/transitRouterRouteEntry.js +1 -1
  393. package/transitrouter/transitRouterRouteTable.d.ts +24 -24
  394. package/transitrouter/transitRouterRouteTable.js +1 -1
  395. package/transitrouter/vpcAttachment.d.ts +32 -32
  396. package/transitrouter/vpcAttachment.js +1 -1
  397. package/transitrouter/vpnAttachment.d.ts +34 -34
  398. package/transitrouter/vpnAttachment.js +1 -1
  399. package/types/input.d.ts +2854 -2339
  400. package/types/output.d.ts +6146 -5048
  401. package/vedbm/account.d.ts +132 -0
  402. package/vedbm/account.js +83 -0
  403. package/vedbm/account.js.map +1 -0
  404. package/vedbm/allowList.d.ts +25 -25
  405. package/vedbm/allowList.js +1 -1
  406. package/vedbm/backup.d.ts +35 -35
  407. package/vedbm/backup.js +1 -1
  408. package/vedbm/database.d.ts +13 -13
  409. package/vedbm/database.js +1 -1
  410. package/vedbm/getAccount.d.ts +60 -0
  411. package/vedbm/getAccount.js +28 -0
  412. package/vedbm/getAccount.js.map +1 -0
  413. package/vedbm/getAccounts.d.ts +22 -0
  414. package/vedbm/getAccounts.js +24 -0
  415. package/vedbm/getAccounts.js.map +1 -0
  416. package/vedbm/getAllowList.d.ts +10 -10
  417. package/vedbm/getBackup.d.ts +14 -14
  418. package/vedbm/getDatabase.d.ts +5 -5
  419. package/vedbm/getInstance.d.ts +30 -30
  420. package/vedbm/index.d.ts +9 -0
  421. package/vedbm/index.js +12 -1
  422. package/vedbm/index.js.map +1 -1
  423. package/vedbm/instance.d.ts +76 -76
  424. package/vedbm/instance.js +1 -1
  425. package/vefaas/function.d.ts +381 -0
  426. package/vefaas/function.js +120 -0
  427. package/vefaas/function.js.map +1 -0
  428. package/vefaas/getFunction.d.ts +165 -0
  429. package/vefaas/getFunction.js +28 -0
  430. package/vefaas/getFunction.js.map +1 -0
  431. package/vefaas/getFunctions.d.ts +22 -0
  432. package/vefaas/getFunctions.js +24 -0
  433. package/vefaas/getFunctions.js.map +1 -0
  434. package/vefaas/getKafkaTrigger.d.ts +16 -16
  435. package/vefaas/getSandbox.d.ts +20 -20
  436. package/vefaas/index.d.ts +9 -0
  437. package/vefaas/index.js +12 -1
  438. package/vefaas/index.js.map +1 -1
  439. package/vefaas/kafkaTrigger.d.ts +44 -44
  440. package/vefaas/kafkaTrigger.js +1 -1
  441. package/vefaas/sandbox.d.ts +45 -45
  442. package/vefaas/sandbox.js +1 -1
  443. package/vepfs/getInstance.d.ts +31 -31
  444. package/vepfs/instance.d.ts +74 -74
  445. package/vepfs/instance.js +1 -1
  446. package/vke/addon.d.ts +26 -26
  447. package/vke/addon.js +1 -1
  448. package/vke/cluster.d.ts +53 -53
  449. package/vke/cluster.js +1 -1
  450. package/vke/defaultNodePool.d.ts +26 -26
  451. package/vke/defaultNodePool.js +1 -1
  452. package/vke/getAddon.d.ts +9 -9
  453. package/vke/getCluster.d.ts +21 -21
  454. package/vke/getDefaultNodePool.d.ts +12 -12
  455. package/vke/getNode.d.ts +18 -18
  456. package/vke/getNodePool.d.ts +13 -13
  457. package/vke/getPermission.d.ts +18 -18
  458. package/vke/node.d.ts +47 -47
  459. package/vke/node.js +1 -1
  460. package/vke/nodePool.d.ts +32 -32
  461. package/vke/nodePool.js +1 -1
  462. package/vke/permission.d.ts +46 -46
  463. package/vke/permission.js +1 -1
  464. package/vmp/getWorkspace.d.ts +54 -18
  465. package/vmp/getWorkspace.js.map +1 -1
  466. package/vmp/workspace.d.ts +151 -47
  467. package/vmp/workspace.js +29 -7
  468. package/vmp/workspace.js.map +1 -1
  469. package/vpc/bandwidthPackage.d.ts +52 -52
  470. package/vpc/bandwidthPackage.js +1 -1
  471. package/vpc/eip.d.ts +85 -85
  472. package/vpc/eip.js +1 -1
  473. package/vpc/eni.d.ts +59 -59
  474. package/vpc/eni.js +1 -1
  475. package/vpc/flowLog.d.ts +49 -49
  476. package/vpc/flowLog.js +1 -1
  477. package/vpc/getBandwidthPackage.d.ts +22 -22
  478. package/vpc/getEip.d.ts +33 -33
  479. package/vpc/getEni.d.ts +25 -25
  480. package/vpc/getFlowLog.d.ts +20 -20
  481. package/vpc/getHaVip.d.ts +16 -16
  482. package/vpc/getIpv6AddressBandwidth.d.ts +20 -20
  483. package/vpc/getIpv6Gateway.d.ts +10 -10
  484. package/vpc/getNetworkAcl.d.ts +14 -14
  485. package/vpc/getPrefixList.d.ts +14 -14
  486. package/vpc/getRouteTable.d.ts +17 -17
  487. package/vpc/getSecurityGroup.d.ts +12 -12
  488. package/vpc/getSubnet.d.ts +20 -20
  489. package/vpc/getTrafficMirrorFilter.d.ts +9 -9
  490. package/vpc/getTrafficMirrorFilterRule.d.ts +12 -12
  491. package/vpc/getTrafficMirrorSession.d.ts +16 -16
  492. package/vpc/getTrafficMirrorTarget.d.ts +10 -10
  493. package/vpc/getVpc.d.ts +24 -24
  494. package/vpc/haVip.d.ts +38 -38
  495. package/vpc/haVip.js +1 -1
  496. package/vpc/ipv6AddressBandwidth.d.ts +44 -44
  497. package/vpc/ipv6AddressBandwidth.js +1 -1
  498. package/vpc/ipv6Gateway.d.ts +23 -23
  499. package/vpc/ipv6Gateway.js +1 -1
  500. package/vpc/networkAcl.d.ts +21 -21
  501. package/vpc/networkAcl.js +1 -1
  502. package/vpc/prefixList.d.ts +26 -26
  503. package/vpc/prefixList.js +1 -1
  504. package/vpc/routeTable.d.ts +37 -37
  505. package/vpc/routeTable.js +1 -1
  506. package/vpc/securityGroup.d.ts +23 -23
  507. package/vpc/securityGroup.js +1 -1
  508. package/vpc/subnet.d.ts +46 -46
  509. package/vpc/subnet.js +1 -1
  510. package/vpc/trafficMirrorFilter.d.ts +16 -16
  511. package/vpc/trafficMirrorFilter.js +1 -1
  512. package/vpc/trafficMirrorFilterRule.d.ts +35 -35
  513. package/vpc/trafficMirrorFilterRule.js +1 -1
  514. package/vpc/trafficMirrorSession.d.ts +40 -40
  515. package/vpc/trafficMirrorSession.js +1 -1
  516. package/vpc/trafficMirrorTarget.d.ts +24 -24
  517. package/vpc/trafficMirrorTarget.js +1 -1
  518. package/vpc/vpc.d.ts +57 -57
  519. package/vpc/vpc.js +1 -1
  520. package/vpn/customerGateway.d.ts +31 -31
  521. package/vpn/customerGateway.js +1 -1
  522. package/vpn/getCustomerGateway.d.ts +13 -13
  523. package/vpn/getVpnConnection.d.ts +177 -0
  524. package/vpn/getVpnConnection.js +28 -0
  525. package/vpn/getVpnConnection.js.map +1 -0
  526. package/vpn/getVpnConnections.d.ts +22 -0
  527. package/vpn/getVpnConnections.js +24 -0
  528. package/vpn/getVpnConnections.js.map +1 -0
  529. package/vpn/getVpnGateway.d.ts +32 -32
  530. package/vpn/index.d.ts +9 -0
  531. package/vpn/index.js +12 -1
  532. package/vpn/index.js.map +1 -1
  533. package/vpn/vpnConnection.d.ts +379 -0
  534. package/vpn/vpnConnection.js +132 -0
  535. package/vpn/vpnConnection.js.map +1 -0
  536. package/vpn/vpnGateway.d.ts +80 -80
  537. package/vpn/vpnGateway.js +1 -1
  538. package/waf/domain.d.ts +245 -245
  539. package/waf/domain.js +1 -1
  540. package/waf/getDomain.d.ts +90 -90
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * 连接终端是位于数据库和应用程序之间的网络代理服务,用于代理应用程序访问数据库时的所有请求,具有高可用、高性能、可运维、简单易用等特点,支持读写分离和负载均衡等高级功能。云数据库 PostgreSQL 版提供了默认终端和自定义只读终端两种类型。
5
+ * The connection endpoint is a network proxy service positioned between the database and the application, handling all requests from the application to the database. It features high availability, high performance, maintainability, and ease of use, and supports advanced functions such as read/write splitting and load balancing. The PostgreSQL cloud database provides two types of endpoints: default endpoint and custom read-only endpoint.
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -43,60 +43,60 @@ export declare class DbEndpoint extends pulumi.CustomResource {
43
43
  static isInstance(obj: any): obj is DbEndpoint;
44
44
  readonly addresses: pulumi.Output<outputs.rdspostgresql.DbEndpointAddress[]>;
45
45
  /**
46
- * 当终端类型为读写终端或只读终端时,支持设置新节点是否自动加入。取值:Enable:自动加入。Disable:不自动加入(默认)。
46
+ * When the endpoint type is read/write or read-only, you can configure whether new nodes are automatically added. Values: Enable: Automatically add. Disable: Do not automatically add (default).
47
47
  */
48
48
  readonly autoAddNewNodes: pulumi.Output<string>;
49
49
  /**
50
- * 地址描述。
50
+ * Address description
51
51
  */
52
52
  readonly description: pulumi.Output<string>;
53
53
  /**
54
- * 是否已开启全局只读。Enable:开启。Disable:未开启。
54
+ * Whether global read-only is enabled. Enable: Enabled. Disable: Not enabled.
55
55
  */
56
56
  readonly enableReadOnly: pulumi.Output<string>;
57
57
  /**
58
- * 是否已开启读写分离,取值:Enable:开启。Disable:未开启。
58
+ * Whether read/write splitting is enabled. Values: Enable: Enabled. Disable: Not enabled.
59
59
  */
60
60
  readonly enableReadWriteSplitting: pulumi.Output<string>;
61
61
  /**
62
- * 实例连接终端 ID
62
+ * Instance connection endpoint ID.
63
63
  */
64
64
  readonly endpointId: pulumi.Output<string>;
65
65
  /**
66
- * 实例连接终端名称。
66
+ * Instance connection endpoint name.
67
67
  */
68
68
  readonly endpointName: pulumi.Output<string>;
69
69
  /**
70
- * 终端类型:Cluster:默认终端(默认创建)。Custom:自定义终端。
70
+ * Endpoint type: Cluster: default endpoint (created by default). Custom: custom endpoint.
71
71
  */
72
72
  readonly endpointType: pulumi.Output<string>;
73
73
  /**
74
- * 实例 ID
74
+ * Instance ID.
75
75
  */
76
76
  readonly instanceId: pulumi.Output<string>;
77
77
  /**
78
- * 连接终端配置的节点列表。说明当 EndpointType Custom 时必选。主节点无需传节点 ID,传入 Primary 字符串即可。
78
+ * List of nodes configured for the connection endpoint. Note: Required when EndpointType is Custom. The primary node does not require a node ID; use the string 'Primary'.
79
79
  */
80
80
  readonly nodes: pulumi.Output<string>;
81
81
  /**
82
- * 只读权重分配模式。取值:Default:标准权重分配(默认值)。Custom:自定义权重分配。
82
+ * Read-only weight allocation mode. Values: Default: standard weight allocation (default). Custom: custom weight allocation.
83
83
  */
84
84
  readonly readOnlyNodeDistributionType: pulumi.Output<string>;
85
85
  /**
86
- * 只读节点的最大延迟阈值,当只读节点延迟时间超过该值时,读取流量不发往该节点,单位:秒。取值:0~3600。默认值:30。说明支持对开通了读写分离的默认终端设置此参数。
86
+ * Maximum latency threshold for read-only nodes. When the latency of a read-only node exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30. Note: This parameter can be set for default endpoints with read/write splitting enabled.
87
87
  */
88
88
  readonly readOnlyNodeMaxDelayTime: pulumi.Output<number>;
89
89
  readonly readOnlyNodeWeights: pulumi.Output<outputs.rdspostgresql.DbEndpointReadOnlyNodeWeight[]>;
90
90
  /**
91
- * 读写模式:ReadWrite:读写。ReadOnly:只读。
91
+ * Read/write mode: ReadWrite: read/write. ReadOnly: read-only.
92
92
  */
93
93
  readonly readWriteMode: pulumi.Output<string>;
94
94
  /**
95
- * 终端开启读写分离后,为终端设置的代理连接数。代理连接数的取值下限为 20。代理连接数的取值上限取决于实例主节点的规格,不同规格支持的代理连接数上限不同,详细信息请参见产品规格。
95
+ * After enabling read/write splitting for the endpoint, set the number of proxy connections for the endpoint. The minimum value for proxy connections is 20. The maximum value depends on the specifications of the primary node; different specifications support different maximum proxy connections. For details, see product specifications.
96
96
  */
97
97
  readonly readWriteProxyConnection: pulumi.Output<number>;
98
98
  /**
99
- * 终端是否将写请求发送给写节点(目前仅主节点为写节点)。取值:true:是。默认值。false:否。
99
+ * Whether the endpoint sends write requests to the write node (currently only the primary node is the write node). Values: true: Yes (default). false: No.
100
100
  */
101
101
  readonly writeNodeHaltWriting: pulumi.Output<boolean>;
102
102
  /**
@@ -114,60 +114,60 @@ export declare class DbEndpoint extends pulumi.CustomResource {
114
114
  export interface DbEndpointState {
115
115
  addresses?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.DbEndpointAddress>[]>;
116
116
  /**
117
- * 当终端类型为读写终端或只读终端时,支持设置新节点是否自动加入。取值:Enable:自动加入。Disable:不自动加入(默认)。
117
+ * When the endpoint type is read/write or read-only, you can configure whether new nodes are automatically added. Values: Enable: Automatically add. Disable: Do not automatically add (default).
118
118
  */
119
119
  autoAddNewNodes?: pulumi.Input<string>;
120
120
  /**
121
- * 地址描述。
121
+ * Address description
122
122
  */
123
123
  description?: pulumi.Input<string>;
124
124
  /**
125
- * 是否已开启全局只读。Enable:开启。Disable:未开启。
125
+ * Whether global read-only is enabled. Enable: Enabled. Disable: Not enabled.
126
126
  */
127
127
  enableReadOnly?: pulumi.Input<string>;
128
128
  /**
129
- * 是否已开启读写分离,取值:Enable:开启。Disable:未开启。
129
+ * Whether read/write splitting is enabled. Values: Enable: Enabled. Disable: Not enabled.
130
130
  */
131
131
  enableReadWriteSplitting?: pulumi.Input<string>;
132
132
  /**
133
- * 实例连接终端 ID
133
+ * Instance connection endpoint ID.
134
134
  */
135
135
  endpointId?: pulumi.Input<string>;
136
136
  /**
137
- * 实例连接终端名称。
137
+ * Instance connection endpoint name.
138
138
  */
139
139
  endpointName?: pulumi.Input<string>;
140
140
  /**
141
- * 终端类型:Cluster:默认终端(默认创建)。Custom:自定义终端。
141
+ * Endpoint type: Cluster: default endpoint (created by default). Custom: custom endpoint.
142
142
  */
143
143
  endpointType?: pulumi.Input<string>;
144
144
  /**
145
- * 实例 ID
145
+ * Instance ID.
146
146
  */
147
147
  instanceId?: pulumi.Input<string>;
148
148
  /**
149
- * 连接终端配置的节点列表。说明当 EndpointType Custom 时必选。主节点无需传节点 ID,传入 Primary 字符串即可。
149
+ * List of nodes configured for the connection endpoint. Note: Required when EndpointType is Custom. The primary node does not require a node ID; use the string 'Primary'.
150
150
  */
151
151
  nodes?: pulumi.Input<string>;
152
152
  /**
153
- * 只读权重分配模式。取值:Default:标准权重分配(默认值)。Custom:自定义权重分配。
153
+ * Read-only weight allocation mode. Values: Default: standard weight allocation (default). Custom: custom weight allocation.
154
154
  */
155
155
  readOnlyNodeDistributionType?: pulumi.Input<string>;
156
156
  /**
157
- * 只读节点的最大延迟阈值,当只读节点延迟时间超过该值时,读取流量不发往该节点,单位:秒。取值:0~3600。默认值:30。说明支持对开通了读写分离的默认终端设置此参数。
157
+ * Maximum latency threshold for read-only nodes. When the latency of a read-only node exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30. Note: This parameter can be set for default endpoints with read/write splitting enabled.
158
158
  */
159
159
  readOnlyNodeMaxDelayTime?: pulumi.Input<number>;
160
160
  readOnlyNodeWeights?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.DbEndpointReadOnlyNodeWeight>[]>;
161
161
  /**
162
- * 读写模式:ReadWrite:读写。ReadOnly:只读。
162
+ * Read/write mode: ReadWrite: read/write. ReadOnly: read-only.
163
163
  */
164
164
  readWriteMode?: pulumi.Input<string>;
165
165
  /**
166
- * 终端开启读写分离后,为终端设置的代理连接数。代理连接数的取值下限为 20。代理连接数的取值上限取决于实例主节点的规格,不同规格支持的代理连接数上限不同,详细信息请参见产品规格。
166
+ * After enabling read/write splitting for the endpoint, set the number of proxy connections for the endpoint. The minimum value for proxy connections is 20. The maximum value depends on the specifications of the primary node; different specifications support different maximum proxy connections. For details, see product specifications.
167
167
  */
168
168
  readWriteProxyConnection?: pulumi.Input<number>;
169
169
  /**
170
- * 终端是否将写请求发送给写节点(目前仅主节点为写节点)。取值:true:是。默认值。false:否。
170
+ * Whether the endpoint sends write requests to the write node (currently only the primary node is the write node). Values: true: Yes (default). false: No.
171
171
  */
172
172
  writeNodeHaltWriting?: pulumi.Input<boolean>;
173
173
  }
@@ -177,44 +177,44 @@ export interface DbEndpointState {
177
177
  export interface DbEndpointArgs {
178
178
  addresses?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.DbEndpointAddress>[]>;
179
179
  /**
180
- * 是否已开启读写分离,取值:Enable:开启。Disable:未开启。
180
+ * Whether read/write splitting is enabled. Values: Enable: Enabled. Disable: Not enabled.
181
181
  */
182
182
  enableReadWriteSplitting?: pulumi.Input<string>;
183
183
  /**
184
- * 实例连接终端名称。
184
+ * Instance connection endpoint name.
185
185
  */
186
186
  endpointName?: pulumi.Input<string>;
187
187
  /**
188
- * 终端类型:Cluster:默认终端(默认创建)。Custom:自定义终端。
188
+ * Endpoint type: Cluster: default endpoint (created by default). Custom: custom endpoint.
189
189
  */
190
190
  endpointType?: pulumi.Input<string>;
191
191
  /**
192
- * 实例 ID
192
+ * Instance ID.
193
193
  */
194
194
  instanceId?: pulumi.Input<string>;
195
195
  /**
196
- * 连接终端配置的节点列表。说明当 EndpointType Custom 时必选。主节点无需传节点 ID,传入 Primary 字符串即可。
196
+ * List of nodes configured for the connection endpoint. Note: Required when EndpointType is Custom. The primary node does not require a node ID; use the string 'Primary'.
197
197
  */
198
198
  nodes?: pulumi.Input<string>;
199
199
  /**
200
- * 只读权重分配模式。取值:Default:标准权重分配(默认值)。Custom:自定义权重分配。
200
+ * Read-only weight allocation mode. Values: Default: standard weight allocation (default). Custom: custom weight allocation.
201
201
  */
202
202
  readOnlyNodeDistributionType?: pulumi.Input<string>;
203
203
  /**
204
- * 只读节点的最大延迟阈值,当只读节点延迟时间超过该值时,读取流量不发往该节点,单位:秒。取值:0~3600。默认值:30。说明支持对开通了读写分离的默认终端设置此参数。
204
+ * Maximum latency threshold for read-only nodes. When the latency of a read-only node exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30. Note: This parameter can be set for default endpoints with read/write splitting enabled.
205
205
  */
206
206
  readOnlyNodeMaxDelayTime?: pulumi.Input<number>;
207
207
  readOnlyNodeWeights?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.DbEndpointReadOnlyNodeWeight>[]>;
208
208
  /**
209
- * 读写模式:ReadWrite:读写。ReadOnly:只读。
209
+ * Read/write mode: ReadWrite: read/write. ReadOnly: read-only.
210
210
  */
211
211
  readWriteMode?: pulumi.Input<string>;
212
212
  /**
213
- * 终端开启读写分离后,为终端设置的代理连接数。代理连接数的取值下限为 20。代理连接数的取值上限取决于实例主节点的规格,不同规格支持的代理连接数上限不同,详细信息请参见产品规格。
213
+ * After enabling read/write splitting for the endpoint, set the number of proxy connections for the endpoint. The minimum value for proxy connections is 20. The maximum value depends on the specifications of the primary node; different specifications support different maximum proxy connections. For details, see product specifications.
214
214
  */
215
215
  readWriteProxyConnection?: pulumi.Input<number>;
216
216
  /**
217
- * 终端是否将写请求发送给写节点(目前仅主节点为写节点)。取值:true:是。默认值。false:否。
217
+ * Whether the endpoint sends write requests to the write node (currently only the primary node is the write node). Values: true: Yes (default). false: No.
218
218
  */
219
219
  writeNodeHaltWriting?: pulumi.Input<boolean>;
220
220
  }
@@ -6,7 +6,7 @@ exports.DbEndpoint = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * 连接终端是位于数据库和应用程序之间的网络代理服务,用于代理应用程序访问数据库时的所有请求,具有高可用、高性能、可运维、简单易用等特点,支持读写分离和负载均衡等高级功能。云数据库 PostgreSQL 版提供了默认终端和自定义只读终端两种类型。
9
+ * The connection endpoint is a network proxy service positioned between the database and the application, handling all requests from the application to the database. It features high availability, high performance, maintainability, and ease of use, and supports advanced functions such as read/write splitting and load balancing. The PostgreSQL cloud database provides two types of endpoints: default endpoint and custom read-only endpoint.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -18,39 +18,39 @@ export interface GetAllowListArgs {
18
18
  */
19
19
  export interface GetAllowListResult {
20
20
  /**
21
- * 白名单分类。取值:Ordinary:普通白名单。Default:默认白名单。说明该参数作为请求参数时无默认值,不传入时则查询所有类别的白名单。
21
+ * Allowlist category. Values: Ordinary: ordinary allowlist; Default: default allowlist. Note: This parameter has no default value when used as a request parameter. If not provided, all categories of allowlists are queried.
22
22
  */
23
23
  readonly allowListCategory: string;
24
24
  /**
25
- * 白名单的描述信息。长度在 200 字符以内。默认值为空字符串。
25
+ * Description of the allowlist. Up to 200 characters. Default value is an empty string.
26
26
  */
27
27
  readonly allowListDesc: string;
28
28
  /**
29
- * 白名单 ID
29
+ * Allowlist ID.
30
30
  */
31
31
  readonly allowListId: string;
32
32
  /**
33
- * 白名单中 IP 地址或 IP 地址段的数量。
33
+ * Number of IP addresses or IP segments in the allowlist.
34
34
  */
35
35
  readonly allowListIpNum: number;
36
36
  /**
37
- * 白名单名称的命名规则如下:在当前地域内,白名单名称唯一。以中文、字母或下划线(*)开头。只能包含中文、字母、数字、下划线(*)和中划线(-)。长度为 1~128 个字符。
37
+ * Allowlist naming rules: The allowlist name must be unique within the current region. It must start with a Chinese character, letter, or underscore (*). It can only contain Chinese characters, letters, numbers, underscores (*), and hyphens (-). Length must be 1128 characters.
38
38
  */
39
39
  readonly allowListName: string;
40
40
  /**
41
- * 白名单采用的网络协议类型。取值为 IPv4(默认值)。
41
+ * Network protocol type used by the allowlist. Value: IPv4 (default).
42
42
  */
43
43
  readonly allowListType: string;
44
44
  /**
45
- * 白名单中包含的 IP 地址。支持以下两种格式:IP 地址格式。例如:10.23.12.24CIDR IP 地址段格式。例如:10.23.12.0/24(无类别域间路由,24 表示了地址中前缀的长度,范围为 1~32)。说明每个白名单最多可添加 300 IP IP 地址段,当 IP 较多时,建议合并为 IP 段填入,例如10.23.12.0/24。禁止将 0.0.0.0/0 之外的形如 x.x.x.x/0 结尾的 IP 地址加入白名单。该字段不能与 UserAllowList 字段同时使用。
45
+ * IP addresses included in the allowlist. Supports the following two formats: IP address format, for example: 10.23.12.24. CIDR IP address range format, for example: 10.23.12.0/24 (Classless Inter-Domain Routing, 24 indicates the prefix length, range is 132). Note: Each allowlist can add up to 300 IP addresses or IP ranges. If there are many IPs, it is recommended to merge them into IP ranges, such as 10.23.12.0/24. Do not add IP addresses ending with x.x.x.x/0 except for 0.0.0.0/0 to the allowlist. This field cannot be used together with the UserAllowList field.
46
46
  */
47
47
  readonly allowLists: string[];
48
48
  /**
49
- * 该白名单绑定的实例数量。
49
+ * Number of instances bound to this allowlist.
50
50
  */
51
51
  readonly associatedInstanceNum: number;
52
52
  /**
53
- * 该白名单绑定的实例列表,包含实例 ID 和实例名称信息。
53
+ * List of instances bound to this allowlist, including instance ID and instance name.
54
54
  */
55
55
  readonly associatedInstances: outputs.rdspostgresql.GetAllowListAssociatedInstance[];
56
56
  /**
@@ -58,23 +58,23 @@ export interface GetAllowListResult {
58
58
  */
59
59
  readonly id: string;
60
60
  /**
61
- * IP 地址查询白名单。支持传入多个 IP 地址,多个 IP 地址使用英文逗号(,)分隔。说明如果白名单包含了多个 IP 地址的任意子集,该白名单就会被返回。
61
+ * Query allowlist by IP address. Supports multiple IP addresses separated by commas (,). Note: If the allowlist contains any subset of the provided IP addresses, that allowlist will be returned.
62
62
  */
63
63
  readonly ipAddress: string;
64
64
  /**
65
- * 修改白名单的方式。取值:Cover:覆盖,即使用 AllowList 字段的值覆盖原白名单。默认值。Append:追加,即在原白名单中增加 AllowList 字段包含的 IP 地址。Delete:删除,即在原白名单中删除 AllowList 字段包含的 IP 地址。至少需要保留一个 IP 地址。注意如需修改的白名单绑定有安全组,或需要在修改白名单时为白名单绑定安全组,则 ModifyMode 只能取值为 Cover
65
+ * Allowlist modification mode. Values: Cover (default): overwrite, use the value of the AllowList field to overwrite the original allowlist. Append: add, add the IP addresses in the AllowList field to the original allowlist. Delete: remove, remove the IP addresses in the AllowList field from the original allowlist. At least one IP address must remain. Note: If the allowlist to be modified is bound to a security group, or if you need to bind a security group when modifying the allowlist, ModifyMode can only be set to Cover.
66
66
  */
67
67
  readonly modifyMode: string;
68
68
  /**
69
- * 该白名单绑定的安全组列表。
69
+ * List of security groups bound to this allowlist.
70
70
  */
71
71
  readonly securityGroupBindInfos: outputs.rdspostgresql.GetAllowListSecurityGroupBindInfo[];
72
72
  /**
73
- * 是否更新白名单所绑定的安全组。取值:true:更新。false:不更新。默认值。
73
+ * Whether to update the security group bound to the allowlist. Values: true: update; false: do not update. Default value.
74
74
  */
75
75
  readonly updateSecurityGroup: boolean;
76
76
  /**
77
- * 安全组之外的、需要加入白名单的 IP 地址。可输入 IP 地址或 CIDR 格式的 IP 地址段。说明该字段不能与 AllowList 字段同时使用。
77
+ * IP addresses outside the security group that need to be added to the allowlist. You can enter IP addresses or CIDR IP ranges. Note: This field cannot be used together with the AllowList field.
78
78
  */
79
79
  readonly userAllowList: string;
80
80
  }
@@ -17,23 +17,23 @@ export interface GetDatabaseArgs {
17
17
  */
18
18
  export interface GetDatabaseResult {
19
19
  /**
20
- * 字符分类。取值范围: C(默认)、C.UTF-8en*US.utf8zh*CN.utf8 POSIX
20
+ * Character classification. Supported values: C (default), C.UTF-8, en*US.utf8, zh*CN.utf8, and POSIX
21
21
  */
22
22
  readonly cType: string;
23
23
  /**
24
- * 数据库字符集。目前支持的字符集包含:utf8(默认)、latin1ascii
24
+ * Database character set. Supported character sets: utf8 (default), latin1, ascii
25
25
  */
26
26
  readonly characterSetName: string;
27
27
  /**
28
- * 排序规则。取值范围:C(默认)、C.UTF-8en*US.utf8zh*CN.utf8 POSIX
28
+ * Collation. Supported values: C (default), C.UTF-8, en*US.utf8, zh*CN.utf8, and POSIX
29
29
  */
30
30
  readonly collate: string;
31
31
  /**
32
- * 数据库名称。命名规则如下:长度 2~63 个字符。由字母、数字、下划线或中划线组成。以字母开头,字母或数字结尾。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。
32
+ * Database name. Naming rules: Length must be 263 characters. Can contain letters, numbers, underscores, or hyphens. Must start with a letter and end with a letter or number. Reserved keywords are not allowed. For a list of all disabled keywords, see Disabled Keywords.
33
33
  */
34
34
  readonly dbName: string;
35
35
  /**
36
- * 数据库状态:Unavailable:不可用。Available:可用。
36
+ * Database status: Unavailable: Not available. Available: Available.
37
37
  */
38
38
  readonly dbStatus: string;
39
39
  /**
@@ -41,11 +41,11 @@ export interface GetDatabaseResult {
41
41
  */
42
42
  readonly id: string;
43
43
  /**
44
- * 实例 ID
44
+ * Instance ID
45
45
  */
46
46
  readonly instanceId: string;
47
47
  /**
48
- * 数据库的 owner。说明:实例只读账号、被禁用了 DDL 权限的高权限账号或被禁用了 DDL 权限的普通账号不能作为数据库的 owner。不传值或传空值时,会为该字段取值为 rds superuser
48
+ * Database owner. Note: Read-only instance accounts, high-privilege accounts with DDL permissions disabled, or regular accounts with DDL permissions disabled cannot be set as the database owner. If no value is provided or the value is empty, this field defaults to rds superuser
49
49
  */
50
50
  readonly owner: string;
51
51
  }
@@ -17,19 +17,19 @@ export interface GetDbAccountArgs {
17
17
  */
18
18
  export interface GetDbAccountResult {
19
19
  /**
20
- * 数据库账号名称。账号名称的设置规则如下:长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能以 pg* 开头。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。
20
+ * Database account name. The account name rules are as follows: Length must be 263 characters. Can contain letters, numbers, underscores (*), or hyphens (-). Must start with a letter and end with a letter or number. Cannot start with pg*. Reserved keywords cannot be used. For all disabled keywords, see Disabled Keywords.
21
21
  */
22
22
  readonly accountName: string;
23
23
  /**
24
- * 数据库账号的密码。数据库账号密码的设置规则如下:长度为 8~32 个字符。由大写字母、小写字母、数字、特殊字符中的任意三种组成。特殊字符为 !@#$%^*()&_+-=。
24
+ * Database account password. The password rules are as follows: Length must be 832 characters. Must contain any three of the following: uppercase letters, lowercase letters, numbers, special characters. Supported special characters: !@#$%^*()&_+-=.
25
25
  */
26
26
  readonly accountPassword: string;
27
27
  /**
28
- * 账号权限信息。多个权限中间以英文逗号(,)分隔。取值:Login:登录权限。Inherit:继承权限。CreateRole:创建角色权限。CreateDB:创建数据库权限。说明当账号类型为高权限账号时,无需传入该参数,默认支持全部权限。当账号类型为普通账号时,支持传入该参数,默认值为 Login Inherit。账号类型为实例只读账号时,即 AccountType 取值为 InstanceReadOnly 时,不支持传入该参数
28
+ * Account permission information. Separate multiple permissions with commas (,). Valid values: Login: Login permission. Inherit: Inherit permission. CreateRole: Create role permission. CreateDB: Create database permission. Note: If the account type is high privilege, you do not need to provide this parameter; all permissions are supported by default. If the account type is normal, you can provide this parameter; the default values are Login and Inherit. If the account type is instance read-only, that is, AccountType is set to InstanceReadOnly, this parameter is not supported.
29
29
  */
30
30
  readonly accountPrivileges: string;
31
31
  /**
32
- * 数据库账号类型,取值范围如下:Super:高权限账号。Normal:普通账号。InstanceReadOnly:实例只读账号。
32
+ * Database account type. Valid values: Super: High privilege account. Normal: Normal account. InstanceReadOnly: Instance read-only account.
33
33
  */
34
34
  readonly accountType: string;
35
35
  /**
@@ -37,11 +37,11 @@ export interface GetDbAccountResult {
37
37
  */
38
38
  readonly id: string;
39
39
  /**
40
- * 实例 ID
40
+ * Instance ID
41
41
  */
42
42
  readonly instanceId: string;
43
43
  /**
44
- * 为账号禁用的权限。当前仅支持取值为 DDL。说明仅支持为高权限账号或普通账号传入此字段,即 AccountType 取值为 Super Normal 时。
44
+ * Permissions disabled for the account. Currently, only DDL is supported. Note: This field can only be provided for high privilege or normal accounts, that is, when AccountType is set to Super or Normal.
45
45
  */
46
46
  readonly notAllowPrivileges: string[];
47
47
  }
@@ -18,35 +18,35 @@ export interface GetDbEndpointArgs {
18
18
  */
19
19
  export interface GetDbEndpointResult {
20
20
  /**
21
- * 地址列表。
21
+ * Address list.
22
22
  */
23
23
  readonly addresses: outputs.rdspostgresql.GetDbEndpointAddress[];
24
24
  /**
25
- * 当终端类型为读写终端或只读终端时,支持设置新节点是否自动加入。取值:Enable:自动加入。Disable:不自动加入(默认)。
25
+ * When the endpoint type is read/write or read-only, you can configure whether new nodes are automatically added. Values: Enable: Automatically add. Disable: Do not automatically add (default).
26
26
  */
27
27
  readonly autoAddNewNodes: string;
28
28
  /**
29
- * 地址描述。
29
+ * Address description
30
30
  */
31
31
  readonly description: string;
32
32
  /**
33
- * 是否已开启全局只读。Enable:开启。Disable:未开启。
33
+ * Whether global read-only is enabled. Enable: Enabled. Disable: Not enabled.
34
34
  */
35
35
  readonly enableReadOnly: string;
36
36
  /**
37
- * 是否已开启读写分离,取值:Enable:开启。Disable:未开启。
37
+ * Whether read/write splitting is enabled. Values: Enable: Enabled. Disable: Not enabled.
38
38
  */
39
39
  readonly enableReadWriteSplitting: string;
40
40
  /**
41
- * 实例连接终端 ID
41
+ * Instance connection endpoint ID.
42
42
  */
43
43
  readonly endpointId: string;
44
44
  /**
45
- * 实例连接终端名称。
45
+ * Instance connection endpoint name.
46
46
  */
47
47
  readonly endpointName: string;
48
48
  /**
49
- * 终端类型:Cluster:默认终端(默认创建)。Custom:自定义终端。
49
+ * Endpoint type: Cluster: default endpoint (created by default). Custom: custom endpoint.
50
50
  */
51
51
  readonly endpointType: string;
52
52
  /**
@@ -54,35 +54,35 @@ export interface GetDbEndpointResult {
54
54
  */
55
55
  readonly id: string;
56
56
  /**
57
- * 实例 ID
57
+ * Instance ID.
58
58
  */
59
59
  readonly instanceId: string;
60
60
  /**
61
- * 连接终端配置的节点列表。说明当 EndpointType Custom 时必选。主节点无需传节点 ID,传入 Primary 字符串即可。
61
+ * List of nodes configured for the connection endpoint. Note: Required when EndpointType is Custom. The primary node does not require a node ID; use the string 'Primary'.
62
62
  */
63
63
  readonly nodes: string;
64
64
  /**
65
- * 只读权重分配模式。取值:Default:标准权重分配(默认值)。Custom:自定义权重分配。
65
+ * Read-only weight allocation mode. Values: Default: standard weight allocation (default). Custom: custom weight allocation.
66
66
  */
67
67
  readonly readOnlyNodeDistributionType: string;
68
68
  /**
69
- * 只读节点的最大延迟阈值,当只读节点延迟时间超过该值时,读取流量不发往该节点,单位:秒。取值:0~3600。默认值:30。说明支持对开通了读写分离的默认终端设置此参数。
69
+ * Maximum latency threshold for read-only nodes. When the latency of a read-only node exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30. Note: This parameter can be set for default endpoints with read/write splitting enabled.
70
70
  */
71
71
  readonly readOnlyNodeMaxDelayTime: number;
72
72
  /**
73
- * 连接终端配置的节点列表及对应的只读权重。
73
+ * List of nodes configured for the connection endpoint and their corresponding read-only weights.
74
74
  */
75
75
  readonly readOnlyNodeWeights: outputs.rdspostgresql.GetDbEndpointReadOnlyNodeWeight[];
76
76
  /**
77
- * 读写模式:ReadWrite:读写。ReadOnly:只读。
77
+ * Read/write mode: ReadWrite: read/write. ReadOnly: read-only.
78
78
  */
79
79
  readonly readWriteMode: string;
80
80
  /**
81
- * 终端开启读写分离后,为终端设置的代理连接数。代理连接数的取值下限为 20。代理连接数的取值上限取决于实例主节点的规格,不同规格支持的代理连接数上限不同,详细信息请参见产品规格。
81
+ * After enabling read/write splitting for the endpoint, set the number of proxy connections for the endpoint. The minimum value for proxy connections is 20. The maximum value depends on the specifications of the primary node; different specifications support different maximum proxy connections. For details, see product specifications.
82
82
  */
83
83
  readonly readWriteProxyConnection: number;
84
84
  /**
85
- * 终端是否将写请求发送给写节点(目前仅主节点为写节点)。取值:true:是。默认值。false:否。
85
+ * Whether the endpoint sends write requests to the write node (currently only the primary node is the write node). Values: true: Yes (default). false: No.
86
86
  */
87
87
  readonly writeNodeHaltWriting: boolean;
88
88
  }
@@ -17,7 +17,7 @@ export interface GetSchemaArgs {
17
17
  */
18
18
  export interface GetSchemaResult {
19
19
  /**
20
- * 数据库名称
20
+ * Database name
21
21
  */
22
22
  readonly dbName: string;
23
23
  /**
@@ -25,15 +25,15 @@ export interface GetSchemaResult {
25
25
  */
26
26
  readonly id: string;
27
27
  /**
28
- * 实例 ID
28
+ * Instance ID
29
29
  */
30
30
  readonly instanceId: string;
31
31
  /**
32
- * Schema owner。说明实例只读账号、被禁用了 DDL 权限的高权限账号或被禁用了 DDL 权限的普通账号不能作为 Schema owner
32
+ * Schema owner. Note that instance read-only accounts, high-privilege accounts with DDL permissions disabled, or regular accounts with DDL permissions disabled cannot be set as the Schema owner.
33
33
  */
34
34
  readonly owner: string;
35
35
  /**
36
- * Schema 名称。长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。不能以 pg* 开头
36
+ * Schema name. Length: 263 characters. Can contain letters, numbers, underscores (*), or hyphens (-). Must start with a letter and end with a letter or number. Reserved keywords are not allowed; for all disabled keywords, see Disabled Keywords. Cannot start with pg*
37
37
  */
38
38
  readonly schemaName: string;
39
39
  }
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * RDS PostgreSQL Schema 资源类型
3
+ * RDS PostgreSQL Schema resource type
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -39,19 +39,19 @@ export declare class Schema extends pulumi.CustomResource {
39
39
  */
40
40
  static isInstance(obj: any): obj is Schema;
41
41
  /**
42
- * 数据库名称
42
+ * Database name
43
43
  */
44
44
  readonly dbName: pulumi.Output<string>;
45
45
  /**
46
- * 实例 ID
46
+ * Instance ID
47
47
  */
48
48
  readonly instanceId: pulumi.Output<string>;
49
49
  /**
50
- * Schema owner。说明实例只读账号、被禁用了 DDL 权限的高权限账号或被禁用了 DDL 权限的普通账号不能作为 Schema owner
50
+ * Schema owner. Note that instance read-only accounts, high-privilege accounts with DDL permissions disabled, or regular accounts with DDL permissions disabled cannot be set as the Schema owner.
51
51
  */
52
52
  readonly owner: pulumi.Output<string>;
53
53
  /**
54
- * Schema 名称。长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。不能以 pg* 开头
54
+ * Schema name. Length: 263 characters. Can contain letters, numbers, underscores (*), or hyphens (-). Must start with a letter and end with a letter or number. Reserved keywords are not allowed; for all disabled keywords, see Disabled Keywords. Cannot start with pg*
55
55
  */
56
56
  readonly schemaName: pulumi.Output<string>;
57
57
  /**
@@ -68,19 +68,19 @@ export declare class Schema extends pulumi.CustomResource {
68
68
  */
69
69
  export interface SchemaState {
70
70
  /**
71
- * 数据库名称
71
+ * Database name
72
72
  */
73
73
  dbName?: pulumi.Input<string>;
74
74
  /**
75
- * 实例 ID
75
+ * Instance ID
76
76
  */
77
77
  instanceId?: pulumi.Input<string>;
78
78
  /**
79
- * Schema owner。说明实例只读账号、被禁用了 DDL 权限的高权限账号或被禁用了 DDL 权限的普通账号不能作为 Schema owner
79
+ * Schema owner. Note that instance read-only accounts, high-privilege accounts with DDL permissions disabled, or regular accounts with DDL permissions disabled cannot be set as the Schema owner.
80
80
  */
81
81
  owner?: pulumi.Input<string>;
82
82
  /**
83
- * Schema 名称。长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。不能以 pg* 开头
83
+ * Schema name. Length: 263 characters. Can contain letters, numbers, underscores (*), or hyphens (-). Must start with a letter and end with a letter or number. Reserved keywords are not allowed; for all disabled keywords, see Disabled Keywords. Cannot start with pg*
84
84
  */
85
85
  schemaName?: pulumi.Input<string>;
86
86
  }
@@ -89,19 +89,19 @@ export interface SchemaState {
89
89
  */
90
90
  export interface SchemaArgs {
91
91
  /**
92
- * 数据库名称
92
+ * Database name
93
93
  */
94
94
  dbName: pulumi.Input<string>;
95
95
  /**
96
- * 实例 ID
96
+ * Instance ID
97
97
  */
98
98
  instanceId: pulumi.Input<string>;
99
99
  /**
100
- * Schema owner。说明实例只读账号、被禁用了 DDL 权限的高权限账号或被禁用了 DDL 权限的普通账号不能作为 Schema owner
100
+ * Schema owner. Note that instance read-only accounts, high-privilege accounts with DDL permissions disabled, or regular accounts with DDL permissions disabled cannot be set as the Schema owner.
101
101
  */
102
102
  owner: pulumi.Input<string>;
103
103
  /**
104
- * Schema 名称。长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。不能以 pg* 开头
104
+ * Schema name. Length: 263 characters. Can contain letters, numbers, underscores (*), or hyphens (-). Must start with a letter and end with a letter or number. Reserved keywords are not allowed; for all disabled keywords, see Disabled Keywords. Cannot start with pg*
105
105
  */
106
106
  schemaName: pulumi.Input<string>;
107
107
  }
@@ -6,7 +6,7 @@ exports.Schema = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * RDS PostgreSQL Schema 资源类型
9
+ * RDS PostgreSQL Schema resource type
10
10
  *
11
11
  * ## Example Usage
12
12
  *