@byteplus/pulumi-bytepluscc 0.0.8 → 0.0.12

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 (255) hide show
  1. package/alb/acl.d.ts +152 -0
  2. package/alb/acl.js +98 -0
  3. package/alb/acl.js.map +1 -0
  4. package/alb/getAcl.d.ts +81 -0
  5. package/alb/getAcl.js +28 -0
  6. package/alb/getAcl.js.map +1 -0
  7. package/alb/getAcls.d.ts +22 -0
  8. package/alb/getAcls.js +24 -0
  9. package/alb/getAcls.js.map +1 -0
  10. package/alb/getLoadBalancer.d.ts +153 -0
  11. package/alb/getLoadBalancer.js +28 -0
  12. package/alb/getLoadBalancer.js.map +1 -0
  13. package/alb/getLoadBalancers.d.ts +22 -0
  14. package/alb/getLoadBalancers.js +24 -0
  15. package/alb/getLoadBalancers.js.map +1 -0
  16. package/alb/getServerGroup.d.ts +109 -0
  17. package/alb/getServerGroup.js +28 -0
  18. package/alb/getServerGroup.js.map +1 -0
  19. package/alb/getServerGroups.d.ts +22 -0
  20. package/alb/getServerGroups.js +24 -0
  21. package/alb/getServerGroups.js.map +1 -0
  22. package/alb/index.d.ts +27 -0
  23. package/alb/index.js +34 -1
  24. package/alb/index.js.map +1 -1
  25. package/alb/loadBalancer.d.ts +341 -0
  26. package/alb/loadBalancer.js +120 -0
  27. package/alb/loadBalancer.js.map +1 -0
  28. package/alb/serverGroup.d.ts +219 -0
  29. package/alb/serverGroup.js +95 -0
  30. package/alb/serverGroup.js.map +1 -0
  31. package/autoscaling/getScalingConfiguration.d.ts +4 -1
  32. package/autoscaling/getScalingConfiguration.js.map +1 -1
  33. package/autoscaling/scalingConfiguration.d.ts +3 -3
  34. package/cdn/getShareConfig.d.ts +1 -1
  35. package/cdn/shareConfig.d.ts +3 -3
  36. package/cdn/shareConfig.js +2 -2
  37. package/cdn/shareConfig.js.map +1 -1
  38. package/clb/acl.d.ts +166 -0
  39. package/clb/acl.js +107 -0
  40. package/clb/acl.js.map +1 -0
  41. package/clb/certificate.d.ts +187 -0
  42. package/clb/certificate.js +109 -0
  43. package/clb/certificate.js.map +1 -0
  44. package/clb/getAcl.d.ts +85 -0
  45. package/clb/getAcl.js +28 -0
  46. package/clb/getAcl.js.map +1 -0
  47. package/clb/getAcls.d.ts +22 -0
  48. package/clb/getAcls.js +24 -0
  49. package/clb/getAcls.js.map +1 -0
  50. package/clb/getCertificate.d.ts +89 -0
  51. package/clb/getCertificate.js +28 -0
  52. package/clb/getCertificate.js.map +1 -0
  53. package/clb/getCertificates.d.ts +22 -0
  54. package/clb/getCertificates.js +24 -0
  55. package/clb/getCertificates.js.map +1 -0
  56. package/clb/getListener.d.ts +5 -1
  57. package/clb/getListener.js.map +1 -1
  58. package/clb/getNlb.d.ts +141 -0
  59. package/clb/getNlb.js +28 -0
  60. package/clb/getNlb.js.map +1 -0
  61. package/clb/getNlbs.d.ts +22 -0
  62. package/clb/getNlbs.js +24 -0
  63. package/clb/getNlbs.js.map +1 -0
  64. package/clb/index.d.ts +27 -0
  65. package/clb/index.js +34 -1
  66. package/clb/index.js.map +1 -1
  67. package/clb/listener.d.ts +11 -3
  68. package/clb/listener.js +2 -0
  69. package/clb/listener.js.map +1 -1
  70. package/clb/nlb.d.ts +297 -0
  71. package/clb/nlb.js +120 -0
  72. package/clb/nlb.js.map +1 -0
  73. package/cr/getNameSpace.d.ts +52 -0
  74. package/cr/getNameSpace.js +28 -0
  75. package/cr/getNameSpace.js.map +1 -0
  76. package/cr/getNameSpaces.d.ts +22 -0
  77. package/cr/getNameSpaces.js +24 -0
  78. package/cr/getNameSpaces.js.map +1 -0
  79. package/cr/getRegistries.d.ts +22 -0
  80. package/cr/getRegistries.js +24 -0
  81. package/cr/getRegistries.js.map +1 -0
  82. package/cr/getRegistry.d.ts +81 -0
  83. package/cr/getRegistry.js +28 -0
  84. package/cr/getRegistry.js.map +1 -0
  85. package/cr/index.d.ts +18 -0
  86. package/cr/index.js +23 -1
  87. package/cr/index.js.map +1 -1
  88. package/cr/nameSpace.d.ts +102 -0
  89. package/cr/nameSpace.js +83 -0
  90. package/cr/nameSpace.js.map +1 -0
  91. package/cr/registry.d.ts +159 -0
  92. package/cr/registry.js +98 -0
  93. package/cr/registry.js.map +1 -0
  94. package/ecs/command.d.ts +213 -0
  95. package/ecs/command.js +99 -0
  96. package/ecs/command.js.map +1 -0
  97. package/ecs/getCommand.d.ts +105 -0
  98. package/ecs/getCommand.js +28 -0
  99. package/ecs/getCommand.js.map +1 -0
  100. package/ecs/getCommands.d.ts +22 -0
  101. package/ecs/getCommands.js +24 -0
  102. package/ecs/getCommands.js.map +1 -0
  103. package/ecs/getInvocation.d.ts +149 -0
  104. package/ecs/getInvocation.js +28 -0
  105. package/ecs/getInvocation.js.map +1 -0
  106. package/ecs/getInvocations.d.ts +22 -0
  107. package/ecs/getInvocations.js +24 -0
  108. package/ecs/getInvocations.js.map +1 -0
  109. package/ecs/getKeypair.d.ts +77 -0
  110. package/ecs/getKeypair.js +28 -0
  111. package/ecs/getKeypair.js.map +1 -0
  112. package/ecs/getKeypairs.d.ts +22 -0
  113. package/ecs/getKeypairs.js +24 -0
  114. package/ecs/getKeypairs.js.map +1 -0
  115. package/ecs/index.d.ts +27 -0
  116. package/ecs/index.js +34 -1
  117. package/ecs/index.js.map +1 -1
  118. package/ecs/invocation.d.ts +338 -0
  119. package/ecs/invocation.js +149 -0
  120. package/ecs/invocation.js.map +1 -0
  121. package/ecs/keypair.d.ts +159 -0
  122. package/ecs/keypair.js +96 -0
  123. package/ecs/keypair.js.map +1 -0
  124. package/filenas/getSnapshot.d.ts +92 -0
  125. package/filenas/getSnapshot.js +28 -0
  126. package/filenas/getSnapshot.js.map +1 -0
  127. package/filenas/getSnapshots.d.ts +22 -0
  128. package/filenas/getSnapshots.js +24 -0
  129. package/filenas/getSnapshots.js.map +1 -0
  130. package/filenas/index.d.ts +9 -0
  131. package/filenas/index.js +12 -1
  132. package/filenas/index.js.map +1 -1
  133. package/filenas/snapshot.d.ts +182 -0
  134. package/filenas/snapshot.js +103 -0
  135. package/filenas/snapshot.js.map +1 -0
  136. package/iam/getGroup.d.ts +73 -0
  137. package/iam/getGroup.js +28 -0
  138. package/iam/getGroup.js.map +1 -0
  139. package/iam/getGroups.d.ts +22 -0
  140. package/iam/getGroups.js +24 -0
  141. package/iam/getGroups.js.map +1 -0
  142. package/iam/group.d.ts +121 -0
  143. package/iam/group.js +77 -0
  144. package/iam/group.js.map +1 -0
  145. package/iam/index.d.ts +9 -0
  146. package/iam/index.js +12 -1
  147. package/iam/index.js.map +1 -1
  148. package/iam/policy.d.ts +0 -4
  149. package/iam/policy.js +1 -1
  150. package/iam/policy.js.map +1 -1
  151. package/index.d.ts +4 -1
  152. package/index.js +7 -1
  153. package/index.js.map +1 -1
  154. package/package.json +1 -1
  155. package/rdsmysql/database.d.ts +106 -0
  156. package/rdsmysql/database.js +74 -0
  157. package/rdsmysql/database.js.map +1 -0
  158. package/rdsmysql/getDatabase.d.ts +61 -0
  159. package/rdsmysql/getDatabase.js +28 -0
  160. package/rdsmysql/getDatabase.js.map +1 -0
  161. package/rdsmysql/getDatabases.d.ts +22 -0
  162. package/rdsmysql/getDatabases.js +24 -0
  163. package/rdsmysql/getDatabases.js.map +1 -0
  164. package/rdsmysql/index.d.ts +9 -0
  165. package/rdsmysql/index.js +12 -1
  166. package/rdsmysql/index.js.map +1 -1
  167. package/transitrouter/getTransitRouter.d.ts +93 -0
  168. package/transitrouter/getTransitRouter.js +28 -0
  169. package/transitrouter/getTransitRouter.js.map +1 -0
  170. package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
  171. package/transitrouter/getTransitRouterRouteEntries.js +24 -0
  172. package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
  173. package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
  174. package/transitrouter/getTransitRouterRouteEntry.js +28 -0
  175. package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
  176. package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
  177. package/transitrouter/getTransitRouterRouteTable.js +28 -0
  178. package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
  179. package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
  180. package/transitrouter/getTransitRouterRouteTables.js +24 -0
  181. package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
  182. package/transitrouter/getTransitRouters.d.ts +22 -0
  183. package/transitrouter/getTransitRouters.js +24 -0
  184. package/transitrouter/getTransitRouters.js.map +1 -0
  185. package/transitrouter/index.d.ts +27 -0
  186. package/transitrouter/index.js +50 -0
  187. package/transitrouter/index.js.map +1 -0
  188. package/transitrouter/transitRouter.d.ts +182 -0
  189. package/transitrouter/transitRouter.js +102 -0
  190. package/transitrouter/transitRouter.js.map +1 -0
  191. package/transitrouter/transitRouterRouteEntry.d.ts +165 -0
  192. package/transitrouter/transitRouterRouteEntry.js +89 -0
  193. package/transitrouter/transitRouterRouteEntry.js.map +1 -0
  194. package/transitrouter/transitRouterRouteTable.d.ts +159 -0
  195. package/transitrouter/transitRouterRouteTable.js +98 -0
  196. package/transitrouter/transitRouterRouteTable.js.map +1 -0
  197. package/types/input.d.ts +978 -26
  198. package/types/output.d.ts +2407 -341
  199. package/vefaas/kafkaTrigger.d.ts +1 -1
  200. package/vefaas/kafkaTrigger.js +3 -0
  201. package/vefaas/kafkaTrigger.js.map +1 -1
  202. package/vmp/getWorkspace.d.ts +109 -0
  203. package/vmp/getWorkspace.js +28 -0
  204. package/vmp/getWorkspace.js.map +1 -0
  205. package/vmp/getWorkspaces.d.ts +22 -0
  206. package/vmp/getWorkspaces.js +24 -0
  207. package/vmp/getWorkspaces.js.map +1 -0
  208. package/vmp/index.d.ts +9 -0
  209. package/vmp/index.js +28 -0
  210. package/vmp/index.js.map +1 -0
  211. package/vmp/workspace.d.ts +235 -0
  212. package/vmp/workspace.js +119 -0
  213. package/vmp/workspace.js.map +1 -0
  214. package/vpc/bandwidthPackage.d.ts +257 -0
  215. package/vpc/bandwidthPackage.js +103 -0
  216. package/vpc/bandwidthPackage.js.map +1 -0
  217. package/vpc/getBandwidthPackage.d.ts +125 -0
  218. package/vpc/getBandwidthPackage.js +28 -0
  219. package/vpc/getBandwidthPackage.js.map +1 -0
  220. package/vpc/getBandwidthPackages.d.ts +22 -0
  221. package/vpc/getBandwidthPackages.js +24 -0
  222. package/vpc/getBandwidthPackages.js.map +1 -0
  223. package/vpc/getNetworkAcl.d.ts +93 -0
  224. package/vpc/getNetworkAcl.js +28 -0
  225. package/vpc/getNetworkAcl.js.map +1 -0
  226. package/vpc/getNetworkAcls.d.ts +22 -0
  227. package/vpc/getNetworkAcls.js +24 -0
  228. package/vpc/getNetworkAcls.js.map +1 -0
  229. package/vpc/getPrefixList.d.ts +93 -0
  230. package/vpc/getPrefixList.js +28 -0
  231. package/vpc/getPrefixList.js.map +1 -0
  232. package/vpc/getPrefixLists.d.ts +22 -0
  233. package/vpc/getPrefixLists.js +24 -0
  234. package/vpc/getPrefixLists.js.map +1 -0
  235. package/vpc/index.d.ts +27 -0
  236. package/vpc/index.js +34 -1
  237. package/vpc/index.js.map +1 -1
  238. package/vpc/networkAcl.d.ts +143 -0
  239. package/vpc/networkAcl.js +87 -0
  240. package/vpc/networkAcl.js.map +1 -0
  241. package/vpc/prefixList.d.ts +180 -0
  242. package/vpc/prefixList.js +110 -0
  243. package/vpc/prefixList.js.map +1 -0
  244. package/vpn/getVpnGateway.d.ts +165 -0
  245. package/vpn/getVpnGateway.js +28 -0
  246. package/vpn/getVpnGateway.js.map +1 -0
  247. package/vpn/getVpnGateways.d.ts +22 -0
  248. package/vpn/getVpnGateways.js +24 -0
  249. package/vpn/getVpnGateways.js.map +1 -0
  250. package/vpn/index.d.ts +9 -0
  251. package/vpn/index.js +28 -0
  252. package/vpn/index.js.map +1 -0
  253. package/vpn/vpnGateway.d.ts +389 -0
  254. package/vpn/vpnGateway.js +152 -0
  255. package/vpn/vpnGateway.js.map +1 -0
