@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/types/input.d.ts
CHANGED
|
@@ -27,27 +27,43 @@ export interface ProviderEndpoints {
|
|
|
27
27
|
export declare namespace alb {
|
|
28
28
|
interface AclAclEntry {
|
|
29
29
|
/**
|
|
30
|
-
* Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces
|
|
30
|
+
* Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. 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.
|
|
31
31
|
*/
|
|
32
32
|
description?: pulumi.Input<string>;
|
|
33
33
|
/**
|
|
34
|
-
* IP entry address range
|
|
34
|
+
* IP entry address range. Only CIDR addresses are supported.
|
|
35
35
|
*/
|
|
36
36
|
entry?: pulumi.Input<string>;
|
|
37
37
|
}
|
|
38
38
|
interface AclListener {
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Listener control mode for this access control policy group. white: allowlist mode; black: denylist mode
|
|
41
41
|
*/
|
|
42
42
|
aclType?: pulumi.Input<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Listener ID
|
|
45
|
+
*/
|
|
46
|
+
listenerId?: pulumi.Input<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Listener name
|
|
49
|
+
*/
|
|
50
|
+
listenerName?: pulumi.Input<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Listener port
|
|
53
|
+
*/
|
|
54
|
+
port?: pulumi.Input<number>;
|
|
55
|
+
/**
|
|
56
|
+
* Listener protocol
|
|
57
|
+
*/
|
|
58
|
+
protocol?: pulumi.Input<string>;
|
|
43
59
|
}
|
|
44
60
|
interface AclTag {
|
|
45
61
|
/**
|
|
46
|
-
*
|
|
62
|
+
* Tag key for user tags. Length must be between 1 and 128 characters. Case sensitive. Cannot start with any combination of volc: or sys: in any case. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
|
|
47
63
|
*/
|
|
48
64
|
key?: pulumi.Input<string>;
|
|
49
65
|
/**
|
|
50
|
-
* User tag value. Length
|
|
66
|
+
* User tag value. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
|
|
51
67
|
*/
|
|
52
68
|
value?: pulumi.Input<string>;
|
|
53
69
|
}
|
|
@@ -101,7 +117,7 @@ export declare namespace alb {
|
|
|
101
117
|
}
|
|
102
118
|
interface ListenerDomainExtension {
|
|
103
119
|
/**
|
|
104
|
-
* Server certificate ID used by the domain. Effective when the certificate source is cert_center.
|
|
120
|
+
* Server certificate ID used by the domain name. Effective when the certificate source is cert_center.
|
|
105
121
|
*/
|
|
106
122
|
certCenterCertificateId?: pulumi.Input<string>;
|
|
107
123
|
/**
|
|
@@ -109,11 +125,11 @@ export declare namespace alb {
|
|
|
109
125
|
*/
|
|
110
126
|
certificateId?: pulumi.Input<string>;
|
|
111
127
|
/**
|
|
112
|
-
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded
|
|
128
|
+
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center.
|
|
113
129
|
*/
|
|
114
130
|
certificateSource?: pulumi.Input<string>;
|
|
115
131
|
/**
|
|
116
|
-
* Domain name. Usually cannot be empty. If the instance supports automatic selection of
|
|
132
|
+
* Domain name. Usually cannot be empty. If the instance supports automatic selection of extension certificates (SniAutoMatch is on), Domain must be set to an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length limit: 1–128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters other than '.' can appear before or after '*'. Exact domain: an exact domain name that complies with domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain name matching is case-insensitive.
|
|
117
133
|
*/
|
|
118
134
|
domain?: pulumi.Input<string>;
|
|
119
135
|
/**
|
|
@@ -121,7 +137,7 @@ export declare namespace alb {
|
|
|
121
137
|
*/
|
|
122
138
|
pcaLeafCertificateId?: pulumi.Input<string>;
|
|
123
139
|
/**
|
|
124
|
-
* If the instance supports automatic selection of
|
|
140
|
+
* If the instance supports automatic selection of extension certificates, that is, when SniAutoMatch is set to on, Domain is an empty string. San refers to the certificate's extension domain names, separated by commas.
|
|
125
141
|
*/
|
|
126
142
|
san?: pulumi.Input<string>;
|
|
127
143
|
}
|
|
@@ -137,11 +153,11 @@ export declare namespace alb {
|
|
|
137
153
|
}
|
|
138
154
|
interface ListenerTag {
|
|
139
155
|
/**
|
|
140
|
-
*
|
|
156
|
+
* User tag key. Rules: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource cannot be duplicated.
|
|
141
157
|
*/
|
|
142
158
|
key?: pulumi.Input<string>;
|
|
143
159
|
/**
|
|
144
|
-
*
|
|
160
|
+
* User tag value. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @.
|
|
145
161
|
*/
|
|
146
162
|
value?: pulumi.Input<string>;
|
|
147
163
|
}
|
|
@@ -438,31 +454,31 @@ export declare namespace alb {
|
|
|
438
454
|
}
|
|
439
455
|
interface ServerGroupHealthCheck {
|
|
440
456
|
/**
|
|
441
|
-
*
|
|
457
|
+
* The domain name for health checks must be configured as the actual address used by the backend server to provide external services. This parameter is only effective when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with a '.'. Each level of the domain name can include letters, numbers, '-', and '.' characters, but '-' cannot appear at the beginning or end of any level. Length must be between 1 and 128 characters. If this parameter is not provided or no value is specified, it defaults to empty, meaning the load balancer uses the private IP address of each backend server for health checks.
|
|
442
458
|
*/
|
|
443
459
|
domain?: pulumi.Input<string>;
|
|
444
460
|
/**
|
|
445
|
-
* Whether the listener
|
|
461
|
+
* Whether the listener has enabled health check. Values: on: enabled (default), off: disabled.
|
|
446
462
|
*/
|
|
447
463
|
enabled?: pulumi.Input<string>;
|
|
448
464
|
/**
|
|
449
|
-
* Health check threshold. Indicates
|
|
465
|
+
* Health check threshold. Indicates that a backend server is considered healthy if it passes the specified number of consecutive health checks. Unit: checks. Range: 2–10. Default: 3.
|
|
450
466
|
*/
|
|
451
467
|
healthyThreshold?: pulumi.Input<number>;
|
|
452
468
|
/**
|
|
453
|
-
* HTTP status codes
|
|
469
|
+
* HTTP status codes indicating a successful health check. Use commas to separate multiple codes. This parameter is only available when HealthCheck.Protocol is set to HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
|
|
454
470
|
*/
|
|
455
471
|
httpCode?: pulumi.Input<string>;
|
|
456
472
|
/**
|
|
457
|
-
*
|
|
473
|
+
* HTTP protocol version for health checks. This parameter is only available when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default when using API), HTTP1.1.
|
|
458
474
|
*/
|
|
459
475
|
httpVersion?: pulumi.Input<string>;
|
|
460
476
|
/**
|
|
461
|
-
* After health
|
|
477
|
+
* After enabling health check, the interval for performing health checks. Unit: seconds. Range: 1–300s. Default: 2.
|
|
462
478
|
*/
|
|
463
479
|
interval?: pulumi.Input<number>;
|
|
464
480
|
/**
|
|
465
|
-
*
|
|
481
|
+
* After enabling health check, the health check method. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Values: GET: server must support the GET method. HEAD (default): server returns only HEAD header information, which can reduce backend performance consumption, but the server must support the HEAD method.
|
|
466
482
|
*/
|
|
467
483
|
method?: pulumi.Input<string>;
|
|
468
484
|
/**
|
|
@@ -474,15 +490,15 @@ export declare namespace alb {
|
|
|
474
490
|
*/
|
|
475
491
|
protocol?: pulumi.Input<string>;
|
|
476
492
|
/**
|
|
477
|
-
* Health check response timeout. If the backend server does not respond correctly within the specified time,
|
|
493
|
+
* Health check response timeout. If the backend server does not respond correctly within the specified time, it is considered a health check failure. Unit: seconds; range: 1~60; default: 2.
|
|
478
494
|
*/
|
|
479
495
|
timeout?: pulumi.Input<number>;
|
|
480
496
|
/**
|
|
481
|
-
* Unhealthy threshold for health checks.
|
|
497
|
+
* Unhealthy threshold for health checks. If a backend server fails the specified number of consecutive health checks, it will be considered unhealthy. Unit: times. Value range: 2–10. Default: 3.
|
|
482
498
|
*/
|
|
483
499
|
unhealthyThreshold?: pulumi.Input<number>;
|
|
484
500
|
/**
|
|
485
|
-
* Health check path
|
|
501
|
+
* Health check path, which must be configured as the actual path provided by the backend server. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length must be between 1 and 128 characters. If this parameter is not specified or no value is provided, the default is '/'.
|
|
486
502
|
*/
|
|
487
503
|
uri?: pulumi.Input<string>;
|
|
488
504
|
}
|
|
@@ -498,7 +514,7 @@ export declare namespace alb {
|
|
|
498
514
|
*/
|
|
499
515
|
description?: pulumi.Input<string>;
|
|
500
516
|
/**
|
|
501
|
-
* ID of the cloud server instance or network interface
|
|
517
|
+
* ID of the cloud server instance or network interface.
|
|
502
518
|
*/
|
|
503
519
|
instanceId?: pulumi.Input<string>;
|
|
504
520
|
/**
|
|
@@ -510,7 +526,7 @@ export declare namespace alb {
|
|
|
510
526
|
*/
|
|
511
527
|
port?: pulumi.Input<number>;
|
|
512
528
|
/**
|
|
513
|
-
* Enable remote IP feature. This field is valid
|
|
529
|
+
* Enable remote IP feature. This field is valid when the backend server instance type is IP address, that is, when Type is set to ip. Values: on: enabled. off (default): disabled.
|
|
514
530
|
*/
|
|
515
531
|
remoteEnabled?: pulumi.Input<string>;
|
|
516
532
|
/**
|
|
@@ -518,21 +534,21 @@ export declare namespace alb {
|
|
|
518
534
|
*/
|
|
519
535
|
serverId?: pulumi.Input<string>;
|
|
520
536
|
/**
|
|
521
|
-
* Backend server instance type.
|
|
537
|
+
* Backend server instance type. ECS: cloud server instance; ENI: secondary network interface; IP: IP address (only valid for IP-type server groups).
|
|
522
538
|
*/
|
|
523
539
|
type?: pulumi.Input<string>;
|
|
524
540
|
/**
|
|
525
|
-
*
|
|
541
|
+
* Backend server weight.
|
|
526
542
|
*/
|
|
527
543
|
weight?: pulumi.Input<number>;
|
|
528
544
|
}
|
|
529
545
|
interface ServerGroupStickySessionConfig {
|
|
530
546
|
/**
|
|
531
|
-
*
|
|
547
|
+
* Session persistence cookie name configured for the service. Only valid when session persistence is enabled and cookie rewrite is selected. Rules: Cookie name length must be 1–200 characters. The name can only contain ASCII letters and numbers, cannot include commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). When stickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is server, this parameter is required. When StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert, this parameter is invalid.
|
|
532
548
|
*/
|
|
533
549
|
cookie?: pulumi.Input<string>;
|
|
534
550
|
/**
|
|
535
|
-
* Session persistence cookie timeout. Only
|
|
551
|
+
* Session persistence cookie timeout. Only effective when session persistence is enabled and cookie insertion is selected. Unit: seconds. Rules: timeout range: 1~86400; default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
|
|
536
552
|
*/
|
|
537
553
|
cookieTimeout?: pulumi.Input<number>;
|
|
538
554
|
/**
|
|
@@ -540,17 +556,17 @@ export declare namespace alb {
|
|
|
540
556
|
*/
|
|
541
557
|
stickySessionEnabled?: pulumi.Input<string>;
|
|
542
558
|
/**
|
|
543
|
-
* Cookie handling method.
|
|
559
|
+
* Cookie handling method. When StickySessionConfig.StickySessionEnabled is set to on, this field is required. Values: insert: Insert a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response, and subsequent client requests carrying this Cookie are forwarded to the previously recorded backend server. server: Rewrite the Cookie. When session persistence with Cookie rewriting is enabled, after the client's first request is forwarded to the backend server, if ALB finds your custom Cookie in the response, it rewrites the original Cookie. Subsequent client requests carrying the rewritten Cookie are forwarded to the previously recorded backend server.
|
|
544
560
|
*/
|
|
545
561
|
stickySessionType?: pulumi.Input<string>;
|
|
546
562
|
}
|
|
547
563
|
interface ServerGroupTag {
|
|
548
564
|
/**
|
|
549
|
-
* Tag key.
|
|
565
|
+
* Tag key. Duplicate tag keys are not allowed for the same resource.
|
|
550
566
|
*/
|
|
551
567
|
key?: pulumi.Input<string>;
|
|
552
568
|
/**
|
|
553
|
-
* Tag value
|
|
569
|
+
* Tag value.
|
|
554
570
|
*/
|
|
555
571
|
value?: pulumi.Input<string>;
|
|
556
572
|
}
|
|
@@ -4671,41 +4687,46 @@ export declare namespace cloudmonitor {
|
|
|
4671
4687
|
export declare namespace config {
|
|
4672
4688
|
}
|
|
4673
4689
|
export declare namespace cr {
|
|
4690
|
+
interface RegistryEndpoint {
|
|
4691
|
+
aclPolicies?: pulumi.Input<pulumi.Input<inputs.cr.RegistryEndpointAclPolicy>[]>;
|
|
4692
|
+
/**
|
|
4693
|
+
* Whether to enable the public endpoint. Options: false: not enabled; true: enabled. Default is false
|
|
4694
|
+
*/
|
|
4695
|
+
enabled?: pulumi.Input<boolean>;
|
|
4696
|
+
/**
|
|
4697
|
+
* Current status of the public endpoint. Parameter values: Enabling: enabling; Enabled: enabled; Disabling: disabling; Updating: updating; Failed: failed; Disabled: disabled
|
|
4698
|
+
*/
|
|
4699
|
+
status?: pulumi.Input<string>;
|
|
4700
|
+
}
|
|
4701
|
+
interface RegistryEndpointAclPolicy {
|
|
4702
|
+
/**
|
|
4703
|
+
* IP entry address
|
|
4704
|
+
*/
|
|
4705
|
+
description?: pulumi.Input<string>;
|
|
4706
|
+
/**
|
|
4707
|
+
* IP entry description
|
|
4708
|
+
*/
|
|
4709
|
+
entry?: pulumi.Input<string>;
|
|
4710
|
+
}
|
|
4674
4711
|
interface RegistryProxyCache {
|
|
4675
4712
|
/**
|
|
4676
|
-
* Instance types supported by ProxyCache
|
|
4713
|
+
* Instance types supported by ProxyCache. Parameter value description: DockerHub: DockerHub image repository.
|
|
4677
4714
|
*/
|
|
4678
4715
|
type?: pulumi.Input<string>;
|
|
4679
4716
|
}
|
|
4680
4717
|
interface RegistryStatus {
|
|
4681
4718
|
/**
|
|
4682
|
-
* Creating, [ Progressing ]: Creating
|
|
4683
|
-
* Running, [ Ok ]: Running
|
|
4684
|
-
* Running, [ Degraded ]: Running
|
|
4685
|
-
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4686
|
-
* Stopped, [ Released ]: Pending reclamation
|
|
4687
|
-
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4688
|
-
* Starting, [ Progressing ]: Starting
|
|
4689
|
-
* Deleting, [ Progressing ]: Deleting
|
|
4690
|
-
* Failed, [ Unknown ]: Abnormal
|
|
4719
|
+
* Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
|
|
4691
4720
|
*/
|
|
4692
4721
|
conditions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4693
4722
|
/**
|
|
4694
|
-
* Creating, [ Progressing ]: Creating
|
|
4695
|
-
* Running, [ Ok ]: Running
|
|
4696
|
-
* Running, [ Degraded ]: Running
|
|
4697
|
-
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4698
|
-
* Stopped, [ Released ]: Pending reclamation
|
|
4699
|
-
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4700
|
-
* Starting, [ Progressing ]: Starting
|
|
4701
|
-
* Deleting, [ Progressing ]: Deleting
|
|
4702
|
-
* Failed, [ Unknown ]: Abnormal
|
|
4723
|
+
* Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
|
|
4703
4724
|
*/
|
|
4704
4725
|
phase?: pulumi.Input<string>;
|
|
4705
4726
|
}
|
|
4706
4727
|
interface RegistryTag {
|
|
4707
4728
|
/**
|
|
4708
|
-
* Tag key
|
|
4729
|
+
* Tag key
|
|
4709
4730
|
*/
|
|
4710
4731
|
key?: pulumi.Input<string>;
|
|
4711
4732
|
/**
|
|
@@ -7584,6 +7605,16 @@ export declare namespace organization {
|
|
|
7584
7605
|
*/
|
|
7585
7606
|
mainName?: pulumi.Input<string>;
|
|
7586
7607
|
}
|
|
7608
|
+
interface ServiceControlPolicyTarget {
|
|
7609
|
+
/**
|
|
7610
|
+
* Target ID.
|
|
7611
|
+
*/
|
|
7612
|
+
targetId?: pulumi.Input<string>;
|
|
7613
|
+
/**
|
|
7614
|
+
* Target type: 1. OU 2. Account.
|
|
7615
|
+
*/
|
|
7616
|
+
targetType?: pulumi.Input<string>;
|
|
7617
|
+
}
|
|
7587
7618
|
}
|
|
7588
7619
|
export declare namespace privatelink {
|
|
7589
7620
|
interface EndpointServicePrivateDnsNameConfiguration {
|
|
@@ -7702,6 +7733,32 @@ export declare namespace privatelink {
|
|
|
7702
7733
|
}
|
|
7703
7734
|
}
|
|
7704
7735
|
export declare namespace privatezone {
|
|
7736
|
+
interface RecordRecordSet {
|
|
7737
|
+
/**
|
|
7738
|
+
* Full domain name
|
|
7739
|
+
*/
|
|
7740
|
+
fqdn?: pulumi.Input<string>;
|
|
7741
|
+
/**
|
|
7742
|
+
* Subdomain prefix
|
|
7743
|
+
*/
|
|
7744
|
+
host?: pulumi.Input<string>;
|
|
7745
|
+
/**
|
|
7746
|
+
* Record set ID
|
|
7747
|
+
*/
|
|
7748
|
+
id?: pulumi.Input<string>;
|
|
7749
|
+
/**
|
|
7750
|
+
* Resolution line
|
|
7751
|
+
*/
|
|
7752
|
+
line?: pulumi.Input<string>;
|
|
7753
|
+
/**
|
|
7754
|
+
* Record type
|
|
7755
|
+
*/
|
|
7756
|
+
type?: pulumi.Input<string>;
|
|
7757
|
+
/**
|
|
7758
|
+
* Load balancing enabled
|
|
7759
|
+
*/
|
|
7760
|
+
weightEnabled?: pulumi.Input<boolean>;
|
|
7761
|
+
}
|
|
7705
7762
|
interface ResolverEndpointIpConfig {
|
|
7706
7763
|
/**
|
|
7707
7764
|
* Availability zone for the endpoint IP address. To ensure high availability, it is recommended to add at least 2 availability zones
|
|
@@ -8533,6 +8590,16 @@ export declare namespace rdsmysql {
|
|
|
8533
8590
|
*/
|
|
8534
8591
|
value?: pulumi.Input<string>;
|
|
8535
8592
|
}
|
|
8593
|
+
interface ParameterTemplateTemplateParam {
|
|
8594
|
+
/**
|
|
8595
|
+
* Instance parameter name
|
|
8596
|
+
*/
|
|
8597
|
+
name: pulumi.Input<string>;
|
|
8598
|
+
/**
|
|
8599
|
+
* Parameter runtime value
|
|
8600
|
+
*/
|
|
8601
|
+
runningValue: pulumi.Input<string>;
|
|
8602
|
+
}
|
|
8536
8603
|
}
|
|
8537
8604
|
export declare namespace rdspostgresql {
|
|
8538
8605
|
interface AllowListAssociatedInstance {
|
|
@@ -8853,6 +8920,20 @@ export declare namespace redis {
|
|
|
8853
8920
|
*/
|
|
8854
8921
|
securityGroupId?: pulumi.Input<string>;
|
|
8855
8922
|
}
|
|
8923
|
+
interface InstanceBackupRestore {
|
|
8924
|
+
/**
|
|
8925
|
+
* Backup ID, used to specify which backup to use when restoring from a backup set
|
|
8926
|
+
*/
|
|
8927
|
+
backupPointId?: pulumi.Input<string>;
|
|
8928
|
+
/**
|
|
8929
|
+
* Recovery method
|
|
8930
|
+
*/
|
|
8931
|
+
backupType?: pulumi.Input<string>;
|
|
8932
|
+
/**
|
|
8933
|
+
* Used to specify the point in time for point-in-time recovery
|
|
8934
|
+
*/
|
|
8935
|
+
timePoint?: pulumi.Input<string>;
|
|
8936
|
+
}
|
|
8856
8937
|
interface InstanceCapacity {
|
|
8857
8938
|
/**
|
|
8858
8939
|
* Total memory capacity of the current instance. Unit: MiB.
|
|
@@ -10401,6 +10482,32 @@ export declare namespace tos {
|
|
|
10401
10482
|
*/
|
|
10402
10483
|
ownerId?: pulumi.Input<string>;
|
|
10403
10484
|
}
|
|
10485
|
+
interface BucketCorsCorsRule {
|
|
10486
|
+
/**
|
|
10487
|
+
* Specify the response headers allowed for cross-origin requests.
|
|
10488
|
+
*/
|
|
10489
|
+
allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10490
|
+
/**
|
|
10491
|
+
* Specify the allowed methods for cross-origin requests.
|
|
10492
|
+
*/
|
|
10493
|
+
allowedMethods?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10494
|
+
/**
|
|
10495
|
+
* Specify the allowed origins for cross-origin requests.
|
|
10496
|
+
*/
|
|
10497
|
+
allowedOrigins?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10498
|
+
/**
|
|
10499
|
+
* Specify additional headers to include in the CORS response to provide extra information to the client.
|
|
10500
|
+
*/
|
|
10501
|
+
exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10502
|
+
/**
|
|
10503
|
+
* Specify the cache duration for OPTIONS request responses on the client side, in seconds. Default is 3600.
|
|
10504
|
+
*/
|
|
10505
|
+
maxAgeSeconds?: pulumi.Input<number>;
|
|
10506
|
+
/**
|
|
10507
|
+
* Whether to return the Vary: Origin header
|
|
10508
|
+
*/
|
|
10509
|
+
responseVary?: pulumi.Input<boolean>;
|
|
10510
|
+
}
|
|
10404
10511
|
interface BucketInventoryDestination {
|
|
10405
10512
|
/**
|
|
10406
10513
|
* Bucket information related to the inventory files.
|
|
@@ -10559,6 +10666,112 @@ export declare namespace tos {
|
|
|
10559
10666
|
*/
|
|
10560
10667
|
storageClass?: pulumi.Input<string>;
|
|
10561
10668
|
}
|
|
10669
|
+
interface BucketNotificationNotificationRule {
|
|
10670
|
+
/**
|
|
10671
|
+
* Event notification delivery targets. Must include at least one target and supports up to five different targets.
|
|
10672
|
+
*/
|
|
10673
|
+
destination?: pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestination>;
|
|
10674
|
+
/**
|
|
10675
|
+
* Event type. List of events supported by TOS.
|
|
10676
|
+
*/
|
|
10677
|
+
events?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10678
|
+
/**
|
|
10679
|
+
* Filter rules.
|
|
10680
|
+
*/
|
|
10681
|
+
filter?: pulumi.Input<inputs.tos.BucketNotificationNotificationRuleFilter>;
|
|
10682
|
+
/**
|
|
10683
|
+
* Event notification rule name. Naming rules: Event names created under the same bucket must be unique. Maximum length is 255 characters. If not set, TOS will automatically generate a rule name.
|
|
10684
|
+
*/
|
|
10685
|
+
ruleId?: pulumi.Input<string>;
|
|
10686
|
+
}
|
|
10687
|
+
interface BucketNotificationNotificationRuleDestination {
|
|
10688
|
+
kafkas?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestinationKafka>[]>;
|
|
10689
|
+
rocketMqs?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestinationRocketMq>[]>;
|
|
10690
|
+
veFaaS?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestinationVeFaa>[]>;
|
|
10691
|
+
}
|
|
10692
|
+
interface BucketNotificationNotificationRuleDestinationKafka {
|
|
10693
|
+
/**
|
|
10694
|
+
* Kafka instance ID.
|
|
10695
|
+
*/
|
|
10696
|
+
instanceId?: pulumi.Input<string>;
|
|
10697
|
+
/**
|
|
10698
|
+
* Region where the Kafka instance is located.
|
|
10699
|
+
*/
|
|
10700
|
+
region?: pulumi.Input<string>;
|
|
10701
|
+
/**
|
|
10702
|
+
* Role TRN, used to authorize TOS to access Kafka service.
|
|
10703
|
+
*/
|
|
10704
|
+
role?: pulumi.Input<string>;
|
|
10705
|
+
/**
|
|
10706
|
+
* Name of the Kafka topic.
|
|
10707
|
+
*/
|
|
10708
|
+
topic?: pulumi.Input<string>;
|
|
10709
|
+
/**
|
|
10710
|
+
* Kafka username.
|
|
10711
|
+
*/
|
|
10712
|
+
user?: pulumi.Input<string>;
|
|
10713
|
+
}
|
|
10714
|
+
interface BucketNotificationNotificationRuleDestinationRocketMq {
|
|
10715
|
+
/**
|
|
10716
|
+
* RocketMQ AccessKey。
|
|
10717
|
+
*/
|
|
10718
|
+
accessKeyId?: pulumi.Input<string>;
|
|
10719
|
+
/**
|
|
10720
|
+
* RocketMQ instance ID.
|
|
10721
|
+
*/
|
|
10722
|
+
instanceId?: pulumi.Input<string>;
|
|
10723
|
+
/**
|
|
10724
|
+
* Role TRN, used to authorize TOS to access RocketMQ service.
|
|
10725
|
+
*/
|
|
10726
|
+
role?: pulumi.Input<string>;
|
|
10727
|
+
/**
|
|
10728
|
+
* Name of the RocketMQ topic.
|
|
10729
|
+
*/
|
|
10730
|
+
topic?: pulumi.Input<string>;
|
|
10731
|
+
}
|
|
10732
|
+
interface BucketNotificationNotificationRuleDestinationVeFaa {
|
|
10733
|
+
/**
|
|
10734
|
+
* Function ID for event delivery.
|
|
10735
|
+
*/
|
|
10736
|
+
functionId?: pulumi.Input<string>;
|
|
10737
|
+
}
|
|
10738
|
+
interface BucketNotificationNotificationRuleFilter {
|
|
10739
|
+
/**
|
|
10740
|
+
* Object filter information.
|
|
10741
|
+
*/
|
|
10742
|
+
tosKey?: pulumi.Input<inputs.tos.BucketNotificationNotificationRuleFilterTosKey>;
|
|
10743
|
+
}
|
|
10744
|
+
interface BucketNotificationNotificationRuleFilterTosKey {
|
|
10745
|
+
filterRules?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleFilterTosKeyFilterRule>[]>;
|
|
10746
|
+
}
|
|
10747
|
+
interface BucketNotificationNotificationRuleFilterTosKeyFilterRule {
|
|
10748
|
+
/**
|
|
10749
|
+
* Matching conditions. The values are as follows: prefix: prefix; suffix: suffix.
|
|
10750
|
+
*/
|
|
10751
|
+
name?: pulumi.Input<string>;
|
|
10752
|
+
/**
|
|
10753
|
+
* Matched prefix and suffix information.
|
|
10754
|
+
*/
|
|
10755
|
+
value?: pulumi.Input<string>;
|
|
10756
|
+
}
|
|
10757
|
+
interface BucketRealtimeLogRealTimeLog {
|
|
10758
|
+
/**
|
|
10759
|
+
* Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
|
|
10760
|
+
*/
|
|
10761
|
+
role: pulumi.Input<string>;
|
|
10762
|
+
/**
|
|
10763
|
+
* Log project ID
|
|
10764
|
+
*/
|
|
10765
|
+
tlsProjectId?: pulumi.Input<string>;
|
|
10766
|
+
/**
|
|
10767
|
+
* Log topic ID
|
|
10768
|
+
*/
|
|
10769
|
+
tlsTopicId?: pulumi.Input<string>;
|
|
10770
|
+
/**
|
|
10771
|
+
* For topics created using the TOS service, only "true" is allowed as a value
|
|
10772
|
+
*/
|
|
10773
|
+
useServiceTopic: pulumi.Input<boolean>;
|
|
10774
|
+
}
|
|
10562
10775
|
interface BucketTag {
|
|
10563
10776
|
/**
|
|
10564
10777
|
* Tag key
|
|
@@ -10571,6 +10784,16 @@ export declare namespace tos {
|
|
|
10571
10784
|
}
|
|
10572
10785
|
}
|
|
10573
10786
|
export declare namespace transitrouter {
|
|
10787
|
+
interface PeerAttachmentTag {
|
|
10788
|
+
/**
|
|
10789
|
+
* Tag key for cross-region connection user tags. Length must be between 1 and 128 characters. Case-sensitive; cannot start with any case combination of sys:. Cannot start or end with a space character. Allowed characters include letters, numbers, space character, underscore (_), period (.), colon (:), slash (/), equals sign (=), plus sign (+), minus sign (-), and @. Note: Tag keys for the same resource must be unique. If this parameter is not provided or no value is specified, the default is empty.
|
|
10790
|
+
*/
|
|
10791
|
+
key?: pulumi.Input<string>;
|
|
10792
|
+
/**
|
|
10793
|
+
* Tag value for the cross-region connection user tag. Length limit: 0–255 characters. Case-sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Note: If this parameter is provided, Tags.N.Key must be provided first.
|
|
10794
|
+
*/
|
|
10795
|
+
value?: pulumi.Input<string>;
|
|
10796
|
+
}
|
|
10574
10797
|
interface TransitRouterAttachment {
|
|
10575
10798
|
/**
|
|
10576
10799
|
* Whether to automatically synchronize TR routes to the network instance route table. true: Yes. false: No.
|
|
@@ -13333,6 +13556,16 @@ export declare namespace vpn {
|
|
|
13333
13556
|
*/
|
|
13334
13557
|
value?: pulumi.Input<string>;
|
|
13335
13558
|
}
|
|
13559
|
+
interface SslVpnClientCertTag {
|
|
13560
|
+
/**
|
|
13561
|
+
* Tag key (Key) for SSL client certificate tags. Parameter - N: indicates the sequence number of the tag key, range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of 'sys:' in any case. Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1–128 characters. Note: Duplicate tag keys are not allowed for the same resource.
|
|
13562
|
+
*/
|
|
13563
|
+
key?: pulumi.Input<string>;
|
|
13564
|
+
/**
|
|
13565
|
+
* Tag value (Value) for SSL client certificate tags. Parameter - N: indicates the sequence number of the tag value, range: 1–20. Multiple tag values are separated by &. Naming rules: Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty, length must be between 0–256 characters. Case-sensitive, cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
|
|
13566
|
+
*/
|
|
13567
|
+
value?: pulumi.Input<string>;
|
|
13568
|
+
}
|
|
13336
13569
|
interface VpnConnectionBgpInfo {
|
|
13337
13570
|
/**
|
|
13338
13571
|
* Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
|