@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/acl.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
|
-
* ALB provides
|
|
5
|
+
* ALB provides access control at the listener level. If you want to allow only certain IPs or deny only certain IPs from accessing the ALB instance via the listener port, you can set an access control policy for the listener. You can configure access control when creating the listener or modify/reconfigure it after the listener is created.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -48,37 +48,37 @@ export declare class Acl extends pulumi.CustomResource {
|
|
|
48
48
|
static isInstance(obj: any): obj is Acl;
|
|
49
49
|
readonly aclEntries: pulumi.Output<outputs.alb.AclAclEntry[]>;
|
|
50
50
|
/**
|
|
51
|
-
* Number of IP entries in the access control policy group
|
|
51
|
+
* Number of IP entries in the access control policy group.
|
|
52
52
|
*/
|
|
53
53
|
readonly aclEntryCount: pulumi.Output<number>;
|
|
54
54
|
/**
|
|
55
|
-
* Access control policy group ID
|
|
55
|
+
* Access control policy group ID.
|
|
56
56
|
*/
|
|
57
57
|
readonly aclId: pulumi.Output<string>;
|
|
58
58
|
/**
|
|
59
|
-
* Name of the
|
|
59
|
+
* Name of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, periods (.), underscores (_), and hyphens (-). Length must be between 1 and 128 characters. If not specified, defaults to the access control policy group ID.
|
|
60
60
|
*/
|
|
61
61
|
readonly aclName: pulumi.Output<string>;
|
|
62
62
|
/**
|
|
63
|
-
* Creation time of the access control policy group
|
|
63
|
+
* Creation time of the access control policy group.
|
|
64
64
|
*/
|
|
65
65
|
readonly createdTime: pulumi.Output<string>;
|
|
66
66
|
/**
|
|
67
|
-
* Description of the
|
|
67
|
+
* Description of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
|
|
68
68
|
*/
|
|
69
69
|
readonly description: pulumi.Output<string>;
|
|
70
70
|
readonly listeners: pulumi.Output<outputs.alb.AclListener[]>;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Name of the project to which the access control policy group belongs.
|
|
73
73
|
*/
|
|
74
74
|
readonly projectName: pulumi.Output<string>;
|
|
75
75
|
/**
|
|
76
|
-
* Status of the access control policy group. Creating:
|
|
76
|
+
* Status of the access control policy group. Creating: being created. Active: available. Configuring: being configured. Deleting: being deleted.
|
|
77
77
|
*/
|
|
78
78
|
readonly status: pulumi.Output<string>;
|
|
79
79
|
readonly tags: pulumi.Output<outputs.alb.AclTag[]>;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* Most recent operation time for the access control policy group.
|
|
82
82
|
*/
|
|
83
83
|
readonly updatedTime: pulumi.Output<string>;
|
|
84
84
|
/**
|
|
@@ -96,37 +96,37 @@ export declare class Acl extends pulumi.CustomResource {
|
|
|
96
96
|
export interface AclState {
|
|
97
97
|
aclEntries?: pulumi.Input<pulumi.Input<inputs.alb.AclAclEntry>[]>;
|
|
98
98
|
/**
|
|
99
|
-
* Number of IP entries in the access control policy group
|
|
99
|
+
* Number of IP entries in the access control policy group.
|
|
100
100
|
*/
|
|
101
101
|
aclEntryCount?: pulumi.Input<number>;
|
|
102
102
|
/**
|
|
103
|
-
* Access control policy group ID
|
|
103
|
+
* Access control policy group ID.
|
|
104
104
|
*/
|
|
105
105
|
aclId?: pulumi.Input<string>;
|
|
106
106
|
/**
|
|
107
|
-
* Name of the
|
|
107
|
+
* Name of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, periods (.), underscores (_), and hyphens (-). Length must be between 1 and 128 characters. If not specified, defaults to the access control policy group ID.
|
|
108
108
|
*/
|
|
109
109
|
aclName?: pulumi.Input<string>;
|
|
110
110
|
/**
|
|
111
|
-
* Creation time of the access control policy group
|
|
111
|
+
* Creation time of the access control policy group.
|
|
112
112
|
*/
|
|
113
113
|
createdTime?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
115
|
-
* Description of the
|
|
115
|
+
* Description of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
|
|
116
116
|
*/
|
|
117
117
|
description?: pulumi.Input<string>;
|
|
118
118
|
listeners?: pulumi.Input<pulumi.Input<inputs.alb.AclListener>[]>;
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* Name of the project to which the access control policy group belongs.
|
|
121
121
|
*/
|
|
122
122
|
projectName?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
124
|
-
* Status of the access control policy group. Creating:
|
|
124
|
+
* Status of the access control policy group. Creating: being created. Active: available. Configuring: being configured. Deleting: being deleted.
|
|
125
125
|
*/
|
|
126
126
|
status?: pulumi.Input<string>;
|
|
127
127
|
tags?: pulumi.Input<pulumi.Input<inputs.alb.AclTag>[]>;
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
129
|
+
* Most recent operation time for the access control policy group.
|
|
130
130
|
*/
|
|
131
131
|
updatedTime?: pulumi.Input<string>;
|
|
132
132
|
}
|
|
@@ -136,16 +136,15 @@ export interface AclState {
|
|
|
136
136
|
export interface AclArgs {
|
|
137
137
|
aclEntries?: pulumi.Input<pulumi.Input<inputs.alb.AclAclEntry>[]>;
|
|
138
138
|
/**
|
|
139
|
-
* Name of the
|
|
139
|
+
* Name of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, periods (.), underscores (_), and hyphens (-). Length must be between 1 and 128 characters. If not specified, defaults to the access control policy group ID.
|
|
140
140
|
*/
|
|
141
141
|
aclName?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
143
|
-
* Description of the
|
|
143
|
+
* Description of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
|
|
144
144
|
*/
|
|
145
145
|
description?: pulumi.Input<string>;
|
|
146
|
-
listeners?: pulumi.Input<pulumi.Input<inputs.alb.AclListener>[]>;
|
|
147
146
|
/**
|
|
148
|
-
*
|
|
147
|
+
* Name of the project to which the access control policy group belongs.
|
|
149
148
|
*/
|
|
150
149
|
projectName?: pulumi.Input<string>;
|
|
151
150
|
tags?: pulumi.Input<pulumi.Input<inputs.alb.AclTag>[]>;
|
package/alb/acl.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Acl = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ALB provides
|
|
9
|
+
* ALB provides access control at the listener level. If you want to allow only certain IPs or deny only certain IPs from accessing the ALB instance via the listener port, you can set an access control policy for the listener. You can configure access control when creating the listener or modify/reconfigure it after the listener is created.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -79,12 +79,12 @@ class Acl extends pulumi.CustomResource {
|
|
|
79
79
|
resourceInputs["aclEntries"] = args ? args.aclEntries : undefined;
|
|
80
80
|
resourceInputs["aclName"] = args ? args.aclName : undefined;
|
|
81
81
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
82
|
-
resourceInputs["listeners"] = args ? args.listeners : undefined;
|
|
83
82
|
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
84
83
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
85
84
|
resourceInputs["aclEntryCount"] = undefined /*out*/;
|
|
86
85
|
resourceInputs["aclId"] = undefined /*out*/;
|
|
87
86
|
resourceInputs["createdTime"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["listeners"] = undefined /*out*/;
|
|
88
88
|
resourceInputs["status"] = undefined /*out*/;
|
|
89
89
|
resourceInputs["updatedTime"] = undefined /*out*/;
|
|
90
90
|
}
|
package/alb/acl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acl.js","sourceRoot":"","sources":["../../alb/acl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1D,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,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IA8CD,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"acl.js","sourceRoot":"","sources":["../../alb/acl.ts"],"names":[],"mappings":"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"}
|
package/alb/getAcl.d.ts
CHANGED
|
@@ -18,27 +18,27 @@ export interface GetAclArgs {
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetAclResult {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Detailed information about IP entries in the access control policy group.
|
|
22
22
|
*/
|
|
23
23
|
readonly aclEntries: outputs.alb.GetAclAclEntry[];
|
|
24
24
|
/**
|
|
25
|
-
* Number of IP entries in the access control policy group
|
|
25
|
+
* Number of IP entries in the access control policy group.
|
|
26
26
|
*/
|
|
27
27
|
readonly aclEntryCount: number;
|
|
28
28
|
/**
|
|
29
|
-
* Access control policy group ID
|
|
29
|
+
* Access control policy group ID.
|
|
30
30
|
*/
|
|
31
31
|
readonly aclId: string;
|
|
32
32
|
/**
|
|
33
|
-
* Name of the
|
|
33
|
+
* Name of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, periods (.), underscores (_), and hyphens (-). Length must be between 1 and 128 characters. If not specified, defaults to the access control policy group ID.
|
|
34
34
|
*/
|
|
35
35
|
readonly aclName: string;
|
|
36
36
|
/**
|
|
37
|
-
* Creation time of the access control policy group
|
|
37
|
+
* Creation time of the access control policy group.
|
|
38
38
|
*/
|
|
39
39
|
readonly createdTime: string;
|
|
40
40
|
/**
|
|
41
|
-
* Description of the
|
|
41
|
+
* Description of the access control policy group. Cannot start with http:// or https://. Must start with a letter or Chinese character and can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
|
|
42
42
|
*/
|
|
43
43
|
readonly description: string;
|
|
44
44
|
/**
|
|
@@ -46,23 +46,23 @@ export interface GetAclResult {
|
|
|
46
46
|
*/
|
|
47
47
|
readonly id: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Detailed information about listeners associated with the access control policy group.
|
|
50
50
|
*/
|
|
51
51
|
readonly listeners: outputs.alb.GetAclListener[];
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Name of the project to which the access control policy group belongs.
|
|
54
54
|
*/
|
|
55
55
|
readonly projectName: string;
|
|
56
56
|
/**
|
|
57
|
-
* Status of the access control policy group. Creating:
|
|
57
|
+
* Status of the access control policy group. Creating: being created. Active: available. Configuring: being configured. Deleting: being deleted.
|
|
58
58
|
*/
|
|
59
59
|
readonly status: string;
|
|
60
60
|
/**
|
|
61
|
-
* Tags bound to the access control policy group
|
|
61
|
+
* Tags bound to the access control policy group.
|
|
62
62
|
*/
|
|
63
63
|
readonly tags: outputs.alb.GetAclTag[];
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Most recent operation time for the access control policy group.
|
|
66
66
|
*/
|
|
67
67
|
readonly updatedTime: string;
|
|
68
68
|
}
|
package/alb/getListener.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export interface GetListenerArgs {
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetListenerResult {
|
|
20
20
|
/**
|
|
21
|
-
* Whether the listener has enabled
|
|
21
|
+
* Whether the listener has enabled 'Record custom header in access logs': on: enabled. off: not enabled.
|
|
22
22
|
*/
|
|
23
23
|
readonly accessLogRecordCustomizedHeadersEnabled: string;
|
|
24
24
|
/**
|
|
@@ -26,15 +26,15 @@ export interface GetListenerResult {
|
|
|
26
26
|
*/
|
|
27
27
|
readonly aclIds: string[];
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Whether access control is enabled. Values: on: enabled. off: not enabled (default).
|
|
30
30
|
*/
|
|
31
31
|
readonly aclStatus: string;
|
|
32
32
|
/**
|
|
33
|
-
* Access control
|
|
33
|
+
* 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.
|
|
34
34
|
*/
|
|
35
35
|
readonly aclType: string;
|
|
36
36
|
/**
|
|
37
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
37
|
+
* 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.
|
|
38
38
|
*/
|
|
39
39
|
readonly caCertificateId: string;
|
|
40
40
|
/**
|
|
@@ -42,7 +42,7 @@ export interface GetListenerResult {
|
|
|
42
42
|
*/
|
|
43
43
|
readonly caCertificateSource: string;
|
|
44
44
|
/**
|
|
45
|
-
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener
|
|
45
|
+
* Certificate ID associated with the HTTPS listener. Required when creating an HTTPS listener and the certificate source is cert_center.
|
|
46
46
|
*/
|
|
47
47
|
readonly certCenterCertificateId: string;
|
|
48
48
|
/**
|
|
@@ -50,7 +50,7 @@ export interface GetListenerResult {
|
|
|
50
50
|
*/
|
|
51
51
|
readonly certificateId: string;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* 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.
|
|
54
54
|
*/
|
|
55
55
|
readonly certificateSource: string;
|
|
56
56
|
/**
|
|
@@ -62,23 +62,23 @@ export interface GetListenerResult {
|
|
|
62
62
|
*/
|
|
63
63
|
readonly customizedCfgId: string;
|
|
64
64
|
/**
|
|
65
|
-
* Listener description. Cannot start with http:// or https://. Must start with a letter or Chinese character.
|
|
65
|
+
* 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.
|
|
66
66
|
*/
|
|
67
67
|
readonly description: string;
|
|
68
68
|
/**
|
|
69
|
-
* List of
|
|
69
|
+
* List of extension domains associated with the HTTPS listener. An HTTPS listener can be associated with up to 20 extension domains.
|
|
70
70
|
*/
|
|
71
71
|
readonly domainExtensions: outputs.alb.GetListenerDomainExtension[];
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* HTTP 2.0 feature switch. This parameter is only valid for HTTPS listeners. Values: on: enabled; off: disabled (default).
|
|
74
74
|
*/
|
|
75
75
|
readonly enableHttp2: string;
|
|
76
76
|
/**
|
|
77
|
-
* QUIC feature switch. This parameter is only valid for HTTPS listeners.
|
|
77
|
+
* QUIC feature switch. This parameter is only valid for HTTPS listeners. Available values: on: enabled. off: disabled (default). Only Standard ALB instances support QUIC.
|
|
78
78
|
*/
|
|
79
79
|
readonly enableQuic: string;
|
|
80
80
|
/**
|
|
81
|
-
* Listener on/off status. Values: on:
|
|
81
|
+
* Listener on/off status. Values: on: enabled (default); off: disabled.
|
|
82
82
|
*/
|
|
83
83
|
readonly enabled: string;
|
|
84
84
|
/**
|
|
@@ -90,11 +90,11 @@ export interface GetListenerResult {
|
|
|
90
90
|
*/
|
|
91
91
|
readonly listenerId: string;
|
|
92
92
|
/**
|
|
93
|
-
* Listener name. If not specified, named in the
|
|
93
|
+
* 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.
|
|
94
94
|
*/
|
|
95
95
|
readonly listenerName: string;
|
|
96
96
|
/**
|
|
97
|
-
* Load balancer instance ID
|
|
97
|
+
* Load balancer instance ID associated with the listener.
|
|
98
98
|
*/
|
|
99
99
|
readonly loadBalancerId: string;
|
|
100
100
|
/**
|
|
@@ -102,19 +102,19 @@ export interface GetListenerResult {
|
|
|
102
102
|
*/
|
|
103
103
|
readonly pcaLeafCertificateId: string;
|
|
104
104
|
/**
|
|
105
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for mutual authentication
|
|
105
|
+
* 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.
|
|
106
106
|
*/
|
|
107
107
|
readonly pcaRootCaCertificateId: string;
|
|
108
108
|
/**
|
|
109
|
-
* CA certificate ID associated with the HTTPS listener. This parameter is used for
|
|
109
|
+
* 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.
|
|
110
110
|
*/
|
|
111
111
|
readonly pcaSubCaCertificateId: string;
|
|
112
112
|
/**
|
|
113
|
-
*
|
|
113
|
+
* Listener port. Value range: 1 - 65535.
|
|
114
114
|
*/
|
|
115
115
|
readonly port: number;
|
|
116
116
|
/**
|
|
117
|
-
*
|
|
117
|
+
* Project name to which the listener belongs.
|
|
118
118
|
*/
|
|
119
119
|
readonly projectName: string;
|
|
120
120
|
/**
|
|
@@ -130,15 +130,15 @@ export interface GetListenerResult {
|
|
|
130
130
|
*/
|
|
131
131
|
readonly serverGroups: outputs.alb.GetListenerServerGroup[];
|
|
132
132
|
/**
|
|
133
|
-
* Listener status. Values: Creating:
|
|
133
|
+
* Listener status. Values: Creating: creating. Active: running. Pending: configuration changing. Disabled: stopped. Deleting: deleting.
|
|
134
134
|
*/
|
|
135
135
|
readonly status: string;
|
|
136
136
|
/**
|
|
137
|
-
*
|
|
137
|
+
* Tags associated with the listener.
|
|
138
138
|
*/
|
|
139
139
|
readonly tags: outputs.alb.GetListenerTag[];
|
|
140
140
|
/**
|
|
141
|
-
*
|
|
141
|
+
* The most recent operation time of the listener.
|
|
142
142
|
*/
|
|
143
143
|
readonly updatedTime: string;
|
|
144
144
|
}
|
package/alb/getServerGroup.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export interface GetServerGroupResult {
|
|
|
22
22
|
*/
|
|
23
23
|
readonly createTime: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Enable cross-availability zone load balancing for the server group. Options: on (default): enabled; off: disabled.
|
|
26
26
|
*/
|
|
27
27
|
readonly crossZoneEnabled: string;
|
|
28
28
|
/**
|
|
@@ -30,7 +30,7 @@ export interface GetServerGroupResult {
|
|
|
30
30
|
*/
|
|
31
31
|
readonly description: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Health check configuration information for the server group.
|
|
34
34
|
*/
|
|
35
35
|
readonly healthCheck: outputs.alb.GetServerGroupHealthCheck;
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ export interface GetServerGroupResult {
|
|
|
38
38
|
*/
|
|
39
39
|
readonly id: string;
|
|
40
40
|
/**
|
|
41
|
-
* IP address type of the server group.
|
|
41
|
+
* IP address type of the server group. Currently, only IPv4 is supported.
|
|
42
42
|
*/
|
|
43
43
|
readonly ipAddressType: string;
|
|
44
44
|
/**
|
|
@@ -54,7 +54,7 @@ export interface GetServerGroupResult {
|
|
|
54
54
|
*/
|
|
55
55
|
readonly protocol: string;
|
|
56
56
|
/**
|
|
57
|
-
* Scheduling algorithm.
|
|
57
|
+
* Scheduling algorithm. Options: wrr: weighted round robin; wlc: weighted least connection; sh: source address hash.
|
|
58
58
|
*/
|
|
59
59
|
readonly scheduler: string;
|
|
60
60
|
/**
|
|
@@ -62,23 +62,23 @@ export interface GetServerGroupResult {
|
|
|
62
62
|
*/
|
|
63
63
|
readonly serverCount: number;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Backend server group ID.
|
|
66
66
|
*/
|
|
67
67
|
readonly serverGroupId: string;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Backend server group name.
|
|
70
70
|
*/
|
|
71
71
|
readonly serverGroupName: string;
|
|
72
72
|
/**
|
|
73
|
-
* Type of backend server group. instance:
|
|
73
|
+
* 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.
|
|
74
74
|
*/
|
|
75
75
|
readonly serverGroupType: string;
|
|
76
76
|
/**
|
|
77
|
-
* Information about servers in the backend server group.
|
|
77
|
+
* Information about the servers in the backend server group.
|
|
78
78
|
*/
|
|
79
79
|
readonly servers: outputs.alb.GetServerGroupServer[];
|
|
80
80
|
/**
|
|
81
|
-
* Server group status. Creating:
|
|
81
|
+
* Server group status. Creating: Being created. Active: Running. Configuring: Being configured. Deleting: Being deleted.
|
|
82
82
|
*/
|
|
83
83
|
readonly status: string;
|
|
84
84
|
/**
|