@volcengine/pulumi 0.0.23 → 0.0.24

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 (434) hide show
  1. package/bandwidth_package/attachment.d.ts +71 -10
  2. package/bandwidth_package/attachment.js +71 -10
  3. package/bandwidth_package/attachment.js.map +1 -1
  4. package/bandwidth_package/bandwidthPackage.d.ts +4 -4
  5. package/bandwidth_package/bandwidthPackage.js +4 -4
  6. package/bandwidth_package/bandwidthPackages.d.ts +38 -4
  7. package/bandwidth_package/bandwidthPackages.js +38 -4
  8. package/bandwidth_package/bandwidthPackages.js.map +1 -1
  9. package/cdn/cdnCertificate.d.ts +110 -0
  10. package/cdn/cdnCertificate.js +93 -0
  11. package/cdn/cdnCertificate.js.map +1 -0
  12. package/cdn/cdnDomain.d.ts +199 -0
  13. package/cdn/cdnDomain.js +141 -0
  14. package/cdn/cdnDomain.js.map +1 -0
  15. package/cdn/certificates.d.ts +113 -0
  16. package/cdn/certificates.js +62 -0
  17. package/cdn/certificates.js.map +1 -0
  18. package/cdn/configs.d.ts +178 -0
  19. package/cdn/configs.js +146 -0
  20. package/cdn/configs.js.map +1 -0
  21. package/cdn/domains.d.ts +274 -0
  22. package/cdn/domains.js +155 -0
  23. package/cdn/domains.js.map +1 -0
  24. package/cdn/index.d.ts +21 -0
  25. package/cdn/index.js +44 -0
  26. package/cdn/index.js.map +1 -0
  27. package/cdn/sharedConfig.d.ts +194 -0
  28. package/cdn/sharedConfig.js +129 -0
  29. package/cdn/sharedConfig.js.map +1 -0
  30. package/cdn/sharedConfigs.d.ts +115 -0
  31. package/cdn/sharedConfigs.js +54 -0
  32. package/cdn/sharedConfigs.js.map +1 -0
  33. package/cen/attachInstance.d.ts +15 -8
  34. package/cen/attachInstance.js +15 -8
  35. package/cen/attachInstance.js.map +1 -1
  36. package/cen/attachInstances.d.ts +44 -4
  37. package/cen/attachInstances.js +44 -4
  38. package/cen/attachInstances.js.map +1 -1
  39. package/cen/bandwidthPackage.d.ts +11 -10
  40. package/cen/bandwidthPackage.js +8 -4
  41. package/cen/bandwidthPackage.js.map +1 -1
  42. package/cen/bandwidthPackageAssociate.d.ts +27 -3
  43. package/cen/bandwidthPackageAssociate.js +27 -3
  44. package/cen/bandwidthPackageAssociate.js.map +1 -1
  45. package/cen/bandwidthPackages.d.ts +42 -6
  46. package/cen/bandwidthPackages.js +42 -6
  47. package/cen/bandwidthPackages.js.map +1 -1
  48. package/cen/cen.d.ts +6 -2
  49. package/cen/cen.js +6 -2
  50. package/cen/cen.js.map +1 -1
  51. package/cen/cens.d.ts +30 -4
  52. package/cen/cens.js +30 -4
  53. package/cen/cens.js.map +1 -1
  54. package/cen/interRegionBandwidth.d.ts +35 -5
  55. package/cen/interRegionBandwidth.js +35 -5
  56. package/cen/interRegionBandwidth.js.map +1 -1
  57. package/cen/interRegionBandwidths.d.ts +78 -4
  58. package/cen/interRegionBandwidths.js +78 -4
  59. package/cen/interRegionBandwidths.js.map +1 -1
  60. package/cen/routeEntries.d.ts +0 -20
  61. package/cen/routeEntries.js +0 -20
  62. package/cen/routeEntries.js.map +1 -1
  63. package/cen/routeEntry.d.ts +0 -21
  64. package/cen/routeEntry.js +0 -21
  65. package/cen/routeEntry.js.map +1 -1
  66. package/cen/serviceRouteEntries.d.ts +98 -4
  67. package/cen/serviceRouteEntries.js +98 -4
  68. package/cen/serviceRouteEntries.js.map +1 -1
  69. package/cen/serviceRouteEntry.d.ts +31 -46
  70. package/cen/serviceRouteEntry.js +31 -46
  71. package/cen/serviceRouteEntry.js.map +1 -1
  72. package/cloud_identity/group.d.ts +126 -0
  73. package/cloud_identity/group.js +89 -0
  74. package/cloud_identity/group.js.map +1 -0
  75. package/cloud_identity/groups.d.ts +133 -0
  76. package/cloud_identity/groups.js +72 -0
  77. package/cloud_identity/groups.js.map +1 -0
  78. package/cloud_identity/index.d.ts +39 -0
  79. package/cloud_identity/index.js +70 -0
  80. package/cloud_identity/index.js.map +1 -0
  81. package/cloud_identity/permissionSet.d.ts +136 -0
  82. package/cloud_identity/permissionSet.js +95 -0
  83. package/cloud_identity/permissionSet.js.map +1 -0
  84. package/cloud_identity/permissionSetAssignment.d.ts +135 -0
  85. package/cloud_identity/permissionSetAssignment.js +118 -0
  86. package/cloud_identity/permissionSetAssignment.js.map +1 -0
  87. package/cloud_identity/permissionSetAssignments.d.ts +191 -0
  88. package/cloud_identity/permissionSetAssignments.js +119 -0
  89. package/cloud_identity/permissionSetAssignments.js.map +1 -0
  90. package/cloud_identity/permissionSetProvisioning.d.ts +133 -0
  91. package/cloud_identity/permissionSetProvisioning.js +120 -0
  92. package/cloud_identity/permissionSetProvisioning.js.map +1 -0
  93. package/cloud_identity/permissionSetProvisionings.d.ts +99 -0
  94. package/cloud_identity/permissionSetProvisionings.js +49 -0
  95. package/cloud_identity/permissionSetProvisionings.js.map +1 -0
  96. package/cloud_identity/permissionSets.d.ts +132 -0
  97. package/cloud_identity/permissionSets.js +96 -0
  98. package/cloud_identity/permissionSets.js.map +1 -0
  99. package/cloud_identity/user.d.ts +137 -0
  100. package/cloud_identity/user.js +91 -0
  101. package/cloud_identity/user.js.map +1 -0
  102. package/cloud_identity/userAttachment.d.ts +95 -0
  103. package/cloud_identity/userAttachment.js +92 -0
  104. package/cloud_identity/userAttachment.js.map +1 -0
  105. package/cloud_identity/userProvisioning.d.ts +171 -0
  106. package/cloud_identity/userProvisioning.js +98 -0
  107. package/cloud_identity/userProvisioning.js.map +1 -0
  108. package/cloud_identity/userProvisionings.d.ts +75 -0
  109. package/cloud_identity/userProvisionings.js +47 -0
  110. package/cloud_identity/userProvisionings.js.map +1 -0
  111. package/cloud_identity/users.d.ts +144 -0
  112. package/cloud_identity/users.js +75 -0
  113. package/cloud_identity/users.js.map +1 -0
  114. package/cloud_monitor/contact.d.ts +94 -0
  115. package/cloud_monitor/contact.js +78 -0
  116. package/cloud_monitor/contact.js.map +1 -0
  117. package/cloud_monitor/contactGroup.d.ts +97 -0
  118. package/cloud_monitor/contactGroup.js +78 -0
  119. package/cloud_monitor/contactGroup.js.map +1 -0
  120. package/cloud_monitor/contactGroups.d.ts +78 -0
  121. package/cloud_monitor/contactGroups.js +47 -0
  122. package/cloud_monitor/contactGroups.js.map +1 -0
  123. package/cloud_monitor/contacts.d.ts +81 -0
  124. package/cloud_monitor/contacts.js +52 -0
  125. package/cloud_monitor/contacts.js.map +1 -0
  126. package/cloud_monitor/eventRule.d.ts +250 -0
  127. package/cloud_monitor/eventRule.js +147 -0
  128. package/cloud_monitor/eventRule.js.map +1 -0
  129. package/cloud_monitor/eventRules.d.ts +90 -0
  130. package/cloud_monitor/eventRules.js +48 -0
  131. package/cloud_monitor/eventRules.js.map +1 -0
  132. package/cloud_monitor/index.d.ts +24 -0
  133. package/cloud_monitor/index.js +49 -0
  134. package/cloud_monitor/index.js.map +1 -0
  135. package/cloud_monitor/rule.d.ts +361 -0
  136. package/cloud_monitor/rule.js +201 -0
  137. package/cloud_monitor/rule.js.map +1 -0
  138. package/cloud_monitor/rules.d.ts +144 -0
  139. package/cloud_monitor/rules.js +53 -0
  140. package/cloud_monitor/rules.js.map +1 -0
  141. package/config/vars.d.ts +6 -0
  142. package/config/vars.js +6 -0
  143. package/config/vars.js.map +1 -1
  144. package/ebs/volume.d.ts +22 -0
  145. package/ebs/volume.js +10 -0
  146. package/ebs/volume.js.map +1 -1
  147. package/ebs/volumes.d.ts +13 -0
  148. package/ebs/volumes.js +1 -0
  149. package/ebs/volumes.js.map +1 -1
  150. package/ecs/instance.d.ts +15 -0
  151. package/ecs/instance.js +2 -0
  152. package/ecs/instance.js.map +1 -1
  153. package/ecs/state.d.ts +4 -4
  154. package/eip/address.d.ts +3 -3
  155. package/financial_relation/financialRelation.d.ts +111 -0
  156. package/financial_relation/financialRelation.js +73 -0
  157. package/financial_relation/financialRelation.js.map +1 -0
  158. package/financial_relation/financialRelations.d.ts +103 -0
  159. package/financial_relation/financialRelations.js +53 -0
  160. package/financial_relation/financialRelations.js.map +1 -0
  161. package/financial_relation/index.d.ts +6 -0
  162. package/financial_relation/index.js +25 -0
  163. package/financial_relation/index.js.map +1 -0
  164. package/iam/accessKeys.d.ts +83 -0
  165. package/iam/accessKeys.js +44 -0
  166. package/iam/accessKeys.js.map +1 -0
  167. package/iam/index.d.ts +9 -0
  168. package/iam/index.js +12 -1
  169. package/iam/index.js.map +1 -1
  170. package/iam/samlProvider.d.ts +144 -0
  171. package/iam/samlProvider.js +96 -0
  172. package/iam/samlProvider.js.map +1 -0
  173. package/iam/samlProviders.d.ts +62 -0
  174. package/iam/samlProviders.js +42 -0
  175. package/iam/samlProviders.js.map +1 -0
  176. package/index.d.ts +9 -1
  177. package/index.js +17 -1
  178. package/index.js.map +1 -1
  179. package/kafka/consumedPartitions.d.ts +235 -0
  180. package/kafka/consumedPartitions.js +190 -0
  181. package/kafka/consumedPartitions.js.map +1 -0
  182. package/kafka/consumedTopics.d.ts +238 -0
  183. package/kafka/consumedTopics.js +190 -0
  184. package/kafka/consumedTopics.js.map +1 -0
  185. package/kafka/group.d.ts +142 -0
  186. package/kafka/group.js +123 -0
  187. package/kafka/group.js.map +1 -0
  188. package/kafka/groups.d.ts +184 -0
  189. package/kafka/groups.js +136 -0
  190. package/kafka/groups.js.map +1 -0
  191. package/kafka/index.d.ts +42 -0
  192. package/kafka/index.js +69 -0
  193. package/kafka/index.js.map +1 -0
  194. package/kafka/instance.d.ts +322 -0
  195. package/kafka/instance.js +171 -0
  196. package/kafka/instance.js.map +1 -0
  197. package/kafka/instances.d.ts +205 -0
  198. package/kafka/instances.js +129 -0
  199. package/kafka/instances.js.map +1 -0
  200. package/kafka/publicAddress.d.ts +152 -0
  201. package/kafka/publicAddress.js +131 -0
  202. package/kafka/publicAddress.js.map +1 -0
  203. package/kafka/regions.d.ts +62 -0
  204. package/kafka/regions.js +42 -0
  205. package/kafka/regions.js.map +1 -0
  206. package/kafka/saslUser.d.ts +173 -0
  207. package/kafka/saslUser.js +135 -0
  208. package/kafka/saslUser.js.map +1 -0
  209. package/kafka/saslUsers.d.ts +183 -0
  210. package/kafka/saslUsers.js +143 -0
  211. package/kafka/saslUsers.js.map +1 -0
  212. package/kafka/topic.d.ts +216 -0
  213. package/kafka/topic.js +154 -0
  214. package/kafka/topic.js.map +1 -0
  215. package/kafka/topicPartitions.d.ts +240 -0
  216. package/kafka/topicPartitions.js +187 -0
  217. package/kafka/topicPartitions.js.map +1 -0
  218. package/kafka/topics.d.ts +260 -0
  219. package/kafka/topics.js +179 -0
  220. package/kafka/topics.js.map +1 -0
  221. package/kafka/zones.d.ts +75 -0
  222. package/kafka/zones.js +46 -0
  223. package/kafka/zones.js.map +1 -0
  224. package/nat/gateway.d.ts +4 -4
  225. package/organization/account.d.ts +183 -0
  226. package/organization/account.js +108 -0
  227. package/organization/account.js.map +1 -0
  228. package/organization/accounts.d.ts +105 -0
  229. package/organization/accounts.js +50 -0
  230. package/organization/accounts.js.map +1 -0
  231. package/organization/index.d.ts +30 -0
  232. package/organization/index.js +59 -0
  233. package/organization/index.js.map +1 -0
  234. package/organization/organization.d.ts +151 -0
  235. package/organization/organization.js +90 -0
  236. package/organization/organization.js.map +1 -0
  237. package/organization/organizations.d.ts +71 -0
  238. package/organization/organizations.js +43 -0
  239. package/organization/organizations.js.map +1 -0
  240. package/organization/serviceControlPolicies.d.ts +89 -0
  241. package/organization/serviceControlPolicies.js +50 -0
  242. package/organization/serviceControlPolicies.js.map +1 -0
  243. package/organization/serviceControlPolicy.d.ts +123 -0
  244. package/organization/serviceControlPolicy.js +92 -0
  245. package/organization/serviceControlPolicy.js.map +1 -0
  246. package/organization/serviceControlPolicyAttachment.d.ts +105 -0
  247. package/organization/serviceControlPolicyAttachment.js +95 -0
  248. package/organization/serviceControlPolicyAttachment.js.map +1 -0
  249. package/organization/serviceControlPolicyEnabler.d.ts +55 -0
  250. package/organization/serviceControlPolicyEnabler.js +66 -0
  251. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  252. package/organization/unit.d.ts +129 -0
  253. package/organization/unit.js +89 -0
  254. package/organization/unit.js.map +1 -0
  255. package/organization/units.d.ts +62 -0
  256. package/organization/units.js +42 -0
  257. package/organization/units.js.map +1 -0
  258. package/package.json +2 -2
  259. package/privatelink/securityGroup.d.ts +60 -6
  260. package/privatelink/securityGroup.js +54 -3
  261. package/privatelink/securityGroup.js.map +1 -1
  262. package/privatelink/vpcEndpoint.d.ts +51 -12
  263. package/privatelink/vpcEndpoint.js +45 -9
  264. package/privatelink/vpcEndpoint.js.map +1 -1
  265. package/privatelink/vpcEndpointConnection.d.ts +60 -3
  266. package/privatelink/vpcEndpointConnection.js +60 -3
  267. package/privatelink/vpcEndpointConnection.js.map +1 -1
  268. package/privatelink/vpcEndpointConnections.d.ts +120 -6
  269. package/privatelink/vpcEndpointConnections.js +120 -6
  270. package/privatelink/vpcEndpointConnections.js.map +1 -1
  271. package/privatelink/vpcEndpointService.d.ts +33 -4
  272. package/privatelink/vpcEndpointService.js +33 -4
  273. package/privatelink/vpcEndpointService.js.map +1 -1
  274. package/privatelink/vpcEndpointServicePermission.d.ts +39 -6
  275. package/privatelink/vpcEndpointServicePermission.js +39 -6
  276. package/privatelink/vpcEndpointServicePermission.js.map +1 -1
  277. package/privatelink/vpcEndpointServicePermissions.d.ts +88 -4
  278. package/privatelink/vpcEndpointServicePermissions.js +88 -4
  279. package/privatelink/vpcEndpointServicePermissions.js.map +1 -1
  280. package/privatelink/vpcEndpointServiceResource.d.ts +55 -9
  281. package/privatelink/vpcEndpointServiceResource.js +55 -9
  282. package/privatelink/vpcEndpointServiceResource.js.map +1 -1
  283. package/privatelink/vpcEndpointServices.d.ts +84 -10
  284. package/privatelink/vpcEndpointServices.js +84 -10
  285. package/privatelink/vpcEndpointServices.js.map +1 -1
  286. package/privatelink/vpcEndpointZone.d.ts +50 -3
  287. package/privatelink/vpcEndpointZone.js +50 -3
  288. package/privatelink/vpcEndpointZone.js.map +1 -1
  289. package/privatelink/vpcEndpointZones.d.ts +108 -4
  290. package/privatelink/vpcEndpointZones.js +108 -4
  291. package/privatelink/vpcEndpointZones.js.map +1 -1
  292. package/privatelink/vpcEndpoints.d.ts +104 -4
  293. package/privatelink/vpcEndpoints.js +104 -4
  294. package/privatelink/vpcEndpoints.js.map +1 -1
  295. package/provider.d.ts +6 -0
  296. package/provider.js +1 -0
  297. package/provider.js.map +1 -1
  298. package/rds_mssql/backup.d.ts +101 -0
  299. package/rds_mssql/backup.js +77 -0
  300. package/rds_mssql/backup.js.map +1 -0
  301. package/rds_mssql/backups.d.ts +123 -0
  302. package/rds_mssql/backups.js +50 -0
  303. package/rds_mssql/backups.js.map +1 -0
  304. package/rds_mssql/index.d.ts +18 -0
  305. package/rds_mssql/index.js +39 -0
  306. package/rds_mssql/index.js.map +1 -0
  307. package/rds_mssql/instance.d.ts +256 -0
  308. package/rds_mssql/instance.js +149 -0
  309. package/rds_mssql/instance.js.map +1 -0
  310. package/rds_mssql/instances.d.ts +190 -0
  311. package/rds_mssql/instances.js +57 -0
  312. package/rds_mssql/instances.js.map +1 -0
  313. package/rds_mssql/regions.d.ts +62 -0
  314. package/rds_mssql/regions.js +42 -0
  315. package/rds_mssql/regions.js.map +1 -0
  316. package/rds_mssql/zones.d.ts +71 -0
  317. package/rds_mssql/zones.js +43 -0
  318. package/rds_mssql/zones.js.map +1 -0
  319. package/rds_postgresql/account.d.ts +141 -0
  320. package/rds_postgresql/account.js +104 -0
  321. package/rds_postgresql/account.js.map +1 -0
  322. package/rds_postgresql/accounts.d.ts +87 -0
  323. package/rds_postgresql/accounts.js +47 -0
  324. package/rds_postgresql/accounts.js.map +1 -0
  325. package/rds_postgresql/database.d.ts +140 -0
  326. package/rds_postgresql/database.js +91 -0
  327. package/rds_postgresql/database.js.map +1 -0
  328. package/rds_postgresql/databases.d.ts +89 -0
  329. package/rds_postgresql/databases.js +49 -0
  330. package/rds_postgresql/databases.js.map +1 -0
  331. package/rds_postgresql/index.d.ts +27 -0
  332. package/rds_postgresql/index.js +54 -0
  333. package/rds_postgresql/index.js.map +1 -0
  334. package/rds_postgresql/instance.d.ts +371 -0
  335. package/rds_postgresql/instance.js +180 -0
  336. package/rds_postgresql/instance.js.map +1 -0
  337. package/rds_postgresql/instanceReadonlyNode.d.ts +142 -0
  338. package/rds_postgresql/instanceReadonlyNode.js +126 -0
  339. package/rds_postgresql/instanceReadonlyNode.js.map +1 -0
  340. package/rds_postgresql/instances.d.ts +258 -0
  341. package/rds_postgresql/instances.js +134 -0
  342. package/rds_postgresql/instances.js.map +1 -0
  343. package/rds_postgresql/schema.d.ts +167 -0
  344. package/rds_postgresql/schema.js +150 -0
  345. package/rds_postgresql/schema.js.map +1 -0
  346. package/rds_postgresql/schemas.d.ts +219 -0
  347. package/rds_postgresql/schemas.js +179 -0
  348. package/rds_postgresql/schemas.js.map +1 -0
  349. package/redis/instance.d.ts +3 -3
  350. package/tls/index_.d.ts +3 -2
  351. package/tls/index_.js +3 -2
  352. package/tls/index_.js.map +1 -1
  353. package/tos/bucket.d.ts +30 -1
  354. package/tos/bucket.js +10 -1
  355. package/tos/bucket.js.map +1 -1
  356. package/tos/bucketObject.d.ts +29 -9
  357. package/tos/bucketObject.js +9 -6
  358. package/tos/bucketObject.js.map +1 -1
  359. package/tos/bucketPolicy.d.ts +2 -2
  360. package/tos/bucketPolicy.js +2 -2
  361. package/transit_router/bandwidthPackage.d.ts +29 -0
  362. package/transit_router/bandwidthPackage.js +9 -0
  363. package/transit_router/bandwidthPackage.js.map +1 -1
  364. package/transit_router/bandwidthPackages.d.ts +25 -0
  365. package/transit_router/bandwidthPackages.js +2 -0
  366. package/transit_router/bandwidthPackages.js.map +1 -1
  367. package/transit_router/directConnectGatewayAttachment.d.ts +35 -5
  368. package/transit_router/directConnectGatewayAttachment.js +23 -5
  369. package/transit_router/directConnectGatewayAttachment.js.map +1 -1
  370. package/transit_router/directConnectGatewayAttachments.d.ts +13 -0
  371. package/transit_router/directConnectGatewayAttachments.js +1 -0
  372. package/transit_router/directConnectGatewayAttachments.js.map +1 -1
  373. package/transit_router/grantRule.d.ts +8 -4
  374. package/transit_router/grantRule.js +8 -4
  375. package/transit_router/grantRule.js.map +1 -1
  376. package/transit_router/peerAttachment.d.ts +37 -6
  377. package/transit_router/peerAttachment.js +25 -6
  378. package/transit_router/peerAttachment.js.map +1 -1
  379. package/transit_router/peerAttachments.d.ts +13 -0
  380. package/transit_router/peerAttachments.js +1 -0
  381. package/transit_router/peerAttachments.js.map +1 -1
  382. package/transit_router/routeEntry.d.ts +72 -5
  383. package/transit_router/routeEntry.js +72 -5
  384. package/transit_router/routeEntry.js.map +1 -1
  385. package/transit_router/routeTable.d.ts +26 -4
  386. package/transit_router/routeTable.js +14 -4
  387. package/transit_router/routeTable.js.map +1 -1
  388. package/transit_router/routeTableAssociation.d.ts +69 -3
  389. package/transit_router/routeTableAssociation.js +69 -3
  390. package/transit_router/routeTableAssociation.js.map +1 -1
  391. package/transit_router/routeTablePropagation.d.ts +46 -3
  392. package/transit_router/routeTablePropagation.js +46 -3
  393. package/transit_router/routeTablePropagation.js.map +1 -1
  394. package/transit_router/routeTables.d.ts +39 -6
  395. package/transit_router/routeTables.js +27 -6
  396. package/transit_router/routeTables.js.map +1 -1
  397. package/transit_router/sharedTransitRouterState.d.ts +6 -2
  398. package/transit_router/sharedTransitRouterState.js +6 -2
  399. package/transit_router/sharedTransitRouterState.js.map +1 -1
  400. package/transit_router/transitRouter.d.ts +29 -0
  401. package/transit_router/transitRouter.js +9 -0
  402. package/transit_router/transitRouter.js.map +1 -1
  403. package/transit_router/transitRouters.d.ts +41 -6
  404. package/transit_router/transitRouters.js +18 -6
  405. package/transit_router/transitRouters.js.map +1 -1
  406. package/transit_router/vpcAttachment.d.ts +46 -8
  407. package/transit_router/vpcAttachment.js +36 -8
  408. package/transit_router/vpcAttachment.js.map +1 -1
  409. package/transit_router/vpcAttachments.d.ts +13 -0
  410. package/transit_router/vpcAttachments.js +1 -0
  411. package/transit_router/vpcAttachments.js.map +1 -1
  412. package/transit_router/vpnAttachment.d.ts +77 -5
  413. package/transit_router/vpnAttachment.js +65 -5
  414. package/transit_router/vpnAttachment.js.map +1 -1
  415. package/transit_router/vpnAttachments.d.ts +13 -0
  416. package/transit_router/vpnAttachments.js +1 -0
  417. package/transit_router/vpnAttachments.js.map +1 -1
  418. package/types/input.d.ts +998 -36
  419. package/types/output.d.ts +6092 -2672
  420. package/vke/cluster.d.ts +3 -14
  421. package/vke/cluster.js +0 -11
  422. package/vke/cluster.js.map +1 -1
  423. package/vke/clusters.d.ts +0 -22
  424. package/vke/clusters.js +0 -22
  425. package/vke/clusters.js.map +1 -1
  426. package/vke/kubeconfigs.d.ts +9 -0
  427. package/vke/kubeconfigs.js +1 -0
  428. package/vke/kubeconfigs.js.map +1 -1
  429. package/vpc/subnet.d.ts +14 -0
  430. package/vpc/subnet.js +2 -0
  431. package/vpc/subnet.js.map +1 -1
  432. package/vpc/subnets.d.ts +13 -0
  433. package/vpc/subnets.js +1 -0
  434. package/vpc/subnets.js.map +1 -1
