@volcengine/pulumi-volcenginecc 0.0.30 → 0.0.32

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.
Files changed (260) hide show
  1. package/cen/bandwidthPackage.d.ts +320 -0
  2. package/cen/bandwidthPackage.js +134 -0
  3. package/cen/bandwidthPackage.js.map +1 -0
  4. package/cen/getBandwidthPackage.d.ts +137 -0
  5. package/cen/getBandwidthPackage.js +28 -0
  6. package/cen/getBandwidthPackage.js.map +1 -0
  7. package/cen/getBandwidthPackages.d.ts +22 -0
  8. package/cen/getBandwidthPackages.js +24 -0
  9. package/cen/getBandwidthPackages.js.map +1 -0
  10. package/cen/getInterRegionBandwidth.d.ts +72 -0
  11. package/cen/getInterRegionBandwidth.js +28 -0
  12. package/cen/getInterRegionBandwidth.js.map +1 -0
  13. package/cen/getInterRegionBandwidths.d.ts +22 -0
  14. package/cen/getInterRegionBandwidths.js +24 -0
  15. package/cen/getInterRegionBandwidths.js.map +1 -0
  16. package/cen/getRouteEntries.d.ts +22 -0
  17. package/cen/getRouteEntries.js +24 -0
  18. package/cen/getRouteEntries.js.map +1 -0
  19. package/cen/getRouteEntry.d.ts +72 -0
  20. package/cen/getRouteEntry.js +28 -0
  21. package/cen/getRouteEntry.js.map +1 -0
  22. package/cen/getServiceRouteEntries.d.ts +22 -0
  23. package/cen/getServiceRouteEntries.js +24 -0
  24. package/cen/getServiceRouteEntries.js.map +1 -0
  25. package/cen/getServiceRouteEntry.d.ts +73 -0
  26. package/cen/getServiceRouteEntry.js +28 -0
  27. package/cen/getServiceRouteEntry.js.map +1 -0
  28. package/cen/index.d.ts +36 -0
  29. package/cen/index.js +45 -1
  30. package/cen/index.js.map +1 -1
  31. package/cen/interRegionBandwidth.d.ts +152 -0
  32. package/cen/interRegionBandwidth.js +101 -0
  33. package/cen/interRegionBandwidth.js.map +1 -0
  34. package/cen/routeEntry.d.ts +152 -0
  35. package/cen/routeEntry.js +104 -0
  36. package/cen/routeEntry.js.map +1 -0
  37. package/cen/serviceRouteEntry.d.ts +138 -0
  38. package/cen/serviceRouteEntry.js +83 -0
  39. package/cen/serviceRouteEntry.js.map +1 -0
  40. package/clb/clb.d.ts +8 -0
  41. package/clb/clb.js +2 -0
  42. package/clb/clb.js.map +1 -1
  43. package/clb/getClb.d.ts +4 -0
  44. package/clb/getClb.js.map +1 -1
  45. package/clb/getListener.d.ts +4 -0
  46. package/clb/getListener.js.map +1 -1
  47. package/clb/listener.d.ts +3 -0
  48. package/clb/listener.js +2 -0
  49. package/clb/listener.js.map +1 -1
  50. package/iam/accesskey.d.ts +2 -2
  51. package/iam/accesskey.js +2 -2
  52. package/iam/accesskey.js.map +1 -1
  53. package/mongodb/getInstance.d.ts +1 -1
  54. package/mongodb/getSslState.d.ts +56 -0
  55. package/mongodb/getSslState.js +28 -0
  56. package/mongodb/getSslState.js.map +1 -0
  57. package/mongodb/getSslStates.d.ts +22 -0
  58. package/mongodb/getSslStates.js +24 -0
  59. package/mongodb/getSslStates.js.map +1 -0
  60. package/mongodb/index.d.ts +9 -0
  61. package/mongodb/index.js +12 -1
  62. package/mongodb/index.js.map +1 -1
  63. package/mongodb/instance.d.ts +3 -3
  64. package/mongodb/sslState.d.ts +105 -0
  65. package/mongodb/sslState.js +81 -0
  66. package/mongodb/sslState.js.map +1 -0
  67. package/package.json +1 -1
  68. package/privatelink/endpointService.d.ts +15 -3
  69. package/privatelink/endpointService.js +2 -0
  70. package/privatelink/endpointService.js.map +1 -1
  71. package/privatelink/getEndpointService.d.ts +5 -1
  72. package/privatelink/getEndpointService.js.map +1 -1
  73. package/privatelink/getVpcEndpoint.d.ts +137 -0
  74. package/privatelink/getVpcEndpoint.js +28 -0
  75. package/privatelink/getVpcEndpoint.js.map +1 -0
  76. package/privatelink/getVpcEndpointConnection.d.ts +89 -0
  77. package/privatelink/getVpcEndpointConnection.js +28 -0
  78. package/privatelink/getVpcEndpointConnection.js.map +1 -0
  79. package/privatelink/getVpcEndpointConnections.d.ts +22 -0
  80. package/privatelink/getVpcEndpointConnections.js +24 -0
  81. package/privatelink/getVpcEndpointConnections.js.map +1 -0
  82. package/privatelink/getVpcEndpoints.d.ts +22 -0
  83. package/privatelink/getVpcEndpoints.js +24 -0
  84. package/privatelink/getVpcEndpoints.js.map +1 -0
  85. package/privatelink/index.d.ts +18 -0
  86. package/privatelink/index.js +23 -1
  87. package/privatelink/index.js.map +1 -1
  88. package/privatelink/vpcEndpoint.d.ts +277 -0
  89. package/privatelink/vpcEndpoint.js +106 -0
  90. package/privatelink/vpcEndpoint.js.map +1 -0
  91. package/privatelink/vpcEndpointConnection.d.ts +156 -0
  92. package/privatelink/vpcEndpointConnection.js +88 -0
  93. package/privatelink/vpcEndpointConnection.js.map +1 -0
  94. package/rabbitmq/allowList.d.ts +151 -0
  95. package/rabbitmq/allowList.js +100 -0
  96. package/rabbitmq/allowList.js.map +1 -0
  97. package/rabbitmq/getAllowList.d.ts +73 -0
  98. package/rabbitmq/getAllowList.js +28 -0
  99. package/rabbitmq/getAllowList.js.map +1 -0
  100. package/rabbitmq/getAllowLists.d.ts +22 -0
  101. package/rabbitmq/getAllowLists.js +24 -0
  102. package/rabbitmq/getAllowLists.js.map +1 -0
  103. package/rabbitmq/index.d.ts +9 -0
  104. package/rabbitmq/index.js +12 -1
  105. package/rabbitmq/index.js.map +1 -1
  106. package/rdspostgresql/getInstance.d.ts +153 -0
  107. package/rdspostgresql/getInstance.js +28 -0
  108. package/rdspostgresql/getInstance.js.map +1 -0
  109. package/rdspostgresql/getInstances.d.ts +22 -0
  110. package/rdspostgresql/getInstances.js +24 -0
  111. package/rdspostgresql/getInstances.js.map +1 -0
  112. package/rdspostgresql/index.d.ts +9 -0
  113. package/rdspostgresql/index.js +12 -1
  114. package/rdspostgresql/index.js.map +1 -1
  115. package/rdspostgresql/instance.d.ts +303 -0
  116. package/rdspostgresql/instance.js +132 -0
  117. package/rdspostgresql/instance.js.map +1 -0
  118. package/redis/allowList.d.ts +148 -0
  119. package/redis/allowList.js +78 -0
  120. package/redis/allowList.js.map +1 -0
  121. package/redis/getAllowList.d.ts +81 -0
  122. package/redis/getAllowList.js +28 -0
  123. package/redis/getAllowList.js.map +1 -0
  124. package/redis/getAllowLists.d.ts +22 -0
  125. package/redis/getAllowLists.js +24 -0
  126. package/redis/getAllowLists.js.map +1 -0
  127. package/redis/index.d.ts +9 -0
  128. package/redis/index.js +12 -1
  129. package/redis/index.js.map +1 -1
  130. package/storageebs/getSnapshotGroup.d.ts +81 -0
  131. package/storageebs/getSnapshotGroup.js +28 -0
  132. package/storageebs/getSnapshotGroup.js.map +1 -0
  133. package/storageebs/getSnapshotGroups.d.ts +22 -0
  134. package/storageebs/getSnapshotGroups.js +24 -0
  135. package/storageebs/getSnapshotGroups.js.map +1 -0
  136. package/storageebs/index.d.ts +9 -0
  137. package/storageebs/index.js +12 -1
  138. package/storageebs/index.js.map +1 -1
  139. package/storageebs/snapshotGroup.d.ts +168 -0
  140. package/storageebs/snapshotGroup.js +105 -0
  141. package/storageebs/snapshotGroup.js.map +1 -0
  142. package/tls/alarmNotifyGroup.d.ts +113 -0
  143. package/tls/alarmNotifyGroup.js +75 -0
  144. package/tls/alarmNotifyGroup.js.map +1 -0
  145. package/tls/consumerGroup.d.ts +128 -0
  146. package/tls/consumerGroup.js +98 -0
  147. package/tls/consumerGroup.js.map +1 -0
  148. package/tls/getAlarmNotifyGroup.d.ts +69 -0
  149. package/tls/getAlarmNotifyGroup.js +28 -0
  150. package/tls/getAlarmNotifyGroup.js.map +1 -0
  151. package/tls/getAlarmNotifyGroups.d.ts +22 -0
  152. package/tls/getAlarmNotifyGroups.js +24 -0
  153. package/tls/getAlarmNotifyGroups.js.map +1 -0
  154. package/tls/getConsumerGroup.d.ts +60 -0
  155. package/tls/getConsumerGroup.js +28 -0
  156. package/tls/getConsumerGroup.js.map +1 -0
  157. package/tls/getConsumerGroups.d.ts +22 -0
  158. package/tls/getConsumerGroups.js +24 -0
  159. package/tls/getConsumerGroups.js.map +1 -0
  160. package/tls/getImportTask.d.ts +89 -0
  161. package/tls/getImportTask.js +28 -0
  162. package/tls/getImportTask.js.map +1 -0
  163. package/tls/getImportTasks.d.ts +22 -0
  164. package/tls/getImportTasks.js +24 -0
  165. package/tls/getImportTasks.js.map +1 -0
  166. package/tls/getRule.d.ts +109 -0
  167. package/tls/getRule.js +28 -0
  168. package/tls/getRule.js.map +1 -0
  169. package/tls/getRules.d.ts +22 -0
  170. package/tls/getRules.js +24 -0
  171. package/tls/getRules.js.map +1 -0
  172. package/tls/getShipper.d.ts +101 -0
  173. package/tls/getShipper.js +28 -0
  174. package/tls/getShipper.js.map +1 -0
  175. package/tls/getShippers.d.ts +22 -0
  176. package/tls/getShippers.js +24 -0
  177. package/tls/getShippers.js.map +1 -0
  178. package/tls/importTask.d.ts +183 -0
  179. package/tls/importTask.js +97 -0
  180. package/tls/importTask.js.map +1 -0
  181. package/tls/index.d.ts +45 -0
  182. package/tls/index.js +56 -1
  183. package/tls/index.js.map +1 -1
  184. package/tls/rule.d.ts +221 -0
  185. package/tls/rule.js +98 -0
  186. package/tls/rule.js.map +1 -0
  187. package/tls/shipper.d.ts +211 -0
  188. package/tls/shipper.js +97 -0
  189. package/tls/shipper.js.map +1 -0
  190. package/tos/bucketEncryption.d.ts +94 -0
  191. package/tos/bucketEncryption.js +78 -0
  192. package/tos/bucketEncryption.js.map +1 -0
  193. package/tos/bucketInventory.d.ts +155 -0
  194. package/tos/bucketInventory.js +95 -0
  195. package/tos/bucketInventory.js.map +1 -0
  196. package/tos/getBucketEncryption.d.ts +48 -0
  197. package/tos/getBucketEncryption.js +28 -0
  198. package/tos/getBucketEncryption.js.map +1 -0
  199. package/tos/getBucketEncryptions.d.ts +22 -0
  200. package/tos/getBucketEncryptions.js +24 -0
  201. package/tos/getBucketEncryptions.js.map +1 -0
  202. package/tos/getBucketInventories.d.ts +22 -0
  203. package/tos/getBucketInventories.js +24 -0
  204. package/tos/getBucketInventories.js.map +1 -0
  205. package/tos/getBucketInventory.d.ts +73 -0
  206. package/tos/getBucketInventory.js +28 -0
  207. package/tos/getBucketInventory.js.map +1 -0
  208. package/tos/index.d.ts +18 -0
  209. package/tos/index.js +23 -1
  210. package/tos/index.js.map +1 -1
  211. package/types/input.d.ts +1804 -186
  212. package/types/output.d.ts +3846 -591
  213. package/vedbm/endpoint.d.ts +247 -0
  214. package/vedbm/endpoint.js +93 -0
  215. package/vedbm/endpoint.js.map +1 -0
  216. package/vedbm/getEndpoint.d.ts +105 -0
  217. package/vedbm/getEndpoint.js +28 -0
  218. package/vedbm/getEndpoint.js.map +1 -0
  219. package/vedbm/getEndpoints.d.ts +22 -0
  220. package/vedbm/getEndpoints.js +24 -0
  221. package/vedbm/getEndpoints.js.map +1 -0
  222. package/vedbm/index.d.ts +9 -0
  223. package/vedbm/index.js +12 -1
  224. package/vedbm/index.js.map +1 -1
  225. package/vefaas/getRelease.d.ts +120 -0
  226. package/vefaas/getRelease.js +28 -0
  227. package/vefaas/getRelease.js.map +1 -0
  228. package/vefaas/getReleases.d.ts +22 -0
  229. package/vefaas/getReleases.js +24 -0
  230. package/vefaas/getReleases.js.map +1 -0
  231. package/vefaas/index.d.ts +9 -0
  232. package/vefaas/index.js +12 -1
  233. package/vefaas/index.js.map +1 -1
  234. package/vefaas/release.d.ts +253 -0
  235. package/vefaas/release.js +120 -0
  236. package/vefaas/release.js.map +1 -0
  237. package/vepfs/getMountService.d.ts +93 -0
  238. package/vepfs/getMountService.js +28 -0
  239. package/vepfs/getMountService.js.map +1 -0
  240. package/vepfs/getMountServices.d.ts +22 -0
  241. package/vepfs/getMountServices.js +24 -0
  242. package/vepfs/getMountServices.js.map +1 -0
  243. package/vepfs/index.d.ts +9 -0
  244. package/vepfs/index.js +12 -1
  245. package/vepfs/index.js.map +1 -1
  246. package/vepfs/mountService.d.ts +172 -0
  247. package/vepfs/mountService.js +99 -0
  248. package/vepfs/mountService.js.map +1 -0
  249. package/vke/getKubeconfig.d.ts +72 -0
  250. package/vke/getKubeconfig.js +28 -0
  251. package/vke/getKubeconfig.js.map +1 -0
  252. package/vke/getKubeconfigs.d.ts +22 -0
  253. package/vke/getKubeconfigs.js +24 -0
  254. package/vke/getKubeconfigs.js.map +1 -0
  255. package/vke/index.d.ts +9 -0
  256. package/vke/index.js +12 -1
  257. package/vke/index.js.map +1 -1
  258. package/vke/kubeconfig.d.ts +142 -0
  259. package/vke/kubeconfig.js +93 -0
  260. package/vke/kubeconfig.js.map +1 -0
