@volcengine/pulumi-volcenginecc 0.0.32 → 0.0.34
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.
- package/alb/acl.d.ts +20 -21
- package/alb/acl.js +2 -2
- package/alb/acl.js.map +1 -1
- package/alb/getAcl.d.ts +11 -11
- package/alb/getListener.d.ts +20 -20
- package/alb/getServerGroup.d.ts +9 -9
- package/alb/listener.d.ts +52 -52
- package/alb/listener.js +1 -1
- package/alb/serverGroup.d.ts +24 -24
- package/alb/serverGroup.js +1 -1
- package/cr/endpointAclPolicy.d.ts +107 -0
- package/cr/endpointAclPolicy.js +84 -0
- package/cr/endpointAclPolicy.js.map +1 -0
- package/cr/getEndpointAclPolicies.d.ts +22 -0
- package/cr/getEndpointAclPolicies.js +24 -0
- package/cr/getEndpointAclPolicies.js.map +1 -0
- package/cr/getEndpointAclPolicy.d.ts +52 -0
- package/cr/getEndpointAclPolicy.js +28 -0
- package/cr/getEndpointAclPolicy.js.map +1 -0
- package/cr/getRegistry.d.ts +14 -10
- package/cr/getRegistry.js.map +1 -1
- package/cr/index.d.ts +9 -0
- package/cr/index.js +12 -1
- package/cr/index.js.map +1 -1
- package/cr/registry.d.ts +40 -25
- package/cr/registry.js +6 -1
- package/cr/registry.js.map +1 -1
- package/iam/accesskey.d.ts +23 -27
- package/iam/accesskey.js +2 -2
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +10 -10
- package/organization/getServiceControlPolicies.d.ts +22 -0
- package/organization/getServiceControlPolicies.js +24 -0
- package/organization/getServiceControlPolicies.js.map +1 -0
- package/organization/getServiceControlPolicy.d.ts +69 -0
- package/organization/getServiceControlPolicy.js +28 -0
- package/organization/getServiceControlPolicy.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/organization/serviceControlPolicy.d.ts +118 -0
- package/organization/serviceControlPolicy.js +78 -0
- package/organization/serviceControlPolicy.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getRecord.d.ts +5 -0
- package/privatezone/getRecord.js.map +1 -1
- package/privatezone/record.d.ts +4 -0
- package/privatezone/record.js +2 -0
- package/privatezone/record.js.map +1 -1
- package/rdsmysql/getParameterTemplate.d.ts +97 -0
- package/rdsmysql/getParameterTemplate.js +28 -0
- package/rdsmysql/getParameterTemplate.js.map +1 -0
- package/rdsmysql/getParameterTemplates.d.ts +22 -0
- package/rdsmysql/getParameterTemplates.js +24 -0
- package/rdsmysql/getParameterTemplates.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdsmysql/parameterTemplate.d.ts +186 -0
- package/rdsmysql/parameterTemplate.js +92 -0
- package/rdsmysql/parameterTemplate.js.map +1 -0
- package/redis/getInstance.d.ts +8 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +47 -18
- package/redis/instance.js +27 -18
- package/redis/instance.js.map +1 -1
- package/tos/bucketCors.d.ts +69 -0
- package/tos/bucketCors.js +73 -0
- package/tos/bucketCors.js.map +1 -0
- package/tos/bucketNotification.d.ts +69 -0
- package/tos/bucketNotification.js +70 -0
- package/tos/bucketNotification.js.map +1 -0
- package/tos/bucketRealtimeLog.d.ts +78 -0
- package/tos/bucketRealtimeLog.js +73 -0
- package/tos/bucketRealtimeLog.js.map +1 -0
- package/tos/getBucketCors.d.ts +45 -0
- package/tos/getBucketCors.js +28 -0
- package/tos/getBucketCors.js.map +1 -0
- package/tos/getBucketNotification.d.ts +45 -0
- package/tos/getBucketNotification.js +28 -0
- package/tos/getBucketNotification.js.map +1 -0
- package/tos/getBucketNotifications.d.ts +22 -0
- package/tos/getBucketNotifications.js +24 -0
- package/tos/getBucketNotifications.js.map +1 -0
- package/tos/getBucketRealtimeLog.d.ts +45 -0
- package/tos/getBucketRealtimeLog.js +28 -0
- package/tos/getBucketRealtimeLog.js.map +1 -0
- package/tos/getBucketRealtimeLogs.d.ts +22 -0
- package/tos/getBucketRealtimeLogs.js +24 -0
- package/tos/getBucketRealtimeLogs.js.map +1 -0
- package/tos/index.d.ts +24 -0
- package/tos/index.js +31 -1
- package/tos/index.js.map +1 -1
- package/transitrouter/getPeerAttachment.d.ts +109 -0
- package/transitrouter/getPeerAttachment.js +28 -0
- package/transitrouter/getPeerAttachment.js.map +1 -0
- package/transitrouter/getPeerAttachments.d.ts +22 -0
- package/transitrouter/getPeerAttachments.js +24 -0
- package/transitrouter/getPeerAttachments.js.map +1 -0
- package/transitrouter/index.d.ts +9 -0
- package/transitrouter/index.js +12 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/peerAttachment.d.ts +235 -0
- package/transitrouter/peerAttachment.js +122 -0
- package/transitrouter/peerAttachment.js.map +1 -0
- package/types/input.d.ts +283 -50
- package/types/output.d.ts +595 -102
- package/vpn/getSslVpnClientCert.d.ts +93 -0
- package/vpn/getSslVpnClientCert.js +28 -0
- package/vpn/getSslVpnClientCert.js.map +1 -0
- package/vpn/getSslVpnClientCerts.d.ts +22 -0
- package/vpn/getSslVpnClientCerts.js +24 -0
- package/vpn/getSslVpnClientCerts.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +12 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +183 -0
- package/vpn/sslVpnClientCert.js +104 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
package/alb/listener.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Each ALB instance
|
|
5
|
+
* Each ALB instance requires at least one listener to function properly. The listener receives client requests and distributes them to backend servers based on your configured forwarding rules and load balancing algorithm. You can create multiple listeners under a single ALB instance and configure different listening protocols for each listener to handle client requests using different protocols.
|
|
6
6
|
*
|
|
7
7
|
* ## Import
|
|
8
8
|
*
|
|
@@ -27,7 +27,7 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
27
27
|
*/
|
|
28
28
|
static isInstance(obj: any): obj is Listener;
|
|
29
29
|
/**
|
|
30
|
-
* Whether the listener has enabled
|
|
30
|
+
* Whether the listener has enabled 'Record custom header in access logs': on: enabled. off: not enabled.
|
|
31
31
|
*/
|
|
32
32
|
readonly accessLogRecordCustomizedHeadersEnabled: pulumi.Output<string>;
|
|
33
33
|
/**
|
|
@@ -35,15 +35,15 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
35
35
|
*/
|
|
36
36
|
readonly aclIds: pulumi.Output<string[]>;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Whether access control is enabled. Values: on: enabled. off: not enabled (default).
|
|
39
39
|
*/
|
|
40
40
|
readonly aclStatus: pulumi.Output<string>;
|
|
41
41
|
/**
|
|
42
|
-
* Access control
|
|
42
|
+
* Access control mode. Available values: white: allowlist mode. The listener only forwards requests from IP addresses or address ranges specified in the selected access control policy group. If no IP addresses are added to the selected policy group, the listener will not forward any requests. black: denylist mode. The listener only rejects requests from IP addresses or address ranges specified in the selected access control policy group. If no IP addresses are added to the selected policy group, the listener will forward all requests. When the AclStatus parameter is set to on, AclType is a required parameter.
|
|
43
43
|
*/
|
|
44
44
|
readonly aclType: pulumi.Output<string>;
|
|
45
45
|
/**
|
|
46
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
46
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication of the HTTPS listener. When the certificate source is alb, you must specify the CACertificateId parameter.
|
|
47
47
|
*/
|
|
48
48
|
readonly caCertificateId: pulumi.Output<string>;
|
|
49
49
|
/**
|
|
@@ -51,7 +51,7 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
51
51
|
*/
|
|
52
52
|
readonly caCertificateSource: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
54
|
-
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener
|
|
54
|
+
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener and the certificate source is cert_center.
|
|
55
55
|
*/
|
|
56
56
|
readonly certCenterCertificateId: pulumi.Output<string>;
|
|
57
57
|
/**
|
|
@@ -59,7 +59,7 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
59
59
|
*/
|
|
60
60
|
readonly certificateId: pulumi.Output<string>;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* Source of the default certificate associated with the HTTPS listener. Values: alb: certificate uploaded via ALB; cert*center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center; pca*leaf: private leaf certificate purchased or uploaded via Volcano Engine Certificate Center.
|
|
63
63
|
*/
|
|
64
64
|
readonly certificateSource: pulumi.Output<string>;
|
|
65
65
|
/**
|
|
@@ -71,20 +71,20 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly customizedCfgId: pulumi.Output<string>;
|
|
73
73
|
/**
|
|
74
|
-
* Listener description. Cannot start with http:// or https://. Must start with a letter or Chinese character.
|
|
74
|
+
* Listener description. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1 to 255 characters. If not specified, defaults to an empty string.
|
|
75
75
|
*/
|
|
76
76
|
readonly description: pulumi.Output<string>;
|
|
77
77
|
readonly domainExtensions: pulumi.Output<outputs.alb.ListenerDomainExtension[]>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* HTTP 2.0 feature switch. This parameter is only valid for HTTPS listeners. Values: on: enabled; off: disabled (default).
|
|
80
80
|
*/
|
|
81
81
|
readonly enableHttp2: pulumi.Output<string>;
|
|
82
82
|
/**
|
|
83
|
-
* QUIC feature switch. This parameter is only valid for HTTPS listeners.
|
|
83
|
+
* QUIC feature switch. This parameter is only valid for HTTPS listeners. Available values: on: enabled. off: disabled (default). Only Standard ALB instances support QUIC.
|
|
84
84
|
*/
|
|
85
85
|
readonly enableQuic: pulumi.Output<string>;
|
|
86
86
|
/**
|
|
87
|
-
* Listener on/off status. Values: on:
|
|
87
|
+
* Listener on/off status. Values: on: enabled (default); off: disabled.
|
|
88
88
|
*/
|
|
89
89
|
readonly enabled: pulumi.Output<string>;
|
|
90
90
|
/**
|
|
@@ -92,11 +92,11 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
92
92
|
*/
|
|
93
93
|
readonly listenerId: pulumi.Output<string>;
|
|
94
94
|
/**
|
|
95
|
-
* Listener name. If not specified, named in the
|
|
95
|
+
* Listener name. If not specified, it is named in the "protocol-port" format. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, periods (.), underscores (_), and hyphens (-). Length limit: 1-128 characters.
|
|
96
96
|
*/
|
|
97
97
|
readonly listenerName: pulumi.Output<string>;
|
|
98
98
|
/**
|
|
99
|
-
* Load balancer instance ID
|
|
99
|
+
* Load balancer instance ID associated with the listener.
|
|
100
100
|
*/
|
|
101
101
|
readonly loadBalancerId: pulumi.Output<string>;
|
|
102
102
|
/**
|
|
@@ -104,19 +104,19 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
104
104
|
*/
|
|
105
105
|
readonly pcaLeafCertificateId: pulumi.Output<string>;
|
|
106
106
|
/**
|
|
107
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
107
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication of the HTTPS listener. When the certificate source is pca_root, you must specify the PcaRootCACertificateId parameter.
|
|
108
108
|
*/
|
|
109
109
|
readonly pcaRootCaCertificateId: pulumi.Output<string>;
|
|
110
110
|
/**
|
|
111
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for
|
|
111
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for two-way authentication on HTTPS listeners. When the certificate source is pca_sub, you must specify the PcaSubCACertificateId parameter.
|
|
112
112
|
*/
|
|
113
113
|
readonly pcaSubCaCertificateId: pulumi.Output<string>;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* Listener port. Value range: 1 - 65535.
|
|
116
116
|
*/
|
|
117
117
|
readonly port: pulumi.Output<number>;
|
|
118
118
|
/**
|
|
119
|
-
*
|
|
119
|
+
* Project name to which the listener belongs.
|
|
120
120
|
*/
|
|
121
121
|
readonly projectName: pulumi.Output<string>;
|
|
122
122
|
/**
|
|
@@ -129,12 +129,12 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
129
129
|
readonly serverGroupId: pulumi.Output<string>;
|
|
130
130
|
readonly serverGroups: pulumi.Output<outputs.alb.ListenerServerGroup[]>;
|
|
131
131
|
/**
|
|
132
|
-
* Listener status. Values: Creating:
|
|
132
|
+
* Listener status. Values: Creating: creating. Active: running. Pending: configuration changing. Disabled: stopped. Deleting: deleting.
|
|
133
133
|
*/
|
|
134
134
|
readonly status: pulumi.Output<string>;
|
|
135
135
|
readonly tags: pulumi.Output<outputs.alb.ListenerTag[]>;
|
|
136
136
|
/**
|
|
137
|
-
*
|
|
137
|
+
* The most recent operation time of the listener.
|
|
138
138
|
*/
|
|
139
139
|
readonly updatedTime: pulumi.Output<string>;
|
|
140
140
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
151
151
|
*/
|
|
152
152
|
export interface ListenerState {
|
|
153
153
|
/**
|
|
154
|
-
* Whether the listener has enabled
|
|
154
|
+
* Whether the listener has enabled 'Record custom header in access logs': on: enabled. off: not enabled.
|
|
155
155
|
*/
|
|
156
156
|
accessLogRecordCustomizedHeadersEnabled?: pulumi.Input<string>;
|
|
157
157
|
/**
|
|
@@ -159,15 +159,15 @@ export interface ListenerState {
|
|
|
159
159
|
*/
|
|
160
160
|
aclIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
* Whether access control is enabled. Values: on: enabled. off: not enabled (default).
|
|
163
163
|
*/
|
|
164
164
|
aclStatus?: pulumi.Input<string>;
|
|
165
165
|
/**
|
|
166
|
-
* Access control
|
|
166
|
+
* Access control mode. Available values: white: allowlist mode. The listener only forwards requests from IP addresses or address ranges specified in the selected access control policy group. If no IP addresses are added to the selected policy group, the listener will not forward any requests. black: denylist mode. The listener only rejects requests from IP addresses or address ranges specified in the selected access control policy group. If no IP addresses are added to the selected policy group, the listener will forward all requests. When the AclStatus parameter is set to on, AclType is a required parameter.
|
|
167
167
|
*/
|
|
168
168
|
aclType?: pulumi.Input<string>;
|
|
169
169
|
/**
|
|
170
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
170
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication of the HTTPS listener. When the certificate source is alb, you must specify the CACertificateId parameter.
|
|
171
171
|
*/
|
|
172
172
|
caCertificateId?: pulumi.Input<string>;
|
|
173
173
|
/**
|
|
@@ -175,7 +175,7 @@ export interface ListenerState {
|
|
|
175
175
|
*/
|
|
176
176
|
caCertificateSource?: pulumi.Input<string>;
|
|
177
177
|
/**
|
|
178
|
-
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener
|
|
178
|
+
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener and the certificate source is cert_center.
|
|
179
179
|
*/
|
|
180
180
|
certCenterCertificateId?: pulumi.Input<string>;
|
|
181
181
|
/**
|
|
@@ -183,7 +183,7 @@ export interface ListenerState {
|
|
|
183
183
|
*/
|
|
184
184
|
certificateId?: pulumi.Input<string>;
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Source of the default certificate associated with the HTTPS listener. Values: alb: certificate uploaded via ALB; cert*center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center; pca*leaf: private leaf certificate purchased or uploaded via Volcano Engine Certificate Center.
|
|
187
187
|
*/
|
|
188
188
|
certificateSource?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
@@ -195,20 +195,20 @@ export interface ListenerState {
|
|
|
195
195
|
*/
|
|
196
196
|
customizedCfgId?: pulumi.Input<string>;
|
|
197
197
|
/**
|
|
198
|
-
* Listener description. Cannot start with http:// or https://. Must start with a letter or Chinese character.
|
|
198
|
+
* Listener description. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1 to 255 characters. If not specified, defaults to an empty string.
|
|
199
199
|
*/
|
|
200
200
|
description?: pulumi.Input<string>;
|
|
201
201
|
domainExtensions?: pulumi.Input<pulumi.Input<inputs.alb.ListenerDomainExtension>[]>;
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* HTTP 2.0 feature switch. This parameter is only valid for HTTPS listeners. Values: on: enabled; off: disabled (default).
|
|
204
204
|
*/
|
|
205
205
|
enableHttp2?: pulumi.Input<string>;
|
|
206
206
|
/**
|
|
207
|
-
* QUIC feature switch. This parameter is only valid for HTTPS listeners.
|
|
207
|
+
* QUIC feature switch. This parameter is only valid for HTTPS listeners. Available values: on: enabled. off: disabled (default). Only Standard ALB instances support QUIC.
|
|
208
208
|
*/
|
|
209
209
|
enableQuic?: pulumi.Input<string>;
|
|
210
210
|
/**
|
|
211
|
-
* Listener on/off status. Values: on:
|
|
211
|
+
* Listener on/off status. Values: on: enabled (default); off: disabled.
|
|
212
212
|
*/
|
|
213
213
|
enabled?: pulumi.Input<string>;
|
|
214
214
|
/**
|
|
@@ -216,11 +216,11 @@ export interface ListenerState {
|
|
|
216
216
|
*/
|
|
217
217
|
listenerId?: pulumi.Input<string>;
|
|
218
218
|
/**
|
|
219
|
-
* Listener name. If not specified, named in the
|
|
219
|
+
* Listener name. If not specified, it is named in the "protocol-port" format. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, periods (.), underscores (_), and hyphens (-). Length limit: 1-128 characters.
|
|
220
220
|
*/
|
|
221
221
|
listenerName?: pulumi.Input<string>;
|
|
222
222
|
/**
|
|
223
|
-
* Load balancer instance ID
|
|
223
|
+
* Load balancer instance ID associated with the listener.
|
|
224
224
|
*/
|
|
225
225
|
loadBalancerId?: pulumi.Input<string>;
|
|
226
226
|
/**
|
|
@@ -228,19 +228,19 @@ export interface ListenerState {
|
|
|
228
228
|
*/
|
|
229
229
|
pcaLeafCertificateId?: pulumi.Input<string>;
|
|
230
230
|
/**
|
|
231
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
231
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication of the HTTPS listener. When the certificate source is pca_root, you must specify the PcaRootCACertificateId parameter.
|
|
232
232
|
*/
|
|
233
233
|
pcaRootCaCertificateId?: pulumi.Input<string>;
|
|
234
234
|
/**
|
|
235
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for
|
|
235
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for two-way authentication on HTTPS listeners. When the certificate source is pca_sub, you must specify the PcaSubCACertificateId parameter.
|
|
236
236
|
*/
|
|
237
237
|
pcaSubCaCertificateId?: pulumi.Input<string>;
|
|
238
238
|
/**
|
|
239
|
-
*
|
|
239
|
+
* Listener port. Value range: 1 - 65535.
|
|
240
240
|
*/
|
|
241
241
|
port?: pulumi.Input<number>;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* Project name to which the listener belongs.
|
|
244
244
|
*/
|
|
245
245
|
projectName?: pulumi.Input<string>;
|
|
246
246
|
/**
|
|
@@ -253,12 +253,12 @@ export interface ListenerState {
|
|
|
253
253
|
serverGroupId?: pulumi.Input<string>;
|
|
254
254
|
serverGroups?: pulumi.Input<pulumi.Input<inputs.alb.ListenerServerGroup>[]>;
|
|
255
255
|
/**
|
|
256
|
-
* Listener status. Values: Creating:
|
|
256
|
+
* Listener status. Values: Creating: creating. Active: running. Pending: configuration changing. Disabled: stopped. Deleting: deleting.
|
|
257
257
|
*/
|
|
258
258
|
status?: pulumi.Input<string>;
|
|
259
259
|
tags?: pulumi.Input<pulumi.Input<inputs.alb.ListenerTag>[]>;
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* The most recent operation time of the listener.
|
|
262
262
|
*/
|
|
263
263
|
updatedTime?: pulumi.Input<string>;
|
|
264
264
|
}
|
|
@@ -267,7 +267,7 @@ export interface ListenerState {
|
|
|
267
267
|
*/
|
|
268
268
|
export interface ListenerArgs {
|
|
269
269
|
/**
|
|
270
|
-
* Whether the listener has enabled
|
|
270
|
+
* Whether the listener has enabled 'Record custom header in access logs': on: enabled. off: not enabled.
|
|
271
271
|
*/
|
|
272
272
|
accessLogRecordCustomizedHeadersEnabled?: pulumi.Input<string>;
|
|
273
273
|
/**
|
|
@@ -275,15 +275,15 @@ export interface ListenerArgs {
|
|
|
275
275
|
*/
|
|
276
276
|
aclIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
277
277
|
/**
|
|
278
|
-
*
|
|
278
|
+
* Whether access control is enabled. Values: on: enabled. off: not enabled (default).
|
|
279
279
|
*/
|
|
280
280
|
aclStatus?: pulumi.Input<string>;
|
|
281
281
|
/**
|
|
282
|
-
* Access control
|
|
282
|
+
* Access control mode. Available values: white: allowlist mode. The listener only forwards requests from IP addresses or address ranges specified in the selected access control policy group. If no IP addresses are added to the selected policy group, the listener will not forward any requests. black: denylist mode. The listener only rejects requests from IP addresses or address ranges specified in the selected access control policy group. If no IP addresses are added to the selected policy group, the listener will forward all requests. When the AclStatus parameter is set to on, AclType is a required parameter.
|
|
283
283
|
*/
|
|
284
284
|
aclType?: pulumi.Input<string>;
|
|
285
285
|
/**
|
|
286
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
286
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication of the HTTPS listener. When the certificate source is alb, you must specify the CACertificateId parameter.
|
|
287
287
|
*/
|
|
288
288
|
caCertificateId?: pulumi.Input<string>;
|
|
289
289
|
/**
|
|
@@ -291,7 +291,7 @@ export interface ListenerArgs {
|
|
|
291
291
|
*/
|
|
292
292
|
caCertificateSource?: pulumi.Input<string>;
|
|
293
293
|
/**
|
|
294
|
-
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener
|
|
294
|
+
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener and the certificate source is cert_center.
|
|
295
295
|
*/
|
|
296
296
|
certCenterCertificateId?: pulumi.Input<string>;
|
|
297
297
|
/**
|
|
@@ -299,7 +299,7 @@ export interface ListenerArgs {
|
|
|
299
299
|
*/
|
|
300
300
|
certificateId?: pulumi.Input<string>;
|
|
301
301
|
/**
|
|
302
|
-
*
|
|
302
|
+
* Source of the default certificate associated with the HTTPS listener. Values: alb: certificate uploaded via ALB; cert*center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center; pca*leaf: private leaf certificate purchased or uploaded via Volcano Engine Certificate Center.
|
|
303
303
|
*/
|
|
304
304
|
certificateSource?: pulumi.Input<string>;
|
|
305
305
|
/**
|
|
@@ -307,28 +307,28 @@ export interface ListenerArgs {
|
|
|
307
307
|
*/
|
|
308
308
|
customizedCfgId?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
310
|
-
* Listener description. Cannot start with http:// or https://. Must start with a letter or Chinese character.
|
|
310
|
+
* Listener description. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1 to 255 characters. If not specified, defaults to an empty string.
|
|
311
311
|
*/
|
|
312
312
|
description?: pulumi.Input<string>;
|
|
313
313
|
domainExtensions?: pulumi.Input<pulumi.Input<inputs.alb.ListenerDomainExtension>[]>;
|
|
314
314
|
/**
|
|
315
|
-
*
|
|
315
|
+
* HTTP 2.0 feature switch. This parameter is only valid for HTTPS listeners. Values: on: enabled; off: disabled (default).
|
|
316
316
|
*/
|
|
317
317
|
enableHttp2?: pulumi.Input<string>;
|
|
318
318
|
/**
|
|
319
|
-
* QUIC feature switch. This parameter is only valid for HTTPS listeners.
|
|
319
|
+
* QUIC feature switch. This parameter is only valid for HTTPS listeners. Available values: on: enabled. off: disabled (default). Only Standard ALB instances support QUIC.
|
|
320
320
|
*/
|
|
321
321
|
enableQuic?: pulumi.Input<string>;
|
|
322
322
|
/**
|
|
323
|
-
* Listener on/off status. Values: on:
|
|
323
|
+
* Listener on/off status. Values: on: enabled (default); off: disabled.
|
|
324
324
|
*/
|
|
325
325
|
enabled?: pulumi.Input<string>;
|
|
326
326
|
/**
|
|
327
|
-
* Listener name. If not specified, named in the
|
|
327
|
+
* Listener name. If not specified, it is named in the "protocol-port" format. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, periods (.), underscores (_), and hyphens (-). Length limit: 1-128 characters.
|
|
328
328
|
*/
|
|
329
329
|
listenerName?: pulumi.Input<string>;
|
|
330
330
|
/**
|
|
331
|
-
* Load balancer instance ID
|
|
331
|
+
* Load balancer instance ID associated with the listener.
|
|
332
332
|
*/
|
|
333
333
|
loadBalancerId: pulumi.Input<string>;
|
|
334
334
|
/**
|
|
@@ -336,15 +336,15 @@ export interface ListenerArgs {
|
|
|
336
336
|
*/
|
|
337
337
|
pcaLeafCertificateId?: pulumi.Input<string>;
|
|
338
338
|
/**
|
|
339
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
339
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication of the HTTPS listener. When the certificate source is pca_root, you must specify the PcaRootCACertificateId parameter.
|
|
340
340
|
*/
|
|
341
341
|
pcaRootCaCertificateId?: pulumi.Input<string>;
|
|
342
342
|
/**
|
|
343
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for
|
|
343
|
+
* CA certificate ID associated with the HTTPS listener. This parameter is used for two-way authentication on HTTPS listeners. When the certificate source is pca_sub, you must specify the PcaSubCACertificateId parameter.
|
|
344
344
|
*/
|
|
345
345
|
pcaSubCaCertificateId?: pulumi.Input<string>;
|
|
346
346
|
/**
|
|
347
|
-
*
|
|
347
|
+
* Listener port. Value range: 1 - 65535.
|
|
348
348
|
*/
|
|
349
349
|
port: pulumi.Input<number>;
|
|
350
350
|
/**
|
package/alb/listener.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Listener = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Each ALB instance
|
|
9
|
+
* Each ALB instance requires at least one listener to function properly. The listener receives client requests and distributes them to backend servers based on your configured forwarding rules and load balancing algorithm. You can create multiple listeners under a single ALB instance and configure different listening protocols for each listener to handle client requests using different protocols.
|
|
10
10
|
*
|
|
11
11
|
* ## Import
|
|
12
12
|
*
|
package/alb/serverGroup.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* A server group is a logical collection of backend servers. The ALB instance determines which server group to forward client requests to based on your
|
|
5
|
+
* A server group is a logical collection of backend servers. The ALB instance determines which server group to forward client requests to based on your forwarding rules. Then, the ALB instance distributes requests to backend servers within the server group according to your load balancing policy. Backend servers receive and process the requests.
|
|
6
6
|
*
|
|
7
7
|
* ## Import
|
|
8
8
|
*
|
|
@@ -31,7 +31,7 @@ export declare class ServerGroup extends pulumi.CustomResource {
|
|
|
31
31
|
*/
|
|
32
32
|
readonly createTime: pulumi.Output<string>;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Enable cross-availability zone load balancing for the server group. Options: on (default): enabled; off: disabled.
|
|
35
35
|
*/
|
|
36
36
|
readonly crossZoneEnabled: pulumi.Output<string>;
|
|
37
37
|
/**
|
|
@@ -39,11 +39,11 @@ export declare class ServerGroup extends pulumi.CustomResource {
|
|
|
39
39
|
*/
|
|
40
40
|
readonly description: pulumi.Output<string>;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Health check configuration information for the server group.
|
|
43
43
|
*/
|
|
44
44
|
readonly healthCheck: pulumi.Output<outputs.alb.ServerGroupHealthCheck>;
|
|
45
45
|
/**
|
|
46
|
-
* IP address type of the server group.
|
|
46
|
+
* IP address type of the server group. Currently, only IPv4 is supported.
|
|
47
47
|
*/
|
|
48
48
|
readonly ipAddressType: pulumi.Output<string>;
|
|
49
49
|
readonly listeners: pulumi.Output<outputs.alb.ServerGroupListener[]>;
|
|
@@ -56,7 +56,7 @@ export declare class ServerGroup extends pulumi.CustomResource {
|
|
|
56
56
|
*/
|
|
57
57
|
readonly protocol: pulumi.Output<string>;
|
|
58
58
|
/**
|
|
59
|
-
* Scheduling algorithm.
|
|
59
|
+
* Scheduling algorithm. Options: wrr: weighted round robin; wlc: weighted least connection; sh: source address hash.
|
|
60
60
|
*/
|
|
61
61
|
readonly scheduler: pulumi.Output<string>;
|
|
62
62
|
/**
|
|
@@ -64,20 +64,20 @@ export declare class ServerGroup extends pulumi.CustomResource {
|
|
|
64
64
|
*/
|
|
65
65
|
readonly serverCount: pulumi.Output<number>;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Backend server group ID.
|
|
68
68
|
*/
|
|
69
69
|
readonly serverGroupId: pulumi.Output<string>;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Backend server group name.
|
|
72
72
|
*/
|
|
73
73
|
readonly serverGroupName: pulumi.Output<string>;
|
|
74
74
|
/**
|
|
75
|
-
* Type of backend server group. instance:
|
|
75
|
+
* Type of backend server group. instance: server type, supports adding ECS and ENI instances as backend servers. ip: IP type, supports adding IP addresses as backend servers.
|
|
76
76
|
*/
|
|
77
77
|
readonly serverGroupType: pulumi.Output<string>;
|
|
78
78
|
readonly servers: pulumi.Output<outputs.alb.ServerGroupServer[]>;
|
|
79
79
|
/**
|
|
80
|
-
* Server group status. Creating:
|
|
80
|
+
* Server group status. Creating: Being created. Active: Running. Configuring: Being configured. Deleting: Being deleted.
|
|
81
81
|
*/
|
|
82
82
|
readonly status: pulumi.Output<string>;
|
|
83
83
|
/**
|
|
@@ -111,7 +111,7 @@ export interface ServerGroupState {
|
|
|
111
111
|
*/
|
|
112
112
|
createTime?: pulumi.Input<string>;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* Enable cross-availability zone load balancing for the server group. Options: on (default): enabled; off: disabled.
|
|
115
115
|
*/
|
|
116
116
|
crossZoneEnabled?: pulumi.Input<string>;
|
|
117
117
|
/**
|
|
@@ -119,11 +119,11 @@ export interface ServerGroupState {
|
|
|
119
119
|
*/
|
|
120
120
|
description?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* Health check configuration information for the server group.
|
|
123
123
|
*/
|
|
124
124
|
healthCheck?: pulumi.Input<inputs.alb.ServerGroupHealthCheck>;
|
|
125
125
|
/**
|
|
126
|
-
* IP address type of the server group.
|
|
126
|
+
* IP address type of the server group. Currently, only IPv4 is supported.
|
|
127
127
|
*/
|
|
128
128
|
ipAddressType?: pulumi.Input<string>;
|
|
129
129
|
listeners?: pulumi.Input<pulumi.Input<inputs.alb.ServerGroupListener>[]>;
|
|
@@ -136,7 +136,7 @@ export interface ServerGroupState {
|
|
|
136
136
|
*/
|
|
137
137
|
protocol?: pulumi.Input<string>;
|
|
138
138
|
/**
|
|
139
|
-
* Scheduling algorithm.
|
|
139
|
+
* Scheduling algorithm. Options: wrr: weighted round robin; wlc: weighted least connection; sh: source address hash.
|
|
140
140
|
*/
|
|
141
141
|
scheduler?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
@@ -144,20 +144,20 @@ export interface ServerGroupState {
|
|
|
144
144
|
*/
|
|
145
145
|
serverCount?: pulumi.Input<number>;
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Backend server group ID.
|
|
148
148
|
*/
|
|
149
149
|
serverGroupId?: pulumi.Input<string>;
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Backend server group name.
|
|
152
152
|
*/
|
|
153
153
|
serverGroupName?: pulumi.Input<string>;
|
|
154
154
|
/**
|
|
155
|
-
* Type of backend server group. instance:
|
|
155
|
+
* Type of backend server group. instance: server type, supports adding ECS and ENI instances as backend servers. ip: IP type, supports adding IP addresses as backend servers.
|
|
156
156
|
*/
|
|
157
157
|
serverGroupType?: pulumi.Input<string>;
|
|
158
158
|
servers?: pulumi.Input<pulumi.Input<inputs.alb.ServerGroupServer>[]>;
|
|
159
159
|
/**
|
|
160
|
-
* Server group status. Creating:
|
|
160
|
+
* Server group status. Creating: Being created. Active: Running. Configuring: Being configured. Deleting: Being deleted.
|
|
161
161
|
*/
|
|
162
162
|
status?: pulumi.Input<string>;
|
|
163
163
|
/**
|
|
@@ -179,7 +179,7 @@ export interface ServerGroupState {
|
|
|
179
179
|
*/
|
|
180
180
|
export interface ServerGroupArgs {
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* Enable cross-availability zone load balancing for the server group. Options: on (default): enabled; off: disabled.
|
|
183
183
|
*/
|
|
184
184
|
crossZoneEnabled?: pulumi.Input<string>;
|
|
185
185
|
/**
|
|
@@ -187,11 +187,11 @@ export interface ServerGroupArgs {
|
|
|
187
187
|
*/
|
|
188
188
|
description?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
190
|
-
*
|
|
190
|
+
* Health check configuration information for the server group.
|
|
191
191
|
*/
|
|
192
192
|
healthCheck?: pulumi.Input<inputs.alb.ServerGroupHealthCheck>;
|
|
193
193
|
/**
|
|
194
|
-
* IP address type of the server group.
|
|
194
|
+
* IP address type of the server group. Currently, only IPv4 is supported.
|
|
195
195
|
*/
|
|
196
196
|
ipAddressType?: pulumi.Input<string>;
|
|
197
197
|
/**
|
|
@@ -203,20 +203,20 @@ export interface ServerGroupArgs {
|
|
|
203
203
|
*/
|
|
204
204
|
protocol?: pulumi.Input<string>;
|
|
205
205
|
/**
|
|
206
|
-
* Scheduling algorithm.
|
|
206
|
+
* Scheduling algorithm. Options: wrr: weighted round robin; wlc: weighted least connection; sh: source address hash.
|
|
207
207
|
*/
|
|
208
208
|
scheduler?: pulumi.Input<string>;
|
|
209
209
|
/**
|
|
210
|
-
*
|
|
210
|
+
* Backend server group name.
|
|
211
211
|
*/
|
|
212
212
|
serverGroupName?: pulumi.Input<string>;
|
|
213
213
|
/**
|
|
214
|
-
* Type of backend server group. instance:
|
|
214
|
+
* Type of backend server group. instance: server type, supports adding ECS and ENI instances as backend servers. ip: IP type, supports adding IP addresses as backend servers.
|
|
215
215
|
*/
|
|
216
216
|
serverGroupType?: pulumi.Input<string>;
|
|
217
217
|
servers?: pulumi.Input<pulumi.Input<inputs.alb.ServerGroupServer>[]>;
|
|
218
218
|
/**
|
|
219
|
-
* Server group status. Creating:
|
|
219
|
+
* Server group status. Creating: Being created. Active: Running. Configuring: Being configured. Deleting: Being deleted.
|
|
220
220
|
*/
|
|
221
221
|
status?: pulumi.Input<string>;
|
|
222
222
|
/**
|
package/alb/serverGroup.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.ServerGroup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* A server group is a logical collection of backend servers. The ALB instance determines which server group to forward client requests to based on your
|
|
9
|
+
* A server group is a logical collection of backend servers. The ALB instance determines which server group to forward client requests to based on your forwarding rules. Then, the ALB instance distributes requests to backend servers within the server group according to your load balancing policy. Backend servers receive and process the requests.
|
|
10
10
|
*
|
|
11
11
|
* ## Import
|
|
12
12
|
*
|