@volcengine/pulumi-volcenginecc 0.0.43 → 0.0.45

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 (287) hide show
  1. package/alb/acl.d.ts +20 -20
  2. package/alb/acl.js +1 -1
  3. package/alb/certificate.d.ts +19 -3
  4. package/alb/certificate.js +3 -4
  5. package/alb/certificate.js.map +1 -1
  6. package/alb/getAcl.d.ts +11 -11
  7. package/alb/getCertificate.d.ts +5 -1
  8. package/alb/getCertificate.js.map +1 -1
  9. package/alb/getListener.d.ts +20 -20
  10. package/alb/getServerGroup.d.ts +9 -9
  11. package/alb/listener.d.ts +52 -52
  12. package/alb/listener.js +1 -1
  13. package/alb/serverGroup.d.ts +24 -24
  14. package/alb/serverGroup.js +1 -1
  15. package/cbr/backupPolicy.d.ts +2 -2
  16. package/cbr/backupPolicy.js +2 -2
  17. package/cloudidentity/userProvisioning.d.ts +2 -2
  18. package/cloudidentity/userProvisioning.js +2 -2
  19. package/cloudmonitor/eventRule.d.ts +226 -0
  20. package/cloudmonitor/eventRule.js +126 -0
  21. package/cloudmonitor/eventRule.js.map +1 -0
  22. package/cloudmonitor/getEventRule.d.ts +65 -0
  23. package/cloudmonitor/getEventRule.js +28 -0
  24. package/cloudmonitor/getEventRule.js.map +1 -0
  25. package/cloudmonitor/getEventRules.d.ts +22 -0
  26. package/cloudmonitor/getEventRules.js +24 -0
  27. package/cloudmonitor/getEventRules.js.map +1 -0
  28. package/cloudmonitor/getRule.d.ts +11 -11
  29. package/cloudmonitor/index.d.ts +9 -0
  30. package/cloudmonitor/index.js +12 -1
  31. package/cloudmonitor/index.js.map +1 -1
  32. package/cloudmonitor/rule.d.ts +33 -33
  33. package/cr/getRegistry.d.ts +11 -11
  34. package/cr/getVpcEndpoint.d.ts +45 -0
  35. package/cr/getVpcEndpoint.js +28 -0
  36. package/cr/getVpcEndpoint.js.map +1 -0
  37. package/cr/getVpcEndpoints.d.ts +22 -0
  38. package/cr/getVpcEndpoints.js +24 -0
  39. package/cr/getVpcEndpoints.js.map +1 -0
  40. package/cr/index.d.ts +9 -0
  41. package/cr/index.js +12 -1
  42. package/cr/index.js.map +1 -1
  43. package/cr/registry.d.ts +28 -28
  44. package/cr/registry.js +1 -1
  45. package/cr/vpcEndpoint.d.ts +62 -0
  46. package/cr/vpcEndpoint.js +66 -0
  47. package/cr/vpcEndpoint.js.map +1 -0
  48. package/directconnect/connection.d.ts +332 -0
  49. package/directconnect/connection.js +163 -0
  50. package/directconnect/connection.js.map +1 -0
  51. package/directconnect/getConnection.d.ts +145 -0
  52. package/directconnect/getConnection.js +28 -0
  53. package/directconnect/getConnection.js.map +1 -0
  54. package/directconnect/getConnections.d.ts +22 -0
  55. package/directconnect/getConnections.js +24 -0
  56. package/directconnect/getConnections.js.map +1 -0
  57. package/directconnect/index.d.ts +9 -0
  58. package/directconnect/index.js +12 -1
  59. package/directconnect/index.js.map +1 -1
  60. package/dns/backupSchedule.d.ts +89 -0
  61. package/dns/backupSchedule.js +80 -0
  62. package/dns/backupSchedule.js.map +1 -0
  63. package/dns/getBackupSchedule.d.ts +48 -0
  64. package/dns/getBackupSchedule.js +28 -0
  65. package/dns/getBackupSchedule.js.map +1 -0
  66. package/dns/getBackupSchedules.d.ts +22 -0
  67. package/dns/getBackupSchedules.js +24 -0
  68. package/dns/getBackupSchedules.js.map +1 -0
  69. package/dns/index.d.ts +9 -0
  70. package/dns/index.js +12 -1
  71. package/dns/index.js.map +1 -1
  72. package/fwcenter/addressBook.d.ts +210 -0
  73. package/fwcenter/addressBook.js +115 -0
  74. package/fwcenter/addressBook.js.map +1 -0
  75. package/fwcenter/controlPolicy.d.ts +437 -0
  76. package/fwcenter/controlPolicy.js +183 -0
  77. package/fwcenter/controlPolicy.js.map +1 -0
  78. package/fwcenter/getAddressBook.d.ts +93 -0
  79. package/fwcenter/getAddressBook.js +28 -0
  80. package/fwcenter/getAddressBook.js.map +1 -0
  81. package/fwcenter/getAddressBooks.d.ts +22 -0
  82. package/fwcenter/getAddressBooks.js +24 -0
  83. package/fwcenter/getAddressBooks.js.map +1 -0
  84. package/fwcenter/getControlPolicies.d.ts +22 -0
  85. package/fwcenter/getControlPolicies.js +24 -0
  86. package/fwcenter/getControlPolicies.js.map +1 -0
  87. package/fwcenter/getControlPolicy.d.ts +185 -0
  88. package/fwcenter/getControlPolicy.js +28 -0
  89. package/fwcenter/getControlPolicy.js.map +1 -0
  90. package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
  91. package/fwcenter/getVpcFireWallAclRule.js +28 -0
  92. package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
  93. package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
  94. package/fwcenter/getVpcFireWallAclRules.js +24 -0
  95. package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
  96. package/fwcenter/index.d.ts +27 -0
  97. package/fwcenter/index.js +34 -1
  98. package/fwcenter/index.js.map +1 -1
  99. package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
  100. package/fwcenter/vpcFireWallAclRule.js +186 -0
  101. package/fwcenter/vpcFireWallAclRule.js.map +1 -0
  102. package/gtm/getGtm.d.ts +9 -0
  103. package/gtm/getGtm.js.map +1 -1
  104. package/gtm/getPolicies.d.ts +22 -0
  105. package/gtm/getPolicies.js +24 -0
  106. package/gtm/getPolicies.js.map +1 -0
  107. package/gtm/getPolicy.d.ts +65 -0
  108. package/gtm/getPolicy.js +28 -0
  109. package/gtm/getPolicy.js.map +1 -0
  110. package/gtm/gtm.d.ts +18 -0
  111. package/gtm/gtm.js +4 -0
  112. package/gtm/gtm.js.map +1 -1
  113. package/gtm/index.d.ts +9 -0
  114. package/gtm/index.js +12 -1
  115. package/gtm/index.js.map +1 -1
  116. package/gtm/policy.d.ts +114 -0
  117. package/gtm/policy.js +76 -0
  118. package/gtm/policy.js.map +1 -0
  119. package/index.d.ts +2 -1
  120. package/index.js +4 -2
  121. package/index.js.map +1 -1
  122. package/kafka/allowList.d.ts +0 -22
  123. package/kafka/allowList.js +0 -22
  124. package/kafka/allowList.js.map +1 -1
  125. package/kafka/getGroup.d.ts +65 -0
  126. package/kafka/getGroup.js +28 -0
  127. package/kafka/getGroup.js.map +1 -0
  128. package/kafka/getGroups.d.ts +22 -0
  129. package/kafka/getGroups.js +24 -0
  130. package/kafka/getGroups.js.map +1 -0
  131. package/kafka/group.d.ts +127 -0
  132. package/kafka/group.js +93 -0
  133. package/kafka/group.js.map +1 -0
  134. package/kafka/index.d.ts +9 -0
  135. package/kafka/index.js +12 -1
  136. package/kafka/index.js.map +1 -1
  137. package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
  138. package/organization/getServiceControlPolicyEnabler.js +28 -0
  139. package/organization/getServiceControlPolicyEnabler.js.map +1 -0
  140. package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
  141. package/organization/getServiceControlPolicyEnablers.js +24 -0
  142. package/organization/getServiceControlPolicyEnablers.js.map +1 -0
  143. package/organization/index.d.ts +9 -0
  144. package/organization/index.js +12 -1
  145. package/organization/index.js.map +1 -1
  146. package/organization/serviceControlPolicyEnabler.d.ts +78 -0
  147. package/organization/serviceControlPolicyEnabler.js +71 -0
  148. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  149. package/package.json +1 -1
  150. package/rabbitmq/allowList.d.ts +0 -17
  151. package/rabbitmq/allowList.js +0 -17
  152. package/rabbitmq/allowList.js.map +1 -1
  153. package/rdsmysql/allowList.d.ts +1 -0
  154. package/rdsmysql/allowList.js +1 -1
  155. package/rdsmysql/allowList.js.map +1 -1
  156. package/rdsmysql/getInstance.d.ts +16 -0
  157. package/rdsmysql/getInstance.js.map +1 -1
  158. package/rdsmysql/instance.d.ts +48 -0
  159. package/rdsmysql/instance.js +8 -0
  160. package/rdsmysql/instance.js.map +1 -1
  161. package/redis/getInstance.d.ts +4 -0
  162. package/redis/getInstance.js.map +1 -1
  163. package/redis/instance.d.ts +3 -0
  164. package/redis/instance.js +3 -0
  165. package/redis/instance.js.map +1 -1
  166. package/redis/parameterGroup.d.ts +2 -2
  167. package/redis/parameterGroup.js +2 -2
  168. package/rocketmq/accessKey.d.ts +126 -0
  169. package/rocketmq/accessKey.js +80 -0
  170. package/rocketmq/accessKey.js.map +1 -0
  171. package/rocketmq/getAccessKey.d.ts +73 -0
  172. package/rocketmq/getAccessKey.js +28 -0
  173. package/rocketmq/getAccessKey.js.map +1 -0
  174. package/rocketmq/getAccessKeys.d.ts +22 -0
  175. package/rocketmq/getAccessKeys.js +24 -0
  176. package/rocketmq/getAccessKeys.js.map +1 -0
  177. package/rocketmq/index.d.ts +9 -0
  178. package/rocketmq/index.js +12 -1
  179. package/rocketmq/index.js.map +1 -1
  180. package/tls/alarmWebhookIntegrationType.d.ts +159 -0
  181. package/tls/alarmWebhookIntegrationType.js +108 -0
  182. package/tls/alarmWebhookIntegrationType.js.map +1 -0
  183. package/tls/etl.d.ts +222 -0
  184. package/tls/etl.js +113 -0
  185. package/tls/etl.js.map +1 -0
  186. package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
  187. package/tls/getAlarmWebhookIntegrationType.js +28 -0
  188. package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
  189. package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
  190. package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
  191. package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
  192. package/tls/getEtl.d.ts +109 -0
  193. package/tls/getEtl.js +28 -0
  194. package/tls/getEtl.js.map +1 -0
  195. package/tls/getEtls.d.ts +22 -0
  196. package/tls/getEtls.js +24 -0
  197. package/tls/getEtls.js.map +1 -0
  198. package/tls/getHost.d.ts +52 -0
  199. package/tls/getHost.js +28 -0
  200. package/tls/getHost.js.map +1 -0
  201. package/tls/getHostGroup.d.ts +113 -0
  202. package/tls/getHostGroup.js +28 -0
  203. package/tls/getHostGroup.js.map +1 -0
  204. package/tls/getHostGroups.d.ts +22 -0
  205. package/tls/getHostGroups.js +24 -0
  206. package/tls/getHostGroups.js.map +1 -0
  207. package/tls/getHosts.d.ts +22 -0
  208. package/tls/getHosts.js +24 -0
  209. package/tls/getHosts.js.map +1 -0
  210. package/tls/host.d.ts +97 -0
  211. package/tls/host.js +82 -0
  212. package/tls/host.js.map +1 -0
  213. package/tls/hostGroup.d.ts +254 -0
  214. package/tls/hostGroup.js +121 -0
  215. package/tls/hostGroup.js.map +1 -0
  216. package/tls/index.d.ts +36 -0
  217. package/tls/index.js +46 -1
  218. package/tls/index.js.map +1 -1
  219. package/tos/bucket.d.ts +12 -0
  220. package/tos/bucket.js +2 -0
  221. package/tos/bucket.js.map +1 -1
  222. package/tos/bucketMirrorBack.d.ts +62 -0
  223. package/tos/bucketMirrorBack.js +63 -0
  224. package/tos/bucketMirrorBack.js.map +1 -0
  225. package/tos/bucketRename.d.ts +74 -0
  226. package/tos/bucketRename.js +72 -0
  227. package/tos/bucketRename.js.map +1 -0
  228. package/tos/bucketWebsite.d.ts +98 -0
  229. package/tos/bucketWebsite.js +69 -0
  230. package/tos/bucketWebsite.js.map +1 -0
  231. package/tos/getBucket.d.ts +4 -0
  232. package/tos/getBucket.js.map +1 -1
  233. package/tos/getBucketMirrorBack.d.ts +45 -0
  234. package/tos/getBucketMirrorBack.js +28 -0
  235. package/tos/getBucketMirrorBack.js.map +1 -0
  236. package/tos/getBucketMirrorBacks.d.ts +22 -0
  237. package/tos/getBucketMirrorBacks.js +24 -0
  238. package/tos/getBucketMirrorBacks.js.map +1 -0
  239. package/tos/getBucketRename.d.ts +44 -0
  240. package/tos/getBucketRename.js +28 -0
  241. package/tos/getBucketRename.js.map +1 -0
  242. package/tos/getBucketRenames.d.ts +22 -0
  243. package/tos/getBucketRenames.js +24 -0
  244. package/tos/getBucketRenames.js.map +1 -0
  245. package/tos/getBucketWebsite.d.ts +57 -0
  246. package/tos/getBucketWebsite.js +28 -0
  247. package/tos/getBucketWebsite.js.map +1 -0
  248. package/tos/getBucketWebsites.d.ts +22 -0
  249. package/tos/getBucketWebsites.js +24 -0
  250. package/tos/getBucketWebsites.js.map +1 -0
  251. package/tos/index.d.ts +27 -0
  252. package/tos/index.js +34 -1
  253. package/tos/index.js.map +1 -1
  254. package/types/input.d.ts +1493 -114
  255. package/types/output.d.ts +4728 -1830
  256. package/veenedge/getVpc.d.ts +101 -0
  257. package/veenedge/getVpc.js +28 -0
  258. package/veenedge/getVpc.js.map +1 -0
  259. package/veenedge/getVpcs.d.ts +22 -0
  260. package/veenedge/getVpcs.js +24 -0
  261. package/veenedge/getVpcs.js.map +1 -0
  262. package/veenedge/index.d.ts +9 -0
  263. package/veenedge/index.js +28 -0
  264. package/veenedge/index.js.map +1 -0
  265. package/veenedge/vpc.d.ts +216 -0
  266. package/veenedge/vpc.js +131 -0
  267. package/veenedge/vpc.js.map +1 -0
  268. package/vke/node.d.ts +1 -1
  269. package/vke/node.js +0 -3
  270. package/vke/node.js.map +1 -1
  271. package/vmp/ruleFile.d.ts +2 -2
  272. package/vmp/ruleFile.js +2 -2
  273. package/vpc/vpc.d.ts +4 -0
  274. package/vpc/vpc.js +1 -1
  275. package/vpc/vpc.js.map +1 -1
  276. package/waf/getHostGroup.d.ts +69 -0
  277. package/waf/getHostGroup.js +28 -0
  278. package/waf/getHostGroup.js.map +1 -0
  279. package/waf/getHostGroups.d.ts +22 -0
  280. package/waf/getHostGroups.js +24 -0
  281. package/waf/getHostGroups.js.map +1 -0
  282. package/waf/hostGroup.d.ts +135 -0
  283. package/waf/hostGroup.js +92 -0
  284. package/waf/hostGroup.js.map +1 -0
  285. package/waf/index.d.ts +9 -0
  286. package/waf/index.js +12 -1
  287. package/waf/index.js.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudmonitor/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGlE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGnG,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAG/D,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,qDAAqD;gBACtD,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,qCAAqC;gBACtC,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA;AAC3F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudmonitor/index.ts"],"names":[],"mappings":"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"}
