@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
@@ -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 server groups
@@ -69,6 +70,14 @@ export interface GetServerGroupsArgs {
69
70
  * The type of Alb server group. Valid values: `instance`, `ip`.
70
71
  */
71
72
  serverGroupType?: string;
73
+ /**
74
+ * Tags.
75
+ */
76
+ tags?: inputs.alb.GetServerGroupsTag[];
77
+ /**
78
+ * The vpc id of Alb server group.
79
+ */
80
+ vpcId?: string;
72
81
  }
73
82
  /**
74
83
  * A collection of values returned by getServerGroups.
@@ -94,10 +103,18 @@ export interface GetServerGroupsResult {
94
103
  * The collection of query.
95
104
  */
96
105
  readonly serverGroups: outputs.alb.GetServerGroupsServerGroup[];
106
+ /**
107
+ * Tags.
108
+ */
109
+ readonly tags?: outputs.alb.GetServerGroupsTag[];
97
110
  /**
98
111
  * The total count of query.
99
112
  */
100
113
  readonly totalCount: number;
114
+ /**
115
+ * The vpc id of the Alb server group.
116
+ */
117
+ readonly vpcId?: string;
101
118
  }
102
119
  /**
103
120
  * Use this data source to query detailed information of alb server groups
@@ -168,4 +185,12 @@ export interface GetServerGroupsOutputArgs {
168
185
  * The type of Alb server group. Valid values: `instance`, `ip`.
169
186
  */
170
187
  serverGroupType?: pulumi.Input<string>;
188
+ /**
189
+ * Tags.
190
+ */
191
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.GetServerGroupsTagArgs>[]>;
192
+ /**
193
+ * The vpc id of Alb server group.
194
+ */
195
+ vpcId?: pulumi.Input<string>;
171
196
  }
@@ -55,6 +55,8 @@ function getServerGroups(args, opts) {
55
55
  "projectName": args.projectName,
56
56
  "serverGroupNames": args.serverGroupNames,
57
57
  "serverGroupType": args.serverGroupType,
58
+ "tags": args.tags,
59
+ "vpcId": args.vpcId,
58
60
  }, opts);
59
61
  }
60
62
  exports.getServerGroups = getServerGroups;
