@byteplus/pulumi-bytepluscc 0.0.23 → 0.0.25
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 -20
- package/alb/acl.js +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/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 +954 -62
- package/types/output.d.ts +2390 -452
- 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,27 @@ 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
43
|
}
|
|
44
44
|
interface AclTag {
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* 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
47
|
*/
|
|
48
48
|
key?: pulumi.Input<string>;
|
|
49
49
|
/**
|
|
50
|
-
* User tag value. Length
|
|
50
|
+
* 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
51
|
*/
|
|
52
52
|
value?: pulumi.Input<string>;
|
|
53
53
|
}
|
|
@@ -101,7 +101,7 @@ export declare namespace alb {
|
|
|
101
101
|
}
|
|
102
102
|
interface ListenerDomainExtension {
|
|
103
103
|
/**
|
|
104
|
-
* Server certificate ID used by the domain. Effective when the certificate source is cert_center.
|
|
104
|
+
* Server certificate ID used by the domain name. Effective when the certificate source is cert_center.
|
|
105
105
|
*/
|
|
106
106
|
certCenterCertificateId?: pulumi.Input<string>;
|
|
107
107
|
/**
|
|
@@ -109,11 +109,11 @@ export declare namespace alb {
|
|
|
109
109
|
*/
|
|
110
110
|
certificateId?: pulumi.Input<string>;
|
|
111
111
|
/**
|
|
112
|
-
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded
|
|
112
|
+
* 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
113
|
*/
|
|
114
114
|
certificateSource?: pulumi.Input<string>;
|
|
115
115
|
/**
|
|
116
|
-
* Domain name. Usually cannot be empty. If the instance supports automatic selection of
|
|
116
|
+
* 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
117
|
*/
|
|
118
118
|
domain?: pulumi.Input<string>;
|
|
119
119
|
/**
|
|
@@ -121,7 +121,7 @@ export declare namespace alb {
|
|
|
121
121
|
*/
|
|
122
122
|
pcaLeafCertificateId?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
124
|
-
* If the instance supports automatic selection of
|
|
124
|
+
* 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
125
|
*/
|
|
126
126
|
san?: pulumi.Input<string>;
|
|
127
127
|
}
|
|
@@ -137,11 +137,11 @@ export declare namespace alb {
|
|
|
137
137
|
}
|
|
138
138
|
interface ListenerTag {
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* 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
141
|
*/
|
|
142
142
|
key?: pulumi.Input<string>;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* 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
145
|
*/
|
|
146
146
|
value?: pulumi.Input<string>;
|
|
147
147
|
}
|
|
@@ -438,31 +438,31 @@ export declare namespace alb {
|
|
|
438
438
|
}
|
|
439
439
|
interface ServerGroupHealthCheck {
|
|
440
440
|
/**
|
|
441
|
-
*
|
|
441
|
+
* 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
442
|
*/
|
|
443
443
|
domain?: pulumi.Input<string>;
|
|
444
444
|
/**
|
|
445
|
-
* Whether the listener
|
|
445
|
+
* Whether the listener has enabled health check. Values: on: enabled (default), off: disabled.
|
|
446
446
|
*/
|
|
447
447
|
enabled?: pulumi.Input<string>;
|
|
448
448
|
/**
|
|
449
|
-
* Health check threshold. Indicates
|
|
449
|
+
* 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
450
|
*/
|
|
451
451
|
healthyThreshold?: pulumi.Input<number>;
|
|
452
452
|
/**
|
|
453
|
-
* HTTP status codes
|
|
453
|
+
* 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
454
|
*/
|
|
455
455
|
httpCode?: pulumi.Input<string>;
|
|
456
456
|
/**
|
|
457
|
-
*
|
|
457
|
+
* 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
458
|
*/
|
|
459
459
|
httpVersion?: pulumi.Input<string>;
|
|
460
460
|
/**
|
|
461
|
-
* After health
|
|
461
|
+
* After enabling health check, the interval for performing health checks. Unit: seconds. Range: 1–300s. Default: 2.
|
|
462
462
|
*/
|
|
463
463
|
interval?: pulumi.Input<number>;
|
|
464
464
|
/**
|
|
465
|
-
*
|
|
465
|
+
* 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
466
|
*/
|
|
467
467
|
method?: pulumi.Input<string>;
|
|
468
468
|
/**
|
|
@@ -474,15 +474,15 @@ export declare namespace alb {
|
|
|
474
474
|
*/
|
|
475
475
|
protocol?: pulumi.Input<string>;
|
|
476
476
|
/**
|
|
477
|
-
* Health check response timeout. If the backend server does not respond correctly within the specified time,
|
|
477
|
+
* 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
478
|
*/
|
|
479
479
|
timeout?: pulumi.Input<number>;
|
|
480
480
|
/**
|
|
481
|
-
* Unhealthy threshold for health checks.
|
|
481
|
+
* 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
482
|
*/
|
|
483
483
|
unhealthyThreshold?: pulumi.Input<number>;
|
|
484
484
|
/**
|
|
485
|
-
* Health check path
|
|
485
|
+
* 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
486
|
*/
|
|
487
487
|
uri?: pulumi.Input<string>;
|
|
488
488
|
}
|
|
@@ -498,7 +498,7 @@ export declare namespace alb {
|
|
|
498
498
|
*/
|
|
499
499
|
description?: pulumi.Input<string>;
|
|
500
500
|
/**
|
|
501
|
-
* ID of the cloud server instance or network interface
|
|
501
|
+
* ID of the cloud server instance or network interface.
|
|
502
502
|
*/
|
|
503
503
|
instanceId?: pulumi.Input<string>;
|
|
504
504
|
/**
|
|
@@ -510,7 +510,7 @@ export declare namespace alb {
|
|
|
510
510
|
*/
|
|
511
511
|
port?: pulumi.Input<number>;
|
|
512
512
|
/**
|
|
513
|
-
* Enable remote IP feature. This field is valid
|
|
513
|
+
* 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
514
|
*/
|
|
515
515
|
remoteEnabled?: pulumi.Input<string>;
|
|
516
516
|
/**
|
|
@@ -518,21 +518,21 @@ export declare namespace alb {
|
|
|
518
518
|
*/
|
|
519
519
|
serverId?: pulumi.Input<string>;
|
|
520
520
|
/**
|
|
521
|
-
* Backend server instance type.
|
|
521
|
+
* Backend server instance type. ECS: cloud server instance; ENI: secondary network interface; IP: IP address (only valid for IP-type server groups).
|
|
522
522
|
*/
|
|
523
523
|
type?: pulumi.Input<string>;
|
|
524
524
|
/**
|
|
525
|
-
*
|
|
525
|
+
* Backend server weight.
|
|
526
526
|
*/
|
|
527
527
|
weight?: pulumi.Input<number>;
|
|
528
528
|
}
|
|
529
529
|
interface ServerGroupStickySessionConfig {
|
|
530
530
|
/**
|
|
531
|
-
*
|
|
531
|
+
* 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
532
|
*/
|
|
533
533
|
cookie?: pulumi.Input<string>;
|
|
534
534
|
/**
|
|
535
|
-
* Session persistence cookie timeout. Only
|
|
535
|
+
* 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
536
|
*/
|
|
537
537
|
cookieTimeout?: pulumi.Input<number>;
|
|
538
538
|
/**
|
|
@@ -540,17 +540,17 @@ export declare namespace alb {
|
|
|
540
540
|
*/
|
|
541
541
|
stickySessionEnabled?: pulumi.Input<string>;
|
|
542
542
|
/**
|
|
543
|
-
* Cookie handling method.
|
|
543
|
+
* 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
544
|
*/
|
|
545
545
|
stickySessionType?: pulumi.Input<string>;
|
|
546
546
|
}
|
|
547
547
|
interface ServerGroupTag {
|
|
548
548
|
/**
|
|
549
|
-
* Tag key.
|
|
549
|
+
* Tag key. Duplicate tag keys are not allowed for the same resource.
|
|
550
550
|
*/
|
|
551
551
|
key?: pulumi.Input<string>;
|
|
552
552
|
/**
|
|
553
|
-
* Tag value
|
|
553
|
+
* Tag value.
|
|
554
554
|
*/
|
|
555
555
|
value?: pulumi.Input<string>;
|
|
556
556
|
}
|
|
@@ -3804,6 +3804,20 @@ export declare namespace cen {
|
|
|
3804
3804
|
*/
|
|
3805
3805
|
value?: pulumi.Input<string>;
|
|
3806
3806
|
}
|
|
3807
|
+
interface ServiceRouteEntryPublishToInstance {
|
|
3808
|
+
/**
|
|
3809
|
+
* Network instance ID for published cloud service access route.
|
|
3810
|
+
*/
|
|
3811
|
+
instanceId?: pulumi.Input<string>;
|
|
3812
|
+
/**
|
|
3813
|
+
* Region for published cloud service access route.
|
|
3814
|
+
*/
|
|
3815
|
+
instanceRegionId?: pulumi.Input<string>;
|
|
3816
|
+
/**
|
|
3817
|
+
* Network instance type for published cloud service access route.
|
|
3818
|
+
*/
|
|
3819
|
+
instanceType?: pulumi.Input<string>;
|
|
3820
|
+
}
|
|
3807
3821
|
}
|
|
3808
3822
|
export declare namespace clb {
|
|
3809
3823
|
interface AclAclEntry {
|
|
@@ -3978,6 +3992,20 @@ export declare namespace clb {
|
|
|
3978
3992
|
*/
|
|
3979
3993
|
value?: pulumi.Input<string>;
|
|
3980
3994
|
}
|
|
3995
|
+
interface ListenerDomainExtension {
|
|
3996
|
+
/**
|
|
3997
|
+
* Certificate ID of the extended domain name.
|
|
3998
|
+
*/
|
|
3999
|
+
certCenterCertificateId?: pulumi.Input<string>;
|
|
4000
|
+
/**
|
|
4001
|
+
* 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.
|
|
4002
|
+
*/
|
|
4003
|
+
certificateSource?: pulumi.Input<string>;
|
|
4004
|
+
/**
|
|
4005
|
+
* 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.
|
|
4006
|
+
*/
|
|
4007
|
+
domain?: pulumi.Input<string>;
|
|
4008
|
+
}
|
|
3981
4009
|
interface ListenerHealthCheck {
|
|
3982
4010
|
/**
|
|
3983
4011
|
* 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.
|
|
@@ -4545,41 +4573,46 @@ export declare namespace cloudmonitor {
|
|
|
4545
4573
|
export declare namespace config {
|
|
4546
4574
|
}
|
|
4547
4575
|
export declare namespace cr {
|
|
4576
|
+
interface RegistryEndpoint {
|
|
4577
|
+
aclPolicies?: pulumi.Input<pulumi.Input<inputs.cr.RegistryEndpointAclPolicy>[]>;
|
|
4578
|
+
/**
|
|
4579
|
+
* Whether to enable the public endpoint. Options: false: not enabled; true: enabled. Default is false
|
|
4580
|
+
*/
|
|
4581
|
+
enabled?: pulumi.Input<boolean>;
|
|
4582
|
+
/**
|
|
4583
|
+
* Current status of the public endpoint. Parameter values: Enabling: enabling; Enabled: enabled; Disabling: disabling; Updating: updating; Failed: failed; Disabled: disabled
|
|
4584
|
+
*/
|
|
4585
|
+
status?: pulumi.Input<string>;
|
|
4586
|
+
}
|
|
4587
|
+
interface RegistryEndpointAclPolicy {
|
|
4588
|
+
/**
|
|
4589
|
+
* IP entry address
|
|
4590
|
+
*/
|
|
4591
|
+
description?: pulumi.Input<string>;
|
|
4592
|
+
/**
|
|
4593
|
+
* IP entry description
|
|
4594
|
+
*/
|
|
4595
|
+
entry?: pulumi.Input<string>;
|
|
4596
|
+
}
|
|
4548
4597
|
interface RegistryProxyCache {
|
|
4549
4598
|
/**
|
|
4550
|
-
* Instance types supported by ProxyCache
|
|
4599
|
+
* Instance types supported by ProxyCache. Parameter value description: DockerHub: DockerHub image repository.
|
|
4551
4600
|
*/
|
|
4552
4601
|
type?: pulumi.Input<string>;
|
|
4553
4602
|
}
|
|
4554
4603
|
interface RegistryStatus {
|
|
4555
4604
|
/**
|
|
4556
|
-
* Creating, [ Progressing ]: Creating
|
|
4557
|
-
* Running, [ Ok ]: Running
|
|
4558
|
-
* Running, [ Degraded ]: Running
|
|
4559
|
-
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4560
|
-
* Stopped, [ Released ]: Pending reclamation
|
|
4561
|
-
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4562
|
-
* Starting, [ Progressing ]: Starting
|
|
4563
|
-
* Deleting, [ Progressing ]: Deleting
|
|
4564
|
-
* Failed, [ Unknown ]: Abnormal
|
|
4605
|
+
* 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.
|
|
4565
4606
|
*/
|
|
4566
4607
|
conditions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4567
4608
|
/**
|
|
4568
|
-
* Creating, [ Progressing ]: Creating
|
|
4569
|
-
* Running, [ Ok ]: Running
|
|
4570
|
-
* Running, [ Degraded ]: Running
|
|
4571
|
-
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4572
|
-
* Stopped, [ Released ]: Pending reclamation
|
|
4573
|
-
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4574
|
-
* Starting, [ Progressing ]: Starting
|
|
4575
|
-
* Deleting, [ Progressing ]: Deleting
|
|
4576
|
-
* Failed, [ Unknown ]: Abnormal
|
|
4609
|
+
* 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.
|
|
4577
4610
|
*/
|
|
4578
4611
|
phase?: pulumi.Input<string>;
|
|
4579
4612
|
}
|
|
4580
4613
|
interface RegistryTag {
|
|
4581
4614
|
/**
|
|
4582
|
-
* Tag key
|
|
4615
|
+
* Tag key
|
|
4583
4616
|
*/
|
|
4584
4617
|
key?: pulumi.Input<string>;
|
|
4585
4618
|
/**
|
|
@@ -7372,6 +7405,16 @@ export declare namespace organization {
|
|
|
7372
7405
|
*/
|
|
7373
7406
|
mainName?: pulumi.Input<string>;
|
|
7374
7407
|
}
|
|
7408
|
+
interface ServiceControlPolicyTarget {
|
|
7409
|
+
/**
|
|
7410
|
+
* Target ID.
|
|
7411
|
+
*/
|
|
7412
|
+
targetId?: pulumi.Input<string>;
|
|
7413
|
+
/**
|
|
7414
|
+
* Target type: 1. OU 2. Account.
|
|
7415
|
+
*/
|
|
7416
|
+
targetType?: pulumi.Input<string>;
|
|
7417
|
+
}
|
|
7375
7418
|
}
|
|
7376
7419
|
export declare namespace privatelink {
|
|
7377
7420
|
interface EndpointServicePrivateDnsNameConfiguration {
|
|
@@ -7393,10 +7436,6 @@ export declare namespace privatelink {
|
|
|
7393
7436
|
value?: pulumi.Input<string>;
|
|
7394
7437
|
}
|
|
7395
7438
|
interface EndpointServiceResource {
|
|
7396
|
-
/**
|
|
7397
|
-
* Endpoint service ID.
|
|
7398
|
-
*/
|
|
7399
|
-
instanceId?: pulumi.Input<string>;
|
|
7400
7439
|
/**
|
|
7401
7440
|
* Service resource ID to be added to the endpoint service.
|
|
7402
7441
|
*/
|
|
@@ -7416,6 +7455,54 @@ export declare namespace privatelink {
|
|
|
7416
7455
|
*/
|
|
7417
7456
|
value?: pulumi.Input<string>;
|
|
7418
7457
|
}
|
|
7458
|
+
interface VpcEndpointConnectionResourcesAllocate {
|
|
7459
|
+
/**
|
|
7460
|
+
* Specify the service resource for the endpoint connection
|
|
7461
|
+
*/
|
|
7462
|
+
resourceId?: pulumi.Input<string>;
|
|
7463
|
+
/**
|
|
7464
|
+
* Availability zone ID of the service resource to be specified
|
|
7465
|
+
*/
|
|
7466
|
+
zoneId?: pulumi.Input<string>;
|
|
7467
|
+
}
|
|
7468
|
+
interface VpcEndpointConnectionZone {
|
|
7469
|
+
/**
|
|
7470
|
+
* 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
|
|
7471
|
+
*/
|
|
7472
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
7473
|
+
/**
|
|
7474
|
+
* 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.
|
|
7475
|
+
*/
|
|
7476
|
+
networkInterfaceIp?: pulumi.Input<string>;
|
|
7477
|
+
/**
|
|
7478
|
+
* 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
|
|
7479
|
+
*/
|
|
7480
|
+
networkInterfaceIpv6?: pulumi.Input<string>;
|
|
7481
|
+
/**
|
|
7482
|
+
* Service resource ID
|
|
7483
|
+
*/
|
|
7484
|
+
resourceId?: pulumi.Input<string>;
|
|
7485
|
+
/**
|
|
7486
|
+
* Status of the service resource
|
|
7487
|
+
*/
|
|
7488
|
+
serviceStatus?: pulumi.Input<string>;
|
|
7489
|
+
/**
|
|
7490
|
+
* ID of the subnet to which the endpoint network interface belongs
|
|
7491
|
+
*/
|
|
7492
|
+
subnetId?: pulumi.Input<string>;
|
|
7493
|
+
/**
|
|
7494
|
+
* The domain name of the terminal node availability zone.
|
|
7495
|
+
*/
|
|
7496
|
+
zoneDomain?: pulumi.Input<string>;
|
|
7497
|
+
/**
|
|
7498
|
+
* Endpoint zone ID
|
|
7499
|
+
*/
|
|
7500
|
+
zoneId?: pulumi.Input<string>;
|
|
7501
|
+
/**
|
|
7502
|
+
* Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
|
|
7503
|
+
*/
|
|
7504
|
+
zoneStatus?: pulumi.Input<string>;
|
|
7505
|
+
}
|
|
7419
7506
|
interface VpcEndpointTag {
|
|
7420
7507
|
/**
|
|
7421
7508
|
* 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 @.
|
|
@@ -7506,6 +7593,12 @@ export declare namespace privatezone {
|
|
|
7506
7593
|
}
|
|
7507
7594
|
}
|
|
7508
7595
|
export declare namespace rabbitmq {
|
|
7596
|
+
interface AllowListAssociatedInstance {
|
|
7597
|
+
/**
|
|
7598
|
+
* Instance ID
|
|
7599
|
+
*/
|
|
7600
|
+
instanceId?: pulumi.Input<string>;
|
|
7601
|
+
}
|
|
7509
7602
|
interface InstanceChargeDetail {
|
|
7510
7603
|
/**
|
|
7511
7604
|
* Whether to automatically renew the subscription instance after expiration.
|
|
@@ -8563,6 +8656,34 @@ export declare namespace rdspostgresql {
|
|
|
8563
8656
|
}
|
|
8564
8657
|
}
|
|
8565
8658
|
export declare namespace redis {
|
|
8659
|
+
interface AllowListAssociatedInstance {
|
|
8660
|
+
/**
|
|
8661
|
+
* Instance ID bound to the current allowlist
|
|
8662
|
+
*/
|
|
8663
|
+
instanceId?: pulumi.Input<string>;
|
|
8664
|
+
/**
|
|
8665
|
+
* Instance names bound to the current allowlist
|
|
8666
|
+
*/
|
|
8667
|
+
instanceName?: pulumi.Input<string>;
|
|
8668
|
+
/**
|
|
8669
|
+
* Project name associated with the instance
|
|
8670
|
+
*/
|
|
8671
|
+
projectName?: pulumi.Input<string>;
|
|
8672
|
+
/**
|
|
8673
|
+
* Private network ID associated with the instance
|
|
8674
|
+
*/
|
|
8675
|
+
vpc?: pulumi.Input<string>;
|
|
8676
|
+
}
|
|
8677
|
+
interface AllowListSecurityGroupBindInfo {
|
|
8678
|
+
/**
|
|
8679
|
+
* 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
|
|
8680
|
+
*/
|
|
8681
|
+
bindMode?: pulumi.Input<string>;
|
|
8682
|
+
/**
|
|
8683
|
+
* Associated security group ID
|
|
8684
|
+
*/
|
|
8685
|
+
securityGroupId?: pulumi.Input<string>;
|
|
8686
|
+
}
|
|
8566
8687
|
interface InstanceCapacity {
|
|
8567
8688
|
/**
|
|
8568
8689
|
* Total memory capacity of the current instance. Unit: MiB.
|
|
@@ -8646,6 +8767,109 @@ export declare namespace redis {
|
|
|
8646
8767
|
}
|
|
8647
8768
|
}
|
|
8648
8769
|
export declare namespace storageebs {
|
|
8770
|
+
interface SnapshotGroupSnapshot {
|
|
8771
|
+
/**
|
|
8772
|
+
* Snapshot creation time
|
|
8773
|
+
*/
|
|
8774
|
+
creationTime?: pulumi.Input<string>;
|
|
8775
|
+
/**
|
|
8776
|
+
* Snapshot description
|
|
8777
|
+
*/
|
|
8778
|
+
description?: pulumi.Input<string>;
|
|
8779
|
+
/**
|
|
8780
|
+
* Image ID
|
|
8781
|
+
*/
|
|
8782
|
+
imageId?: pulumi.Input<string>;
|
|
8783
|
+
/**
|
|
8784
|
+
* Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
|
|
8785
|
+
*/
|
|
8786
|
+
instantAccess?: pulumi.Input<boolean>;
|
|
8787
|
+
/**
|
|
8788
|
+
* Dump progress
|
|
8789
|
+
*/
|
|
8790
|
+
progress?: pulumi.Input<number>;
|
|
8791
|
+
/**
|
|
8792
|
+
* Project of the snapshot
|
|
8793
|
+
*/
|
|
8794
|
+
projectName?: pulumi.Input<string>;
|
|
8795
|
+
/**
|
|
8796
|
+
* Retention days for automatic snapshots
|
|
8797
|
+
*/
|
|
8798
|
+
retentionDays?: pulumi.Input<number>;
|
|
8799
|
+
/**
|
|
8800
|
+
* Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
|
|
8801
|
+
*/
|
|
8802
|
+
shared?: pulumi.Input<boolean>;
|
|
8803
|
+
/**
|
|
8804
|
+
* Snapshot consistency group ID
|
|
8805
|
+
*/
|
|
8806
|
+
snapshotGroupId?: pulumi.Input<string>;
|
|
8807
|
+
/**
|
|
8808
|
+
* Snapshot ID
|
|
8809
|
+
*/
|
|
8810
|
+
snapshotId?: pulumi.Input<string>;
|
|
8811
|
+
/**
|
|
8812
|
+
* Snapshot name
|
|
8813
|
+
*/
|
|
8814
|
+
snapshotName?: pulumi.Input<string>;
|
|
8815
|
+
/**
|
|
8816
|
+
* Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
|
|
8817
|
+
*/
|
|
8818
|
+
snapshotType?: pulumi.Input<string>;
|
|
8819
|
+
/**
|
|
8820
|
+
* Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
|
|
8821
|
+
*/
|
|
8822
|
+
status?: pulumi.Input<string>;
|
|
8823
|
+
tags?: pulumi.Input<pulumi.Input<inputs.storageebs.SnapshotGroupSnapshotTag>[]>;
|
|
8824
|
+
/**
|
|
8825
|
+
* Cloud disk ID
|
|
8826
|
+
*/
|
|
8827
|
+
volumeId?: pulumi.Input<string>;
|
|
8828
|
+
/**
|
|
8829
|
+
* Cloud disk category. Values are as follows: - system: System disk - data: Data disk
|
|
8830
|
+
*/
|
|
8831
|
+
volumeKind?: pulumi.Input<string>;
|
|
8832
|
+
/**
|
|
8833
|
+
* Cloud disk name
|
|
8834
|
+
*/
|
|
8835
|
+
volumeName?: pulumi.Input<string>;
|
|
8836
|
+
/**
|
|
8837
|
+
* Cloud disk size (GiB)
|
|
8838
|
+
*/
|
|
8839
|
+
volumeSize?: pulumi.Input<number>;
|
|
8840
|
+
/**
|
|
8841
|
+
* Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
|
|
8842
|
+
*/
|
|
8843
|
+
volumeStatus?: pulumi.Input<string>;
|
|
8844
|
+
/**
|
|
8845
|
+
* 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
|
|
8846
|
+
*/
|
|
8847
|
+
volumeType?: pulumi.Input<string>;
|
|
8848
|
+
/**
|
|
8849
|
+
* 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
|
|
8850
|
+
*/
|
|
8851
|
+
zoneId?: pulumi.Input<string>;
|
|
8852
|
+
}
|
|
8853
|
+
interface SnapshotGroupSnapshotTag {
|
|
8854
|
+
/**
|
|
8855
|
+
* Tag key
|
|
8856
|
+
*/
|
|
8857
|
+
key?: pulumi.Input<string>;
|
|
8858
|
+
/**
|
|
8859
|
+
* Tag value
|
|
8860
|
+
*/
|
|
8861
|
+
value?: pulumi.Input<string>;
|
|
8862
|
+
}
|
|
8863
|
+
interface SnapshotGroupTag {
|
|
8864
|
+
/**
|
|
8865
|
+
* Tag key
|
|
8866
|
+
*/
|
|
8867
|
+
key?: pulumi.Input<string>;
|
|
8868
|
+
/**
|
|
8869
|
+
* Tag value
|
|
8870
|
+
*/
|
|
8871
|
+
value?: pulumi.Input<string>;
|
|
8872
|
+
}
|
|
8649
8873
|
interface SnapshotTag {
|
|
8650
8874
|
/**
|
|
8651
8875
|
* 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.
|
|
@@ -8702,6 +8926,159 @@ export declare namespace storageebs {
|
|
|
8702
8926
|
}
|
|
8703
8927
|
}
|
|
8704
8928
|
export declare namespace tls {
|
|
8929
|
+
interface AlarmNotifyGroupNoticeRule {
|
|
8930
|
+
/**
|
|
8931
|
+
* Whether there is an end node afterwards.
|
|
8932
|
+
*/
|
|
8933
|
+
hasEndNode?: pulumi.Input<boolean>;
|
|
8934
|
+
/**
|
|
8935
|
+
* Condition for whether to proceed to the next level.
|
|
8936
|
+
*/
|
|
8937
|
+
hasNext?: pulumi.Input<boolean>;
|
|
8938
|
+
receiverInfos?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo>[]>;
|
|
8939
|
+
/**
|
|
8940
|
+
* Rule node. JSON format.
|
|
8941
|
+
*/
|
|
8942
|
+
ruleNode?: pulumi.Input<string>;
|
|
8943
|
+
}
|
|
8944
|
+
interface AlarmNotifyGroupNoticeRuleReceiverInfo {
|
|
8945
|
+
/**
|
|
8946
|
+
* Alarm content template ID.
|
|
8947
|
+
*/
|
|
8948
|
+
alarmContentTemplateId?: pulumi.Input<string>;
|
|
8949
|
+
/**
|
|
8950
|
+
* User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
8951
|
+
*/
|
|
8952
|
+
alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8953
|
+
/**
|
|
8954
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
8955
|
+
*/
|
|
8956
|
+
alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8957
|
+
/**
|
|
8958
|
+
* Alarm webhook integration configuration ID.
|
|
8959
|
+
*/
|
|
8960
|
+
alarmWebhookIntegrationId?: pulumi.Input<string>;
|
|
8961
|
+
/**
|
|
8962
|
+
* Name of the alarm Webhook integration configuration.
|
|
8963
|
+
*/
|
|
8964
|
+
alarmWebhookIntegrationName?: pulumi.Input<string>;
|
|
8965
|
+
/**
|
|
8966
|
+
* Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
8967
|
+
*/
|
|
8968
|
+
alarmWebhookIsAtAll?: pulumi.Input<boolean>;
|
|
8969
|
+
/**
|
|
8970
|
+
* 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.
|
|
8971
|
+
*/
|
|
8972
|
+
endTime?: pulumi.Input<string>;
|
|
8973
|
+
/**
|
|
8974
|
+
* Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
|
|
8975
|
+
*/
|
|
8976
|
+
generalWebhookBody?: pulumi.Input<string>;
|
|
8977
|
+
generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader>[]>;
|
|
8978
|
+
/**
|
|
8979
|
+
* Custom callback method for the interface. Only POST or PUT is supported.
|
|
8980
|
+
*/
|
|
8981
|
+
generalWebhookMethod?: pulumi.Input<string>;
|
|
8982
|
+
/**
|
|
8983
|
+
* Custom callback URL for the interface.
|
|
8984
|
+
*/
|
|
8985
|
+
generalWebhookUrl?: pulumi.Input<string>;
|
|
8986
|
+
/**
|
|
8987
|
+
* Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
|
|
8988
|
+
*/
|
|
8989
|
+
receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8990
|
+
/**
|
|
8991
|
+
* IAM user or user group name.
|
|
8992
|
+
*/
|
|
8993
|
+
receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8994
|
+
/**
|
|
8995
|
+
* Recipient type. Options: User: IAM user; UserGroup: IAM user group.
|
|
8996
|
+
*/
|
|
8997
|
+
receiverType?: pulumi.Input<string>;
|
|
8998
|
+
/**
|
|
8999
|
+
* 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.
|
|
9000
|
+
*/
|
|
9001
|
+
startTime?: pulumi.Input<string>;
|
|
9002
|
+
}
|
|
9003
|
+
interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
|
|
9004
|
+
/**
|
|
9005
|
+
* Custom request header key.
|
|
9006
|
+
*/
|
|
9007
|
+
key?: pulumi.Input<string>;
|
|
9008
|
+
/**
|
|
9009
|
+
* Custom request header value.
|
|
9010
|
+
*/
|
|
9011
|
+
value?: pulumi.Input<string>;
|
|
9012
|
+
}
|
|
9013
|
+
interface AlarmNotifyGroupReceiver {
|
|
9014
|
+
/**
|
|
9015
|
+
* Alarm content template ID.
|
|
9016
|
+
*/
|
|
9017
|
+
alarmContentTemplateId?: pulumi.Input<string>;
|
|
9018
|
+
/**
|
|
9019
|
+
* User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9020
|
+
*/
|
|
9021
|
+
alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9022
|
+
/**
|
|
9023
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9024
|
+
*/
|
|
9025
|
+
alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9026
|
+
/**
|
|
9027
|
+
* Alarm webhook integration configuration ID.
|
|
9028
|
+
*/
|
|
9029
|
+
alarmWebhookIntegrationId?: pulumi.Input<string>;
|
|
9030
|
+
/**
|
|
9031
|
+
* Name of the alarm Webhook integration configuration.
|
|
9032
|
+
*/
|
|
9033
|
+
alarmWebhookIntegrationName?: pulumi.Input<string>;
|
|
9034
|
+
/**
|
|
9035
|
+
* Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9036
|
+
*/
|
|
9037
|
+
alarmWebhookIsAtAll?: pulumi.Input<boolean>;
|
|
9038
|
+
/**
|
|
9039
|
+
* 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.
|
|
9040
|
+
*/
|
|
9041
|
+
endTime?: pulumi.Input<string>;
|
|
9042
|
+
/**
|
|
9043
|
+
* Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
|
|
9044
|
+
*/
|
|
9045
|
+
generalWebhookBody?: pulumi.Input<string>;
|
|
9046
|
+
generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader>[]>;
|
|
9047
|
+
/**
|
|
9048
|
+
* Custom callback method for the interface. Only POST or PUT is supported.
|
|
9049
|
+
*/
|
|
9050
|
+
generalWebhookMethod?: pulumi.Input<string>;
|
|
9051
|
+
/**
|
|
9052
|
+
* Custom callback URL for the interface.
|
|
9053
|
+
*/
|
|
9054
|
+
generalWebhookUrl?: pulumi.Input<string>;
|
|
9055
|
+
/**
|
|
9056
|
+
* Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
|
|
9057
|
+
*/
|
|
9058
|
+
receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9059
|
+
/**
|
|
9060
|
+
* IAM user or user group name.
|
|
9061
|
+
*/
|
|
9062
|
+
receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9063
|
+
/**
|
|
9064
|
+
* Recipient type. Options: User: IAM user; UserGroup: IAM user group.
|
|
9065
|
+
*/
|
|
9066
|
+
receiverType?: pulumi.Input<string>;
|
|
9067
|
+
/**
|
|
9068
|
+
* 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.
|
|
9069
|
+
*/
|
|
9070
|
+
startTime?: pulumi.Input<string>;
|
|
9071
|
+
}
|
|
9072
|
+
interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
|
|
9073
|
+
/**
|
|
9074
|
+
* Custom request header key.
|
|
9075
|
+
*/
|
|
9076
|
+
key?: pulumi.Input<string>;
|
|
9077
|
+
/**
|
|
9078
|
+
* Custom request header value.
|
|
9079
|
+
*/
|
|
9080
|
+
value?: pulumi.Input<string>;
|
|
9081
|
+
}
|
|
8705
9082
|
interface ImportTaskImportSourceInfo {
|
|
8706
9083
|
/**
|
|
8707
9084
|
* Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
|
|
@@ -9123,6 +9500,379 @@ export declare namespace tls {
|
|
|
9123
9500
|
*/
|
|
9124
9501
|
value?: pulumi.Input<string>;
|
|
9125
9502
|
}
|
|
9503
|
+
interface RuleContainerRule {
|
|
9504
|
+
/**
|
|
9505
|
+
* 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.
|
|
9506
|
+
*/
|
|
9507
|
+
containerNameRegex?: pulumi.Input<string>;
|
|
9508
|
+
envTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleEnvTag>[]>;
|
|
9509
|
+
excludeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerEnvRegex>[]>;
|
|
9510
|
+
excludeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerLabelRegex>[]>;
|
|
9511
|
+
includeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerEnvRegex>[]>;
|
|
9512
|
+
includeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerLabelRegex>[]>;
|
|
9513
|
+
/**
|
|
9514
|
+
* Kubernetes container collection rules.
|
|
9515
|
+
*/
|
|
9516
|
+
kubernetesRule?: pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRule>;
|
|
9517
|
+
/**
|
|
9518
|
+
* 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).
|
|
9519
|
+
*/
|
|
9520
|
+
stream?: pulumi.Input<string>;
|
|
9521
|
+
}
|
|
9522
|
+
interface RuleContainerRuleEnvTag {
|
|
9523
|
+
/**
|
|
9524
|
+
* Key.
|
|
9525
|
+
*/
|
|
9526
|
+
key?: pulumi.Input<string>;
|
|
9527
|
+
/**
|
|
9528
|
+
* Value.
|
|
9529
|
+
*/
|
|
9530
|
+
val?: pulumi.Input<string>;
|
|
9531
|
+
}
|
|
9532
|
+
interface RuleContainerRuleExcludeContainerEnvRegex {
|
|
9533
|
+
/**
|
|
9534
|
+
* Key.
|
|
9535
|
+
*/
|
|
9536
|
+
key?: pulumi.Input<string>;
|
|
9537
|
+
/**
|
|
9538
|
+
* Value.
|
|
9539
|
+
*/
|
|
9540
|
+
val?: pulumi.Input<string>;
|
|
9541
|
+
}
|
|
9542
|
+
interface RuleContainerRuleExcludeContainerLabelRegex {
|
|
9543
|
+
/**
|
|
9544
|
+
* Key.
|
|
9545
|
+
*/
|
|
9546
|
+
key?: pulumi.Input<string>;
|
|
9547
|
+
/**
|
|
9548
|
+
* Value.
|
|
9549
|
+
*/
|
|
9550
|
+
val?: pulumi.Input<string>;
|
|
9551
|
+
}
|
|
9552
|
+
interface RuleContainerRuleIncludeContainerEnvRegex {
|
|
9553
|
+
/**
|
|
9554
|
+
* Key.
|
|
9555
|
+
*/
|
|
9556
|
+
key?: pulumi.Input<string>;
|
|
9557
|
+
/**
|
|
9558
|
+
* Value.
|
|
9559
|
+
*/
|
|
9560
|
+
val?: pulumi.Input<string>;
|
|
9561
|
+
}
|
|
9562
|
+
interface RuleContainerRuleIncludeContainerLabelRegex {
|
|
9563
|
+
/**
|
|
9564
|
+
* Key.
|
|
9565
|
+
*/
|
|
9566
|
+
key?: pulumi.Input<string>;
|
|
9567
|
+
/**
|
|
9568
|
+
* Value.
|
|
9569
|
+
*/
|
|
9570
|
+
val?: pulumi.Input<string>;
|
|
9571
|
+
}
|
|
9572
|
+
interface RuleContainerRuleKubernetesRule {
|
|
9573
|
+
annotationTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleAnnotationTag>[]>;
|
|
9574
|
+
/**
|
|
9575
|
+
* 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.
|
|
9576
|
+
*/
|
|
9577
|
+
enableAllLabelTag?: pulumi.Input<boolean>;
|
|
9578
|
+
excludePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex>[]>;
|
|
9579
|
+
excludePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodLabelRegex>[]>;
|
|
9580
|
+
includePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex>[]>;
|
|
9581
|
+
includePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodLabelRegex>[]>;
|
|
9582
|
+
labelTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleLabelTag>[]>;
|
|
9583
|
+
/**
|
|
9584
|
+
* 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.
|
|
9585
|
+
*/
|
|
9586
|
+
namespaceNameRegex?: pulumi.Input<string>;
|
|
9587
|
+
/**
|
|
9588
|
+
* 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.
|
|
9589
|
+
*/
|
|
9590
|
+
podNameRegex?: pulumi.Input<string>;
|
|
9591
|
+
/**
|
|
9592
|
+
* 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.
|
|
9593
|
+
*/
|
|
9594
|
+
workloadNameRegex?: pulumi.Input<string>;
|
|
9595
|
+
/**
|
|
9596
|
+
* 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
|
|
9597
|
+
*/
|
|
9598
|
+
workloadType?: pulumi.Input<string>;
|
|
9599
|
+
}
|
|
9600
|
+
interface RuleContainerRuleKubernetesRuleAnnotationTag {
|
|
9601
|
+
/**
|
|
9602
|
+
* Key.
|
|
9603
|
+
*/
|
|
9604
|
+
key?: pulumi.Input<string>;
|
|
9605
|
+
/**
|
|
9606
|
+
* Value.
|
|
9607
|
+
*/
|
|
9608
|
+
val?: pulumi.Input<string>;
|
|
9609
|
+
}
|
|
9610
|
+
interface RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex {
|
|
9611
|
+
/**
|
|
9612
|
+
* Key.
|
|
9613
|
+
*/
|
|
9614
|
+
key?: pulumi.Input<string>;
|
|
9615
|
+
/**
|
|
9616
|
+
* Value.
|
|
9617
|
+
*/
|
|
9618
|
+
val?: pulumi.Input<string>;
|
|
9619
|
+
}
|
|
9620
|
+
interface RuleContainerRuleKubernetesRuleExcludePodLabelRegex {
|
|
9621
|
+
/**
|
|
9622
|
+
* Key.
|
|
9623
|
+
*/
|
|
9624
|
+
key?: pulumi.Input<string>;
|
|
9625
|
+
/**
|
|
9626
|
+
* Value.
|
|
9627
|
+
*/
|
|
9628
|
+
val?: pulumi.Input<string>;
|
|
9629
|
+
}
|
|
9630
|
+
interface RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex {
|
|
9631
|
+
/**
|
|
9632
|
+
* Key.
|
|
9633
|
+
*/
|
|
9634
|
+
key?: pulumi.Input<string>;
|
|
9635
|
+
/**
|
|
9636
|
+
* Value.
|
|
9637
|
+
*/
|
|
9638
|
+
val?: pulumi.Input<string>;
|
|
9639
|
+
}
|
|
9640
|
+
interface RuleContainerRuleKubernetesRuleIncludePodLabelRegex {
|
|
9641
|
+
/**
|
|
9642
|
+
* Key.
|
|
9643
|
+
*/
|
|
9644
|
+
key?: pulumi.Input<string>;
|
|
9645
|
+
/**
|
|
9646
|
+
* Value.
|
|
9647
|
+
*/
|
|
9648
|
+
val?: pulumi.Input<string>;
|
|
9649
|
+
}
|
|
9650
|
+
interface RuleContainerRuleKubernetesRuleLabelTag {
|
|
9651
|
+
/**
|
|
9652
|
+
* Key.
|
|
9653
|
+
*/
|
|
9654
|
+
key?: pulumi.Input<string>;
|
|
9655
|
+
/**
|
|
9656
|
+
* Value.
|
|
9657
|
+
*/
|
|
9658
|
+
val?: pulumi.Input<string>;
|
|
9659
|
+
}
|
|
9660
|
+
interface RuleExcludePath {
|
|
9661
|
+
/**
|
|
9662
|
+
* Collection path type. File: File name. Path: Directory.
|
|
9663
|
+
*/
|
|
9664
|
+
type?: pulumi.Input<string>;
|
|
9665
|
+
/**
|
|
9666
|
+
* 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.
|
|
9667
|
+
*/
|
|
9668
|
+
value?: pulumi.Input<string>;
|
|
9669
|
+
}
|
|
9670
|
+
interface RuleExtractRule {
|
|
9671
|
+
/**
|
|
9672
|
+
* 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.
|
|
9673
|
+
*/
|
|
9674
|
+
beginRegex?: pulumi.Input<string>;
|
|
9675
|
+
/**
|
|
9676
|
+
* Log delimiter. Valid only when LogType is delimiter_log.
|
|
9677
|
+
*/
|
|
9678
|
+
delimiter?: pulumi.Input<string>;
|
|
9679
|
+
/**
|
|
9680
|
+
* 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.
|
|
9681
|
+
*/
|
|
9682
|
+
enableNanosecond?: pulumi.Input<boolean>;
|
|
9683
|
+
filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleExtractRuleFilterKeyRegex>[]>;
|
|
9684
|
+
/**
|
|
9685
|
+
* 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.
|
|
9686
|
+
*/
|
|
9687
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9688
|
+
/**
|
|
9689
|
+
* 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.
|
|
9690
|
+
*/
|
|
9691
|
+
logRegex?: pulumi.Input<string>;
|
|
9692
|
+
/**
|
|
9693
|
+
* Automatically extract log fields based on the specified log template
|
|
9694
|
+
*/
|
|
9695
|
+
logTemplate?: pulumi.Input<inputs.tls.RuleExtractRuleLogTemplate>;
|
|
9696
|
+
/**
|
|
9697
|
+
* 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.
|
|
9698
|
+
*/
|
|
9699
|
+
quote?: pulumi.Input<string>;
|
|
9700
|
+
/**
|
|
9701
|
+
* Regular expression for extracting time, used to extract the time value from the TimeKey field and parse it as the collection time
|
|
9702
|
+
*/
|
|
9703
|
+
timeExtractRegex?: pulumi.Input<string>;
|
|
9704
|
+
/**
|
|
9705
|
+
* 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.
|
|
9706
|
+
*/
|
|
9707
|
+
timeFormat?: pulumi.Input<string>;
|
|
9708
|
+
/**
|
|
9709
|
+
* 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.
|
|
9710
|
+
*/
|
|
9711
|
+
timeKey?: pulumi.Input<string>;
|
|
9712
|
+
/**
|
|
9713
|
+
* Time sample. Used to check whether the entered time parsing format is correct.
|
|
9714
|
+
*/
|
|
9715
|
+
timeSample?: pulumi.Input<string>;
|
|
9716
|
+
/**
|
|
9717
|
+
* 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.
|
|
9718
|
+
*/
|
|
9719
|
+
timeZone?: pulumi.Input<string>;
|
|
9720
|
+
/**
|
|
9721
|
+
* Key name for unmatched logs.
|
|
9722
|
+
*/
|
|
9723
|
+
unMatchLogKey?: pulumi.Input<string>;
|
|
9724
|
+
/**
|
|
9725
|
+
* Switch for uploading unmatched logs.
|
|
9726
|
+
*/
|
|
9727
|
+
unMatchUpLoadSwitch?: pulumi.Input<boolean>;
|
|
9728
|
+
}
|
|
9729
|
+
interface RuleExtractRuleFilterKeyRegex {
|
|
9730
|
+
/**
|
|
9731
|
+
* Name of the filter field.
|
|
9732
|
+
*/
|
|
9733
|
+
key?: pulumi.Input<string>;
|
|
9734
|
+
/**
|
|
9735
|
+
* The log content of the filter field must match the specified regular expression.
|
|
9736
|
+
*/
|
|
9737
|
+
regex?: pulumi.Input<string>;
|
|
9738
|
+
}
|
|
9739
|
+
interface RuleExtractRuleLogTemplate {
|
|
9740
|
+
/**
|
|
9741
|
+
* Log template format.
|
|
9742
|
+
*/
|
|
9743
|
+
format?: pulumi.Input<string>;
|
|
9744
|
+
/**
|
|
9745
|
+
* Log template types. Supported types: Nginx: Nginx log template.
|
|
9746
|
+
*/
|
|
9747
|
+
type?: pulumi.Input<string>;
|
|
9748
|
+
}
|
|
9749
|
+
interface RuleHostGroupInfo {
|
|
9750
|
+
/**
|
|
9751
|
+
* Machine group ID
|
|
9752
|
+
*/
|
|
9753
|
+
hostGroupId?: pulumi.Input<string>;
|
|
9754
|
+
}
|
|
9755
|
+
interface RuleUserDefineRule {
|
|
9756
|
+
/**
|
|
9757
|
+
* 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.
|
|
9758
|
+
*/
|
|
9759
|
+
advanced?: pulumi.Input<inputs.tls.RuleUserDefineRuleAdvanced>;
|
|
9760
|
+
/**
|
|
9761
|
+
* 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.
|
|
9762
|
+
*/
|
|
9763
|
+
enableHostGroupLabel?: pulumi.Input<boolean>;
|
|
9764
|
+
/**
|
|
9765
|
+
* 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.
|
|
9766
|
+
*/
|
|
9767
|
+
enableHostname?: pulumi.Input<boolean>;
|
|
9768
|
+
/**
|
|
9769
|
+
* Upload raw logs. true: Upload raw logs. false (default): Do not upload raw logs.
|
|
9770
|
+
*/
|
|
9771
|
+
enableRawLog?: pulumi.Input<boolean>;
|
|
9772
|
+
fields?: pulumi.Input<pulumi.Input<inputs.tls.RuleUserDefineRuleField>[]>;
|
|
9773
|
+
/**
|
|
9774
|
+
* Field name used to store machine group label information
|
|
9775
|
+
*/
|
|
9776
|
+
hostGroupLabelKey?: pulumi.Input<string>;
|
|
9777
|
+
/**
|
|
9778
|
+
* Hostname field name. Required only when EnableHostname is true.
|
|
9779
|
+
*/
|
|
9780
|
+
hostnameKey?: pulumi.Input<string>;
|
|
9781
|
+
/**
|
|
9782
|
+
* Ignore log files that have not been updated for a specified period (in hours).
|
|
9783
|
+
*/
|
|
9784
|
+
ignoreOlder?: pulumi.Input<number>;
|
|
9785
|
+
/**
|
|
9786
|
+
* 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.
|
|
9787
|
+
*/
|
|
9788
|
+
multiCollectsType?: pulumi.Input<string>;
|
|
9789
|
+
/**
|
|
9790
|
+
* 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.
|
|
9791
|
+
*/
|
|
9792
|
+
parsePathRule?: pulumi.Input<inputs.tls.RuleUserDefineRuleParsePathRule>;
|
|
9793
|
+
/**
|
|
9794
|
+
* LogCollector plugin configuration. After enabling plugin configuration, you can add one or more LogCollector processor plugins to parse logs with complex or variable structures.
|
|
9795
|
+
*/
|
|
9796
|
+
plugin?: pulumi.Input<inputs.tls.RuleUserDefineRulePlugin>;
|
|
9797
|
+
/**
|
|
9798
|
+
* 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.
|
|
9799
|
+
*/
|
|
9800
|
+
rawLogKey?: pulumi.Input<string>;
|
|
9801
|
+
/**
|
|
9802
|
+
* 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
|
|
9803
|
+
*/
|
|
9804
|
+
shardHashKey?: pulumi.Input<inputs.tls.RuleUserDefineRuleShardHashKey>;
|
|
9805
|
+
/**
|
|
9806
|
+
* 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.
|
|
9807
|
+
*/
|
|
9808
|
+
tailFiles?: pulumi.Input<boolean>;
|
|
9809
|
+
/**
|
|
9810
|
+
* 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.
|
|
9811
|
+
*/
|
|
9812
|
+
tailSizeKb?: pulumi.Input<number>;
|
|
9813
|
+
}
|
|
9814
|
+
interface RuleUserDefineRuleAdvanced {
|
|
9815
|
+
/**
|
|
9816
|
+
* After reading to the end of the log file, choose whether to release the file handle. Default is false.
|
|
9817
|
+
*/
|
|
9818
|
+
closeEof?: pulumi.Input<boolean>;
|
|
9819
|
+
/**
|
|
9820
|
+
* 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.
|
|
9821
|
+
*/
|
|
9822
|
+
closeInactive?: pulumi.Input<number>;
|
|
9823
|
+
/**
|
|
9824
|
+
* Release the file handle after the log file is removed. Default is false.
|
|
9825
|
+
*/
|
|
9826
|
+
closeRemoved?: pulumi.Input<boolean>;
|
|
9827
|
+
/**
|
|
9828
|
+
* Release the file handle after the log file is renamed. Default is false.
|
|
9829
|
+
*/
|
|
9830
|
+
closeRenamed?: pulumi.Input<boolean>;
|
|
9831
|
+
/**
|
|
9832
|
+
* 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.
|
|
9833
|
+
*/
|
|
9834
|
+
closeTimeout?: pulumi.Input<number>;
|
|
9835
|
+
/**
|
|
9836
|
+
* 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.
|
|
9837
|
+
*/
|
|
9838
|
+
noLineTerminatorEofMaxTime?: pulumi.Input<number>;
|
|
9839
|
+
}
|
|
9840
|
+
interface RuleUserDefineRuleField {
|
|
9841
|
+
/**
|
|
9842
|
+
* Key.
|
|
9843
|
+
*/
|
|
9844
|
+
key?: pulumi.Input<string>;
|
|
9845
|
+
/**
|
|
9846
|
+
* Value.
|
|
9847
|
+
*/
|
|
9848
|
+
val?: pulumi.Input<string>;
|
|
9849
|
+
}
|
|
9850
|
+
interface RuleUserDefineRuleParsePathRule {
|
|
9851
|
+
/**
|
|
9852
|
+
* 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.
|
|
9853
|
+
*/
|
|
9854
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9855
|
+
/**
|
|
9856
|
+
* Sample collection path for actual scenarios. The sample collection path must be an absolute path. Wildcards *, ?, ** are not allowed in the path sample.
|
|
9857
|
+
*/
|
|
9858
|
+
pathSample?: pulumi.Input<string>;
|
|
9859
|
+
/**
|
|
9860
|
+
* Regular expression used to extract the path field. Must match the sample collection path, otherwise extraction will fail
|
|
9861
|
+
*/
|
|
9862
|
+
regex?: pulumi.Input<string>;
|
|
9863
|
+
}
|
|
9864
|
+
interface RuleUserDefineRulePlugin {
|
|
9865
|
+
/**
|
|
9866
|
+
* LogCollector plugin. For the list of supported plugins and parameter descriptions, see LogCollector plugin overview.
|
|
9867
|
+
*/
|
|
9868
|
+
processors?: pulumi.Input<string>;
|
|
9869
|
+
}
|
|
9870
|
+
interface RuleUserDefineRuleShardHashKey {
|
|
9871
|
+
/**
|
|
9872
|
+
* 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).
|
|
9873
|
+
*/
|
|
9874
|
+
hashKey?: pulumi.Input<string>;
|
|
9875
|
+
}
|
|
9126
9876
|
interface ScheduleSqlTaskRequestCycle {
|
|
9127
9877
|
/**
|
|
9128
9878
|
* Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
|
|
@@ -9141,6 +9891,104 @@ export declare namespace tls {
|
|
|
9141
9891
|
*/
|
|
9142
9892
|
type: pulumi.Input<string>;
|
|
9143
9893
|
}
|
|
9894
|
+
interface ShipperContentInfo {
|
|
9895
|
+
/**
|
|
9896
|
+
* CSV format log content configuration.
|
|
9897
|
+
*/
|
|
9898
|
+
csvInfo?: pulumi.Input<inputs.tls.ShipperContentInfoCsvInfo>;
|
|
9899
|
+
/**
|
|
9900
|
+
* Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
|
|
9901
|
+
*/
|
|
9902
|
+
format?: pulumi.Input<string>;
|
|
9903
|
+
/**
|
|
9904
|
+
* JSON/JSONL format log content configuration.
|
|
9905
|
+
*/
|
|
9906
|
+
jsonInfo?: pulumi.Input<inputs.tls.ShipperContentInfoJsonInfo>;
|
|
9907
|
+
}
|
|
9908
|
+
interface ShipperContentInfoCsvInfo {
|
|
9909
|
+
/**
|
|
9910
|
+
* Delimiter. Supports comma, tab, pipe, semicolon, space.
|
|
9911
|
+
*/
|
|
9912
|
+
delimiter?: pulumi.Input<string>;
|
|
9913
|
+
/**
|
|
9914
|
+
* Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
|
|
9915
|
+
*/
|
|
9916
|
+
escapeChar?: pulumi.Input<string>;
|
|
9917
|
+
/**
|
|
9918
|
+
* Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
|
|
9919
|
+
*/
|
|
9920
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9921
|
+
/**
|
|
9922
|
+
* Content for invalid field padding. Length: 0–128.
|
|
9923
|
+
*/
|
|
9924
|
+
nonFieldContent?: pulumi.Input<string>;
|
|
9925
|
+
/**
|
|
9926
|
+
* Whether to print the key in the first row.
|
|
9927
|
+
*/
|
|
9928
|
+
printHeader?: pulumi.Input<boolean>;
|
|
9929
|
+
}
|
|
9930
|
+
interface ShipperContentInfoJsonInfo {
|
|
9931
|
+
/**
|
|
9932
|
+
* Enable flag.
|
|
9933
|
+
*/
|
|
9934
|
+
enable?: pulumi.Input<boolean>;
|
|
9935
|
+
/**
|
|
9936
|
+
* Whether to enable escaping. Must be set to true.
|
|
9937
|
+
*/
|
|
9938
|
+
escape?: pulumi.Input<boolean>;
|
|
9939
|
+
/**
|
|
9940
|
+
* 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**.
|
|
9941
|
+
*/
|
|
9942
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9943
|
+
}
|
|
9944
|
+
interface ShipperKafkaShipperInfo {
|
|
9945
|
+
/**
|
|
9946
|
+
* Compression format; supports snappy, gzip, lz4, none.
|
|
9947
|
+
*/
|
|
9948
|
+
compress?: pulumi.Input<string>;
|
|
9949
|
+
/**
|
|
9950
|
+
* 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.
|
|
9951
|
+
*/
|
|
9952
|
+
endTime?: pulumi.Input<number>;
|
|
9953
|
+
/**
|
|
9954
|
+
* Kafka instance.
|
|
9955
|
+
*/
|
|
9956
|
+
instance?: pulumi.Input<string>;
|
|
9957
|
+
/**
|
|
9958
|
+
* Kafka topic name. All log data delivered through this configuration will be sent to this topic.
|
|
9959
|
+
*/
|
|
9960
|
+
kafkaTopic?: pulumi.Input<string>;
|
|
9961
|
+
/**
|
|
9962
|
+
* 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.
|
|
9963
|
+
*/
|
|
9964
|
+
startTime?: pulumi.Input<number>;
|
|
9965
|
+
}
|
|
9966
|
+
interface ShipperTosShipperInfo {
|
|
9967
|
+
/**
|
|
9968
|
+
* 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.
|
|
9969
|
+
*/
|
|
9970
|
+
bucket?: pulumi.Input<string>;
|
|
9971
|
+
/**
|
|
9972
|
+
* Compression format; supports snappy, gzip, lz4, none.
|
|
9973
|
+
*/
|
|
9974
|
+
compress?: pulumi.Input<string>;
|
|
9975
|
+
/**
|
|
9976
|
+
* Delivery interval in seconds, range: 300–900.
|
|
9977
|
+
*/
|
|
9978
|
+
interval?: pulumi.Input<number>;
|
|
9979
|
+
/**
|
|
9980
|
+
* Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
|
|
9981
|
+
*/
|
|
9982
|
+
maxSize?: pulumi.Input<number>;
|
|
9983
|
+
/**
|
|
9984
|
+
* Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
|
|
9985
|
+
*/
|
|
9986
|
+
partitionFormat?: pulumi.Input<string>;
|
|
9987
|
+
/**
|
|
9988
|
+
* 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.
|
|
9989
|
+
*/
|
|
9990
|
+
prefix?: pulumi.Input<string>;
|
|
9991
|
+
}
|
|
9144
9992
|
interface TopicTag {
|
|
9145
9993
|
/**
|
|
9146
9994
|
* User tag key.
|
|
@@ -9153,6 +10001,16 @@ export declare namespace tls {
|
|
|
9153
10001
|
}
|
|
9154
10002
|
}
|
|
9155
10003
|
export declare namespace transitrouter {
|
|
10004
|
+
interface PeerAttachmentTag {
|
|
10005
|
+
/**
|
|
10006
|
+
* 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.
|
|
10007
|
+
*/
|
|
10008
|
+
key?: pulumi.Input<string>;
|
|
10009
|
+
/**
|
|
10010
|
+
* 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.
|
|
10011
|
+
*/
|
|
10012
|
+
value?: pulumi.Input<string>;
|
|
10013
|
+
}
|
|
9156
10014
|
interface TransitRouterAttachment {
|
|
9157
10015
|
/**
|
|
9158
10016
|
* Whether to automatically synchronize TR routes to the network instance route table. true: Yes. false: No.
|
|
@@ -9295,14 +10153,6 @@ export declare namespace vedbm {
|
|
|
9295
10153
|
* Instance ID.
|
|
9296
10154
|
*/
|
|
9297
10155
|
instanceId?: pulumi.Input<string>;
|
|
9298
|
-
/**
|
|
9299
|
-
* Instance name.
|
|
9300
|
-
*/
|
|
9301
|
-
instanceName?: pulumi.Input<string>;
|
|
9302
|
-
/**
|
|
9303
|
-
* Instance VPC ID.
|
|
9304
|
-
*/
|
|
9305
|
-
vpc?: pulumi.Input<string>;
|
|
9306
10156
|
}
|
|
9307
10157
|
interface DatabaseDatabasesPrivilege {
|
|
9308
10158
|
/**
|
|
@@ -9818,6 +10668,38 @@ export declare namespace vepfs {
|
|
|
9818
10668
|
*/
|
|
9819
10669
|
value?: pulumi.Input<string>;
|
|
9820
10670
|
}
|
|
10671
|
+
interface MountServiceAttachFileSystem {
|
|
10672
|
+
/**
|
|
10673
|
+
* Account ID.
|
|
10674
|
+
*/
|
|
10675
|
+
accountId?: pulumi.Input<string>;
|
|
10676
|
+
/**
|
|
10677
|
+
* User mount path.
|
|
10678
|
+
*/
|
|
10679
|
+
customerPath?: pulumi.Input<string>;
|
|
10680
|
+
/**
|
|
10681
|
+
* File system ID.
|
|
10682
|
+
*/
|
|
10683
|
+
fileSystemId?: pulumi.Input<string>;
|
|
10684
|
+
/**
|
|
10685
|
+
* File system name.
|
|
10686
|
+
*/
|
|
10687
|
+
fileSystemName?: pulumi.Input<string>;
|
|
10688
|
+
/**
|
|
10689
|
+
* Binding status. Details: Attaching: Attaching. AttachError: Attachment failed. Attached: Attached. Detaching: Detaching. DetachError: Detachment failed.
|
|
10690
|
+
*/
|
|
10691
|
+
status?: pulumi.Input<string>;
|
|
10692
|
+
}
|
|
10693
|
+
interface MountServiceNode {
|
|
10694
|
+
/**
|
|
10695
|
+
* Node initial password.
|
|
10696
|
+
*/
|
|
10697
|
+
defaultPassword?: pulumi.Input<string>;
|
|
10698
|
+
/**
|
|
10699
|
+
* Node instance ID.
|
|
10700
|
+
*/
|
|
10701
|
+
nodeId?: pulumi.Input<string>;
|
|
10702
|
+
}
|
|
9821
10703
|
}
|
|
9822
10704
|
export declare namespace vke {
|
|
9823
10705
|
interface AddonStatus {
|
|
@@ -11891,6 +12773,16 @@ export declare namespace vpn {
|
|
|
11891
12773
|
*/
|
|
11892
12774
|
value?: pulumi.Input<string>;
|
|
11893
12775
|
}
|
|
12776
|
+
interface SslVpnClientCertTag {
|
|
12777
|
+
/**
|
|
12778
|
+
* 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.
|
|
12779
|
+
*/
|
|
12780
|
+
key?: pulumi.Input<string>;
|
|
12781
|
+
/**
|
|
12782
|
+
* 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.
|
|
12783
|
+
*/
|
|
12784
|
+
value?: pulumi.Input<string>;
|
|
12785
|
+
}
|
|
11894
12786
|
interface VpnConnectionBgpInfo {
|
|
11895
12787
|
/**
|
|
11896
12788
|
* Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
|