package/clb/getAcl.js ADDED
@@ -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.getAclOutput = exports.getAcl = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::CLB::ACL
10
+ */
11
+ function getAcl(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getAcl:getAcl", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getAcl = getAcl;
18
+ /**
19
+ * Data Source schema for Byteplus::CLB::ACL
20
+ */
21
+ function getAclOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getAcl:getAcl", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getAclOutput = getAclOutput;
28
+ //# sourceMappingURL=getAcl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAcl.js","sourceRoot":"","sources":["../../clb/getAcl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,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,8BAA8B,EAAE;QACzD,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AAqED;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::CLB::ACL
4
+ */
5
+ export declare function getAcls(opts?: pulumi.InvokeOptions): Promise<GetAclsResult>;
6
+ /**
7
+ * A collection of values returned by getAcls.
8
+ */
9
+ export interface GetAclsResult {
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::CLB::ACL
21
+ */
22
+ export declare function getAclsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAclsResult>;
package/clb/getAcls.js ADDED
@@ -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.getAclsOutput = exports.getAcls = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CLB::ACL
10
+ */
11
+ function getAcls(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getAcls:getAcls", {}, opts);
14
+ }
15
+ exports.getAcls = getAcls;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CLB::ACL
18
+ */
19
+ function getAclsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getAcls:getAcls", {}, opts);
22
+ }
23
+ exports.getAclsOutput = getAclsOutput;
24
+ //# sourceMappingURL=getAcls.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAcls.js","sourceRoot":"","sources":["../../clb/getAcls.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE,EAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
@@ -0,0 +1,89 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::CLB::Certificate
5
+ */
6
+ export declare function getCertificate(args: GetCertificateArgs, opts?: pulumi.InvokeOptions): Promise<GetCertificateResult>;
7
+ /**
8
+ * A collection of arguments for invoking getCertificate.
9
+ */
10
+ export interface GetCertificateArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getCertificate.
18
+ */
19
+ export interface GetCertificateResult {
20
+ /**
21
+ * 证书的ID。
22
+ */
23
+ readonly certificateId: string;
24
+ /**
25
+ * 证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
26
+ */
27
+ readonly certificateName: string;
28
+ /**
29
+ * 证书的创建时间。
30
+ */
31
+ readonly createdTime: string;
32
+ /**
33
+ * 证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
34
+ */
35
+ readonly description: string;
36
+ /**
37
+ * 证书的主域名。
38
+ */
39
+ readonly domainName: string;
40
+ /**
41
+ * 证书的过期时间。
42
+ */
43
+ readonly expiredAt: string;
44
+ /**
45
+ * Uniquely identifies the resource.
46
+ */
47
+ readonly id: string;
48
+ /**
49
+ * 证书关联的监听器的ID。
50
+ */
51
+ readonly listeners: string[];
52
+ /**
53
+ * 证书的私钥。
54
+ */
55
+ readonly privateKey: string;
56
+ /**
57
+ * 证书所属项目的名称。不填默认为default。
58
+ */
59
+ readonly projectName: string;
60
+ /**
61
+ * 证书的公钥。
62
+ */
63
+ readonly publicKey: string;
64
+ /**
65
+ * 是否为托管资源。true:托管资源。false:非托管资源。
66
+ */
67
+ readonly serviceManaged: boolean;
68
+ /**
69
+ * 证书的备用域名列表。
70
+ */
71
+ readonly subjectAlternativeNames: string[];
72
+ /**
73
+ * 标签列表。
74
+ */
75
+ readonly tags: outputs.clb.GetCertificateTag[];
76
+ }
77
+ /**
78
+ * Data Source schema for Byteplus::CLB::Certificate
79
+ */
80
+ export declare function getCertificateOutput(args: GetCertificateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCertificateResult>;
81
+ /**
82
+ * A collection of arguments for invoking getCertificate.
83
+ */
84
+ export interface GetCertificateOutputArgs {
85
+ /**
86
+ * Uniquely identifies the resource.
87
+ */
88
+ id: pulumi.Input<string>;
89
+ }
@@ -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.getCertificateOutput = exports.getCertificate = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::CLB::Certificate
10
+ */
11
+ function getCertificate(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getCertificate:getCertificate", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getCertificate = getCertificate;
18
+ /**
19
+ * Data Source schema for Byteplus::CLB::Certificate
20
+ */
21
+ function getCertificateOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getCertificate:getCertificate", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getCertificateOutput = getCertificateOutput;
28
+ //# sourceMappingURL=getCertificate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCertificate.js","sourceRoot":"","sources":["../../clb/getCertificate.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,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAyED;;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,8CAA8C,EAAE;QAC/E,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 Byteplus::CLB::Certificate
4
+ */
5
+ export declare function getCertificates(opts?: pulumi.InvokeOptions): Promise<GetCertificatesResult>;
6
+ /**
7
+ * A collection of values returned by getCertificates.
8
+ */
9
+ export interface GetCertificatesResult {
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::CLB::Certificate
21
+ */
22
+ export declare function getCertificatesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCertificatesResult>;
@@ -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.getCertificatesOutput = exports.getCertificates = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CLB::Certificate
10
+ */
11
+ function getCertificates(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getCertificates:getCertificates", {}, opts);
14
+ }
15
+ exports.getCertificates = getCertificates;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CLB::Certificate
18
+ */
19
+ function getCertificatesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getCertificates:getCertificates", {}, opts);
22
+ }
23
+ exports.getCertificatesOutput = getCertificatesOutput;
24
+ //# sourceMappingURL=getCertificates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCertificates.js","sourceRoot":"","sources":["../../clb/getCertificates.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,gDAAgD,EAAE,EAC9E,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,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
@@ -142,7 +142,7 @@ export interface GetListenerResult {
142
142
  */
143
143
  readonly port: number;
144
144
  /**
145
- * 监听器的协议。
145
+ * 监听器的协议。包括:TCP、UDP、HTTP、HTTPS。
146
146
  */
147
147
  readonly protocol: string;
148
148
  /**
@@ -161,6 +161,10 @@ export interface GetListenerResult {
161
161
  * CLB将请求传输到后端服务器的超时时间。此超时仅针对两个连续的写操作之间设置,而非整个请求的传输过程。取值范围为30-3600秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
162
162
  */
163
163
  readonly proxySendTimeout: number;
164
+ /**
165
+ * 监听器绑定的规则ID列表。
166
+ */
167
+ readonly ruleIds: string[];
164
168
  /**
165
169
  * 监听器使用的调度算法。wrr(默认值):加权轮询。wlc:加权最小连接数。sh:源地址哈希。
166
170
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../clb/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAqMD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
1
+ {"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../clb/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAyMD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
@@ -0,0 +1,141 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::CLB::NLB
5
+ */
6
+ export declare function getNlb(args: GetNlbArgs, opts?: pulumi.InvokeOptions): Promise<GetNlbResult>;
7
+ /**
8
+ * A collection of arguments for invoking getNlb.
9
+ */
10
+ export interface GetNlbArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getNlb.
18
+ */
19
+ export interface GetNlbResult {
20
+ /**
21
+ * NLB实例所属的账号ID。
22
+ */
23
+ readonly accountId: string;
24
+ /**
25
+ * NLB实例的计费状态。Normal: 正常,FinancialLocked: 被锁定。
26
+ */
27
+ readonly billingStatus: string;
28
+ /**
29
+ * NLB实例的计费类型。3:按使用量计费
30
+ */
31
+ readonly billingType: number;
32
+ /**
33
+ * NLB实例的创建时间。
34
+ */
35
+ readonly createdTime: string;
36
+ /**
37
+ * NLB实例是否开启跨可用区转发能力。true(默认值):开启。false:关闭。
38
+ */
39
+ readonly crossZoneEnabled: boolean;
40
+ /**
41
+ * NLB实例的描述。必须以字母、数字或中文开头,可包含以下特殊字符:英文逗号(,)、点(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。该参数不传入,则默认为空字符串。
42
+ */
43
+ readonly description: string;
44
+ /**
45
+ * NLB实例的DNS地址。
46
+ */
47
+ readonly dnsName: string;
48
+ /**
49
+ * NLB实例欠费关停时间。
50
+ */
51
+ readonly expectedOverdueTime: string;
52
+ /**
53
+ * Uniquely identifies the resource.
54
+ */
55
+ readonly id: string;
56
+ /**
57
+ * NLB实例的IP地址类型。ipv4:IPv4版本。dualstack:双栈,即同时支持IPv4版本和IPv6版本。
58
+ */
59
+ readonly ipAddressVersion: string;
60
+ /**
61
+ * IPv4类型的共享带宽包ID。
62
+ */
63
+ readonly ipv4BandwidthPackageId: string;
64
+ /**
65
+ * NLB实例的IPv4网络类型。internet:公网类型。intranet:私网类型。
66
+ */
67
+ readonly ipv4NetworkType: string;
68
+ /**
69
+ * IPv6类型的共享带宽包ID。
70
+ */
71
+ readonly ipv6BandwidthPackageId: string;
72
+ /**
73
+ * NLB实例的IPv6网络类型。internet:公网类型。intranet:私网类型。
74
+ */
75
+ readonly ipv6NetworkType: string;
76
+ /**
77
+ * NLB实例ID。
78
+ */
79
+ readonly loadBalancerId: string;
80
+ /**
81
+ * NLB实例的名称。
82
+ */
83
+ readonly loadBalancerName: string;
84
+ /**
85
+ * 系统为NLB实例自动关联的托管安全组ID。
86
+ */
87
+ readonly managedSecurityGroupId: string;
88
+ /**
89
+ * NLB实例是否开启控制台上修改保护。NonProtection或空:关闭,允许通过控制台修改实例或删除实例。ConsoleProtection:开启,禁止通过控制台修改实例或删除实例。
90
+ */
91
+ readonly modificationProtectionStatus: string;
92
+ /**
93
+ * NLB实例被锁定的时间。参数BillingStatus为Normal时,本参数返回为空字符串。
94
+ */
95
+ readonly overdueTime: string;
96
+ /**
97
+ * NLB实例所属项目的名称。
98
+ */
99
+ readonly projectName: string;
100
+ /**
101
+ * NLB实例的预期回收时间。参数BillingStatus为Normal时,本参数返回为空字符串。
102
+ */
103
+ readonly reclaimedTime: string;
104
+ /**
105
+ * NLB实例关联的安全组ID列表。
106
+ */
107
+ readonly securityGroupIds: string[];
108
+ /**
109
+ * NLB 实例的状态。Inactive:已停止。Active:运行中。Creating:创建中。Provisioning:创建中。仅调用API创建NLB实例时存在该状态。Configuring:配置中。Deleting:删除中。CreateFailed:创建失败。
110
+ */
111
+ readonly status: string;
112
+ /**
113
+ * NLB实例的标签信息。
114
+ */
115
+ readonly tags: outputs.clb.GetNlbTag[];
116
+ /**
117
+ * NLB实例的更新时间。
118
+ */
119
+ readonly updatedTime: string;
120
+ /**
121
+ * NLB实例所属的VPC ID。
122
+ */
123
+ readonly vpcId: string;
124
+ /**
125
+ * NLB实例的可用区信息。
126
+ */
127
+ readonly zoneMappings: outputs.clb.GetNlbZoneMapping[];
128
+ }
129
+ /**
130
+ * Data Source schema for Byteplus::CLB::NLB
131
+ */
132
+ export declare function getNlbOutput(args: GetNlbOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbResult>;
133
+ /**
134
+ * A collection of arguments for invoking getNlb.
135
+ */
136
+ export interface GetNlbOutputArgs {
137
+ /**
138
+ * Uniquely identifies the resource.
139
+ */
140
+ id: pulumi.Input<string>;
141
+ }
package/clb/getNlb.js ADDED
@@ -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.getNlbOutput = exports.getNlb = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::CLB::NLB
10
+ */
11
+ function getNlb(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getNlb:getNlb", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getNlb = getNlb;
18
+ /**
19
+ * Data Source schema for Byteplus::CLB::NLB
20
+ */
21
+ function getNlbOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getNlb:getNlb", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getNlbOutput = getNlbOutput;
28
+ //# sourceMappingURL=getNlb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNlb.js","sourceRoot":"","sources":["../../clb/getNlb.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,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,8BAA8B,EAAE;QACzD,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AA6HD;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::CLB::NLB
4
+ */
5
+ export declare function getNlbs(opts?: pulumi.InvokeOptions): Promise<GetNlbsResult>;
6
+ /**
7
+ * A collection of values returned by getNlbs.
8
+ */
9
+ export interface GetNlbsResult {
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::CLB::NLB
21
+ */
22
+ export declare function getNlbsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbsResult>;
package/clb/getNlbs.js ADDED
@@ -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.getNlbsOutput = exports.getNlbs = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CLB::NLB
10
+ */
11
+ function getNlbs(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getNlbs:getNlbs", {}, opts);
14
+ }
15
+ exports.getNlbs = getNlbs;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CLB::NLB
18
+ */
19
+ function getNlbsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getNlbs:getNlbs", {}, opts);
22
+ }
23
+ exports.getNlbsOutput = getNlbsOutput;
24
+ //# sourceMappingURL=getNlbs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNlbs.js","sourceRoot":"","sources":["../../clb/getNlbs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE,EAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
package/clb/index.d.ts CHANGED
@@ -1,9 +1,30 @@
1
+ export { AclArgs, AclState } from "./acl";
2
+ export type Acl = import("./acl").Acl;
3
+ export declare const Acl: typeof import("./acl").Acl;
4
+ export { CertificateArgs, CertificateState } from "./certificate";
5
+ export type Certificate = import("./certificate").Certificate;
6
+ export declare const Certificate: typeof import("./certificate").Certificate;
7
+ export { GetAclArgs, GetAclResult, GetAclOutputArgs } from "./getAcl";
8
+ export declare const getAcl: typeof import("./getAcl").getAcl;
9
+ export declare const getAclOutput: typeof import("./getAcl").getAclOutput;
10
+ export { GetAclsResult } from "./getAcls";
11
+ export declare const getAcls: typeof import("./getAcls").getAcls;
12
+ export declare const getAclsOutput: typeof import("./getAcls").getAclsOutput;
13
+ export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
14
+ export declare const getCertificate: typeof import("./getCertificate").getCertificate;
15
+ export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
16
+ export { GetCertificatesResult } from "./getCertificates";
17
+ export declare const getCertificates: typeof import("./getCertificates").getCertificates;
18
+ export declare const getCertificatesOutput: typeof import("./getCertificates").getCertificatesOutput;
1
19
  export { GetListenerArgs, GetListenerResult, GetListenerOutputArgs } from "./getListener";
2
20
  export declare const getListener: typeof import("./getListener").getListener;
3
21
  export declare const getListenerOutput: typeof import("./getListener").getListenerOutput;
4
22
  export { GetListenersResult } from "./getListeners";
5
23
  export declare const getListeners: typeof import("./getListeners").getListeners;
6
24
  export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
25
+ export { GetNlbArgs, GetNlbResult, GetNlbOutputArgs } from "./getNlb";
26
+ export declare const getNlb: typeof import("./getNlb").getNlb;
27
+ export declare const getNlbOutput: typeof import("./getNlb").getNlbOutput;
7
28
  export { GetNlbListenerArgs, GetNlbListenerResult, GetNlbListenerOutputArgs } from "./getNlbListener";
8
29
  export declare const getNlbListener: typeof import("./getNlbListener").getNlbListener;
9
30
  export declare const getNlbListenerOutput: typeof import("./getNlbListener").getNlbListenerOutput;
@@ -16,6 +37,9 @@ export declare const getNlbServerGroupOutput: typeof import("./getNlbServerGroup
16
37
  export { GetNlbServerGroupsResult } from "./getNlbServerGroups";
17
38
  export declare const getNlbServerGroups: typeof import("./getNlbServerGroups").getNlbServerGroups;
18
39
  export declare const getNlbServerGroupsOutput: typeof import("./getNlbServerGroups").getNlbServerGroupsOutput;
40
+ export { GetNlbsResult } from "./getNlbs";
41
+ export declare const getNlbs: typeof import("./getNlbs").getNlbs;
42
+ export declare const getNlbsOutput: typeof import("./getNlbs").getNlbsOutput;
19
43
  export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule";
20
44
  export declare const getRule: typeof import("./getRule").getRule;
21
45
  export declare const getRuleOutput: typeof import("./getRule").getRuleOutput;
@@ -31,6 +55,9 @@ export declare const getServerGroupsOutput: typeof import("./getServerGroups").g
31
55
  export { ListenerArgs, ListenerState } from "./listener";
32
56
  export type Listener = import("./listener").Listener;
33
57
  export declare const Listener: typeof import("./listener").Listener;
58
+ export { NlbArgs, NlbState } from "./nlb";
59
+ export type Nlb = import("./nlb").Nlb;
60
+ export declare const Nlb: typeof import("./nlb").Nlb;
34
61
  export { NlbListenerArgs, NlbListenerState } from "./nlbListener";
35
62
  export type NlbListener = import("./nlbListener").NlbListener;
36
63
  export declare const NlbListener: typeof import("./nlbListener").NlbListener;
package/clb/index.js CHANGED
@@ -2,15 +2,34 @@
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.ServerGroup = exports.Rule = exports.NlbServerGroup = exports.NlbListener = exports.Listener = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getNlbServerGroupsOutput = exports.getNlbServerGroups = exports.getNlbServerGroupOutput = exports.getNlbServerGroup = exports.getNlbListenersOutput = exports.getNlbListeners = exports.getNlbListenerOutput = exports.getNlbListener = exports.getListenersOutput = exports.getListeners = exports.getListenerOutput = exports.getListener = void 0;
5
+ exports.ServerGroup = exports.Rule = exports.NlbServerGroup = exports.NlbListener = exports.Nlb = exports.Listener = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getNlbsOutput = exports.getNlbs = exports.getNlbServerGroupsOutput = exports.getNlbServerGroups = exports.getNlbServerGroupOutput = exports.getNlbServerGroup = exports.getNlbListenersOutput = exports.getNlbListeners = exports.getNlbListenerOutput = exports.getNlbListener = exports.getNlbOutput = exports.getNlb = exports.getListenersOutput = exports.getListeners = exports.getListenerOutput = exports.getListener = exports.getCertificatesOutput = exports.getCertificates = exports.getCertificateOutput = exports.getCertificate = exports.getAclsOutput = exports.getAcls = exports.getAclOutput = exports.getAcl = exports.Certificate = exports.Acl = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
+ exports.Acl = null;
9
+ utilities.lazyLoad(exports, ["Acl"], () => require("./acl"));
10
+ exports.Certificate = null;
11
+ utilities.lazyLoad(exports, ["Certificate"], () => require("./certificate"));
12
+ exports.getAcl = null;
13
+ exports.getAclOutput = null;
14
+ utilities.lazyLoad(exports, ["getAcl", "getAclOutput"], () => require("./getAcl"));
15
+ exports.getAcls = null;
16
+ exports.getAclsOutput = null;
17
+ utilities.lazyLoad(exports, ["getAcls", "getAclsOutput"], () => require("./getAcls"));
18
+ exports.getCertificate = null;
19
+ exports.getCertificateOutput = null;
20
+ utilities.lazyLoad(exports, ["getCertificate", "getCertificateOutput"], () => require("./getCertificate"));
21
+ exports.getCertificates = null;
22
+ exports.getCertificatesOutput = null;
23
+ utilities.lazyLoad(exports, ["getCertificates", "getCertificatesOutput"], () => require("./getCertificates"));
8
24
  exports.getListener = null;
9
25
  exports.getListenerOutput = null;
10
26
  utilities.lazyLoad(exports, ["getListener", "getListenerOutput"], () => require("./getListener"));
11
27
  exports.getListeners = null;
12
28
  exports.getListenersOutput = null;
13
29
  utilities.lazyLoad(exports, ["getListeners", "getListenersOutput"], () => require("./getListeners"));
30
+ exports.getNlb = null;
31
+ exports.getNlbOutput = null;
32
+ utilities.lazyLoad(exports, ["getNlb", "getNlbOutput"], () => require("./getNlb"));
14
33
  exports.getNlbListener = null;
15
34
  exports.getNlbListenerOutput = null;
16
35
  utilities.lazyLoad(exports, ["getNlbListener", "getNlbListenerOutput"], () => require("./getNlbListener"));
@@ -23,6 +42,9 @@ utilities.lazyLoad(exports, ["getNlbServerGroup", "getNlbServerGroupOutput"], ()
23
42
  exports.getNlbServerGroups = null;
24
43
  exports.getNlbServerGroupsOutput = null;
25
44
  utilities.lazyLoad(exports, ["getNlbServerGroups", "getNlbServerGroupsOutput"], () => require("./getNlbServerGroups"));
45
+ exports.getNlbs = null;
46
+ exports.getNlbsOutput = null;
47
+ utilities.lazyLoad(exports, ["getNlbs", "getNlbsOutput"], () => require("./getNlbs"));
26
48
  exports.getRule = null;
27
49
  exports.getRuleOutput = null;
28
50
  utilities.lazyLoad(exports, ["getRule", "getRuleOutput"], () => require("./getRule"));
@@ -37,6 +59,8 @@ exports.getServerGroupsOutput = null;
37
59
  utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () => require("./getServerGroups"));
38
60
  exports.Listener = null;
39
61
  utilities.lazyLoad(exports, ["Listener"], () => require("./listener"));
62
+ exports.Nlb = null;
63
+ utilities.lazyLoad(exports, ["Nlb"], () => require("./nlb"));
40
64
  exports.NlbListener = null;
41
65
  utilities.lazyLoad(exports, ["NlbListener"], () => require("./nlbListener"));
42
66
  exports.NlbServerGroup = null;
@@ -49,8 +73,14 @@ const _module = {
49
73
  version: utilities.getVersion(),
50
74
  construct: (name, type, urn) => {
51
75
  switch (type) {
76
+ case "bytepluscc:clb/acl:Acl":
77
+ return new exports.Acl(name, undefined, { urn });
78
+ case "bytepluscc:clb/certificate:Certificate":
79
+ return new exports.Certificate(name, undefined, { urn });
52
80
  case "bytepluscc:clb/listener:Listener":
53
81
  return new exports.Listener(name, undefined, { urn });
82
+ case "bytepluscc:clb/nlb:Nlb":
83
+ return new exports.Nlb(name, undefined, { urn });
54
84
  case "bytepluscc:clb/nlbListener:NlbListener":
55
85
  return new exports.NlbListener(name, undefined, { urn });
56
86
  case "bytepluscc:clb/nlbServerGroup:NlbServerGroup":
@@ -64,7 +94,10 @@ const _module = {
64
94
  }
65
95
  },
66
96
  };
97
+ pulumi.runtime.registerResourceModule("bytepluscc", "clb/acl", _module);
98
+ pulumi.runtime.registerResourceModule("bytepluscc", "clb/certificate", _module);
67
99
  pulumi.runtime.registerResourceModule("bytepluscc", "clb/listener", _module);
100
+ pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlb", _module);
68
101
  pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlbListener", _module);
69
102
  pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlbServerGroup", _module);
70
103
  pulumi.runtime.registerResourceModule("bytepluscc", "clb/rule", _module);