package/types/input.d.ts CHANGED
@@ -1284,6 +1284,14 @@ export declare namespace autoscaling {
1284
1284
  volumeType?: pulumi.Input<string>;
1285
1285
  }
1286
1286
  interface ScalingGroupInstance {
1287
+ /**
1288
+ * Time when the instance joined the scaling group
1289
+ */
1290
+ createdTime?: pulumi.Input<string>;
1291
+ /**
1292
+ * How the instance joined the scaling group (Attached / AutoCreated)
1293
+ */
1294
+ creationType?: pulumi.Input<string>;
1287
1295
  /**
1288
1296
  * Whether to enable managed mode for the instance when AttachInstances is performed
1289
1297
  */
@@ -1292,10 +1300,34 @@ export declare namespace autoscaling {
1292
1300
  * ECS instance ID, unique identifier of the subresource
1293
1301
  */
1294
1302
  instanceId?: pulumi.Input<string>;
1303
+ /**
1304
+ * Launch template ID used by the instance
1305
+ */
1306
+ launchTemplateId?: pulumi.Input<string>;
1307
+ /**
1308
+ * Launch template version used by the instance
1309
+ */
1310
+ launchTemplateVersion?: pulumi.Input<string>;
1295
1311
  /**
1296
1312
  * Whether to trigger lifecycle hooks when the instance is attached, detached, or removed
1297
1313
  */
1298
1314
  lifecycleHook?: pulumi.Input<boolean>;
1315
+ /**
1316
+ * Scaling configuration ID associated with the instance
1317
+ */
1318
+ scalingConfigurationId?: pulumi.Input<string>;
1319
+ /**
1320
+ * Scaling policy ID associated with the instance
1321
+ */
1322
+ scalingPolicyId?: pulumi.Input<string>;
1323
+ /**
1324
+ * Current status of the instance in the scaling group
1325
+ */
1326
+ status?: pulumi.Input<string>;
1327
+ /**
1328
+ * Availability zone of the instance
1329
+ */
1330
+ zoneId?: pulumi.Input<string>;
1299
1331
  }
1300
1332
  interface ScalingGroupInstanceRemovePolicy {
1301
1333
  /**
@@ -3832,6 +3864,16 @@ export declare namespace cdn {
3832
3864
  }
3833
3865
  }
3834
3866
  export declare namespace cen {
3867
+ interface BandwidthPackageTag {
3868
+ /**
3869
+ * Tag key for user tags. Parameter - N: indicates the tag key index, value range: 1–20. Use & to separate multiple tag keys. Cannot start with sys:, in any case. Length range: 1–128 characters. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals (=), plus (+), hyphens (-), and @ (@). If a tag key starts or ends with a space, the system automatically removes it.
3870
+ */
3871
+ key?: pulumi.Input<string>;
3872
+ /**
3873
+ * Tag value for user tags. Parameter - N indicates the tag value index, range: 1–20. Use & to separate multiple tag values. Length range: 0–256 characters. If not specified, defaults to empty. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @ (@). Case-sensitive. If the tag value starts or ends with a space, the system automatically removes it.
3874
+ */
3875
+ value?: pulumi.Input<string>;
3876
+ }
3835
3877
  interface CenInstance {
3836
3878
  /**
3837
3879
  * Network instance ID
@@ -3860,6 +3902,20 @@ export declare namespace cen {
3860
3902
  */
3861
3903
  value?: pulumi.Input<string>;
3862
3904
  }
3905
+ interface ServiceRouteEntryPublishToInstance {
3906
+ /**
3907
+ * Network instance ID for published cloud service access route.
3908
+ */
3909
+ instanceId?: pulumi.Input<string>;
3910
+ /**
3911
+ * Region for published cloud service access route.
3912
+ */
3913
+ instanceRegionId?: pulumi.Input<string>;
3914
+ /**
3915
+ * Network instance type for published cloud service access route.
3916
+ */
3917
+ instanceType?: pulumi.Input<string>;
3918
+ }
3863
3919
  }
