@volcengine/pulumi 0.0.41 → 0.0.44-alpha.1768546977

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 (108) hide show
  1. package/alb/accessLog.d.ts +60 -0
  2. package/alb/accessLog.js +57 -0
  3. package/alb/accessLog.js.map +1 -0
  4. package/alb/acl.d.ts +28 -0
  5. package/alb/acl.js +6 -0
  6. package/alb/acl.js.map +1 -1
  7. package/alb/acls.d.ts +13 -0
  8. package/alb/acls.js +1 -0
  9. package/alb/acls.js.map +1 -1
  10. package/alb/alb.d.ts +147 -0
  11. package/alb/alb.js +47 -0
  12. package/alb/alb.js.map +1 -1
  13. package/alb/albs.d.ts +24 -0
  14. package/alb/albs.js +2 -0
  15. package/alb/albs.js.map +1 -1
  16. package/alb/allCertificates.d.ts +49 -0
  17. package/alb/allCertificates.js +29 -0
  18. package/alb/allCertificates.js.map +1 -0
  19. package/alb/cacertificate.d.ts +8 -0
  20. package/alb/cacertificate.js +2 -0
  21. package/alb/cacertificate.js.map +1 -1
  22. package/alb/certificate.d.ts +26 -0
  23. package/alb/certificate.js +8 -0
  24. package/alb/certificate.js.map +1 -1
  25. package/alb/certificates.d.ts +33 -0
  26. package/alb/certificates.js +10 -0
  27. package/alb/certificates.js.map +1 -1
  28. package/alb/customizedCfg.d.ts +14 -0
  29. package/alb/customizedCfg.js +2 -0
  30. package/alb/customizedCfg.js.map +1 -1
  31. package/alb/customizedCfgs.d.ts +13 -0
  32. package/alb/customizedCfgs.js +1 -0
  33. package/alb/customizedCfgs.js.map +1 -1
  34. package/alb/getAcls.d.ts +13 -0
  35. package/alb/getAcls.js +1 -0
  36. package/alb/getAcls.js.map +1 -1
  37. package/alb/getAlbs.d.ts +24 -0
  38. package/alb/getAlbs.js +2 -0
  39. package/alb/getAlbs.js.map +1 -1
  40. package/alb/getAllCertificates.d.ts +47 -0
  41. package/alb/getAllCertificates.js +26 -0
  42. package/alb/getAllCertificates.js.map +1 -0
  43. package/alb/getCertificates.d.ts +33 -0
  44. package/alb/getCertificates.js +10 -0
  45. package/alb/getCertificates.js.map +1 -1
  46. package/alb/getCustomizedCfgs.d.ts +13 -0
  47. package/alb/getCustomizedCfgs.js +1 -0
  48. package/alb/getCustomizedCfgs.js.map +1 -1
  49. package/alb/getHealthCheckTemplates.d.ts +33 -0
  50. package/alb/getHealthCheckTemplates.js +10 -0
  51. package/alb/getHealthCheckTemplates.js.map +1 -1
  52. package/alb/getListenerHealths.d.ts +37 -0
  53. package/alb/getListenerHealths.js +22 -0
  54. package/alb/getListenerHealths.js.map +1 -0
  55. package/alb/getListeners.d.ts +25 -0
  56. package/alb/getListeners.js +2 -0
  57. package/alb/getListeners.js.map +1 -1
  58. package/alb/getServerGroupServers.d.ts +20 -0
  59. package/alb/getServerGroupServers.js +4 -0
  60. package/alb/getServerGroupServers.js.map +1 -1
  61. package/alb/getServerGroups.d.ts +25 -0
  62. package/alb/getServerGroups.js +2 -0
  63. package/alb/getServerGroups.js.map +1 -1
  64. package/alb/healthCheckTemplate.d.ts +45 -3
  65. package/alb/healthCheckTemplate.js +10 -0
  66. package/alb/healthCheckTemplate.js.map +1 -1
  67. package/alb/healthCheckTemplates.d.ts +33 -0
  68. package/alb/healthCheckTemplates.js +10 -0
  69. package/alb/healthCheckTemplates.js.map +1 -1
  70. package/alb/healthLog.d.ts +72 -0
  71. package/alb/healthLog.js +62 -0
  72. package/alb/healthLog.js.map +1 -0
  73. package/alb/index.d.ts +24 -0
  74. package/alb/index.js +34 -2
  75. package/alb/index.js.map +1 -1
  76. package/alb/listener.d.ts +101 -3
  77. package/alb/listener.js +26 -0
  78. package/alb/listener.js.map +1 -1
  79. package/alb/listenerHealths.d.ts +39 -0
  80. package/alb/listenerHealths.js +25 -0
  81. package/alb/listenerHealths.js.map +1 -0
  82. package/alb/listeners.d.ts +25 -0
  83. package/alb/listeners.js +2 -0
  84. package/alb/listeners.js.map +1 -1
  85. package/alb/replaceCertificate.d.ts +183 -0
  86. package/alb/replaceCertificate.js +82 -0
  87. package/alb/replaceCertificate.js.map +1 -0
  88. package/alb/rule.d.ts +107 -0
  89. package/alb/rule.js +47 -0
  90. package/alb/rule.js.map +1 -1
  91. package/alb/serverGroup.d.ts +60 -0
  92. package/alb/serverGroup.js +20 -0
  93. package/alb/serverGroup.js.map +1 -1
  94. package/alb/serverGroupServer.d.ts +18 -6
  95. package/alb/serverGroupServer.js +2 -0
  96. package/alb/serverGroupServer.js.map +1 -1
  97. package/alb/serverGroupServers.d.ts +20 -0
  98. package/alb/serverGroupServers.js +4 -0
  99. package/alb/serverGroupServers.js.map +1 -1
  100. package/alb/serverGroups.d.ts +25 -0
  101. package/alb/serverGroups.js +2 -0
  102. package/alb/serverGroups.js.map +1 -1
  103. package/alb/tlsAccessLog.d.ts +72 -0
  104. package/alb/tlsAccessLog.js +62 -0
  105. package/alb/tlsAccessLog.js.map +1 -0
  106. package/package.json +1 -1
  107. package/types/input.d.ts +581 -1
  108. package/types/output.d.ts +1720 -168
