@volcengine/pulumi-volcenginecc 0.0.31 → 0.0.33
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/cen/getInterRegionBandwidth.d.ts +72 -0
- package/cen/getInterRegionBandwidth.js +28 -0
- package/cen/getInterRegionBandwidth.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +22 -0
- package/cen/getInterRegionBandwidths.js +24 -0
- package/cen/getInterRegionBandwidths.js.map +1 -0
- package/cen/getRouteEntries.d.ts +22 -0
- package/cen/getRouteEntries.js +24 -0
- package/cen/getRouteEntries.js.map +1 -0
- package/cen/getRouteEntry.d.ts +72 -0
- package/cen/getRouteEntry.js +28 -0
- package/cen/getRouteEntry.js.map +1 -0
- package/cen/getServiceRouteEntries.d.ts +22 -0
- package/cen/getServiceRouteEntries.js +24 -0
- package/cen/getServiceRouteEntries.js.map +1 -0
- package/cen/getServiceRouteEntry.d.ts +73 -0
- package/cen/getServiceRouteEntry.js +28 -0
- package/cen/getServiceRouteEntry.js.map +1 -0
- package/cen/index.d.ts +27 -0
- package/cen/index.js +34 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +152 -0
- package/cen/interRegionBandwidth.js +101 -0
- package/cen/interRegionBandwidth.js.map +1 -0
- package/cen/routeEntry.d.ts +152 -0
- package/cen/routeEntry.js +104 -0
- package/cen/routeEntry.js.map +1 -0
- package/cen/serviceRouteEntry.d.ts +138 -0
- package/cen/serviceRouteEntry.js +83 -0
- package/cen/serviceRouteEntry.js.map +1 -0
- package/clb/getListener.d.ts +4 -0
- package/clb/getListener.js.map +1 -1
- package/clb/listener.d.ts +3 -0
- package/clb/listener.js +2 -0
- package/clb/listener.js.map +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/mongodb/getSslState.d.ts +56 -0
- package/mongodb/getSslState.js +28 -0
- package/mongodb/getSslState.js.map +1 -0
- package/mongodb/getSslStates.d.ts +22 -0
- package/mongodb/getSslStates.js +24 -0
- package/mongodb/getSslStates.js.map +1 -0
- package/mongodb/index.d.ts +9 -0
- package/mongodb/index.js +12 -1
- package/mongodb/index.js.map +1 -1
- package/mongodb/sslState.d.ts +105 -0
- package/mongodb/sslState.js +81 -0
- package/mongodb/sslState.js.map +1 -0
- 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/privatelink/endpointService.d.ts +15 -3
- package/privatelink/endpointService.js +2 -0
- package/privatelink/endpointService.js.map +1 -1
- package/privatelink/getEndpointService.d.ts +5 -1
- package/privatelink/getEndpointService.js.map +1 -1
- package/privatelink/getVpcEndpointConnection.d.ts +89 -0
- package/privatelink/getVpcEndpointConnection.js +28 -0
- package/privatelink/getVpcEndpointConnection.js.map +1 -0
- package/privatelink/getVpcEndpointConnections.d.ts +22 -0
- package/privatelink/getVpcEndpointConnections.js +24 -0
- package/privatelink/getVpcEndpointConnections.js.map +1 -0
- package/privatelink/index.d.ts +9 -0
- package/privatelink/index.js +12 -1
- package/privatelink/index.js.map +1 -1
- package/privatelink/vpcEndpointConnection.d.ts +156 -0
- package/privatelink/vpcEndpointConnection.js +88 -0
- package/privatelink/vpcEndpointConnection.js.map +1 -0
- package/rabbitmq/allowList.d.ts +151 -0
- package/rabbitmq/allowList.js +100 -0
- package/rabbitmq/allowList.js.map +1 -0
- package/rabbitmq/getAllowList.d.ts +73 -0
- package/rabbitmq/getAllowList.js +28 -0
- package/rabbitmq/getAllowList.js.map +1 -0
- package/rabbitmq/getAllowLists.d.ts +22 -0
- package/rabbitmq/getAllowLists.js +24 -0
- package/rabbitmq/getAllowLists.js.map +1 -0
- package/rabbitmq/index.d.ts +9 -0
- package/rabbitmq/index.js +12 -1
- package/rabbitmq/index.js.map +1 -1
- package/redis/allowList.d.ts +148 -0
- package/redis/allowList.js +78 -0
- package/redis/allowList.js.map +1 -0
- package/redis/getAllowList.d.ts +81 -0
- package/redis/getAllowList.js +28 -0
- package/redis/getAllowList.js.map +1 -0
- package/redis/getAllowLists.d.ts +22 -0
- package/redis/getAllowLists.js +24 -0
- package/redis/getAllowLists.js.map +1 -0
- package/redis/index.d.ts +9 -0
- package/redis/index.js +12 -1
- package/redis/index.js.map +1 -1
- package/storageebs/getSnapshotGroup.d.ts +81 -0
- package/storageebs/getSnapshotGroup.js +28 -0
- package/storageebs/getSnapshotGroup.js.map +1 -0
- package/storageebs/getSnapshotGroups.d.ts +22 -0
- package/storageebs/getSnapshotGroups.js +24 -0
- package/storageebs/getSnapshotGroups.js.map +1 -0
- package/storageebs/index.d.ts +9 -0
- package/storageebs/index.js +12 -1
- package/storageebs/index.js.map +1 -1
- package/storageebs/snapshotGroup.d.ts +168 -0
- package/storageebs/snapshotGroup.js +105 -0
- package/storageebs/snapshotGroup.js.map +1 -0
- package/tls/alarmNotifyGroup.d.ts +113 -0
- package/tls/alarmNotifyGroup.js +75 -0
- package/tls/alarmNotifyGroup.js.map +1 -0
- package/tls/getAlarmNotifyGroup.d.ts +69 -0
- package/tls/getAlarmNotifyGroup.js +28 -0
- package/tls/getAlarmNotifyGroup.js.map +1 -0
- package/tls/getAlarmNotifyGroups.d.ts +22 -0
- package/tls/getAlarmNotifyGroups.js +24 -0
- package/tls/getAlarmNotifyGroups.js.map +1 -0
- package/tls/getRule.d.ts +109 -0
- package/tls/getRule.js +28 -0
- package/tls/getRule.js.map +1 -0
- package/tls/getRules.d.ts +22 -0
- package/tls/getRules.js +24 -0
- package/tls/getRules.js.map +1 -0
- package/tls/getShipper.d.ts +101 -0
- package/tls/getShipper.js +28 -0
- package/tls/getShipper.js.map +1 -0
- package/tls/getShippers.d.ts +22 -0
- package/tls/getShippers.js +24 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/index.d.ts +27 -0
- package/tls/index.js +34 -1
- package/tls/index.js.map +1 -1
- package/tls/rule.d.ts +221 -0
- package/tls/rule.js +98 -0
- package/tls/rule.js.map +1 -0
- package/tls/shipper.d.ts +211 -0
- package/tls/shipper.js +97 -0
- package/tls/shipper.js.map +1 -0
- package/tos/bucketEncryption.d.ts +94 -0
- package/tos/bucketEncryption.js +78 -0
- package/tos/bucketEncryption.js.map +1 -0
- package/tos/bucketInventory.d.ts +155 -0
- package/tos/bucketInventory.js +95 -0
- package/tos/bucketInventory.js.map +1 -0
- package/tos/getBucketEncryption.d.ts +48 -0
- package/tos/getBucketEncryption.js +28 -0
- package/tos/getBucketEncryption.js.map +1 -0
- package/tos/getBucketEncryptions.d.ts +22 -0
- package/tos/getBucketEncryptions.js +24 -0
- package/tos/getBucketEncryptions.js.map +1 -0
- package/tos/getBucketInventories.d.ts +22 -0
- package/tos/getBucketInventories.js +24 -0
- package/tos/getBucketInventories.js.map +1 -0
- package/tos/getBucketInventory.d.ts +73 -0
- package/tos/getBucketInventory.js +28 -0
- package/tos/getBucketInventory.js.map +1 -0
- package/tos/index.d.ts +18 -0
- package/tos/index.js +23 -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 +1076 -122
- package/types/output.d.ts +2439 -393
- package/vefaas/getRelease.d.ts +120 -0
- package/vefaas/getRelease.js +28 -0
- package/vefaas/getRelease.js.map +1 -0
- package/vefaas/getReleases.d.ts +22 -0
- package/vefaas/getReleases.js +24 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/index.d.ts +9 -0
- package/vefaas/index.js +12 -1
- package/vefaas/index.js.map +1 -1
- package/vefaas/release.d.ts +253 -0
- package/vefaas/release.js +120 -0
- package/vefaas/release.js.map +1 -0
- package/vepfs/getMountService.d.ts +93 -0
- package/vepfs/getMountService.js +28 -0
- package/vepfs/getMountService.js.map +1 -0
- package/vepfs/getMountServices.d.ts +22 -0
- package/vepfs/getMountServices.js +24 -0
- package/vepfs/getMountServices.js.map +1 -0
- package/vepfs/index.d.ts +9 -0
- package/vepfs/index.js +12 -1
- package/vepfs/index.js.map +1 -1
- package/vepfs/mountService.d.ts +172 -0
- package/vepfs/mountService.js +99 -0
- package/vepfs/mountService.js.map +1 -0
- package/vke/getKubeconfig.d.ts +72 -0
- package/vke/getKubeconfig.js +28 -0
- package/vke/getKubeconfig.js.map +1 -0
- package/vke/getKubeconfigs.d.ts +22 -0
- package/vke/getKubeconfigs.js +24 -0
- package/vke/getKubeconfigs.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/kubeconfig.d.ts +142 -0
- package/vke/kubeconfig.js +93 -0
- package/vke/kubeconfig.js.map +1 -0
- 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
|
}
|
|
@@ -3902,6 +3918,20 @@ export declare namespace cen {
|
|
|
3902
3918
|
*/
|
|
3903
3919
|
value?: pulumi.Input<string>;
|
|
3904
3920
|
}
|
|
3921
|
+
interface ServiceRouteEntryPublishToInstance {
|
|
3922
|
+
/**
|
|
3923
|
+
* Network instance ID for published cloud service access route.
|
|
3924
|
+
*/
|
|
3925
|
+
instanceId?: pulumi.Input<string>;
|
|
3926
|
+
/**
|
|
3927
|
+
* Region for published cloud service access route.
|
|
3928
|
+
*/
|
|
3929
|
+
instanceRegionId?: pulumi.Input<string>;
|
|
3930
|
+
/**
|
|
3931
|
+
* Network instance type for published cloud service access route.
|
|
3932
|
+
*/
|
|
3933
|
+
instanceType?: pulumi.Input<string>;
|
|
3934
|
+
}
|
|
3905
3935
|
}
|
|
3906
3936
|
export declare namespace clb {
|
|
3907
3937
|
interface AclAclEntry {
|
|
@@ -4076,6 +4106,20 @@ export declare namespace clb {
|
|
|
4076
4106
|
*/
|
|
4077
4107
|
value?: pulumi.Input<string>;
|
|
4078
4108
|
}
|
|
4109
|
+
interface ListenerDomainExtension {
|
|
4110
|
+
/**
|
|
4111
|
+
* Certificate ID of the extended domain name.
|
|
4112
|
+
*/
|
|
4113
|
+
certCenterCertificateId?: pulumi.Input<string>;
|
|
4114
|
+
/**
|
|
4115
|
+
* Certificate source for the extended domain name to be added. Value: cert_center: SSL certificate from Volcano Engine Certificate Center. This parameter is required when adding an extended domain name.
|
|
4116
|
+
*/
|
|
4117
|
+
certificateSource?: pulumi.Input<string>;
|
|
4118
|
+
/**
|
|
4119
|
+
* Domain name. Supports both wildcard and exact domain names. Specifications: 1. Must contain at least one '.', and cannot start or end with '.'. 2. Only letters, numbers, '.', '-', and '*' are allowed. 3. Length must be between 1 and 128 characters. 4. Wildcard domain: Use '*' to replace one or more characters. 5. Exact domain: A domain name that strictly follows domain name specifications.
|
|
4120
|
+
*/
|
|
4121
|
+
domain?: pulumi.Input<string>;
|
|
4122
|
+
}
|
|
4079
4123
|
interface ListenerHealthCheck {
|
|
4080
4124
|
/**
|
|
4081
4125
|
* Domain name for health check. Must be set to the actual address provided by the backend server. This parameter takes effect when Protocol is set to HTTP or HTTPS and HealthCheck.Enabled is on. Must contain at least one period (.), and cannot start or end with a period (.). Each string can include letters, numbers, hyphens (-), and periods (.), with hyphens (-) not allowed at the beginning or end of the string. Length limit: 1 to 128 characters. If this parameter is not provided or no value is specified, the default is empty, meaning CLB uses the private IP address of each backend server for health checks.
|
|
@@ -4643,41 +4687,46 @@ export declare namespace cloudmonitor {
|
|
|
4643
4687
|
export declare namespace config {
|
|
4644
4688
|
}
|
|
4645
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
|
+
}
|
|
4646
4711
|
interface RegistryProxyCache {
|
|
4647
4712
|
/**
|
|
4648
|
-
* Instance types supported by ProxyCache
|
|
4713
|
+
* Instance types supported by ProxyCache. Parameter value description: DockerHub: DockerHub image repository.
|
|
4649
4714
|
*/
|
|
4650
4715
|
type?: pulumi.Input<string>;
|
|
4651
4716
|
}
|
|
4652
4717
|
interface RegistryStatus {
|
|
4653
4718
|
/**
|
|
4654
|
-
* Creating, [ Progressing ]: Creating
|
|
4655
|
-
* Running, [ Ok ]: Running
|
|
4656
|
-
* Running, [ Degraded ]: Running
|
|
4657
|
-
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4658
|
-
* Stopped, [ Released ]: Pending reclamation
|
|
4659
|
-
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4660
|
-
* Starting, [ Progressing ]: Starting
|
|
4661
|
-
* Deleting, [ Progressing ]: Deleting
|
|
4662
|
-
* 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.
|
|
4663
4720
|
*/
|
|
4664
4721
|
conditions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4665
4722
|
/**
|
|
4666
|
-
* Creating, [ Progressing ]: Creating
|
|
4667
|
-
* Running, [ Ok ]: Running
|
|
4668
|
-
* Running, [ Degraded ]: Running
|
|
4669
|
-
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4670
|
-
* Stopped, [ Released ]: Pending reclamation
|
|
4671
|
-
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4672
|
-
* Starting, [ Progressing ]: Starting
|
|
4673
|
-
* Deleting, [ Progressing ]: Deleting
|
|
4674
|
-
* 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.
|
|
4675
4724
|
*/
|
|
4676
4725
|
phase?: pulumi.Input<string>;
|
|
4677
4726
|
}
|
|
4678
4727
|
interface RegistryTag {
|
|
4679
4728
|
/**
|
|
4680
|
-
* Tag key
|
|
4729
|
+
* Tag key
|
|
4681
4730
|
*/
|
|
4682
4731
|
key?: pulumi.Input<string>;
|
|
4683
4732
|
/**
|
|
@@ -7556,6 +7605,16 @@ export declare namespace organization {
|
|
|
7556
7605
|
*/
|
|
7557
7606
|
mainName?: pulumi.Input<string>;
|
|
7558
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
|
+
}
|
|
7559
7618
|
}
|
|
7560
7619
|
export declare namespace privatelink {
|
|
7561
7620
|
interface EndpointServicePrivateDnsNameConfiguration {
|
|
@@ -7577,10 +7636,6 @@ export declare namespace privatelink {
|
|
|
7577
7636
|
value?: pulumi.Input<string>;
|
|
7578
7637
|
}
|
|
7579
7638
|
interface EndpointServiceResource {
|
|
7580
|
-
/**
|
|
7581
|
-
* Endpoint service ID.
|
|
7582
|
-
*/
|
|
7583
|
-
instanceId?: pulumi.Input<string>;
|
|
7584
7639
|
/**
|
|
7585
7640
|
* Service resource ID to be added to the endpoint service.
|
|
7586
7641
|
*/
|
|
@@ -7600,6 +7655,54 @@ export declare namespace privatelink {
|
|
|
7600
7655
|
*/
|
|
7601
7656
|
value?: pulumi.Input<string>;
|
|
7602
7657
|
}
|
|
7658
|
+
interface VpcEndpointConnectionResourcesAllocate {
|
|
7659
|
+
/**
|
|
7660
|
+
* Specify the service resource for the endpoint connection
|
|
7661
|
+
*/
|
|
7662
|
+
resourceId?: pulumi.Input<string>;
|
|
7663
|
+
/**
|
|
7664
|
+
* Availability zone ID of the service resource to be specified
|
|
7665
|
+
*/
|
|
7666
|
+
zoneId?: pulumi.Input<string>;
|
|
7667
|
+
}
|
|
7668
|
+
interface VpcEndpointConnectionZone {
|
|
7669
|
+
/**
|
|
7670
|
+
* Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
|
|
7671
|
+
*/
|
|
7672
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
7673
|
+
/**
|
|
7674
|
+
* The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
|
|
7675
|
+
*/
|
|
7676
|
+
networkInterfaceIp?: pulumi.Input<string>;
|
|
7677
|
+
/**
|
|
7678
|
+
* Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
|
|
7679
|
+
*/
|
|
7680
|
+
networkInterfaceIpv6?: pulumi.Input<string>;
|
|
7681
|
+
/**
|
|
7682
|
+
* Service resource ID
|
|
7683
|
+
*/
|
|
7684
|
+
resourceId?: pulumi.Input<string>;
|
|
7685
|
+
/**
|
|
7686
|
+
* Status of the service resource
|
|
7687
|
+
*/
|
|
7688
|
+
serviceStatus?: pulumi.Input<string>;
|
|
7689
|
+
/**
|
|
7690
|
+
* ID of the subnet to which the endpoint network interface belongs
|
|
7691
|
+
*/
|
|
7692
|
+
subnetId?: pulumi.Input<string>;
|
|
7693
|
+
/**
|
|
7694
|
+
* The domain name of the terminal node availability zone.
|
|
7695
|
+
*/
|
|
7696
|
+
zoneDomain?: pulumi.Input<string>;
|
|
7697
|
+
/**
|
|
7698
|
+
* Endpoint zone ID
|
|
7699
|
+
*/
|
|
7700
|
+
zoneId?: pulumi.Input<string>;
|
|
7701
|
+
/**
|
|
7702
|
+
* Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
|
|
7703
|
+
*/
|
|
7704
|
+
zoneStatus?: pulumi.Input<string>;
|
|
7705
|
+
}
|
|
7603
7706
|
interface VpcEndpointTag {
|
|
7604
7707
|
/**
|
|
7605
7708
|
* Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
|
|
@@ -7690,6 +7793,12 @@ export declare namespace privatezone {
|
|
|
7690
7793
|
}
|
|
7691
7794
|
}
|
|
7692
7795
|
export declare namespace rabbitmq {
|
|
7796
|
+
interface AllowListAssociatedInstance {
|
|
7797
|
+
/**
|
|
7798
|
+
* Instance ID
|
|
7799
|
+
*/
|
|
7800
|
+
instanceId?: pulumi.Input<string>;
|
|
7801
|
+
}
|
|
7693
7802
|
interface InstanceChargeDetail {
|
|
7694
7803
|
/**
|
|
7695
7804
|
* Whether to automatically renew the subscription instance after expiration.
|
|
@@ -8747,6 +8856,34 @@ export declare namespace rdspostgresql {
|
|
|
8747
8856
|
}
|
|
8748
8857
|
}
|
|
8749
8858
|
export declare namespace redis {
|
|
8859
|
+
interface AllowListAssociatedInstance {
|
|
8860
|
+
/**
|
|
8861
|
+
* Instance ID bound to the current allowlist
|
|
8862
|
+
*/
|
|
8863
|
+
instanceId?: pulumi.Input<string>;
|
|
8864
|
+
/**
|
|
8865
|
+
* Instance names bound to the current allowlist
|
|
8866
|
+
*/
|
|
8867
|
+
instanceName?: pulumi.Input<string>;
|
|
8868
|
+
/**
|
|
8869
|
+
* Project name associated with the instance
|
|
8870
|
+
*/
|
|
8871
|
+
projectName?: pulumi.Input<string>;
|
|
8872
|
+
/**
|
|
8873
|
+
* Private network ID associated with the instance
|
|
8874
|
+
*/
|
|
8875
|
+
vpc?: pulumi.Input<string>;
|
|
8876
|
+
}
|
|
8877
|
+
interface AllowListSecurityGroupBindInfo {
|
|
8878
|
+
/**
|
|
8879
|
+
* Security group association mode. The value range is as follows: IngressDirectionIp: ingress IP, which allows IPs involved in TCP and ALL protocols in the source address of the security group ingress direction to access the database. If the source address is configured as a security group, it will be ignored. AssociateEcsIp: associate ECS IP, which allows cloud servers within the security group to access the database. Currently, only importing IP information of the primary network interface is supported
|
|
8880
|
+
*/
|
|
8881
|
+
bindMode?: pulumi.Input<string>;
|
|
8882
|
+
/**
|
|
8883
|
+
* Associated security group ID
|
|
8884
|
+
*/
|
|
8885
|
+
securityGroupId?: pulumi.Input<string>;
|
|
8886
|
+
}
|
|
8750
8887
|
interface InstanceCapacity {
|
|
8751
8888
|
/**
|
|
8752
8889
|
* Total memory capacity of the current instance. Unit: MiB.
|
|
@@ -9014,6 +9151,109 @@ export declare namespace rocketmq {
|
|
|
9014
9151
|
}
|
|
9015
9152
|
}
|
|
9016
9153
|
export declare namespace storageebs {
|
|
9154
|
+
interface SnapshotGroupSnapshot {
|
|
9155
|
+
/**
|
|
9156
|
+
* Snapshot creation time
|
|
9157
|
+
*/
|
|
9158
|
+
creationTime?: pulumi.Input<string>;
|
|
9159
|
+
/**
|
|
9160
|
+
* Snapshot description
|
|
9161
|
+
*/
|
|
9162
|
+
description?: pulumi.Input<string>;
|
|
9163
|
+
/**
|
|
9164
|
+
* Image ID
|
|
9165
|
+
*/
|
|
9166
|
+
imageId?: pulumi.Input<string>;
|
|
9167
|
+
/**
|
|
9168
|
+
* Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
|
|
9169
|
+
*/
|
|
9170
|
+
instantAccess?: pulumi.Input<boolean>;
|
|
9171
|
+
/**
|
|
9172
|
+
* Dump progress
|
|
9173
|
+
*/
|
|
9174
|
+
progress?: pulumi.Input<number>;
|
|
9175
|
+
/**
|
|
9176
|
+
* Project of the snapshot
|
|
9177
|
+
*/
|
|
9178
|
+
projectName?: pulumi.Input<string>;
|
|
9179
|
+
/**
|
|
9180
|
+
* Retention days for automatic snapshots
|
|
9181
|
+
*/
|
|
9182
|
+
retentionDays?: pulumi.Input<number>;
|
|
9183
|
+
/**
|
|
9184
|
+
* Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
|
|
9185
|
+
*/
|
|
9186
|
+
shared?: pulumi.Input<boolean>;
|
|
9187
|
+
/**
|
|
9188
|
+
* Snapshot consistency group ID
|
|
9189
|
+
*/
|
|
9190
|
+
snapshotGroupId?: pulumi.Input<string>;
|
|
9191
|
+
/**
|
|
9192
|
+
* Snapshot ID
|
|
9193
|
+
*/
|
|
9194
|
+
snapshotId?: pulumi.Input<string>;
|
|
9195
|
+
/**
|
|
9196
|
+
* Snapshot name
|
|
9197
|
+
*/
|
|
9198
|
+
snapshotName?: pulumi.Input<string>;
|
|
9199
|
+
/**
|
|
9200
|
+
* Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
|
|
9201
|
+
*/
|
|
9202
|
+
snapshotType?: pulumi.Input<string>;
|
|
9203
|
+
/**
|
|
9204
|
+
* Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
|
|
9205
|
+
*/
|
|
9206
|
+
status?: pulumi.Input<string>;
|
|
9207
|
+
tags?: pulumi.Input<pulumi.Input<inputs.storageebs.SnapshotGroupSnapshotTag>[]>;
|
|
9208
|
+
/**
|
|
9209
|
+
* Cloud disk ID
|
|
9210
|
+
*/
|
|
9211
|
+
volumeId?: pulumi.Input<string>;
|
|
9212
|
+
/**
|
|
9213
|
+
* Cloud disk category. Values are as follows: - system: System disk - data: Data disk
|
|
9214
|
+
*/
|
|
9215
|
+
volumeKind?: pulumi.Input<string>;
|
|
9216
|
+
/**
|
|
9217
|
+
* Cloud disk name
|
|
9218
|
+
*/
|
|
9219
|
+
volumeName?: pulumi.Input<string>;
|
|
9220
|
+
/**
|
|
9221
|
+
* Cloud disk size (GiB)
|
|
9222
|
+
*/
|
|
9223
|
+
volumeSize?: pulumi.Input<number>;
|
|
9224
|
+
/**
|
|
9225
|
+
* Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
|
|
9226
|
+
*/
|
|
9227
|
+
volumeStatus?: pulumi.Input<string>;
|
|
9228
|
+
/**
|
|
9229
|
+
* Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
|
|
9230
|
+
*/
|
|
9231
|
+
volumeType?: pulumi.Input<string>;
|
|
9232
|
+
/**
|
|
9233
|
+
* Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
|
|
9234
|
+
*/
|
|
9235
|
+
zoneId?: pulumi.Input<string>;
|
|
9236
|
+
}
|
|
9237
|
+
interface SnapshotGroupSnapshotTag {
|
|
9238
|
+
/**
|
|
9239
|
+
* Tag key
|
|
9240
|
+
*/
|
|
9241
|
+
key?: pulumi.Input<string>;
|
|
9242
|
+
/**
|
|
9243
|
+
* Tag value
|
|
9244
|
+
*/
|
|
9245
|
+
value?: pulumi.Input<string>;
|
|
9246
|
+
}
|
|
9247
|
+
interface SnapshotGroupTag {
|
|
9248
|
+
/**
|
|
9249
|
+
* Tag key
|
|
9250
|
+
*/
|
|
9251
|
+
key?: pulumi.Input<string>;
|
|
9252
|
+
/**
|
|
9253
|
+
* Tag value
|
|
9254
|
+
*/
|
|
9255
|
+
value?: pulumi.Input<string>;
|
|
9256
|
+
}
|
|
9017
9257
|
interface SnapshotTag {
|
|
9018
9258
|
/**
|
|
9019
9259
|
* User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
|
|
@@ -9070,120 +9310,273 @@ export declare namespace storageebs {
|
|
|
9070
9310
|
}
|
|
9071
9311
|
}
|
|
9072
9312
|
export declare namespace tls {
|
|
9073
|
-
interface
|
|
9313
|
+
interface AlarmNotifyGroupNoticeRule {
|
|
9074
9314
|
/**
|
|
9075
|
-
*
|
|
9315
|
+
* Whether there is an end node afterwards.
|
|
9076
9316
|
*/
|
|
9077
|
-
|
|
9317
|
+
hasEndNode?: pulumi.Input<boolean>;
|
|
9078
9318
|
/**
|
|
9079
|
-
*
|
|
9319
|
+
* Condition for whether to proceed to the next level.
|
|
9080
9320
|
*/
|
|
9081
|
-
|
|
9321
|
+
hasNext?: pulumi.Input<boolean>;
|
|
9322
|
+
receiverInfos?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo>[]>;
|
|
9323
|
+
/**
|
|
9324
|
+
* Rule node. JSON format.
|
|
9325
|
+
*/
|
|
9326
|
+
ruleNode?: pulumi.Input<string>;
|
|
9082
9327
|
}
|
|
9083
|
-
interface
|
|
9328
|
+
interface AlarmNotifyGroupNoticeRuleReceiverInfo {
|
|
9084
9329
|
/**
|
|
9085
|
-
*
|
|
9330
|
+
* Alarm content template ID.
|
|
9086
9331
|
*/
|
|
9087
|
-
|
|
9332
|
+
alarmContentTemplateId?: pulumi.Input<string>;
|
|
9088
9333
|
/**
|
|
9089
|
-
*
|
|
9334
|
+
* User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9090
9335
|
*/
|
|
9091
|
-
|
|
9336
|
+
alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9092
9337
|
/**
|
|
9093
|
-
*
|
|
9338
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9094
9339
|
*/
|
|
9095
|
-
|
|
9340
|
+
alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9096
9341
|
/**
|
|
9097
|
-
*
|
|
9342
|
+
* Alarm webhook integration configuration ID.
|
|
9098
9343
|
*/
|
|
9099
|
-
|
|
9344
|
+
alarmWebhookIntegrationId?: pulumi.Input<string>;
|
|
9100
9345
|
/**
|
|
9101
|
-
*
|
|
9346
|
+
* Name of the alarm Webhook integration configuration.
|
|
9102
9347
|
*/
|
|
9103
|
-
|
|
9348
|
+
alarmWebhookIntegrationName?: pulumi.Input<string>;
|
|
9104
9349
|
/**
|
|
9105
|
-
* Whether to
|
|
9350
|
+
* Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9106
9351
|
*/
|
|
9107
|
-
|
|
9352
|
+
alarmWebhookIsAtAll?: pulumi.Input<boolean>;
|
|
9108
9353
|
/**
|
|
9109
|
-
*
|
|
9354
|
+
* End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
|
|
9110
9355
|
*/
|
|
9111
|
-
|
|
9356
|
+
endTime?: pulumi.Input<string>;
|
|
9112
9357
|
/**
|
|
9113
|
-
*
|
|
9358
|
+
* Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
|
|
9114
9359
|
*/
|
|
9115
|
-
|
|
9360
|
+
generalWebhookBody?: pulumi.Input<string>;
|
|
9361
|
+
generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader>[]>;
|
|
9116
9362
|
/**
|
|
9117
|
-
*
|
|
9363
|
+
* Custom callback method for the interface. Only POST or PUT is supported.
|
|
9118
9364
|
*/
|
|
9119
|
-
|
|
9365
|
+
generalWebhookMethod?: pulumi.Input<string>;
|
|
9120
9366
|
/**
|
|
9121
|
-
*
|
|
9367
|
+
* Custom callback URL for the interface.
|
|
9122
9368
|
*/
|
|
9123
|
-
|
|
9369
|
+
generalWebhookUrl?: pulumi.Input<string>;
|
|
9124
9370
|
/**
|
|
9125
|
-
*
|
|
9371
|
+
* Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
|
|
9126
9372
|
*/
|
|
9127
|
-
|
|
9373
|
+
receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9128
9374
|
/**
|
|
9129
|
-
*
|
|
9375
|
+
* IAM user or user group name.
|
|
9130
9376
|
*/
|
|
9131
|
-
|
|
9132
|
-
}
|
|
9133
|
-
interface ImportTaskImportSourceInfoTosSourceInfo {
|
|
9377
|
+
receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9134
9378
|
/**
|
|
9135
|
-
*
|
|
9379
|
+
* Recipient type. Options: User: IAM user; UserGroup: IAM user group.
|
|
9136
9380
|
*/
|
|
9137
|
-
|
|
9381
|
+
receiverType?: pulumi.Input<string>;
|
|
9138
9382
|
/**
|
|
9139
|
-
*
|
|
9383
|
+
* Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
|
|
9140
9384
|
*/
|
|
9141
|
-
|
|
9385
|
+
startTime?: pulumi.Input<string>;
|
|
9386
|
+
}
|
|
9387
|
+
interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
|
|
9142
9388
|
/**
|
|
9143
|
-
*
|
|
9389
|
+
* Custom request header key.
|
|
9144
9390
|
*/
|
|
9145
|
-
|
|
9391
|
+
key?: pulumi.Input<string>;
|
|
9146
9392
|
/**
|
|
9147
|
-
*
|
|
9393
|
+
* Custom request header value.
|
|
9148
9394
|
*/
|
|
9149
|
-
|
|
9395
|
+
value?: pulumi.Input<string>;
|
|
9150
9396
|
}
|
|
9151
|
-
interface
|
|
9397
|
+
interface AlarmNotifyGroupReceiver {
|
|
9152
9398
|
/**
|
|
9153
|
-
*
|
|
9399
|
+
* Alarm content template ID.
|
|
9154
9400
|
*/
|
|
9155
|
-
|
|
9401
|
+
alarmContentTemplateId?: pulumi.Input<string>;
|
|
9156
9402
|
/**
|
|
9157
|
-
*
|
|
9403
|
+
* User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9158
9404
|
*/
|
|
9159
|
-
|
|
9405
|
+
alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9160
9406
|
/**
|
|
9161
|
-
*
|
|
9407
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9162
9408
|
*/
|
|
9163
|
-
|
|
9409
|
+
alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9164
9410
|
/**
|
|
9165
|
-
*
|
|
9411
|
+
* Alarm webhook integration configuration ID.
|
|
9166
9412
|
*/
|
|
9167
|
-
|
|
9168
|
-
}
|
|
9169
|
-
interface ImportTaskTargetInfoExtractRule {
|
|
9413
|
+
alarmWebhookIntegrationId?: pulumi.Input<string>;
|
|
9170
9414
|
/**
|
|
9171
|
-
*
|
|
9415
|
+
* Name of the alarm Webhook integration configuration.
|
|
9172
9416
|
*/
|
|
9173
|
-
|
|
9417
|
+
alarmWebhookIntegrationName?: pulumi.Input<string>;
|
|
9174
9418
|
/**
|
|
9175
|
-
*
|
|
9419
|
+
* Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9176
9420
|
*/
|
|
9177
|
-
|
|
9421
|
+
alarmWebhookIsAtAll?: pulumi.Input<boolean>;
|
|
9178
9422
|
/**
|
|
9179
|
-
*
|
|
9423
|
+
* End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
|
|
9180
9424
|
*/
|
|
9181
|
-
|
|
9425
|
+
endTime?: pulumi.Input<string>;
|
|
9182
9426
|
/**
|
|
9183
|
-
*
|
|
9427
|
+
* Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
|
|
9184
9428
|
*/
|
|
9185
|
-
|
|
9186
|
-
|
|
9429
|
+
generalWebhookBody?: pulumi.Input<string>;
|
|
9430
|
+
generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader>[]>;
|
|
9431
|
+
/**
|
|
9432
|
+
* Custom callback method for the interface. Only POST or PUT is supported.
|
|
9433
|
+
*/
|
|
9434
|
+
generalWebhookMethod?: pulumi.Input<string>;
|
|
9435
|
+
/**
|
|
9436
|
+
* Custom callback URL for the interface.
|
|
9437
|
+
*/
|
|
9438
|
+
generalWebhookUrl?: pulumi.Input<string>;
|
|
9439
|
+
/**
|
|
9440
|
+
* Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
|
|
9441
|
+
*/
|
|
9442
|
+
receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9443
|
+
/**
|
|
9444
|
+
* IAM user or user group name.
|
|
9445
|
+
*/
|
|
9446
|
+
receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9447
|
+
/**
|
|
9448
|
+
* Recipient type. Options: User: IAM user; UserGroup: IAM user group.
|
|
9449
|
+
*/
|
|
9450
|
+
receiverType?: pulumi.Input<string>;
|
|
9451
|
+
/**
|
|
9452
|
+
* Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
|
|
9453
|
+
*/
|
|
9454
|
+
startTime?: pulumi.Input<string>;
|
|
9455
|
+
}
|
|
9456
|
+
interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
|
|
9457
|
+
/**
|
|
9458
|
+
* Custom request header key.
|
|
9459
|
+
*/
|
|
9460
|
+
key?: pulumi.Input<string>;
|
|
9461
|
+
/**
|
|
9462
|
+
* Custom request header value.
|
|
9463
|
+
*/
|
|
9464
|
+
value?: pulumi.Input<string>;
|
|
9465
|
+
}
|
|
9466
|
+
interface ImportTaskImportSourceInfo {
|
|
9467
|
+
/**
|
|
9468
|
+
* Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
|
|
9469
|
+
*/
|
|
9470
|
+
kafkaSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoKafkaSourceInfo>;
|
|
9471
|
+
/**
|
|
9472
|
+
* TOS data source information. When sourceType is tos, the TosSourceInfo field is required.
|
|
9473
|
+
*/
|
|
9474
|
+
tosSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoTosSourceInfo>;
|
|
9475
|
+
}
|
|
9476
|
+
interface ImportTaskImportSourceInfoKafkaSourceInfo {
|
|
9477
|
+
/**
|
|
9478
|
+
* Data encoding format. Available options: UTF-8, GBK.
|
|
9479
|
+
*/
|
|
9480
|
+
encode?: pulumi.Input<string>;
|
|
9481
|
+
/**
|
|
9482
|
+
* Kafka consumer group. If not specified, the system will automatically create a Kafka consumer group.
|
|
9483
|
+
*/
|
|
9484
|
+
group?: pulumi.Input<string>;
|
|
9485
|
+
/**
|
|
9486
|
+
* The service addresses for different types of Kafka clusters vary. Details are as follows: Message Queue Kafka Edition: Use the access point of the Kafka instance. For more information, see Access Point. If the Kafka instance and the Log Service Project are in the same region, you can use private network access; otherwise, use public network access. Self-hosted Kafka clusters: Use the IP address and port number or the domain name and port number of the Kafka Broker. Only public network access is supported. Separate multiple service addresses with a comma (,).
|
|
9487
|
+
*/
|
|
9488
|
+
host?: pulumi.Input<string>;
|
|
9489
|
+
/**
|
|
9490
|
+
* Starting position for data import. Options: 0: Earliest time, start importing from the first record in the specified Kafka Topic. 1: Latest time, start importing from the most recently generated record in the specified Kafka Topic.
|
|
9491
|
+
*/
|
|
9492
|
+
initialOffset?: pulumi.Input<number>;
|
|
9493
|
+
/**
|
|
9494
|
+
* If you are using Message Queue Kafka Edition, set this to the Kafka instance ID.
|
|
9495
|
+
*/
|
|
9496
|
+
instanceId?: pulumi.Input<string>;
|
|
9497
|
+
/**
|
|
9498
|
+
* Whether to enable authentication. If you use a public service address, it is recommended to enable authentication.
|
|
9499
|
+
*/
|
|
9500
|
+
isNeedAuth?: pulumi.Input<boolean>;
|
|
9501
|
+
/**
|
|
9502
|
+
* Password authentication mechanism. Available options: PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512.
|
|
9503
|
+
*/
|
|
9504
|
+
mechanism?: pulumi.Input<string>;
|
|
9505
|
+
/**
|
|
9506
|
+
* Kafka SASL user password for authentication.
|
|
9507
|
+
*/
|
|
9508
|
+
password?: pulumi.Input<string>;
|
|
9509
|
+
/**
|
|
9510
|
+
* Secure transmission protocol. Options include plaintext, sasl*ssl, ssl, and sasl*plaintext
|
|
9511
|
+
*/
|
|
9512
|
+
protocol?: pulumi.Input<string>;
|
|
9513
|
+
/**
|
|
9514
|
+
* Specify log time. Options: 0: Use Kafka message timestamp. 1: Use current system time.
|
|
9515
|
+
*/
|
|
9516
|
+
timeSourceDefault?: pulumi.Input<number>;
|
|
9517
|
+
/**
|
|
9518
|
+
* Kafka Topic name. Separate multiple Kafka Topics with commas (,).
|
|
9519
|
+
*/
|
|
9520
|
+
topic?: pulumi.Input<string>;
|
|
9521
|
+
/**
|
|
9522
|
+
* Kafka SASL username for authentication.
|
|
9523
|
+
*/
|
|
9524
|
+
username?: pulumi.Input<string>;
|
|
9525
|
+
}
|
|
9526
|
+
interface ImportTaskImportSourceInfoTosSourceInfo {
|
|
9527
|
+
/**
|
|
9528
|
+
* TOS bucket name
|
|
9529
|
+
*/
|
|
9530
|
+
bucket?: pulumi.Input<string>;
|
|
9531
|
+
/**
|
|
9532
|
+
* Compression mode for data in the TOS bucket. none: No compression. snappy: Compress using snappy. gzip: Compress using gzip. lz4: Compress using lz4.
|
|
9533
|
+
*/
|
|
9534
|
+
compressType?: pulumi.Input<string>;
|
|
9535
|
+
/**
|
|
9536
|
+
* Path of the file to be imported in the TOS bucket.
|
|
9537
|
+
*/
|
|
9538
|
+
prefix?: pulumi.Input<string>;
|
|
9539
|
+
/**
|
|
9540
|
+
* Region where the TOS bucket is located. Cross-region data import is supported
|
|
9541
|
+
*/
|
|
9542
|
+
region?: pulumi.Input<string>;
|
|
9543
|
+
}
|
|
9544
|
+
interface ImportTaskTargetInfo {
|
|
9545
|
+
/**
|
|
9546
|
+
* Log extraction rule.
|
|
9547
|
+
*/
|
|
9548
|
+
extractRule?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRule>;
|
|
9549
|
+
/**
|
|
9550
|
+
* Log sample. When LogType is set to multiline_log, you must configure log samples. It is recommended to provide more than two log entries as examples to ensure the regular expression matches the first line of each log. Use real samples from the production environment.
|
|
9551
|
+
*/
|
|
9552
|
+
logSample?: pulumi.Input<string>;
|
|
9553
|
+
/**
|
|
9554
|
+
* Specify log parsing type during import. delimiter*log: CSV type. multiline*log: multiline full text type. minimalist*log: single line full text type. json*log: JSON type.
|
|
9555
|
+
*/
|
|
9556
|
+
logType: pulumi.Input<string>;
|
|
9557
|
+
/**
|
|
9558
|
+
* Region.
|
|
9559
|
+
*/
|
|
9560
|
+
region: pulumi.Input<string>;
|
|
9561
|
+
}
|
|
9562
|
+
interface ImportTaskTargetInfoExtractRule {
|
|
9563
|
+
/**
|
|
9564
|
+
* Basic content of log extraction rules.
|
|
9565
|
+
*/
|
|
9566
|
+
extractRule?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRuleExtractRule>;
|
|
9567
|
+
/**
|
|
9568
|
+
* Number of skipped rows. Only valid when the log type is delimiterLog and the import type is tos.
|
|
9569
|
+
*/
|
|
9570
|
+
skipLineCount?: pulumi.Input<number>;
|
|
9571
|
+
/**
|
|
9572
|
+
* Time extraction regular expression, used to extract the time value from the TimeKey field and parse it as the collection time
|
|
9573
|
+
*/
|
|
9574
|
+
timeExtractRegex?: pulumi.Input<string>;
|
|
9575
|
+
/**
|
|
9576
|
+
* Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
|
|
9577
|
+
*/
|
|
9578
|
+
timeZone?: pulumi.Input<string>;
|
|
9579
|
+
}
|
|
9187
9580
|
interface ImportTaskTargetInfoExtractRuleExtractRule {
|
|
9188
9581
|
/**
|
|
9189
9582
|
* Regular expression for identifying the first line of each log. The matched part is treated as the start of the log. When LogType is set to multiline_log, you must configure a log sample
|
|
@@ -9491,6 +9884,379 @@ export declare namespace tls {
|
|
|
9491
9884
|
*/
|
|
9492
9885
|
value?: pulumi.Input<string>;
|
|
9493
9886
|
}
|
|
9887
|
+
interface RuleContainerRule {
|
|
9888
|
+
/**
|
|
9889
|
+
* Container name to collect. If no container name is specified, all containers in the machine group will be collected. Supports regex matching; for example, setting the container name to ^(container-test)$ will collect all containers named container-test.
|
|
9890
|
+
*/
|
|
9891
|
+
containerNameRegex?: pulumi.Input<string>;
|
|
9892
|
+
envTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleEnvTag>[]>;
|
|
9893
|
+
excludeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerEnvRegex>[]>;
|
|
9894
|
+
excludeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerLabelRegex>[]>;
|
|
9895
|
+
includeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerEnvRegex>[]>;
|
|
9896
|
+
includeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerLabelRegex>[]>;
|
|
9897
|
+
/**
|
|
9898
|
+
* Kubernetes container collection rules.
|
|
9899
|
+
*/
|
|
9900
|
+
kubernetesRule?: pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRule>;
|
|
9901
|
+
/**
|
|
9902
|
+
* Collection information. stdout: Collects container standard output (stdout). stderr: Collects container standard error (stderr). all: Collects both container standard output (stdout) and standard error (stderr).
|
|
9903
|
+
*/
|
|
9904
|
+
stream?: pulumi.Input<string>;
|
|
9905
|
+
}
|
|
9906
|
+
interface RuleContainerRuleEnvTag {
|
|
9907
|
+
/**
|
|
9908
|
+
* Key.
|
|
9909
|
+
*/
|
|
9910
|
+
key?: pulumi.Input<string>;
|
|
9911
|
+
/**
|
|
9912
|
+
* Value.
|
|
9913
|
+
*/
|
|
9914
|
+
val?: pulumi.Input<string>;
|
|
9915
|
+
}
|
|
9916
|
+
interface RuleContainerRuleExcludeContainerEnvRegex {
|
|
9917
|
+
/**
|
|
9918
|
+
* Key.
|
|
9919
|
+
*/
|
|
9920
|
+
key?: pulumi.Input<string>;
|
|
9921
|
+
/**
|
|
9922
|
+
* Value.
|
|
9923
|
+
*/
|
|
9924
|
+
val?: pulumi.Input<string>;
|
|
9925
|
+
}
|
|
9926
|
+
interface RuleContainerRuleExcludeContainerLabelRegex {
|
|
9927
|
+
/**
|
|
9928
|
+
* Key.
|
|
9929
|
+
*/
|
|
9930
|
+
key?: pulumi.Input<string>;
|
|
9931
|
+
/**
|
|
9932
|
+
* Value.
|
|
9933
|
+
*/
|
|
9934
|
+
val?: pulumi.Input<string>;
|
|
9935
|
+
}
|
|
9936
|
+
interface RuleContainerRuleIncludeContainerEnvRegex {
|
|
9937
|
+
/**
|
|
9938
|
+
* Key.
|
|
9939
|
+
*/
|
|
9940
|
+
key?: pulumi.Input<string>;
|
|
9941
|
+
/**
|
|
9942
|
+
* Value.
|
|
9943
|
+
*/
|
|
9944
|
+
val?: pulumi.Input<string>;
|
|
9945
|
+
}
|
|
9946
|
+
interface RuleContainerRuleIncludeContainerLabelRegex {
|
|
9947
|
+
/**
|
|
9948
|
+
* Key.
|
|
9949
|
+
*/
|
|
9950
|
+
key?: pulumi.Input<string>;
|
|
9951
|
+
/**
|
|
9952
|
+
* Value.
|
|
9953
|
+
*/
|
|
9954
|
+
val?: pulumi.Input<string>;
|
|
9955
|
+
}
|
|
9956
|
+
interface RuleContainerRuleKubernetesRule {
|
|
9957
|
+
annotationTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleAnnotationTag>[]>;
|
|
9958
|
+
/**
|
|
9959
|
+
* Whether to add all Kubernetes Labels as log tags to the original log data. When enabled, the log service adds fields for all Labels in the Kubernetes Pod to the logs. For example, if the Pod contains Label source=DC and destination=CS, the logs will include fields **tag**source__: DC and **tag**destination__: CS.
|
|
9960
|
+
*/
|
|
9961
|
+
enableAllLabelTag?: pulumi.Input<boolean>;
|
|
9962
|
+
excludePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex>[]>;
|
|
9963
|
+
excludePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodLabelRegex>[]>;
|
|
9964
|
+
includePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex>[]>;
|
|
9965
|
+
includePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodLabelRegex>[]>;
|
|
9966
|
+
labelTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleLabelTag>[]>;
|
|
9967
|
+
/**
|
|
9968
|
+
* Name of the Kubernetes Namespace to collect. If no Namespace name is specified, all containers will be collected. Namespace names support regular expression matching. For example, if you set the Namespace name to ^(tcp|udp)$, it will collect all containers under the tcp and udp namespaces.
|
|
9969
|
+
*/
|
|
9970
|
+
namespaceNameRegex?: pulumi.Input<string>;
|
|
9971
|
+
/**
|
|
9972
|
+
* Pod name is used to specify the Pod whose containers will be collected. If no Pod name is specified, all containers will be collected. Pod name supports regular expression matching. For example, setting the Pod name to ^(http.*)$ collects all containers under Pods whose names start with http.
|
|
9973
|
+
*/
|
|
9974
|
+
podNameRegex?: pulumi.Input<string>;
|
|
9975
|
+
/**
|
|
9976
|
+
* Specify the container to collect by workload name. If no workload name is specified, all containers are collected. Workload names support regular expressions. For example, setting the workload name to ^(http.*)$ collects all containers under workloads starting with http.
|
|
9977
|
+
*/
|
|
9978
|
+
workloadNameRegex?: pulumi.Input<string>;
|
|
9979
|
+
/**
|
|
9980
|
+
* Specify the container to collect by workload type. Only one type can be selected. If no type is specified, containers of all types will be collected. Supported workload types: Deployment: stateless workload StatefulSet: stateful workload DaemonSet: daemon process Job: task CronJob: scheduled task
|
|
9981
|
+
*/
|
|
9982
|
+
workloadType?: pulumi.Input<string>;
|
|
9983
|
+
}
|
|
9984
|
+
interface RuleContainerRuleKubernetesRuleAnnotationTag {
|
|
9985
|
+
/**
|
|
9986
|
+
* Key.
|
|
9987
|
+
*/
|
|
9988
|
+
key?: pulumi.Input<string>;
|
|
9989
|
+
/**
|
|
9990
|
+
* Value.
|
|
9991
|
+
*/
|
|
9992
|
+
val?: pulumi.Input<string>;
|
|
9993
|
+
}
|
|
9994
|
+
interface RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex {
|
|
9995
|
+
/**
|
|
9996
|
+
* Key.
|
|
9997
|
+
*/
|
|
9998
|
+
key?: pulumi.Input<string>;
|
|
9999
|
+
/**
|
|
10000
|
+
* Value.
|
|
10001
|
+
*/
|
|
10002
|
+
val?: pulumi.Input<string>;
|
|
10003
|
+
}
|
|
10004
|
+
interface RuleContainerRuleKubernetesRuleExcludePodLabelRegex {
|
|
10005
|
+
/**
|
|
10006
|
+
* Key.
|
|
10007
|
+
*/
|
|
10008
|
+
key?: pulumi.Input<string>;
|
|
10009
|
+
/**
|
|
10010
|
+
* Value.
|
|
10011
|
+
*/
|
|
10012
|
+
val?: pulumi.Input<string>;
|
|
10013
|
+
}
|
|
10014
|
+
interface RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex {
|
|
10015
|
+
/**
|
|
10016
|
+
* Key.
|
|
10017
|
+
*/
|
|
10018
|
+
key?: pulumi.Input<string>;
|
|
10019
|
+
/**
|
|
10020
|
+
* Value.
|
|
10021
|
+
*/
|
|
10022
|
+
val?: pulumi.Input<string>;
|
|
10023
|
+
}
|
|
10024
|
+
interface RuleContainerRuleKubernetesRuleIncludePodLabelRegex {
|
|
10025
|
+
/**
|
|
10026
|
+
* Key.
|
|
10027
|
+
*/
|
|
10028
|
+
key?: pulumi.Input<string>;
|
|
10029
|
+
/**
|
|
10030
|
+
* Value.
|
|
10031
|
+
*/
|
|
10032
|
+
val?: pulumi.Input<string>;
|
|
10033
|
+
}
|
|
10034
|
+
interface RuleContainerRuleKubernetesRuleLabelTag {
|
|
10035
|
+
/**
|
|
10036
|
+
* Key.
|
|
10037
|
+
*/
|
|
10038
|
+
key?: pulumi.Input<string>;
|
|
10039
|
+
/**
|
|
10040
|
+
* Value.
|
|
10041
|
+
*/
|
|
10042
|
+
val?: pulumi.Input<string>;
|
|
10043
|
+
}
|
|
10044
|
+
interface RuleExcludePath {
|
|
10045
|
+
/**
|
|
10046
|
+
* Collection path type. File: File name. Path: Directory.
|
|
10047
|
+
*/
|
|
10048
|
+
type?: pulumi.Input<string>;
|
|
10049
|
+
/**
|
|
10050
|
+
* Collection path. Must be specified as an absolute path. When Type is Path, Value indicates a directory. When Type is File, Value indicates a file name.
|
|
10051
|
+
*/
|
|
10052
|
+
value?: pulumi.Input<string>;
|
|
10053
|
+
}
|
|
10054
|
+
interface RuleExtractRule {
|
|
10055
|
+
/**
|
|
10056
|
+
* Regular expression that the first line of the log must match. Valid only when LogType is multiline*log or fullregex*log. Must be a valid regular expression.
|
|
10057
|
+
*/
|
|
10058
|
+
beginRegex?: pulumi.Input<string>;
|
|
10059
|
+
/**
|
|
10060
|
+
* Log delimiter. Valid only when LogType is delimiter_log.
|
|
10061
|
+
*/
|
|
10062
|
+
delimiter?: pulumi.Input<string>;
|
|
10063
|
+
/**
|
|
10064
|
+
* Enable nanosecond precision time. When enabled, log time parsing will include and report nanosecond precision. true: Enable nanosecond precision time. false: Disable nanosecond precision time.
|
|
10065
|
+
*/
|
|
10066
|
+
enableNanosecond?: pulumi.Input<boolean>;
|
|
10067
|
+
filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleExtractRuleFilterKeyRegex>[]>;
|
|
10068
|
+
/**
|
|
10069
|
+
* List of log field names (Key). This is only valid when LogType is delimiter*log or fullregex*log. You can configure up to 100 field names. When LogType is delimiter*log, field names must be unique and cannot all be empty. When LogType is fullregex*log, field names must be unique and cannot be empty.
|
|
10070
|
+
*/
|
|
10071
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10072
|
+
/**
|
|
10073
|
+
* The entire log must match the specified regular expression. This is only valid when the collected log type is fullregex_log. Must be a valid regular expression.
|
|
10074
|
+
*/
|
|
10075
|
+
logRegex?: pulumi.Input<string>;
|
|
10076
|
+
/**
|
|
10077
|
+
* Automatically extract log fields based on the specified log template
|
|
10078
|
+
*/
|
|
10079
|
+
logTemplate?: pulumi.Input<inputs.tls.RuleExtractRuleLogTemplate>;
|
|
10080
|
+
/**
|
|
10081
|
+
* Quoting character. Content wrapped by a quoting character will not be split but parsed as a complete field. Only valid when LogType is delimiter_log.
|
|
10082
|
+
*/
|
|
10083
|
+
quote?: pulumi.Input<string>;
|
|
10084
|
+
/**
|
|
10085
|
+
* Regular expression for extracting time, used to extract the time value from the TimeKey field and parse it as the collection time
|
|
10086
|
+
*/
|
|
10087
|
+
timeExtractRegex?: pulumi.Input<string>;
|
|
10088
|
+
/**
|
|
10089
|
+
* Parsing format for the time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must be used together.
|
|
10090
|
+
*/
|
|
10091
|
+
timeFormat?: pulumi.Input<string>;
|
|
10092
|
+
/**
|
|
10093
|
+
* Name of the log time field. If you want to use a specific time field in the log as the log timestamp, you need to specify both TimeKey and TimeFormat. TimeKey and TimeFormat must be provided together.
|
|
10094
|
+
*/
|
|
10095
|
+
timeKey?: pulumi.Input<string>;
|
|
10096
|
+
/**
|
|
10097
|
+
* Time sample. Used to check whether the entered time parsing format is correct.
|
|
10098
|
+
*/
|
|
10099
|
+
timeSample?: pulumi.Input<string>;
|
|
10100
|
+
/**
|
|
10101
|
+
* Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
|
|
10102
|
+
*/
|
|
10103
|
+
timeZone?: pulumi.Input<string>;
|
|
10104
|
+
/**
|
|
10105
|
+
* Key name for unmatched logs.
|
|
10106
|
+
*/
|
|
10107
|
+
unMatchLogKey?: pulumi.Input<string>;
|
|
10108
|
+
/**
|
|
10109
|
+
* Switch for uploading unmatched logs.
|
|
10110
|
+
*/
|
|
10111
|
+
unMatchUpLoadSwitch?: pulumi.Input<boolean>;
|
|
10112
|
+
}
|
|
10113
|
+
interface RuleExtractRuleFilterKeyRegex {
|
|
10114
|
+
/**
|
|
10115
|
+
* Name of the filter field.
|
|
10116
|
+
*/
|
|
10117
|
+
key?: pulumi.Input<string>;
|
|
10118
|
+
/**
|
|
10119
|
+
* The log content of the filter field must match the specified regular expression.
|
|
10120
|
+
*/
|
|
10121
|
+
regex?: pulumi.Input<string>;
|
|
10122
|
+
}
|
|
10123
|
+
interface RuleExtractRuleLogTemplate {
|
|
10124
|
+
/**
|
|
10125
|
+
* Log template format.
|
|
10126
|
+
*/
|
|
10127
|
+
format?: pulumi.Input<string>;
|
|
10128
|
+
/**
|
|
10129
|
+
* Log template types. Supported types: Nginx: Nginx log template.
|
|
10130
|
+
*/
|
|
10131
|
+
type?: pulumi.Input<string>;
|
|
10132
|
+
}
|
|
10133
|
+
interface RuleHostGroupInfo {
|
|
10134
|
+
/**
|
|
10135
|
+
* Machine group ID
|
|
10136
|
+
*/
|
|
10137
|
+
hostGroupId?: pulumi.Input<string>;
|
|
10138
|
+
}
|
|
10139
|
+
interface RuleUserDefineRule {
|
|
10140
|
+
/**
|
|
10141
|
+
* The Advanced parameter is used for extended configuration. After enabling extended configuration, you can customize advanced behaviors of LogCollector, such as when to release file handles. Note: If multiple release conditions are specified, the handle is released and log file monitoring ends as soon as any condition is met.
|
|
10142
|
+
*/
|
|
10143
|
+
advanced?: pulumi.Input<inputs.tls.RuleUserDefineRuleAdvanced>;
|
|
10144
|
+
/**
|
|
10145
|
+
* Whether to upload the label information of the host group to the log service. The default is off. true: LogCollector uploads the label information of the host group to the specified field. You can specify the field name in the HostGroupLabelKey parameter. false (default): Host group label information is not uploaded.
|
|
10146
|
+
*/
|
|
10147
|
+
enableHostGroupLabel?: pulumi.Input<boolean>;
|
|
10148
|
+
/**
|
|
10149
|
+
* Upload the hostname field. Default is disabled. true: Add a field to the original log to record the source hostname. Specify the hostname field name using HostnameKey. false: (default) Do not add the hostname field.
|
|
10150
|
+
*/
|
|
10151
|
+
enableHostname?: pulumi.Input<boolean>;
|
|
10152
|
+
/**
|
|
10153
|
+
* Upload raw logs. true: Upload raw logs. false (default): Do not upload raw logs.
|
|
10154
|
+
*/
|
|
10155
|
+
enableRawLog?: pulumi.Input<boolean>;
|
|
10156
|
+
fields?: pulumi.Input<pulumi.Input<inputs.tls.RuleUserDefineRuleField>[]>;
|
|
10157
|
+
/**
|
|
10158
|
+
* Field name used to store machine group label information
|
|
10159
|
+
*/
|
|
10160
|
+
hostGroupLabelKey?: pulumi.Input<string>;
|
|
10161
|
+
/**
|
|
10162
|
+
* Hostname field name. Required only when EnableHostname is true.
|
|
10163
|
+
*/
|
|
10164
|
+
hostnameKey?: pulumi.Input<string>;
|
|
10165
|
+
/**
|
|
10166
|
+
* Ignore log files that have not been updated for a specified period (in hours).
|
|
10167
|
+
*/
|
|
10168
|
+
ignoreOlder?: pulumi.Input<number>;
|
|
10169
|
+
/**
|
|
10170
|
+
* Allow multiple log file collections. Empty: Use log file ID (including file inode, device, and checksum of the first N bytes) to uniquely identify the log file. RuleID: Use collection rule ID and log file ID to uniquely identify the log file. TopicIDRuleName: Use log topic ID, collection rule name, and log file ID to uniquely identify the log file.
|
|
10171
|
+
*/
|
|
10172
|
+
multiCollectsType?: pulumi.Input<string>;
|
|
10173
|
+
/**
|
|
10174
|
+
* Rule for parsing the collection path. After setting the rule, fields in the collection path are extracted using the specified regular expression and added as metadata to the log data. Note: This parameter is not supported when collecting container standard output.
|
|
10175
|
+
*/
|
|
10176
|
+
parsePathRule?: pulumi.Input<inputs.tls.RuleUserDefineRuleParsePathRule>;
|
|
10177
|
+
/**
|
|
10178
|
+
* LogCollector plugin configuration. After enabling plugin configuration, you can add one or more LogCollector processor plugins to parse logs with complex or variable structures.
|
|
10179
|
+
*/
|
|
10180
|
+
plugin?: pulumi.Input<inputs.tls.RuleUserDefineRulePlugin>;
|
|
10181
|
+
/**
|
|
10182
|
+
* Name of the raw log field. Only effective when EnableRawLog is set to true. RawLogKey defaults to **raw**, meaning the original log data will be encapsulated in the **raw** field and uploaded to the log service along with the parsed log data.
|
|
10183
|
+
*/
|
|
10184
|
+
rawLogKey?: pulumi.Input<string>;
|
|
10185
|
+
/**
|
|
10186
|
+
* Rules for routing log partitions. If this parameter is not set, logs are written using the default load balancing mode, and packets are written to any available Shard. If this parameter is set, logs are collected using the HashKey routing Shard mode, and the log service writes data to the Shard containing the specified Key value
|
|
10187
|
+
*/
|
|
10188
|
+
shardHashKey?: pulumi.Input<inputs.tls.RuleUserDefineRuleShardHashKey>;
|
|
10189
|
+
/**
|
|
10190
|
+
* LogCollector collection policy, which specifies whether LogCollector collects incremental logs or full logs. Default is false, meaning full log collection. true: incremental collection. LogCollector only collects newly added content in the file. When new logs are written to monitored log files, LogCollector triggers log collection. For first-time collection, LogCollector automatically determines the collection position based on the incremental threshold TailSizeKb you specify. If the new file size does not exceed the incremental threshold, collection starts from the beginning of the file. If the new file size exceeds the incremental threshold, collection starts from the position at the end of the file minus the incremental threshold, collecting only incremental logs. For subsequent collections, LogCollector determines the collection position based on Checkpoint and continues collecting. false: (default) full collection. LogCollector collects logs from the beginning of each file, including historical log data.
|
|
10191
|
+
*/
|
|
10192
|
+
tailFiles?: pulumi.Input<boolean>;
|
|
10193
|
+
/**
|
|
10194
|
+
* Backtracking threshold for incremental collection, in KiB. When LogCollector uses incremental collection, for the first collection of a log file: If the new log file size does not exceed the TailSizeKb value, collection starts from the beginning of the file. If the new log file size exceeds the TailSizeKb value, collection starts from the position that is TailSizeKb from the end of the file.
|
|
10195
|
+
*/
|
|
10196
|
+
tailSizeKb?: pulumi.Input<number>;
|
|
10197
|
+
}
|
|
10198
|
+
interface RuleUserDefineRuleAdvanced {
|
|
10199
|
+
/**
|
|
10200
|
+
* After reading to the end of the log file, choose whether to release the file handle. Default is false.
|
|
10201
|
+
*/
|
|
10202
|
+
closeEof?: pulumi.Input<boolean>;
|
|
10203
|
+
/**
|
|
10204
|
+
* Wait time to release log file handle. If no new logs are written to the log file within the specified time, the handle for that log file is released. Unit: seconds. Range: 1–300 seconds. Default: 60 seconds.
|
|
10205
|
+
*/
|
|
10206
|
+
closeInactive?: pulumi.Input<number>;
|
|
10207
|
+
/**
|
|
10208
|
+
* Release the file handle after the log file is removed. Default is false.
|
|
10209
|
+
*/
|
|
10210
|
+
closeRemoved?: pulumi.Input<boolean>;
|
|
10211
|
+
/**
|
|
10212
|
+
* Release the file handle after the log file is renamed. Default is false.
|
|
10213
|
+
*/
|
|
10214
|
+
closeRenamed?: pulumi.Input<boolean>;
|
|
10215
|
+
/**
|
|
10216
|
+
* Maximum monitoring duration for LogCollector log files, in seconds. The default is 0 seconds, meaning LogCollector does not limit the monitoring duration for log files. Timing starts when LogCollector begins monitoring the log file. Once the specified duration is exceeded, LogCollector immediately releases the file handle and stops monitoring, regardless of whether the log file has been fully read.
|
|
10217
|
+
*/
|
|
10218
|
+
closeTimeout?: pulumi.Input<number>;
|
|
10219
|
+
/**
|
|
10220
|
+
* Maximum wait time when LogCollector does not detect a line break, in seconds. The default is 5s. Timing starts when LogCollector begins reading the log file. If no line break is detected within the specified time, LogCollector sends the logs in the buffer. If the file write interval is long, a complete log entry may be split into two parts and written separately. Adjust this parameter based on your log write interval.
|
|
10221
|
+
*/
|
|
10222
|
+
noLineTerminatorEofMaxTime?: pulumi.Input<number>;
|
|
10223
|
+
}
|
|
10224
|
+
interface RuleUserDefineRuleField {
|
|
10225
|
+
/**
|
|
10226
|
+
* Key.
|
|
10227
|
+
*/
|
|
10228
|
+
key?: pulumi.Input<string>;
|
|
10229
|
+
/**
|
|
10230
|
+
* Value.
|
|
10231
|
+
*/
|
|
10232
|
+
val?: pulumi.Input<string>;
|
|
10233
|
+
}
|
|
10234
|
+
interface RuleUserDefineRuleParsePathRule {
|
|
10235
|
+
/**
|
|
10236
|
+
* Field name list. The log service uses a regular expression (Regex) to parse the path sample (PathSample) into multiple fields. Keys specify the name of each field. You can configure up to 100 field names. Field names cannot be empty or duplicated.
|
|
10237
|
+
*/
|
|
10238
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10239
|
+
/**
|
|
10240
|
+
* Sample collection path for actual scenarios. The sample collection path must be an absolute path. Wildcards *, ?, ** are not allowed in the path sample.
|
|
10241
|
+
*/
|
|
10242
|
+
pathSample?: pulumi.Input<string>;
|
|
10243
|
+
/**
|
|
10244
|
+
* Regular expression used to extract the path field. Must match the sample collection path, otherwise extraction will fail
|
|
10245
|
+
*/
|
|
10246
|
+
regex?: pulumi.Input<string>;
|
|
10247
|
+
}
|
|
10248
|
+
interface RuleUserDefineRulePlugin {
|
|
10249
|
+
/**
|
|
10250
|
+
* LogCollector plugin. For the list of supported plugins and parameter descriptions, see LogCollector plugin overview.
|
|
10251
|
+
*/
|
|
10252
|
+
processors?: pulumi.Input<string>;
|
|
10253
|
+
}
|
|
10254
|
+
interface RuleUserDefineRuleShardHashKey {
|
|
10255
|
+
/**
|
|
10256
|
+
* HashKey of the log group, used to specify the shard to which the current log group will be written. The value range for this parameter is [00000000000000000000000000000000-ffffffffffffffffffffffffffffffff).
|
|
10257
|
+
*/
|
|
10258
|
+
hashKey?: pulumi.Input<string>;
|
|
10259
|
+
}
|
|
9494
10260
|
interface ScheduleSqlTaskRequestCycle {
|
|
9495
10261
|
/**
|
|
9496
10262
|
* Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
|
|
@@ -9509,6 +10275,104 @@ export declare namespace tls {
|
|
|
9509
10275
|
*/
|
|
9510
10276
|
type: pulumi.Input<string>;
|
|
9511
10277
|
}
|
|
10278
|
+
interface ShipperContentInfo {
|
|
10279
|
+
/**
|
|
10280
|
+
* CSV format log content configuration.
|
|
10281
|
+
*/
|
|
10282
|
+
csvInfo?: pulumi.Input<inputs.tls.ShipperContentInfoCsvInfo>;
|
|
10283
|
+
/**
|
|
10284
|
+
* Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
|
|
10285
|
+
*/
|
|
10286
|
+
format?: pulumi.Input<string>;
|
|
10287
|
+
/**
|
|
10288
|
+
* JSON/JSONL format log content configuration.
|
|
10289
|
+
*/
|
|
10290
|
+
jsonInfo?: pulumi.Input<inputs.tls.ShipperContentInfoJsonInfo>;
|
|
10291
|
+
}
|
|
10292
|
+
interface ShipperContentInfoCsvInfo {
|
|
10293
|
+
/**
|
|
10294
|
+
* Delimiter. Supports comma, tab, pipe, semicolon, space.
|
|
10295
|
+
*/
|
|
10296
|
+
delimiter?: pulumi.Input<string>;
|
|
10297
|
+
/**
|
|
10298
|
+
* Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
|
|
10299
|
+
*/
|
|
10300
|
+
escapeChar?: pulumi.Input<string>;
|
|
10301
|
+
/**
|
|
10302
|
+
* Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
|
|
10303
|
+
*/
|
|
10304
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10305
|
+
/**
|
|
10306
|
+
* Content for invalid field padding. Length: 0–128.
|
|
10307
|
+
*/
|
|
10308
|
+
nonFieldContent?: pulumi.Input<string>;
|
|
10309
|
+
/**
|
|
10310
|
+
* Whether to print the key in the first row.
|
|
10311
|
+
*/
|
|
10312
|
+
printHeader?: pulumi.Input<boolean>;
|
|
10313
|
+
}
|
|
10314
|
+
interface ShipperContentInfoJsonInfo {
|
|
10315
|
+
/**
|
|
10316
|
+
* Enable flag.
|
|
10317
|
+
*/
|
|
10318
|
+
enable?: pulumi.Input<boolean>;
|
|
10319
|
+
/**
|
|
10320
|
+
* Whether to enable escaping. Must be set to true.
|
|
10321
|
+
*/
|
|
10322
|
+
escape?: pulumi.Input<boolean>;
|
|
10323
|
+
/**
|
|
10324
|
+
* Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including **content** (required), **source**, **path**, **time**, **image_name**, **container_name**, **pod_name**, **pod_uid**, namespace, **tag****client_ip**, and **tag****receive_time**.
|
|
10325
|
+
*/
|
|
10326
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10327
|
+
}
|
|
10328
|
+
interface ShipperKafkaShipperInfo {
|
|
10329
|
+
/**
|
|
10330
|
+
* Compression format; supports snappy, gzip, lz4, none.
|
|
10331
|
+
*/
|
|
10332
|
+
compress?: pulumi.Input<string>;
|
|
10333
|
+
/**
|
|
10334
|
+
* Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
|
|
10335
|
+
*/
|
|
10336
|
+
endTime?: pulumi.Input<number>;
|
|
10337
|
+
/**
|
|
10338
|
+
* Kafka instance.
|
|
10339
|
+
*/
|
|
10340
|
+
instance?: pulumi.Input<string>;
|
|
10341
|
+
/**
|
|
10342
|
+
* Kafka topic name. All log data delivered through this configuration will be sent to this topic.
|
|
10343
|
+
*/
|
|
10344
|
+
kafkaTopic?: pulumi.Input<string>;
|
|
10345
|
+
/**
|
|
10346
|
+
* Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
|
|
10347
|
+
*/
|
|
10348
|
+
startTime?: pulumi.Input<number>;
|
|
10349
|
+
}
|
|
10350
|
+
interface ShipperTosShipperInfo {
|
|
10351
|
+
/**
|
|
10352
|
+
* Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
|
|
10353
|
+
*/
|
|
10354
|
+
bucket?: pulumi.Input<string>;
|
|
10355
|
+
/**
|
|
10356
|
+
* Compression format; supports snappy, gzip, lz4, none.
|
|
10357
|
+
*/
|
|
10358
|
+
compress?: pulumi.Input<string>;
|
|
10359
|
+
/**
|
|
10360
|
+
* Delivery interval in seconds, range: 300–900.
|
|
10361
|
+
*/
|
|
10362
|
+
interval?: pulumi.Input<number>;
|
|
10363
|
+
/**
|
|
10364
|
+
* Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
|
|
10365
|
+
*/
|
|
10366
|
+
maxSize?: pulumi.Input<number>;
|
|
10367
|
+
/**
|
|
10368
|
+
* Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
|
|
10369
|
+
*/
|
|
10370
|
+
partitionFormat?: pulumi.Input<string>;
|
|
10371
|
+
/**
|
|
10372
|
+
* Top-level directory name for the bucket. Cannot start with / or \, and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
|
|
10373
|
+
*/
|
|
10374
|
+
prefix?: pulumi.Input<string>;
|
|
10375
|
+
}
|
|
9512
10376
|
interface TopicTag {
|
|
9513
10377
|
/**
|
|
9514
10378
|
* User tag key.
|
|
@@ -9568,6 +10432,52 @@ export declare namespace tos {
|
|
|
9568
10432
|
*/
|
|
9569
10433
|
ownerId?: pulumi.Input<string>;
|
|
9570
10434
|
}
|
|
10435
|
+
interface BucketInventoryDestination {
|
|
10436
|
+
/**
|
|
10437
|
+
* Bucket information related to the inventory files.
|
|
10438
|
+
*/
|
|
10439
|
+
tosBucketDestination?: pulumi.Input<inputs.tos.BucketInventoryDestinationTosBucketDestination>;
|
|
10440
|
+
}
|
|
10441
|
+
interface BucketInventoryDestinationTosBucketDestination {
|
|
10442
|
+
/**
|
|
10443
|
+
* Account ID of the bucket owner.
|
|
10444
|
+
*/
|
|
10445
|
+
accountId?: pulumi.Input<string>;
|
|
10446
|
+
/**
|
|
10447
|
+
* Specify the bucket to store the inventory files.
|
|
10448
|
+
*/
|
|
10449
|
+
bucket?: pulumi.Input<string>;
|
|
10450
|
+
/**
|
|
10451
|
+
* Inventory file format. Value is CSV, meaning the inventory file is in CSV format compressed with GZIP.
|
|
10452
|
+
*/
|
|
10453
|
+
format?: pulumi.Input<string>;
|
|
10454
|
+
/**
|
|
10455
|
+
* Prefix for the storage path of inventory files. By default, files are saved under tos*bucket*inventory/sourceBucketName/inventoryId/YYYY-MM-DDTHH-MMZ/files in the target bucket.
|
|
10456
|
+
*/
|
|
10457
|
+
prefix?: pulumi.Input<string>;
|
|
10458
|
+
/**
|
|
10459
|
+
* Role name used to grant permission to read all files from the source bucket and write files to the target bucket. The role must have TOS read/write and service access permissions. You can also use the default TOS role TosArchiveTOSInventory.
|
|
10460
|
+
*/
|
|
10461
|
+
role?: pulumi.Input<string>;
|
|
10462
|
+
}
|
|
10463
|
+
interface BucketInventoryFilter {
|
|
10464
|
+
/**
|
|
10465
|
+
* Prefix matching information for exported files. If not set, an inventory of all objects in the bucket is generated by default.
|
|
10466
|
+
*/
|
|
10467
|
+
prefix?: pulumi.Input<string>;
|
|
10468
|
+
}
|
|
10469
|
+
interface BucketInventoryOptionalFields {
|
|
10470
|
+
/**
|
|
10471
|
+
* Information about exported inventory files.
|
|
10472
|
+
*/
|
|
10473
|
+
fields?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10474
|
+
}
|
|
10475
|
+
interface BucketInventorySchedule {
|
|
10476
|
+
/**
|
|
10477
|
+
* Export frequency for inventory files. Options: Daily: export inventory files daily. Weekly: export inventory files weekly. Once: export inventory files once.
|
|
10478
|
+
*/
|
|
10479
|
+
frequency?: pulumi.Input<string>;
|
|
10480
|
+
}
|
|
9571
10481
|
interface BucketLifecycleConfig {
|
|
9572
10482
|
/**
|
|
9573
10483
|
* Specify expiration attributes for unmerged multipart tasks (fragments)
|
|
@@ -9692,6 +10602,16 @@ export declare namespace tos {
|
|
|
9692
10602
|
}
|
|
9693
10603
|
}
|
|
9694
10604
|
export declare namespace transitrouter {
|
|
10605
|
+
interface PeerAttachmentTag {
|
|
10606
|
+
/**
|
|
10607
|
+
* 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.
|
|
10608
|
+
*/
|
|
10609
|
+
key?: pulumi.Input<string>;
|
|
10610
|
+
/**
|
|
10611
|
+
* 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.
|
|
10612
|
+
*/
|
|
10613
|
+
value?: pulumi.Input<string>;
|
|
10614
|
+
}
|
|
9695
10615
|
interface TransitRouterAttachment {
|
|
9696
10616
|
/**
|
|
9697
10617
|
* Whether to automatically synchronize TR routes to the network instance route table. true: Yes. false: No.
|
|
@@ -9834,14 +10754,6 @@ export declare namespace vedbm {
|
|
|
9834
10754
|
* Instance ID.
|
|
9835
10755
|
*/
|
|
9836
10756
|
instanceId?: pulumi.Input<string>;
|
|
9837
|
-
/**
|
|
9838
|
-
* Instance name.
|
|
9839
|
-
*/
|
|
9840
|
-
instanceName?: pulumi.Input<string>;
|
|
9841
|
-
/**
|
|
9842
|
-
* Instance VPC ID.
|
|
9843
|
-
*/
|
|
9844
|
-
vpc?: pulumi.Input<string>;
|
|
9845
10757
|
}
|
|
9846
10758
|
interface DatabaseDatabasesPrivilege {
|
|
9847
10759
|
/**
|
|
@@ -10357,6 +11269,38 @@ export declare namespace vepfs {
|
|
|
10357
11269
|
*/
|
|
10358
11270
|
value?: pulumi.Input<string>;
|
|
10359
11271
|
}
|
|
11272
|
+
interface MountServiceAttachFileSystem {
|
|
11273
|
+
/**
|
|
11274
|
+
* Account ID.
|
|
11275
|
+
*/
|
|
11276
|
+
accountId?: pulumi.Input<string>;
|
|
11277
|
+
/**
|
|
11278
|
+
* User mount path.
|
|
11279
|
+
*/
|
|
11280
|
+
customerPath?: pulumi.Input<string>;
|
|
11281
|
+
/**
|
|
11282
|
+
* File system ID.
|
|
11283
|
+
*/
|
|
11284
|
+
fileSystemId?: pulumi.Input<string>;
|
|
11285
|
+
/**
|
|
11286
|
+
* File system name.
|
|
11287
|
+
*/
|
|
11288
|
+
fileSystemName?: pulumi.Input<string>;
|
|
11289
|
+
/**
|
|
11290
|
+
* Binding status. Details: Attaching: Attaching. AttachError: Attachment failed. Attached: Attached. Detaching: Detaching. DetachError: Detachment failed.
|
|
11291
|
+
*/
|
|
11292
|
+
status?: pulumi.Input<string>;
|
|
11293
|
+
}
|
|
11294
|
+
interface MountServiceNode {
|
|
11295
|
+
/**
|
|
11296
|
+
* Node initial password.
|
|
11297
|
+
*/
|
|
11298
|
+
defaultPassword?: pulumi.Input<string>;
|
|
11299
|
+
/**
|
|
11300
|
+
* Node instance ID.
|
|
11301
|
+
*/
|
|
11302
|
+
nodeId?: pulumi.Input<string>;
|
|
11303
|
+
}
|
|
10360
11304
|
}
|
|
10361
11305
|
export declare namespace vke {
|
|
10362
11306
|
interface AddonStatus {
|
|
@@ -12430,6 +13374,16 @@ export declare namespace vpn {
|
|
|
12430
13374
|
*/
|
|
12431
13375
|
value?: pulumi.Input<string>;
|
|
12432
13376
|
}
|
|
13377
|
+
interface SslVpnClientCertTag {
|
|
13378
|
+
/**
|
|
13379
|
+
* 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.
|
|
13380
|
+
*/
|
|
13381
|
+
key?: pulumi.Input<string>;
|
|
13382
|
+
/**
|
|
13383
|
+
* 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.
|
|
13384
|
+
*/
|
|
13385
|
+
value?: pulumi.Input<string>;
|
|
13386
|
+
}
|
|
12433
13387
|
interface VpnConnectionBgpInfo {
|
|
12434
13388
|
/**
|
|
12435
13389
|
* Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
|