3864
3920
  export declare namespace clb {
3865
3921
  interface AclAclEntry {
@@ -3982,6 +4038,28 @@ export declare namespace clb {
3982
4038
  */
3983
4039
  eniId?: pulumi.Input<string>;
3984
4040
  }
4041
+ interface ClbIpv6AddressBandwidth {
4042
+ /**
4043
+ * Peak bandwidth of IPv6 public bandwidth, in Mbps
4044
+ */
4045
+ bandwidth?: pulumi.Input<number>;
4046
+ /**
4047
+ * Shared bandwidth package ID associated with IPv6 public bandwidth
4048
+ */
4049
+ bandwidthPackageId?: pulumi.Input<string>;
4050
+ /**
4051
+ * Billing type for IPv6 public bandwidth
4052
+ */
4053
+ billingType?: pulumi.Input<number>;
4054
+ /**
4055
+ * Line type of IPv6 public bandwidth
4056
+ */
4057
+ isp?: pulumi.Input<string>;
4058
+ /**
4059
+ * Network type of the load balancer instance's IPv6 address
4060
+ */
4061
+ networkType?: pulumi.Input<string>;
4062
+ }
3985
4063
  interface ClbListener {
3986
4064
  /**
3987
4065
  * Listener ID
@@ -4012,6 +4090,20 @@ export declare namespace clb {
4012
4090
  */
4013
4091
  value?: pulumi.Input<string>;
4014
4092
  }
4093
+ interface ListenerDomainExtension {
4094
+ /**
4095
+ * Certificate ID of the extended domain name.
4096
+ */
4097
+ certCenterCertificateId?: pulumi.Input<string>;
4098
+ /**
4099
+ * Certificate source for the extended domain name to be added. Value: cert_center: SSL certificate from Volcano Engine Certificate Center. This parameter is required when adding an extended domain name.
4100
+ */
4101
+ certificateSource?: pulumi.Input<string>;
4102
+ /**
4103
+ * Domain name. Supports both wildcard and exact domain names. Specifications: 1. Must contain at least one '.', and cannot start or end with '.'. 2. Only letters, numbers, '.', '-', and '*' are allowed. 3. Length must be between 1 and 128 characters. 4. Wildcard domain: Use '*' to replace one or more characters. 5. Exact domain: A domain name that strictly follows domain name specifications.
4104
+ */
4105
+ domain?: pulumi.Input<string>;
4106
+ }
4015
4107
  interface ListenerHealthCheck {
4016
4108
  /**
4017
4109
  * Domain name for health check. Must be set to the actual address provided by the backend server. This parameter takes effect when Protocol is set to HTTP or HTTPS and HealthCheck.Enabled is on. Must contain at least one period (.), and cannot start or end with a period (.). Each string can include letters, numbers, hyphens (-), and periods (.), with hyphens (-) not allowed at the beginning or end of the string. Length limit: 1 to 128 characters. If this parameter is not provided or no value is specified, the default is empty, meaning CLB uses the private IP address of each backend server for health checks.
@@ -4504,6 +4596,10 @@ export declare namespace cloudmonitor {
4504
4596
  * Comparison operators. Supports standard threshold alerting: >, >=, <, <=, !=, =, as well as the following period-over-period alerting: last*period*increase*pct: Increased compared to last period. last*period*decrease*pct: Decreased compared to last period. last*period*abs*pct: Increased or decreased compared to last period. last*day*increase*pct: Increased compared to the same period yesterday. last*day*decrease*pct: Decreased compared to the same period yesterday. last*day*abs*pct: Increased or decreased compared to the same period yesterday. last*week*increase*pct: Increased compared to the same period last week. last*week*decrease*pct: Decreased compared to the same period last week. last*week*abs_pct: Increased or decreased compared to the same period last week.
4505
4597
  */
4506
4598
  comparisonOperator?: pulumi.Input<string>;
4599
+ /**
4600
+ * Metric display name.
4601
+ */
4602
+ displayName?: pulumi.Input<string>;
4507
4603
  /**
4508
4604
  * Monitoring metric name. For details, see MetricName for each product in Cloud Monitoring Metric Query.
4509
4605
  */
@@ -5024,6 +5120,18 @@ export declare namespace ecs {
5024
5120
  * The number of IPv6 addresses for the instance.
5025
5121
  */
5026
5122
  ipv6AddressCount?: pulumi.Input<number>;
5123
+ /**
5124
+ * IPv6 address of the instance.
5125
+ */
5126
+ ipv6Addresses?: pulumi.Input<pulumi.Input<string>[]>;
5127
+ /**
5128
+ * Instance MAC address.
5129
+ */
5130
+ macAddress?: pulumi.Input<string>;
5131
+ /**
5132
+ * The network interface ID of the instance.
5133
+ */
5134
+ networkInterfaceId?: pulumi.Input<string>;
5027
5135
  /**
5028
5136
  * Instance primary IP address
5029
5137
  */
@@ -5040,6 +5148,10 @@ export declare namespace ecs {
5040
5148
  * Instance subnet ID.
5041
5149
  */
5042
5150
  subnetId?: pulumi.Input<string>;
5151
+ /**
5152
+ * VPC ID of the instance.
5153
+ */
5154
+ vpcId?: pulumi.Input<string>;
5043
5155
  }
5044
5156
  interface InstanceSystemVolume {
5045
5157
  /**
@@ -7493,10 +7605,6 @@ export declare namespace privatelink {
7493
7605
  value?: pulumi.Input<string>;
7494
7606
  }
7495
7607
  interface EndpointServiceResource {
7496
- /**
7497
- * Endpoint service ID.
7498
- */
7499
- instanceId?: pulumi.Input<string>;
7500
7608
  /**
7501
7609
  * Service resource ID to be added to the endpoint service.
7502
7610
  */
@@ -7516,6 +7624,82 @@ export declare namespace privatelink {
7516
7624
  */
7517
7625
  value?: pulumi.Input<string>;
7518
7626
  }
7627
+ interface VpcEndpointConnectionResourcesAllocate {
7628
+ /**
7629
+ * Specify the service resource for the endpoint connection
7630
+ */
7631
+ resourceId?: pulumi.Input<string>;
7632
+ /**
7633
+ * Availability zone ID of the service resource to be specified
7634
+ */
7635
+ zoneId?: pulumi.Input<string>;
7636
+ }
7637
+ interface VpcEndpointConnectionZone {
7638
+ /**
7639
+ * Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
7640
+ */
7641
+ networkInterfaceId?: pulumi.Input<string>;
7642
+ /**
7643
+ * The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
7644
+ */
7645
+ networkInterfaceIp?: pulumi.Input<string>;
7646
+ /**
7647
+ * Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
7648
+ */
7649
+ networkInterfaceIpv6?: pulumi.Input<string>;
7650
+ /**
7651
+ * Service resource ID
7652
+ */
7653
+ resourceId?: pulumi.Input<string>;
7654
+ /**
7655
+ * Status of the service resource
7656
+ */
7657
+ serviceStatus?: pulumi.Input<string>;
7658
+ /**
7659
+ * ID of the subnet to which the endpoint network interface belongs
7660
+ */
7661
+ subnetId?: pulumi.Input<string>;
7662
+ /**
7663
+ * The domain name of the terminal node availability zone.
7664
+ */
7665
+ zoneDomain?: pulumi.Input<string>;
7666
+ /**
7667
+ * Endpoint zone ID
7668
+ */
7669
+ zoneId?: pulumi.Input<string>;
7670
+ /**
7671
+ * Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
7672
+ */
7673
+ zoneStatus?: pulumi.Input<string>;
7674
+ }
7675
+ interface VpcEndpointTag {
7676
+ /**
7677
+ * Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
7678
+ */
7679
+ key?: pulumi.Input<string>;
7680
+ /**
7681
+ * Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
7682
+ */
7683
+ value?: pulumi.Input<string>;
7684
+ }
7685
+ interface VpcEndpointZone {
7686
+ /**
7687
+ * The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
7688
+ */
7689
+ privateIpAddress?: pulumi.Input<string>;
7690
+ /**
7691
+ * The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
7692
+ */
7693
+ privateIpv6Address?: pulumi.Input<string>;
7694
+ /**
7695
+ * ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
7696
+ */
7697
+ subnetId?: pulumi.Input<string>;
7698
+ /**
7699
+ * ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
7700
+ */
7701
+ zoneId?: pulumi.Input<string>;
7702
+ }
7519
7703
  }
7520
7704
  export declare namespace privatezone {
7521
7705
  interface ResolverEndpointIpConfig {
@@ -7578,6 +7762,12 @@ export declare namespace privatezone {
7578
7762
  }
7579
7763
  }
7580
7764
  export declare namespace rabbitmq {
7765
+ interface AllowListAssociatedInstance {
7766
+ /**
7767
+ * Instance ID
7768
+ */
7769
+ instanceId?: pulumi.Input<string>;
7770
+ }
7581
7771
  interface InstanceChargeDetail {
7582
7772
  /**
7583
7773
  * Whether to automatically renew the subscription instance after expiration.
@@ -7725,6 +7915,26 @@ export declare namespace rdsmssql {
7725
7915
  * Instance ID
7726
7916
  */
7727
7917
  instanceId?: pulumi.Input<string>;
7918
+ /**
7919
+ * Instance name
7920
+ */
7921
+ instanceName?: pulumi.Input<string>;
7922
+ /**
7923
+ * Instance status
7924
+ */
7925
+ instanceStatus?: pulumi.Input<string>;
7926
+ /**
7927
+ * Sync latest allowlist IP
7928
+ */
7929
+ isLatest?: pulumi.Input<boolean>;
7930
+ /**
7931
+ * Project name of the instance
7932
+ */
7933
+ projectName?: pulumi.Input<string>;
7934
+ /**
7935
+ * VPC ID of the instance
7936
+ */
7937
+ vpc?: pulumi.Input<string>;
7728
7938
  }
7729
7939
  interface InstanceChargeInfo {
7730
7940
  /**
@@ -8385,133 +8595,397 @@ export declare namespace rdspostgresql {
8385
8595
  */
8386
8596
  weight?: pulumi.Input<number>;
8387
8597
  }
8388
- }
8389
- export declare namespace redis {
8390
- interface InstanceCapacity {
8598
+ interface InstanceChargeDetail {
8391
8599
  /**
8392
- * Total memory capacity of the current instance. Unit: MiB.
8600
+ * Enable auto-renewal for prepaid scenarios
8393
8601
  */
8394
- total?: pulumi.Input<number>;
8602
+ autoRenew?: pulumi.Input<boolean>;
8395
8603
  /**
8396
- * Used capacity of the current instance. Unit: MiB.
8604
+ * Billing expiration time for yearly/monthly instances
8397
8605
  */
8398
- used?: pulumi.Input<number>;
8399
- }
8400
- interface InstanceConfigureNode {
8606
+ chargeEndTime?: pulumi.Input<string>;
8401
8607
  /**
8402
- * The availability zone each node belongs to.
8608
+ * Instance billing start time
8403
8609
  */
8404
- az?: pulumi.Input<string>;
8405
- }
8406
- interface InstanceInstanceShard {
8610
+ chargeStartTime?: pulumi.Input<string>;
8407
8611
  /**
8408
- * Number of nodes in each shard
8612
+ * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
8409
8613
  */
8410
- nodeNumber?: pulumi.Input<number>;
8411
- serverNodes?: pulumi.Input<pulumi.Input<inputs.redis.InstanceInstanceShardServerNode>[]>;
8614
+ chargeStatus?: pulumi.Input<string>;
8412
8615
  /**
8413
- * Shard ID.
8616
+ * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
8414
8617
  */
8415
- shardId?: pulumi.Input<string>;
8416
- }
8417
- interface InstanceInstanceShardServerNode {
8618
+ chargeType: pulumi.Input<string>;
8418
8619
  /**
8419
- * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
8620
+ * Estimated release time after instance suspension due to overdue payment
8420
8621
  */
8421
- currentRole?: pulumi.Input<string>;
8622
+ overdueReclaimTime?: pulumi.Input<string>;
8422
8623
  /**
8423
- * Node ID.
8624
+ * Instance shutdown time due to overdue payment
8424
8625
  */
8425
- nodeId?: pulumi.Input<string>;
8626
+ overdueTime?: pulumi.Input<string>;
8426
8627
  /**
8427
- * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
8628
+ * Purchase duration for prepaid scenarios
8428
8629
  */
8429
- status?: pulumi.Input<string>;
8630
+ period?: pulumi.Input<number>;
8430
8631
  /**
8431
- * Availability zone where the node is located.
8632
+ * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
8432
8633
  */
8433
- zoneId?: pulumi.Input<string>;
8434
- }
8435
- interface InstanceTag {
8634
+ periodUnit?: pulumi.Input<string>;
8436
8635
  /**
8437
- * Tag key.
8636
+ * Rollback time for temporary upgrade
8438
8637
  */
8439
- key?: pulumi.Input<string>;
8638
+ tempModifyEndTime?: pulumi.Input<string>;
8440
8639
  /**
8441
- * Tag value.
8640
+ * Start time of temporary scaling
8442
8641
  */
8443
- value?: pulumi.Input<string>;
8642
+ tempModifyStartTime?: pulumi.Input<string>;
8444
8643
  }
8445
- interface InstanceVisitAddr {
8644
+ interface InstanceEndpoint {
8645
+ addresses?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceEndpointAddress>[]>;
8446
8646
  /**
8447
- * Connection address type. Value options: Private: Private network connection address; Public: Public network connection address; DirectLink: Direct connection address.
8647
+ * When the terminal type is read-write or read-only, you can set whether new nodes join automatically. Values: - `Enable`: join automatically - `Disable`: do not join automatically (default)
8448
8648
  */
8449
- addrType?: pulumi.Input<string>;
8649
+ autoAddNewNodes?: pulumi.Input<string>;
8450
8650
  /**
8451
- * IP address or domain name.
8651
+ * Address description.
8452
8652
  */
8453
- address?: pulumi.Input<string>;
8653
+ description?: pulumi.Input<string>;
8454
8654
  /**
8455
- * EIP ID bound to the instance's public address. This parameter is returned only when the connection address type (AddrType) is Public.
8655
+ * Enable global read-only mode. - `Enable`: enabled - `Disable`: not enabled
8456
8656
  */
8457
- eipId?: pulumi.Input<string>;
8657
+ enableReadOnly?: pulumi.Input<string>;
8458
8658
  /**
8459
- * Port number.
8659
+ * Enable read-write separation. Values: - `Enable`: enabled - `Disable`: not enabled
8460
8660
  */
8461
- port?: pulumi.Input<string>;
8661
+ enableReadWriteSplitting?: pulumi.Input<string>;
8462
8662
  /**
8463
- * IPv6 address corresponding to the connection address.
8663
+ * Instance connection terminal ID
8464
8664
  */
8465
- viPv6?: pulumi.Input<string>;
8665
+ endpointId?: pulumi.Input<string>;
8466
8666
  /**
8467
- * The IPv4 address corresponding to the connection address.
8667
+ * Instance connection terminal name
8468
8668
  */
8469
- vip?: pulumi.Input<string>;
8470
- }
8471
- }
8472
- export declare namespace rocketmq {
8473
- interface AllowListAssociatedInstance {
8669
+ endpointName?: pulumi.Input<string>;
8474
8670
  /**
8475
- * Instance ID
8671
+ * Endpoint type: - `Cluster`: Default endpoint (created by default) - `Custom`: Custom endpoint
8476
8672
  */
8477
- instanceId?: pulumi.Input<string>;
8478
- }
8479
- interface GroupConsumedClient {
8673
+ endpointType?: pulumi.Input<string>;
8480
8674
  /**
8481
- * Address and port of this consumer instance.
8675
+ * Read-only weight allocation mode. Options: - `Default`: Standard weight allocation (default). - `Custom`: Custom weight allocation
8482
8676
  */
8483
- clientAddress?: pulumi.Input<string>;
8677
+ readOnlyNodeDistributionType?: pulumi.Input<string>;
8484
8678
  /**
8485
- * ID of this consumer instance.
8679
+ * Maximum latency threshold for read-only nodes. If a read-only node's latency exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30.
8680
+ * **Note:** This parameter can be set for the default endpoint when read/write splitting is enabled.
8486
8681
  */
8487
- clientId?: pulumi.Input<string>;
8682
+ readOnlyNodeMaxDelayTime?: pulumi.Input<number>;
8683
+ readOnlyNodeWeights?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceEndpointReadOnlyNodeWeight>[]>;
8488
8684
  /**
8489
- * Message backlog.
8685
+ * Read/write mode: - `ReadWrite`: Read/write - `ReadOnly`: Read-only
8490
8686
  */
8491
- diff?: pulumi.Input<number>;
8687
+ readWriteMode?: pulumi.Input<string>;
8492
8688
  /**
8493
- * Development language of the consumer application.
8689
+ * After read/write splitting is enabled for the terminal, set the number of proxy connections for the terminal. - The minimum value for proxy connections is 20. - The maximum value depends on the specification of the instance's primary node. Different specifications support different maximum proxy connections. For details, see [Product Specifications]
8494
8690
  */
8495
- language?: pulumi.Input<string>;
8691
+ readWriteProxyConnection?: pulumi.Input<number>;
8496
8692
  /**
8497
- * Consumer version.
8693
+ * Whether the endpoint sends write requests to the write node (currently, only the primary node is the write node). Value: - `true`: Yes. (Default) - `false`: No
8498
8694
  */
8499
- version?: pulumi.Input<string>;
8695
+ writeNodeHaltWriting?: pulumi.Input<boolean>;
8500
8696
  }
8501
- interface GroupConsumedTopic {
8697
+ interface InstanceEndpointAddress {
8502
8698
  /**
8503
- * Number of queues associated with the Topic. Each Topic contains one or more queues for storing messages.
8699
+ * Private network address accessible across regions
8504
8700
  */
8505
- queueNum?: pulumi.Input<number>;
8701
+ crossRegionDomain?: pulumi.Input<string>;
8506
8702
  /**
8507
- * Subscription rules.
8703
+ * Enable public network resolution. Values: - false: default, private network resolution - true: private and public network resolution
8508
8704
  */
8509
- subString?: pulumi.Input<string>;
8705
+ dnsVisibility?: pulumi.Input<boolean>;
8510
8706
  /**
8511
- * Name of the Topic subscribed by the client.
8707
+ * Connection domain name
8512
8708
  */
8513
- topicName?: pulumi.Input<string>;
8514
- }
8709
+ domain?: pulumi.Input<string>;
8710
+ /**
8711
+ * Private network address type. Values: LocalDomain: local region domain name CrossRegionDomain: cross-region accessible domain name
8712
+ */
8713
+ domainVisibilitySetting?: pulumi.Input<string>;
8714
+ /**
8715
+ * EIP ID, valid only for Public addresses
8716
+ */
8717
+ eipId?: pulumi.Input<string>;
8718
+ /**
8719
+ * IP address
8720
+ */
8721
+ ipAddress?: pulumi.Input<string>;
8722
+ /**
8723
+ * Network address type. Value: - `Private`: Private network address - `Public`: Public network address - `Inner`: Public service zone address
8724
+ */
8725
+ networkType?: pulumi.Input<string>;
8726
+ /**
8727
+ * Port.
8728
+ */
8729
+ port?: pulumi.Input<string>;
8730
+ /**
8731
+ * Subnet ID
8732
+ */
8733
+ subnetId?: pulumi.Input<string>;
8734
+ }
8735
+ interface InstanceEndpointReadOnlyNodeWeight {
8736
+ /**
8737
+ * Read-only nodes require NodeId
8738
+ */
8739
+ nodeId?: pulumi.Input<string>;
8740
+ /**
8741
+ * Node type
8742
+ */
8743
+ nodeType?: pulumi.Input<string>;
8744
+ /**
8745
+ * Node read weight, increases by 100, maximum value is 10000
8746
+ */
8747
+ weight?: pulumi.Input<number>;
8748
+ }
8749
+ interface InstanceMaintenanceWindow {
8750
+ /**
8751
+ * Granularity of the maintenance cycle. Value: Week (week)
8752
+ */
8753
+ dayKind?: pulumi.Input<string>;
8754
+ dayOfWeekMaintenanceTimes?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceMaintenanceWindowDayOfWeekMaintenanceTime>[]>;
8755
+ }
8756
+ interface InstanceMaintenanceWindowDayOfWeekMaintenanceTime {
8757
+ /**
8758
+ * Specify maintenance days for the instance each week. Multiple selections allowed. Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: If not specified or left blank, all seven days are enabled by default.
8759
+ */
8760
+ dayOfWeek?: pulumi.Input<string>;
8761
+ /**
8762
+ * Start time of the maintenance window on the maintenance day. Format: HH:mmZ (UTC time). Currently, only start times between 16:00Z and 20:00Z are supported.
8763
+ */
8764
+ maintenanceWindowStartTime?: pulumi.Input<string>;
8765
+ /**
8766
+ * Duration of the maintenance window on the maintenance day. Minimum duration is 2 hours, maximum is 6 hours.
8767
+ */
8768
+ period?: pulumi.Input<number>;
8769
+ }
8770
+ interface InstanceNodeInfo {
8771
+ /**
8772
+ * Node creation time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
8773
+ */
8774
+ createTime?: pulumi.Input<string>;
8775
+ /**
8776
+ * Instance ID
8777
+ */
8778
+ instanceId?: pulumi.Input<string>;
8779
+ /**
8780
+ * Memory size, unit: GB
8781
+ */
8782
+ memory?: pulumi.Input<number>;
8783
+ /**
8784
+ * Node ID
8785
+ */
8786
+ nodeId?: pulumi.Input<string>;
8787
+ /**
8788
+ * Node specification
8789
+ */
8790
+ nodeSpec: pulumi.Input<string>;
8791
+ /**
8792
+ * Node status
8793
+ */
8794
+ nodeStatus?: pulumi.Input<string>;
8795
+ /**
8796
+ * Node type
8797
+ */
8798
+ nodeType: pulumi.Input<string>;
8799
+ /**
8800
+ * Region ID
8801
+ */
8802
+ regionId?: pulumi.Input<string>;
8803
+ /**
8804
+ * Node update time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
8805
+ */
8806
+ updateTime?: pulumi.Input<string>;
8807
+ /**
8808
+ * CPU size. For example: 1 means 1U
8809
+ */
8810
+ vcpu?: pulumi.Input<number>;
8811
+ /**
8812
+ * Availability zone of the node
8813
+ */
8814
+ zoneId: pulumi.Input<string>;
8815
+ }
8816
+ interface InstanceTag {
8817
+ /**
8818
+ * Tag key
8819
+ */
8820
+ key?: pulumi.Input<string>;
8821
+ /**
8822
+ * Tag value
8823
+ */
8824
+ value?: pulumi.Input<string>;
8825
+ }
8826
+ }
8827
+ export declare namespace redis {
8828
+ interface AllowListAssociatedInstance {
8829
+ /**
8830
+ * Instance ID bound to the current allowlist
8831
+ */
8832
+ instanceId?: pulumi.Input<string>;
8833
+ /**
8834
+ * Instance names bound to the current allowlist
8835
+ */
8836
+ instanceName?: pulumi.Input<string>;
8837
+ /**
8838
+ * Project name associated with the instance
8839
+ */
8840
+ projectName?: pulumi.Input<string>;
8841
+ /**
8842
+ * Private network ID associated with the instance
8843
+ */
8844
+ vpc?: pulumi.Input<string>;
8845
+ }
8846
+ interface AllowListSecurityGroupBindInfo {
8847
+ /**
8848
+ * Security group association mode. The value range is as follows: IngressDirectionIp: ingress IP, which allows IPs involved in TCP and ALL protocols in the source address of the security group ingress direction to access the database. If the source address is configured as a security group, it will be ignored. AssociateEcsIp: associate ECS IP, which allows cloud servers within the security group to access the database. Currently, only importing IP information of the primary network interface is supported
8849
+ */
8850
+ bindMode?: pulumi.Input<string>;
8851
+ /**
8852
+ * Associated security group ID
8853
+ */
8854
+ securityGroupId?: pulumi.Input<string>;
8855
+ }
8856
+ interface InstanceCapacity {
8857
+ /**
8858
+ * Total memory capacity of the current instance. Unit: MiB.
8859
+ */
8860
+ total?: pulumi.Input<number>;
8861
+ /**
8862
+ * Used capacity of the current instance. Unit: MiB.
8863
+ */
8864
+ used?: pulumi.Input<number>;
8865
+ }
8866
+ interface InstanceConfigureNode {
8867
+ /**
8868
+ * The availability zone each node belongs to.
8869
+ */
8870
+ az?: pulumi.Input<string>;
8871
+ }
8872
+ interface InstanceInstanceShard {
8873
+ /**
8874
+ * Number of nodes in each shard
8875
+ */
8876
+ nodeNumber?: pulumi.Input<number>;
8877
+ serverNodes?: pulumi.Input<pulumi.Input<inputs.redis.InstanceInstanceShardServerNode>[]>;
8878
+ /**
8879
+ * Shard ID.
8880
+ */
8881
+ shardId?: pulumi.Input<string>;
8882
+ }
8883
+ interface InstanceInstanceShardServerNode {
8884
+ /**
8885
+ * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
8886
+ */
8887
+ currentRole?: pulumi.Input<string>;
8888
+ /**
8889
+ * Node ID.
8890
+ */
8891
+ nodeId?: pulumi.Input<string>;
8892
+ /**
8893
+ * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
8894
+ */
8895
+ status?: pulumi.Input<string>;
8896
+ /**
8897
+ * Availability zone where the node is located.
8898
+ */
8899
+ zoneId?: pulumi.Input<string>;
8900
+ }
8901
+ interface InstanceTag {
8902
+ /**
8903
+ * Tag key.
8904
+ */
8905
+ key?: pulumi.Input<string>;
8906
+ /**
8907
+ * Tag value.
8908
+ */
8909
+ value?: pulumi.Input<string>;
8910
+ }
8911
+ interface InstanceVisitAddr {
8912
+ /**
8913
+ * Connection address type. Value options: Private: Private network connection address; Public: Public network connection address; DirectLink: Direct connection address.
8914
+ */
8915
+ addrType?: pulumi.Input<string>;
8916
+ /**
8917
+ * IP address or domain name.
8918
+ */
8919
+ address?: pulumi.Input<string>;
8920
+ /**
8921
+ * EIP ID bound to the instance's public address. This parameter is returned only when the connection address type (AddrType) is Public.
8922
+ */
8923
+ eipId?: pulumi.Input<string>;
8924
+ /**
8925
+ * Port number.
8926
+ */
8927
+ port?: pulumi.Input<string>;
8928
+ /**
8929
+ * IPv6 address corresponding to the connection address.
8930
+ */
8931
+ viPv6?: pulumi.Input<string>;
8932
+ /**
8933
+ * The IPv4 address corresponding to the connection address.
8934
+ */
8935
+ vip?: pulumi.Input<string>;
8936
+ }
8937
+ }
8938
+ export declare namespace rocketmq {
8939
+ interface AllowListAssociatedInstance {
8940
+ /**
8941
+ * Instance ID
8942
+ */
8943
+ instanceId?: pulumi.Input<string>;
8944
+ /**
8945
+ * Instance Name
8946
+ */
8947
+ instanceName?: pulumi.Input<string>;
8948
+ /**
8949
+ * VPC ID of the instance
8950
+ */
8951
+ vpc?: pulumi.Input<string>;
8952
+ }
8953
+ interface GroupConsumedClient {
8954
+ /**
8955
+ * Address and port of this consumer instance.
8956
+ */
8957
+ clientAddress?: pulumi.Input<string>;
8958
+ /**
8959
+ * ID of this consumer instance.
8960
+ */
8961
+ clientId?: pulumi.Input<string>;
8962
+ /**
8963
+ * Message backlog.
8964
+ */
8965
+ diff?: pulumi.Input<number>;
8966
+ /**
8967
+ * Development language of the consumer application.
8968
+ */
8969
+ language?: pulumi.Input<string>;
8970
+ /**
8971
+ * Consumer version.
8972
+ */
8973
+ version?: pulumi.Input<string>;
8974
+ }
8975
+ interface GroupConsumedTopic {
8976
+ /**
8977
+ * Number of queues associated with the Topic. Each Topic contains one or more queues for storing messages.
8978
+ */
8979
+ queueNum?: pulumi.Input<number>;
8980
+ /**
8981
+ * Subscription rules.
8982
+ */
8983
+ subString?: pulumi.Input<string>;
8984
+ /**
8985
+ * Name of the Topic subscribed by the client.
8986
+ */
8987
+ topicName?: pulumi.Input<string>;
8988
+ }
8515
8989
  interface InstanceChargeDetail {
8516
8990
  /**
8517
8991
  * Whether the subscription instance is automatically renewed upon expiration. true: automatically renewed. false: not automatically renewed. Manual renewal is required after expiration; otherwise, the instance will be shut down.
@@ -8646,19 +9120,122 @@ export declare namespace rocketmq {
8646
9120
  }
8647
9121
  }
8648
9122
  export declare namespace storageebs {
8649
- interface SnapshotTag {
9123
+ interface SnapshotGroupSnapshot {
8650
9124
  /**
8651
- * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
9125
+ * Snapshot creation time
8652
9126
  */
8653
- key?: pulumi.Input<string>;
9127
+ creationTime?: pulumi.Input<string>;
8654
9128
  /**
8655
- * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
9129
+ * Snapshot description
8656
9130
  */
8657
- value?: pulumi.Input<string>;
8658
- }
8659
- interface VolumeBaselinePerformance {
9131
+ description?: pulumi.Input<string>;
8660
9132
  /**
8661
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
9133
+ * Image ID
9134
+ */
9135
+ imageId?: pulumi.Input<string>;
9136
+ /**
9137
+ * Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
9138
+ */
9139
+ instantAccess?: pulumi.Input<boolean>;
9140
+ /**
9141
+ * Dump progress
9142
+ */
9143
+ progress?: pulumi.Input<number>;
9144
+ /**
9145
+ * Project of the snapshot
9146
+ */
9147
+ projectName?: pulumi.Input<string>;
9148
+ /**
9149
+ * Retention days for automatic snapshots
9150
+ */
9151
+ retentionDays?: pulumi.Input<number>;
9152
+ /**
9153
+ * Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
9154
+ */
9155
+ shared?: pulumi.Input<boolean>;
9156
+ /**
9157
+ * Snapshot consistency group ID
9158
+ */
9159
+ snapshotGroupId?: pulumi.Input<string>;
9160
+ /**
9161
+ * Snapshot ID
9162
+ */
9163
+ snapshotId?: pulumi.Input<string>;
9164
+ /**
9165
+ * Snapshot name
9166
+ */
9167
+ snapshotName?: pulumi.Input<string>;
9168
+ /**
9169
+ * Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
9170
+ */
9171
+ snapshotType?: pulumi.Input<string>;
9172
+ /**
9173
+ * Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
9174
+ */
9175
+ status?: pulumi.Input<string>;
9176
+ tags?: pulumi.Input<pulumi.Input<inputs.storageebs.SnapshotGroupSnapshotTag>[]>;
9177
+ /**
9178
+ * Cloud disk ID
9179
+ */
9180
+ volumeId?: pulumi.Input<string>;
9181
+ /**
9182
+ * Cloud disk category. Values are as follows: - system: System disk - data: Data disk
9183
+ */
9184
+ volumeKind?: pulumi.Input<string>;
9185
+ /**
9186
+ * Cloud disk name
9187
+ */
9188
+ volumeName?: pulumi.Input<string>;
9189
+ /**
9190
+ * Cloud disk size (GiB)
9191
+ */
9192
+ volumeSize?: pulumi.Input<number>;
9193
+ /**
9194
+ * Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
9195
+ */
9196
+ volumeStatus?: pulumi.Input<string>;
9197
+ /**
9198
+ * Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
9199
+ */
9200
+ volumeType?: pulumi.Input<string>;
9201
+ /**
9202
+ * Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
9203
+ */
9204
+ zoneId?: pulumi.Input<string>;
9205
+ }
9206
+ interface SnapshotGroupSnapshotTag {
9207
+ /**
9208
+ * Tag key
9209
+ */
9210
+ key?: pulumi.Input<string>;
9211
+ /**
9212
+ * Tag value
9213
+ */
9214
+ value?: pulumi.Input<string>;
9215
+ }
9216
+ interface SnapshotGroupTag {
9217
+ /**
9218
+ * Tag key
9219
+ */
9220
+ key?: pulumi.Input<string>;
9221
+ /**
9222
+ * Tag value
9223
+ */
9224
+ value?: pulumi.Input<string>;
9225
+ }
9226
+ interface SnapshotTag {
9227
+ /**
9228
+ * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
9229
+ */
9230
+ key?: pulumi.Input<string>;
9231
+ /**
9232
+ * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
9233
+ */
9234
+ value?: pulumi.Input<string>;
9235
+ }
9236
+ interface VolumeBaselinePerformance {
9237
+ /**
9238
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
8662
9239
  */
8663
9240
  iops?: pulumi.Input<number>;
8664
9241
  /**
@@ -8702,201 +9279,1068 @@ export declare namespace storageebs {
8702
9279
  }
8703
9280
  }
8704
9281
  export declare namespace tls {
8705
- interface IndexFullText {
9282
+ interface AlarmNotifyGroupNoticeRule {
9283
+ /**
9284
+ * Whether there is an end node afterwards.
9285
+ */
9286
+ hasEndNode?: pulumi.Input<boolean>;
9287
+ /**
9288
+ * Condition for whether to proceed to the next level.
9289
+ */
9290
+ hasNext?: pulumi.Input<boolean>;
9291
+ receiverInfos?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo>[]>;
9292
+ /**
9293
+ * Rule node. JSON format.
9294
+ */
9295
+ ruleNode?: pulumi.Input<string>;
9296
+ }
9297
+ interface AlarmNotifyGroupNoticeRuleReceiverInfo {
9298
+ /**
9299
+ * Alarm content template ID.
9300
+ */
9301
+ alarmContentTemplateId?: pulumi.Input<string>;
9302
+ /**
9303
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9304
+ */
9305
+ alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
9306
+ /**
9307
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9308
+ */
9309
+ alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
9310
+ /**
9311
+ * Alarm webhook integration configuration ID.
9312
+ */
9313
+ alarmWebhookIntegrationId?: pulumi.Input<string>;
9314
+ /**
9315
+ * Name of the alarm Webhook integration configuration.
9316
+ */
9317
+ alarmWebhookIntegrationName?: pulumi.Input<string>;
9318
+ /**
9319
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9320
+ */
9321
+ alarmWebhookIsAtAll?: pulumi.Input<boolean>;
9322
+ /**
9323
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
9324
+ */
9325
+ endTime?: pulumi.Input<string>;
9326
+ /**
9327
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
9328
+ */
9329
+ generalWebhookBody?: pulumi.Input<string>;
9330
+ generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader>[]>;
9331
+ /**
9332
+ * Custom callback method for the interface. Only POST or PUT is supported.
9333
+ */
9334
+ generalWebhookMethod?: pulumi.Input<string>;
9335
+ /**
9336
+ * Custom callback URL for the interface.
9337
+ */
9338
+ generalWebhookUrl?: pulumi.Input<string>;
9339
+ /**
9340
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
9341
+ */
9342
+ receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
9343
+ /**
9344
+ * IAM user or user group name.
9345
+ */
9346
+ receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
9347
+ /**
9348
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
9349
+ */
9350
+ receiverType?: pulumi.Input<string>;
9351
+ /**
9352
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
9353
+ */
9354
+ startTime?: pulumi.Input<string>;
9355
+ }
9356
+ interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
9357
+ /**
9358
+ * Custom request header key.
9359
+ */
9360
+ key?: pulumi.Input<string>;
9361
+ /**
9362
+ * Custom request header value.
9363
+ */
9364
+ value?: pulumi.Input<string>;
9365
+ }
9366
+ interface AlarmNotifyGroupReceiver {
9367
+ /**
9368
+ * Alarm content template ID.
9369
+ */
9370
+ alarmContentTemplateId?: pulumi.Input<string>;
9371
+ /**
9372
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9373
+ */
9374
+ alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
9375
+ /**
9376
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9377
+ */
9378
+ alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
9379
+ /**
9380
+ * Alarm webhook integration configuration ID.
9381
+ */
9382
+ alarmWebhookIntegrationId?: pulumi.Input<string>;
9383
+ /**
9384
+ * Name of the alarm Webhook integration configuration.
9385
+ */
9386
+ alarmWebhookIntegrationName?: pulumi.Input<string>;
9387
+ /**
9388
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
9389
+ */
9390
+ alarmWebhookIsAtAll?: pulumi.Input<boolean>;
9391
+ /**
9392
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
9393
+ */
9394
+ endTime?: pulumi.Input<string>;
9395
+ /**
9396
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
9397
+ */
9398
+ generalWebhookBody?: pulumi.Input<string>;
9399
+ generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader>[]>;
9400
+ /**
9401
+ * Custom callback method for the interface. Only POST or PUT is supported.
9402
+ */
9403
+ generalWebhookMethod?: pulumi.Input<string>;
9404
+ /**
9405
+ * Custom callback URL for the interface.
9406
+ */
9407
+ generalWebhookUrl?: pulumi.Input<string>;
9408
+ /**
9409
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
9410
+ */
9411
+ receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
9412
+ /**
9413
+ * IAM user or user group name.
9414
+ */
9415
+ receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
9416
+ /**
9417
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
9418
+ */
9419
+ receiverType?: pulumi.Input<string>;
9420
+ /**
9421
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
9422
+ */
9423
+ startTime?: pulumi.Input<string>;
9424
+ }
9425
+ interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
9426
+ /**
9427
+ * Custom request header key.
9428
+ */
9429
+ key?: pulumi.Input<string>;
9430
+ /**
9431
+ * Custom request header value.
9432
+ */
9433
+ value?: pulumi.Input<string>;
9434
+ }
9435
+ interface ImportTaskImportSourceInfo {
9436
+ /**
9437
+ * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
9438
+ */
9439
+ kafkaSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoKafkaSourceInfo>;
9440
+ /**
9441
+ * TOS data source information. When sourceType is tos, the TosSourceInfo field is required.
9442
+ */
9443
+ tosSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoTosSourceInfo>;
9444
+ }
9445
+ interface ImportTaskImportSourceInfoKafkaSourceInfo {
9446
+ /**
9447
+ * Data encoding format. Available options: UTF-8, GBK.
9448
+ */
9449
+ encode?: pulumi.Input<string>;
9450
+ /**
9451
+ * Kafka consumer group. If not specified, the system will automatically create a Kafka consumer group.
9452
+ */
9453
+ group?: pulumi.Input<string>;
9454
+ /**
9455
+ * The service addresses for different types of Kafka clusters vary. Details are as follows: Message Queue Kafka Edition: Use the access point of the Kafka instance. For more information, see Access Point. If the Kafka instance and the Log Service Project are in the same region, you can use private network access; otherwise, use public network access. Self-hosted Kafka clusters: Use the IP address and port number or the domain name and port number of the Kafka Broker. Only public network access is supported. Separate multiple service addresses with a comma (,).
9456
+ */
9457
+ host?: pulumi.Input<string>;
9458
+ /**
9459
+ * Starting position for data import. Options: 0: Earliest time, start importing from the first record in the specified Kafka Topic. 1: Latest time, start importing from the most recently generated record in the specified Kafka Topic.
9460
+ */
9461
+ initialOffset?: pulumi.Input<number>;
9462
+ /**
9463
+ * If you are using Message Queue Kafka Edition, set this to the Kafka instance ID.
9464
+ */
9465
+ instanceId?: pulumi.Input<string>;
9466
+ /**
9467
+ * Whether to enable authentication. If you use a public service address, it is recommended to enable authentication.
9468
+ */
9469
+ isNeedAuth?: pulumi.Input<boolean>;
9470
+ /**
9471
+ * Password authentication mechanism. Available options: PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512.
9472
+ */
9473
+ mechanism?: pulumi.Input<string>;
9474
+ /**
9475
+ * Kafka SASL user password for authentication.
9476
+ */
9477
+ password?: pulumi.Input<string>;
9478
+ /**
9479
+ * Secure transmission protocol. Options include plaintext, sasl*ssl, ssl, and sasl*plaintext
9480
+ */
9481
+ protocol?: pulumi.Input<string>;
9482
+ /**
9483
+ * Specify log time. Options: 0: Use Kafka message timestamp. 1: Use current system time.
9484
+ */
9485
+ timeSourceDefault?: pulumi.Input<number>;
9486
+ /**
9487
+ * Kafka Topic name. Separate multiple Kafka Topics with commas (,).
9488
+ */
9489
+ topic?: pulumi.Input<string>;
9490
+ /**
9491
+ * Kafka SASL username for authentication.
9492
+ */
9493
+ username?: pulumi.Input<string>;
9494
+ }
9495
+ interface ImportTaskImportSourceInfoTosSourceInfo {
9496
+ /**
9497
+ * TOS bucket name
9498
+ */
9499
+ bucket?: pulumi.Input<string>;
9500
+ /**
9501
+ * Compression mode for data in the TOS bucket. none: No compression. snappy: Compress using snappy. gzip: Compress using gzip. lz4: Compress using lz4.
9502
+ */
9503
+ compressType?: pulumi.Input<string>;
9504
+ /**
9505
+ * Path of the file to be imported in the TOS bucket.
9506
+ */
9507
+ prefix?: pulumi.Input<string>;
9508
+ /**
9509
+ * Region where the TOS bucket is located. Cross-region data import is supported
9510
+ */
9511
+ region?: pulumi.Input<string>;
9512
+ }
9513
+ interface ImportTaskTargetInfo {
9514
+ /**
9515
+ * Log extraction rule.
9516
+ */
9517
+ extractRule?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRule>;
9518
+ /**
9519
+ * Log sample. When LogType is set to multiline_log, you must configure log samples. It is recommended to provide more than two log entries as examples to ensure the regular expression matches the first line of each log. Use real samples from the production environment.
9520
+ */
9521
+ logSample?: pulumi.Input<string>;
9522
+ /**
9523
+ * Specify log parsing type during import. delimiter*log: CSV type. multiline*log: multiline full text type. minimalist*log: single line full text type. json*log: JSON type.
9524
+ */
9525
+ logType: pulumi.Input<string>;
9526
+ /**
9527
+ * Region.
9528
+ */
9529
+ region: pulumi.Input<string>;
9530
+ }
9531
+ interface ImportTaskTargetInfoExtractRule {
9532
+ /**
9533
+ * Basic content of log extraction rules.
9534
+ */
9535
+ extractRule?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRuleExtractRule>;
9536
+ /**
9537
+ * Number of skipped rows. Only valid when the log type is delimiterLog and the import type is tos.
9538
+ */
9539
+ skipLineCount?: pulumi.Input<number>;
9540
+ /**
9541
+ * Time extraction regular expression, used to extract the time value from the TimeKey field and parse it as the collection time
9542
+ */
9543
+ timeExtractRegex?: pulumi.Input<string>;
9544
+ /**
9545
+ * Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
9546
+ */
9547
+ timeZone?: pulumi.Input<string>;
9548
+ }
9549
+ interface ImportTaskTargetInfoExtractRuleExtractRule {
9550
+ /**
9551
+ * Regular expression for identifying the first line of each log. The matched part is treated as the start of the log. When LogType is set to multiline_log, you must configure a log sample
9552
+ */
9553
+ beginRegex?: pulumi.Input<string>;
9554
+ /**
9555
+ * Delimiter. Only valid when LogType is delimiter_log.
9556
+ */
9557
+ delimiter?: pulumi.Input<string>;
9558
+ /**
9559
+ * Enable nanoseconds.
9560
+ */
9561
+ enableNanosecond?: pulumi.Input<boolean>;
9562
+ filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex>[]>;
9563
+ /**
9564
+ * List of log field names (Key). Valid only when LogType is delimiter_log. Supports up to 100 field names. Duplicate field names are not allowed, and all field names cannot be left blank
9565
+ */
9566
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
9567
+ /**
9568
+ * Log regular expression
9569
+ */
9570
+ logRegex?: pulumi.Input<string>;
9571
+ /**
9572
+ * Log template.
9573
+ */
9574
+ logTemplate?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate>;
9575
+ /**
9576
+ * Quotation mark. Content enclosed by the quotation mark will not be separated and will be parsed as a complete field. Only valid when LogType is delimiter_log.
9577
+ */
9578
+ quote?: pulumi.Input<string>;
9579
+ /**
9580
+ * Parsing format for the time field. If you use a specified time field in the log as the log timestamp, you must fill in TimeKey and TimeFormat. TimeKey and TimeFormat must be paired. For configuration details, see time format.
9581
+ */
9582
+ timeFormat?: pulumi.Input<string>;
9583
+ /**
9584
+ * Name of the log time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must appear in pairs
9585
+ */
9586
+ timeKey?: pulumi.Input<string>;
9587
+ /**
9588
+ * Time sample. Used to verify whether the entered time parsing format is correct
9589
+ */
9590
+ timeSample?: pulumi.Input<string>;
9591
+ /**
9592
+ * When uploading logs that failed to parse, specify the key name for the failed logs. UnMatchUpLoadSwitch=true and UnMatchLogKey must be used together.
9593
+ */
9594
+ unMatchLogKey?: pulumi.Input<string>;
9595
+ /**
9596
+ * Whether to upload logs that failed to parse. UnMatchUpLoadSwitch=true and UnMatchLogKey must be paired. true: Upload logs that failed to parse. false: Do not upload logs that failed to parse.
9597
+ */
9598
+ unMatchUpLoadSwitch?: pulumi.Input<boolean>;
9599
+ }
9600
+ interface ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex {
9601
+ /**
9602
+ * Key.
9603
+ */
9604
+ key?: pulumi.Input<string>;
9605
+ /**
9606
+ * Regular expression.
9607
+ */
9608
+ regex?: pulumi.Input<string>;
9609
+ }
9610
+ interface ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate {
9611
+ /**
9612
+ * Format.
9613
+ */
9614
+ format?: pulumi.Input<string>;
9615
+ /**
9616
+ * Type
9617
+ */
9618
+ type?: pulumi.Input<string>;
9619
+ }
9620
+ interface ImportTaskTaskStatistics {
9621
+ /**
9622
+ * Total resource bytes enumerated
9623
+ */
9624
+ bytesTotal?: pulumi.Input<number>;
9625
+ /**
9626
+ * Bytes transferred.
9627
+ */
9628
+ bytesTransferred?: pulumi.Input<number>;
9629
+ /**
9630
+ * Number of resources failed to import.
9631
+ */
9632
+ failed?: pulumi.Input<number>;
9633
+ /**
9634
+ * Number of resources not found.
9635
+ */
9636
+ notExist?: pulumi.Input<number>;
9637
+ /**
9638
+ * Number of resources skipped during import
9639
+ */
9640
+ skipped?: pulumi.Input<number>;
9641
+ /**
9642
+ * Task status. Status of the import task. Preparing: Preparing for import. Importing: Importing data. Success: Import completed successfully. Failed: Import failed. Stopped: Import paused.
9643
+ */
9644
+ taskStatus?: pulumi.Input<string>;
9645
+ /**
9646
+ * Total number of resources enumerated.
9647
+ */
9648
+ total?: pulumi.Input<number>;
9649
+ /**
9650
+ * Number of records transferred.
9651
+ */
9652
+ transferred?: pulumi.Input<number>;
9653
+ }
9654
+ interface IndexFullText {
9655
+ /**
9656
+ * Case sensitivity. true: Case sensitive. false: Not case sensitive.
9657
+ */
9658
+ caseSensitive?: pulumi.Input<boolean>;
9659
+ /**
9660
+ * Token separators for the full-text index. Each character in the string represents a token separator. Length: 1–256 bytes. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
9661
+ */
9662
+ delimiter?: pulumi.Input<string>;
9663
+ /**
9664
+ * When searching, specify whether to segment Chinese content in logs according to Chinese grammar. The default is false. true: For Chinese characters in logs, segment the log according to common Chinese grammar rules. Custom segmentation symbols for Chinese content are not supported. For non-Chinese characters in logs, segment the log using the segmentation symbols specified in the parameter. false: Segment the log using the segmentation symbols specified in the parameter.
9665
+ */
9666
+ includeChinese?: pulumi.Input<boolean>;
9667
+ }
9668
+ interface IndexKeyValue {
9669
+ /**
9670
+ * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
9671
+ */
9672
+ key?: pulumi.Input<string>;
9673
+ /**
9674
+ * Field description information required for configuring key-value indexes.
9675
+ */
9676
+ value?: pulumi.Input<inputs.tls.IndexKeyValueValue>;
9677
+ }
9678
+ interface IndexKeyValueValue {
9679
+ /**
9680
+ * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
9681
+ */
9682
+ autoIndexFlag?: pulumi.Input<boolean>;
9683
+ /**
9684
+ * Whether to distinguish case. Default is false.
9685
+ */
9686
+ caseSensitive?: pulumi.Input<boolean>;
9687
+ /**
9688
+ * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
9689
+ */
9690
+ delimiter?: pulumi.Input<string>;
9691
+ /**
9692
+ * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
9693
+ */
9694
+ includeChinese?: pulumi.Input<boolean>;
9695
+ /**
9696
+ * Create indexes for all fields with text values in the JSON field.
9697
+ */
9698
+ indexAll?: pulumi.Input<boolean>;
9699
+ /**
9700
+ * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
9701
+ */
9702
+ indexSqlAll?: pulumi.Input<boolean>;
9703
+ jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexKeyValueValueJsonKey>[]>;
9704
+ /**
9705
+ * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
9706
+ */
9707
+ sqlFlag?: pulumi.Input<boolean>;
9708
+ /**
9709
+ * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
9710
+ */
9711
+ valueType?: pulumi.Input<string>;
9712
+ }
9713
+ interface IndexKeyValueValueJsonKey {
9714
+ /**
9715
+ * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
9716
+ */
9717
+ key?: pulumi.Input<string>;
9718
+ /**
9719
+ * Field description information required for configuring key-value indexes.
9720
+ */
9721
+ value?: pulumi.Input<inputs.tls.IndexKeyValueValueJsonKeyValue>;
9722
+ }
9723
+ interface IndexKeyValueValueJsonKeyValue {
9724
+ /**
9725
+ * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
9726
+ */
9727
+ autoIndexFlag?: pulumi.Input<boolean>;
9728
+ /**
9729
+ * Whether to distinguish case. Default is false.
9730
+ */
9731
+ caseSensitive?: pulumi.Input<boolean>;
9732
+ /**
9733
+ * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
9734
+ */
9735
+ delimiter?: pulumi.Input<string>;
9736
+ /**
9737
+ * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
9738
+ */
9739
+ includeChinese?: pulumi.Input<boolean>;
9740
+ /**
9741
+ * Create indexes for all fields with text values in the JSON field.
9742
+ */
9743
+ indexAll?: pulumi.Input<boolean>;
9744
+ /**
9745
+ * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
9746
+ */
9747
+ indexSqlAll?: pulumi.Input<boolean>;
9748
+ /**
9749
+ * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
9750
+ */
9751
+ sqlFlag?: pulumi.Input<boolean>;
9752
+ /**
9753
+ * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
9754
+ */
9755
+ valueType?: pulumi.Input<string>;
9756
+ }
9757
+ interface IndexUserInnerKeyValue {
9758
+ /**
9759
+ * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
9760
+ */
9761
+ key?: pulumi.Input<string>;
9762
+ /**
9763
+ * Field description information required for configuring key-value indexes.
9764
+ */
9765
+ value?: pulumi.Input<inputs.tls.IndexUserInnerKeyValueValue>;
9766
+ }
9767
+ interface IndexUserInnerKeyValueValue {
9768
+ /**
9769
+ * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
9770
+ */
9771
+ autoIndexFlag?: pulumi.Input<boolean>;
9772
+ /**
9773
+ * Whether to distinguish case. Default is false.
9774
+ */
9775
+ caseSensitive?: pulumi.Input<boolean>;
9776
+ /**
9777
+ * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
9778
+ */
9779
+ delimiter?: pulumi.Input<string>;
9780
+ /**
9781
+ * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
9782
+ */
9783
+ includeChinese?: pulumi.Input<boolean>;
9784
+ /**
9785
+ * Create indexes for all fields with text values in the JSON field.
9786
+ */
9787
+ indexAll?: pulumi.Input<boolean>;
9788
+ /**
9789
+ * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
9790
+ */
9791
+ indexSqlAll?: pulumi.Input<boolean>;
9792
+ jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValueValueJsonKey>[]>;
9793
+ /**
9794
+ * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
9795
+ */
9796
+ sqlFlag?: pulumi.Input<boolean>;
9797
+ /**
9798
+ * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
9799
+ */
9800
+ valueType?: pulumi.Input<string>;
9801
+ }
9802
+ interface IndexUserInnerKeyValueValueJsonKey {
9803
+ /**
9804
+ * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
9805
+ */
9806
+ key?: pulumi.Input<string>;
9807
+ /**
9808
+ * Field description information required for configuring key-value indexes.
9809
+ */
9810
+ value?: pulumi.Input<inputs.tls.IndexUserInnerKeyValueValueJsonKeyValue>;
9811
+ }
9812
+ interface IndexUserInnerKeyValueValueJsonKeyValue {
9813
+ /**
9814
+ * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
9815
+ */
9816
+ autoIndexFlag?: pulumi.Input<boolean>;
9817
+ /**
9818
+ * Whether to distinguish case. Default is false.
9819
+ */
9820
+ caseSensitive?: pulumi.Input<boolean>;
9821
+ /**
9822
+ * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
9823
+ */
9824
+ delimiter?: pulumi.Input<string>;
9825
+ /**
9826
+ * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
9827
+ */
9828
+ includeChinese?: pulumi.Input<boolean>;
9829
+ /**
9830
+ * Create indexes for all fields with text values in the JSON field.
9831
+ */
9832
+ indexAll?: pulumi.Input<boolean>;
9833
+ /**
9834
+ * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
9835
+ */
9836
+ indexSqlAll?: pulumi.Input<boolean>;
9837
+ /**
9838
+ * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
9839
+ */
9840
+ sqlFlag?: pulumi.Input<boolean>;
9841
+ /**
9842
+ * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
9843
+ */
9844
+ valueType?: pulumi.Input<string>;
9845
+ }
9846
+ interface ProjectTag {
9847
+ /**
9848
+ * Tag key
9849
+ */
9850
+ key?: pulumi.Input<string>;
9851
+ /**
9852
+ * Tag value
9853
+ */
9854
+ value?: pulumi.Input<string>;
9855
+ }
9856
+ interface RuleContainerRule {
9857
+ /**
9858
+ * Container name to collect. If no container name is specified, all containers in the machine group will be collected. Supports regex matching; for example, setting the container name to ^(container-test)$ will collect all containers named container-test.
9859
+ */
9860
+ containerNameRegex?: pulumi.Input<string>;
9861
+ envTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleEnvTag>[]>;
9862
+ excludeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerEnvRegex>[]>;
9863
+ excludeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerLabelRegex>[]>;
9864
+ includeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerEnvRegex>[]>;
9865
+ includeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerLabelRegex>[]>;
9866
+ /**
9867
+ * Kubernetes container collection rules.
9868
+ */
9869
+ kubernetesRule?: pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRule>;
9870
+ /**
9871
+ * Collection information. stdout: Collects container standard output (stdout). stderr: Collects container standard error (stderr). all: Collects both container standard output (stdout) and standard error (stderr).
9872
+ */
9873
+ stream?: pulumi.Input<string>;
9874
+ }
9875
+ interface RuleContainerRuleEnvTag {
9876
+ /**
9877
+ * Key.
9878
+ */
9879
+ key?: pulumi.Input<string>;
9880
+ /**
9881
+ * Value.
9882
+ */
9883
+ val?: pulumi.Input<string>;
9884
+ }
9885
+ interface RuleContainerRuleExcludeContainerEnvRegex {
9886
+ /**
9887
+ * Key.
9888
+ */
9889
+ key?: pulumi.Input<string>;
9890
+ /**
9891
+ * Value.
9892
+ */
9893
+ val?: pulumi.Input<string>;
9894
+ }
9895
+ interface RuleContainerRuleExcludeContainerLabelRegex {
9896
+ /**
9897
+ * Key.
9898
+ */
9899
+ key?: pulumi.Input<string>;
9900
+ /**
9901
+ * Value.
9902
+ */
9903
+ val?: pulumi.Input<string>;
9904
+ }
9905
+ interface RuleContainerRuleIncludeContainerEnvRegex {
9906
+ /**
9907
+ * Key.
9908
+ */
9909
+ key?: pulumi.Input<string>;
9910
+ /**
9911
+ * Value.
9912
+ */
9913
+ val?: pulumi.Input<string>;
9914
+ }
9915
+ interface RuleContainerRuleIncludeContainerLabelRegex {
9916
+ /**
9917
+ * Key.
9918
+ */
9919
+ key?: pulumi.Input<string>;
9920
+ /**
9921
+ * Value.
9922
+ */
9923
+ val?: pulumi.Input<string>;
9924
+ }
9925
+ interface RuleContainerRuleKubernetesRule {
9926
+ annotationTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleAnnotationTag>[]>;
9927
+ /**
9928
+ * Whether to add all Kubernetes Labels as log tags to the original log data. When enabled, the log service adds fields for all Labels in the Kubernetes Pod to the logs. For example, if the Pod contains Label source=DC and destination=CS, the logs will include fields **tag**source__: DC and **tag**destination__: CS.
9929
+ */
9930
+ enableAllLabelTag?: pulumi.Input<boolean>;
9931
+ excludePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex>[]>;
9932
+ excludePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodLabelRegex>[]>;
9933
+ includePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex>[]>;
9934
+ includePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodLabelRegex>[]>;
9935
+ labelTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleLabelTag>[]>;
9936
+ /**
9937
+ * Name of the Kubernetes Namespace to collect. If no Namespace name is specified, all containers will be collected. Namespace names support regular expression matching. For example, if you set the Namespace name to ^(tcp|udp)$, it will collect all containers under the tcp and udp namespaces.
9938
+ */
9939
+ namespaceNameRegex?: pulumi.Input<string>;
9940
+ /**
9941
+ * Pod name is used to specify the Pod whose containers will be collected. If no Pod name is specified, all containers will be collected. Pod name supports regular expression matching. For example, setting the Pod name to ^(http.*)$ collects all containers under Pods whose names start with http.
9942
+ */
9943
+ podNameRegex?: pulumi.Input<string>;
9944
+ /**
9945
+ * 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.
9946
+ */
9947
+ workloadNameRegex?: pulumi.Input<string>;
9948
+ /**
9949
+ * Specify the container to collect by workload type. Only one type can be selected. If no type is specified, containers of all types will be collected. Supported workload types: Deployment: stateless workload StatefulSet: stateful workload DaemonSet: daemon process Job: task CronJob: scheduled task
9950
+ */
9951
+ workloadType?: pulumi.Input<string>;
9952
+ }
9953
+ interface RuleContainerRuleKubernetesRuleAnnotationTag {
9954
+ /**
9955
+ * Key.
9956
+ */
9957
+ key?: pulumi.Input<string>;
9958
+ /**
9959
+ * Value.
9960
+ */
9961
+ val?: pulumi.Input<string>;
9962
+ }
9963
+ interface RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex {
9964
+ /**
9965
+ * Key.
9966
+ */
9967
+ key?: pulumi.Input<string>;
9968
+ /**
9969
+ * Value.
9970
+ */
9971
+ val?: pulumi.Input<string>;
9972
+ }
9973
+ interface RuleContainerRuleKubernetesRuleExcludePodLabelRegex {
9974
+ /**
9975
+ * Key.
9976
+ */
9977
+ key?: pulumi.Input<string>;
9978
+ /**
9979
+ * Value.
9980
+ */
9981
+ val?: pulumi.Input<string>;
9982
+ }
9983
+ interface RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex {
9984
+ /**
9985
+ * Key.
9986
+ */
9987
+ key?: pulumi.Input<string>;
9988
+ /**
9989
+ * Value.
9990
+ */
9991
+ val?: pulumi.Input<string>;
9992
+ }
9993
+ interface RuleContainerRuleKubernetesRuleIncludePodLabelRegex {
9994
+ /**
9995
+ * Key.
9996
+ */
9997
+ key?: pulumi.Input<string>;
9998
+ /**
9999
+ * Value.
10000
+ */
10001
+ val?: pulumi.Input<string>;
10002
+ }
10003
+ interface RuleContainerRuleKubernetesRuleLabelTag {
10004
+ /**
10005
+ * Key.
10006
+ */
10007
+ key?: pulumi.Input<string>;
10008
+ /**
10009
+ * Value.
10010
+ */
10011
+ val?: pulumi.Input<string>;
10012
+ }
10013
+ interface RuleExcludePath {
10014
+ /**
10015
+ * Collection path type. File: File name. Path: Directory.
10016
+ */
10017
+ type?: pulumi.Input<string>;
10018
+ /**
10019
+ * 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.
10020
+ */
10021
+ value?: pulumi.Input<string>;
10022
+ }
10023
+ interface RuleExtractRule {
10024
+ /**
10025
+ * Regular expression that the first line of the log must match. Valid only when LogType is multiline*log or fullregex*log. Must be a valid regular expression.
10026
+ */
10027
+ beginRegex?: pulumi.Input<string>;
10028
+ /**
10029
+ * Log delimiter. Valid only when LogType is delimiter_log.
10030
+ */
10031
+ delimiter?: pulumi.Input<string>;
10032
+ /**
10033
+ * Enable nanosecond precision time. When enabled, log time parsing will include and report nanosecond precision. true: Enable nanosecond precision time. false: Disable nanosecond precision time.
10034
+ */
10035
+ enableNanosecond?: pulumi.Input<boolean>;
10036
+ filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleExtractRuleFilterKeyRegex>[]>;
10037
+ /**
10038
+ * List of log field names (Key). This is only valid when LogType is delimiter*log or fullregex*log. You can configure up to 100 field names. When LogType is delimiter*log, field names must be unique and cannot all be empty. When LogType is fullregex*log, field names must be unique and cannot be empty.
10039
+ */
10040
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
10041
+ /**
10042
+ * The entire log must match the specified regular expression. This is only valid when the collected log type is fullregex_log. Must be a valid regular expression.
10043
+ */
10044
+ logRegex?: pulumi.Input<string>;
10045
+ /**
10046
+ * Automatically extract log fields based on the specified log template
10047
+ */
10048
+ logTemplate?: pulumi.Input<inputs.tls.RuleExtractRuleLogTemplate>;
10049
+ /**
10050
+ * Quoting character. Content wrapped by a quoting character will not be split but parsed as a complete field. Only valid when LogType is delimiter_log.
10051
+ */
10052
+ quote?: pulumi.Input<string>;
10053
+ /**
10054
+ * Regular expression for extracting time, used to extract the time value from the TimeKey field and parse it as the collection time
10055
+ */
10056
+ timeExtractRegex?: pulumi.Input<string>;
10057
+ /**
10058
+ * Parsing format for the time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must be used together.
10059
+ */
10060
+ timeFormat?: pulumi.Input<string>;
10061
+ /**
10062
+ * Name of the log time field. If you want to use a specific time field in the log as the log timestamp, you need to specify both TimeKey and TimeFormat. TimeKey and TimeFormat must be provided together.
10063
+ */
10064
+ timeKey?: pulumi.Input<string>;
10065
+ /**
10066
+ * Time sample. Used to check whether the entered time parsing format is correct.
10067
+ */
10068
+ timeSample?: pulumi.Input<string>;
10069
+ /**
10070
+ * Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
10071
+ */
10072
+ timeZone?: pulumi.Input<string>;
10073
+ /**
10074
+ * Key name for unmatched logs.
10075
+ */
10076
+ unMatchLogKey?: pulumi.Input<string>;
10077
+ /**
10078
+ * Switch for uploading unmatched logs.
10079
+ */
10080
+ unMatchUpLoadSwitch?: pulumi.Input<boolean>;
10081
+ }
10082
+ interface RuleExtractRuleFilterKeyRegex {
10083
+ /**
10084
+ * Name of the filter field.
10085
+ */
10086
+ key?: pulumi.Input<string>;
10087
+ /**
10088
+ * The log content of the filter field must match the specified regular expression.
10089
+ */
10090
+ regex?: pulumi.Input<string>;
10091
+ }
10092
+ interface RuleExtractRuleLogTemplate {
10093
+ /**
10094
+ * Log template format.
10095
+ */
10096
+ format?: pulumi.Input<string>;
10097
+ /**
10098
+ * Log template types. Supported types: Nginx: Nginx log template.
10099
+ */
10100
+ type?: pulumi.Input<string>;
10101
+ }
10102
+ interface RuleHostGroupInfo {
10103
+ /**
10104
+ * Machine group ID
10105
+ */
10106
+ hostGroupId?: pulumi.Input<string>;
10107
+ }
10108
+ interface RuleUserDefineRule {
10109
+ /**
10110
+ * The Advanced parameter is used for extended configuration. After enabling extended configuration, you can customize advanced behaviors of LogCollector, such as when to release file handles. Note: If multiple release conditions are specified, the handle is released and log file monitoring ends as soon as any condition is met.
10111
+ */
10112
+ advanced?: pulumi.Input<inputs.tls.RuleUserDefineRuleAdvanced>;
10113
+ /**
10114
+ * Whether to upload the label information of the host group to the log service. The default is off. true: LogCollector uploads the label information of the host group to the specified field. You can specify the field name in the HostGroupLabelKey parameter. false (default): Host group label information is not uploaded.
10115
+ */
10116
+ enableHostGroupLabel?: pulumi.Input<boolean>;
10117
+ /**
10118
+ * Upload the hostname field. Default is disabled. true: Add a field to the original log to record the source hostname. Specify the hostname field name using HostnameKey. false: (default) Do not add the hostname field.
10119
+ */
10120
+ enableHostname?: pulumi.Input<boolean>;
10121
+ /**
10122
+ * Upload raw logs. true: Upload raw logs. false (default): Do not upload raw logs.
10123
+ */
10124
+ enableRawLog?: pulumi.Input<boolean>;
10125
+ fields?: pulumi.Input<pulumi.Input<inputs.tls.RuleUserDefineRuleField>[]>;
10126
+ /**
10127
+ * Field name used to store machine group label information
10128
+ */
10129
+ hostGroupLabelKey?: pulumi.Input<string>;
10130
+ /**
10131
+ * Hostname field name. Required only when EnableHostname is true.
10132
+ */
10133
+ hostnameKey?: pulumi.Input<string>;
8706
10134
  /**
8707
- * Case sensitivity. true: Case sensitive. false: Not case sensitive.
10135
+ * Ignore log files that have not been updated for a specified period (in hours).
8708
10136
  */
8709
- caseSensitive?: pulumi.Input<boolean>;
10137
+ ignoreOlder?: pulumi.Input<number>;
8710
10138
  /**
8711
- * Token separators for the full-text index. Each character in the string represents a token separator. Length: 1–256 bytes. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
10139
+ * Allow multiple log file collections. Empty: Use log file ID (including file inode, device, and checksum of the first N bytes) to uniquely identify the log file. RuleID: Use collection rule ID and log file ID to uniquely identify the log file. TopicIDRuleName: Use log topic ID, collection rule name, and log file ID to uniquely identify the log file.
8712
10140
  */
8713
- delimiter?: pulumi.Input<string>;
10141
+ multiCollectsType?: pulumi.Input<string>;
8714
10142
  /**
8715
- * When searching, specify whether to segment Chinese content in logs according to Chinese grammar. The default is false. true: For Chinese characters in logs, segment the log according to common Chinese grammar rules. Custom segmentation symbols for Chinese content are not supported. For non-Chinese characters in logs, segment the log using the segmentation symbols specified in the parameter. false: Segment the log using the segmentation symbols specified in the parameter.
10143
+ * Rule for parsing the collection path. After setting the rule, fields in the collection path are extracted using the specified regular expression and added as metadata to the log data. Note: This parameter is not supported when collecting container standard output.
8716
10144
  */
8717
- includeChinese?: pulumi.Input<boolean>;
8718
- }
8719
- interface IndexKeyValue {
10145
+ parsePathRule?: pulumi.Input<inputs.tls.RuleUserDefineRuleParsePathRule>;
8720
10146
  /**
8721
- * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
10147
+ * LogCollector plugin configuration. After enabling plugin configuration, you can add one or more LogCollector processor plugins to parse logs with complex or variable structures.
8722
10148
  */
8723
- key?: pulumi.Input<string>;
10149
+ plugin?: pulumi.Input<inputs.tls.RuleUserDefineRulePlugin>;
8724
10150
  /**
8725
- * Field description information required for configuring key-value indexes.
10151
+ * Name of the raw log field. Only effective when EnableRawLog is set to true. RawLogKey defaults to **raw**, meaning the original log data will be encapsulated in the **raw** field and uploaded to the log service along with the parsed log data.
8726
10152
  */
8727
- value?: pulumi.Input<inputs.tls.IndexKeyValueValue>;
8728
- }
8729
- interface IndexKeyValueValue {
10153
+ rawLogKey?: pulumi.Input<string>;
8730
10154
  /**
8731
- * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
10155
+ * Rules for routing log partitions. If this parameter is not set, logs are written using the default load balancing mode, and packets are written to any available Shard. If this parameter is set, logs are collected using the HashKey routing Shard mode, and the log service writes data to the Shard containing the specified Key value
8732
10156
  */
8733
- autoIndexFlag?: pulumi.Input<boolean>;
10157
+ shardHashKey?: pulumi.Input<inputs.tls.RuleUserDefineRuleShardHashKey>;
8734
10158
  /**
8735
- * Whether to distinguish case. Default is false.
10159
+ * LogCollector collection policy, which specifies whether LogCollector collects incremental logs or full logs. Default is false, meaning full log collection. true: incremental collection. LogCollector only collects newly added content in the file. When new logs are written to monitored log files, LogCollector triggers log collection. For first-time collection, LogCollector automatically determines the collection position based on the incremental threshold TailSizeKb you specify. If the new file size does not exceed the incremental threshold, collection starts from the beginning of the file. If the new file size exceeds the incremental threshold, collection starts from the position at the end of the file minus the incremental threshold, collecting only incremental logs. For subsequent collections, LogCollector determines the collection position based on Checkpoint and continues collecting. false: (default) full collection. LogCollector collects logs from the beginning of each file, including historical log data.
8736
10160
  */
8737
- caseSensitive?: pulumi.Input<boolean>;
10161
+ tailFiles?: pulumi.Input<boolean>;
8738
10162
  /**
8739
- * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
10163
+ * Backtracking threshold for incremental collection, in KiB. When LogCollector uses incremental collection, for the first collection of a log file: If the new log file size does not exceed the TailSizeKb value, collection starts from the beginning of the file. If the new log file size exceeds the TailSizeKb value, collection starts from the position that is TailSizeKb from the end of the file.
8740
10164
  */
8741
- delimiter?: pulumi.Input<string>;
10165
+ tailSizeKb?: pulumi.Input<number>;
10166
+ }
10167
+ interface RuleUserDefineRuleAdvanced {
8742
10168
  /**
8743
- * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
10169
+ * After reading to the end of the log file, choose whether to release the file handle. Default is false.
8744
10170
  */
8745
- includeChinese?: pulumi.Input<boolean>;
10171
+ closeEof?: pulumi.Input<boolean>;
8746
10172
  /**
8747
- * Create indexes for all fields with text values in the JSON field.
10173
+ * Wait time to release log file handle. If no new logs are written to the log file within the specified time, the handle for that log file is released. Unit: seconds. Range: 1–300 seconds. Default: 60 seconds.
8748
10174
  */
8749
- indexAll?: pulumi.Input<boolean>;
10175
+ closeInactive?: pulumi.Input<number>;
8750
10176
  /**
8751
- * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
10177
+ * Release the file handle after the log file is removed. Default is false.
8752
10178
  */
8753
- indexSqlAll?: pulumi.Input<boolean>;
8754
- jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexKeyValueValueJsonKey>[]>;
10179
+ closeRemoved?: pulumi.Input<boolean>;
8755
10180
  /**
8756
- * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
10181
+ * Release the file handle after the log file is renamed. Default is false.
8757
10182
  */
8758
- sqlFlag?: pulumi.Input<boolean>;
10183
+ closeRenamed?: pulumi.Input<boolean>;
8759
10184
  /**
8760
- * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
10185
+ * Maximum monitoring duration for LogCollector log files, in seconds. The default is 0 seconds, meaning LogCollector does not limit the monitoring duration for log files. Timing starts when LogCollector begins monitoring the log file. Once the specified duration is exceeded, LogCollector immediately releases the file handle and stops monitoring, regardless of whether the log file has been fully read.
8761
10186
  */
8762
- valueType?: pulumi.Input<string>;
10187
+ closeTimeout?: pulumi.Input<number>;
10188
+ /**
10189
+ * Maximum wait time when LogCollector does not detect a line break, in seconds. The default is 5s. Timing starts when LogCollector begins reading the log file. If no line break is detected within the specified time, LogCollector sends the logs in the buffer. If the file write interval is long, a complete log entry may be split into two parts and written separately. Adjust this parameter based on your log write interval.
10190
+ */
10191
+ noLineTerminatorEofMaxTime?: pulumi.Input<number>;
8763
10192
  }
8764
- interface IndexKeyValueValueJsonKey {
10193
+ interface RuleUserDefineRuleField {
8765
10194
  /**
8766
- * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
10195
+ * Key.
8767
10196
  */
8768
10197
  key?: pulumi.Input<string>;
8769
10198
  /**
8770
- * Field description information required for configuring key-value indexes.
10199
+ * Value.
8771
10200
  */
8772
- value?: pulumi.Input<inputs.tls.IndexKeyValueValueJsonKeyValue>;
10201
+ val?: pulumi.Input<string>;
8773
10202
  }
8774
- interface IndexKeyValueValueJsonKeyValue {
10203
+ interface RuleUserDefineRuleParsePathRule {
8775
10204
  /**
8776
- * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
10205
+ * Field name list. The log service uses a regular expression (Regex) to parse the path sample (PathSample) into multiple fields. Keys specify the name of each field. You can configure up to 100 field names. Field names cannot be empty or duplicated.
8777
10206
  */
8778
- autoIndexFlag?: pulumi.Input<boolean>;
10207
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
8779
10208
  /**
8780
- * Create indexes for all fields with text values in the JSON field.
10209
+ * Sample collection path for actual scenarios. The sample collection path must be an absolute path. Wildcards *, ?, ** are not allowed in the path sample.
8781
10210
  */
8782
- indexAll?: pulumi.Input<boolean>;
10211
+ pathSample?: pulumi.Input<string>;
8783
10212
  /**
8784
- * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
10213
+ * Regular expression used to extract the path field. Must match the sample collection path, otherwise extraction will fail
8785
10214
  */
8786
- indexSqlAll?: pulumi.Input<boolean>;
10215
+ regex?: pulumi.Input<string>;
10216
+ }
10217
+ interface RuleUserDefineRulePlugin {
8787
10218
  /**
8788
- * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
10219
+ * LogCollector plugin. For the list of supported plugins and parameter descriptions, see LogCollector plugin overview.
8789
10220
  */
8790
- sqlFlag?: pulumi.Input<boolean>;
10221
+ processors?: pulumi.Input<string>;
10222
+ }
10223
+ interface RuleUserDefineRuleShardHashKey {
8791
10224
  /**
8792
- * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
10225
+ * HashKey of the log group, used to specify the shard to which the current log group will be written. The value range for this parameter is [00000000000000000000000000000000-ffffffffffffffffffffffffffffffff).
8793
10226
  */
8794
- valueType?: pulumi.Input<string>;
10227
+ hashKey?: pulumi.Input<string>;
8795
10228
  }
8796
- interface IndexUserInnerKeyValue {
10229
+ interface ScheduleSqlTaskRequestCycle {
8797
10230
  /**
8798
- * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
10231
+ * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
8799
10232
  */
8800
- key?: pulumi.Input<string>;
10233
+ cronTab?: pulumi.Input<string>;
8801
10234
  /**
8802
- * Field description information required for configuring key-value indexes.
10235
+ * If Type is set to Cron, you must also set the time zone.
8803
10236
  */
8804
- value?: pulumi.Input<inputs.tls.IndexUserInnerKeyValueValue>;
10237
+ cronTimeZone?: pulumi.Input<string>;
10238
+ /**
10239
+ * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
10240
+ */
10241
+ time: pulumi.Input<number>;
10242
+ /**
10243
+ * Scheduling period type. Options: Period, Fixed, Cron.
10244
+ */
10245
+ type: pulumi.Input<string>;
8805
10246
  }
8806
- interface IndexUserInnerKeyValueValue {
10247
+ interface ShipperContentInfo {
8807
10248
  /**
8808
- * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
10249
+ * CSV format log content configuration.
8809
10250
  */
8810
- autoIndexFlag?: pulumi.Input<boolean>;
10251
+ csvInfo?: pulumi.Input<inputs.tls.ShipperContentInfoCsvInfo>;
8811
10252
  /**
8812
- * Whether to distinguish case. Default is false.
10253
+ * Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
8813
10254
  */
8814
- caseSensitive?: pulumi.Input<boolean>;
10255
+ format?: pulumi.Input<string>;
8815
10256
  /**
8816
- * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
10257
+ * JSON/JSONL format log content configuration.
8817
10258
  */
8818
- delimiter?: pulumi.Input<string>;
10259
+ jsonInfo?: pulumi.Input<inputs.tls.ShipperContentInfoJsonInfo>;
10260
+ }
10261
+ interface ShipperContentInfoCsvInfo {
8819
10262
  /**
8820
- * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
10263
+ * Delimiter. Supports comma, tab, pipe, semicolon, space.
8821
10264
  */
8822
- includeChinese?: pulumi.Input<boolean>;
10265
+ delimiter?: pulumi.Input<string>;
8823
10266
  /**
8824
- * Create indexes for all fields with text values in the JSON field.
10267
+ * Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
8825
10268
  */
8826
- indexAll?: pulumi.Input<boolean>;
10269
+ escapeChar?: pulumi.Input<string>;
8827
10270
  /**
8828
- * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
10271
+ * Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
8829
10272
  */
8830
- indexSqlAll?: pulumi.Input<boolean>;
8831
- jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValueValueJsonKey>[]>;
10273
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
8832
10274
  /**
8833
- * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
10275
+ * Content for invalid field padding. Length: 0–128.
8834
10276
  */
8835
- sqlFlag?: pulumi.Input<boolean>;
10277
+ nonFieldContent?: pulumi.Input<string>;
8836
10278
  /**
8837
- * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
10279
+ * Whether to print the key in the first row.
8838
10280
  */
8839
- valueType?: pulumi.Input<string>;
10281
+ printHeader?: pulumi.Input<boolean>;
8840
10282
  }
8841
- interface IndexUserInnerKeyValueValueJsonKey {
10283
+ interface ShipperContentInfoJsonInfo {
8842
10284
  /**
8843
- * Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
10285
+ * Enable flag.
8844
10286
  */
8845
- key?: pulumi.Input<string>;
10287
+ enable?: pulumi.Input<boolean>;
8846
10288
  /**
8847
- * Field description information required for configuring key-value indexes.
10289
+ * Whether to enable escaping. Must be set to true.
8848
10290
  */
8849
- value?: pulumi.Input<inputs.tls.IndexUserInnerKeyValueValueJsonKeyValue>;
10291
+ escape?: pulumi.Input<boolean>;
10292
+ /**
10293
+ * Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including **content** (required), **source**, **path**, **time**, **image_name**, **container_name**, **pod_name**, **pod_uid**, namespace, **tag****client_ip**, and **tag****receive_time**.
10294
+ */
10295
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
8850
10296
  }
8851
- interface IndexUserInnerKeyValueValueJsonKeyValue {
10297
+ interface ShipperKafkaShipperInfo {
8852
10298
  /**
8853
- * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
10299
+ * Compression format; supports snappy, gzip, lz4, none.
8854
10300
  */
8855
- autoIndexFlag?: pulumi.Input<boolean>;
10301
+ compress?: pulumi.Input<string>;
8856
10302
  /**
8857
- * Create indexes for all fields with text values in the JSON field.
10303
+ * Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
8858
10304
  */
8859
- indexAll?: pulumi.Input<boolean>;
10305
+ endTime?: pulumi.Input<number>;
8860
10306
  /**
8861
- * Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
10307
+ * Kafka instance.
8862
10308
  */
8863
- indexSqlAll?: pulumi.Input<boolean>;
10309
+ instance?: pulumi.Input<string>;
8864
10310
  /**
8865
- * Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
10311
+ * Kafka topic name. All log data delivered through this configuration will be sent to this topic.
8866
10312
  */
8867
- sqlFlag?: pulumi.Input<boolean>;
10313
+ kafkaTopic?: pulumi.Input<string>;
8868
10314
  /**
8869
- * Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
10315
+ * Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
8870
10316
  */
8871
- valueType?: pulumi.Input<string>;
10317
+ startTime?: pulumi.Input<number>;
8872
10318
  }
8873
- interface ProjectTag {
10319
+ interface ShipperTosShipperInfo {
8874
10320
  /**
8875
- * Tag key
10321
+ * Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
8876
10322
  */
8877
- key?: pulumi.Input<string>;
10323
+ bucket?: pulumi.Input<string>;
8878
10324
  /**
8879
- * Tag value
10325
+ * Compression format; supports snappy, gzip, lz4, none.
8880
10326
  */
8881
- value?: pulumi.Input<string>;
8882
- }
8883
- interface ScheduleSqlTaskRequestCycle {
10327
+ compress?: pulumi.Input<string>;
8884
10328
  /**
8885
- * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
10329
+ * Delivery interval in seconds, range: 300–900.
8886
10330
  */
8887
- cronTab?: pulumi.Input<string>;
10331
+ interval?: pulumi.Input<number>;
8888
10332
  /**
8889
- * If Type is set to Cron, you must also set the time zone.
10333
+ * Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
8890
10334
  */
8891
- cronTimeZone?: pulumi.Input<string>;
10335
+ maxSize?: pulumi.Input<number>;
8892
10336
  /**
8893
- * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
10337
+ * Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
8894
10338
  */
8895
- time: pulumi.Input<number>;
10339
+ partitionFormat?: pulumi.Input<string>;
8896
10340
  /**
8897
- * Scheduling period type. Options: Period, Fixed, Cron.
10341
+ * Top-level directory name for the bucket. Cannot start with / or \, and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
8898
10342
  */
8899
- type: pulumi.Input<string>;
10343
+ prefix?: pulumi.Input<string>;
8900
10344
  }
8901
10345
  interface TopicTag {
8902
10346
  /**
@@ -8957,6 +10401,52 @@ export declare namespace tos {
8957
10401
  */
8958
10402
  ownerId?: pulumi.Input<string>;
8959
10403
  }
10404
+ interface BucketInventoryDestination {
10405
+ /**
10406
+ * Bucket information related to the inventory files.
10407
+ */
10408
+ tosBucketDestination?: pulumi.Input<inputs.tos.BucketInventoryDestinationTosBucketDestination>;
10409
+ }
10410
+ interface BucketInventoryDestinationTosBucketDestination {
10411
+ /**
10412
+ * Account ID of the bucket owner.
10413
+ */
10414
+ accountId?: pulumi.Input<string>;
10415
+ /**
10416
+ * Specify the bucket to store the inventory files.
10417
+ */
10418
+ bucket?: pulumi.Input<string>;
10419
+ /**
10420
+ * Inventory file format. Value is CSV, meaning the inventory file is in CSV format compressed with GZIP.
10421
+ */
10422
+ format?: pulumi.Input<string>;
10423
+ /**
10424
+ * Prefix for the storage path of inventory files. By default, files are saved under tos*bucket*inventory/sourceBucketName/inventoryId/YYYY-MM-DDTHH-MMZ/files in the target bucket.
10425
+ */
10426
+ prefix?: pulumi.Input<string>;
10427
+ /**
10428
+ * Role name used to grant permission to read all files from the source bucket and write files to the target bucket. The role must have TOS read/write and service access permissions. You can also use the default TOS role TosArchiveTOSInventory.
10429
+ */
10430
+ role?: pulumi.Input<string>;
10431
+ }
10432
+ interface BucketInventoryFilter {
10433
+ /**
10434
+ * Prefix matching information for exported files. If not set, an inventory of all objects in the bucket is generated by default.
10435
+ */
10436
+ prefix?: pulumi.Input<string>;
10437
+ }
10438
+ interface BucketInventoryOptionalFields {
10439
+ /**
10440
+ * Information about exported inventory files.
10441
+ */
10442
+ fields?: pulumi.Input<pulumi.Input<string>[]>;
10443
+ }
10444
+ interface BucketInventorySchedule {
10445
+ /**
10446
+ * Export frequency for inventory files. Options: Daily: export inventory files daily. Weekly: export inventory files weekly. Once: export inventory files once.
10447
+ */
10448
+ frequency?: pulumi.Input<string>;
10449
+ }
8960
10450
  interface BucketLifecycleConfig {
8961
10451
  /**
8962
10452
  * Specify expiration attributes for unmerged multipart tasks (fragments)
@@ -9238,6 +10728,58 @@ export declare namespace vedbm {
9238
10728
  */
9239
10729
  accountPrivilegeDetails?: pulumi.Input<pulumi.Input<string>[]>;
9240
10730
  }
10731
+ interface EndpointPrivateAddresses {
10732
+ /**
10733
+ * Resolution method, fixed as false
10734
+ */
10735
+ dnsVisibility?: pulumi.Input<boolean>;
10736
+ /**
10737
+ * Instance intranet access domain name
10738
+ */
10739
+ domain?: pulumi.Input<string>;
10740
+ /**
10741
+ * Public network ID
10742
+ */
10743
+ eipId?: pulumi.Input<string>;
10744
+ /**
10745
+ * IP address
10746
+ */
10747
+ ipAddress?: pulumi.Input<string>;
10748
+ /**
10749
+ * Network type
10750
+ */
10751
+ networkType?: pulumi.Input<string>;
10752
+ /**
10753
+ * Subnet ID
10754
+ */
10755
+ subnetId?: pulumi.Input<string>;
10756
+ }
10757
+ interface EndpointPublicAddresses {
10758
+ /**
10759
+ * Resolution method, fixed as false
10760
+ */
10761
+ dnsVisibility?: pulumi.Input<boolean>;
10762
+ /**
10763
+ * Instance intranet access domain name
10764
+ */
10765
+ domain?: pulumi.Input<string>;
10766
+ /**
10767
+ * Public network ID
10768
+ */
10769
+ eipId?: pulumi.Input<string>;
10770
+ /**
10771
+ * IP address
10772
+ */
10773
+ ipAddress?: pulumi.Input<string>;
10774
+ /**
10775
+ * Network type
10776
+ */
10777
+ networkType?: pulumi.Input<string>;
10778
+ /**
10779
+ * Subnet ID
10780
+ */
10781
+ subnetId?: pulumi.Input<string>;
10782
+ }
9241
10783
  interface InstanceChargeDetail {
9242
10784
  /**
9243
10785
  * Whether to enable auto-renewal in prepaid scenarios. Values: true: auto-renewal. false: no auto-renewal.
@@ -9380,10 +10922,30 @@ export declare namespace vedbm {
9380
10922
  * Node failover priority. Range: 0~15. Higher values indicate higher priority
9381
10923
  */
9382
10924
  failoverPriority?: pulumi.Input<number>;
10925
+ /**
10926
+ * Memory size, in GiB.
10927
+ */
10928
+ memory?: pulumi.Input<number>;
10929
+ /**
10930
+ * Node ID
10931
+ */
10932
+ nodeId?: pulumi.Input<string>;
10933
+ /**
10934
+ * Node specification.
10935
+ */
10936
+ nodeSpec?: pulumi.Input<string>;
9383
10937
  /**
9384
10938
  * Node type. Values: Primary: primary node. ReadOnly: read-only node.
9385
10939
  */
9386
10940
  nodeType?: pulumi.Input<string>;
10941
+ /**
10942
+ * CPU size. For example, a value of 1 indicates a CPU size of 1U.
10943
+ */
10944
+ vCpu?: pulumi.Input<number>;
10945
+ /**
10946
+ * Availability zone ID
10947
+ */
10948
+ zoneId?: pulumi.Input<string>;
9387
10949
  }
9388
10950
  interface InstanceTag {
9389
10951
  /**
@@ -9666,6 +11228,38 @@ export declare namespace vepfs {
9666
11228
  */
9667
11229
  value?: pulumi.Input<string>;
9668
11230
  }
11231
+ interface MountServiceAttachFileSystem {
11232
+ /**
11233
+ * Account ID.
11234
+ */
11235
+ accountId?: pulumi.Input<string>;
11236
+ /**
11237
+ * User mount path.
11238
+ */
11239
+ customerPath?: pulumi.Input<string>;
11240
+ /**
11241
+ * File system ID.
11242
+ */
11243
+ fileSystemId?: pulumi.Input<string>;
11244
+ /**
11245
+ * File system name.
11246
+ */
11247
+ fileSystemName?: pulumi.Input<string>;
11248
+ /**
11249
+ * Binding status. Details: Attaching: Attaching. AttachError: Attachment failed. Attached: Attached. Detaching: Detaching. DetachError: Detachment failed.
11250
+ */
11251
+ status?: pulumi.Input<string>;
11252
+ }
11253
+ interface MountServiceNode {
11254
+ /**
11255
+ * Node initial password.
11256
+ */
11257
+ defaultPassword?: pulumi.Input<string>;
11258
+ /**
11259
+ * Node instance ID.
11260
+ */
11261
+ nodeId?: pulumi.Input<string>;
11262
+ }
9669
11263
  }
9670
11264
  export declare namespace vke {
9671
11265
  interface AddonStatus {
@@ -11870,6 +13464,10 @@ export declare namespace vpn {
11870
13464
  value?: pulumi.Input<string>;
11871
13465
  }
11872
13466
  interface VpnConnectionTunnelOption {
13467
+ /**
13468
+ * IPsec tunnel status. ike*sa*negotiation*failed: Phase one negotiation failed; nike*sa*negotiation*completed: Phase one negotiation succeeded; nipsec*sa*negotiation*failed: Phase two negotiation failed; nipsec*sa*negotiation*completed: Phase two negotiation succeeded.
13469
+ */
13470
+ connectStatus?: pulumi.Input<string>;
11873
13471
  /**
11874
13472
  * ID of the customer gateway associated with the IPsec connection.
11875
13473
  */
@@ -11960,10 +13558,30 @@ export declare namespace vpn {
11960
13558
  lifetime?: pulumi.Input<number>;
11961
13559
  }
11962
13560
  interface VpnConnectionTunnelOptionTunnelBgpInfo {
13561
+ /**
13562
+ * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
13563
+ */
13564
+ enableBgp?: pulumi.Input<boolean>;
13565
+ /**
13566
+ * The ASN of the VPN gateway.
13567
+ */
13568
+ localAsn?: pulumi.Input<number>;
11963
13569
  /**
11964
13570
  * BGP address. Defaults to the first host address of TunnelOptions.N.BGPConfig.TunnelCidr. This address must be an IP address within the IPsec tunnel CIDR block. If EnableTunnelsBgp is set to true, this parameter must be specified.
11965
13571
  */
11966
13572
  localBgpIp?: pulumi.Input<string>;
13573
+ /**
13574
+ * ASN of the customer gateway.
13575
+ */
13576
+ peerAsn?: pulumi.Input<number>;
13577
+ /**
13578
+ * BGP peer IP, that is, the BGP address on the customer gateway side.
13579
+ */
13580
+ peerBgpIp?: pulumi.Input<string>;
13581
+ /**
13582
+ * Status of the BGP connection. Up: BGP connection is normal. Down: BGP connection is not working.
13583
+ */
13584
+ sessionStatus?: pulumi.Input<string>;
11967
13585
  /**
11968
13586
  * The CIDR address range for the local and peer IPs of the BGP session. This range must be within the 169.254.0.0/16 subnet with a subnet mask length of 30. If EnableTunnelsBgp is set to true, this parameter must be provided.
11969
13587
  */