@byteplus/pulumi-bytepluscc 0.0.35 → 0.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alb/acl.d.ts +20 -21
- package/alb/acl.js +2 -2
- package/alb/acl.js.map +1 -1
- package/alb/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/bmq/getGroup.d.ts +10 -10
- package/bmq/getInstance.d.ts +13 -13
- package/bmq/group.d.ts +23 -43
- package/bmq/group.js +1 -21
- package/bmq/group.js.map +1 -1
- package/bmq/instance.d.ts +44 -44
- package/bmq/instance.js +6 -6
- package/cloudidentity/userProvisioning.d.ts +2 -2
- package/cloudidentity/userProvisioning.js +2 -2
- package/cloudmonitor/eventRule.d.ts +226 -0
- package/cloudmonitor/eventRule.js +126 -0
- package/cloudmonitor/eventRule.js.map +1 -0
- package/cloudmonitor/getEventRule.d.ts +65 -0
- package/cloudmonitor/getEventRule.js +28 -0
- package/cloudmonitor/getEventRule.js.map +1 -0
- package/cloudmonitor/getEventRules.d.ts +22 -0
- package/cloudmonitor/getEventRules.js +24 -0
- package/cloudmonitor/getEventRules.js.map +1 -0
- package/cloudmonitor/getRule.d.ts +11 -11
- package/cloudmonitor/index.d.ts +9 -0
- package/cloudmonitor/index.js +12 -1
- package/cloudmonitor/index.js.map +1 -1
- package/cloudmonitor/rule.d.ts +33 -33
- package/cr/getRegistry.d.ts +11 -11
- package/cr/getVpcEndpoint.d.ts +45 -0
- package/cr/getVpcEndpoint.js +28 -0
- package/cr/getVpcEndpoint.js.map +1 -0
- package/cr/getVpcEndpoints.d.ts +22 -0
- package/cr/getVpcEndpoints.js +24 -0
- package/cr/getVpcEndpoints.js.map +1 -0
- 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 +28 -28
- package/cr/registry.js +1 -1
- package/cr/vpcEndpoint.d.ts +62 -0
- package/cr/vpcEndpoint.js +66 -0
- package/cr/vpcEndpoint.js.map +1 -0
- 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/dns/backupSchedule.d.ts +89 -0
- package/dns/backupSchedule.js +80 -0
- package/dns/backupSchedule.js.map +1 -0
- package/dns/getBackupSchedule.d.ts +48 -0
- package/dns/getBackupSchedule.js +28 -0
- package/dns/getBackupSchedule.js.map +1 -0
- package/dns/getBackupSchedules.d.ts +22 -0
- package/dns/getBackupSchedules.js +24 -0
- package/dns/getBackupSchedules.js.map +1 -0
- package/dns/index.d.ts +9 -0
- package/dns/index.js +12 -1
- package/dns/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/getPolicies.d.ts +22 -0
- package/gtm/getPolicies.js +24 -0
- package/gtm/getPolicies.js.map +1 -0
- package/gtm/getPolicy.d.ts +65 -0
- package/gtm/getPolicy.js +28 -0
- package/gtm/getPolicy.js.map +1 -0
- package/gtm/gtm.d.ts +18 -0
- package/gtm/gtm.js +4 -0
- package/gtm/gtm.js.map +1 -1
- package/gtm/index.d.ts +9 -0
- package/gtm/index.js +12 -1
- package/gtm/index.js.map +1 -1
- package/gtm/policy.d.ts +114 -0
- package/gtm/policy.js +76 -0
- package/gtm/policy.js.map +1 -0
- package/iam/accesskey.d.ts +0 -4
- package/iam/accesskey.js +1 -1
- package/iam/accesskey.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/kafka/getGroup.d.ts +65 -0
- package/kafka/getGroup.js +28 -0
- package/kafka/getGroup.js.map +1 -0
- package/kafka/getGroups.d.ts +22 -0
- package/kafka/getGroups.js +24 -0
- package/kafka/getGroups.js.map +1 -0
- package/kafka/group.d.ts +127 -0
- package/kafka/group.js +93 -0
- package/kafka/group.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.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/allowList.d.ts +1 -0
- package/rdsmysql/allowList.js +1 -1
- package/rdsmysql/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/etl.d.ts +222 -0
- package/tls/etl.js +113 -0
- package/tls/etl.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/getEtl.d.ts +109 -0
- package/tls/getEtl.js +28 -0
- package/tls/getEtl.js.map +1 -0
- package/tls/getEtls.d.ts +22 -0
- package/tls/getEtls.js +24 -0
- package/tls/getEtls.js.map +1 -0
- package/tls/getHost.d.ts +52 -0
- package/tls/getHost.js +28 -0
- package/tls/getHost.js.map +1 -0
- package/tls/getHostGroup.d.ts +113 -0
- package/tls/getHostGroup.js +28 -0
- package/tls/getHostGroup.js.map +1 -0
- package/tls/getHostGroups.d.ts +22 -0
- package/tls/getHostGroups.js +24 -0
- package/tls/getHostGroups.js.map +1 -0
- package/tls/getHosts.d.ts +22 -0
- package/tls/getHosts.js +24 -0
- package/tls/getHosts.js.map +1 -0
- package/tls/host.d.ts +97 -0
- package/tls/host.js +82 -0
- package/tls/host.js.map +1 -0
- package/tls/hostGroup.d.ts +254 -0
- package/tls/hostGroup.js +121 -0
- package/tls/hostGroup.js.map +1 -0
- package/tls/index.d.ts +36 -0
- package/tls/index.js +46 -1
- package/tls/index.js.map +1 -1
- package/types/input.d.ts +1091 -107
- package/types/output.d.ts +6134 -4076
- 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,27 +27,43 @@ export interface ProviderEndpoints {
|
|
|
27
27
|
export declare namespace alb {
|
|
28
28
|
interface AclAclEntry {
|
|
29
29
|
/**
|
|
30
|
-
* Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces, 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
|
+
/**
|
|
44
|
+
* Listener ID
|
|
45
|
+
*/
|
|
46
|
+
listenerId?: pulumi.Input<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Listener name
|
|
49
|
+
*/
|
|
50
|
+
listenerName?: pulumi.Input<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Listener port
|
|
53
|
+
*/
|
|
54
|
+
port?: pulumi.Input<number>;
|
|
55
|
+
/**
|
|
56
|
+
* Listener protocol
|
|
57
|
+
*/
|
|
58
|
+
protocol?: pulumi.Input<string>;
|
|
43
59
|
}
|
|
44
60
|
interface AclTag {
|
|
45
61
|
/**
|
|
46
|
-
*
|
|
62
|
+
* 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
|
|
47
63
|
*/
|
|
48
64
|
key?: pulumi.Input<string>;
|
|
49
65
|
/**
|
|
50
|
-
* 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 @
|
|
51
67
|
*/
|
|
52
68
|
value?: pulumi.Input<string>;
|
|
53
69
|
}
|
|
@@ -101,7 +117,7 @@ export declare namespace alb {
|
|
|
101
117
|
}
|
|
102
118
|
interface ListenerDomainExtension {
|
|
103
119
|
/**
|
|
104
|
-
* Server certificate ID used by the domain
|
|
120
|
+
* Server certificate ID used by the domain. Effective when the certificate source is cert_center.
|
|
105
121
|
*/
|
|
106
122
|
certCenterCertificateId?: pulumi.Input<string>;
|
|
107
123
|
/**
|
|
@@ -109,11 +125,11 @@ export declare namespace alb {
|
|
|
109
125
|
*/
|
|
110
126
|
certificateId?: pulumi.Input<string>;
|
|
111
127
|
/**
|
|
112
|
-
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded
|
|
128
|
+
* Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded through Volcano Engine Certificate Center.
|
|
113
129
|
*/
|
|
114
130
|
certificateSource?: pulumi.Input<string>;
|
|
115
131
|
/**
|
|
116
|
-
* Domain name. Usually cannot be empty. If the instance supports automatic selection of
|
|
132
|
+
* Domain name. Usually cannot be empty. If the instance supports automatic selection of 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.
|
|
117
133
|
*/
|
|
118
134
|
domain?: pulumi.Input<string>;
|
|
119
135
|
/**
|
|
@@ -121,7 +137,7 @@ export declare namespace alb {
|
|
|
121
137
|
*/
|
|
122
138
|
pcaLeafCertificateId?: pulumi.Input<string>;
|
|
123
139
|
/**
|
|
124
|
-
* If the instance supports automatic selection of
|
|
140
|
+
* If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
|
|
125
141
|
*/
|
|
126
142
|
san?: pulumi.Input<string>;
|
|
127
143
|
}
|
|
@@ -137,11 +153,11 @@ export declare namespace alb {
|
|
|
137
153
|
}
|
|
138
154
|
interface ListenerTag {
|
|
139
155
|
/**
|
|
140
|
-
*
|
|
156
|
+
* 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.
|
|
141
157
|
*/
|
|
142
158
|
key?: pulumi.Input<string>;
|
|
143
159
|
/**
|
|
144
|
-
*
|
|
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 @.
|
|
145
161
|
*/
|
|
146
162
|
value?: pulumi.Input<string>;
|
|
147
163
|
}
|
|
@@ -466,31 +482,31 @@ export declare namespace alb {
|
|
|
466
482
|
}
|
|
467
483
|
interface ServerGroupHealthCheck {
|
|
468
484
|
/**
|
|
469
|
-
*
|
|
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.
|
|
470
486
|
*/
|
|
471
487
|
domain?: pulumi.Input<string>;
|
|
472
488
|
/**
|
|
473
|
-
* Whether the listener
|
|
489
|
+
* Whether the listener enables health check. Values: on: enabled (default), off: disabled.
|
|
474
490
|
*/
|
|
475
491
|
enabled?: pulumi.Input<string>;
|
|
476
492
|
/**
|
|
477
|
-
* 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.
|
|
478
494
|
*/
|
|
479
495
|
healthyThreshold?: pulumi.Input<number>;
|
|
480
496
|
/**
|
|
481
|
-
* 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.
|
|
482
498
|
*/
|
|
483
499
|
httpCode?: pulumi.Input<string>;
|
|
484
500
|
/**
|
|
485
|
-
* 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.
|
|
486
502
|
*/
|
|
487
503
|
httpVersion?: pulumi.Input<string>;
|
|
488
504
|
/**
|
|
489
|
-
* After
|
|
505
|
+
* After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
|
|
490
506
|
*/
|
|
491
507
|
interval?: pulumi.Input<number>;
|
|
492
508
|
/**
|
|
493
|
-
*
|
|
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.
|
|
494
510
|
*/
|
|
495
511
|
method?: pulumi.Input<string>;
|
|
496
512
|
/**
|
|
@@ -502,15 +518,15 @@ export declare namespace alb {
|
|
|
502
518
|
*/
|
|
503
519
|
protocol?: pulumi.Input<string>;
|
|
504
520
|
/**
|
|
505
|
-
* 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.
|
|
506
522
|
*/
|
|
507
523
|
timeout?: pulumi.Input<number>;
|
|
508
524
|
/**
|
|
509
|
-
* 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.
|
|
510
526
|
*/
|
|
511
527
|
unhealthyThreshold?: pulumi.Input<number>;
|
|
512
528
|
/**
|
|
513
|
-
* 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 '/'.
|
|
514
530
|
*/
|
|
515
531
|
uri?: pulumi.Input<string>;
|
|
516
532
|
}
|
|
@@ -526,7 +542,7 @@ export declare namespace alb {
|
|
|
526
542
|
*/
|
|
527
543
|
description?: pulumi.Input<string>;
|
|
528
544
|
/**
|
|
529
|
-
* ID of the cloud server instance or network interface.
|
|
545
|
+
* ID of the cloud server instance or network interface card.
|
|
530
546
|
*/
|
|
531
547
|
instanceId?: pulumi.Input<string>;
|
|
532
548
|
/**
|
|
@@ -538,7 +554,7 @@ export declare namespace alb {
|
|
|
538
554
|
*/
|
|
539
555
|
port?: pulumi.Input<number>;
|
|
540
556
|
/**
|
|
541
|
-
* 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.
|
|
542
558
|
*/
|
|
543
559
|
remoteEnabled?: pulumi.Input<string>;
|
|
544
560
|
/**
|
|
@@ -546,21 +562,21 @@ export declare namespace alb {
|
|
|
546
562
|
*/
|
|
547
563
|
serverId?: pulumi.Input<string>;
|
|
548
564
|
/**
|
|
549
|
-
* 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).
|
|
550
566
|
*/
|
|
551
567
|
type?: pulumi.Input<string>;
|
|
552
568
|
/**
|
|
553
|
-
*
|
|
569
|
+
* Weight of the backend server.
|
|
554
570
|
*/
|
|
555
571
|
weight?: pulumi.Input<number>;
|
|
556
572
|
}
|
|
557
573
|
interface ServerGroupStickySessionConfig {
|
|
558
574
|
/**
|
|
559
|
-
*
|
|
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.
|
|
560
576
|
*/
|
|
561
577
|
cookie?: pulumi.Input<string>;
|
|
562
578
|
/**
|
|
563
|
-
* 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.
|
|
564
580
|
*/
|
|
565
581
|
cookieTimeout?: pulumi.Input<number>;
|
|
566
582
|
/**
|
|
@@ -568,17 +584,17 @@ export declare namespace alb {
|
|
|
568
584
|
*/
|
|
569
585
|
stickySessionEnabled?: pulumi.Input<string>;
|
|
570
586
|
/**
|
|
571
|
-
* 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.
|
|
572
588
|
*/
|
|
573
589
|
stickySessionType?: pulumi.Input<string>;
|
|
574
590
|
}
|
|
575
591
|
interface ServerGroupTag {
|
|
576
592
|
/**
|
|
577
|
-
* Tag key.
|
|
593
|
+
* Tag key. Tag keys for the same resource must be unique.
|
|
578
594
|
*/
|
|
579
595
|
key?: pulumi.Input<string>;
|
|
580
596
|
/**
|
|
581
|
-
* Tag value.
|
|
597
|
+
* Tag value of the tag.
|
|
582
598
|
*/
|
|
583
599
|
value?: pulumi.Input<string>;
|
|
584
600
|
}
|
|
@@ -1528,19 +1544,19 @@ export declare namespace autoscaling {
|
|
|
1528
1544
|
export declare namespace bmq {
|
|
1529
1545
|
interface GroupResetInfo {
|
|
1530
1546
|
/**
|
|
1531
|
-
*
|
|
1547
|
+
* If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
|
|
1532
1548
|
*/
|
|
1533
1549
|
offsetType?: pulumi.Input<string>;
|
|
1534
1550
|
/**
|
|
1535
|
-
* Partition number
|
|
1551
|
+
* Partition number
|
|
1536
1552
|
*/
|
|
1537
1553
|
partitionId?: pulumi.Input<number>;
|
|
1538
1554
|
/**
|
|
1539
|
-
* Reset mode. Options
|
|
1555
|
+
* Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
|
|
1540
1556
|
*/
|
|
1541
1557
|
resetBy?: pulumi.Input<string>;
|
|
1542
1558
|
/**
|
|
1543
|
-
* Reset value. If
|
|
1559
|
+
* Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
|
|
1544
1560
|
*/
|
|
1545
1561
|
resetValue?: pulumi.Input<number>;
|
|
1546
1562
|
/**
|
|
@@ -1550,28 +1566,28 @@ export declare namespace bmq {
|
|
|
1550
1566
|
}
|
|
1551
1567
|
interface GroupTopicInfo {
|
|
1552
1568
|
/**
|
|
1553
|
-
* Topic creation time
|
|
1569
|
+
* Topic creation time
|
|
1554
1570
|
*/
|
|
1555
1571
|
createTime?: pulumi.Input<string>;
|
|
1556
1572
|
/**
|
|
1557
|
-
* Topic description
|
|
1573
|
+
* Topic description
|
|
1558
1574
|
*/
|
|
1559
1575
|
description?: pulumi.Input<string>;
|
|
1560
1576
|
/**
|
|
1561
|
-
* Number of unconsumed messages in the Topic
|
|
1577
|
+
* Number of unconsumed messages in the Topic
|
|
1562
1578
|
*/
|
|
1563
1579
|
lag?: pulumi.Input<number>;
|
|
1564
1580
|
partitionInfos?: pulumi.Input<pulumi.Input<inputs.bmq.GroupTopicInfoPartitionInfo>[]>;
|
|
1565
1581
|
/**
|
|
1566
|
-
* Number of Topic partitions
|
|
1582
|
+
* Number of Topic partitions
|
|
1567
1583
|
*/
|
|
1568
1584
|
partitions?: pulumi.Input<number>;
|
|
1569
1585
|
/**
|
|
1570
|
-
* Retention period of data in the Topic, in hours
|
|
1586
|
+
* Retention period of data in the Topic, in hours
|
|
1571
1587
|
*/
|
|
1572
1588
|
retention?: pulumi.Input<number>;
|
|
1573
1589
|
/**
|
|
1574
|
-
* Topic status
|
|
1590
|
+
* Topic status
|
|
1575
1591
|
*/
|
|
1576
1592
|
status?: pulumi.Input<string>;
|
|
1577
1593
|
/**
|
|
@@ -1579,33 +1595,33 @@ export declare namespace bmq {
|
|
|
1579
1595
|
*/
|
|
1580
1596
|
topicId?: pulumi.Input<string>;
|
|
1581
1597
|
/**
|
|
1582
|
-
* Topic name
|
|
1598
|
+
* Topic name
|
|
1583
1599
|
*/
|
|
1584
1600
|
topicName?: pulumi.Input<string>;
|
|
1585
1601
|
}
|
|
1586
1602
|
interface GroupTopicInfoPartitionInfo {
|
|
1587
1603
|
/**
|
|
1588
|
-
* Current consumption
|
|
1604
|
+
* Current consumption offset
|
|
1589
1605
|
*/
|
|
1590
1606
|
currentOffset?: pulumi.Input<number>;
|
|
1591
1607
|
/**
|
|
1592
|
-
*
|
|
1608
|
+
* Consumer Group name
|
|
1593
1609
|
*/
|
|
1594
1610
|
groupName?: pulumi.Input<string>;
|
|
1595
1611
|
/**
|
|
1596
|
-
* Number of unconsumed messages in the partition
|
|
1612
|
+
* Number of unconsumed messages in the partition
|
|
1597
1613
|
*/
|
|
1598
1614
|
lag?: pulumi.Input<number>;
|
|
1599
1615
|
/**
|
|
1600
|
-
* Latest consumption
|
|
1616
|
+
* Latest consumption offset
|
|
1601
1617
|
*/
|
|
1602
1618
|
latestOffset?: pulumi.Input<number>;
|
|
1603
1619
|
/**
|
|
1604
|
-
* Partition number
|
|
1620
|
+
* Partition number
|
|
1605
1621
|
*/
|
|
1606
1622
|
partitionId?: pulumi.Input<number>;
|
|
1607
1623
|
/**
|
|
1608
|
-
* Name of the Topic subscribed by the Consumer Group
|
|
1624
|
+
* Name of the Topic subscribed by the Consumer Group
|
|
1609
1625
|
*/
|
|
1610
1626
|
topicName?: pulumi.Input<string>;
|
|
1611
1627
|
}
|
|
@@ -1629,7 +1645,7 @@ export declare namespace bmq {
|
|
|
1629
1645
|
*/
|
|
1630
1646
|
eipId?: pulumi.Input<string>;
|
|
1631
1647
|
/**
|
|
1632
|
-
* Private network Plain
|
|
1648
|
+
* Private network Plain access point
|
|
1633
1649
|
*/
|
|
1634
1650
|
plain?: pulumi.Input<string>;
|
|
1635
1651
|
/**
|
|
@@ -1637,7 +1653,7 @@ export declare namespace bmq {
|
|
|
1637
1653
|
*/
|
|
1638
1654
|
plainPort?: pulumi.Input<number>;
|
|
1639
1655
|
/**
|
|
1640
|
-
* Private network SASL authentication
|
|
1656
|
+
* Private network SASL authentication access point
|
|
1641
1657
|
*/
|
|
1642
1658
|
sasl?: pulumi.Input<string>;
|
|
1643
1659
|
/**
|
|
@@ -1671,7 +1687,7 @@ export declare namespace bmq {
|
|
|
1671
1687
|
*/
|
|
1672
1688
|
eipId?: pulumi.Input<string>;
|
|
1673
1689
|
/**
|
|
1674
|
-
* Private network Plain
|
|
1690
|
+
* Private network Plain access point
|
|
1675
1691
|
*/
|
|
1676
1692
|
plain?: pulumi.Input<string>;
|
|
1677
1693
|
/**
|
|
@@ -1679,7 +1695,7 @@ export declare namespace bmq {
|
|
|
1679
1695
|
*/
|
|
1680
1696
|
plainPort?: pulumi.Input<number>;
|
|
1681
1697
|
/**
|
|
1682
|
-
* Private network SASL authentication
|
|
1698
|
+
* Private network SASL authentication access point
|
|
1683
1699
|
*/
|
|
1684
1700
|
sasl?: pulumi.Input<string>;
|
|
1685
1701
|
/**
|
|
@@ -1706,7 +1722,7 @@ export declare namespace bmq {
|
|
|
1706
1722
|
interface InstanceResourceTag {
|
|
1707
1723
|
tagKvs?: pulumi.Input<pulumi.Input<inputs.bmq.InstanceResourceTagTagKv>[]>;
|
|
1708
1724
|
/**
|
|
1709
|
-
* Tag type. Options: CUSTOM
|
|
1725
|
+
* Tag type. Options: CUSTOM—custom tag; SYSTEM—system tag
|
|
1710
1726
|
*/
|
|
1711
1727
|
type?: pulumi.Input<string>;
|
|
1712
1728
|
}
|
|
@@ -1716,7 +1732,7 @@ export declare namespace bmq {
|
|
|
1716
1732
|
*/
|
|
1717
1733
|
key?: pulumi.Input<string>;
|
|
1718
1734
|
/**
|
|
1719
|
-
* Type of instance tag.
|
|
1735
|
+
* Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
|
|
1720
1736
|
*/
|
|
1721
1737
|
type?: pulumi.Input<string>;
|
|
1722
1738
|
/**
|
|
@@ -1746,7 +1762,7 @@ export declare namespace bmq {
|
|
|
1746
1762
|
*/
|
|
1747
1763
|
key?: pulumi.Input<string>;
|
|
1748
1764
|
/**
|
|
1749
|
-
* Type of instance tag.
|
|
1765
|
+
* Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
|
|
1750
1766
|
*/
|
|
1751
1767
|
type?: pulumi.Input<string>;
|
|
1752
1768
|
/**
|
|
@@ -4481,7 +4497,7 @@ export declare namespace cloudmonitor {
|
|
|
4481
4497
|
}
|
|
4482
4498
|
interface RuleDimensionConditionsMetaConditionMeta {
|
|
4483
4499
|
/**
|
|
4484
|
-
*
|
|
4500
|
+
* 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.
|
|
4485
4501
|
*/
|
|
4486
4502
|
comparator?: pulumi.Input<string>;
|
|
4487
4503
|
/**
|
|
@@ -4508,7 +4524,7 @@ export declare namespace cloudmonitor {
|
|
|
4508
4524
|
}
|
|
4509
4525
|
interface RuleDimensionConditionsTagConditionTag {
|
|
4510
4526
|
/**
|
|
4511
|
-
*
|
|
4527
|
+
* 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.
|
|
4512
4528
|
*/
|
|
4513
4529
|
comparator?: pulumi.Input<string>;
|
|
4514
4530
|
/**
|
|
@@ -4569,7 +4585,7 @@ export declare namespace cloudmonitor {
|
|
|
4569
4585
|
}
|
|
4570
4586
|
interface RuleNotifyTemplate {
|
|
4571
4587
|
/**
|
|
4572
|
-
* Notification
|
|
4588
|
+
* Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
|
|
4573
4589
|
*/
|
|
4574
4590
|
channel?: pulumi.Input<string>;
|
|
4575
4591
|
/**
|
|
@@ -4610,43 +4626,59 @@ export declare namespace cr {
|
|
|
4610
4626
|
interface RegistryEndpoint {
|
|
4611
4627
|
aclPolicies?: pulumi.Input<pulumi.Input<inputs.cr.RegistryEndpointAclPolicy>[]>;
|
|
4612
4628
|
/**
|
|
4613
|
-
* Whether to enable the public endpoint.
|
|
4629
|
+
* Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
|
|
4614
4630
|
*/
|
|
4615
4631
|
enabled?: pulumi.Input<boolean>;
|
|
4616
4632
|
/**
|
|
4617
|
-
* Current status of the public endpoint. Parameter values: Enabling:
|
|
4633
|
+
* Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
|
|
4618
4634
|
*/
|
|
4619
4635
|
status?: pulumi.Input<string>;
|
|
4620
4636
|
}
|
|
4621
4637
|
interface RegistryEndpointAclPolicy {
|
|
4622
4638
|
/**
|
|
4623
|
-
* IP entry address
|
|
4639
|
+
* IP entry address.
|
|
4624
4640
|
*/
|
|
4625
4641
|
description?: pulumi.Input<string>;
|
|
4626
4642
|
/**
|
|
4627
|
-
* IP entry description
|
|
4643
|
+
* IP entry description.
|
|
4628
4644
|
*/
|
|
4629
4645
|
entry?: pulumi.Input<string>;
|
|
4630
4646
|
}
|
|
4631
4647
|
interface RegistryProxyCache {
|
|
4632
4648
|
/**
|
|
4633
|
-
* Instance types supported by ProxyCache. Parameter
|
|
4649
|
+
* Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
|
|
4634
4650
|
*/
|
|
4635
4651
|
type?: pulumi.Input<string>;
|
|
4636
4652
|
}
|
|
4637
4653
|
interface RegistryStatus {
|
|
4638
4654
|
/**
|
|
4639
|
-
* Creating, [ Progressing ]: Creating
|
|
4655
|
+
* Creating, [ Progressing ]: Creating
|
|
4656
|
+
* Running, [ Ok ]: Running
|
|
4657
|
+
* Running, [ Degraded ]: Running
|
|
4658
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4659
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
4660
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4661
|
+
* Starting, [ Progressing ]: Starting
|
|
4662
|
+
* Deleting, [ Progressing ]: Deleting
|
|
4663
|
+
* Failed, [ Unknown ]: Abnormal
|
|
4640
4664
|
*/
|
|
4641
4665
|
conditions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4642
4666
|
/**
|
|
4643
|
-
* Creating, [ Progressing ]: Creating
|
|
4667
|
+
* Creating, [ Progressing ]: Creating
|
|
4668
|
+
* Running, [ Ok ]: Running
|
|
4669
|
+
* Running, [ Degraded ]: Running
|
|
4670
|
+
* Stopped, [ Balance ]: Suspended due to insufficient balance
|
|
4671
|
+
* Stopped, [ Released ]: Pending reclamation
|
|
4672
|
+
* Stopped, [ Released, Balance ]: Suspended due to insufficient balance
|
|
4673
|
+
* Starting, [ Progressing ]: Starting
|
|
4674
|
+
* Deleting, [ Progressing ]: Deleting
|
|
4675
|
+
* Failed, [ Unknown ]: Abnormal
|
|
4644
4676
|
*/
|
|
4645
4677
|
phase?: pulumi.Input<string>;
|
|
4646
4678
|
}
|
|
4647
4679
|
interface RegistryTag {
|
|
4648
4680
|
/**
|
|
4649
|
-
* Tag key
|
|
4681
|
+
* Tag key values
|
|
4650
4682
|
*/
|
|
4651
4683
|
key?: pulumi.Input<string>;
|
|
4652
4684
|
/**
|
|
@@ -4654,8 +4686,32 @@ export declare namespace cr {
|
|
|
4654
4686
|
*/
|
|
4655
4687
|
value?: pulumi.Input<string>;
|
|
4656
4688
|
}
|
|
4689
|
+
interface VpcEndpointVpc {
|
|
4690
|
+
/**
|
|
4691
|
+
* Primary account ID for the VPC
|
|
4692
|
+
*/
|
|
4693
|
+
accountId?: pulumi.Input<number>;
|
|
4694
|
+
/**
|
|
4695
|
+
* Subnet ID
|
|
4696
|
+
*/
|
|
4697
|
+
subnetId?: pulumi.Input<string>;
|
|
4698
|
+
/**
|
|
4699
|
+
* VPC ID。
|
|
4700
|
+
*/
|
|
4701
|
+
vpcId?: pulumi.Input<string>;
|
|
4702
|
+
}
|
|
4657
4703
|
}
|
|
4658
4704
|
export declare namespace directconnect {
|
|
4705
|
+
interface ConnectionTag {
|
|
4706
|
+
/**
|
|
4707
|
+
* Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
|
|
4708
|
+
*/
|
|
4709
|
+
key?: pulumi.Input<string>;
|
|
4710
|
+
/**
|
|
4711
|
+
* Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
|
|
4712
|
+
*/
|
|
4713
|
+
value?: pulumi.Input<string>;
|
|
4714
|
+
}
|
|
4659
4715
|
interface DirectConnectGatewayAssociateCen {
|
|
4660
4716
|
/**
|
|
4661
4717
|
* ID of CEN.
|
|
@@ -6649,6 +6705,68 @@ export declare namespace filenas {
|
|
|
6649
6705
|
}
|
|
6650
6706
|
}
|
|
6651
6707
|
export declare namespace fwcenter {
|
|
6708
|
+
interface AddressBookAddressDetailList {
|
|
6709
|
+
/**
|
|
6710
|
+
* 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.
|
|
6711
|
+
*/
|
|
6712
|
+
address?: pulumi.Input<string>;
|
|
6713
|
+
/**
|
|
6714
|
+
* Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
|
|
6715
|
+
*/
|
|
6716
|
+
description?: pulumi.Input<string>;
|
|
6717
|
+
}
|
|
6718
|
+
interface AddressBookTag {
|
|
6719
|
+
/**
|
|
6720
|
+
* Tag key.
|
|
6721
|
+
*/
|
|
6722
|
+
key?: pulumi.Input<string>;
|
|
6723
|
+
/**
|
|
6724
|
+
* Tag value.
|
|
6725
|
+
*/
|
|
6726
|
+
value?: pulumi.Input<string>;
|
|
6727
|
+
}
|
|
6728
|
+
interface ControlPolicyDestPortListV1 {
|
|
6729
|
+
/**
|
|
6730
|
+
* Detailed address information.
|
|
6731
|
+
*/
|
|
6732
|
+
address?: pulumi.Input<string>;
|
|
6733
|
+
/**
|
|
6734
|
+
* Description
|
|
6735
|
+
*/
|
|
6736
|
+
description?: pulumi.Input<string>;
|
|
6737
|
+
/**
|
|
6738
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
6739
|
+
*/
|
|
6740
|
+
type?: pulumi.Input<string>;
|
|
6741
|
+
}
|
|
6742
|
+
interface ControlPolicyDestinationCidrListV1 {
|
|
6743
|
+
/**
|
|
6744
|
+
* Detailed address information.
|
|
6745
|
+
*/
|
|
6746
|
+
address?: pulumi.Input<string>;
|
|
6747
|
+
/**
|
|
6748
|
+
* Description
|
|
6749
|
+
*/
|
|
6750
|
+
description?: pulumi.Input<string>;
|
|
6751
|
+
/**
|
|
6752
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
6753
|
+
*/
|
|
6754
|
+
type?: pulumi.Input<string>;
|
|
6755
|
+
}
|
|
6756
|
+
interface ControlPolicySourceCidrListV1 {
|
|
6757
|
+
/**
|
|
6758
|
+
* Detailed address information.
|
|
6759
|
+
*/
|
|
6760
|
+
address?: pulumi.Input<string>;
|
|
6761
|
+
/**
|
|
6762
|
+
* Description
|
|
6763
|
+
*/
|
|
6764
|
+
description?: pulumi.Input<string>;
|
|
6765
|
+
/**
|
|
6766
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
|
|
6767
|
+
*/
|
|
6768
|
+
type?: pulumi.Input<string>;
|
|
6769
|
+
}
|
|
6652
6770
|
interface DnsControlPolicyDomainListV1 {
|
|
6653
6771
|
/**
|
|
6654
6772
|
* Specific address information.
|
|
@@ -6673,8 +6791,178 @@ export declare namespace fwcenter {
|
|
|
6673
6791
|
*/
|
|
6674
6792
|
vpcId?: pulumi.Input<string>;
|
|
6675
6793
|
}
|
|
6794
|
+
interface VpcFireWallAclRuleDestPortListV1 {
|
|
6795
|
+
/**
|
|
6796
|
+
* Detailed address information.
|
|
6797
|
+
*/
|
|
6798
|
+
address?: pulumi.Input<string>;
|
|
6799
|
+
/**
|
|
6800
|
+
* Description.
|
|
6801
|
+
*/
|
|
6802
|
+
description?: pulumi.Input<string>;
|
|
6803
|
+
/**
|
|
6804
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
6805
|
+
*/
|
|
6806
|
+
type?: pulumi.Input<string>;
|
|
6807
|
+
}
|
|
6808
|
+
interface VpcFireWallAclRuleDestinationCidrListV1 {
|
|
6809
|
+
/**
|
|
6810
|
+
* Detailed address information.
|
|
6811
|
+
*/
|
|
6812
|
+
address?: pulumi.Input<string>;
|
|
6813
|
+
/**
|
|
6814
|
+
* Description.
|
|
6815
|
+
*/
|
|
6816
|
+
description?: pulumi.Input<string>;
|
|
6817
|
+
/**
|
|
6818
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
6819
|
+
*/
|
|
6820
|
+
type?: pulumi.Input<string>;
|
|
6821
|
+
}
|
|
6822
|
+
interface VpcFireWallAclRuleSourceCidrListV1 {
|
|
6823
|
+
/**
|
|
6824
|
+
* Detailed address information.
|
|
6825
|
+
*/
|
|
6826
|
+
address?: pulumi.Input<string>;
|
|
6827
|
+
/**
|
|
6828
|
+
* Description.
|
|
6829
|
+
*/
|
|
6830
|
+
description?: pulumi.Input<string>;
|
|
6831
|
+
/**
|
|
6832
|
+
* Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
|
|
6833
|
+
*/
|
|
6834
|
+
type?: pulumi.Input<string>;
|
|
6835
|
+
}
|
|
6676
6836
|
}
|
|
6677
6837
|
export declare namespace gtm {
|
|
6838
|
+
interface GtmPolicy {
|
|
6839
|
+
/**
|
|
6840
|
+
* 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.
|
|
6841
|
+
*/
|
|
6842
|
+
alarmOnly?: pulumi.Input<boolean>;
|
|
6843
|
+
/**
|
|
6844
|
+
* Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
|
|
6845
|
+
*/
|
|
6846
|
+
perfMode?: pulumi.Input<string>;
|
|
6847
|
+
/**
|
|
6848
|
+
* 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.
|
|
6849
|
+
*/
|
|
6850
|
+
routingMode?: pulumi.Input<string>;
|
|
6851
|
+
/**
|
|
6852
|
+
* Statistics for addresses associated with the scheduling policy.
|
|
6853
|
+
*/
|
|
6854
|
+
statistics?: pulumi.Input<inputs.gtm.GtmPolicyStatistics>;
|
|
6855
|
+
targets?: pulumi.Input<pulumi.Input<inputs.gtm.GtmPolicyTarget>[]>;
|
|
6856
|
+
}
|
|
6857
|
+
interface GtmPolicyStatistics {
|
|
6858
|
+
/**
|
|
6859
|
+
* Number of available addresses.
|
|
6860
|
+
*/
|
|
6861
|
+
activeAddr?: pulumi.Input<number>;
|
|
6862
|
+
/**
|
|
6863
|
+
* Number of unavailable addresses.
|
|
6864
|
+
*/
|
|
6865
|
+
inactiveAddr?: pulumi.Input<number>;
|
|
6866
|
+
}
|
|
6867
|
+
interface GtmPolicyTarget {
|
|
6868
|
+
/**
|
|
6869
|
+
* Target address pool ID.
|
|
6870
|
+
*/
|
|
6871
|
+
poolId?: pulumi.Input<string>;
|
|
6872
|
+
}
|
|
6873
|
+
interface GtmProbe {
|
|
6874
|
+
/**
|
|
6875
|
+
* Recommended number of health check probe points.
|
|
6876
|
+
*/
|
|
6877
|
+
advisedNodeCount?: pulumi.Input<number>;
|
|
6878
|
+
/**
|
|
6879
|
+
* Whether health check is disabled. true: disabled. false: enabled.
|
|
6880
|
+
*/
|
|
6881
|
+
disable?: pulumi.Input<boolean>;
|
|
6882
|
+
/**
|
|
6883
|
+
* DNS record type for the health check.
|
|
6884
|
+
*/
|
|
6885
|
+
dnsRecordType?: pulumi.Input<string>;
|
|
6886
|
+
/**
|
|
6887
|
+
* 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.
|
|
6888
|
+
*/
|
|
6889
|
+
failedCount?: pulumi.Input<number>;
|
|
6890
|
+
/**
|
|
6891
|
+
* 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.
|
|
6892
|
+
*/
|
|
6893
|
+
host?: pulumi.Input<string>;
|
|
6894
|
+
/**
|
|
6895
|
+
* HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
6896
|
+
*/
|
|
6897
|
+
httpMethod?: pulumi.Input<string>;
|
|
6898
|
+
httpUsabilityCodes?: pulumi.Input<pulumi.Input<inputs.gtm.GtmProbeHttpUsabilityCode>[]>;
|
|
6899
|
+
/**
|
|
6900
|
+
* Interval between each health check, in seconds.
|
|
6901
|
+
*/
|
|
6902
|
+
interval?: pulumi.Input<number>;
|
|
6903
|
+
/**
|
|
6904
|
+
* Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
|
|
6905
|
+
*/
|
|
6906
|
+
isManualNodes?: pulumi.Input<boolean>;
|
|
6907
|
+
/**
|
|
6908
|
+
* List of probe nodes used for health checks.
|
|
6909
|
+
*/
|
|
6910
|
+
nodes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6911
|
+
/**
|
|
6912
|
+
* 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.
|
|
6913
|
+
*/
|
|
6914
|
+
pingCount?: pulumi.Input<number>;
|
|
6915
|
+
/**
|
|
6916
|
+
* 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.
|
|
6917
|
+
*/
|
|
6918
|
+
pingLossPercent?: pulumi.Input<number>;
|
|
6919
|
+
/**
|
|
6920
|
+
* Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
6921
|
+
*/
|
|
6922
|
+
port?: pulumi.Input<number>;
|
|
6923
|
+
/**
|
|
6924
|
+
* Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
|
|
6925
|
+
*/
|
|
6926
|
+
protocol?: pulumi.Input<string>;
|
|
6927
|
+
/**
|
|
6928
|
+
* 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.
|
|
6929
|
+
*/
|
|
6930
|
+
tcpConnTimeout?: pulumi.Input<number>;
|
|
6931
|
+
/**
|
|
6932
|
+
* Timeout for the health check task. Unit: seconds.
|
|
6933
|
+
*/
|
|
6934
|
+
timeout?: pulumi.Input<number>;
|
|
6935
|
+
/**
|
|
6936
|
+
* 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.
|
|
6937
|
+
*/
|
|
6938
|
+
url?: pulumi.Input<string>;
|
|
6939
|
+
}
|
|
6940
|
+
interface GtmProbeHttpUsabilityCode {
|
|
6941
|
+
/**
|
|
6942
|
+
* List of HTTP status codes.
|
|
6943
|
+
*/
|
|
6944
|
+
codes?: pulumi.Input<pulumi.Input<number>[]>;
|
|
6945
|
+
/**
|
|
6946
|
+
* Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
|
|
6947
|
+
*/
|
|
6948
|
+
operator?: pulumi.Input<string>;
|
|
6949
|
+
}
|
|
6950
|
+
interface PolicyStatistics {
|
|
6951
|
+
/**
|
|
6952
|
+
* Number of available addresses
|
|
6953
|
+
*/
|
|
6954
|
+
activeAddr?: pulumi.Input<number>;
|
|
6955
|
+
/**
|
|
6956
|
+
* Number of unavailable addresses
|
|
6957
|
+
*/
|
|
6958
|
+
inactiveAddr?: pulumi.Input<number>;
|
|
6959
|
+
}
|
|
6960
|
+
interface PolicyTarget {
|
|
6961
|
+
/**
|
|
6962
|
+
* Address pool ID.
|
|
6963
|
+
*/
|
|
6964
|
+
poolId?: pulumi.Input<string>;
|
|
6965
|
+
}
|
|
6678
6966
|
interface PoolAddress {
|
|
6679
6967
|
/**
|
|
6680
6968
|
* Address capacity
|
|
@@ -7305,6 +7593,16 @@ export declare namespace kafka {
|
|
|
7305
7593
|
*/
|
|
7306
7594
|
instanceId?: pulumi.Input<string>;
|
|
7307
7595
|
}
|
|
7596
|
+
interface GroupTag {
|
|
7597
|
+
/**
|
|
7598
|
+
* Tag key
|
|
7599
|
+
*/
|
|
7600
|
+
key?: pulumi.Input<string>;
|
|
7601
|
+
/**
|
|
7602
|
+
* Tag value
|
|
7603
|
+
*/
|
|
7604
|
+
value?: pulumi.Input<string>;
|
|
7605
|
+
}
|
|
7308
7606
|
interface InstanceChargeInfo {
|
|
7309
7607
|
/**
|
|
7310
7608
|
* Whether to automatically renew the subscription instance after expiration. true - auto renewal; false (default) - no auto renewal, instance will be stopped upon expiration.
|
|
@@ -8563,32 +8861,12 @@ export declare namespace rdsmysql {
|
|
|
8563
8861
|
* Instance ID bound to the current allowlist.
|
|
8564
8862
|
*/
|
|
8565
8863
|
instanceId?: pulumi.Input<string>;
|
|
8566
|
-
/**
|
|
8567
|
-
* Instance name bound to the current allowlist.
|
|
8568
|
-
*/
|
|
8569
|
-
instanceName?: pulumi.Input<string>;
|
|
8570
|
-
/**
|
|
8571
|
-
* Instance status.
|
|
8572
|
-
*/
|
|
8573
|
-
instanceStatus?: pulumi.Input<string>;
|
|
8574
|
-
/**
|
|
8575
|
-
* Has the latest allowlist been synchronized? Values: true: Yes. false: No. Note: When modifying the allowlist, if the instance is not running, changes to the allowlist will not be immediately synchronized to the instance.
|
|
8576
|
-
*/
|
|
8577
|
-
isLatest?: pulumi.Input<boolean>;
|
|
8578
|
-
/**
|
|
8579
|
-
* Private network ID of the instance.
|
|
8580
|
-
*/
|
|
8581
|
-
vpc?: pulumi.Input<string>;
|
|
8582
8864
|
}
|
|
8583
8865
|
interface AllowListSecurityGroupBindInfo {
|
|
8584
8866
|
/**
|
|
8585
8867
|
* Mode for associating security groups. Values: IngressDirectionIp: Inbound IP. AssociateEcsIp: Associate ECS IP. Note: In the CreateAllowList API, the BindMode and SecurityGroupId fields of SecurityGroupBindInfoObject are required.
|
|
8586
8868
|
*/
|
|
8587
8869
|
bindMode?: pulumi.Input<string>;
|
|
8588
|
-
/**
|
|
8589
|
-
* Security group IP address list.
|
|
8590
|
-
*/
|
|
8591
|
-
ipLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8592
8870
|
/**
|
|
8593
8871
|
* Security group ID.
|
|
8594
8872
|
*/
|
|
@@ -8758,6 +9036,10 @@ export declare namespace rdsmysql {
|
|
|
8758
9036
|
* Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
|
|
8759
9037
|
*/
|
|
8760
9038
|
enableStorageAutoScale?: pulumi.Input<boolean>;
|
|
9039
|
+
/**
|
|
9040
|
+
* 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.
|
|
9041
|
+
*/
|
|
9042
|
+
scalingDetectNode?: pulumi.Input<string>;
|
|
8761
9043
|
/**
|
|
8762
9044
|
* Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
|
|
8763
9045
|
*/
|
|
@@ -8767,49 +9049,195 @@ export declare namespace rdsmysql {
|
|
|
8767
9049
|
*/
|
|
8768
9050
|
storageUpperBound?: pulumi.Input<number>;
|
|
8769
9051
|
}
|
|
8770
|
-
interface
|
|
9052
|
+
interface InstanceBackupPolicy {
|
|
8771
9053
|
/**
|
|
8772
|
-
*
|
|
9054
|
+
* List of destination regions available for cross-region backup.
|
|
8773
9055
|
*/
|
|
8774
|
-
|
|
9056
|
+
availableCrossRegions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8775
9057
|
/**
|
|
8776
|
-
*
|
|
9058
|
+
* Basic backup policy.
|
|
8777
9059
|
*/
|
|
8778
|
-
|
|
9060
|
+
backupPolicyBase?: pulumi.Input<inputs.rdsmysql.InstanceBackupPolicyBackupPolicyBase>;
|
|
8779
9061
|
/**
|
|
8780
|
-
*
|
|
9062
|
+
* Cross-region backup policy.
|
|
8781
9063
|
*/
|
|
8782
|
-
|
|
9064
|
+
crossBackupPolicy?: pulumi.Input<inputs.rdsmysql.InstanceBackupPolicyCrossBackupPolicy>;
|
|
9065
|
+
}
|
|
9066
|
+
interface InstanceBackupPolicyBackupPolicyBase {
|
|
8783
9067
|
/**
|
|
8784
|
-
*
|
|
9068
|
+
* Retain all log backups before releasing the instance. Values: true: yes. false: no.
|
|
8785
9069
|
*/
|
|
8786
|
-
|
|
9070
|
+
binlogBackupAllRetention?: pulumi.Input<boolean>;
|
|
8787
9071
|
/**
|
|
8788
|
-
*
|
|
9072
|
+
* Enable log backup feature. Values: true: yes. false: no.
|
|
8789
9073
|
*/
|
|
8790
|
-
|
|
9074
|
+
binlogBackupEnabled?: pulumi.Input<boolean>;
|
|
8791
9075
|
/**
|
|
8792
|
-
*
|
|
9076
|
+
* Whether to enable encryption for log backups. Values: true: Yes. false: No.
|
|
8793
9077
|
*/
|
|
8794
|
-
|
|
9078
|
+
binlogBackupEncryptionEnabled?: pulumi.Input<boolean>;
|
|
8795
9079
|
/**
|
|
8796
|
-
*
|
|
9080
|
+
* Enable local Binlog retention limit. Values: true: enabled. false: disabled.
|
|
8797
9081
|
*/
|
|
8798
|
-
|
|
9082
|
+
binlogFileCountsEnable?: pulumi.Input<boolean>;
|
|
8799
9083
|
/**
|
|
8800
|
-
*
|
|
9084
|
+
* Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
|
|
8801
9085
|
*/
|
|
8802
|
-
|
|
9086
|
+
binlogLimitCount?: pulumi.Input<number>;
|
|
8803
9087
|
/**
|
|
8804
|
-
*
|
|
9088
|
+
* 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.
|
|
8805
9089
|
*/
|
|
8806
|
-
|
|
9090
|
+
binlogLocalRetentionHour?: pulumi.Input<number>;
|
|
8807
9091
|
/**
|
|
8808
|
-
*
|
|
9092
|
+
* 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.
|
|
8809
9093
|
*/
|
|
8810
|
-
|
|
9094
|
+
binlogSpaceLimitEnable?: pulumi.Input<boolean>;
|
|
8811
9095
|
/**
|
|
8812
|
-
*
|
|
9096
|
+
* 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.
|
|
9097
|
+
*/
|
|
9098
|
+
binlogStoragePercentage?: pulumi.Input<number>;
|
|
9099
|
+
/**
|
|
9100
|
+
* Retain all data backups before releasing the instance. Values: true: yes. false: no.
|
|
9101
|
+
*/
|
|
9102
|
+
dataBackupAllRetention?: pulumi.Input<boolean>;
|
|
9103
|
+
/**
|
|
9104
|
+
* Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
|
|
9105
|
+
*/
|
|
9106
|
+
dataBackupEncryptionEnabled?: pulumi.Input<boolean>;
|
|
9107
|
+
/**
|
|
9108
|
+
* Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
|
|
9109
|
+
*/
|
|
9110
|
+
dataBackupRetentionDay?: pulumi.Input<number>;
|
|
9111
|
+
/**
|
|
9112
|
+
* Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
|
|
9113
|
+
*/
|
|
9114
|
+
dataFullBackupPeriods?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9115
|
+
/**
|
|
9116
|
+
* 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.
|
|
9117
|
+
*/
|
|
9118
|
+
dataFullBackupStartUtcHour?: pulumi.Input<number>;
|
|
9119
|
+
/**
|
|
9120
|
+
* 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.
|
|
9121
|
+
*/
|
|
9122
|
+
dataFullBackupTime?: pulumi.Input<string>;
|
|
9123
|
+
/**
|
|
9124
|
+
* 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.
|
|
9125
|
+
*/
|
|
9126
|
+
dataIncrBackupPeriods?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9127
|
+
/**
|
|
9128
|
+
* Number of days to retain data after instance release.
|
|
9129
|
+
*/
|
|
9130
|
+
dataKeepDaysAfterReleased?: pulumi.Input<number>;
|
|
9131
|
+
/**
|
|
9132
|
+
* Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
|
|
9133
|
+
*/
|
|
9134
|
+
dataKeepPolicyAfterReleased?: pulumi.Input<string>;
|
|
9135
|
+
/**
|
|
9136
|
+
* 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.
|
|
9137
|
+
*/
|
|
9138
|
+
highFrequencySnapshotBackupEnable?: pulumi.Input<boolean>;
|
|
9139
|
+
/**
|
|
9140
|
+
* 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.
|
|
9141
|
+
*/
|
|
9142
|
+
highFrequencySnapshotBackupSecondPeriod?: pulumi.Input<number>;
|
|
9143
|
+
/**
|
|
9144
|
+
* Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
|
|
9145
|
+
*/
|
|
9146
|
+
hourlyIncrBackupEnable?: pulumi.Input<boolean>;
|
|
9147
|
+
/**
|
|
9148
|
+
* 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.
|
|
9149
|
+
*/
|
|
9150
|
+
incrBackupHourPeriod?: pulumi.Input<number>;
|
|
9151
|
+
/**
|
|
9152
|
+
* Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
|
|
9153
|
+
*/
|
|
9154
|
+
keepCrossBackupEnableAfterReleased?: pulumi.Input<boolean>;
|
|
9155
|
+
/**
|
|
9156
|
+
* Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
|
|
9157
|
+
*/
|
|
9158
|
+
lockDdlTime?: pulumi.Input<number>;
|
|
9159
|
+
/**
|
|
9160
|
+
* 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.
|
|
9161
|
+
*/
|
|
9162
|
+
lockDdlTimeSecond?: pulumi.Input<number>;
|
|
9163
|
+
/**
|
|
9164
|
+
* 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.
|
|
9165
|
+
*/
|
|
9166
|
+
logBackupRetentionDay?: pulumi.Input<number>;
|
|
9167
|
+
/**
|
|
9168
|
+
* Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
|
|
9169
|
+
*/
|
|
9170
|
+
publicDownloadEnable?: pulumi.Input<boolean>;
|
|
9171
|
+
/**
|
|
9172
|
+
* Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
|
|
9173
|
+
*/
|
|
9174
|
+
retentionPolicySynced?: pulumi.Input<boolean>;
|
|
9175
|
+
}
|
|
9176
|
+
interface InstanceBackupPolicyCrossBackupPolicy {
|
|
9177
|
+
/**
|
|
9178
|
+
* Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
|
|
9179
|
+
*/
|
|
9180
|
+
backupEnabled?: pulumi.Input<boolean>;
|
|
9181
|
+
/**
|
|
9182
|
+
* Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
|
|
9183
|
+
*/
|
|
9184
|
+
crossBackupAllRetention?: pulumi.Input<boolean>;
|
|
9185
|
+
/**
|
|
9186
|
+
* Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
|
|
9187
|
+
*/
|
|
9188
|
+
crossBackupRegion?: pulumi.Input<string>;
|
|
9189
|
+
/**
|
|
9190
|
+
* 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.
|
|
9191
|
+
*/
|
|
9192
|
+
logBackupEnabled?: pulumi.Input<boolean>;
|
|
9193
|
+
/**
|
|
9194
|
+
* 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.
|
|
9195
|
+
*/
|
|
9196
|
+
retention?: pulumi.Input<number>;
|
|
9197
|
+
}
|
|
9198
|
+
interface InstanceChargeDetail {
|
|
9199
|
+
/**
|
|
9200
|
+
* Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
|
|
9201
|
+
*/
|
|
9202
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
9203
|
+
/**
|
|
9204
|
+
* Billing end time for subscription instance (UTC). Format: yyyy-MM-ddTHH:mm:ss.sssZ.
|
|
9205
|
+
*/
|
|
9206
|
+
chargeEndTime?: pulumi.Input<string>;
|
|
9207
|
+
/**
|
|
9208
|
+
* Billing start time for the instance (UTC). Format: yyyy-MM-ddTHH:mm:ss.sssZ
|
|
9209
|
+
*/
|
|
9210
|
+
chargeStartTime?: pulumi.Input<string>;
|
|
9211
|
+
/**
|
|
9212
|
+
* Instance billing status. Values: Normal: normal. Overdue: overdue. Unpaid: pending payment.
|
|
9213
|
+
*/
|
|
9214
|
+
chargeStatus?: pulumi.Input<string>;
|
|
9215
|
+
/**
|
|
9216
|
+
* Billing type. Options: PrePaid: subscription. PostPaid: pay-as-you-go
|
|
9217
|
+
*/
|
|
9218
|
+
chargeType: pulumi.Input<string>;
|
|
9219
|
+
/**
|
|
9220
|
+
* Number of instances to purchase. Value range: 1–50. Default: 1
|
|
9221
|
+
*/
|
|
9222
|
+
number?: pulumi.Input<number>;
|
|
9223
|
+
/**
|
|
9224
|
+
* Estimated release time after the instance is stopped due to overdue payment (pay-as-you-go) or expiration (subscription), in UTC. Format: yyyy-MM-ddTHH:mm:ss.sssZ
|
|
9225
|
+
*/
|
|
9226
|
+
overdueReclaimTime?: pulumi.Input<string>;
|
|
9227
|
+
/**
|
|
9228
|
+
* Time when the instance is stopped due to overdue payment (pay-as-you-go) or expiration (subscription) (UTC). Format: yyyy-MM-ddTHH:mm:ss.sssZ.
|
|
9229
|
+
*/
|
|
9230
|
+
overdueTime?: pulumi.Input<string>;
|
|
9231
|
+
/**
|
|
9232
|
+
* Purchase duration in prepaid scenarios.
|
|
9233
|
+
*/
|
|
9234
|
+
period?: pulumi.Input<number>;
|
|
9235
|
+
/**
|
|
9236
|
+
* Purchase cycle in prepaid scenarios. Month: monthly purchase cycle (default). Year: yearly purchase cycle.
|
|
9237
|
+
*/
|
|
9238
|
+
periodUnit?: pulumi.Input<string>;
|
|
9239
|
+
/**
|
|
9240
|
+
* Restore time for temporary scaling (UTC). Format: yyyy-MM-ddTHH:mm:ss.sssZ.
|
|
8813
9241
|
*/
|
|
8814
9242
|
tempModifyEndTime?: pulumi.Input<string>;
|
|
8815
9243
|
/**
|
|
@@ -8844,6 +9272,7 @@ export declare namespace rdsmysql {
|
|
|
8844
9272
|
secondsBehindMaster?: pulumi.Input<number>;
|
|
8845
9273
|
}
|
|
8846
9274
|
interface InstanceEndpoint {
|
|
9275
|
+
addresses?: pulumi.Input<pulumi.Input<inputs.rdsmysql.InstanceEndpointAddress>[]>;
|
|
8847
9276
|
/**
|
|
8848
9277
|
* 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)
|
|
8849
9278
|
*/
|
|
@@ -8860,6 +9289,7 @@ export declare namespace rdsmysql {
|
|
|
8860
9289
|
* Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
|
|
8861
9290
|
*/
|
|
8862
9291
|
connectionPoolType?: pulumi.Input<string>;
|
|
9292
|
+
customRouteStrategies?: pulumi.Input<pulumi.Input<inputs.rdsmysql.InstanceEndpointCustomRouteStrategy>[]>;
|
|
8863
9293
|
/**
|
|
8864
9294
|
* Description of the connection endpoint
|
|
8865
9295
|
*/
|
|
@@ -8926,6 +9356,54 @@ export declare namespace rdsmysql {
|
|
|
8926
9356
|
*/
|
|
8927
9357
|
readWriteMode?: pulumi.Input<string>;
|
|
8928
9358
|
}
|
|
9359
|
+
interface InstanceEndpointAddress {
|
|
9360
|
+
/**
|
|
9361
|
+
* false: Private network resolution (default). true: Private and public network resolution.
|
|
9362
|
+
*/
|
|
9363
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
9364
|
+
/**
|
|
9365
|
+
* Connection domain name.
|
|
9366
|
+
*/
|
|
9367
|
+
domain?: pulumi.Input<string>;
|
|
9368
|
+
/**
|
|
9369
|
+
* EIP ID, valid only for Public addresses.
|
|
9370
|
+
*/
|
|
9371
|
+
eipId?: pulumi.Input<string>;
|
|
9372
|
+
/**
|
|
9373
|
+
* Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
|
|
9374
|
+
*/
|
|
9375
|
+
eipLocked?: pulumi.Input<boolean>;
|
|
9376
|
+
/**
|
|
9377
|
+
* IP protocol version. Value: IPv4.
|
|
9378
|
+
*/
|
|
9379
|
+
internetProtocol?: pulumi.Input<string>;
|
|
9380
|
+
/**
|
|
9381
|
+
* IP address.
|
|
9382
|
+
*/
|
|
9383
|
+
ipAddress?: pulumi.Input<string>;
|
|
9384
|
+
/**
|
|
9385
|
+
* Network address type. Values: Private: private address. Public: public address.
|
|
9386
|
+
*/
|
|
9387
|
+
networkType?: pulumi.Input<string>;
|
|
9388
|
+
/**
|
|
9389
|
+
* Port.
|
|
9390
|
+
*/
|
|
9391
|
+
port?: pulumi.Input<string>;
|
|
9392
|
+
/**
|
|
9393
|
+
* Subnet ID, valid only for Private addresses.
|
|
9394
|
+
*/
|
|
9395
|
+
subnetId?: pulumi.Input<string>;
|
|
9396
|
+
}
|
|
9397
|
+
interface InstanceEndpointCustomRouteStrategy {
|
|
9398
|
+
/**
|
|
9399
|
+
* 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.
|
|
9400
|
+
*/
|
|
9401
|
+
nodeType?: pulumi.Input<string>;
|
|
9402
|
+
/**
|
|
9403
|
+
* 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.
|
|
9404
|
+
*/
|
|
9405
|
+
sqlKeyword?: pulumi.Input<string>;
|
|
9406
|
+
}
|
|
8929
9407
|
interface InstanceEndpointReadOnlyNodeWeight {
|
|
8930
9408
|
/**
|
|
8931
9409
|
* Read-only nodes require NodeId. Primary nodes do not require it
|
|
@@ -9541,6 +10019,44 @@ export declare namespace redis {
|
|
|
9541
10019
|
*/
|
|
9542
10020
|
securityGroupId?: pulumi.Input<string>;
|
|
9543
10021
|
}
|
|
10022
|
+
interface InstanceBackup {
|
|
10023
|
+
/**
|
|
10024
|
+
* Backup point ID
|
|
10025
|
+
*/
|
|
10026
|
+
backupPointId?: pulumi.Input<string>;
|
|
10027
|
+
/**
|
|
10028
|
+
* Backup point name
|
|
10029
|
+
*/
|
|
10030
|
+
backupPointName?: pulumi.Input<string>;
|
|
10031
|
+
/**
|
|
10032
|
+
* Backup policy
|
|
10033
|
+
*/
|
|
10034
|
+
backupStrategy?: pulumi.Input<string>;
|
|
10035
|
+
/**
|
|
10036
|
+
* Backup type
|
|
10037
|
+
*/
|
|
10038
|
+
backupType?: pulumi.Input<string>;
|
|
10039
|
+
/**
|
|
10040
|
+
* Backup end time
|
|
10041
|
+
*/
|
|
10042
|
+
endTime?: pulumi.Input<string>;
|
|
10043
|
+
/**
|
|
10044
|
+
* Instance ID
|
|
10045
|
+
*/
|
|
10046
|
+
instanceId?: pulumi.Input<string>;
|
|
10047
|
+
/**
|
|
10048
|
+
* Backup size (unit: Byte)
|
|
10049
|
+
*/
|
|
10050
|
+
size?: pulumi.Input<number>;
|
|
10051
|
+
/**
|
|
10052
|
+
* Backup start time
|
|
10053
|
+
*/
|
|
10054
|
+
startTime?: pulumi.Input<string>;
|
|
10055
|
+
/**
|
|
10056
|
+
* Backup status
|
|
10057
|
+
*/
|
|
10058
|
+
status?: pulumi.Input<string>;
|
|
10059
|
+
}
|
|
9544
10060
|
interface InstanceBackupRestore {
|
|
9545
10061
|
/**
|
|
9546
10062
|
* Backup ID, used to specify which backup to use when restoring from a backup set
|
|
@@ -10108,6 +10624,460 @@ export declare namespace tls {
|
|
|
10108
10624
|
*/
|
|
10109
10625
|
severity?: pulumi.Input<string>;
|
|
10110
10626
|
}
|
|
10627
|
+
interface AlarmWebhookIntegrationTypeWebhookHeader {
|
|
10628
|
+
/**
|
|
10629
|
+
* Key for custom request header
|
|
10630
|
+
*/
|
|
10631
|
+
key?: pulumi.Input<string>;
|
|
10632
|
+
/**
|
|
10633
|
+
* Value for custom request header
|
|
10634
|
+
*/
|
|
10635
|
+
value?: pulumi.Input<string>;
|
|
10636
|
+
}
|
|
10637
|
+
interface EtlTargetResource {
|
|
10638
|
+
/**
|
|
10639
|
+
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
10640
|
+
*/
|
|
10641
|
+
alias: pulumi.Input<string>;
|
|
10642
|
+
/**
|
|
10643
|
+
* Region of the log topic for storing processed logs
|
|
10644
|
+
*/
|
|
10645
|
+
region: pulumi.Input<string>;
|
|
10646
|
+
/**
|
|
10647
|
+
* Cross-account authorization role name
|
|
10648
|
+
*/
|
|
10649
|
+
roleTrn?: pulumi.Input<string>;
|
|
10650
|
+
/**
|
|
10651
|
+
* Log topic ID for storing processed logs
|
|
10652
|
+
*/
|
|
10653
|
+
topicId: pulumi.Input<string>;
|
|
10654
|
+
}
|
|
10655
|
+
interface HostGroupRule {
|
|
10656
|
+
/**
|
|
10657
|
+
* Container collection rules
|
|
10658
|
+
*/
|
|
10659
|
+
containerRule?: pulumi.Input<inputs.tls.HostGroupRuleContainerRule>;
|
|
10660
|
+
/**
|
|
10661
|
+
* Time when the collection configuration was created.
|
|
10662
|
+
*/
|
|
10663
|
+
createTime?: pulumi.Input<string>;
|
|
10664
|
+
excludePaths?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleExcludePath>[]>;
|
|
10665
|
+
/**
|
|
10666
|
+
* Extraction rules
|
|
10667
|
+
*/
|
|
10668
|
+
extractRule?: pulumi.Input<inputs.tls.HostGroupRuleExtractRule>;
|
|
10669
|
+
/**
|
|
10670
|
+
* Collection type. 0: Host log file. 1: K8s container standard output. 2: Log file inside K8s container.
|
|
10671
|
+
*/
|
|
10672
|
+
inputType?: pulumi.Input<number>;
|
|
10673
|
+
/**
|
|
10674
|
+
* Log sample.
|
|
10675
|
+
*/
|
|
10676
|
+
logSample?: pulumi.Input<string>;
|
|
10677
|
+
/**
|
|
10678
|
+
* Collection modes. minimalist*log: single-line full mode. json*log: JSON mode. delimiter*log: delimiter mode. multiline*log: multi-line full mode. fullregex_log: full regex mode.
|
|
10679
|
+
*/
|
|
10680
|
+
logType?: pulumi.Input<string>;
|
|
10681
|
+
/**
|
|
10682
|
+
* Time when the collection configuration was modified.
|
|
10683
|
+
*/
|
|
10684
|
+
modifyTime?: pulumi.Input<string>;
|
|
10685
|
+
/**
|
|
10686
|
+
* Data collection path list
|
|
10687
|
+
*/
|
|
10688
|
+
paths?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10689
|
+
/**
|
|
10690
|
+
* Running status of the collection configuration. 0: Running. 1: Paused.
|
|
10691
|
+
*/
|
|
10692
|
+
pause?: pulumi.Input<number>;
|
|
10693
|
+
/**
|
|
10694
|
+
* Collection configuration ID.
|
|
10695
|
+
*/
|
|
10696
|
+
ruleId?: pulumi.Input<string>;
|
|
10697
|
+
/**
|
|
10698
|
+
* Name of the collection configuration.
|
|
10699
|
+
*/
|
|
10700
|
+
ruleName?: pulumi.Input<string>;
|
|
10701
|
+
/**
|
|
10702
|
+
* ID of the log topic to which the collection configuration belongs.
|
|
10703
|
+
*/
|
|
10704
|
+
topicId?: pulumi.Input<string>;
|
|
10705
|
+
/**
|
|
10706
|
+
* Name of the log topic associated with the collection configuration
|
|
10707
|
+
*/
|
|
10708
|
+
topicName?: pulumi.Input<string>;
|
|
10709
|
+
/**
|
|
10710
|
+
* User-defined collection rules.
|
|
10711
|
+
*/
|
|
10712
|
+
userDefineRule?: pulumi.Input<inputs.tls.HostGroupRuleUserDefineRule>;
|
|
10713
|
+
}
|
|
10714
|
+
interface HostGroupRuleContainerRule {
|
|
10715
|
+
/**
|
|
10716
|
+
* Container name to collect. If no container name is specified, all containers in the machine group are collected. Supports regular expressions. For example, setting the container name to ^(container-test)$ collects all containers named container-test.
|
|
10717
|
+
*/
|
|
10718
|
+
containerNameRegex?: pulumi.Input<string>;
|
|
10719
|
+
envTags?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleEnvTag>[]>;
|
|
10720
|
+
excludeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleExcludeContainerEnvRegex>[]>;
|
|
10721
|
+
excludeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleExcludeContainerLabelRegex>[]>;
|
|
10722
|
+
includeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleIncludeContainerEnvRegex>[]>;
|
|
10723
|
+
includeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleIncludeContainerLabelRegex>[]>;
|
|
10724
|
+
/**
|
|
10725
|
+
* Kubernetes container collection rules.
|
|
10726
|
+
*/
|
|
10727
|
+
kubernetesRule?: pulumi.Input<inputs.tls.HostGroupRuleContainerRuleKubernetesRule>;
|
|
10728
|
+
/**
|
|
10729
|
+
* Collection information. stdout: Container standard output (stdout). stderr: Container standard error (stderr). all: Both container standard output (stdout) and standard error (stderr).
|
|
10730
|
+
*/
|
|
10731
|
+
stream?: pulumi.Input<string>;
|
|
10732
|
+
}
|
|
10733
|
+
interface HostGroupRuleContainerRuleEnvTag {
|
|
10734
|
+
/**
|
|
10735
|
+
* Key.
|
|
10736
|
+
*/
|
|
10737
|
+
key?: pulumi.Input<string>;
|
|
10738
|
+
/**
|
|
10739
|
+
* Value.
|
|
10740
|
+
*/
|
|
10741
|
+
val?: pulumi.Input<string>;
|
|
10742
|
+
}
|
|
10743
|
+
interface HostGroupRuleContainerRuleExcludeContainerEnvRegex {
|
|
10744
|
+
/**
|
|
10745
|
+
* Key.
|
|
10746
|
+
*/
|
|
10747
|
+
key?: pulumi.Input<string>;
|
|
10748
|
+
/**
|
|
10749
|
+
* Value.
|
|
10750
|
+
*/
|
|
10751
|
+
val?: pulumi.Input<string>;
|
|
10752
|
+
}
|
|
10753
|
+
interface HostGroupRuleContainerRuleExcludeContainerLabelRegex {
|
|
10754
|
+
/**
|
|
10755
|
+
* Key.
|
|
10756
|
+
*/
|
|
10757
|
+
key?: pulumi.Input<string>;
|
|
10758
|
+
/**
|
|
10759
|
+
* Value.
|
|
10760
|
+
*/
|
|
10761
|
+
val?: pulumi.Input<string>;
|
|
10762
|
+
}
|
|
10763
|
+
interface HostGroupRuleContainerRuleIncludeContainerEnvRegex {
|
|
10764
|
+
/**
|
|
10765
|
+
* Key.
|
|
10766
|
+
*/
|
|
10767
|
+
key?: pulumi.Input<string>;
|
|
10768
|
+
/**
|
|
10769
|
+
* Value.
|
|
10770
|
+
*/
|
|
10771
|
+
val?: pulumi.Input<string>;
|
|
10772
|
+
}
|
|
10773
|
+
interface HostGroupRuleContainerRuleIncludeContainerLabelRegex {
|
|
10774
|
+
/**
|
|
10775
|
+
* Key.
|
|
10776
|
+
*/
|
|
10777
|
+
key?: pulumi.Input<string>;
|
|
10778
|
+
/**
|
|
10779
|
+
* Value.
|
|
10780
|
+
*/
|
|
10781
|
+
val?: pulumi.Input<string>;
|
|
10782
|
+
}
|
|
10783
|
+
interface HostGroupRuleContainerRuleKubernetesRule {
|
|
10784
|
+
annotationTags?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleKubernetesRuleAnnotationTag>[]>;
|
|
10785
|
+
/**
|
|
10786
|
+
* Whether to add all Kubernetes Labels as log tags to the raw log data. When enabled, the log service adds fields for all Labels in the Kubernetes Pod to the log. For example, if the Pod has Label source=DC and destination=CS, the log will include fields **tag**source__: DC and **tag**destination__: CS.
|
|
10787
|
+
*/
|
|
10788
|
+
enableAllLabelTag?: pulumi.Input<boolean>;
|
|
10789
|
+
excludePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleKubernetesRuleExcludePodAnnotationRegex>[]>;
|
|
10790
|
+
excludePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleKubernetesRuleExcludePodLabelRegex>[]>;
|
|
10791
|
+
includePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleKubernetesRuleIncludePodAnnotationRegex>[]>;
|
|
10792
|
+
includePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleKubernetesRuleIncludePodLabelRegex>[]>;
|
|
10793
|
+
labelTags?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleContainerRuleKubernetesRuleLabelTag>[]>;
|
|
10794
|
+
/**
|
|
10795
|
+
* Name of the Kubernetes Namespace to be collected. If not specified, all containers are collected. Namespace names support regular expression matching. For example, setting the Namespace name to ^(tcp|udp)$ collects all containers under the tcp and udp namespaces.
|
|
10796
|
+
*/
|
|
10797
|
+
namespaceNameRegex?: pulumi.Input<string>;
|
|
10798
|
+
/**
|
|
10799
|
+
* Pod name is used to specify the Pod(s) to be collected. If the Pod name is not specified, all containers are collected. Pod name supports regex matching. For example, setting the Pod name to ^(http.*)$ collects all containers under Pods whose names start with http.
|
|
10800
|
+
*/
|
|
10801
|
+
podNameRegex?: pulumi.Input<string>;
|
|
10802
|
+
/**
|
|
10803
|
+
* 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.
|
|
10804
|
+
*/
|
|
10805
|
+
workloadNameRegex?: pulumi.Input<string>;
|
|
10806
|
+
/**
|
|
10807
|
+
* Specify containers 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 are: Deployment: stateless workload StatefulSet: stateful workload DaemonSet: daemon process Job: job CronJob: scheduled job
|
|
10808
|
+
*/
|
|
10809
|
+
workloadType?: pulumi.Input<string>;
|
|
10810
|
+
}
|
|
10811
|
+
interface HostGroupRuleContainerRuleKubernetesRuleAnnotationTag {
|
|
10812
|
+
/**
|
|
10813
|
+
* Key.
|
|
10814
|
+
*/
|
|
10815
|
+
key?: pulumi.Input<string>;
|
|
10816
|
+
/**
|
|
10817
|
+
* Value.
|
|
10818
|
+
*/
|
|
10819
|
+
val?: pulumi.Input<string>;
|
|
10820
|
+
}
|
|
10821
|
+
interface HostGroupRuleContainerRuleKubernetesRuleExcludePodAnnotationRegex {
|
|
10822
|
+
/**
|
|
10823
|
+
* Key.
|
|
10824
|
+
*/
|
|
10825
|
+
key?: pulumi.Input<string>;
|
|
10826
|
+
/**
|
|
10827
|
+
* Value.
|
|
10828
|
+
*/
|
|
10829
|
+
val?: pulumi.Input<string>;
|
|
10830
|
+
}
|
|
10831
|
+
interface HostGroupRuleContainerRuleKubernetesRuleExcludePodLabelRegex {
|
|
10832
|
+
/**
|
|
10833
|
+
* Key.
|
|
10834
|
+
*/
|
|
10835
|
+
key?: pulumi.Input<string>;
|
|
10836
|
+
/**
|
|
10837
|
+
* Value.
|
|
10838
|
+
*/
|
|
10839
|
+
val?: pulumi.Input<string>;
|
|
10840
|
+
}
|
|
10841
|
+
interface HostGroupRuleContainerRuleKubernetesRuleIncludePodAnnotationRegex {
|
|
10842
|
+
/**
|
|
10843
|
+
* Key.
|
|
10844
|
+
*/
|
|
10845
|
+
key?: pulumi.Input<string>;
|
|
10846
|
+
/**
|
|
10847
|
+
* Value.
|
|
10848
|
+
*/
|
|
10849
|
+
val?: pulumi.Input<string>;
|
|
10850
|
+
}
|
|
10851
|
+
interface HostGroupRuleContainerRuleKubernetesRuleIncludePodLabelRegex {
|
|
10852
|
+
/**
|
|
10853
|
+
* Key.
|
|
10854
|
+
*/
|
|
10855
|
+
key?: pulumi.Input<string>;
|
|
10856
|
+
/**
|
|
10857
|
+
* Value.
|
|
10858
|
+
*/
|
|
10859
|
+
val?: pulumi.Input<string>;
|
|
10860
|
+
}
|
|
10861
|
+
interface HostGroupRuleContainerRuleKubernetesRuleLabelTag {
|
|
10862
|
+
/**
|
|
10863
|
+
* Key.
|
|
10864
|
+
*/
|
|
10865
|
+
key?: pulumi.Input<string>;
|
|
10866
|
+
/**
|
|
10867
|
+
* Value.
|
|
10868
|
+
*/
|
|
10869
|
+
val?: pulumi.Input<string>;
|
|
10870
|
+
}
|
|
10871
|
+
interface HostGroupRuleExcludePath {
|
|
10872
|
+
/**
|
|
10873
|
+
* Collection path type. File: file name. Path: directory.
|
|
10874
|
+
*/
|
|
10875
|
+
type?: pulumi.Input<string>;
|
|
10876
|
+
/**
|
|
10877
|
+
* 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.
|
|
10878
|
+
*/
|
|
10879
|
+
value?: pulumi.Input<string>;
|
|
10880
|
+
}
|
|
10881
|
+
interface HostGroupRuleExtractRule {
|
|
10882
|
+
/**
|
|
10883
|
+
* The regex pattern required to match the first line of the log. This is valid only when LogType is multiline*log or fullregex*log. The pattern must be a valid regular expression.
|
|
10884
|
+
*/
|
|
10885
|
+
beginRegex?: pulumi.Input<string>;
|
|
10886
|
+
/**
|
|
10887
|
+
* Log delimiter. Valid only when LogType is delimiter_log.
|
|
10888
|
+
*/
|
|
10889
|
+
delimiter?: pulumi.Input<string>;
|
|
10890
|
+
/**
|
|
10891
|
+
* Enable nanosecond precision time. When enabled, log time parsing will report time with nanosecond precision. true: Enable nanosecond precision time. false: Disable nanosecond precision time.
|
|
10892
|
+
*/
|
|
10893
|
+
enableNanosecond?: pulumi.Input<boolean>;
|
|
10894
|
+
filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleExtractRuleFilterKeyRegex>[]>;
|
|
10895
|
+
/**
|
|
10896
|
+
* List of log field names (Keys).
|
|
10897
|
+
*/
|
|
10898
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10899
|
+
/**
|
|
10900
|
+
* The entire log entry must match the regular expression. This is only valid when the log type is fullregex_log. The regular expression must be valid.
|
|
10901
|
+
*/
|
|
10902
|
+
logRegex?: pulumi.Input<string>;
|
|
10903
|
+
/**
|
|
10904
|
+
* Automatically extract log fields based on the specified log template.
|
|
10905
|
+
*/
|
|
10906
|
+
logTemplate?: pulumi.Input<inputs.tls.HostGroupRuleExtractRuleLogTemplate>;
|
|
10907
|
+
/**
|
|
10908
|
+
* Quotation mark. Content enclosed by quotation marks is parsed as a complete field and not separated. Only valid when LogType is delimiter_log.
|
|
10909
|
+
*/
|
|
10910
|
+
quote?: pulumi.Input<string>;
|
|
10911
|
+
/**
|
|
10912
|
+
* Regular expression for extracting time, used to extract the time value from the TimeKey field and parse it as the collection time.
|
|
10913
|
+
*/
|
|
10914
|
+
timeExtractRegex?: pulumi.Input<string>;
|
|
10915
|
+
/**
|
|
10916
|
+
* Parsing format for the time field. If a specified time field in the log is used as the log timestamp, you must provide TimeKey and TimeFormat.
|
|
10917
|
+
*/
|
|
10918
|
+
timeFormat?: pulumi.Input<string>;
|
|
10919
|
+
/**
|
|
10920
|
+
* Field name for the log time field. If a specified time field in the log is used as the log timestamp, you must provide TimeKey and TimeFormat.
|
|
10921
|
+
*/
|
|
10922
|
+
timeKey?: pulumi.Input<string>;
|
|
10923
|
+
/**
|
|
10924
|
+
* Sample time. Used to verify whether the specified time parsing format is correct.
|
|
10925
|
+
*/
|
|
10926
|
+
timeSample?: pulumi.Input<string>;
|
|
10927
|
+
/**
|
|
10928
|
+
* Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC.
|
|
10929
|
+
*/
|
|
10930
|
+
timeZone?: pulumi.Input<string>;
|
|
10931
|
+
/**
|
|
10932
|
+
* Key name for logs that failed to parse when uploading
|
|
10933
|
+
*/
|
|
10934
|
+
unMatchLogKey?: pulumi.Input<string>;
|
|
10935
|
+
/**
|
|
10936
|
+
* Upload logs that failed to parse. UnMatchUpLoadSwitch=true and UnMatchLogKey must be used together. true: Upload logs that failed to parse. false: Do not upload logs that failed to parse.
|
|
10937
|
+
*/
|
|
10938
|
+
unMatchUpLoadSwitch?: pulumi.Input<boolean>;
|
|
10939
|
+
}
|
|
10940
|
+
interface HostGroupRuleExtractRuleFilterKeyRegex {
|
|
10941
|
+
/**
|
|
10942
|
+
* Name of the filter field.
|
|
10943
|
+
*/
|
|
10944
|
+
key?: pulumi.Input<string>;
|
|
10945
|
+
/**
|
|
10946
|
+
* The log content of the filter field must match the specified regular expression.
|
|
10947
|
+
*/
|
|
10948
|
+
regex?: pulumi.Input<string>;
|
|
10949
|
+
}
|
|
10950
|
+
interface HostGroupRuleExtractRuleLogTemplate {
|
|
10951
|
+
/**
|
|
10952
|
+
* Log template format
|
|
10953
|
+
*/
|
|
10954
|
+
format?: pulumi.Input<string>;
|
|
10955
|
+
/**
|
|
10956
|
+
* Log template type. Supported types: Nginx (Nginx log template type).
|
|
10957
|
+
*/
|
|
10958
|
+
type?: pulumi.Input<string>;
|
|
10959
|
+
}
|
|
10960
|
+
interface HostGroupRuleUserDefineRule {
|
|
10961
|
+
/**
|
|
10962
|
+
* Advanced parameters are 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 conditions for releasing handles are specified, the handle will be released and log file monitoring will end as soon as any condition is met.
|
|
10963
|
+
*/
|
|
10964
|
+
advanced?: pulumi.Input<inputs.tls.HostGroupRuleUserDefineRuleAdvanced>;
|
|
10965
|
+
/**
|
|
10966
|
+
* Whether to upload the Label information of the host group to the log service. Disabled by default. 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): LogCollector does not upload the Label information of the host group.
|
|
10967
|
+
*/
|
|
10968
|
+
enableHostGroupLabel?: pulumi.Input<boolean>;
|
|
10969
|
+
/**
|
|
10970
|
+
* Whether to upload the hostname field. Default is disabled. true: Adds a field to the original log to record the log source's hostname. Specify the hostname field name using HostnameKey. false (default): Does not add the hostname field.
|
|
10971
|
+
*/
|
|
10972
|
+
enableHostname?: pulumi.Input<boolean>;
|
|
10973
|
+
/**
|
|
10974
|
+
* Whether to upload raw logs. true: Upload raw logs. false (default): Do not upload raw logs.
|
|
10975
|
+
*/
|
|
10976
|
+
enableRawLog?: pulumi.Input<boolean>;
|
|
10977
|
+
fields?: pulumi.Input<pulumi.Input<inputs.tls.HostGroupRuleUserDefineRuleField>[]>;
|
|
10978
|
+
/**
|
|
10979
|
+
* Field name used to store machine group label information.
|
|
10980
|
+
*/
|
|
10981
|
+
hostGroupLabelKey?: pulumi.Input<string>;
|
|
10982
|
+
/**
|
|
10983
|
+
* hostname field name. Only required when EnableHostname is set to true.
|
|
10984
|
+
*/
|
|
10985
|
+
hostnameKey?: pulumi.Input<string>;
|
|
10986
|
+
/**
|
|
10987
|
+
* Ignore log files that have not been updated for a specified duration, in hours.
|
|
10988
|
+
*/
|
|
10989
|
+
ignoreOlder?: pulumi.Input<number>;
|
|
10990
|
+
/**
|
|
10991
|
+
* Allows multiple log file collections. Empty: Uses the log file ID (including file inode, device, and checksum of the first N bytes) to uniquely identify the log file. RuleID: Uses the collection rule ID and log file ID to uniquely identify the log file. TopicIDRuleName: Uses the log topic ID, collection rule Name, and log file ID to uniquely identify the log file.
|
|
10992
|
+
*/
|
|
10993
|
+
multiCollectsType?: pulumi.Input<string>;
|
|
10994
|
+
/**
|
|
10995
|
+
* Rules for parsing the collection path. After setting the rule, fields in the collection path are extracted using the specified regex and added as metadata to the log data. Note: This parameter is not supported when collecting container standard output.
|
|
10996
|
+
*/
|
|
10997
|
+
parsePathRule?: pulumi.Input<inputs.tls.HostGroupRuleUserDefineRuleParsePathRule>;
|
|
10998
|
+
/**
|
|
10999
|
+
* LogCollector plugin configuration. After enabling plugin configuration, you can add one or more LogCollector processor plugins to parse logs with complex or variable structures.
|
|
11000
|
+
*/
|
|
11001
|
+
plugin?: pulumi.Input<inputs.tls.HostGroupRuleUserDefineRulePlugin>;
|
|
11002
|
+
/**
|
|
11003
|
+
* Original log field name. 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 together with the parsed log data
|
|
11004
|
+
*/
|
|
11005
|
+
rawLogKey?: pulumi.Input<string>;
|
|
11006
|
+
/**
|
|
11007
|
+
* 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 set, logs are collected using the HashKey routing Shard mode, and the log service writes data to the Shard containing the specified Key value.
|
|
11008
|
+
*/
|
|
11009
|
+
shardHashKey?: pulumi.Input<inputs.tls.HostGroupRuleUserDefineRuleShardHashKey>;
|
|
11010
|
+
/**
|
|
11011
|
+
* LogCollector collection strategy, specifying whether LogCollector collects incremental logs or full logs. The default is false, which means full log collection. true: incremental collection. When LogCollector collects logs, it only collects newly added content in the file. When a monitored log file receives new log entries, LogCollector is triggered to collect logs. For log files being collected for the first time, 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 new 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, meaning only incremental logs are collected. For log files that are not being collected for the first time, LogCollector determines the collection position based on the Checkpoint and continues collecting. false: (default) full collection. LogCollector collects logs from the beginning of each file, including historical log data.
|
|
11012
|
+
*/
|
|
11013
|
+
tailFiles?: pulumi.Input<boolean>;
|
|
11014
|
+
/**
|
|
11015
|
+
* Incremental collection backtracking threshold, 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 TailSizeKb from the end of the file.
|
|
11016
|
+
*/
|
|
11017
|
+
tailSizeKb?: pulumi.Input<number>;
|
|
11018
|
+
}
|
|
11019
|
+
interface HostGroupRuleUserDefineRuleAdvanced {
|
|
11020
|
+
/**
|
|
11021
|
+
* After reading to the end of the log file, whether to release the file handle. Default is false.
|
|
11022
|
+
*/
|
|
11023
|
+
closeEof?: pulumi.Input<boolean>;
|
|
11024
|
+
/**
|
|
11025
|
+
* Wait time before releasing log file handles. If no new logs are written to a log file for the specified duration, the handle for that log file is released. Unit: seconds. Range: 1–300 seconds. Default: 60 seconds.
|
|
11026
|
+
*/
|
|
11027
|
+
closeInactive?: pulumi.Input<number>;
|
|
11028
|
+
/**
|
|
11029
|
+
* Whether to release the handle of the log file after it is removed. Default is false.
|
|
11030
|
+
*/
|
|
11031
|
+
closeRemoved?: pulumi.Input<boolean>;
|
|
11032
|
+
/**
|
|
11033
|
+
* Whether to release the handle of the log file after it is renamed. Default is false.
|
|
11034
|
+
*/
|
|
11035
|
+
closeRenamed?: pulumi.Input<boolean>;
|
|
11036
|
+
/**
|
|
11037
|
+
* Maximum duration for LogCollector to monitor log files, in seconds. The default is 0 seconds, meaning LogCollector does not limit the monitoring duration. Timing starts when LogCollector begins monitoring the log file. After the specified duration is exceeded, regardless of whether the log file has been fully read, LogCollector immediately releases the file handle and stops monitoring.
|
|
11038
|
+
*/
|
|
11039
|
+
closeTimeout?: pulumi.Input<number>;
|
|
11040
|
+
/**
|
|
11041
|
+
* Maximum wait time when LogCollector does not read a line break. Unit: seconds. Default: 5s. LogCollector starts timing when it begins reading log file content. If no line break is read within the specified time, it will send the buffered logs. If the file write interval is large, a complete log entry may be split into two parts and written separately. Adjust this parameter based on your log write interval.
|
|
11042
|
+
*/
|
|
11043
|
+
noLineTerminatorEofMaxTime?: pulumi.Input<number>;
|
|
11044
|
+
}
|
|
11045
|
+
interface HostGroupRuleUserDefineRuleField {
|
|
11046
|
+
/**
|
|
11047
|
+
* Key.
|
|
11048
|
+
*/
|
|
11049
|
+
key?: pulumi.Input<string>;
|
|
11050
|
+
/**
|
|
11051
|
+
* Value.
|
|
11052
|
+
*/
|
|
11053
|
+
val?: pulumi.Input<string>;
|
|
11054
|
+
}
|
|
11055
|
+
interface HostGroupRuleUserDefineRuleParsePathRule {
|
|
11056
|
+
/**
|
|
11057
|
+
* List of field names. Log Service parses PathSample into multiple fields using regular expressions (Regex). Keys specify the name of each field. You can configure up to 100 field names. Field names cannot be empty or duplicated.
|
|
11058
|
+
*/
|
|
11059
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11060
|
+
/**
|
|
11061
|
+
* Sample collection path for actual scenarios. The sample path must be an absolute path. Wildcards *, ?, ** are not allowed in the sample path.
|
|
11062
|
+
*/
|
|
11063
|
+
pathSample?: pulumi.Input<string>;
|
|
11064
|
+
/**
|
|
11065
|
+
* Regular expression used to extract the path field. It must match the example collection path; otherwise, extraction will fail.
|
|
11066
|
+
*/
|
|
11067
|
+
regex?: pulumi.Input<string>;
|
|
11068
|
+
}
|
|
11069
|
+
interface HostGroupRuleUserDefineRulePlugin {
|
|
11070
|
+
/**
|
|
11071
|
+
* LogCollector plugins. For supported plugin lists and parameter descriptions, see LogCollector plugin overview.
|
|
11072
|
+
*/
|
|
11073
|
+
processors?: pulumi.Input<string>;
|
|
11074
|
+
}
|
|
11075
|
+
interface HostGroupRuleUserDefineRuleShardHashKey {
|
|
11076
|
+
/**
|
|
11077
|
+
* The HashKey of the log group specifies the shard where the current log group will be written. The valid range for this parameter is [00000000000000000000000000000000-ffffffffffffffffffffffffffffffff).
|
|
11078
|
+
*/
|
|
11079
|
+
hashKey?: pulumi.Input<string>;
|
|
11080
|
+
}
|
|
10111
11081
|
interface ImportTaskImportSourceInfo {
|
|
10112
11082
|
/**
|
|
10113
11083
|
* Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
|
|
@@ -14278,4 +15248,18 @@ export declare namespace waf {
|
|
|
14278
15248
|
*/
|
|
14279
15249
|
statisticalKeyLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14280
15250
|
}
|
|
15251
|
+
interface HostGroupRelatedRule {
|
|
15252
|
+
/**
|
|
15253
|
+
* Rule name.
|
|
15254
|
+
*/
|
|
15255
|
+
ruleName?: pulumi.Input<string>;
|
|
15256
|
+
/**
|
|
15257
|
+
* Rule ID.
|
|
15258
|
+
*/
|
|
15259
|
+
ruleTag?: pulumi.Input<string>;
|
|
15260
|
+
/**
|
|
15261
|
+
* Rule type. Allow indicates an allowlist, Block indicates a blocklist.
|
|
15262
|
+
*/
|
|
15263
|
+
ruleType?: pulumi.Input<string>;
|
|
15264
|
+
}
|
|
14281
15265
|
}
|