@@ -40,7 +40,7 @@ export declare class Rule extends pulumi.CustomResource {
40
40
  readonly conditionOperator: pulumi.Output<string>;
41
41
  readonly conditions: pulumi.Output<outputs.cloudmonitor.RuleCondition[]>;
42
42
  /**
43
- * Alert notification group ID bound to the alert policy.
43
+ * When AlertMethods is set to Email, Phone, or SMS, specify the alert contact group ID. You can call the ListContactGroups API to obtain the contact group ID. Note: Up to 5 contact groups can be configured.
44
44
  */
45
45
  readonly contactGroupIds: pulumi.Output<string[]>;
46
46
  /**
@@ -48,19 +48,19 @@ export declare class Rule extends pulumi.CustomResource {
48
48
  */
49
49
  readonly createdAt: pulumi.Output<string>;
50
50
  /**
51
- * Alert policy description.
51
+ * Alert policy description information. Cannot start with a digit, hyphen, or Chinese symbol. Only Chinese characters, letters, digits, underscore _, hyphen -, and Chinese symbols are allowed. Length must be between 0 and 255 characters.
52
52
  */
53
53
  readonly description: pulumi.Output<string>;
54
54
  /**
55
- * Dimension configuration.
55
+ * Dimension configuration. Only valid when RuleType is set to dynamic. Supports three matching methods: project, tag, and meta.
56
56
  */
57
57
  readonly dimensionConditions: pulumi.Output<outputs.cloudmonitor.RuleDimensionConditions>;
58
58
  /**
59
- * Policy expiration time, in HH:MM format.
59
+ * End time for the alert policy to take effect, in HH:MM format, for example: 23:59. Note: EffectEndAt must be later than EffectStartAt.
60
60
  */
61
61
  readonly effectEndAt: pulumi.Output<string>;
62
62
  /**
63
- * Policy start time, in HH:MM format.
63
+ * Start time for the alert policy to take effect, in HH:MM format, for example: 00:00.
64
64
  */
65
65
  readonly effectStartAt: pulumi.Output<string>;
66
66
  /**
@@ -68,7 +68,7 @@ export declare class Rule extends pulumi.CustomResource {
68
68
  */
69
69
  readonly enableState: pulumi.Output<string>;
70
70
  /**
71
- * Duration required to trigger an alert, in minutes.
71
+ * Duration required to trigger an alert. Unit: minutes. Supported values: 1, 3, 5, 10, 15, 30, 60, 120.
72
72
  */
73
73
  readonly evaluationCount: pulumi.Output<number>;
74
74
  /**
@@ -81,7 +81,7 @@ export declare class Rule extends pulumi.CustomResource {
81
81
  */
82
82
  readonly multipleConditions: pulumi.Output<boolean>;
83
83
  /**
84
- * Cloud product associated with the monitoring metric. For details, see Namespace for each product in Cloud Product Monitoring Metrics.
84
+ * The cloud product to which the monitoring metric of this policy belongs. For details, see Namespace for each product under Cloud Product Monitoring Metrics.
85
85
  */
86
86
  readonly namespace: pulumi.Output<string>;
87
87
  /**
@@ -89,7 +89,7 @@ export declare class Rule extends pulumi.CustomResource {
89
89
  */
90
90
  readonly noData: pulumi.Output<outputs.cloudmonitor.RuleNoData>;
91
91
  /**
92
- * Notification policy ID.
92
+ * Notification policy ID. You can call the ListNotifications API to obtain the notification policy ID. Note: This parameter has higher priority than AlertMethods. When you specify the alert notification policy ID using this parameter, other alert notification configurations (AlertMethods, ContactGroupIds, WebhookIds, EffectStartAt, EffectEndAt, etc.) will become invalid.
93
93
  */
94
94
  readonly notificationId: pulumi.Output<string>;
95
95
  readonly notifyTemplates: pulumi.Output<outputs.cloudmonitor.RuleNotifyTemplate[]>;
@@ -98,7 +98,7 @@ export declare class Rule extends pulumi.CustomResource {
98
98
  */
99
99
  readonly originalDimensions: pulumi.Output<outputs.cloudmonitor.RuleOriginalDimensions>;
100
100
  /**
101
- * Project to which the alert policy belongs.
101
+ * Project name to which the alert policy belongs. If not specified, it defaults to the default project.
102
102
  */
103
103
  readonly projectName: pulumi.Output<string>;
104
104
  /**
@@ -106,7 +106,7 @@ export declare class Rule extends pulumi.CustomResource {
106
106
  */
107
107
  readonly recoveryNotify: pulumi.Output<outputs.cloudmonitor.RuleRecoveryNotify>;
108
108
  /**
109
- * Availability zone ID of the cloud product.
109
+ * Availability Zone ID of the cloud product. When RuleType is static, only one Availability Zone ID can be configured. When RuleType is dynamic, multiple Availability Zone IDs can be configured. Separate multiple Availability Zone IDs with commas. Note: If set to ALL, all availability zones of the cloud product are selected.
110
110
  */
111
111
  readonly regions: pulumi.Output<string[]>;
112
112
  /**
@@ -118,7 +118,7 @@ export declare class Rule extends pulumi.CustomResource {
118
118
  */
119
119
  readonly ruleId: pulumi.Output<string>;
120
120
  /**
121
- * Alert policy name.
121
+ * Alert policy name. Length must be between 1 and 128 characters. Cannot start with a digit or hyphen -.
122
122
  */
123
123
  readonly ruleName: pulumi.Output<string>;
124
124
  /**
@@ -173,7 +173,7 @@ export interface RuleState {
173
173
  conditionOperator?: pulumi.Input<string>;
174
174
  conditions?: pulumi.Input<pulumi.Input<inputs.cloudmonitor.RuleCondition>[]>;
175
175
  /**
176
- * Alert notification group ID bound to the alert policy.
176
+ * When AlertMethods is set to Email, Phone, or SMS, specify the alert contact group ID. You can call the ListContactGroups API to obtain the contact group ID. Note: Up to 5 contact groups can be configured.
177
177
  */
178
178
  contactGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
179
179
  /**
@@ -181,19 +181,19 @@ export interface RuleState {
181
181
  */
182
182
  createdAt?: pulumi.Input<string>;
183
183
  /**
184
- * Alert policy description.
184
+ * Alert policy description information. Cannot start with a digit, hyphen, or Chinese symbol. Only Chinese characters, letters, digits, underscore _, hyphen -, and Chinese symbols are allowed. Length must be between 0 and 255 characters.
185
185
  */
186
186
  description?: pulumi.Input<string>;
187
187
  /**
188
- * Dimension configuration.
188
+ * Dimension configuration. Only valid when RuleType is set to dynamic. Supports three matching methods: project, tag, and meta.
189
189
  */
190
190
  dimensionConditions?: pulumi.Input<inputs.cloudmonitor.RuleDimensionConditions>;
191
191
  /**
192
- * Policy expiration time, in HH:MM format.
192
+ * End time for the alert policy to take effect, in HH:MM format, for example: 23:59. Note: EffectEndAt must be later than EffectStartAt.
193
193
  */
194
194
  effectEndAt?: pulumi.Input<string>;
195
195
  /**
196
- * Policy start time, in HH:MM format.
196
+ * Start time for the alert policy to take effect, in HH:MM format, for example: 00:00.
197
197
  */
198
198
  effectStartAt?: pulumi.Input<string>;
199
199
  /**
@@ -201,7 +201,7 @@ export interface RuleState {
201
201
  */
202
202
  enableState?: pulumi.Input<string>;
203
203
  /**
204
- * Duration required to trigger an alert, in minutes.
204
+ * Duration required to trigger an alert. Unit: minutes. Supported values: 1, 3, 5, 10, 15, 30, 60, 120.
205
205
  */
206
206
  evaluationCount?: pulumi.Input<number>;
207
207
  /**
@@ -214,7 +214,7 @@ export interface RuleState {
214
214
  */
215
215
  multipleConditions?: pulumi.Input<boolean>;
216
216
  /**
217
- * Cloud product associated with the monitoring metric. For details, see Namespace for each product in Cloud Product Monitoring Metrics.
217
+ * The cloud product to which the monitoring metric of this policy belongs. For details, see Namespace for each product under Cloud Product Monitoring Metrics.
218
218
  */
219
219
  namespace?: pulumi.Input<string>;
220
220
  /**
@@ -222,7 +222,7 @@ export interface RuleState {
222
222
  */
223
223
  noData?: pulumi.Input<inputs.cloudmonitor.RuleNoData>;
224
224
  /**
225
- * Notification policy ID.
225
+ * Notification policy ID. You can call the ListNotifications API to obtain the notification policy ID. Note: This parameter has higher priority than AlertMethods. When you specify the alert notification policy ID using this parameter, other alert notification configurations (AlertMethods, ContactGroupIds, WebhookIds, EffectStartAt, EffectEndAt, etc.) will become invalid.
226
226
  */
227
227
  notificationId?: pulumi.Input<string>;
228
228
  notifyTemplates?: pulumi.Input<pulumi.Input<inputs.cloudmonitor.RuleNotifyTemplate>[]>;
@@ -231,7 +231,7 @@ export interface RuleState {
231
231
  */
232
232
  originalDimensions?: pulumi.Input<inputs.cloudmonitor.RuleOriginalDimensions>;
233
233
  /**
234
- * Project to which the alert policy belongs.
234
+ * Project name to which the alert policy belongs. If not specified, it defaults to the default project.
235
235
  */
236
236
  projectName?: pulumi.Input<string>;
237
237
  /**
@@ -239,7 +239,7 @@ export interface RuleState {
239
239
  */
240
240
  recoveryNotify?: pulumi.Input<inputs.cloudmonitor.RuleRecoveryNotify>;
241
241
  /**
242
- * Availability zone ID of the cloud product.
242
+ * Availability Zone ID of the cloud product. When RuleType is static, only one Availability Zone ID can be configured. When RuleType is dynamic, multiple Availability Zone IDs can be configured. Separate multiple Availability Zone IDs with commas. Note: If set to ALL, all availability zones of the cloud product are selected.
243
243
  */
244
244
  regions?: pulumi.Input<pulumi.Input<string>[]>;
245
245
  /**
@@ -251,7 +251,7 @@ export interface RuleState {
251
251
  */
252
252
  ruleId?: pulumi.Input<string>;
253
253
  /**
254
- * Alert policy name.
254
+ * Alert policy name. Length must be between 1 and 128 characters. Cannot start with a digit or hyphen -.
255
255
  */
256
256
  ruleName?: pulumi.Input<string>;
257
257
  /**
@@ -294,23 +294,23 @@ export interface RuleArgs {
294
294
  conditionOperator?: pulumi.Input<string>;
295
295
  conditions?: pulumi.Input<pulumi.Input<inputs.cloudmonitor.RuleCondition>[]>;
296
296
  /**
297
- * Alert notification group ID bound to the alert policy.
297
+ * When AlertMethods is set to Email, Phone, or SMS, specify the alert contact group ID. You can call the ListContactGroups API to obtain the contact group ID. Note: Up to 5 contact groups can be configured.
298
298
  */
299
299
  contactGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
300
300
  /**
301
- * Alert policy description.
301
+ * Alert policy description information. Cannot start with a digit, hyphen, or Chinese symbol. Only Chinese characters, letters, digits, underscore _, hyphen -, and Chinese symbols are allowed. Length must be between 0 and 255 characters.
302
302
  */
303
303
  description?: pulumi.Input<string>;
304
304
  /**
305
- * Dimension configuration.
305
+ * Dimension configuration. Only valid when RuleType is set to dynamic. Supports three matching methods: project, tag, and meta.
306
306
  */
307
307
  dimensionConditions?: pulumi.Input<inputs.cloudmonitor.RuleDimensionConditions>;
308
308
  /**
309
- * Policy expiration time, in HH:MM format.
309
+ * End time for the alert policy to take effect, in HH:MM format, for example: 23:59. Note: EffectEndAt must be later than EffectStartAt.
310
310
  */
311
311
  effectEndAt: pulumi.Input<string>;
312
312
  /**
313
- * Policy start time, in HH:MM format.
313
+ * Start time for the alert policy to take effect, in HH:MM format, for example: 00:00.
314
314
  */
315
315
  effectStartAt: pulumi.Input<string>;
316
316
  /**
@@ -318,7 +318,7 @@ export interface RuleArgs {
318
318
  */
319
319
  enableState: pulumi.Input<string>;
320
320
  /**
321
- * Duration required to trigger an alert, in minutes.
321
+ * Duration required to trigger an alert. Unit: minutes. Supported values: 1, 3, 5, 10, 15, 30, 60, 120.
322
322
  */
323
323
  evaluationCount: pulumi.Input<number>;
324
324
  /**
@@ -331,7 +331,7 @@ export interface RuleArgs {
331
331
  */
332
332
  multipleConditions?: pulumi.Input<boolean>;
333
333
  /**
334
- * Cloud product associated with the monitoring metric. For details, see Namespace for each product in Cloud Product Monitoring Metrics.
334
+ * The cloud product to which the monitoring metric of this policy belongs. For details, see Namespace for each product under Cloud Product Monitoring Metrics.
335
335
  */
336
336
  namespace: pulumi.Input<string>;
337
337
  /**
@@ -339,7 +339,7 @@ export interface RuleArgs {
339
339
  */
340
340
  noData?: pulumi.Input<inputs.cloudmonitor.RuleNoData>;
341
341
  /**
342
- * Notification policy ID.
342
+ * Notification policy ID. You can call the ListNotifications API to obtain the notification policy ID. Note: This parameter has higher priority than AlertMethods. When you specify the alert notification policy ID using this parameter, other alert notification configurations (AlertMethods, ContactGroupIds, WebhookIds, EffectStartAt, EffectEndAt, etc.) will become invalid.
343
343
  */
344
344
  notificationId?: pulumi.Input<string>;
345
345
  notifyTemplates?: pulumi.Input<pulumi.Input<inputs.cloudmonitor.RuleNotifyTemplate>[]>;
@@ -348,7 +348,7 @@ export interface RuleArgs {
348
348
  */
349
349
  originalDimensions?: pulumi.Input<inputs.cloudmonitor.RuleOriginalDimensions>;
350
350
  /**
351
- * Project to which the alert policy belongs.
351
+ * Project name to which the alert policy belongs. If not specified, it defaults to the default project.
352
352
  */
353
353
  projectName?: pulumi.Input<string>;
354
354
  /**
@@ -356,11 +356,11 @@ export interface RuleArgs {
356
356
  */
357
357
  recoveryNotify?: pulumi.Input<inputs.cloudmonitor.RuleRecoveryNotify>;
358
358
  /**
359
- * Availability zone ID of the cloud product.
359
+ * Availability Zone ID of the cloud product. When RuleType is static, only one Availability Zone ID can be configured. When RuleType is dynamic, multiple Availability Zone IDs can be configured. Separate multiple Availability Zone IDs with commas. Note: If set to ALL, all availability zones of the cloud product are selected.
360
360
  */
361
361
  regions?: pulumi.Input<pulumi.Input<string>[]>;
362
362
  /**
363
- * Alert policy name.
363
+ * Alert policy name. Length must be between 1 and 128 characters. Cannot start with a digit or hyphen -.
364
364
  */
365
365
  ruleName: pulumi.Input<string>;
366
366
  /**
@@ -18,19 +18,19 @@ export interface GetRegistryArgs {
18
18
  */
19
19
  export interface GetRegistryResult {
20
20
  /**
21
- * Container registry instance billing type. Currently, only the PostCharge pay-as-you-go mode is supported.
21
+ * Billing type for the container registry instance. Currently, only PostCharge pay-as-you-go mode is supported
22
22
  */
23
23
  readonly chargeType: string;
24
24
  /**
25
- * Time when the container registry instance was created.
25
+ * Creation time of the container registry instance
26
26
  */
27
27
  readonly createdTime: string;
28
28
  /**
29
- * Public endpoint information for the image repository instance
29
+ * Public endpoint information for the image repository instance.
30
30
  */
31
31
  readonly endpoint: outputs.cr.GetRegistryEndpoint;
32
32
  /**
33
- * Only applicable when the billing type is HybridCharge. Instance expiration time
33
+ * Instance expiration time is only available for HybridCharge billing type
34
34
  */
35
35
  readonly expireTime: string;
36
36
  /**
@@ -38,27 +38,27 @@ export interface GetRegistryResult {
38
38
  */
39
39
  readonly id: string;
40
40
  /**
41
- * Standard Edition instance name. Names must be unique within the same region. Supports lowercase English letters, numbers, and hyphens (-). Numbers cannot be the first character, and hyphens (-) cannot be the first or last character. Length must be between 3 and 30 characters.
41
+ * Standard edition instance name. Names must be unique within the same region. Supports lowercase English letters, numbers, and hyphens (-). Numbers cannot be the first character, and hyphens (-) cannot be the first or last character. Length must be 330 characters
42
42
  */
43
43
  readonly name: string;
44
44
  /**
45
- * Specify the project to associate with the instance. Each instance can only be associated with one project
45
+ * Enter the project to associate with the instance. Each instance can only be associated with one project
46
46
  */
47
47
  readonly project: string;
48
48
  /**
49
- * ProxyCache configuration. Required when set to ProxyCache
49
+ * ProxyCache configuration. Required when set as ProxyCache
50
50
  */
51
51
  readonly proxyCache: outputs.cr.GetRegistryProxyCache;
52
52
  /**
53
- * Whether to set as ProxyCache instance
53
+ * Set as ProxyCache instance
54
54
  */
55
55
  readonly proxyCacheEnabled: boolean;
56
56
  /**
57
- * Only applicable when the billing type is HybridCharge. Instance auto-renewal type
57
+ * Instance auto-renewal type is only available for HybridCharge billing type
58
58
  */
59
59
  readonly renewType: string;
60
60
  /**
61
- * Container registry instance status, composed of Phase and Conditions. Valid Phase and Conditions combinations are as follows: {Creating, [Progressing]}: Creating, {Running, [Ok]}: Running, {Running, [Degraded]}: Running, {Stopped, [Balance]}: Suspended due to overdue payment, {Stopped, [Released]}: Pending recycle, {Stopped, [Released, Balance]}: Suspended due to overdue payment, {Starting, [Progressing]}: Starting, {Deleting, [Progressing]}: Deleting, {Failed, [Unknown]}: Error
61
+ * Container registry instance status consists of Phase and Conditions. Valid Phase and Conditions combinations are as follows: {Creating, [Progressing]}: Creating, {Running, [Ok]}: Running, {Running, [Degraded]}: Running, {Stopped, [Balance]}: Suspended due to insufficient balance, {Stopped, [Released]}: Pending reclamation, {Stopped, [Released, Balance]}: Suspended due to insufficient balance, {Starting, [Progressing]}: Starting, {Deleting, [Progressing]}: Deleting, {Failed, [Unknown]}: Abnormal
62
62
  */
63
63
  readonly status: outputs.cr.GetRegistryStatus;
64
64
  /**
@@ -66,7 +66,7 @@ export interface GetRegistryResult {
66
66
  */
67
67
  readonly tags: outputs.cr.GetRegistryTag[];
68
68
  /**
69
- * If not specified, a Standard Edition instance will be created by default. Enterprise: Standard Edition, Micro: Micro Edition
69
+ * If not specified, a standard edition instance will be created by default. Enterprise: Standard edition, Micro: Micro edition
70
70
  */
71
71
  readonly type: string;
72
72
  }
@@ -0,0 +1,45 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::CR::VpcEndpoint
5
+ */
6
+ export declare function getVpcEndpoint(args: GetVpcEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointResult>;
7
+ /**
8
+ * A collection of arguments for invoking getVpcEndpoint.
9
+ */
10
+ export interface GetVpcEndpointArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getVpcEndpoint.
18
+ */
19
+ export interface GetVpcEndpointResult {
20
+ /**
21
+ * Uniquely identifies the resource.
22
+ */
23
+ readonly id: string;
24
+ /**
25
+ * Image repository instance name
26
+ */
27
+ readonly registry: string;
28
+ /**
29
+ * Specify which VPCs can access this Standard Edition image repository instance
30
+ */
31
+ readonly vpcs: outputs.cr.GetVpcEndpointVpc[];
32
+ }
33
+ /**
34
+ * Data Source schema for Volcengine::CR::VpcEndpoint
35
+ */
36
+ export declare function getVpcEndpointOutput(args: GetVpcEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcEndpointResult>;
37
+ /**
38
+ * A collection of arguments for invoking getVpcEndpoint.
39
+ */
40
+ export interface GetVpcEndpointOutputArgs {
41
+ /**
42
+ * Uniquely identifies the resource.
43
+ */
44
+ id: pulumi.Input<string>;
45
+ }
@@ -0,0 +1,28 @@
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.getVpcEndpointOutput = exports.getVpcEndpoint = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::CR::VpcEndpoint
10
+ */
11
+ function getVpcEndpoint(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cr/getVpcEndpoint:getVpcEndpoint", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getVpcEndpoint = getVpcEndpoint;
18
+ /**
19
+ * Data Source schema for Volcengine::CR::VpcEndpoint
20
+ */
21
+ function getVpcEndpointOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:cr/getVpcEndpoint:getVpcEndpoint", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getVpcEndpointOutput = getVpcEndpointOutput;
28
+ //# sourceMappingURL=getVpcEndpoint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpcEndpoint.js","sourceRoot":"","sources":["../../cr/getVpcEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA6BD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::CR::VpcEndpoint
4
+ */
5
+ export declare function getVpcEndpoints(opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointsResult>;
6
+ /**
7
+ * A collection of values returned by getVpcEndpoints.
8
+ */
9
+ export interface GetVpcEndpointsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::CR::VpcEndpoint
21
+ */
22
+ export declare function getVpcEndpointsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcEndpointsResult>;
@@ -0,0 +1,24 @@
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.getVpcEndpointsOutput = exports.getVpcEndpoints = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::CR::VpcEndpoint
10
+ */
11
+ function getVpcEndpoints(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:cr/getVpcEndpoints:getVpcEndpoints", {}, opts);
14
+ }
15
+ exports.getVpcEndpoints = getVpcEndpoints;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::CR::VpcEndpoint
18
+ */
19
+ function getVpcEndpointsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:cr/getVpcEndpoints:getVpcEndpoints", {}, opts);
22
+ }
23
+ exports.getVpcEndpointsOutput = getVpcEndpointsOutput;
24
+ //# sourceMappingURL=getVpcEndpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpcEndpoints.js","sourceRoot":"","sources":["../../cr/getVpcEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE,EAC/E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iDAAiD,EAAE,EACrF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
package/cr/index.d.ts CHANGED
@@ -25,6 +25,12 @@ export declare const getRepositoriesOutput: typeof import("./getRepositories").g
25
25
  export { GetRepositoryArgs, GetRepositoryResult, GetRepositoryOutputArgs } from "./getRepository";
26
26
  export declare const getRepository: typeof import("./getRepository").getRepository;
27
27
  export declare const getRepositoryOutput: typeof import("./getRepository").getRepositoryOutput;
28
+ export { GetVpcEndpointArgs, GetVpcEndpointResult, GetVpcEndpointOutputArgs } from "./getVpcEndpoint";
29
+ export declare const getVpcEndpoint: typeof import("./getVpcEndpoint").getVpcEndpoint;
30
+ export declare const getVpcEndpointOutput: typeof import("./getVpcEndpoint").getVpcEndpointOutput;
31
+ export { GetVpcEndpointsResult } from "./getVpcEndpoints";
32
+ export declare const getVpcEndpoints: typeof import("./getVpcEndpoints").getVpcEndpoints;
33
+ export declare const getVpcEndpointsOutput: typeof import("./getVpcEndpoints").getVpcEndpointsOutput;
28
34
  export { NameSpaceArgs, NameSpaceState } from "./nameSpace";
29
35
  export type NameSpace = import("./nameSpace").NameSpace;
30
36
  export declare const NameSpace: typeof import("./nameSpace").NameSpace;
@@ -34,3 +40,6 @@ export declare const Registry: typeof import("./registry").Registry;
34
40
  export { RepositoryArgs, RepositoryState } from "./repository";
35
41
  export type Repository = import("./repository").Repository;
36
42
  export declare const Repository: typeof import("./repository").Repository;
43
+ export { VpcEndpointArgs, VpcEndpointState } from "./vpcEndpoint";
44
+ export type VpcEndpoint = import("./vpcEndpoint").VpcEndpoint;
45
+ export declare const VpcEndpoint: typeof import("./vpcEndpoint").VpcEndpoint;
package/cr/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.Repository = exports.Registry = exports.NameSpace = exports.getRepositoryOutput = exports.getRepository = exports.getRepositoriesOutput = exports.getRepositories = exports.getRegistryOutput = exports.getRegistry = exports.getRegistriesOutput = exports.getRegistries = exports.getNameSpacesOutput = exports.getNameSpaces = exports.getNameSpaceOutput = exports.getNameSpace = exports.getEndpointAclPolicyOutput = exports.getEndpointAclPolicy = exports.getEndpointAclPoliciesOutput = exports.getEndpointAclPolicies = exports.EndpointAclPolicy = void 0;
5
+ exports.VpcEndpoint = exports.Repository = exports.Registry = exports.NameSpace = exports.getVpcEndpointsOutput = exports.getVpcEndpoints = exports.getVpcEndpointOutput = exports.getVpcEndpoint = exports.getRepositoryOutput = exports.getRepository = exports.getRepositoriesOutput = exports.getRepositories = exports.getRegistryOutput = exports.getRegistry = exports.getRegistriesOutput = exports.getRegistries = exports.getNameSpacesOutput = exports.getNameSpaces = exports.getNameSpaceOutput = exports.getNameSpace = exports.getEndpointAclPolicyOutput = exports.getEndpointAclPolicy = exports.getEndpointAclPoliciesOutput = exports.getEndpointAclPolicies = exports.EndpointAclPolicy = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.EndpointAclPolicy = null;
@@ -31,12 +31,20 @@ utilities.lazyLoad(exports, ["getRepositories", "getRepositoriesOutput"], () =>
31
31
  exports.getRepository = null;
32
32
  exports.getRepositoryOutput = null;
33
33
  utilities.lazyLoad(exports, ["getRepository", "getRepositoryOutput"], () => require("./getRepository"));
34
+ exports.getVpcEndpoint = null;
35
+ exports.getVpcEndpointOutput = null;
36
+ utilities.lazyLoad(exports, ["getVpcEndpoint", "getVpcEndpointOutput"], () => require("./getVpcEndpoint"));
37
+ exports.getVpcEndpoints = null;
38
+ exports.getVpcEndpointsOutput = null;
39
+ utilities.lazyLoad(exports, ["getVpcEndpoints", "getVpcEndpointsOutput"], () => require("./getVpcEndpoints"));
34
40
  exports.NameSpace = null;
35
41
  utilities.lazyLoad(exports, ["NameSpace"], () => require("./nameSpace"));
36
42
  exports.Registry = null;
37
43
  utilities.lazyLoad(exports, ["Registry"], () => require("./registry"));
38
44
  exports.Repository = null;
39
45
  utilities.lazyLoad(exports, ["Repository"], () => require("./repository"));
46
+ exports.VpcEndpoint = null;
47
+ utilities.lazyLoad(exports, ["VpcEndpoint"], () => require("./vpcEndpoint"));
40
48
  const _module = {
41
49
  version: utilities.getVersion(),
42
50
  construct: (name, type, urn) => {
@@ -49,6 +57,8 @@ const _module = {
49
57
  return new exports.Registry(name, undefined, { urn });
50
58
  case "volcenginecc:cr/repository:Repository":
51
59
  return new exports.Repository(name, undefined, { urn });
60
+ case "volcenginecc:cr/vpcEndpoint:VpcEndpoint":
61
+ return new exports.VpcEndpoint(name, undefined, { urn });
52
62
  default:
53
63
  throw new Error(`unknown resource type ${type}`);
54
64
  }
@@ -58,4 +68,5 @@ pulumi.runtime.registerResourceModule("volcenginecc", "cr/endpointAclPolicy", _m
58
68
  pulumi.runtime.registerResourceModule("volcenginecc", "cr/nameSpace", _module);
59
69
  pulumi.runtime.registerResourceModule("volcenginecc", "cr/registry", _module);
60
70
  pulumi.runtime.registerResourceModule("volcenginecc", "cr/repository", _module);
71
+ pulumi.runtime.registerResourceModule("volcenginecc", "cr/vpcEndpoint", _module);
61
72
  //# sourceMappingURL=index.js.map
package/cr/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cr/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cr/index.ts"],"names":[],"mappings":"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"}