@volcengine/pulumi-volcenginecc 0.0.44 → 0.0.45
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/certificate.d.ts +19 -3
- package/alb/certificate.js +3 -4
- package/alb/certificate.js.map +1 -1
- package/alb/getAcl.d.ts +11 -11
- package/alb/getCertificate.d.ts +5 -1
- package/alb/getCertificate.js.map +1 -1
- 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/cbr/backupPolicy.d.ts +2 -2
- package/cbr/backupPolicy.js +2 -2
- package/cloudidentity/userProvisioning.d.ts +2 -2
- package/cloudidentity/userProvisioning.js +2 -2
- package/cloudmonitor/getRule.d.ts +11 -11
- package/cloudmonitor/rule.d.ts +33 -33
- package/cr/getRegistry.d.ts +11 -11
- package/cr/registry.d.ts +28 -28
- package/cr/registry.js +1 -1
- package/directconnect/connection.d.ts +332 -0
- package/directconnect/connection.js +163 -0
- package/directconnect/connection.js.map +1 -0
- package/directconnect/getConnection.d.ts +145 -0
- package/directconnect/getConnection.js +28 -0
- package/directconnect/getConnection.js.map +1 -0
- package/directconnect/getConnections.d.ts +22 -0
- package/directconnect/getConnections.js +24 -0
- package/directconnect/getConnections.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +12 -1
- package/directconnect/index.js.map +1 -1
- package/fwcenter/addressBook.d.ts +210 -0
- package/fwcenter/addressBook.js +115 -0
- package/fwcenter/addressBook.js.map +1 -0
- package/fwcenter/controlPolicy.d.ts +437 -0
- package/fwcenter/controlPolicy.js +183 -0
- package/fwcenter/controlPolicy.js.map +1 -0
- package/fwcenter/getAddressBook.d.ts +93 -0
- package/fwcenter/getAddressBook.js +28 -0
- package/fwcenter/getAddressBook.js.map +1 -0
- package/fwcenter/getAddressBooks.d.ts +22 -0
- package/fwcenter/getAddressBooks.js +24 -0
- package/fwcenter/getAddressBooks.js.map +1 -0
- package/fwcenter/getControlPolicies.d.ts +22 -0
- package/fwcenter/getControlPolicies.js +24 -0
- package/fwcenter/getControlPolicies.js.map +1 -0
- package/fwcenter/getControlPolicy.d.ts +185 -0
- package/fwcenter/getControlPolicy.js +28 -0
- package/fwcenter/getControlPolicy.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
- package/fwcenter/getVpcFireWallAclRule.js +28 -0
- package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
- package/fwcenter/getVpcFireWallAclRules.js +24 -0
- package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
- package/fwcenter/index.d.ts +27 -0
- package/fwcenter/index.js +34 -1
- package/fwcenter/index.js.map +1 -1
- package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
- package/fwcenter/vpcFireWallAclRule.js +186 -0
- package/fwcenter/vpcFireWallAclRule.js.map +1 -0
- package/gtm/getGtm.d.ts +9 -0
- package/gtm/getGtm.js.map +1 -1
- package/gtm/gtm.d.ts +18 -0
- package/gtm/gtm.js +4 -0
- package/gtm/gtm.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +0 -22
- package/kafka/allowList.js +0 -22
- package/kafka/allowList.js.map +1 -1
- package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
- package/organization/getServiceControlPolicyEnabler.js +28 -0
- package/organization/getServiceControlPolicyEnabler.js.map +1 -0
- package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
- package/organization/getServiceControlPolicyEnablers.js +24 -0
- package/organization/getServiceControlPolicyEnablers.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/serviceControlPolicyEnabler.d.ts +78 -0
- package/organization/serviceControlPolicyEnabler.js +71 -0
- package/organization/serviceControlPolicyEnabler.js.map +1 -0
- package/package.json +1 -1
- package/rabbitmq/allowList.d.ts +0 -17
- package/rabbitmq/allowList.js +0 -17
- package/rabbitmq/allowList.js.map +1 -1
- package/rdsmysql/getInstance.d.ts +16 -0
- package/rdsmysql/getInstance.js.map +1 -1
- package/rdsmysql/instance.d.ts +48 -0
- package/rdsmysql/instance.js +8 -0
- package/rdsmysql/instance.js.map +1 -1
- package/redis/getInstance.d.ts +4 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +3 -0
- package/redis/instance.js +3 -0
- package/redis/instance.js.map +1 -1
- package/redis/parameterGroup.d.ts +2 -2
- package/redis/parameterGroup.js +2 -2
- package/tls/alarmWebhookIntegrationType.d.ts +159 -0
- package/tls/alarmWebhookIntegrationType.js +108 -0
- package/tls/alarmWebhookIntegrationType.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
- package/tls/getAlarmWebhookIntegrationType.js +28 -0
- package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
- package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
- package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +13 -2
- package/tls/index.js.map +1 -1
- package/tos/bucketWebsite.d.ts +98 -0
- package/tos/bucketWebsite.js +69 -0
- package/tos/bucketWebsite.js.map +1 -0
- package/tos/getBucketWebsite.d.ts +57 -0
- package/tos/getBucketWebsite.js +28 -0
- package/tos/getBucketWebsite.js.map +1 -0
- package/tos/getBucketWebsites.d.ts +22 -0
- package/tos/getBucketWebsites.js +24 -0
- package/tos/getBucketWebsites.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +12 -1
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +639 -41
- package/types/output.d.ts +1323 -89
- package/veenedge/getVpc.d.ts +101 -0
- package/veenedge/getVpc.js +28 -0
- package/veenedge/getVpc.js.map +1 -0
- package/veenedge/getVpcs.d.ts +22 -0
- package/veenedge/getVpcs.js +24 -0
- package/veenedge/getVpcs.js.map +1 -0
- package/veenedge/index.d.ts +9 -0
- package/veenedge/index.js +28 -0
- package/veenedge/index.js.map +1 -0
- package/veenedge/vpc.d.ts +216 -0
- package/veenedge/vpc.js +131 -0
- package/veenedge/vpc.js.map +1 -0
- package/vke/node.d.ts +1 -1
- package/vke/node.js +0 -3
- package/vke/node.js.map +1 -1
- package/vmp/ruleFile.d.ts +2 -2
- package/vmp/ruleFile.js +2 -2
- package/vpc/vpc.d.ts +4 -0
- package/vpc/vpc.js +1 -1
- package/vpc/vpc.js.map +1 -1
- package/waf/getHostGroup.d.ts +69 -0
- package/waf/getHostGroup.js +28 -0
- package/waf/getHostGroup.js.map +1 -0
- package/waf/getHostGroups.d.ts +22 -0
- package/waf/getHostGroups.js +24 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/hostGroup.d.ts +135 -0
- package/waf/hostGroup.js +92 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/index.d.ts +9 -0
- package/waf/index.js +12 -1
- package/waf/index.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -27,17 +27,17 @@ 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, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length
|
|
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 limit: 1–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
|
+
* Control mode of the listener for this access control policy group. white: Allowlist mode; black: Denylist mode
|
|
41
41
|
*/
|
|
42
42
|
aclType?: pulumi.Input<string>;
|
|
43
43
|
/**
|
|
@@ -59,11 +59,11 @@ export declare namespace alb {
|
|
|
59
59
|
}
|
|
60
60
|
interface AclTag {
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* User tag key. Length limit: 1–128 characters. Case sensitive. Cannot start with any combination of volc: or sys: (case insensitive). Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Tag keys for the same resource must be unique
|
|
63
63
|
*/
|
|
64
64
|
key?: pulumi.Input<string>;
|
|
65
65
|
/**
|
|
66
|
-
* User tag value. Length
|
|
66
|
+
* User tag value. Length limit: 0–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 @
|
|
67
67
|
*/
|
|
68
68
|
value?: pulumi.Input<string>;
|
|
69
69
|
}
|
|
@@ -117,7 +117,7 @@ export declare namespace alb {
|
|
|
117
117
|
}
|
|
118
118
|
interface ListenerDomainExtension {
|
|
119
119
|
/**
|
|
120
|
-
* Server certificate ID used by the domain
|
|
120
|
+
* Server certificate ID used by the domain. Effective when the certificate source is cert_center.
|
|
121
121
|
*/
|
|
122
122
|
certCenterCertificateId?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
@@ -125,11 +125,11 @@ export declare namespace alb {
|
|
|
125
125
|
*/
|
|
126
126
|
certificateId?: pulumi.Input<string>;
|
|
127
127
|
/**
|
|
128
|
-
* 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 through Volcano Engine Certificate Center.
|
|
129
129
|
*/
|
|
130
130
|
certificateSource?: pulumi.Input<string>;
|
|
131
131
|
/**
|
|
132
|
-
* 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 extended certificates (SniAutoMatch is on), Domain must be an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length must be between 1 and 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 except '.' can be before or after '*'. Exact domain: a domain name that meets domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain matching is case-insensitive.
|
|
133
133
|
*/
|
|
134
134
|
domain?: pulumi.Input<string>;
|
|
135
135
|
/**
|
|
@@ -137,7 +137,7 @@ export declare namespace alb {
|
|
|
137
137
|
*/
|
|
138
138
|
pcaLeafCertificateId?: pulumi.Input<string>;
|
|
139
139
|
/**
|
|
140
|
-
* If the instance supports automatic selection of
|
|
140
|
+
* If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
|
|
141
141
|
*/
|
|
142
142
|
san?: pulumi.Input<string>;
|
|
143
143
|
}
|
|
@@ -153,11 +153,11 @@ export declare namespace alb {
|
|
|
153
153
|
}
|
|
154
154
|
interface ListenerTag {
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Tag key for user tags. Rules are as follows: 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. 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.
|
|
157
157
|
*/
|
|
158
158
|
key?: pulumi.Input<string>;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* The value of the user tag. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. May include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
|
|
161
161
|
*/
|
|
162
162
|
value?: pulumi.Input<string>;
|
|
163
163
|
}
|
|
@@ -482,31 +482,31 @@ export declare namespace alb {
|
|
|
482
482
|
}
|
|
483
483
|
interface ServerGroupHealthCheck {
|
|
484
484
|
/**
|
|
485
|
-
*
|
|
485
|
+
* Domain name for health check. Configure this as the actual service address provided by the backend server. This parameter takes effect only when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with '.'. Each level of the domain name can contain letters, digits, '-', and '.' characters, and '-' cannot appear at the beginning or end of any level. Length: 1–128 characters. If this parameter is not specified or no value is provided, the default is empty, meaning the load balancer uses the private IP address of each backend server for health checks.
|
|
486
486
|
*/
|
|
487
487
|
domain?: pulumi.Input<string>;
|
|
488
488
|
/**
|
|
489
|
-
* Whether the listener
|
|
489
|
+
* Whether the listener enables health check. Values: on: enabled (default), off: disabled.
|
|
490
490
|
*/
|
|
491
491
|
enabled?: pulumi.Input<string>;
|
|
492
492
|
/**
|
|
493
|
-
* Health check threshold. Indicates
|
|
493
|
+
* Health check threshold. Indicates the number of consecutive successful health checks required for a backend server to be considered healthy. Unit: times. Value range: 2–10. Default: 3.
|
|
494
494
|
*/
|
|
495
495
|
healthyThreshold?: pulumi.Input<number>;
|
|
496
496
|
/**
|
|
497
|
-
* HTTP status codes
|
|
497
|
+
* HTTP status codes for a successful health check. Separate multiple codes with commas. This parameter is available only when HealthCheck.Protocol is HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
|
|
498
498
|
*/
|
|
499
499
|
httpCode?: pulumi.Input<string>;
|
|
500
500
|
/**
|
|
501
|
-
* HTTP protocol version
|
|
501
|
+
* Health check HTTP protocol version. This parameter is available only when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default for API usage), HTTP1.1.
|
|
502
502
|
*/
|
|
503
503
|
httpVersion?: pulumi.Input<string>;
|
|
504
504
|
/**
|
|
505
|
-
* After
|
|
505
|
+
* After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
|
|
506
506
|
*/
|
|
507
507
|
interval?: pulumi.Input<number>;
|
|
508
508
|
/**
|
|
509
|
-
*
|
|
509
|
+
* Health check method after health checks are enabled. This parameter is valid only when HealthCheck.Protocol is set to HTTP. Values: GET: The server must support the GET method. HEAD (default): The server returns only the HEAD header, which reduces backend resource consumption, but the server must support the HEAD method.
|
|
510
510
|
*/
|
|
511
511
|
method?: pulumi.Input<string>;
|
|
512
512
|
/**
|
|
@@ -518,15 +518,15 @@ export declare namespace alb {
|
|
|
518
518
|
*/
|
|
519
519
|
protocol?: pulumi.Input<string>;
|
|
520
520
|
/**
|
|
521
|
-
* Health check response timeout. If the backend server does not respond correctly within the specified time,
|
|
521
|
+
* Health check response timeout. If the backend server does not respond correctly within the specified time, the health check is considered abnormal. Unit: seconds. Value range: 1–60. Default: 2.
|
|
522
522
|
*/
|
|
523
523
|
timeout?: pulumi.Input<number>;
|
|
524
524
|
/**
|
|
525
|
-
* Unhealthy threshold for health checks.
|
|
525
|
+
* Unhealthy threshold for health checks. Indicates that a backend server is considered unhealthy if it fails the specified number of consecutive health checks. Unit: times. Range: 2–10. Default: 3.
|
|
526
526
|
*/
|
|
527
527
|
unhealthyThreshold?: pulumi.Input<number>;
|
|
528
528
|
/**
|
|
529
|
-
* Health check path
|
|
529
|
+
* Health check path. Must be configured as the actual path provided by the backend server. This parameter is only effective when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length: 1–128 characters. If this parameter is not specified or specified without a value, the default is '/'.
|
|
530
530
|
*/
|
|
531
531
|
uri?: pulumi.Input<string>;
|
|
532
532
|
}
|
|
@@ -542,7 +542,7 @@ export declare namespace alb {
|
|
|
542
542
|
*/
|
|
543
543
|
description?: pulumi.Input<string>;
|
|
544
544
|
/**
|
|
545
|
-
* ID of the cloud server instance or network interface.
|
|
545
|
+
* ID of the cloud server instance or network interface card.
|
|
546
546
|
*/
|
|
547
547
|
instanceId?: pulumi.Input<string>;
|
|
548
548
|
/**
|
|
@@ -554,7 +554,7 @@ export declare namespace alb {
|
|
|
554
554
|
*/
|
|
555
555
|
port?: pulumi.Input<number>;
|
|
556
556
|
/**
|
|
557
|
-
* 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.
|
|
557
|
+
* Enable remote IP feature. This field is valid only when the backend server instance type is IP address, that is, when Type is set to ip. Parameter values: on: Enable. off (default): Disable.
|
|
558
558
|
*/
|
|
559
559
|
remoteEnabled?: pulumi.Input<string>;
|
|
560
560
|
/**
|
|
@@ -562,21 +562,21 @@ export declare namespace alb {
|
|
|
562
562
|
*/
|
|
563
563
|
serverId?: pulumi.Input<string>;
|
|
564
564
|
/**
|
|
565
|
-
* Backend server instance type.
|
|
565
|
+
* Backend server instance type. ecs: ECS instance. eni: auxiliary ENI. ip: IP address (valid only for IP-type server groups).
|
|
566
566
|
*/
|
|
567
567
|
type?: pulumi.Input<string>;
|
|
568
568
|
/**
|
|
569
|
-
*
|
|
569
|
+
* Weight of the backend server.
|
|
570
570
|
*/
|
|
571
571
|
weight?: pulumi.Input<number>;
|
|
572
572
|
}
|
|
573
573
|
interface ServerGroupStickySessionConfig {
|
|
574
574
|
/**
|
|
575
|
-
*
|
|
575
|
+
* Name of the session persistence Cookie for service configuration. This is only valid when session persistence is enabled and Cookie overwrite is selected. The specific rules are as follows: The Cookie name must be 1–200 characters long. The name can only contain ASCII letters and digits, cannot contain commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). This parameter is required when tickySessionConfig.StickySessionEnabled is set to on and StickySessionConfig.StickySessionType is server. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert.
|
|
576
576
|
*/
|
|
577
577
|
cookie?: pulumi.Input<string>;
|
|
578
578
|
/**
|
|
579
|
-
* Session persistence cookie timeout. Only
|
|
579
|
+
* Session persistence cookie timeout. Only valid when session persistence is enabled and the insert cookie option 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.
|
|
580
580
|
*/
|
|
581
581
|
cookieTimeout?: pulumi.Input<number>;
|
|
582
582
|
/**
|
|
@@ -584,17 +584,17 @@ export declare namespace alb {
|
|
|
584
584
|
*/
|
|
585
585
|
stickySessionEnabled?: pulumi.Input<string>;
|
|
586
586
|
/**
|
|
587
|
-
* Cookie handling method.
|
|
587
|
+
* Cookie handling method. This field is required when StickySessionConfig.StickySessionEnabled is set to on. Parameter values: insert: Inserts a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response. Subsequent client requests carry this Cookie, and ALB forwards the requests to the previously recorded backend server. server: Overwrites the Cookie. When session persistence with Cookie overwrite is enabled, after the client's first request is forwarded to the backend server, if ALB detects your custom Cookie in the response, it overwrites the original Cookie. Subsequent client requests carry the overwritten Cookie, and ALB forwards the requests to the previously recorded backend server.
|
|
588
588
|
*/
|
|
589
589
|
stickySessionType?: pulumi.Input<string>;
|
|
590
590
|
}
|
|
591
591
|
interface ServerGroupTag {
|
|
592
592
|
/**
|
|
593
|
-
* Tag key.
|
|
593
|
+
* Tag key. Tag keys for the same resource must be unique.
|
|
594
594
|
*/
|
|
595
595
|
key?: pulumi.Input<string>;
|
|
596
596
|
/**
|
|
597
|
-
* Tag value.
|
|
597
|
+
* Tag value of the tag.
|
|
598
598
|
*/
|
|
599
599
|
value?: pulumi.Input<string>;
|
|
600
600
|
}
|
|
@@ -4595,7 +4595,7 @@ export declare namespace cloudmonitor {
|
|
|
4595
4595
|
}
|
|
4596
4596
|
interface RuleDimensionConditionsMetaConditionMeta {
|
|
4597
4597
|
/**
|
|
4598
|
-
*
|
|
4598
|
+
* Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
|
|
4599
4599
|
*/
|
|
4600
4600
|
comparator?: pulumi.Input<string>;
|
|
4601
4601
|
/**
|
|
@@ -4622,7 +4622,7 @@ export declare namespace cloudmonitor {
|
|
|
4622
4622
|
}
|
|
4623
4623
|
interface RuleDimensionConditionsTagConditionTag {
|
|
4624
4624
|
/**
|
|
4625
|
-
*
|
|
4625
|
+
* Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
|
|
4626
4626
|
*/
|
|
4627
4627
|
comparator?: pulumi.Input<string>;
|
|
4628
4628
|
/**
|
|
@@ -4683,7 +4683,7 @@ export declare namespace cloudmonitor {
|
|
|
4683
4683
|
}
|
|
4684
4684
|
interface RuleNotifyTemplate {
|
|
4685
4685
|
/**
|
|
4686
|
-
* Notification
|
|
4686
|
+
* Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
|
|
4687
4687
|
*/
|
|
4688
4688
|
channel?: pulumi.Input<string>;
|
|
4689
4689
|
/**
|
|
@@ -4724,43 +4724,59 @@ export declare namespace cr {
|
|
|
4724
4724
|
interface RegistryEndpoint {
|
|
4725
4725
|
aclPolicies?: pulumi.Input<pulumi.Input<inputs.cr.RegistryEndpointAclPolicy>[]>;
|
|
4726
4726
|
/**
|
|
4727
|
-
* Whether to enable the public endpoint.
|
|
4727
|
+
* Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
|
|
4728
4728
|
*/
|
|
4729
4729
|
enabled?: pulumi.Input<boolean>;
|
|
4730
4730
|
/**
|
|
4731
|
-
* Current status of the public endpoint. Parameter values: Enabling:
|
|
4731
|
+
* Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
|
|
4732
4732
|
*/
|
|
4733
4733
|
status?: pulumi.Input<string>;
|
|
4734
4734
|
}
|
|
4735
4735
|
interface RegistryEndpointAclPolicy {
|
|
4736
4736
|
/**
|
|
4737
|
-
* IP entry address
|
|
4737
|
+
* IP entry address.
|
|
4738
4738
|
*/
|
|
4739
4739
|
description?: pulumi.Input<string>;
|
|
4740
4740
|
/**
|
|
4741
|
-
* IP entry description
|
|
4741
|
+
* IP entry description.
|
|
4742
4742
|
*/
|
|
4743
4743
|
entry?: pulumi.Input<string>;
|
|
4744
4744
|
}
|
|
4745
4745
|
interface RegistryProxyCache {
|
|
4746
4746
|
/**
|
|
4747
|
-
* Instance types supported by ProxyCache. Parameter
|
|
4747
|
+
* Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
|
|
4748
4748
|
*/
|
|
4749
4749
|
type?: pulumi.Input<string>;
|
|
4750
4750
|
}
|
|
4751
4751
|
interface RegistryStatus {
|
|
4752
4752
|
/**
|
|
4753
|
-
* Creating, [ Progressing ]: Creating
|
|
4753
|
+
* Creating, [ Progressing ]: Creating
|
|
4754
|
+
* Running, [ Ok ]: Running
|
|
4755
|
+
* Running, [ Degraded ]: Running
|
|
4756
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4757
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
4758
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4759
|
+
* Starting, [ Progressing ]: Starting
|
|
4760
|
+
* Deleting, [ Progressing ]: Deleting
|
|
4761
|
+
* Failed, [ Unknown ]: Abnormal
|
|
4754
4762
|
*/
|
|
4755
4763
|
conditions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4756
4764
|
/**
|
|
4757
|
-
* Creating, [ Progressing ]: Creating
|
|
4765
|
+
* Creating, [ Progressing ]: Creating
|
|
4766
|
+
* Running, [ Ok ]: Running
|
|
4767
|
+
* Running, [ Degraded ]: Running
|
|
4768
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4769
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
4770
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4771
|
+
* Starting, [ Progressing ]: Starting
|
|
4772
|
+
* Deleting, [ Progressing ]: Deleting
|
|
4773
|
+
* Failed, [ Unknown ]: Abnormal
|
|
4758
4774
|
*/
|
|
4759
4775
|
phase?: pulumi.Input<string>;
|
|
4760
4776
|
}
|
|
4761
4777
|
interface RegistryTag {
|
|
4762
4778
|
/**
|
|
4763
|
-
* Tag key
|
|
4779
|
+
* Tag key values
|
|
4764
4780
|
*/
|
|
4765
4781
|
key?: pulumi.Input<string>;
|
|
4766
4782
|
/**
|
|
@@ -4784,6 +4800,16 @@ export declare namespace cr {
|
|
|
4784
4800
|
}
|
|
4785
4801
|
}
|
|
4786
4802
|
export declare namespace directconnect {
|
|
4803
|
+
interface ConnectionTag {
|
|
4804
|
+
/**
|
|
4805
|
+
* Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
|
|
4806
|
+
*/
|
|
4807
|
+
key?: pulumi.Input<string>;
|
|
4808
|
+
/**
|
|
4809
|
+
* Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
|
|
4810
|
+
*/
|
|
4811
|
+
value?: pulumi.Input<string>;
|
|
4812
|
+
}
|
|
4787
4813
|
interface DirectConnectGatewayAssociateCen {
|
|
4788
4814
|
/**
|
|
4789
4815
|
* ID of CEN.
|
|
@@ -6863,6 +6889,68 @@ export declare namespace filenas {
|
|
|
6863
6889
|
}
|
|
6864
6890
|
}
|
|
6865
6891
|
export declare namespace fwcenter {
|
|
6892
|
+
interface AddressBookAddressDetailList {
|
|
6893
|
+
/**
|
|
6894
|
+
* Detailed information about the address in the address book. The specific content depends on the address book type. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
|
|
6895
|
+
*/
|
|
6896
|
+
address?: pulumi.Input<string>;
|
|
6897
|
+
/**
|
|
6898
|
+
* Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
|
|
6899
|
+
*/
|
|
6900
|
+
description?: pulumi.Input<string>;
|
|
6901
|
+
}
|
|
6902
|
+
interface AddressBookTag {
|
|
6903
|
+
/**
|
|
6904
|
+
* Tag key.
|
|
6905
|
+
*/
|
|
6906
|
+
key?: pulumi.Input<string>;
|
|
6907
|
+
/**
|
|
6908
|
+
* Tag value.
|
|
6909
|
+
*/
|
|
6910
|
+
value?: pulumi.Input<string>;
|
|
6911
|
+
}
|
|
6912
|
+
interface ControlPolicyDestPortListV1 {
|
|
6913
|
+
/**
|
|
6914
|
+
* Detailed address information.
|
|
6915
|
+
*/
|
|
6916
|
+
address?: pulumi.Input<string>;
|
|
6917
|
+
/**
|
|
6918
|
+
* Description
|
|
6919
|
+
*/
|
|
6920
|
+
description?: pulumi.Input<string>;
|
|
6921
|
+
/**
|
|
6922
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
6923
|
+
*/
|
|
6924
|
+
type?: pulumi.Input<string>;
|
|
6925
|
+
}
|
|
6926
|
+
interface ControlPolicyDestinationCidrListV1 {
|
|
6927
|
+
/**
|
|
6928
|
+
* Detailed address information.
|
|
6929
|
+
*/
|
|
6930
|
+
address?: pulumi.Input<string>;
|
|
6931
|
+
/**
|
|
6932
|
+
* Description
|
|
6933
|
+
*/
|
|
6934
|
+
description?: pulumi.Input<string>;
|
|
6935
|
+
/**
|
|
6936
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
6937
|
+
*/
|
|
6938
|
+
type?: pulumi.Input<string>;
|
|
6939
|
+
}
|
|
6940
|
+
interface ControlPolicySourceCidrListV1 {
|
|
6941
|
+
/**
|
|
6942
|
+
* Detailed address information.
|
|
6943
|
+
*/
|
|
6944
|
+
address?: pulumi.Input<string>;
|
|
6945
|
+
/**
|
|
6946
|
+
* Description
|
|
6947
|
+
*/
|
|
6948
|
+
description?: pulumi.Input<string>;
|
|
6949
|
+
/**
|
|
6950
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
6951
|
+
*/
|
|
6952
|
+
type?: pulumi.Input<string>;
|
|
6953
|
+
}
|
|
6866
6954
|
interface DnsControlPolicyDomainListV1 {
|
|
6867
6955
|
/**
|
|
6868
6956
|
* Specific address information.
|
|
@@ -6887,8 +6975,162 @@ export declare namespace fwcenter {
|
|
|
6887
6975
|
*/
|
|
6888
6976
|
vpcId?: pulumi.Input<string>;
|
|
6889
6977
|
}
|
|
6978
|
+
interface VpcFireWallAclRuleDestPortListV1 {
|
|
6979
|
+
/**
|
|
6980
|
+
* Detailed address information.
|
|
6981
|
+
*/
|
|
6982
|
+
address?: pulumi.Input<string>;
|
|
6983
|
+
/**
|
|
6984
|
+
* Description.
|
|
6985
|
+
*/
|
|
6986
|
+
description?: pulumi.Input<string>;
|
|
6987
|
+
/**
|
|
6988
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
6989
|
+
*/
|
|
6990
|
+
type?: pulumi.Input<string>;
|
|
6991
|
+
}
|
|
6992
|
+
interface VpcFireWallAclRuleDestinationCidrListV1 {
|
|
6993
|
+
/**
|
|
6994
|
+
* Detailed address information.
|
|
6995
|
+
*/
|
|
6996
|
+
address?: pulumi.Input<string>;
|
|
6997
|
+
/**
|
|
6998
|
+
* Description.
|
|
6999
|
+
*/
|
|
7000
|
+
description?: pulumi.Input<string>;
|
|
7001
|
+
/**
|
|
7002
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
7003
|
+
*/
|
|
7004
|
+
type?: pulumi.Input<string>;
|
|
7005
|
+
}
|
|
7006
|
+
interface VpcFireWallAclRuleSourceCidrListV1 {
|
|
7007
|
+
/**
|
|
7008
|
+
* Detailed address information.
|
|
7009
|
+
*/
|
|
7010
|
+
address?: pulumi.Input<string>;
|
|
7011
|
+
/**
|
|
7012
|
+
* Description.
|
|
7013
|
+
*/
|
|
7014
|
+
description?: pulumi.Input<string>;
|
|
7015
|
+
/**
|
|
7016
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
7017
|
+
*/
|
|
7018
|
+
type?: pulumi.Input<string>;
|
|
7019
|
+
}
|
|
6890
7020
|
}
|
|
6891
7021
|
export declare namespace gtm {
|
|
7022
|
+
interface GtmPolicy {
|
|
7023
|
+
/**
|
|
7024
|
+
* If the current address pool set is unavailable, does Cloud Scheduling GTM only trigger an alert notification without automatically switching to an available address pool? true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool.
|
|
7025
|
+
*/
|
|
7026
|
+
alarmOnly?: pulumi.Input<boolean>;
|
|
7027
|
+
/**
|
|
7028
|
+
* Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
|
|
7029
|
+
*/
|
|
7030
|
+
perfMode?: pulumi.Input<string>;
|
|
7031
|
+
/**
|
|
7032
|
+
* Routing mode. The parameter values are: lb: Routes user traffic proportionally to different IDC data centers based on load balancing. geo: Routes user traffic to the nearest IDC data center on the same carrier line based on the user's geographic location and carrier. geo-lb (default): First routes user traffic to the nearest IDC data center access line on the same carrier based on the user's geographic location and carrier, then distributes user traffic proportionally to multiple IDC data centers based on load balancing.
|
|
7033
|
+
*/
|
|
7034
|
+
routingMode?: pulumi.Input<string>;
|
|
7035
|
+
/**
|
|
7036
|
+
* Statistics for addresses associated with the scheduling policy.
|
|
7037
|
+
*/
|
|
7038
|
+
statistics?: pulumi.Input<inputs.gtm.GtmPolicyStatistics>;
|
|
7039
|
+
targets?: pulumi.Input<pulumi.Input<inputs.gtm.GtmPolicyTarget>[]>;
|
|
7040
|
+
}
|
|
7041
|
+
interface GtmPolicyStatistics {
|
|
7042
|
+
/**
|
|
7043
|
+
* Number of available addresses.
|
|
7044
|
+
*/
|
|
7045
|
+
activeAddr?: pulumi.Input<number>;
|
|
7046
|
+
/**
|
|
7047
|
+
* Number of unavailable addresses.
|
|
7048
|
+
*/
|
|
7049
|
+
inactiveAddr?: pulumi.Input<number>;
|
|
7050
|
+
}
|
|
7051
|
+
interface GtmPolicyTarget {
|
|
7052
|
+
/**
|
|
7053
|
+
* Target address pool ID.
|
|
7054
|
+
*/
|
|
7055
|
+
poolId?: pulumi.Input<string>;
|
|
7056
|
+
}
|
|
7057
|
+
interface GtmProbe {
|
|
7058
|
+
/**
|
|
7059
|
+
* Recommended number of health check probe points.
|
|
7060
|
+
*/
|
|
7061
|
+
advisedNodeCount?: pulumi.Input<number>;
|
|
7062
|
+
/**
|
|
7063
|
+
* Whether health check is disabled. true: disabled. false: enabled.
|
|
7064
|
+
*/
|
|
7065
|
+
disable?: pulumi.Input<boolean>;
|
|
7066
|
+
/**
|
|
7067
|
+
* DNS record type for the health check.
|
|
7068
|
+
*/
|
|
7069
|
+
dnsRecordType?: pulumi.Input<string>;
|
|
7070
|
+
/**
|
|
7071
|
+
* Threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address will be marked as faulty after 3 consecutive health check failures. Default value: 3.
|
|
7072
|
+
*/
|
|
7073
|
+
failedCount?: pulumi.Input<number>;
|
|
7074
|
+
/**
|
|
7075
|
+
* Full domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
7076
|
+
*/
|
|
7077
|
+
host?: pulumi.Input<string>;
|
|
7078
|
+
/**
|
|
7079
|
+
* HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
7080
|
+
*/
|
|
7081
|
+
httpMethod?: pulumi.Input<string>;
|
|
7082
|
+
httpUsabilityCodes?: pulumi.Input<pulumi.Input<inputs.gtm.GtmProbeHttpUsabilityCode>[]>;
|
|
7083
|
+
/**
|
|
7084
|
+
* Interval between each health check, in seconds.
|
|
7085
|
+
*/
|
|
7086
|
+
interval?: pulumi.Input<number>;
|
|
7087
|
+
/**
|
|
7088
|
+
* Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
|
|
7089
|
+
*/
|
|
7090
|
+
isManualNodes?: pulumi.Input<boolean>;
|
|
7091
|
+
/**
|
|
7092
|
+
* List of probe nodes used for health checks.
|
|
7093
|
+
*/
|
|
7094
|
+
nodes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7095
|
+
/**
|
|
7096
|
+
* Number of packets sent. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
|
|
7097
|
+
*/
|
|
7098
|
+
pingCount?: pulumi.Input<number>;
|
|
7099
|
+
/**
|
|
7100
|
+
* Packet loss rate. Unit: percent. If the packet loss rate exceeds this parameter value, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during a health check is greater than 10, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
|
|
7101
|
+
*/
|
|
7102
|
+
pingLossPercent?: pulumi.Input<number>;
|
|
7103
|
+
/**
|
|
7104
|
+
* Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
7105
|
+
*/
|
|
7106
|
+
port?: pulumi.Input<number>;
|
|
7107
|
+
/**
|
|
7108
|
+
* Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
|
|
7109
|
+
*/
|
|
7110
|
+
protocol?: pulumi.Input<string>;
|
|
7111
|
+
/**
|
|
7112
|
+
* Timeout for establishing a single TCP connection. For example, if you set this parameter to 2 seconds, a TCP connection will be considered failed if it is not established within 2 seconds during a health check. This parameter is only valid when the health check protocol is set to tcp.
|
|
7113
|
+
*/
|
|
7114
|
+
tcpConnTimeout?: pulumi.Input<number>;
|
|
7115
|
+
/**
|
|
7116
|
+
* Timeout for the health check task. Unit: seconds.
|
|
7117
|
+
*/
|
|
7118
|
+
timeout?: pulumi.Input<number>;
|
|
7119
|
+
/**
|
|
7120
|
+
* Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
7121
|
+
*/
|
|
7122
|
+
url?: pulumi.Input<string>;
|
|
7123
|
+
}
|
|
7124
|
+
interface GtmProbeHttpUsabilityCode {
|
|
7125
|
+
/**
|
|
7126
|
+
* List of HTTP status codes.
|
|
7127
|
+
*/
|
|
7128
|
+
codes?: pulumi.Input<pulumi.Input<number>[]>;
|
|
7129
|
+
/**
|
|
7130
|
+
* Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
|
|
7131
|
+
*/
|
|
7132
|
+
operator?: pulumi.Input<string>;
|
|
7133
|
+
}
|
|
6892
7134
|
interface PolicyStatistics {
|
|
6893
7135
|
/**
|
|
6894
7136
|
* Number of available addresses
|
|
@@ -8978,6 +9220,10 @@ export declare namespace rdsmysql {
|
|
|
8978
9220
|
* Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
|
|
8979
9221
|
*/
|
|
8980
9222
|
enableStorageAutoScale?: pulumi.Input<boolean>;
|
|
9223
|
+
/**
|
|
9224
|
+
* Node range for automatic scaling detection. Values: MasterNode: primary node. MasterSlaveNodes: primary and secondary nodes. AllNodes: all nodes. Note: When used as a request parameter, the default is MasterNode. For multi-node instances, MasterSlaveNodes and AllNodes have the same effect. For single-node instances, MasterNode, MasterSlaveNodes, and AllNodes have the same effect.
|
|
9225
|
+
*/
|
|
9226
|
+
scalingDetectNode?: pulumi.Input<string>;
|
|
8981
9227
|
/**
|
|
8982
9228
|
* Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
|
|
8983
9229
|
*/
|
|
@@ -8987,6 +9233,152 @@ export declare namespace rdsmysql {
|
|
|
8987
9233
|
*/
|
|
8988
9234
|
storageUpperBound?: pulumi.Input<number>;
|
|
8989
9235
|
}
|
|
9236
|
+
interface InstanceBackupPolicy {
|
|
9237
|
+
/**
|
|
9238
|
+
* List of destination regions available for cross-region backup.
|
|
9239
|
+
*/
|
|
9240
|
+
availableCrossRegions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9241
|
+
/**
|
|
9242
|
+
* Basic backup policy.
|
|
9243
|
+
*/
|
|
9244
|
+
backupPolicyBase?: pulumi.Input<inputs.rdsmysql.InstanceBackupPolicyBackupPolicyBase>;
|
|
9245
|
+
/**
|
|
9246
|
+
* Cross-region backup policy.
|
|
9247
|
+
*/
|
|
9248
|
+
crossBackupPolicy?: pulumi.Input<inputs.rdsmysql.InstanceBackupPolicyCrossBackupPolicy>;
|
|
9249
|
+
}
|
|
9250
|
+
interface InstanceBackupPolicyBackupPolicyBase {
|
|
9251
|
+
/**
|
|
9252
|
+
* Retain all log backups before releasing the instance. Values: true: yes. false: no.
|
|
9253
|
+
*/
|
|
9254
|
+
binlogBackupAllRetention?: pulumi.Input<boolean>;
|
|
9255
|
+
/**
|
|
9256
|
+
* Enable log backup feature. Values: true: yes. false: no.
|
|
9257
|
+
*/
|
|
9258
|
+
binlogBackupEnabled?: pulumi.Input<boolean>;
|
|
9259
|
+
/**
|
|
9260
|
+
* Whether to enable encryption for log backups. Values: true: Yes. false: No.
|
|
9261
|
+
*/
|
|
9262
|
+
binlogBackupEncryptionEnabled?: pulumi.Input<boolean>;
|
|
9263
|
+
/**
|
|
9264
|
+
* Enable local Binlog retention limit. Values: true: enabled. false: disabled.
|
|
9265
|
+
*/
|
|
9266
|
+
binlogFileCountsEnable?: pulumi.Input<boolean>;
|
|
9267
|
+
/**
|
|
9268
|
+
* Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
|
|
9269
|
+
*/
|
|
9270
|
+
binlogLimitCount?: pulumi.Input<number>;
|
|
9271
|
+
/**
|
|
9272
|
+
* Local Binlog retention period. Value: 0–168. Unit: hours. Local logs exceeding the retention period are automatically deleted. When set to 0, local logs are not deleted automatically.
|
|
9273
|
+
*/
|
|
9274
|
+
binlogLocalRetentionHour?: pulumi.Input<number>;
|
|
9275
|
+
/**
|
|
9276
|
+
* Enable automatic Binlog cleanup when storage is excessive. When total instance storage usage exceeds 80% or available space is less than 5 GiB, the system automatically deletes the oldest local Binlog files until usage drops below 80% and available space exceeds 5 GiB. true: enabled. false: disabled.
|
|
9277
|
+
*/
|
|
9278
|
+
binlogSpaceLimitEnable?: pulumi.Input<boolean>;
|
|
9279
|
+
/**
|
|
9280
|
+
* Maximum storage space usage. Can be set to 20%–50%. When exceeded, the earliest Binlog files are automatically deleted until usage falls below this threshold. Note: Local Binlog space usage = local Binlog size / total available (purchased) instance space.
|
|
9281
|
+
*/
|
|
9282
|
+
binlogStoragePercentage?: pulumi.Input<number>;
|
|
9283
|
+
/**
|
|
9284
|
+
* Retain all data backups before releasing the instance. Values: true: yes. false: no.
|
|
9285
|
+
*/
|
|
9286
|
+
dataBackupAllRetention?: pulumi.Input<boolean>;
|
|
9287
|
+
/**
|
|
9288
|
+
* Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
|
|
9289
|
+
*/
|
|
9290
|
+
dataBackupEncryptionEnabled?: pulumi.Input<boolean>;
|
|
9291
|
+
/**
|
|
9292
|
+
* Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
|
|
9293
|
+
*/
|
|
9294
|
+
dataBackupRetentionDay?: pulumi.Input<number>;
|
|
9295
|
+
/**
|
|
9296
|
+
* Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
|
|
9297
|
+
*/
|
|
9298
|
+
dataFullBackupPeriods?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9299
|
+
/**
|
|
9300
|
+
* Start time of the full backup task time window (UTC). The time window is 1 hour. Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
|
|
9301
|
+
*/
|
|
9302
|
+
dataFullBackupStartUtcHour?: pulumi.Input<number>;
|
|
9303
|
+
/**
|
|
9304
|
+
* Time window for executing backup tasks, with a duration of 1 hour. Format: HH:mmZ-HH:mmZ (UTC). Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
|
|
9305
|
+
*/
|
|
9306
|
+
dataFullBackupTime?: pulumi.Input<string>;
|
|
9307
|
+
/**
|
|
9308
|
+
* Incremental backup cycle for local disk instances. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: When high-frequency incremental backup is enabled (that is, when HourlyIncrBackupEnable is set to true), this field is not returned.
|
|
9309
|
+
*/
|
|
9310
|
+
dataIncrBackupPeriods?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9311
|
+
/**
|
|
9312
|
+
* Number of days to retain data after instance release.
|
|
9313
|
+
*/
|
|
9314
|
+
dataKeepDaysAfterReleased?: pulumi.Input<number>;
|
|
9315
|
+
/**
|
|
9316
|
+
* Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
|
|
9317
|
+
*/
|
|
9318
|
+
dataKeepPolicyAfterReleased?: pulumi.Input<string>;
|
|
9319
|
+
/**
|
|
9320
|
+
* Whether high-frequency incremental snapshot backup is enabled for cloud disk instances. Values: true: Yes. false: No. Note: For local disk instances, this field returns false.
|
|
9321
|
+
*/
|
|
9322
|
+
highFrequencySnapshotBackupEnable?: pulumi.Input<boolean>;
|
|
9323
|
+
/**
|
|
9324
|
+
* Frequency of high-frequency incremental snapshot backups for cloud disk instances, in seconds. Values: 3600: every 1 hour. 7200: every 2 hours. 10800: every 3 hours. 14400: every 4 hours. 19200: every 6 hours. 28800: every 8 hours. 38400: every 12 hours. Note: If the instance is a local disk instance or the high-frequency incremental snapshot backup feature for the cloud disk instance is not enabled, this field returns 0.
|
|
9325
|
+
*/
|
|
9326
|
+
highFrequencySnapshotBackupSecondPeriod?: pulumi.Input<number>;
|
|
9327
|
+
/**
|
|
9328
|
+
* Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
|
|
9329
|
+
*/
|
|
9330
|
+
hourlyIncrBackupEnable?: pulumi.Input<boolean>;
|
|
9331
|
+
/**
|
|
9332
|
+
* Frequency of high-frequency incremental backups for local disk instances. Values: 0: no high-frequency incremental backup. In this case, HourlyIncrBackupEnable is false. 2: incremental backup every 2 hours. 4: incremental backup every 4 hours. 6: incremental backup every 6 hours. 12: incremental backup every 12 hours.
|
|
9333
|
+
*/
|
|
9334
|
+
incrBackupHourPeriod?: pulumi.Input<number>;
|
|
9335
|
+
/**
|
|
9336
|
+
* Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
|
|
9337
|
+
*/
|
|
9338
|
+
keepCrossBackupEnableAfterReleased?: pulumi.Input<boolean>;
|
|
9339
|
+
/**
|
|
9340
|
+
* Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
|
|
9341
|
+
*/
|
|
9342
|
+
lockDdlTime?: pulumi.Input<number>;
|
|
9343
|
+
/**
|
|
9344
|
+
* Maximum DDL wait time. Default value: 1800. Minimum: 1. Maximum: 86400. Unit: seconds. Note: The backup process will block DDL. If the blocking time exceeds the specified value, the backup will stop automatically. Only MySQL 8.0 instances support this setting.
|
|
9345
|
+
*/
|
|
9346
|
+
lockDdlTimeSecond?: pulumi.Input<number>;
|
|
9347
|
+
/**
|
|
9348
|
+
* Binlog backup retention period. Value range: 7–3650 days. Default retention is 7 days. Note: This parameter is not returned when RetentionPolicySynced is set to true.
|
|
9349
|
+
*/
|
|
9350
|
+
logBackupRetentionDay?: pulumi.Input<number>;
|
|
9351
|
+
/**
|
|
9352
|
+
* Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
|
|
9353
|
+
*/
|
|
9354
|
+
publicDownloadEnable?: pulumi.Input<boolean>;
|
|
9355
|
+
/**
|
|
9356
|
+
* Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
|
|
9357
|
+
*/
|
|
9358
|
+
retentionPolicySynced?: pulumi.Input<boolean>;
|
|
9359
|
+
}
|
|
9360
|
+
interface InstanceBackupPolicyCrossBackupPolicy {
|
|
9361
|
+
/**
|
|
9362
|
+
* Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
|
|
9363
|
+
*/
|
|
9364
|
+
backupEnabled?: pulumi.Input<boolean>;
|
|
9365
|
+
/**
|
|
9366
|
+
* Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
|
|
9367
|
+
*/
|
|
9368
|
+
crossBackupAllRetention?: pulumi.Input<boolean>;
|
|
9369
|
+
/**
|
|
9370
|
+
* Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
|
|
9371
|
+
*/
|
|
9372
|
+
crossBackupRegion?: pulumi.Input<string>;
|
|
9373
|
+
/**
|
|
9374
|
+
* Whether to enable cross-region log backup. true: Enable. false: Disable (default). Note: Cross-region log backup can only be enabled when cross-region backup is enabled.
|
|
9375
|
+
*/
|
|
9376
|
+
logBackupEnabled?: pulumi.Input<boolean>;
|
|
9377
|
+
/**
|
|
9378
|
+
* Cross-region backup retention days. Value range: 7–3650. Default: 7. Unit: days. Note: When CrossBackupAllRetention is set to true, this field does not need to be set.
|
|
9379
|
+
*/
|
|
9380
|
+
retention?: pulumi.Input<number>;
|
|
9381
|
+
}
|
|
8990
9382
|
interface InstanceChargeDetail {
|
|
8991
9383
|
/**
|
|
8992
9384
|
* Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
|
|
@@ -9064,6 +9456,7 @@ export declare namespace rdsmysql {
|
|
|
9064
9456
|
secondsBehindMaster?: pulumi.Input<number>;
|
|
9065
9457
|
}
|
|
9066
9458
|
interface InstanceEndpoint {
|
|
9459
|
+
addresses?: pulumi.Input<pulumi.Input<inputs.rdsmysql.InstanceEndpointAddress>[]>;
|
|
9067
9460
|
/**
|
|
9068
9461
|
* When the endpoint type is read/write or read-only, you can set whether new nodes join automatically. Values: Enable: auto join. Disable: do not auto join (default)
|
|
9069
9462
|
*/
|
|
@@ -9080,6 +9473,7 @@ export declare namespace rdsmysql {
|
|
|
9080
9473
|
* Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
|
|
9081
9474
|
*/
|
|
9082
9475
|
connectionPoolType?: pulumi.Input<string>;
|
|
9476
|
+
customRouteStrategies?: pulumi.Input<pulumi.Input<inputs.rdsmysql.InstanceEndpointCustomRouteStrategy>[]>;
|
|
9083
9477
|
/**
|
|
9084
9478
|
* Description of the connection endpoint
|
|
9085
9479
|
*/
|
|
@@ -9146,6 +9540,54 @@ export declare namespace rdsmysql {
|
|
|
9146
9540
|
*/
|
|
9147
9541
|
readWriteMode?: pulumi.Input<string>;
|
|
9148
9542
|
}
|
|
9543
|
+
interface InstanceEndpointAddress {
|
|
9544
|
+
/**
|
|
9545
|
+
* false: Private network resolution (default). true: Private and public network resolution.
|
|
9546
|
+
*/
|
|
9547
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
9548
|
+
/**
|
|
9549
|
+
* Connection domain name.
|
|
9550
|
+
*/
|
|
9551
|
+
domain?: pulumi.Input<string>;
|
|
9552
|
+
/**
|
|
9553
|
+
* EIP ID, valid only for Public addresses.
|
|
9554
|
+
*/
|
|
9555
|
+
eipId?: pulumi.Input<string>;
|
|
9556
|
+
/**
|
|
9557
|
+
* Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
|
|
9558
|
+
*/
|
|
9559
|
+
eipLocked?: pulumi.Input<boolean>;
|
|
9560
|
+
/**
|
|
9561
|
+
* IP protocol version. Value: IPv4.
|
|
9562
|
+
*/
|
|
9563
|
+
internetProtocol?: pulumi.Input<string>;
|
|
9564
|
+
/**
|
|
9565
|
+
* IP address.
|
|
9566
|
+
*/
|
|
9567
|
+
ipAddress?: pulumi.Input<string>;
|
|
9568
|
+
/**
|
|
9569
|
+
* Network address type. Values: Private: private address. Public: public address.
|
|
9570
|
+
*/
|
|
9571
|
+
networkType?: pulumi.Input<string>;
|
|
9572
|
+
/**
|
|
9573
|
+
* Port.
|
|
9574
|
+
*/
|
|
9575
|
+
port?: pulumi.Input<string>;
|
|
9576
|
+
/**
|
|
9577
|
+
* Subnet ID, valid only for Private addresses.
|
|
9578
|
+
*/
|
|
9579
|
+
subnetId?: pulumi.Input<string>;
|
|
9580
|
+
}
|
|
9581
|
+
interface InstanceEndpointCustomRouteStrategy {
|
|
9582
|
+
/**
|
|
9583
|
+
* SQL forwarding rule target. Values: Primary: primary node. Secondary: secondary node. ReadOnly: read-only node. Note: For dual-node instances, you can select the primary node or read-only node. For multi-node instances, you can select the primary node or secondary node.
|
|
9584
|
+
*/
|
|
9585
|
+
nodeType?: pulumi.Input<string>;
|
|
9586
|
+
/**
|
|
9587
|
+
* Forwarding rule keywords. SQL keyword setting rules are as follows: Each rule can contain up to 20 keywords. Maximum length is 64 characters. Can include English letters, numbers, underscores (_), @, #, :=, and Chinese characters.
|
|
9588
|
+
*/
|
|
9589
|
+
sqlKeyword?: pulumi.Input<string>;
|
|
9590
|
+
}
|
|
9149
9591
|
interface InstanceEndpointReadOnlyNodeWeight {
|
|
9150
9592
|
/**
|
|
9151
9593
|
* Read-only nodes require NodeId. Primary nodes do not require it
|
|
@@ -9761,6 +10203,44 @@ export declare namespace redis {
|
|
|
9761
10203
|
*/
|
|
9762
10204
|
securityGroupId?: pulumi.Input<string>;
|
|
9763
10205
|
}
|
|
10206
|
+
interface InstanceBackup {
|
|
10207
|
+
/**
|
|
10208
|
+
* Backup point ID
|
|
10209
|
+
*/
|
|
10210
|
+
backupPointId?: pulumi.Input<string>;
|
|
10211
|
+
/**
|
|
10212
|
+
* Backup point name
|
|
10213
|
+
*/
|
|
10214
|
+
backupPointName?: pulumi.Input<string>;
|
|
10215
|
+
/**
|
|
10216
|
+
* Backup policy
|
|
10217
|
+
*/
|
|
10218
|
+
backupStrategy?: pulumi.Input<string>;
|
|
10219
|
+
/**
|
|
10220
|
+
* Backup type
|
|
10221
|
+
*/
|
|
10222
|
+
backupType?: pulumi.Input<string>;
|
|
10223
|
+
/**
|
|
10224
|
+
* Backup end time
|
|
10225
|
+
*/
|
|
10226
|
+
endTime?: pulumi.Input<string>;
|
|
10227
|
+
/**
|
|
10228
|
+
* Instance ID
|
|
10229
|
+
*/
|
|
10230
|
+
instanceId?: pulumi.Input<string>;
|
|
10231
|
+
/**
|
|
10232
|
+
* Backup size (unit: Byte)
|
|
10233
|
+
*/
|
|
10234
|
+
size?: pulumi.Input<number>;
|
|
10235
|
+
/**
|
|
10236
|
+
* Backup start time
|
|
10237
|
+
*/
|
|
10238
|
+
startTime?: pulumi.Input<string>;
|
|
10239
|
+
/**
|
|
10240
|
+
* Backup status
|
|
10241
|
+
*/
|
|
10242
|
+
status?: pulumi.Input<string>;
|
|
10243
|
+
}
|
|
9764
10244
|
interface InstanceBackupRestore {
|
|
9765
10245
|
/**
|
|
9766
10246
|
* Backup ID, used to specify which backup to use when restoring from a backup set
|
|
@@ -10522,6 +11002,16 @@ export declare namespace tls {
|
|
|
10522
11002
|
*/
|
|
10523
11003
|
severity?: pulumi.Input<string>;
|
|
10524
11004
|
}
|
|
11005
|
+
interface AlarmWebhookIntegrationTypeWebhookHeader {
|
|
11006
|
+
/**
|
|
11007
|
+
* Key for custom request header
|
|
11008
|
+
*/
|
|
11009
|
+
key?: pulumi.Input<string>;
|
|
11010
|
+
/**
|
|
11011
|
+
* Value for custom request header
|
|
11012
|
+
*/
|
|
11013
|
+
value?: pulumi.Input<string>;
|
|
11014
|
+
}
|
|
10525
11015
|
interface EtlTargetResource {
|
|
10526
11016
|
/**
|
|
10527
11017
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -12542,6 +13032,74 @@ export declare namespace tos {
|
|
|
12542
13032
|
*/
|
|
12543
13033
|
value?: pulumi.Input<string>;
|
|
12544
13034
|
}
|
|
13035
|
+
interface BucketWebsiteErrorDocument {
|
|
13036
|
+
/**
|
|
13037
|
+
* When a 4xx error occurs, this page is returned
|
|
13038
|
+
*/
|
|
13039
|
+
key?: pulumi.Input<string>;
|
|
13040
|
+
}
|
|
13041
|
+
interface BucketWebsiteIndexDocument {
|
|
13042
|
+
/**
|
|
13043
|
+
* Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
|
|
13044
|
+
*/
|
|
13045
|
+
forbiddenSubDir?: pulumi.Input<boolean>;
|
|
13046
|
+
/**
|
|
13047
|
+
* When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
|
|
13048
|
+
*/
|
|
13049
|
+
suffix?: pulumi.Input<string>;
|
|
13050
|
+
}
|
|
13051
|
+
interface BucketWebsiteRedirectAllRequestsTo {
|
|
13052
|
+
/**
|
|
13053
|
+
* Redirect site name
|
|
13054
|
+
*/
|
|
13055
|
+
hostName?: pulumi.Input<string>;
|
|
13056
|
+
/**
|
|
13057
|
+
* Protocol used for redirect requests. Supports http and https. Default is http
|
|
13058
|
+
*/
|
|
13059
|
+
protocol?: pulumi.Input<string>;
|
|
13060
|
+
}
|
|
13061
|
+
interface BucketWebsiteRoutingRule {
|
|
13062
|
+
/**
|
|
13063
|
+
* Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
|
|
13064
|
+
*/
|
|
13065
|
+
condition?: pulumi.Input<inputs.tos.BucketWebsiteRoutingRuleCondition>;
|
|
13066
|
+
/**
|
|
13067
|
+
* Set redirect rule
|
|
13068
|
+
*/
|
|
13069
|
+
redirect?: pulumi.Input<inputs.tos.BucketWebsiteRoutingRuleRedirect>;
|
|
13070
|
+
}
|
|
13071
|
+
interface BucketWebsiteRoutingRuleCondition {
|
|
13072
|
+
/**
|
|
13073
|
+
* Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
|
|
13074
|
+
*/
|
|
13075
|
+
httpErrorCodeReturnedEquals?: pulumi.Input<number>;
|
|
13076
|
+
/**
|
|
13077
|
+
* Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
|
|
13078
|
+
*/
|
|
13079
|
+
keyPrefixEquals?: pulumi.Input<string>;
|
|
13080
|
+
}
|
|
13081
|
+
interface BucketWebsiteRoutingRuleRedirect {
|
|
13082
|
+
/**
|
|
13083
|
+
* Set the redirect site name
|
|
13084
|
+
*/
|
|
13085
|
+
hostName?: pulumi.Input<string>;
|
|
13086
|
+
/**
|
|
13087
|
+
* Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
|
|
13088
|
+
*/
|
|
13089
|
+
httpRedirectCode?: pulumi.Input<number>;
|
|
13090
|
+
/**
|
|
13091
|
+
* Protocol used for redirect requests, including http and https. Default is http
|
|
13092
|
+
*/
|
|
13093
|
+
protocol?: pulumi.Input<string>;
|
|
13094
|
+
/**
|
|
13095
|
+
* Object name prefix used for redirect
|
|
13096
|
+
*/
|
|
13097
|
+
replaceKeyPrefixWith?: pulumi.Input<string>;
|
|
13098
|
+
/**
|
|
13099
|
+
* Object name used for redirect
|
|
13100
|
+
*/
|
|
13101
|
+
replaceKeyWith?: pulumi.Input<string>;
|
|
13102
|
+
}
|
|
12545
13103
|
}
|
|
12546
13104
|
export declare namespace transitrouter {
|
|
12547
13105
|
interface DirectConnectGatewayAttachmentTag {
|
|
@@ -12983,6 +13541,32 @@ export declare namespace vedbm {
|
|
|
12983
13541
|
value?: pulumi.Input<string>;
|
|
12984
13542
|
}
|
|
12985
13543
|
}
|
|
13544
|
+
export declare namespace veenedge {
|
|
13545
|
+
interface VpcSubnet {
|
|
13546
|
+
/**
|
|
13547
|
+
* Subnet CIDR Block, e.g. 10.1.0.0/16
|
|
13548
|
+
*/
|
|
13549
|
+
cidr?: pulumi.Input<string>;
|
|
13550
|
+
/**
|
|
13551
|
+
* Subnet Description
|
|
13552
|
+
*/
|
|
13553
|
+
desc?: pulumi.Input<string>;
|
|
13554
|
+
/**
|
|
13555
|
+
* Subnet Name
|
|
13556
|
+
*/
|
|
13557
|
+
name?: pulumi.Input<string>;
|
|
13558
|
+
}
|
|
13559
|
+
interface VpcTag {
|
|
13560
|
+
/**
|
|
13561
|
+
* Tag Key
|
|
13562
|
+
*/
|
|
13563
|
+
key?: pulumi.Input<string>;
|
|
13564
|
+
/**
|
|
13565
|
+
* Tag Value
|
|
13566
|
+
*/
|
|
13567
|
+
value?: pulumi.Input<string>;
|
|
13568
|
+
}
|
|
13569
|
+
}
|
|
12986
13570
|
export declare namespace vefaas {
|
|
12987
13571
|
interface FunctionAsyncTaskConfig {
|
|
12988
13572
|
/**
|
|
@@ -15792,4 +16376,18 @@ export declare namespace waf {
|
|
|
15792
16376
|
*/
|
|
15793
16377
|
statisticalKeyLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15794
16378
|
}
|
|
16379
|
+
interface HostGroupRelatedRule {
|
|
16380
|
+
/**
|
|
16381
|
+
* Rule name.
|
|
16382
|
+
*/
|
|
16383
|
+
ruleName?: pulumi.Input<string>;
|
|
16384
|
+
/**
|
|
16385
|
+
* Rule ID.
|
|
16386
|
+
*/
|
|
16387
|
+
ruleTag?: pulumi.Input<string>;
|
|
16388
|
+
/**
|
|
16389
|
+
* Rule type. Allow indicates an allowlist, Block indicates a blocklist.
|
|
16390
|
+
*/
|
|
16391
|
+
ruleType?: pulumi.Input<string>;
|
|
16392
|
+
}
|
|
15795
16393
|
}
|