package/alb/getAlbs.d.ts CHANGED
@@ -56,6 +56,10 @@ export declare function getAlbs(args?: GetAlbsArgs, opts?: pulumi.InvokeOptions)
56
56
  * A collection of arguments for invoking getAlbs.
57
57
  */
58
58
  export interface GetAlbsArgs {
59
+ /**
60
+ * The public ip address of the Alb.
61
+ */
62
+ eipAddress?: string;
59
63
  /**
60
64
  * The private ip address of the Alb.
61
65
  */
@@ -84,6 +88,10 @@ export interface GetAlbsArgs {
84
88
  * Tags.
85
89
  */
86
90
  tags?: inputs.alb.GetAlbsTag[];
91
+ /**
92
+ * The type of the Alb. public: public network ALB. private: private network ALB.
93
+ */
94
+ type?: string;
87
95
  /**
88
96
  * The vpc id which Alb belongs to.
89
97
  */
@@ -97,6 +105,10 @@ export interface GetAlbsResult {
97
105
  * The collection of query.
98
106
  */
99
107
  readonly albs: outputs.alb.GetAlbsAlb[];
108
+ /**
109
+ * The Eip address of the Alb.
110
+ */
111
+ readonly eipAddress?: string;
100
112
  /**
101
113
  * The Eni address of the Alb in this availability zone.
102
114
  */
@@ -121,6 +133,10 @@ export interface GetAlbsResult {
121
133
  * The total count of query.
122
134
  */
123
135
  readonly totalCount: number;
136
+ /**
137
+ * The type of the Alb, valid value: `public`, `private`.
138
+ */
139
+ readonly type?: string;
124
140
  /**
125
141
  * The vpc id of the Alb.
126
142
  */
@@ -181,6 +197,10 @@ export declare function getAlbsOutput(args?: GetAlbsOutputArgs, opts?: pulumi.In
181
197
  * A collection of arguments for invoking getAlbs.
182
198
  */
183
199
  export interface GetAlbsOutputArgs {
200
+ /**
201
+ * The public ip address of the Alb.
202
+ */
203
+ eipAddress?: pulumi.Input<string>;
184
204
  /**
185
205
  * The private ip address of the Alb.
186
206
  */
@@ -209,6 +229,10 @@ export interface GetAlbsOutputArgs {
209
229
  * Tags.
210
230
  */
211
231
  tags?: pulumi.Input<pulumi.Input<inputs.alb.GetAlbsTagArgs>[]>;
232
+ /**
233
+ * The type of the Alb. public: public network ALB. private: private network ALB.
234
+ */
235
+ type?: pulumi.Input<string>;
212
236
  /**
213
237
  * The vpc id which Alb belongs to.
214
238
  */
package/alb/getAlbs.js CHANGED
@@ -59,6 +59,7 @@ function getAlbs(args, opts) {
59
59
  args = args || {};
60
60
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
61
61
  return pulumi.runtime.invoke("volcengine:alb/getAlbs:getAlbs", {
62
+ "eipAddress": args.eipAddress,
62
63
  "eniAddress": args.eniAddress,
63
64
  "ids": args.ids,
64
65
  "loadBalancerName": args.loadBalancerName,
@@ -66,6 +67,7 @@ function getAlbs(args, opts) {
66
67
  "outputFile": args.outputFile,
67
68
  "project": args.project,
68
69
  "tags": args.tags,
70
+ "type": args.type,
69
71
  "vpcId": args.vpcId,
70
72
  }, opts);
71
73
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getAlbs.js","sourceRoot":"","sources":["../../alb/getAlbs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0BAcC;AA6ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
1
+ {"version":3,"file":"getAlbs.js","sourceRoot":"","sources":["../../alb/getAlbs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,0BAgBC;AA6FD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
@@ -0,0 +1,47 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ export declare function getAllCertificates(args?: GetAllCertificatesArgs, opts?: pulumi.InvokeOptions): Promise<GetAllCertificatesResult>;
5
+ /**
6
+ * A collection of arguments for invoking getAllCertificates.
7
+ */
8
+ export interface GetAllCertificatesArgs {
9
+ certificateName?: string;
10
+ certificateType?: string;
11
+ ids?: string[];
12
+ nameRegex?: string;
13
+ outputFile?: string;
14
+ projectName?: string;
15
+ tags?: inputs.alb.GetAllCertificatesTag[];
16
+ }
17
+ /**
18
+ * A collection of values returned by getAllCertificates.
19
+ */
20
+ export interface GetAllCertificatesResult {
21
+ readonly certificateName?: string;
22
+ readonly certificateType?: string;
23
+ readonly certificates: outputs.alb.GetAllCertificatesCertificate[];
24
+ /**
25
+ * The provider-assigned unique ID for this managed resource.
26
+ */
27
+ readonly id: string;
28
+ readonly ids?: string[];
29
+ readonly nameRegex?: string;
30
+ readonly outputFile?: string;
31
+ readonly projectName?: string;
32
+ readonly tags?: outputs.alb.GetAllCertificatesTag[];
33
+ readonly totalCount: number;
34
+ }
35
+ export declare function getAllCertificatesOutput(args?: GetAllCertificatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAllCertificatesResult>;
36
+ /**
37
+ * A collection of arguments for invoking getAllCertificates.
38
+ */
39
+ export interface GetAllCertificatesOutputArgs {
40
+ certificateName?: pulumi.Input<string>;
41
+ certificateType?: pulumi.Input<string>;
42
+ ids?: pulumi.Input<pulumi.Input<string>[]>;
43
+ nameRegex?: pulumi.Input<string>;
44
+ outputFile?: pulumi.Input<string>;
45
+ projectName?: pulumi.Input<string>;
46
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.GetAllCertificatesTagArgs>[]>;
47
+ }
@@ -0,0 +1,26 @@
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.getAllCertificatesOutput = exports.getAllCertificates = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ function getAllCertificates(args, opts) {
9
+ args = args || {};
10
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
+ return pulumi.runtime.invoke("volcengine:alb/getAllCertificates:getAllCertificates", {
12
+ "certificateName": args.certificateName,
13
+ "certificateType": args.certificateType,
14
+ "ids": args.ids,
15
+ "nameRegex": args.nameRegex,
16
+ "outputFile": args.outputFile,
17
+ "projectName": args.projectName,
18
+ "tags": args.tags,
19
+ }, opts);
20
+ }
21
+ exports.getAllCertificates = getAllCertificates;
22
+ function getAllCertificatesOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getAllCertificates(a, opts));
24
+ }
25
+ exports.getAllCertificatesOutput = getAllCertificatesOutput;
26
+ //# sourceMappingURL=getAllCertificates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllCertificates.js","sourceRoot":"","sources":["../../alb/getAllCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gDAaC;AAiCD,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
@@ -1,4 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
2
3
  import * as outputs from "../types/output";
3
4
  /**
4
5
  * Use this data source to query detailed information of alb certificates
@@ -10,6 +11,10 @@ import * as outputs from "../types/output";
10
11
  *
11
12
  * const default = volcengine.alb.getCertificates({
12
13
  * certificateName: "tf-test",
14
+ * tags: [{
15
+ * key: "k1",
16
+ * value: "v1",
17
+ * }],
13
18
  * });
14
19
  * ```
15
20
  */
@@ -30,6 +35,14 @@ export interface GetCertificatesArgs {
30
35
  * File name where to save data source results.
31
36
  */
32
37
  outputFile?: string;
38
+ /**
39
+ * The project name to which the certificate belongs.
40
+ */
41
+ projectName?: string;
42
+ /**
43
+ * Tags.
44
+ */
45
+ tags?: inputs.alb.GetCertificatesTag[];
33
46
  }
34
47
  /**
35
48
  * A collection of values returned by getCertificates.
@@ -49,6 +62,14 @@ export interface GetCertificatesResult {
49
62
  readonly id: string;
50
63
  readonly ids?: string[];
51
64
  readonly outputFile?: string;
65
+ /**
66
+ * The ProjectName of the Certificate.
67
+ */
68
+ readonly projectName?: string;
69
+ /**
70
+ * Tags.
71
+ */
72
+ readonly tags?: outputs.alb.GetCertificatesTag[];
52
73
  /**
53
74
  * The total count of Certificate query.
54
75
  */
@@ -64,6 +85,10 @@ export interface GetCertificatesResult {
64
85
  *
65
86
  * const default = volcengine.alb.getCertificates({
66
87
  * certificateName: "tf-test",
88
+ * tags: [{
89
+ * key: "k1",
90
+ * value: "v1",
91
+ * }],
67
92
  * });
68
93
  * ```
69
94
  */
@@ -84,4 +109,12 @@ export interface GetCertificatesOutputArgs {
84
109
  * File name where to save data source results.
85
110
  */
86
111
  outputFile?: pulumi.Input<string>;
112
+ /**
113
+ * The project name to which the certificate belongs.
114
+ */
115
+ projectName?: pulumi.Input<string>;
116
+ /**
117
+ * Tags.
118
+ */
119
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.GetCertificatesTagArgs>[]>;
87
120
  }
@@ -15,6 +15,10 @@ const utilities = require("../utilities");
15
15
  *
16
16
  * const default = volcengine.alb.getCertificates({
17
17
  * certificateName: "tf-test",
18
+ * tags: [{
19
+ * key: "k1",
20
+ * value: "v1",
21
+ * }],
18
22
  * });
19
23
  * ```
20
24
  */
@@ -25,6 +29,8 @@ function getCertificates(args, opts) {
25
29
  "certificateName": args.certificateName,
26
30
  "ids": args.ids,
27
31
  "outputFile": args.outputFile,
32
+ "projectName": args.projectName,
33
+ "tags": args.tags,
28
34
  }, opts);
29
35
  }
30
36
  exports.getCertificates = getCertificates;
@@ -38,6 +44,10 @@ exports.getCertificates = getCertificates;
38
44
  *
39
45
  * const default = volcengine.alb.getCertificates({
40
46
  * certificateName: "tf-test",
47
+ * tags: [{
48
+ * key: "k1",
49
+ * value: "v1",
50
+ * }],
41
51
  * });
42
52
  * ```
43
53
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getCertificates.js","sourceRoot":"","sources":["../../alb/getCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QAC3E,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA2CD;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getCertificates.js","sourceRoot":"","sources":["../../alb/getCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QAC3E,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0CAWC;AA2DD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -1,4 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
2
3
  import * as outputs from "../types/output";
3
4
  /**
4
5
  * Use this data source to query detailed information of alb customized cfgs
@@ -40,6 +41,10 @@ export interface GetCustomizedCfgsArgs {
40
41
  * The project name of the CustomizedCfg.
41
42
  */
42
43
  projectName?: string;
44
+ /**
45
+ * Tags.
46
+ */
47
+ tags?: inputs.alb.GetCustomizedCfgsTag[];
43
48
  }
44
49
  /**
45
50
  * A collection of values returned by getCustomizedCfgs.
@@ -68,6 +73,10 @@ export interface GetCustomizedCfgsResult {
68
73
  * The project name of CustomizedCfg.
69
74
  */
70
75
  readonly projectName?: string;
76
+ /**
77
+ * Tags.
78
+ */
79
+ readonly tags?: outputs.alb.GetCustomizedCfgsTag[];
71
80
  /**
72
81
  * The total count of CustomizedCfg query.
73
82
  */
@@ -113,4 +122,8 @@ export interface GetCustomizedCfgsOutputArgs {
113
122
  * The project name of the CustomizedCfg.
114
123
  */
115
124
  projectName?: pulumi.Input<string>;
125
+ /**
126
+ * Tags.
127
+ */
128
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.GetCustomizedCfgsTagArgs>[]>;
116
129
  }
@@ -26,6 +26,7 @@ function getCustomizedCfgs(args, opts) {
26
26
  "nameRegex": args.nameRegex,
27
27
  "outputFile": args.outputFile,
28
28
  "projectName": args.projectName,
29
+ "tags": args.tags,
29
30
  }, opts);
30
31
  }
31
32
  exports.getCustomizedCfgs = getCustomizedCfgs;
@@ -1 +1 @@
1
- {"version":3,"file":"getCustomizedCfgs.js","sourceRoot":"","sources":["../../alb/getCustomizedCfgs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8CAYC;AAgED;;;;;;;;;;GAUG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
1
+ {"version":3,"file":"getCustomizedCfgs.js","sourceRoot":"","sources":["../../alb/getCustomizedCfgs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8CAaC;AAwED;;;;;;;;;;GAUG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
@@ -1,4 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
2
3
  import * as outputs from "../types/output";
3
4
  /**
4
5
  * Use this data source to query detailed information of alb health check templates
@@ -10,6 +11,10 @@ import * as outputs from "../types/output";
10
11
  *
11
12
  * const foo = volcengine.alb.getHealthCheckTemplates({
12
13
  * ids: ["hctpl-1iidd1tobnim874adhf708uwf"],
14
+ * tags: [{
15
+ * key: "key1",
16
+ * value: "value2",
17
+ * }],
13
18
  * });
14
19
  * ```
15
20
  */
@@ -34,6 +39,14 @@ export interface GetHealthCheckTemplatesArgs {
34
39
  * File name where to save data source results.
35
40
  */
36
41
  outputFile?: string;
42
+ /**
43
+ * The project name to query.
44
+ */
45
+ projectName?: string;
46
+ /**
47
+ * Tags.
48
+ */
49
+ tags?: inputs.alb.GetHealthCheckTemplatesTag[];
37
50
  }
38
51
  /**
39
52
  * A collection of values returned by getHealthCheckTemplates.
@@ -54,6 +67,14 @@ export interface GetHealthCheckTemplatesResult {
54
67
  readonly ids?: string[];
55
68
  readonly nameRegex?: string;
56
69
  readonly outputFile?: string;
70
+ /**
71
+ * The project name to which the health check template belongs.
72
+ */
73
+ readonly projectName?: string;
74
+ /**
75
+ * Tags.
76
+ */
77
+ readonly tags?: outputs.alb.GetHealthCheckTemplatesTag[];
57
78
  /**
58
79
  * The total count of health check template query.
59
80
  */
@@ -69,6 +90,10 @@ export interface GetHealthCheckTemplatesResult {
69
90
  *
70
91
  * const foo = volcengine.alb.getHealthCheckTemplates({
71
92
  * ids: ["hctpl-1iidd1tobnim874adhf708uwf"],
93
+ * tags: [{
94
+ * key: "key1",
95
+ * value: "value2",
96
+ * }],
72
97
  * });
73
98
  * ```
74
99
  */
@@ -93,4 +118,12 @@ export interface GetHealthCheckTemplatesOutputArgs {
93
118
  * File name where to save data source results.
94
119
  */
95
120
  outputFile?: pulumi.Input<string>;
121
+ /**
122
+ * The project name to query.
123
+ */
124
+ projectName?: pulumi.Input<string>;
125
+ /**
126
+ * Tags.
127
+ */
128
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.GetHealthCheckTemplatesTagArgs>[]>;
96
129
  }
@@ -15,6 +15,10 @@ const utilities = require("../utilities");
15
15
  *
16
16
  * const foo = volcengine.alb.getHealthCheckTemplates({
17
17
  * ids: ["hctpl-1iidd1tobnim874adhf708uwf"],
18
+ * tags: [{
19
+ * key: "key1",
20
+ * value: "value2",
21
+ * }],
18
22
  * });
19
23
  * ```
20
24
  */
@@ -26,6 +30,8 @@ function getHealthCheckTemplates(args, opts) {
26
30
  "ids": args.ids,
27
31
  "nameRegex": args.nameRegex,
28
32
  "outputFile": args.outputFile,
33
+ "projectName": args.projectName,
34
+ "tags": args.tags,
29
35
  }, opts);
30
36
  }
31
37
  exports.getHealthCheckTemplates = getHealthCheckTemplates;
@@ -39,6 +45,10 @@ exports.getHealthCheckTemplates = getHealthCheckTemplates;
39
45
  *
40
46
  * const foo = volcengine.alb.getHealthCheckTemplates({
41
47
  * ids: ["hctpl-1iidd1tobnim874adhf708uwf"],
48
+ * tags: [{
49
+ * key: "key1",
50
+ * value: "value2",
51
+ * }],
42
52
  * });
43
53
  * ```
44
54
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getHealthCheckTemplates.js","sourceRoot":"","sources":["../../alb/getHealthCheckTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0DAUC;AAgDD;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
1
+ {"version":3,"file":"getHealthCheckTemplates.js","sourceRoot":"","sources":["../../alb/getHealthCheckTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0DAYC;AAgED;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
@@ -0,0 +1,37 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ export declare function getListenerHealths(args: GetListenerHealthsArgs, opts?: pulumi.InvokeOptions): Promise<GetListenerHealthsResult>;
4
+ /**
5
+ * A collection of arguments for invoking getListenerHealths.
6
+ */
7
+ export interface GetListenerHealthsArgs {
8
+ listenerIds: string[];
9
+ onlyUnHealthy?: boolean;
10
+ outputFile?: string;
11
+ projectName?: string;
12
+ }
13
+ /**
14
+ * A collection of values returned by getListenerHealths.
15
+ */
16
+ export interface GetListenerHealthsResult {
17
+ /**
18
+ * The provider-assigned unique ID for this managed resource.
19
+ */
20
+ readonly id: string;
21
+ readonly listenerIds: string[];
22
+ readonly listeners: outputs.alb.GetListenerHealthsListener[];
23
+ readonly onlyUnHealthy?: boolean;
24
+ readonly outputFile?: string;
25
+ readonly projectName?: string;
26
+ readonly totalCount: number;
27
+ }
28
+ export declare function getListenerHealthsOutput(args: GetListenerHealthsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetListenerHealthsResult>;
29
+ /**
30
+ * A collection of arguments for invoking getListenerHealths.
31
+ */
32
+ export interface GetListenerHealthsOutputArgs {
33
+ listenerIds: pulumi.Input<pulumi.Input<string>[]>;
34
+ onlyUnHealthy?: pulumi.Input<boolean>;
35
+ outputFile?: pulumi.Input<string>;
36
+ projectName?: pulumi.Input<string>;
37
+ }
@@ -0,0 +1,22 @@
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.getListenerHealthsOutput = exports.getListenerHealths = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ function getListenerHealths(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("volcengine:alb/getListenerHealths:getListenerHealths", {
11
+ "listenerIds": args.listenerIds,
12
+ "onlyUnHealthy": args.onlyUnHealthy,
13
+ "outputFile": args.outputFile,
14
+ "projectName": args.projectName,
15
+ }, opts);
16
+ }
17
+ exports.getListenerHealths = getListenerHealths;
18
+ function getListenerHealthsOutput(args, opts) {
19
+ return pulumi.output(args).apply((a) => getListenerHealths(a, opts));
20
+ }
21
+ exports.getListenerHealthsOutput = getListenerHealthsOutput;
22
+ //# sourceMappingURL=getListenerHealths.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getListenerHealths.js","sourceRoot":"","sources":["../../alb/getListenerHealths.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AA2BD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
@@ -1,4 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
2
3
  import * as outputs from "../types/output";
3
4
  /**
4
5
  * Use this data source to query detailed information of alb listeners
@@ -40,6 +41,14 @@ export interface GetListenersArgs {
40
41
  * The project name of the listener.
41
42
  */
42
43
  projectName?: string;
44
+ /**
45
+ * The protocol of the Listener.
46
+ */
47
+ protocol?: string;
48
+ /**
49
+ * Tags.
50
+ */
51
+ tags?: inputs.alb.GetListenersTag[];
43
52
  }
44
53
  /**
45
54
  * A collection of values returned by getListeners.
@@ -68,6 +77,14 @@ export interface GetListenersResult {
68
77
  * The project name of the listener.
69
78
  */
70
79
  readonly projectName?: string;
80
+ /**
81
+ * The protocol of the Listener.
82
+ */
83
+ readonly protocol?: string;
84
+ /**
85
+ * Tags.
86
+ */
87
+ readonly tags?: outputs.alb.GetListenersTag[];
71
88
  /**
72
89
  * The total count of Listener query.
73
90
  */
@@ -113,4 +130,12 @@ export interface GetListenersOutputArgs {
113
130
  * The project name of the listener.
114
131
  */
115
132
  projectName?: pulumi.Input<string>;
133
+ /**
134
+ * The protocol of the Listener.
135
+ */
136
+ protocol?: pulumi.Input<string>;
137
+ /**
138
+ * Tags.
139
+ */
140
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.GetListenersTagArgs>[]>;
116
141
  }
@@ -26,6 +26,8 @@ function getListeners(args, opts) {
26
26
  "nameRegex": args.nameRegex,
27
27
  "outputFile": args.outputFile,
28
28
  "projectName": args.projectName,
29
+ "protocol": args.protocol,
30
+ "tags": args.tags,
29
31
  }, opts);
30
32
  }
31
33
  exports.getListeners = getListeners;
@@ -1 +1 @@
1
- {"version":3,"file":"getListeners.js","sourceRoot":"","sources":["../../alb/getListeners.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oCAYC;AAgED;;;;;;;;;;GAUG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
1
+ {"version":3,"file":"getListeners.js","sourceRoot":"","sources":["../../alb/getListeners.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oCAcC;AAgFD;;;;;;;;;;GAUG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
@@ -9,6 +9,7 @@ import * as outputs from "../types/output";
9
9
  * import * as volcengine from "@pulumi/volcengine";
10
10
  *
11
11
  * const foo = volcengine.alb.getServerGroupServers({
12
+ * instanceIds: ["i-yecutyh340qc6io*****"],
12
13
  * serverGroupId: "rsp-1g7317vrcx3pc2zbhq4c3i6a2",
13
14
  * });
14
15
  * ```
@@ -18,6 +19,14 @@ export declare function getServerGroupServers(args: GetServerGroupServersArgs, o
18
19
  * A collection of arguments for invoking getServerGroupServers.
19
20
  */
20
21
  export interface GetServerGroupServersArgs {
22
+ /**
23
+ * A list of instance IDs. When the backend server is ECS, the parameter value is the ID of the ECS. When the backend server is a secondary network interface card, the parameter value is the ID of the secondary network interface card.
24
+ */
25
+ instanceIds?: string[];
26
+ /**
27
+ * A list of private IP addresses.
28
+ */
29
+ ips?: string[];
21
30
  /**
22
31
  * File name where to save data source results.
23
32
  */
@@ -35,6 +44,8 @@ export interface GetServerGroupServersResult {
35
44
  * The provider-assigned unique ID for this managed resource.
36
45
  */
37
46
  readonly id: string;
47
+ readonly instanceIds?: string[];
48
+ readonly ips?: string[];
38
49
  readonly outputFile?: string;
39
50
  readonly serverGroupId: string;
40
51
  /**
@@ -55,6 +66,7 @@ export interface GetServerGroupServersResult {
55
66
  * import * as volcengine from "@pulumi/volcengine";
56
67
  *
57
68
  * const foo = volcengine.alb.getServerGroupServers({
69
+ * instanceIds: ["i-yecutyh340qc6io*****"],
58
70
  * serverGroupId: "rsp-1g7317vrcx3pc2zbhq4c3i6a2",
59
71
  * });
60
72
  * ```
@@ -64,6 +76,14 @@ export declare function getServerGroupServersOutput(args: GetServerGroupServersO
64
76
  * A collection of arguments for invoking getServerGroupServers.
65
77
  */
66
78
  export interface GetServerGroupServersOutputArgs {
79
+ /**
80
+ * A list of instance IDs. When the backend server is ECS, the parameter value is the ID of the ECS. When the backend server is a secondary network interface card, the parameter value is the ID of the secondary network interface card.
81
+ */
82
+ instanceIds?: pulumi.Input<pulumi.Input<string>[]>;
83
+ /**
84
+ * A list of private IP addresses.
85
+ */
86
+ ips?: pulumi.Input<pulumi.Input<string>[]>;
67
87
  /**
68
88
  * File name where to save data source results.
69
89
  */
@@ -14,6 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const foo = volcengine.alb.getServerGroupServers({
17
+ * instanceIds: ["i-yecutyh340qc6io*****"],
17
18
  * serverGroupId: "rsp-1g7317vrcx3pc2zbhq4c3i6a2",
18
19
  * });
19
20
  * ```
@@ -21,6 +22,8 @@ const utilities = require("../utilities");
21
22
  function getServerGroupServers(args, opts) {
22
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
24
  return pulumi.runtime.invoke("volcengine:alb/getServerGroupServers:getServerGroupServers", {
25
+ "instanceIds": args.instanceIds,
26
+ "ips": args.ips,
24
27
  "outputFile": args.outputFile,
25
28
  "serverGroupId": args.serverGroupId,
26
29
  }, opts);
@@ -35,6 +38,7 @@ exports.getServerGroupServers = getServerGroupServers;
35
38
  * import * as volcengine from "@pulumi/volcengine";
36
39
  *
37
40
  * const foo = volcengine.alb.getServerGroupServers({
41
+ * instanceIds: ["i-yecutyh340qc6io*****"],
38
42
  * serverGroupId: "rsp-1g7317vrcx3pc2zbhq4c3i6a2",
39
43
  * });
40
44
  * ```
@@ -1 +1 @@
1
- {"version":3,"file":"getServerGroupServers.js","sourceRoot":"","sources":["../../alb/getServerGroupServers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AAmCD;;;;;;;;;;;;GAYG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
1
+ {"version":3,"file":"getServerGroupServers.js","sourceRoot":"","sources":["../../alb/getServerGroupServers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC;AA6CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}