@@ -0,0 +1,137 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides a resource to manage cloud identity user
4
+ * ## Example Usage
5
+ *
6
+ * ```typescript
7
+ * import * as pulumi from "@pulumi/pulumi";
8
+ * import * as volcengine from "@volcengine/pulumi";
9
+ *
10
+ * const foo = new volcengine.cloud_identity.User("foo", {
11
+ * description: "tf",
12
+ * displayName: "tf-test-user",
13
+ * email: "88@qq.com",
14
+ * phone: "1810000****",
15
+ * userName: "acc-test-user",
16
+ * });
17
+ * ```
18
+ *
19
+ * ## Import
20
+ *
21
+ * CloudIdentityUser can be imported using the id, e.g.
22
+ *
23
+ * ```sh
24
+ * $ pulumi import volcengine:cloud_identity/user:User default resource_id
25
+ * ```
26
+ */
27
+ export declare class User extends pulumi.CustomResource {
28
+ /**
29
+ * Get an existing User resource's state with the given name, ID, and optional extra
30
+ * properties used to qualify the lookup.
31
+ *
32
+ * @param name The _unique_ name of the resulting resource.
33
+ * @param id The _unique_ provider ID of the resource to lookup.
34
+ * @param state Any extra arguments used during the lookup.
35
+ * @param opts Optional settings to control the behavior of the CustomResource.
36
+ */
37
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserState, opts?: pulumi.CustomResourceOptions): User;
38
+ /**
39
+ * Returns true if the given object is an instance of User. This is designed to work even
40
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
+ */
42
+ static isInstance(obj: any): obj is User;
43
+ /**
44
+ * The description of the cloud identity user.
45
+ */
46
+ readonly description: pulumi.Output<string | undefined>;
47
+ /**
48
+ * The display name of the cloud identity user.
49
+ */
50
+ readonly displayName: pulumi.Output<string | undefined>;
51
+ /**
52
+ * The email of the cloud identity user.
53
+ */
54
+ readonly email: pulumi.Output<string | undefined>;
55
+ /**
56
+ * The identity type of the cloud identity user.
57
+ */
58
+ readonly identityType: pulumi.Output<string>;
59
+ /**
60
+ * The phone of the cloud identity user. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
61
+ */
62
+ readonly phone: pulumi.Output<string | undefined>;
63
+ /**
64
+ * The source of the cloud identity user.
65
+ */
66
+ readonly source: pulumi.Output<string>;
67
+ /**
68
+ * The name of the cloud identity user.
69
+ */
70
+ readonly userName: pulumi.Output<string>;
71
+ /**
72
+ * Create a User resource with the given unique name, arguments, and options.
73
+ *
74
+ * @param name The _unique_ name of the resource.
75
+ * @param args The arguments to use to populate this resource's properties.
76
+ * @param opts A bag of options that control this resource's behavior.
77
+ */
78
+ constructor(name: string, args: UserArgs, opts?: pulumi.CustomResourceOptions);
79
+ }
80
+ /**
81
+ * Input properties used for looking up and filtering User resources.
82
+ */
83
+ export interface UserState {
84
+ /**
85
+ * The description of the cloud identity user.
86
+ */
87
+ description?: pulumi.Input<string>;
88
+ /**
89
+ * The display name of the cloud identity user.
90
+ */
91
+ displayName?: pulumi.Input<string>;
92
+ /**
93
+ * The email of the cloud identity user.
94
+ */
95
+ email?: pulumi.Input<string>;
96
+ /**
97
+ * The identity type of the cloud identity user.
98
+ */
99
+ identityType?: pulumi.Input<string>;
100
+ /**
101
+ * The phone of the cloud identity user. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
102
+ */
103
+ phone?: pulumi.Input<string>;
104
+ /**
105
+ * The source of the cloud identity user.
106
+ */
107
+ source?: pulumi.Input<string>;
108
+ /**
109
+ * The name of the cloud identity user.
110
+ */
111
+ userName?: pulumi.Input<string>;
112
+ }
113
+ /**
114
+ * The set of arguments for constructing a User resource.
115
+ */
116
+ export interface UserArgs {
117
+ /**
118
+ * The description of the cloud identity user.
119
+ */
120
+ description?: pulumi.Input<string>;
121
+ /**
122
+ * The display name of the cloud identity user.
123
+ */
124
+ displayName?: pulumi.Input<string>;
125
+ /**
126
+ * The email of the cloud identity user.
127
+ */
128
+ email?: pulumi.Input<string>;
129
+ /**
130
+ * The phone of the cloud identity user. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
131
+ */
132
+ phone?: pulumi.Input<string>;
133
+ /**
134
+ * The name of the cloud identity user.
135
+ */
136
+ userName: pulumi.Input<string>;
137
+ }
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.User = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage cloud identity user
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@volcengine/pulumi";
15
+ *
16
+ * const foo = new volcengine.cloud_identity.User("foo", {
17
+ * description: "tf",
18
+ * displayName: "tf-test-user",
19
+ * email: "88@qq.com",
20
+ * phone: "1810000****",
21
+ * userName: "acc-test-user",
22
+ * });
23
+ * ```
24
+ *
25
+ * ## Import
26
+ *
27
+ * CloudIdentityUser can be imported using the id, e.g.
28
+ *
29
+ * ```sh
30
+ * $ pulumi import volcengine:cloud_identity/user:User default resource_id
31
+ * ```
32
+ */
33
+ class User extends pulumi.CustomResource {
34
+ /**
35
+ * Get an existing User resource's state with the given name, ID, and optional extra
36
+ * properties used to qualify the lookup.
37
+ *
38
+ * @param name The _unique_ name of the resulting resource.
39
+ * @param id The _unique_ provider ID of the resource to lookup.
40
+ * @param state Any extra arguments used during the lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, state, opts) {
44
+ return new User(name, state, Object.assign(Object.assign({}, opts), { id: id }));
45
+ }
46
+ /**
47
+ * Returns true if the given object is an instance of User. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj) {
51
+ if (obj === undefined || obj === null) {
52
+ return false;
53
+ }
54
+ return obj['__pulumiType'] === User.__pulumiType;
55
+ }
56
+ constructor(name, argsOrState, opts) {
57
+ let resourceInputs = {};
58
+ opts = opts || {};
59
+ if (opts.id) {
60
+ const state = argsOrState;
61
+ resourceInputs["description"] = state ? state.description : undefined;
62
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
63
+ resourceInputs["email"] = state ? state.email : undefined;
64
+ resourceInputs["identityType"] = state ? state.identityType : undefined;
65
+ resourceInputs["phone"] = state ? state.phone : undefined;
66
+ resourceInputs["source"] = state ? state.source : undefined;
67
+ resourceInputs["userName"] = state ? state.userName : undefined;
68
+ }
69
+ else {
70
+ const args = argsOrState;
71
+ if ((!args || args.userName === undefined) && !opts.urn) {
72
+ throw new Error("Missing required property 'userName'");
73
+ }
74
+ resourceInputs["description"] = args ? args.description : undefined;
75
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
76
+ resourceInputs["email"] = args ? args.email : undefined;
77
+ resourceInputs["phone"] = (args === null || args === void 0 ? void 0 : args.phone) ? pulumi.secret(args.phone) : undefined;
78
+ resourceInputs["userName"] = args ? args.userName : undefined;
79
+ resourceInputs["identityType"] = undefined /*out*/;
80
+ resourceInputs["source"] = undefined /*out*/;
81
+ }
82
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
83
+ const secretOpts = { additionalSecretOutputs: ["phone"] };
84
+ opts = pulumi.mergeOptions(opts, secretOpts);
85
+ super(User.__pulumiType, name, resourceInputs, opts);
86
+ }
87
+ }
88
+ exports.User = User;
89
+ /** @internal */
90
+ User.__pulumiType = 'volcengine:cloud_identity/user:User';
91
+ //# sourceMappingURL=user.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.js","sourceRoot":"","sources":["../../cloud_identity/user.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,95 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides a resource to manage cloud identity user attachment
4
+ * ## Example Usage
5
+ *
6
+ * ```typescript
7
+ * import * as pulumi from "@pulumi/pulumi";
8
+ * import * as volcengine from "@volcengine/pulumi";
9
+ *
10
+ * const fooGroup = new volcengine.cloud_identity.Group("fooGroup", {
11
+ * groupName: "acc-test-group",
12
+ * displayName: "tf-test-group",
13
+ * joinType: "Manual",
14
+ * description: "tf",
15
+ * });
16
+ * const fooUser = new volcengine.cloud_identity.User("fooUser", {
17
+ * userName: "acc-test-user",
18
+ * displayName: "tf-test-user",
19
+ * description: "tf",
20
+ * email: "88@qq.com",
21
+ * phone: "181",
22
+ * });
23
+ * const fooUserAttachment = new volcengine.cloud_identity.UserAttachment("fooUserAttachment", {
24
+ * userId: fooUser.id,
25
+ * groupId: fooGroup.id,
26
+ * });
27
+ * ```
28
+ *
29
+ * ## Import
30
+ *
31
+ * CloudIdentityUserAttachment can be imported using the group_id:user_id, e.g.
32
+ *
33
+ * ```sh
34
+ * $ pulumi import volcengine:cloud_identity/userAttachment:UserAttachment default resource_id
35
+ * ```
36
+ */
37
+ export declare class UserAttachment extends pulumi.CustomResource {
38
+ /**
39
+ * Get an existing UserAttachment resource's state with the given name, ID, and optional extra
40
+ * properties used to qualify the lookup.
41
+ *
42
+ * @param name The _unique_ name of the resulting resource.
43
+ * @param id The _unique_ provider ID of the resource to lookup.
44
+ * @param state Any extra arguments used during the lookup.
45
+ * @param opts Optional settings to control the behavior of the CustomResource.
46
+ */
47
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserAttachmentState, opts?: pulumi.CustomResourceOptions): UserAttachment;
48
+ /**
49
+ * Returns true if the given object is an instance of UserAttachment. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj: any): obj is UserAttachment;
53
+ /**
54
+ * The id of the cloud identity group.
55
+ */
56
+ readonly groupId: pulumi.Output<string>;
57
+ /**
58
+ * The id of the cloud identity user.
59
+ */
60
+ readonly userId: pulumi.Output<string>;
61
+ /**
62
+ * Create a UserAttachment resource with the given unique name, arguments, and options.
63
+ *
64
+ * @param name The _unique_ name of the resource.
65
+ * @param args The arguments to use to populate this resource's properties.
66
+ * @param opts A bag of options that control this resource's behavior.
67
+ */
68
+ constructor(name: string, args: UserAttachmentArgs, opts?: pulumi.CustomResourceOptions);
69
+ }
70
+ /**
71
+ * Input properties used for looking up and filtering UserAttachment resources.
72
+ */
73
+ export interface UserAttachmentState {
74
+ /**
75
+ * The id of the cloud identity group.
76
+ */
77
+ groupId?: pulumi.Input<string>;
78
+ /**
79
+ * The id of the cloud identity user.
80
+ */
81
+ userId?: pulumi.Input<string>;
82
+ }
83
+ /**
84
+ * The set of arguments for constructing a UserAttachment resource.
85
+ */
86
+ export interface UserAttachmentArgs {
87
+ /**
88
+ * The id of the cloud identity group.
89
+ */
90
+ groupId: pulumi.Input<string>;
91
+ /**
92
+ * The id of the cloud identity user.
93
+ */
94
+ userId: pulumi.Input<string>;
95
+ }
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.UserAttachment = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage cloud identity user attachment
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@volcengine/pulumi";
15
+ *
16
+ * const fooGroup = new volcengine.cloud_identity.Group("fooGroup", {
17
+ * groupName: "acc-test-group",
18
+ * displayName: "tf-test-group",
19
+ * joinType: "Manual",
20
+ * description: "tf",
21
+ * });
22
+ * const fooUser = new volcengine.cloud_identity.User("fooUser", {
23
+ * userName: "acc-test-user",
24
+ * displayName: "tf-test-user",
25
+ * description: "tf",
26
+ * email: "88@qq.com",
27
+ * phone: "181",
28
+ * });
29
+ * const fooUserAttachment = new volcengine.cloud_identity.UserAttachment("fooUserAttachment", {
30
+ * userId: fooUser.id,
31
+ * groupId: fooGroup.id,
32
+ * });
33
+ * ```
34
+ *
35
+ * ## Import
36
+ *
37
+ * CloudIdentityUserAttachment can be imported using the group_id:user_id, e.g.
38
+ *
39
+ * ```sh
40
+ * $ pulumi import volcengine:cloud_identity/userAttachment:UserAttachment default resource_id
41
+ * ```
42
+ */
43
+ class UserAttachment extends pulumi.CustomResource {
44
+ /**
45
+ * Get an existing UserAttachment resource's state with the given name, ID, and optional extra
46
+ * properties used to qualify the lookup.
47
+ *
48
+ * @param name The _unique_ name of the resulting resource.
49
+ * @param id The _unique_ provider ID of the resource to lookup.
50
+ * @param state Any extra arguments used during the lookup.
51
+ * @param opts Optional settings to control the behavior of the CustomResource.
52
+ */
53
+ static get(name, id, state, opts) {
54
+ return new UserAttachment(name, state, Object.assign(Object.assign({}, opts), { id: id }));
55
+ }
56
+ /**
57
+ * Returns true if the given object is an instance of UserAttachment. This is designed to work even
58
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
59
+ */
60
+ static isInstance(obj) {
61
+ if (obj === undefined || obj === null) {
62
+ return false;
63
+ }
64
+ return obj['__pulumiType'] === UserAttachment.__pulumiType;
65
+ }
66
+ constructor(name, argsOrState, opts) {
67
+ let resourceInputs = {};
68
+ opts = opts || {};
69
+ if (opts.id) {
70
+ const state = argsOrState;
71
+ resourceInputs["groupId"] = state ? state.groupId : undefined;
72
+ resourceInputs["userId"] = state ? state.userId : undefined;
73
+ }
74
+ else {
75
+ const args = argsOrState;
76
+ if ((!args || args.groupId === undefined) && !opts.urn) {
77
+ throw new Error("Missing required property 'groupId'");
78
+ }
79
+ if ((!args || args.userId === undefined) && !opts.urn) {
80
+ throw new Error("Missing required property 'userId'");
81
+ }
82
+ resourceInputs["groupId"] = args ? args.groupId : undefined;
83
+ resourceInputs["userId"] = args ? args.userId : undefined;
84
+ }
85
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
86
+ super(UserAttachment.__pulumiType, name, resourceInputs, opts);
87
+ }
88
+ }
89
+ exports.UserAttachment = UserAttachment;
90
+ /** @internal */
91
+ UserAttachment.__pulumiType = 'volcengine:cloud_identity/userAttachment:UserAttachment';
92
+ //# sourceMappingURL=userAttachment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userAttachment.js","sourceRoot":"","sources":["../../cloud_identity/userAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAjEL,wCAkEC;AApDG,gBAAgB;AACO,2BAAY,GAAG,yDAAyD,CAAC"}
@@ -0,0 +1,171 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides a resource to manage cloud identity user provisioning
4
+ *
5
+ * ## Import
6
+ *
7
+ * CloudIdentityUserProvisioning can be imported using the id, e.g.
8
+ *
9
+ * ```sh
10
+ * $ pulumi import volcengine:cloud_identity/userProvisioning:UserProvisioning default resource_id
11
+ * ```
12
+ */
13
+ export declare class UserProvisioning extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing UserProvisioning resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserProvisioningState, opts?: pulumi.CustomResourceOptions): UserProvisioning;
24
+ /**
25
+ * Returns true if the given object is an instance of UserProvisioning. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is UserProvisioning;
29
+ /**
30
+ * The deletion strategy of the cloud identity user provisioning. Valid values: `Keep`, `Delete`.
31
+ */
32
+ readonly deletionStrategy: pulumi.Output<string>;
33
+ /**
34
+ * The description of the cloud identity user provisioning.
35
+ */
36
+ readonly description: pulumi.Output<string | undefined>;
37
+ /**
38
+ * The duplication strategy of the cloud identity user provisioning. Valid values: `KeepBoth`, `Takeover`.
39
+ */
40
+ readonly duplicationStrategy: pulumi.Output<string>;
41
+ /**
42
+ * The duplication suffix of the cloud identity user provisioning. When the `duplicationStrategy` is `KeepBoth`, this field must be specified.
43
+ */
44
+ readonly duplicationSuffix: pulumi.Output<string | undefined>;
45
+ /**
46
+ * The identity source strategy of the cloud identity user provisioning. Valid values: `Create`, `Ignore`.
47
+ */
48
+ readonly identitySourceStrategy: pulumi.Output<string>;
49
+ /**
50
+ * A list of policy name. Valid values: `AdministratorAccess`. This field is valid when the `principalType` is `User`.
51
+ */
52
+ readonly policyName: pulumi.Output<string | undefined>;
53
+ /**
54
+ * The principal id of the cloud identity user provisioning. When the `principalType` is `User`, this field is specified to `UserId`. When the `principalType` is `Group`, this field is specified to `GroupId`.
55
+ */
56
+ readonly principalId: pulumi.Output<string>;
57
+ /**
58
+ * The principal name of the cloud identity user provisioning. When the `principalType` is `User`, this field is specified to `UserName`. When the `principalType` is `Group`, this field is specified to `GroupName`.
59
+ */
60
+ readonly principalName: pulumi.Output<string>;
61
+ /**
62
+ * The principal type of the cloud identity user provisioning. Valid values: `User`, `Group`.
63
+ */
64
+ readonly principalType: pulumi.Output<string>;
65
+ /**
66
+ * The status of the cloud identity user provisioning.
67
+ */
68
+ readonly provisionStatus: pulumi.Output<string>;
69
+ /**
70
+ * The target account id of the cloud identity user provisioning.
71
+ */
72
+ readonly targetId: pulumi.Output<string>;
73
+ /**
74
+ * Create a UserProvisioning resource with the given unique name, arguments, and options.
75
+ *
76
+ * @param name The _unique_ name of the resource.
77
+ * @param args The arguments to use to populate this resource's properties.
78
+ * @param opts A bag of options that control this resource's behavior.
79
+ */
80
+ constructor(name: string, args: UserProvisioningArgs, opts?: pulumi.CustomResourceOptions);
81
+ }
82
+ /**
83
+ * Input properties used for looking up and filtering UserProvisioning resources.
84
+ */
85
+ export interface UserProvisioningState {
86
+ /**
87
+ * The deletion strategy of the cloud identity user provisioning. Valid values: `Keep`, `Delete`.
88
+ */
89
+ deletionStrategy?: pulumi.Input<string>;
90
+ /**
91
+ * The description of the cloud identity user provisioning.
92
+ */
93
+ description?: pulumi.Input<string>;
94
+ /**
95
+ * The duplication strategy of the cloud identity user provisioning. Valid values: `KeepBoth`, `Takeover`.
96
+ */
97
+ duplicationStrategy?: pulumi.Input<string>;
98
+ /**
99
+ * The duplication suffix of the cloud identity user provisioning. When the `duplicationStrategy` is `KeepBoth`, this field must be specified.
100
+ */
101
+ duplicationSuffix?: pulumi.Input<string>;
102
+ /**
103
+ * The identity source strategy of the cloud identity user provisioning. Valid values: `Create`, `Ignore`.
104
+ */
105
+ identitySourceStrategy?: pulumi.Input<string>;
106
+ /**
107
+ * A list of policy name. Valid values: `AdministratorAccess`. This field is valid when the `principalType` is `User`.
108
+ */
109
+ policyName?: pulumi.Input<string>;
110
+ /**
111
+ * The principal id of the cloud identity user provisioning. When the `principalType` is `User`, this field is specified to `UserId`. When the `principalType` is `Group`, this field is specified to `GroupId`.
112
+ */
113
+ principalId?: pulumi.Input<string>;
114
+ /**
115
+ * The principal name of the cloud identity user provisioning. When the `principalType` is `User`, this field is specified to `UserName`. When the `principalType` is `Group`, this field is specified to `GroupName`.
116
+ */
117
+ principalName?: pulumi.Input<string>;
118
+ /**
119
+ * The principal type of the cloud identity user provisioning. Valid values: `User`, `Group`.
120
+ */
121
+ principalType?: pulumi.Input<string>;
122
+ /**
123
+ * The status of the cloud identity user provisioning.
124
+ */
125
+ provisionStatus?: pulumi.Input<string>;
126
+ /**
127
+ * The target account id of the cloud identity user provisioning.
128
+ */
129
+ targetId?: pulumi.Input<string>;
130
+ }
131
+ /**
132
+ * The set of arguments for constructing a UserProvisioning resource.
133
+ */
134
+ export interface UserProvisioningArgs {
135
+ /**
136
+ * The deletion strategy of the cloud identity user provisioning. Valid values: `Keep`, `Delete`.
137
+ */
138
+ deletionStrategy: pulumi.Input<string>;
139
+ /**
140
+ * The description of the cloud identity user provisioning.
141
+ */
142
+ description?: pulumi.Input<string>;
143
+ /**
144
+ * The duplication strategy of the cloud identity user provisioning. Valid values: `KeepBoth`, `Takeover`.
145
+ */
146
+ duplicationStrategy: pulumi.Input<string>;
147
+ /**
148
+ * The duplication suffix of the cloud identity user provisioning. When the `duplicationStrategy` is `KeepBoth`, this field must be specified.
149
+ */
150
+ duplicationSuffix?: pulumi.Input<string>;
151
+ /**
152
+ * The identity source strategy of the cloud identity user provisioning. Valid values: `Create`, `Ignore`.
153
+ */
154
+ identitySourceStrategy: pulumi.Input<string>;
155
+ /**
156
+ * A list of policy name. Valid values: `AdministratorAccess`. This field is valid when the `principalType` is `User`.
157
+ */
158
+ policyName?: pulumi.Input<string>;
159
+ /**
160
+ * The principal id of the cloud identity user provisioning. When the `principalType` is `User`, this field is specified to `UserId`. When the `principalType` is `Group`, this field is specified to `GroupId`.
161
+ */
162
+ principalId: pulumi.Input<string>;
163
+ /**
164
+ * The principal type of the cloud identity user provisioning. Valid values: `User`, `Group`.
165
+ */
166
+ principalType: pulumi.Input<string>;
167
+ /**
168
+ * The target account id of the cloud identity user provisioning.
169
+ */
170
+ targetId: pulumi.Input<string>;
171
+ }