@byteplus/pulumi-bytepluscc 0.0.16 → 0.0.18

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 (280) hide show
  1. package/alb/getLoadBalancer.d.ts +8 -0
  2. package/alb/getLoadBalancer.js.map +1 -1
  3. package/alb/getServerGroup.d.ts +4 -0
  4. package/alb/getServerGroup.js.map +1 -1
  5. package/alb/loadBalancer.d.ts +24 -0
  6. package/alb/loadBalancer.js +4 -0
  7. package/alb/loadBalancer.js.map +1 -1
  8. package/alb/serverGroup.d.ts +12 -0
  9. package/alb/serverGroup.js +2 -0
  10. package/alb/serverGroup.js.map +1 -1
  11. package/apig/gatewayService.d.ts +40 -23
  12. package/apig/gatewayService.js +7 -21
  13. package/apig/gatewayService.js.map +1 -1
  14. package/apig/getGatewayService.d.ts +13 -1
  15. package/apig/getGatewayService.js.map +1 -1
  16. package/apig/getUpstream.d.ts +4 -0
  17. package/apig/getUpstream.js.map +1 -1
  18. package/apig/upstream.d.ts +12 -0
  19. package/apig/upstream.js +2 -0
  20. package/apig/upstream.js.map +1 -1
  21. package/autoscaling/getScalingLifecycleHook.d.ts +65 -0
  22. package/autoscaling/getScalingLifecycleHook.js +28 -0
  23. package/autoscaling/getScalingLifecycleHook.js.map +1 -0
  24. package/autoscaling/getScalingLifecycleHooks.d.ts +22 -0
  25. package/autoscaling/getScalingLifecycleHooks.js +24 -0
  26. package/autoscaling/getScalingLifecycleHooks.js.map +1 -0
  27. package/autoscaling/getScalingPolicies.d.ts +22 -0
  28. package/autoscaling/getScalingPolicies.js +24 -0
  29. package/autoscaling/getScalingPolicies.js.map +1 -0
  30. package/autoscaling/getScalingPolicy.d.ts +81 -0
  31. package/autoscaling/getScalingPolicy.js +28 -0
  32. package/autoscaling/getScalingPolicy.js.map +1 -0
  33. package/autoscaling/index.d.ts +18 -0
  34. package/autoscaling/index.js +23 -1
  35. package/autoscaling/index.js.map +1 -1
  36. package/autoscaling/scalingLifecycleHook.d.ts +127 -0
  37. package/autoscaling/scalingLifecycleHook.js +85 -0
  38. package/autoscaling/scalingLifecycleHook.js.map +1 -0
  39. package/autoscaling/scalingPolicy.d.ts +171 -0
  40. package/autoscaling/scalingPolicy.js +87 -0
  41. package/autoscaling/scalingPolicy.js.map +1 -0
  42. package/cr/registry.d.ts +4 -0
  43. package/cr/registry.js +1 -1
  44. package/cr/registry.js.map +1 -1
  45. package/directconnect/directConnectGateway.d.ts +8 -0
  46. package/directconnect/directConnectGateway.js +2 -0
  47. package/directconnect/directConnectGateway.js.map +1 -1
  48. package/directconnect/getDirectConnectGateway.d.ts +4 -0
  49. package/directconnect/getDirectConnectGateway.js.map +1 -1
  50. package/ecs/getHpcCluster.d.ts +73 -0
  51. package/ecs/getHpcCluster.js +28 -0
  52. package/ecs/getHpcCluster.js.map +1 -0
  53. package/ecs/getHpcClusters.d.ts +22 -0
  54. package/ecs/getHpcClusters.js +24 -0
  55. package/ecs/getHpcClusters.js.map +1 -0
  56. package/ecs/hpcCluster.d.ts +148 -0
  57. package/ecs/hpcCluster.js +98 -0
  58. package/ecs/hpcCluster.js.map +1 -0
  59. package/ecs/index.d.ts +9 -0
  60. package/ecs/index.js +12 -1
  61. package/ecs/index.js.map +1 -1
  62. package/emr/cluster.d.ts +313 -0
  63. package/emr/cluster.js +137 -0
  64. package/emr/cluster.js.map +1 -0
  65. package/emr/clusterUser.d.ts +159 -0
  66. package/emr/clusterUser.js +101 -0
  67. package/emr/clusterUser.js.map +1 -0
  68. package/emr/clusterUserGroup.d.ts +110 -0
  69. package/emr/clusterUserGroup.js +87 -0
  70. package/emr/clusterUserGroup.js.map +1 -0
  71. package/emr/getCluster.d.ts +157 -0
  72. package/emr/getCluster.js +28 -0
  73. package/emr/getCluster.js.map +1 -0
  74. package/emr/getClusterUser.d.ts +72 -0
  75. package/emr/getClusterUser.js +28 -0
  76. package/emr/getClusterUser.js.map +1 -0
  77. package/emr/getClusterUserGroup.d.ts +52 -0
  78. package/emr/getClusterUserGroup.js +28 -0
  79. package/emr/getClusterUserGroup.js.map +1 -0
  80. package/emr/getClusterUserGroups.d.ts +22 -0
  81. package/emr/getClusterUserGroups.js +24 -0
  82. package/emr/getClusterUserGroups.js.map +1 -0
  83. package/emr/getClusterUsers.d.ts +22 -0
  84. package/emr/getClusterUsers.js +24 -0
  85. package/emr/getClusterUsers.js.map +1 -0
  86. package/emr/getClusters.d.ts +22 -0
  87. package/emr/getClusters.js +24 -0
  88. package/emr/getClusters.js.map +1 -0
  89. package/emr/index.d.ts +27 -0
  90. package/emr/index.js +50 -0
  91. package/emr/index.js.map +1 -0
  92. package/index.d.ts +5 -1
  93. package/index.js +9 -1
  94. package/index.js.map +1 -1
  95. package/kms/getKey.d.ts +12 -0
  96. package/kms/getKey.js.map +1 -1
  97. package/kms/key.d.ts +36 -27
  98. package/kms/key.js +7 -24
  99. package/kms/key.js.map +1 -1
  100. package/mongodb/allowList.d.ts +146 -0
  101. package/mongodb/allowList.js +82 -0
  102. package/mongodb/allowList.js.map +1 -0
  103. package/mongodb/getAllowList.d.ts +77 -0
  104. package/mongodb/getAllowList.js +28 -0
  105. package/mongodb/getAllowList.js.map +1 -0
  106. package/mongodb/getAllowLists.d.ts +22 -0
  107. package/mongodb/getAllowLists.js +24 -0
  108. package/mongodb/getAllowLists.js.map +1 -0
  109. package/mongodb/getInstance.d.ts +213 -0
  110. package/mongodb/getInstance.js +28 -0
  111. package/mongodb/getInstance.js.map +1 -0
  112. package/mongodb/getInstances.d.ts +22 -0
  113. package/mongodb/getInstances.js +24 -0
  114. package/mongodb/getInstances.js.map +1 -0
  115. package/mongodb/index.d.ts +18 -0
  116. package/mongodb/index.js +39 -0
  117. package/mongodb/index.js.map +1 -0
  118. package/mongodb/instance.d.ts +499 -0
  119. package/mongodb/instance.js +197 -0
  120. package/mongodb/instance.js.map +1 -0
  121. package/organization/getOrganization.d.ts +49 -0
  122. package/organization/getOrganization.js +28 -0
  123. package/organization/getOrganization.js.map +1 -0
  124. package/organization/getOrganizations.d.ts +22 -0
  125. package/organization/getOrganizations.js +24 -0
  126. package/organization/getOrganizations.js.map +1 -0
  127. package/organization/index.d.ts +9 -0
  128. package/organization/index.js +12 -1
  129. package/organization/index.js.map +1 -1
  130. package/organization/organization.d.ts +88 -0
  131. package/organization/organization.js +71 -0
  132. package/organization/organization.js.map +1 -0
  133. package/package.json +1 -1
  134. package/privatezone/getRecord.d.ts +88 -0
  135. package/privatezone/getRecord.js +28 -0
  136. package/privatezone/getRecord.js.map +1 -0
  137. package/privatezone/getRecords.d.ts +22 -0
  138. package/privatezone/getRecords.js +24 -0
  139. package/privatezone/getRecords.js.map +1 -0
  140. package/privatezone/getResolverEndpoint.d.ts +89 -0
  141. package/privatezone/getResolverEndpoint.js +28 -0
  142. package/privatezone/getResolverEndpoint.js.map +1 -0
  143. package/privatezone/getResolverEndpoints.d.ts +22 -0
  144. package/privatezone/getResolverEndpoints.js +24 -0
  145. package/privatezone/getResolverEndpoints.js.map +1 -0
  146. package/privatezone/getResolverRule.d.ts +93 -0
  147. package/privatezone/getResolverRule.js +28 -0
  148. package/privatezone/getResolverRule.js.map +1 -0
  149. package/privatezone/getResolverRules.d.ts +22 -0
  150. package/privatezone/getResolverRules.js +24 -0
  151. package/privatezone/getResolverRules.js.map +1 -0
  152. package/privatezone/index.d.ts +27 -0
  153. package/privatezone/index.js +50 -0
  154. package/privatezone/index.js.map +1 -0
  155. package/privatezone/record.d.ts +204 -0
  156. package/privatezone/record.js +113 -0
  157. package/privatezone/record.js.map +1 -0
  158. package/privatezone/resolverEndpoint.d.ts +165 -0
  159. package/privatezone/resolverEndpoint.js +91 -0
  160. package/privatezone/resolverEndpoint.js.map +1 -0
  161. package/privatezone/resolverRule.d.ts +168 -0
  162. package/privatezone/resolverRule.js +90 -0
  163. package/privatezone/resolverRule.js.map +1 -0
  164. package/rdsmssql/allowList.d.ts +174 -0
  165. package/rdsmssql/allowList.js +83 -0
  166. package/rdsmssql/allowList.js.map +1 -0
  167. package/rdsmssql/getAllowList.d.ts +85 -0
  168. package/rdsmssql/getAllowList.js +28 -0
  169. package/rdsmssql/getAllowList.js.map +1 -0
  170. package/rdsmssql/getAllowLists.d.ts +22 -0
  171. package/rdsmssql/getAllowLists.js +24 -0
  172. package/rdsmssql/getAllowLists.js.map +1 -0
  173. package/rdsmssql/index.d.ts +9 -0
  174. package/rdsmssql/index.js +12 -1
  175. package/rdsmssql/index.js.map +1 -1
  176. package/rdspostgresql/database.d.ts +141 -0
  177. package/rdspostgresql/database.js +92 -0
  178. package/rdspostgresql/database.js.map +1 -0
  179. package/rdspostgresql/dbEndpoint.d.ts +220 -0
  180. package/rdspostgresql/dbEndpoint.js +103 -0
  181. package/rdspostgresql/dbEndpoint.js.map +1 -0
  182. package/rdspostgresql/getDatabase.d.ts +64 -0
  183. package/rdspostgresql/getDatabase.js +28 -0
  184. package/rdspostgresql/getDatabase.js.map +1 -0
  185. package/rdspostgresql/getDatabases.d.ts +22 -0
  186. package/rdspostgresql/getDatabases.js +24 -0
  187. package/rdspostgresql/getDatabases.js.map +1 -0
  188. package/rdspostgresql/getDbEndpoint.d.ts +101 -0
  189. package/rdspostgresql/getDbEndpoint.js +28 -0
  190. package/rdspostgresql/getDbEndpoint.js.map +1 -0
  191. package/rdspostgresql/getDbEndpoints.d.ts +22 -0
  192. package/rdspostgresql/getDbEndpoints.js +24 -0
  193. package/rdspostgresql/getDbEndpoints.js.map +1 -0
  194. package/rdspostgresql/getSchema.d.ts +52 -0
  195. package/rdspostgresql/getSchema.js +28 -0
  196. package/rdspostgresql/getSchema.js.map +1 -0
  197. package/rdspostgresql/getSchemas.d.ts +22 -0
  198. package/rdspostgresql/getSchemas.js +24 -0
  199. package/rdspostgresql/getSchemas.js.map +1 -0
  200. package/rdspostgresql/index.d.ts +27 -0
  201. package/rdspostgresql/index.js +34 -1
  202. package/rdspostgresql/index.js.map +1 -1
  203. package/rdspostgresql/schema.d.ts +107 -0
  204. package/rdspostgresql/schema.js +90 -0
  205. package/rdspostgresql/schema.js.map +1 -0
  206. package/tls/getIndex.d.ts +69 -0
  207. package/tls/getIndex.js +28 -0
  208. package/tls/getIndex.js.map +1 -0
  209. package/tls/getIndices.d.ts +22 -0
  210. package/tls/getIndices.js +24 -0
  211. package/tls/getIndices.js.map +1 -0
  212. package/tls/getScheduleSqlTask.d.ts +121 -0
  213. package/tls/getScheduleSqlTask.js +28 -0
  214. package/tls/getScheduleSqlTask.js.map +1 -0
  215. package/tls/getScheduleSqlTasks.d.ts +22 -0
  216. package/tls/getScheduleSqlTasks.js +24 -0
  217. package/tls/getScheduleSqlTasks.js.map +1 -0
  218. package/tls/getTopic.d.ts +121 -0
  219. package/tls/getTopic.js +28 -0
  220. package/tls/getTopic.js.map +1 -0
  221. package/tls/getTopics.d.ts +22 -0
  222. package/tls/getTopics.js +24 -0
  223. package/tls/getTopics.js.map +1 -0
  224. package/tls/index.d.ts +27 -0
  225. package/tls/index.js +34 -1
  226. package/tls/index.js.map +1 -1
  227. package/tls/index_.d.ts +117 -0
  228. package/tls/index_.js +75 -0
  229. package/tls/index_.js.map +1 -0
  230. package/tls/scheduleSqlTask.d.ts +267 -0
  231. package/tls/scheduleSqlTask.js +125 -0
  232. package/tls/scheduleSqlTask.js.map +1 -0
  233. package/tls/topic.d.ts +303 -0
  234. package/tls/topic.js +136 -0
  235. package/tls/topic.js.map +1 -0
  236. package/transitrouter/getTransitRouter.d.ts +8 -0
  237. package/transitrouter/getTransitRouter.js.map +1 -1
  238. package/transitrouter/getTransitRouterRouteEntry.d.ts +8 -0
  239. package/transitrouter/getTransitRouterRouteEntry.js.map +1 -1
  240. package/transitrouter/transitRouter.d.ts +20 -0
  241. package/transitrouter/transitRouter.js +4 -0
  242. package/transitrouter/transitRouter.js.map +1 -1
  243. package/transitrouter/transitRouterRouteEntry.d.ts +16 -0
  244. package/transitrouter/transitRouterRouteEntry.js +4 -0
  245. package/transitrouter/transitRouterRouteEntry.js.map +1 -1
  246. package/types/input.d.ts +1381 -138
  247. package/types/output.d.ts +4758 -2129
  248. package/vedbm/backup.d.ts +197 -0
  249. package/vedbm/backup.js +103 -0
  250. package/vedbm/backup.js.map +1 -0
  251. package/vedbm/database.d.ts +98 -0
  252. package/vedbm/database.js +69 -0
  253. package/vedbm/database.js.map +1 -0
  254. package/vedbm/getBackup.d.ts +92 -0
  255. package/vedbm/getBackup.js +28 -0
  256. package/vedbm/getBackup.js.map +1 -0
  257. package/vedbm/getBackups.d.ts +22 -0
  258. package/vedbm/getBackups.js +24 -0
  259. package/vedbm/getBackups.js.map +1 -0
  260. package/vedbm/getDatabase.d.ts +57 -0
  261. package/vedbm/getDatabase.js +28 -0
  262. package/vedbm/getDatabase.js.map +1 -0
  263. package/vedbm/getDatabases.d.ts +22 -0
  264. package/vedbm/getDatabases.js +24 -0
  265. package/vedbm/getDatabases.js.map +1 -0
  266. package/vedbm/getInstance.d.ts +157 -0
  267. package/vedbm/getInstance.js +28 -0
  268. package/vedbm/getInstance.js.map +1 -0
  269. package/vedbm/getInstances.d.ts +22 -0
  270. package/vedbm/getInstances.js +24 -0
  271. package/vedbm/getInstances.js.map +1 -0
  272. package/vedbm/index.d.ts +27 -0
  273. package/vedbm/index.js +50 -0
  274. package/vedbm/index.js.map +1 -0
  275. package/vedbm/instance.d.ts +355 -0
  276. package/vedbm/instance.js +134 -0
  277. package/vedbm/instance.js.map +1 -0
  278. package/vpc/eip.d.ts +29 -0
  279. package/vpc/eip.js +26 -1
  280. package/vpc/eip.js.map +1 -1