@@ -1 +1 @@
1
- {"version":3,"file":"getServerGroups.js","sourceRoot":"","sources":["../../alb/getServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0CAYC;AA6DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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":"getServerGroups.js","sourceRoot":"","sources":["../../alb/getServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AA6ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
2
4
  /**
3
5
  * Provides a resource to manage alb health check template
4
6
  * ## Example Usage
@@ -19,6 +21,10 @@ import * as pulumi from "@pulumi/pulumi";
19
21
  * healthCheckTimeout: 11,
20
22
  * healthCheckUri: "/",
21
23
  * healthyThreshold: 2,
24
+ * tags: [{
25
+ * key: "key1",
26
+ * value: "value2",
27
+ * }],
22
28
  * unhealthyThreshold: 3,
23
29
  * });
24
30
  * ```
@@ -72,7 +78,11 @@ export declare class HealthCheckTemplate extends pulumi.CustomResource {
72
78
  */
73
79
  readonly healthCheckMethod: pulumi.Output<string>;
74
80
  /**
75
- * THe protocol of health check,only support HTTP.
81
+ * The port for health check. 0 means use backend server port for health check, 1-65535 means use the specified port.
82
+ */
83
+ readonly healthCheckPort: pulumi.Output<number>;
84
+ /**
85
+ * The protocol of health check, support HTTP and TCP.
76
86
  */
77
87
  readonly healthCheckProtocol: pulumi.Output<string>;
78
88
  /**
@@ -91,6 +101,14 @@ export declare class HealthCheckTemplate extends pulumi.CustomResource {
91
101
  * The healthy threshold of the health check, the default is 3, the value is 2-10.
92
102
  */
93
103
  readonly healthyThreshold: pulumi.Output<number>;
104
+ /**
105
+ * The project name to which the health check template belongs.
106
+ */
107
+ readonly projectName: pulumi.Output<string>;
108
+ /**
109
+ * Tags.
110
+ */
111
+ readonly tags: pulumi.Output<outputs.alb.HealthCheckTemplateTag[] | undefined>;
94
112
  /**
95
113
  * The unhealthy threshold of the health check, the default is 3, the value is 2-10.
96
114
  */
@@ -133,7 +151,11 @@ export interface HealthCheckTemplateState {
133
151
  */
134
152
  healthCheckMethod?: pulumi.Input<string>;
135
153
  /**
136
- * THe protocol of health check,only support HTTP.
154
+ * The port for health check. 0 means use backend server port for health check, 1-65535 means use the specified port.
155
+ */
156
+ healthCheckPort?: pulumi.Input<number>;
157
+ /**
158
+ * The protocol of health check, support HTTP and TCP.
137
159
  */
138
160
  healthCheckProtocol?: pulumi.Input<string>;
139
161
  /**
@@ -152,6 +174,14 @@ export interface HealthCheckTemplateState {
152
174
  * The healthy threshold of the health check, the default is 3, the value is 2-10.
153
175
  */
154
176
  healthyThreshold?: pulumi.Input<number>;
177
+ /**
178
+ * The project name to which the health check template belongs.
179
+ */
180
+ projectName?: pulumi.Input<string>;
181
+ /**
182
+ * Tags.
183
+ */
184
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.HealthCheckTemplateTag>[]>;
155
185
  /**
156
186
  * The unhealthy threshold of the health check, the default is 3, the value is 2-10.
157
187
  */
@@ -186,7 +216,11 @@ export interface HealthCheckTemplateArgs {
186
216
  */
187
217
  healthCheckMethod?: pulumi.Input<string>;
188
218
  /**
189
- * THe protocol of health check,only support HTTP.
219
+ * The port for health check. 0 means use backend server port for health check, 1-65535 means use the specified port.
220
+ */
221
+ healthCheckPort?: pulumi.Input<number>;
222
+ /**
223
+ * The protocol of health check, support HTTP and TCP.
190
224
  */
191
225
  healthCheckProtocol?: pulumi.Input<string>;
192
226
  /**
@@ -205,6 +239,14 @@ export interface HealthCheckTemplateArgs {
205
239
  * The healthy threshold of the health check, the default is 3, the value is 2-10.
206
240
  */
207
241
  healthyThreshold?: pulumi.Input<number>;
242
+ /**
243
+ * The project name to which the health check template belongs.
244
+ */
245
+ projectName?: pulumi.Input<string>;
246
+ /**
247
+ * Tags.
248
+ */
249
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.HealthCheckTemplateTag>[]>;
208
250
  /**
209
251
  * The unhealthy threshold of the health check, the default is 3, the value is 2-10.
210
252
  */
@@ -25,6 +25,10 @@ const utilities = require("../utilities");
25
25
  * healthCheckTimeout: 11,
26
26
  * healthCheckUri: "/",
27
27
  * healthyThreshold: 2,
28
+ * tags: [{
29
+ * key: "key1",
30
+ * value: "value2",
31
+ * }],
28
32
  * unhealthyThreshold: 3,
29
33
  * });
30
34
  * ```
@@ -71,11 +75,14 @@ class HealthCheckTemplate extends pulumi.CustomResource {
71
75
  resourceInputs["healthCheckHttpVersion"] = state ? state.healthCheckHttpVersion : undefined;
72
76
  resourceInputs["healthCheckInterval"] = state ? state.healthCheckInterval : undefined;
73
77
  resourceInputs["healthCheckMethod"] = state ? state.healthCheckMethod : undefined;
78
+ resourceInputs["healthCheckPort"] = state ? state.healthCheckPort : undefined;
74
79
  resourceInputs["healthCheckProtocol"] = state ? state.healthCheckProtocol : undefined;
75
80
  resourceInputs["healthCheckTemplateName"] = state ? state.healthCheckTemplateName : undefined;
76
81
  resourceInputs["healthCheckTimeout"] = state ? state.healthCheckTimeout : undefined;
77
82
  resourceInputs["healthCheckUri"] = state ? state.healthCheckUri : undefined;
78
83
  resourceInputs["healthyThreshold"] = state ? state.healthyThreshold : undefined;
84
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
85
+ resourceInputs["tags"] = state ? state.tags : undefined;
79
86
  resourceInputs["unhealthyThreshold"] = state ? state.unhealthyThreshold : undefined;
80
87
  }
81
88
  else {
@@ -89,11 +96,14 @@ class HealthCheckTemplate extends pulumi.CustomResource {
89
96
  resourceInputs["healthCheckHttpVersion"] = args ? args.healthCheckHttpVersion : undefined;
90
97
  resourceInputs["healthCheckInterval"] = args ? args.healthCheckInterval : undefined;
91
98
  resourceInputs["healthCheckMethod"] = args ? args.healthCheckMethod : undefined;
99
+ resourceInputs["healthCheckPort"] = args ? args.healthCheckPort : undefined;
92
100
  resourceInputs["healthCheckProtocol"] = args ? args.healthCheckProtocol : undefined;
93
101
  resourceInputs["healthCheckTemplateName"] = args ? args.healthCheckTemplateName : undefined;
94
102
  resourceInputs["healthCheckTimeout"] = args ? args.healthCheckTimeout : undefined;
95
103
  resourceInputs["healthCheckUri"] = args ? args.healthCheckUri : undefined;
96
104
  resourceInputs["healthyThreshold"] = args ? args.healthyThreshold : undefined;
105
+ resourceInputs["projectName"] = args ? args.projectName : undefined;
106
+ resourceInputs["tags"] = args ? args.tags : undefined;
97
107
  resourceInputs["unhealthyThreshold"] = args ? args.unhealthyThreshold : undefined;
98
108
  }
99
109
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"healthCheckTemplate.js","sourceRoot":"","sources":["../../alb/healthCheckTemplate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"healthCheckTemplate.js","sourceRoot":"","sources":["../../alb/healthCheckTemplate.ts"],"names":[],"mappings":"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"}
@@ -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
  */
@@ -35,6 +40,14 @@ export interface HealthCheckTemplatesArgs {
35
40
  * File name where to save data source results.
36
41
  */
37
42
  outputFile?: string;
43
+ /**
44
+ * The project name to query.
45
+ */
46
+ projectName?: string;
47
+ /**
48
+ * Tags.
49
+ */
50
+ tags?: inputs.alb.HealthCheckTemplatesTag[];
38
51
  }
39
52
  /**
40
53
  * A collection of values returned by HealthCheckTemplates.
@@ -55,6 +68,14 @@ export interface HealthCheckTemplatesResult {
55
68
  readonly ids?: string[];
56
69
  readonly nameRegex?: string;
57
70
  readonly outputFile?: string;
71
+ /**
72
+ * The project name to which the health check template belongs.
73
+ */
74
+ readonly projectName?: string;
75
+ /**
76
+ * Tags.
77
+ */
78
+ readonly tags?: outputs.alb.HealthCheckTemplatesTag[];
58
79
  /**
59
80
  * The total count of health check template query.
60
81
  */
@@ -70,6 +91,10 @@ export interface HealthCheckTemplatesResult {
70
91
  *
71
92
  * const foo = volcengine.alb.getHealthCheckTemplates({
72
93
  * ids: ["hctpl-1iidd1tobnim874adhf708uwf"],
94
+ * tags: [{
95
+ * key: "key1",
96
+ * value: "value2",
97
+ * }],
73
98
  * });
74
99
  * ```
75
100
  */
@@ -95,4 +120,12 @@ export interface HealthCheckTemplatesOutputArgs {
95
120
  * File name where to save data source results.
96
121
  */
97
122
  outputFile?: pulumi.Input<string>;
123
+ /**
124
+ * The project name to query.
125
+ */
126
+ projectName?: pulumi.Input<string>;
127
+ /**
128
+ * Tags.
129
+ */
130
+ tags?: pulumi.Input<pulumi.Input<inputs.alb.HealthCheckTemplatesTagArgs>[]>;
98
131
  }
@@ -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
  */
@@ -28,6 +32,8 @@ function healthCheckTemplates(args, opts) {
28
32
  "ids": args.ids,
29
33
  "nameRegex": args.nameRegex,
30
34
  "outputFile": args.outputFile,
35
+ "projectName": args.projectName,
36
+ "tags": args.tags,
31
37
  }, opts);
32
38
  }
33
39
  exports.healthCheckTemplates = healthCheckTemplates;
@@ -41,6 +47,10 @@ exports.healthCheckTemplates = healthCheckTemplates;
41
47
  *
42
48
  * const foo = volcengine.alb.getHealthCheckTemplates({
43
49
  * ids: ["hctpl-1iidd1tobnim874adhf708uwf"],
50
+ * tags: [{
51
+ * key: "key1",
52
+ * value: "value2",
53
+ * }],
44
54
  * });
45
55
  * ```
46
56
  */
@@ -1 +1 @@
1
- {"version":3,"file":"healthCheckTemplates.js","sourceRoot":"","sources":["../../alb/healthCheckTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,6HAA6H;AAC7H,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gJAAgJ,CAAC,CAAA;IACjK,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,0DAA0D,EAAE;QACrF,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;AAXD,oDAWC;AAgDD;;;;;;;;;;;;GAYG;AACH,6HAA6H;AAC7H,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
1
+ {"version":3,"file":"healthCheckTemplates.js","sourceRoot":"","sources":["../../alb/healthCheckTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,6HAA6H;AAC7H,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gJAAgJ,CAAC,CAAA;IACjK,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,0DAA0D,EAAE;QACrF,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;AAbD,oDAaC;AAgED;;;;;;;;;;;;;;;;GAgBG;AACH,6HAA6H;AAC7H,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class HealthLog extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing HealthLog resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HealthLogState, opts?: pulumi.CustomResourceOptions): HealthLog;
13
+ /**
14
+ * Returns true if the given object is an instance of HealthLog. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is HealthLog;
18
+ /**
19
+ * The ID of the LoadBalancer.
20
+ */
21
+ readonly loadBalancerId: pulumi.Output<string>;
22
+ /**
23
+ * The project ID of the Topic.
24
+ */
25
+ readonly projectId: pulumi.Output<string>;
26
+ /**
27
+ * The ID of the Topic.
28
+ */
29
+ readonly topicId: pulumi.Output<string>;
30
+ /**
31
+ * Create a HealthLog resource with the given unique name, arguments, and options.
32
+ *
33
+ * @param name The _unique_ name of the resource.
34
+ * @param args The arguments to use to populate this resource's properties.
35
+ * @param opts A bag of options that control this resource's behavior.
36
+ */
37
+ constructor(name: string, args: HealthLogArgs, opts?: pulumi.CustomResourceOptions);
38
+ }
39
+ /**
40
+ * Input properties used for looking up and filtering HealthLog resources.
41
+ */
42
+ export interface HealthLogState {
43
+ /**
44
+ * The ID of the LoadBalancer.
45
+ */
46
+ loadBalancerId?: pulumi.Input<string>;
47
+ /**
48
+ * The project ID of the Topic.
49
+ */
50
+ projectId?: pulumi.Input<string>;
51
+ /**
52
+ * The ID of the Topic.
53
+ */
54
+ topicId?: pulumi.Input<string>;
55
+ }
56
+ /**
57
+ * The set of arguments for constructing a HealthLog resource.
58
+ */
59
+ export interface HealthLogArgs {
60
+ /**
61
+ * The ID of the LoadBalancer.
62
+ */
63
+ loadBalancerId: pulumi.Input<string>;
64
+ /**
65
+ * The project ID of the Topic.
66
+ */
67
+ projectId: pulumi.Input<string>;
68
+ /**
69
+ * The ID of the Topic.
70
+ */
71
+ topicId: pulumi.Input<string>;
72
+ }
@@ -0,0 +1,62 @@
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.HealthLog = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ class HealthLog extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing HealthLog resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new HealthLog(name, state, Object.assign(Object.assign({}, opts), { id: id }));
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of HealthLog. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === HealthLog.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["loadBalancerId"] = state ? state.loadBalancerId : undefined;
37
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
38
+ resourceInputs["topicId"] = state ? state.topicId : undefined;
39
+ }
40
+ else {
41
+ const args = argsOrState;
42
+ if ((!args || args.loadBalancerId === undefined) && !opts.urn) {
43
+ throw new Error("Missing required property 'loadBalancerId'");
44
+ }
45
+ if ((!args || args.projectId === undefined) && !opts.urn) {
46
+ throw new Error("Missing required property 'projectId'");
47
+ }
48
+ if ((!args || args.topicId === undefined) && !opts.urn) {
49
+ throw new Error("Missing required property 'topicId'");
50
+ }
51
+ resourceInputs["loadBalancerId"] = args ? args.loadBalancerId : undefined;
52
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
53
+ resourceInputs["topicId"] = args ? args.topicId : undefined;
54
+ }
55
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
56
+ super(HealthLog.__pulumiType, name, resourceInputs, opts);
57
+ }
58
+ }
59
+ exports.HealthLog = HealthLog;
60
+ /** @internal */
61
+ HealthLog.__pulumiType = 'volcengine:alb/healthLog:HealthLog';
62
+ //# sourceMappingURL=healthLog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"healthLog.js","sourceRoot":"","sources":["../../alb/healthLog.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA1EL,8BA2EC;AA7DG,gBAAgB;AACO,sBAAY,GAAG,oCAAoC,CAAC"}
package/alb/index.d.ts CHANGED
@@ -1,3 +1,6 @@
1
+ export { AccessLogArgs, AccessLogState } from "./accessLog";
2
+ export type AccessLog = import("./accessLog").AccessLog;
3
+ export declare const AccessLog: typeof import("./accessLog").AccessLog;
1
4
  export { AclArgs, AclState } from "./acl";
2
5
  export type Acl = import("./acl").Acl;
3
6
  export declare const Acl: typeof import("./acl").Acl;
@@ -10,6 +13,9 @@ export declare const Alb: typeof import("./alb").Alb;
10
13
  export { AlbsArgs, AlbsResult, AlbsOutputArgs } from "./albs";
11
14
  export declare const albs: typeof import("./albs").albs;
12
15
  export declare const albsOutput: typeof import("./albs").albsOutput;
16
+ export { AllCertificatesArgs, AllCertificatesResult, AllCertificatesOutputArgs } from "./allCertificates";
17
+ export declare const allCertificates: typeof import("./allCertificates").allCertificates;
18
+ export declare const allCertificatesOutput: typeof import("./allCertificates").allCertificatesOutput;
13
19
  export { CaCertificatesArgs, CaCertificatesResult, CaCertificatesOutputArgs } from "./caCertificates";
14
20
  export declare const caCertificates: typeof import("./caCertificates").caCertificates;
15
21
  export declare const caCertificatesOutput: typeof import("./caCertificates").caCertificatesOutput;
@@ -34,6 +40,9 @@ export declare const getAclsOutput: typeof import("./getAcls").getAclsOutput;
34
40
  export { GetAlbsArgs, GetAlbsResult, GetAlbsOutputArgs } from "./getAlbs";
35
41
  export declare const getAlbs: typeof import("./getAlbs").getAlbs;
36
42
  export declare const getAlbsOutput: typeof import("./getAlbs").getAlbsOutput;
43
+ export { GetAllCertificatesArgs, GetAllCertificatesResult, GetAllCertificatesOutputArgs } from "./getAllCertificates";
44
+ export declare const getAllCertificates: typeof import("./getAllCertificates").getAllCertificates;
45
+ export declare const getAllCertificatesOutput: typeof import("./getAllCertificates").getAllCertificatesOutput;
37
46
  export { GetCaCertificatesArgs, GetCaCertificatesResult, GetCaCertificatesOutputArgs } from "./getCaCertificates";
38
47
  export declare const getCaCertificates: typeof import("./getCaCertificates").getCaCertificates;
39
48
  export declare const getCaCertificatesOutput: typeof import("./getCaCertificates").getCaCertificatesOutput;
@@ -49,6 +58,9 @@ export declare const getHealthCheckTemplatesOutput: typeof import("./getHealthCh
49
58
  export { GetListenerDomainExtensionsArgs, GetListenerDomainExtensionsResult, GetListenerDomainExtensionsOutputArgs } from "./getListenerDomainExtensions";
50
59
  export declare const getListenerDomainExtensions: typeof import("./getListenerDomainExtensions").getListenerDomainExtensions;
51
60
  export declare const getListenerDomainExtensionsOutput: typeof import("./getListenerDomainExtensions").getListenerDomainExtensionsOutput;
61
+ export { GetListenerHealthsArgs, GetListenerHealthsResult, GetListenerHealthsOutputArgs } from "./getListenerHealths";
62
+ export declare const getListenerHealths: typeof import("./getListenerHealths").getListenerHealths;
63
+ export declare const getListenerHealthsOutput: typeof import("./getListenerHealths").getListenerHealthsOutput;
52
64
  export { GetListenersArgs, GetListenersResult, GetListenersOutputArgs } from "./getListeners";
53
65
  export declare const getListeners: typeof import("./getListeners").getListeners;
54
66
  export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
@@ -70,6 +82,9 @@ export declare const HealthCheckTemplate: typeof import("./healthCheckTemplate")
70
82
  export { HealthCheckTemplatesArgs, HealthCheckTemplatesResult, HealthCheckTemplatesOutputArgs } from "./healthCheckTemplates";
71
83
  export declare const healthCheckTemplates: typeof import("./healthCheckTemplates").healthCheckTemplates;
72
84
  export declare const healthCheckTemplatesOutput: typeof import("./healthCheckTemplates").healthCheckTemplatesOutput;
85
+ export { HealthLogArgs, HealthLogState } from "./healthLog";
86
+ export type HealthLog = import("./healthLog").HealthLog;
87
+ export declare const HealthLog: typeof import("./healthLog").HealthLog;
73
88
  export { ListenerArgs, ListenerState } from "./listener";
74
89
  export type Listener = import("./listener").Listener;
75
90
  export declare const Listener: typeof import("./listener").Listener;
@@ -79,9 +94,15 @@ export declare const ListenerDomainExtension: typeof import("./listenerDomainExt
79
94
  export { ListenerDomainExtensionsArgs, ListenerDomainExtensionsResult, ListenerDomainExtensionsOutputArgs } from "./listenerDomainExtensions";
80
95
  export declare const listenerDomainExtensions: typeof import("./listenerDomainExtensions").listenerDomainExtensions;
81
96
  export declare const listenerDomainExtensionsOutput: typeof import("./listenerDomainExtensions").listenerDomainExtensionsOutput;
97
+ export { ListenerHealthsArgs, ListenerHealthsResult, ListenerHealthsOutputArgs } from "./listenerHealths";
98
+ export declare const listenerHealths: typeof import("./listenerHealths").listenerHealths;
99
+ export declare const listenerHealthsOutput: typeof import("./listenerHealths").listenerHealthsOutput;
82
100
  export { ListenersArgs, ListenersResult, ListenersOutputArgs } from "./listeners";
83
101
  export declare const listeners: typeof import("./listeners").listeners;
84
102
  export declare const listenersOutput: typeof import("./listeners").listenersOutput;
103
+ export { ReplaceCertificateArgs, ReplaceCertificateState } from "./replaceCertificate";
104
+ export type ReplaceCertificate = import("./replaceCertificate").ReplaceCertificate;
105
+ export declare const ReplaceCertificate: typeof import("./replaceCertificate").ReplaceCertificate;
85
106
  export { RuleArgs, RuleState } from "./rule";
86
107
  export type Rule = import("./rule").Rule;
87
108
  export declare const Rule: typeof import("./rule").Rule;
@@ -100,6 +121,9 @@ export declare const serverGroupServersOutput: typeof import("./serverGroupServe
100
121
  export { ServerGroupsArgs, ServerGroupsResult, ServerGroupsOutputArgs } from "./serverGroups";
101
122
  export declare const serverGroups: typeof import("./serverGroups").serverGroups;
102
123
  export declare const serverGroupsOutput: typeof import("./serverGroups").serverGroupsOutput;
124
+ export { TlsAccessLogArgs, TlsAccessLogState } from "./tlsAccessLog";
125
+ export type TlsAccessLog = import("./tlsAccessLog").TlsAccessLog;
126
+ export declare const TlsAccessLog: typeof import("./tlsAccessLog").TlsAccessLog;
103
127
  export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones";
104
128
  export declare const zones: typeof import("./zones").zones;
105
129
  export declare const zonesOutput: typeof import("./zones").zonesOutput;