@@ -0,0 +1,65 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::AutoScaling::ScalingLifecycleHook
5
+ */
6
+ export declare function getScalingLifecycleHook(args: GetScalingLifecycleHookArgs, opts?: pulumi.InvokeOptions): Promise<GetScalingLifecycleHookResult>;
7
+ /**
8
+ * A collection of arguments for invoking getScalingLifecycleHook.
9
+ */
10
+ export interface GetScalingLifecycleHookArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getScalingLifecycleHook.
18
+ */
19
+ export interface GetScalingLifecycleHookResult {
20
+ /**
21
+ * Uniquely identifies the resource.
22
+ */
23
+ readonly id: string;
24
+ /**
25
+ * 云助手相关命令信息。
26
+ */
27
+ readonly lifecycleCommand: outputs.autoscaling.GetScalingLifecycleHookLifecycleCommand;
28
+ /**
29
+ * 生命周期挂钩ID。
30
+ */
31
+ readonly lifecycleHookId: string;
32
+ /**
33
+ * 生命周期挂钩名称,创建后不可修改。取值:不能以数字、中划线、下划线开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1 ~ 128个字符之间。
34
+ */
35
+ readonly lifecycleHookName: string;
36
+ /**
37
+ * 实例挂起状态结束后执行的策略。取值:CONTINUE:继续执行。REJECT:中止后续操作。ROLLBACK:针对弹性收缩活动,会拒绝释放ECS实例,进行回滚;针对弹性扩张活动,效果同REJECT一样。
38
+ */
39
+ readonly lifecycleHookPolicy: string;
40
+ /**
41
+ * ECS实例保持挂起状态的时间,超时后,自动结束挂起状态,根据执行策略继续执行扩缩容行为。 请您评估自定义操作的处理时间后,设置合适的超时时间。取值:30 ~ 21600(6小时),单位 s,且必须为整数。
42
+ */
43
+ readonly lifecycleHookTimeout: number;
44
+ /**
45
+ * 伸缩活动的类型,发生指定类型的伸缩活动时,生命周期挂钩会被触发并挂起ECS实例。取值:SCALE*IN:弹性收缩活动。SCALE*OUT:弹性扩张活动。
46
+ */
47
+ readonly lifecycleHookType: string;
48
+ /**
49
+ * 伸缩组ID。
50
+ */
51
+ readonly scalingGroupId: string;
52
+ }
53
+ /**
54
+ * Data Source schema for Byteplus::AutoScaling::ScalingLifecycleHook
55
+ */
56
+ export declare function getScalingLifecycleHookOutput(args: GetScalingLifecycleHookOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingLifecycleHookResult>;
57
+ /**
58
+ * A collection of arguments for invoking getScalingLifecycleHook.
59
+ */
60
+ export interface GetScalingLifecycleHookOutputArgs {
61
+ /**
62
+ * Uniquely identifies the resource.
63
+ */
64
+ id: pulumi.Input<string>;
65
+ }
@@ -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.getScalingLifecycleHookOutput = exports.getScalingLifecycleHook = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::AutoScaling::ScalingLifecycleHook
10
+ */
11
+ function getScalingLifecycleHook(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:autoscaling/getScalingLifecycleHook:getScalingLifecycleHook", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getScalingLifecycleHook = getScalingLifecycleHook;
18
+ /**
19
+ * Data Source schema for Byteplus::AutoScaling::ScalingLifecycleHook
20
+ */
21
+ function getScalingLifecycleHookOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:autoscaling/getScalingLifecycleHook:getScalingLifecycleHook", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getScalingLifecycleHookOutput = getScalingLifecycleHookOutput;
28
+ //# sourceMappingURL=getScalingLifecycleHook.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getScalingLifecycleHook.js","sourceRoot":"","sources":["../../autoscaling/getScalingLifecycleHook.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAiDD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::AutoScaling::ScalingLifecycleHook
4
+ */
5
+ export declare function getScalingLifecycleHooks(opts?: pulumi.InvokeOptions): Promise<GetScalingLifecycleHooksResult>;
6
+ /**
7
+ * A collection of values returned by getScalingLifecycleHooks.
8
+ */
9
+ export interface GetScalingLifecycleHooksResult {
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 Byteplus::AutoScaling::ScalingLifecycleHook
21
+ */
22
+ export declare function getScalingLifecycleHooksOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingLifecycleHooksResult>;
@@ -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.getScalingLifecycleHooksOutput = exports.getScalingLifecycleHooks = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::AutoScaling::ScalingLifecycleHook
10
+ */
11
+ function getScalingLifecycleHooks(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:autoscaling/getScalingLifecycleHooks:getScalingLifecycleHooks", {}, opts);
14
+ }
15
+ exports.getScalingLifecycleHooks = getScalingLifecycleHooks;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::AutoScaling::ScalingLifecycleHook
18
+ */
19
+ function getScalingLifecycleHooksOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:autoscaling/getScalingLifecycleHooks:getScalingLifecycleHooks", {}, opts);
22
+ }
23
+ exports.getScalingLifecycleHooksOutput = getScalingLifecycleHooksOutput;
24
+ //# sourceMappingURL=getScalingLifecycleHooks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getScalingLifecycleHooks.js","sourceRoot":"","sources":["../../autoscaling/getScalingLifecycleHooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC;AAeD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAiC;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0EAA0E,EAAE,EAC9G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::AutoScaling::ScalingPolicy
4
+ */
5
+ export declare function getScalingPolicies(opts?: pulumi.InvokeOptions): Promise<GetScalingPoliciesResult>;
6
+ /**
7
+ * A collection of values returned by getScalingPolicies.
8
+ */
9
+ export interface GetScalingPoliciesResult {
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 Byteplus::AutoScaling::ScalingPolicy
21
+ */
22
+ export declare function getScalingPoliciesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingPoliciesResult>;
@@ -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.getScalingPoliciesOutput = exports.getScalingPolicies = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::AutoScaling::ScalingPolicy
10
+ */
11
+ function getScalingPolicies(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:autoscaling/getScalingPolicies:getScalingPolicies", {}, opts);
14
+ }
15
+ exports.getScalingPolicies = getScalingPolicies;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::AutoScaling::ScalingPolicy
18
+ */
19
+ function getScalingPoliciesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:autoscaling/getScalingPolicies:getScalingPolicies", {}, opts);
22
+ }
23
+ exports.getScalingPoliciesOutput = getScalingPoliciesOutput;
24
+ //# sourceMappingURL=getScalingPolicies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getScalingPolicies.js","sourceRoot":"","sources":["../../autoscaling/getScalingPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAeD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE,EAClG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
@@ -0,0 +1,81 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::AutoScaling::ScalingPolicy
5
+ */
6
+ export declare function getScalingPolicy(args: GetScalingPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetScalingPolicyResult>;
7
+ /**
8
+ * A collection of arguments for invoking getScalingPolicy.
9
+ */
10
+ export interface GetScalingPolicyArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getScalingPolicy.
18
+ */
19
+ export interface GetScalingPolicyResult {
20
+ /**
21
+ * 伸缩规则的伸缩行为,适用于简单规则和步进规则,QuantityChangeInCapacity:增加或减少指定数量的实例。PercentChangeInCapacity:增加或减少指定比例的实例。TotalCapacity: 将当前伸缩组的实例数量调整到指定数量。
22
+ */
23
+ readonly adjustmentType: string;
24
+ /**
25
+ * 伸缩行为的调整数值,适用于简单规则和步进规则,当AdjustmentType参数取值为QuantityChangeInCapacity时:-100 - 100,不允许为0,单位:个。当AdjustmentType参数取值为PercentChangeInCapacity时:-100 - 10000,不允许为0,单位:%。当AdjustmentType参数取值为TotalCapacity时:默认为0 - 100,单位:个。
26
+ */
27
+ readonly adjustmentValue: number;
28
+ /**
29
+ * 报警任务的详细信息。
30
+ */
31
+ readonly alarmPolicy: outputs.autoscaling.GetScalingPolicyAlarmPolicy;
32
+ /**
33
+ * 伸缩规则的冷却时间。 取值:0-86400,单位:秒,不填则默认使用伸缩组的冷却时间。
34
+ */
35
+ readonly cooldown: number;
36
+ /**
37
+ * Uniquely identifies the resource.
38
+ */
39
+ readonly id: string;
40
+ /**
41
+ * 伸缩规则的状态。取值:true:启用。false:停用。需保证伸缩组的状态为Active。
42
+ */
43
+ readonly isEnabledPolicy: boolean;
44
+ /**
45
+ * 伸缩组ID。
46
+ */
47
+ readonly scalingGroupId: string;
48
+ /**
49
+ * 伸缩规则ID。
50
+ */
51
+ readonly scalingPolicyId: string;
52
+ /**
53
+ * 伸缩规则名称。
54
+ */
55
+ readonly scalingPolicyName: string;
56
+ /**
57
+ * 伸缩规则的类型,取值:Scheduled:定时任务。Recurrence:周期任务。Alarm:报警任务。
58
+ */
59
+ readonly scalingPolicyType: string;
60
+ /**
61
+ * 定时任务/周期任务的详细信息。
62
+ */
63
+ readonly scheduledPolicy: outputs.autoscaling.GetScalingPolicyScheduledPolicy;
64
+ /**
65
+ * 伸缩规则的状态。取值:Active:已启用。InActive:已停用。需保证伸缩组的状态为Active。
66
+ */
67
+ readonly status: string;
68
+ }
69
+ /**
70
+ * Data Source schema for Byteplus::AutoScaling::ScalingPolicy
71
+ */
72
+ export declare function getScalingPolicyOutput(args: GetScalingPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScalingPolicyResult>;
73
+ /**
74
+ * A collection of arguments for invoking getScalingPolicy.
75
+ */
76
+ export interface GetScalingPolicyOutputArgs {
77
+ /**
78
+ * Uniquely identifies the resource.
79
+ */
80
+ id: pulumi.Input<string>;
81
+ }
@@ -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.getScalingPolicyOutput = exports.getScalingPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::AutoScaling::ScalingPolicy
10
+ */
11
+ function getScalingPolicy(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:autoscaling/getScalingPolicy:getScalingPolicy", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getScalingPolicy = getScalingPolicy;
18
+ /**
19
+ * Data Source schema for Byteplus::AutoScaling::ScalingPolicy
20
+ */
21
+ function getScalingPolicyOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:autoscaling/getScalingPolicy:getScalingPolicy", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getScalingPolicyOutput = getScalingPolicyOutput;
28
+ //# sourceMappingURL=getScalingPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getScalingPolicy.js","sourceRoot":"","sources":["../../autoscaling/getScalingPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAiED;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
@@ -10,9 +10,27 @@ export declare const getScalingGroupOutput: typeof import("./getScalingGroup").g
10
10
  export { GetScalingGroupsResult } from "./getScalingGroups";
11
11
  export declare const getScalingGroups: typeof import("./getScalingGroups").getScalingGroups;
12
12
  export declare const getScalingGroupsOutput: typeof import("./getScalingGroups").getScalingGroupsOutput;
13
+ export { GetScalingLifecycleHookArgs, GetScalingLifecycleHookResult, GetScalingLifecycleHookOutputArgs } from "./getScalingLifecycleHook";
14
+ export declare const getScalingLifecycleHook: typeof import("./getScalingLifecycleHook").getScalingLifecycleHook;
15
+ export declare const getScalingLifecycleHookOutput: typeof import("./getScalingLifecycleHook").getScalingLifecycleHookOutput;
16
+ export { GetScalingLifecycleHooksResult } from "./getScalingLifecycleHooks";
17
+ export declare const getScalingLifecycleHooks: typeof import("./getScalingLifecycleHooks").getScalingLifecycleHooks;
18
+ export declare const getScalingLifecycleHooksOutput: typeof import("./getScalingLifecycleHooks").getScalingLifecycleHooksOutput;
19
+ export { GetScalingPoliciesResult } from "./getScalingPolicies";
20
+ export declare const getScalingPolicies: typeof import("./getScalingPolicies").getScalingPolicies;
21
+ export declare const getScalingPoliciesOutput: typeof import("./getScalingPolicies").getScalingPoliciesOutput;
22
+ export { GetScalingPolicyArgs, GetScalingPolicyResult, GetScalingPolicyOutputArgs } from "./getScalingPolicy";
23
+ export declare const getScalingPolicy: typeof import("./getScalingPolicy").getScalingPolicy;
24
+ export declare const getScalingPolicyOutput: typeof import("./getScalingPolicy").getScalingPolicyOutput;
13
25
  export { ScalingConfigurationArgs, ScalingConfigurationState } from "./scalingConfiguration";
14
26
  export type ScalingConfiguration = import("./scalingConfiguration").ScalingConfiguration;
15
27
  export declare const ScalingConfiguration: typeof import("./scalingConfiguration").ScalingConfiguration;
16
28
  export { ScalingGroupArgs, ScalingGroupState } from "./scalingGroup";
17
29
  export type ScalingGroup = import("./scalingGroup").ScalingGroup;
18
30
  export declare const ScalingGroup: typeof import("./scalingGroup").ScalingGroup;
31
+ export { ScalingLifecycleHookArgs, ScalingLifecycleHookState } from "./scalingLifecycleHook";
32
+ export type ScalingLifecycleHook = import("./scalingLifecycleHook").ScalingLifecycleHook;
33
+ export declare const ScalingLifecycleHook: typeof import("./scalingLifecycleHook").ScalingLifecycleHook;
34
+ export { ScalingPolicyArgs, ScalingPolicyState } from "./scalingPolicy";
35
+ export type ScalingPolicy = import("./scalingPolicy").ScalingPolicy;
36
+ export declare const ScalingPolicy: typeof import("./scalingPolicy").ScalingPolicy;
@@ -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.ScalingGroup = exports.ScalingConfiguration = exports.getScalingGroupsOutput = exports.getScalingGroups = exports.getScalingGroupOutput = exports.getScalingGroup = exports.getScalingConfigurationsOutput = exports.getScalingConfigurations = exports.getScalingConfigurationOutput = exports.getScalingConfiguration = void 0;
5
+ exports.ScalingPolicy = exports.ScalingLifecycleHook = exports.ScalingGroup = exports.ScalingConfiguration = exports.getScalingPolicyOutput = exports.getScalingPolicy = exports.getScalingPoliciesOutput = exports.getScalingPolicies = exports.getScalingLifecycleHooksOutput = exports.getScalingLifecycleHooks = exports.getScalingLifecycleHookOutput = exports.getScalingLifecycleHook = exports.getScalingGroupsOutput = exports.getScalingGroups = exports.getScalingGroupOutput = exports.getScalingGroup = exports.getScalingConfigurationsOutput = exports.getScalingConfigurations = exports.getScalingConfigurationOutput = exports.getScalingConfiguration = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.getScalingConfiguration = null;
@@ -17,10 +17,26 @@ utilities.lazyLoad(exports, ["getScalingGroup", "getScalingGroupOutput"], () =>
17
17
  exports.getScalingGroups = null;
18
18
  exports.getScalingGroupsOutput = null;
19
19
  utilities.lazyLoad(exports, ["getScalingGroups", "getScalingGroupsOutput"], () => require("./getScalingGroups"));
20
+ exports.getScalingLifecycleHook = null;
21
+ exports.getScalingLifecycleHookOutput = null;
22
+ utilities.lazyLoad(exports, ["getScalingLifecycleHook", "getScalingLifecycleHookOutput"], () => require("./getScalingLifecycleHook"));
23
+ exports.getScalingLifecycleHooks = null;
24
+ exports.getScalingLifecycleHooksOutput = null;
25
+ utilities.lazyLoad(exports, ["getScalingLifecycleHooks", "getScalingLifecycleHooksOutput"], () => require("./getScalingLifecycleHooks"));
26
+ exports.getScalingPolicies = null;
27
+ exports.getScalingPoliciesOutput = null;
28
+ utilities.lazyLoad(exports, ["getScalingPolicies", "getScalingPoliciesOutput"], () => require("./getScalingPolicies"));
29
+ exports.getScalingPolicy = null;
30
+ exports.getScalingPolicyOutput = null;
31
+ utilities.lazyLoad(exports, ["getScalingPolicy", "getScalingPolicyOutput"], () => require("./getScalingPolicy"));
20
32
  exports.ScalingConfiguration = null;
21
33
  utilities.lazyLoad(exports, ["ScalingConfiguration"], () => require("./scalingConfiguration"));
22
34
  exports.ScalingGroup = null;
23
35
  utilities.lazyLoad(exports, ["ScalingGroup"], () => require("./scalingGroup"));
36
+ exports.ScalingLifecycleHook = null;
37
+ utilities.lazyLoad(exports, ["ScalingLifecycleHook"], () => require("./scalingLifecycleHook"));
38
+ exports.ScalingPolicy = null;
39
+ utilities.lazyLoad(exports, ["ScalingPolicy"], () => require("./scalingPolicy"));
24
40
  const _module = {
25
41
  version: utilities.getVersion(),
26
42
  construct: (name, type, urn) => {
@@ -29,6 +45,10 @@ const _module = {
29
45
  return new exports.ScalingConfiguration(name, undefined, { urn });
30
46
  case "bytepluscc:autoscaling/scalingGroup:ScalingGroup":
31
47
  return new exports.ScalingGroup(name, undefined, { urn });
48
+ case "bytepluscc:autoscaling/scalingLifecycleHook:ScalingLifecycleHook":
49
+ return new exports.ScalingLifecycleHook(name, undefined, { urn });
50
+ case "bytepluscc:autoscaling/scalingPolicy:ScalingPolicy":
51
+ return new exports.ScalingPolicy(name, undefined, { urn });
32
52
  default:
33
53
  throw new Error(`unknown resource type ${type}`);
34
54
  }
@@ -36,4 +56,6 @@ const _module = {
36
56
  };
37
57
  pulumi.runtime.registerResourceModule("bytepluscc", "autoscaling/scalingConfiguration", _module);
38
58
  pulumi.runtime.registerResourceModule("bytepluscc", "autoscaling/scalingGroup", _module);
59
+ pulumi.runtime.registerResourceModule("bytepluscc", "autoscaling/scalingLifecycleHook", _module);
60
+ pulumi.runtime.registerResourceModule("bytepluscc", "autoscaling/scalingPolicy", _module);
39
61
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../autoscaling/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,uBAAuB,GAAuE,IAAW,CAAC;AAC1G,QAAA,6BAA6B,GAA6E,IAAW,CAAC;AACnI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,EAAC,+BAA+B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAGxH,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAG3H,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;AAInG,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAIlF,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;AAG/E,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,kEAAkE;gBACnE,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,kDAAkD;gBACnD,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kCAAkC,EAAE,OAAO,CAAC,CAAA;AAChG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../autoscaling/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,uBAAuB,GAAuE,IAAW,CAAC;AAC1G,QAAA,6BAA6B,GAA6E,IAAW,CAAC;AACnI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,EAAC,+BAA+B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAGxH,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAG3H,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,uBAAuB,GAAuE,IAAW,CAAC;AAC1G,QAAA,6BAA6B,GAA6E,IAAW,CAAC;AACnI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,EAAC,+BAA+B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAGxH,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAG3H,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,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;AAInG,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAIlF,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;AAIlE,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAIlF,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAGjF,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,kEAAkE;gBACnE,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,kDAAkD;gBACnD,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kEAAkE;gBACnE,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,oDAAoD;gBACrD,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kCAAkC,EAAE,OAAO,CAAC,CAAA;AAChG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA;AACxF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kCAAkC,EAAE,OAAO,CAAC,CAAA;AAChG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,127 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * 伸缩组触发伸缩规则、健康检查、实例数量检查后,生命周期挂钩可以将“加入中”、“移出中”、“停用中”实例的状态挂起,进入 加入/移出挂起中 状态,此时实例处于等待状态,您可以在这段时间内进行自定义操作,直至生命周期挂钩超时或您手动结束挂起。
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import bytepluscc:autoscaling/scalingLifecycleHook:ScalingLifecycleHook example "scaling_group_id|lifecycle_hook_id"
11
+ * ```
12
+ */
13
+ export declare class ScalingLifecycleHook extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing ScalingLifecycleHook 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?: ScalingLifecycleHookState, opts?: pulumi.CustomResourceOptions): ScalingLifecycleHook;
24
+ /**
25
+ * Returns true if the given object is an instance of ScalingLifecycleHook. 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 ScalingLifecycleHook;
29
+ /**
30
+ * 云助手相关命令信息。
31
+ */
32
+ readonly lifecycleCommand: pulumi.Output<outputs.autoscaling.ScalingLifecycleHookLifecycleCommand>;
33
+ /**
34
+ * 生命周期挂钩ID。
35
+ */
36
+ readonly lifecycleHookId: pulumi.Output<string>;
37
+ /**
38
+ * 生命周期挂钩名称,创建后不可修改。取值:不能以数字、中划线、下划线开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1 ~ 128个字符之间。
39
+ */
40
+ readonly lifecycleHookName: pulumi.Output<string>;
41
+ /**
42
+ * 实例挂起状态结束后执行的策略。取值:CONTINUE:继续执行。REJECT:中止后续操作。ROLLBACK:针对弹性收缩活动,会拒绝释放ECS实例,进行回滚;针对弹性扩张活动,效果同REJECT一样。
43
+ */
44
+ readonly lifecycleHookPolicy: pulumi.Output<string>;
45
+ /**
46
+ * ECS实例保持挂起状态的时间,超时后,自动结束挂起状态,根据执行策略继续执行扩缩容行为。 请您评估自定义操作的处理时间后,设置合适的超时时间。取值:30 ~ 21600(6小时),单位 s,且必须为整数。
47
+ */
48
+ readonly lifecycleHookTimeout: pulumi.Output<number>;
49
+ /**
50
+ * 伸缩活动的类型,发生指定类型的伸缩活动时,生命周期挂钩会被触发并挂起ECS实例。取值:SCALE*IN:弹性收缩活动。SCALE*OUT:弹性扩张活动。
51
+ */
52
+ readonly lifecycleHookType: pulumi.Output<string>;
53
+ /**
54
+ * 伸缩组ID。
55
+ */
56
+ readonly scalingGroupId: pulumi.Output<string>;
57
+ /**
58
+ * Create a ScalingLifecycleHook resource with the given unique name, arguments, and options.
59
+ *
60
+ * @param name The _unique_ name of the resource.
61
+ * @param args The arguments to use to populate this resource's properties.
62
+ * @param opts A bag of options that control this resource's behavior.
63
+ */
64
+ constructor(name: string, args: ScalingLifecycleHookArgs, opts?: pulumi.CustomResourceOptions);
65
+ }
66
+ /**
67
+ * Input properties used for looking up and filtering ScalingLifecycleHook resources.
68
+ */
69
+ export interface ScalingLifecycleHookState {
70
+ /**
71
+ * 云助手相关命令信息。
72
+ */
73
+ lifecycleCommand?: pulumi.Input<inputs.autoscaling.ScalingLifecycleHookLifecycleCommand>;
74
+ /**
75
+ * 生命周期挂钩ID。
76
+ */
77
+ lifecycleHookId?: pulumi.Input<string>;
78
+ /**
79
+ * 生命周期挂钩名称,创建后不可修改。取值:不能以数字、中划线、下划线开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1 ~ 128个字符之间。
80
+ */
81
+ lifecycleHookName?: pulumi.Input<string>;
82
+ /**
83
+ * 实例挂起状态结束后执行的策略。取值:CONTINUE:继续执行。REJECT:中止后续操作。ROLLBACK:针对弹性收缩活动,会拒绝释放ECS实例,进行回滚;针对弹性扩张活动,效果同REJECT一样。
84
+ */
85
+ lifecycleHookPolicy?: pulumi.Input<string>;
86
+ /**
87
+ * ECS实例保持挂起状态的时间,超时后,自动结束挂起状态,根据执行策略继续执行扩缩容行为。 请您评估自定义操作的处理时间后,设置合适的超时时间。取值:30 ~ 21600(6小时),单位 s,且必须为整数。
88
+ */
89
+ lifecycleHookTimeout?: pulumi.Input<number>;
90
+ /**
91
+ * 伸缩活动的类型,发生指定类型的伸缩活动时,生命周期挂钩会被触发并挂起ECS实例。取值:SCALE*IN:弹性收缩活动。SCALE*OUT:弹性扩张活动。
92
+ */
93
+ lifecycleHookType?: pulumi.Input<string>;
94
+ /**
95
+ * 伸缩组ID。
96
+ */
97
+ scalingGroupId?: pulumi.Input<string>;
98
+ }
99
+ /**
100
+ * The set of arguments for constructing a ScalingLifecycleHook resource.
101
+ */
102
+ export interface ScalingLifecycleHookArgs {
103
+ /**
104
+ * 云助手相关命令信息。
105
+ */
106
+ lifecycleCommand?: pulumi.Input<inputs.autoscaling.ScalingLifecycleHookLifecycleCommand>;
107
+ /**
108
+ * 生命周期挂钩名称,创建后不可修改。取值:不能以数字、中划线、下划线开头。只能包含中文、字母、数字、下划线和中划线。长度限制在1 ~ 128个字符之间。
109
+ */
110
+ lifecycleHookName: pulumi.Input<string>;
111
+ /**
112
+ * 实例挂起状态结束后执行的策略。取值:CONTINUE:继续执行。REJECT:中止后续操作。ROLLBACK:针对弹性收缩活动,会拒绝释放ECS实例,进行回滚;针对弹性扩张活动,效果同REJECT一样。
113
+ */
114
+ lifecycleHookPolicy: pulumi.Input<string>;
115
+ /**
116
+ * ECS实例保持挂起状态的时间,超时后,自动结束挂起状态,根据执行策略继续执行扩缩容行为。 请您评估自定义操作的处理时间后,设置合适的超时时间。取值:30 ~ 21600(6小时),单位 s,且必须为整数。
117
+ */
118
+ lifecycleHookTimeout: pulumi.Input<number>;
119
+ /**
120
+ * 伸缩活动的类型,发生指定类型的伸缩活动时,生命周期挂钩会被触发并挂起ECS实例。取值:SCALE*IN:弹性收缩活动。SCALE*OUT:弹性扩张活动。
121
+ */
122
+ lifecycleHookType: pulumi.Input<string>;
123
+ /**
124
+ * 伸缩组ID。
125
+ */
126
+ scalingGroupId: pulumi.Input<string>;
127
+ }
@@ -0,0 +1,85 @@
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.ScalingLifecycleHook = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * 伸缩组触发伸缩规则、健康检查、实例数量检查后,生命周期挂钩可以将“加入中”、“移出中”、“停用中”实例的状态挂起,进入 加入/移出挂起中 状态,此时实例处于等待状态,您可以在这段时间内进行自定义操作,直至生命周期挂钩超时或您手动结束挂起。
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import bytepluscc:autoscaling/scalingLifecycleHook:ScalingLifecycleHook example "scaling_group_id|lifecycle_hook_id"
15
+ * ```
16
+ */
17
+ class ScalingLifecycleHook extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing ScalingLifecycleHook resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new ScalingLifecycleHook(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of ScalingLifecycleHook. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === ScalingLifecycleHook.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["lifecycleCommand"] = state ? state.lifecycleCommand : undefined;
46
+ resourceInputs["lifecycleHookId"] = state ? state.lifecycleHookId : undefined;
47
+ resourceInputs["lifecycleHookName"] = state ? state.lifecycleHookName : undefined;
48
+ resourceInputs["lifecycleHookPolicy"] = state ? state.lifecycleHookPolicy : undefined;
49
+ resourceInputs["lifecycleHookTimeout"] = state ? state.lifecycleHookTimeout : undefined;
50
+ resourceInputs["lifecycleHookType"] = state ? state.lifecycleHookType : undefined;
51
+ resourceInputs["scalingGroupId"] = state ? state.scalingGroupId : undefined;
52
+ }
53
+ else {
54
+ const args = argsOrState;
55
+ if ((!args || args.lifecycleHookName === undefined) && !opts.urn) {
56
+ throw new Error("Missing required property 'lifecycleHookName'");
57
+ }
58
+ if ((!args || args.lifecycleHookPolicy === undefined) && !opts.urn) {
59
+ throw new Error("Missing required property 'lifecycleHookPolicy'");
60
+ }
61
+ if ((!args || args.lifecycleHookTimeout === undefined) && !opts.urn) {
62
+ throw new Error("Missing required property 'lifecycleHookTimeout'");
63
+ }
64
+ if ((!args || args.lifecycleHookType === undefined) && !opts.urn) {
65
+ throw new Error("Missing required property 'lifecycleHookType'");
66
+ }
67
+ if ((!args || args.scalingGroupId === undefined) && !opts.urn) {
68
+ throw new Error("Missing required property 'scalingGroupId'");
69
+ }
70
+ resourceInputs["lifecycleCommand"] = args ? args.lifecycleCommand : undefined;
71
+ resourceInputs["lifecycleHookName"] = args ? args.lifecycleHookName : undefined;
72
+ resourceInputs["lifecycleHookPolicy"] = args ? args.lifecycleHookPolicy : undefined;
73
+ resourceInputs["lifecycleHookTimeout"] = args ? args.lifecycleHookTimeout : undefined;
74
+ resourceInputs["lifecycleHookType"] = args ? args.lifecycleHookType : undefined;
75
+ resourceInputs["scalingGroupId"] = args ? args.scalingGroupId : undefined;
76
+ resourceInputs["lifecycleHookId"] = undefined /*out*/;
77
+ }
78
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
79
+ super(ScalingLifecycleHook.__pulumiType, name, resourceInputs, opts);
80
+ }
81
+ }
82
+ exports.ScalingLifecycleHook = ScalingLifecycleHook;
83
+ /** @internal */
84
+ ScalingLifecycleHook.__pulumiType = 'bytepluscc:autoscaling/scalingLifecycleHook:ScalingLifecycleHook';
85
+ //# sourceMappingURL=scalingLifecycleHook.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scalingLifecycleHook.js","sourceRoot":"","sources":["../../autoscaling/scalingLifecycleHook.ts"],"names":[],"mappings":"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"}