@byteplus/pulumi-bytepluscc 0.0.32 → 0.0.34

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 (166) hide show
  1. package/alb/getLoadBalancer.d.ts +8 -0
  2. package/alb/getLoadBalancer.js.map +1 -1
  3. package/alb/loadBalancer.d.ts +24 -0
  4. package/alb/loadBalancer.js +4 -0
  5. package/alb/loadBalancer.js.map +1 -1
  6. package/clb/checkLogProject.d.ts +62 -0
  7. package/clb/checkLogProject.js +67 -0
  8. package/clb/checkLogProject.js.map +1 -0
  9. package/clb/checkLogTopic.d.ts +81 -0
  10. package/clb/checkLogTopic.js +78 -0
  11. package/clb/checkLogTopic.js.map +1 -0
  12. package/clb/clb.d.ts +0 -8
  13. package/clb/clb.js +2 -2
  14. package/clb/clb.js.map +1 -1
  15. package/clb/getCheckLogProject.d.ts +40 -0
  16. package/clb/getCheckLogProject.js +28 -0
  17. package/clb/getCheckLogProject.js.map +1 -0
  18. package/clb/getCheckLogProjects.d.ts +22 -0
  19. package/clb/getCheckLogProjects.js +24 -0
  20. package/clb/getCheckLogProjects.js.map +1 -0
  21. package/clb/getCheckLogTopic.d.ts +44 -0
  22. package/clb/getCheckLogTopic.js +28 -0
  23. package/clb/getCheckLogTopic.js.map +1 -0
  24. package/clb/getCheckLogTopics.d.ts +22 -0
  25. package/clb/getCheckLogTopics.js +24 -0
  26. package/clb/getCheckLogTopics.js.map +1 -0
  27. package/clb/index.d.ts +18 -0
  28. package/clb/index.js +24 -1
  29. package/clb/index.js.map +1 -1
  30. package/cloudmonitor/contactGroup.d.ts +15 -15
  31. package/cloudmonitor/contactGroup.js +1 -1
  32. package/cloudmonitor/getContactGroup.d.ts +7 -7
  33. package/directconnect/bgpPeer.d.ts +189 -0
  34. package/directconnect/bgpPeer.js +104 -0
  35. package/directconnect/bgpPeer.js.map +1 -0
  36. package/directconnect/getBgpPeer.d.ts +88 -0
  37. package/directconnect/getBgpPeer.js +28 -0
  38. package/directconnect/getBgpPeer.js.map +1 -0
  39. package/directconnect/getBgpPeers.d.ts +22 -0
  40. package/directconnect/getBgpPeers.js +24 -0
  41. package/directconnect/getBgpPeers.js.map +1 -0
  42. package/directconnect/index.d.ts +9 -0
  43. package/directconnect/index.js +12 -1
  44. package/directconnect/index.js.map +1 -1
  45. package/dns/getRecord.d.ts +104 -0
  46. package/dns/getRecord.js +28 -0
  47. package/dns/getRecord.js.map +1 -0
  48. package/dns/getRecords.d.ts +22 -0
  49. package/dns/getRecords.js +24 -0
  50. package/dns/getRecords.js.map +1 -0
  51. package/dns/index.d.ts +9 -0
  52. package/dns/index.js +12 -1
  53. package/dns/index.js.map +1 -1
  54. package/dns/record.d.ts +236 -0
  55. package/dns/record.js +121 -0
  56. package/dns/record.js.map +1 -0
  57. package/gtm/getGtm.d.ts +100 -0
  58. package/gtm/getGtm.js +28 -0
  59. package/gtm/getGtm.js.map +1 -0
  60. package/gtm/getGtms.d.ts +22 -0
  61. package/gtm/getGtms.js +24 -0
  62. package/gtm/getGtms.js.map +1 -0
  63. package/gtm/getRouting.d.ts +48 -0
  64. package/gtm/getRouting.js +28 -0
  65. package/gtm/getRouting.js.map +1 -0
  66. package/gtm/getRoutings.d.ts +22 -0
  67. package/gtm/getRoutings.js +24 -0
  68. package/gtm/getRoutings.js.map +1 -0
  69. package/gtm/getRule.d.ts +105 -0
  70. package/gtm/getRule.js +28 -0
  71. package/gtm/getRule.js.map +1 -0
  72. package/gtm/getRules.d.ts +22 -0
  73. package/gtm/getRules.js +24 -0
  74. package/gtm/getRules.js.map +1 -0
  75. package/gtm/gtm.d.ts +228 -0
  76. package/gtm/gtm.js +113 -0
  77. package/gtm/gtm.js.map +1 -0
  78. package/gtm/index.d.ts +27 -0
  79. package/gtm/index.js +34 -1
  80. package/gtm/index.js.map +1 -1
  81. package/gtm/routing.d.ts +89 -0
  82. package/gtm/routing.js +74 -0
  83. package/gtm/routing.js.map +1 -0
  84. package/gtm/rule.d.ts +226 -0
  85. package/gtm/rule.js +99 -0
  86. package/gtm/rule.js.map +1 -0
  87. package/kafka/getUser.d.ts +34 -0
  88. package/kafka/getUser.js +28 -0
  89. package/kafka/getUser.js.map +1 -0
  90. package/kafka/getUsers.d.ts +22 -0
  91. package/kafka/getUsers.js +24 -0
  92. package/kafka/getUsers.js.map +1 -0
  93. package/kafka/index.d.ts +9 -0
  94. package/kafka/index.js +12 -1
  95. package/kafka/index.js.map +1 -1
  96. package/kafka/user.d.ts +155 -0
  97. package/kafka/user.js +97 -0
  98. package/kafka/user.js.map +1 -0
  99. package/mongodb/account.d.ts +146 -0
  100. package/mongodb/account.js +82 -0
  101. package/mongodb/account.js.map +1 -0
  102. package/mongodb/getAccount.d.ts +77 -0
  103. package/mongodb/getAccount.js +28 -0
  104. package/mongodb/getAccount.js.map +1 -0
  105. package/mongodb/getAccounts.d.ts +22 -0
  106. package/mongodb/getAccounts.js +24 -0
  107. package/mongodb/getAccounts.js.map +1 -0
  108. package/mongodb/index.d.ts +9 -0
  109. package/mongodb/index.js +12 -1
  110. package/mongodb/index.js.map +1 -1
  111. package/package.json +1 -1
  112. package/rdsmysql/endpointPublicAddress.d.ts +182 -0
  113. package/rdsmysql/endpointPublicAddress.js +104 -0
  114. package/rdsmysql/endpointPublicAddress.js.map +1 -0
  115. package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
  116. package/rdsmysql/getEndpointPublicAddress.js +28 -0
  117. package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
  118. package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
  119. package/rdsmysql/getEndpointPublicAddresses.js +24 -0
  120. package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
  121. package/rdsmysql/index.d.ts +9 -0
  122. package/rdsmysql/index.js +12 -1
  123. package/rdsmysql/index.js.map +1 -1
  124. package/rdspostgresql/getInstance.d.ts +8 -0
  125. package/rdspostgresql/getInstance.js.map +1 -1
  126. package/rdspostgresql/instance.d.ts +15 -0
  127. package/rdspostgresql/instance.js +4 -0
  128. package/rdspostgresql/instance.js.map +1 -1
  129. package/transitrouter/getRouteTablePropagation.d.ts +52 -0
  130. package/transitrouter/getRouteTablePropagation.js +28 -0
  131. package/transitrouter/getRouteTablePropagation.js.map +1 -0
  132. package/transitrouter/getRouteTablePropagations.d.ts +22 -0
  133. package/transitrouter/getRouteTablePropagations.js +24 -0
  134. package/transitrouter/getRouteTablePropagations.js.map +1 -0
  135. package/transitrouter/index.d.ts +9 -0
  136. package/transitrouter/index.js +12 -1
  137. package/transitrouter/index.js.map +1 -1
  138. package/transitrouter/routeTablePropagation.d.ts +97 -0
  139. package/transitrouter/routeTablePropagation.js +82 -0
  140. package/transitrouter/routeTablePropagation.js.map +1 -0
  141. package/types/input.d.ts +235 -5
  142. package/types/output.d.ts +493 -13
  143. package/vepfs/fileset.d.ts +202 -0
  144. package/vepfs/fileset.js +106 -0
  145. package/vepfs/fileset.js.map +1 -0
  146. package/vepfs/getFileset.d.ts +41 -0
  147. package/vepfs/getFileset.js +28 -0
  148. package/vepfs/getFileset.js.map +1 -0
  149. package/vepfs/getFilesets.d.ts +22 -0
  150. package/vepfs/getFilesets.js +24 -0
  151. package/vepfs/getFilesets.js.map +1 -0
  152. package/vepfs/index.d.ts +9 -0
  153. package/vepfs/index.js +12 -1
  154. package/vepfs/index.js.map +1 -1
  155. package/vmp/getRuleFile.d.ts +37 -0
  156. package/vmp/getRuleFile.js +28 -0
  157. package/vmp/getRuleFile.js.map +1 -0
  158. package/vmp/getRuleFiles.d.ts +22 -0
  159. package/vmp/getRuleFiles.js +24 -0
  160. package/vmp/getRuleFiles.js.map +1 -0
  161. package/vmp/index.d.ts +9 -0
  162. package/vmp/index.js +12 -1
  163. package/vmp/index.js.map +1 -1
  164. package/vmp/ruleFile.d.ts +172 -0
  165. package/vmp/ruleFile.js +104 -0
  166. package/vmp/ruleFile.js.map +1 -0
package/types/output.d.ts CHANGED
@@ -248,6 +248,20 @@ export declare namespace alb {
248
248
  */
249
249
  weight: number;
250
250
  }
251
+ interface GetLoadBalancerHealthLog {
252
+ /**
253
+ * Whether to enable access log
254
+ */
255
+ enabled: boolean;
256
+ /**
257
+ * TLS project ID bound to access log
258
+ */
259
+ projectId: string;
260
+ /**
261
+ * TLS subject ID bound to access log
262
+ */
263
+ topicId: string;
264
+ }
251
265
  interface GetLoadBalancerIpv6EipBillingConfig {
252
266
  /**
253
267
  * Peak bandwidth of IPv6 EIP, in Mbps.
@@ -272,6 +286,20 @@ export declare namespace alb {
272
286
  */
273
287
  value: string;
274
288
  }
289
+ interface GetLoadBalancerTlsAccessLog {
290
+ /**
291
+ * Whether to enable access log
292
+ */
293
+ enabled: boolean;
294
+ /**
295
+ * TLS project ID bound to access log
296
+ */
297
+ projectId: string;
298
+ /**
299
+ * TLS subject ID bound to access log
300
+ */
301
+ topicId: string;
302
+ }
275
303
  interface GetLoadBalancerZoneMapping {
276
304
  /**
277
305
  * List of IP addresses provided by the load balancer in this availability zone.
@@ -814,6 +842,20 @@ export declare namespace alb {
814
842
  */
815
843
  weight: number;
816
844
  }
845
+ interface LoadBalancerHealthLog {
846
+ /**
847
+ * Whether to enable access log
848
+ */
849
+ enabled: boolean;
850
+ /**
851
+ * TLS project ID bound to access log
852
+ */
853
+ projectId: string;
854
+ /**
855
+ * TLS subject ID bound to access log
856
+ */
857
+ topicId: string;
858
+ }
817
859
  interface LoadBalancerIpv6EipBillingConfig {
818
860
  /**
819
861
  * Peak bandwidth of IPv6 EIP, in Mbps.
@@ -838,6 +880,20 @@ export declare namespace alb {
838
880
  */
839
881
  value: string;
840
882
  }
883
+ interface LoadBalancerTlsAccessLog {
884
+ /**
885
+ * Whether to enable access log
886
+ */
887
+ enabled: boolean;
888
+ /**
889
+ * TLS project ID bound to access log
890
+ */
891
+ projectId: string;
892
+ /**
893
+ * TLS subject ID bound to access log
894
+ */
895
+ topicId: string;
896
+ }
841
897
  interface LoadBalancerZoneMapping {
842
898
  /**
843
899
  * Subnet ID providing services within the availability zone.
@@ -7937,13 +7993,13 @@ export declare namespace clb {
7937
7993
  */
7938
7994
  bucketName: string;
7939
7995
  /**
7940
- * Log delivery type. Available values: tos (default): Deliver logs to object storage service TOS. tls: Deliver logs to log service TLS
7996
+ * Enable access log TOS feature?
7941
7997
  */
7942
- deliveryType: string;
7998
+ enabled: boolean;
7943
7999
  /**
7944
- * Enable access log (Layer 7) delivery to object storage TOS
8000
+ * Enable access log TLS feature?
7945
8001
  */
7946
- enabled: boolean;
8002
+ tlsEnabled: boolean;
7947
8003
  /**
7948
8004
  * Log project
7949
8005
  */
@@ -8109,13 +8165,13 @@ export declare namespace clb {
8109
8165
  */
8110
8166
  bucketName: string;
8111
8167
  /**
8112
- * Log delivery type. Available values: tos (default): Deliver logs to object storage service TOS. tls: Deliver logs to log service TLS
8168
+ * Enable access log TOS feature?
8113
8169
  */
8114
- deliveryType: string;
8170
+ enabled: boolean;
8115
8171
  /**
8116
- * Enable access log (Layer 7) delivery to object storage TOS
8172
+ * Enable access log TLS feature?
8117
8173
  */
8118
- enabled: boolean;
8174
+ tlsEnabled: boolean;
8119
8175
  /**
8120
8176
  * Log project
8121
8177
  */
@@ -9065,25 +9121,25 @@ export declare namespace cloudidentity {
9065
9121
  export declare namespace cloudmonitor {
9066
9122
  interface ContactGroupContact {
9067
9123
  /**
9068
- * 联系人ID
9124
+ * Contact ID
9069
9125
  */
9070
9126
  contactId: string;
9071
9127
  }
9072
9128
  interface GetContactGroupContact {
9073
9129
  /**
9074
- * 联系人ID
9130
+ * Contact ID
9075
9131
  */
9076
9132
  contactId: string;
9077
9133
  /**
9078
- * 联系人邮箱地址。
9134
+ * Contact email address
9079
9135
  */
9080
9136
  email: string;
9081
9137
  /**
9082
- * 联系人名称。
9138
+ * Contact name
9083
9139
  */
9084
9140
  name: string;
9085
9141
  /**
9086
- * 联系人手机号码。
9142
+ * Contact mobile number
9087
9143
  */
9088
9144
  phone: string;
9089
9145
  }
@@ -13684,6 +13740,156 @@ export declare namespace gtm {
13684
13740
  */
13685
13741
  weight: number;
13686
13742
  }
13743
+ interface GetRulePoolSet {
13744
+ /**
13745
+ * Whether the address pool is available. true: address is available. false: address is unavailable.
13746
+ */
13747
+ active: boolean;
13748
+ /**
13749
+ * Minimum number of available addresses required for the address pool collection to be considered available.
13750
+ */
13751
+ activeAddrThr: number;
13752
+ /**
13753
+ * Address pool name.
13754
+ */
13755
+ name: string;
13756
+ /**
13757
+ * Address pool set ID.
13758
+ */
13759
+ poolSetId: string;
13760
+ /**
13761
+ * Address pool list.
13762
+ */
13763
+ pools: outputs.gtm.GetRulePoolSetPool[];
13764
+ }
13765
+ interface GetRulePoolSetPool {
13766
+ /**
13767
+ * Address information under the address pool.
13768
+ */
13769
+ addresses: outputs.gtm.GetRulePoolSetPoolAddress[];
13770
+ /**
13771
+ * The number of unavailable addresses in the address pool.
13772
+ */
13773
+ inactiveAddrCount: number;
13774
+ /**
13775
+ * Address pool name.
13776
+ */
13777
+ name: string;
13778
+ /**
13779
+ * Address pool ID.
13780
+ */
13781
+ poolId: string;
13782
+ /**
13783
+ * Address pool weight.
13784
+ */
13785
+ weight: number;
13786
+ }
13787
+ interface GetRulePoolSetPoolAddress {
13788
+ /**
13789
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
13790
+ */
13791
+ active: boolean;
13792
+ /**
13793
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
13794
+ */
13795
+ capacity: number;
13796
+ /**
13797
+ * This parameter has no practical significance. You can ignore this parameter.
13798
+ */
13799
+ geo: string;
13800
+ /**
13801
+ * Latency (ms) for health check probe accessing the target address.
13802
+ */
13803
+ latency: number;
13804
+ /**
13805
+ * The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
13806
+ */
13807
+ mode: string;
13808
+ /**
13809
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
13810
+ */
13811
+ rectifiedGeos: string[];
13812
+ /**
13813
+ * Address.
13814
+ */
13815
+ value: string;
13816
+ /**
13817
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
13818
+ */
13819
+ weight: number;
13820
+ }
13821
+ interface GetRuleProbe {
13822
+ /**
13823
+ * Recommended number of health check probe points.
13824
+ */
13825
+ advisedNodeCount: number;
13826
+ /**
13827
+ * Whether health checks are disabled. true: disabled. false: not disabled.
13828
+ */
13829
+ disable: boolean;
13830
+ /**
13831
+ * The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
13832
+ */
13833
+ failedCount: number;
13834
+ /**
13835
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13836
+ */
13837
+ host: string;
13838
+ /**
13839
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13840
+ */
13841
+ httpMethod: string;
13842
+ /**
13843
+ * Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside this range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the routing rule, this parameter will not be returned.
13844
+ */
13845
+ httpUsabilityCodes: outputs.gtm.GetRuleProbeHttpUsabilityCode[];
13846
+ /**
13847
+ * The interval between each health check, in seconds.
13848
+ */
13849
+ interval: number;
13850
+ /**
13851
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
13852
+ */
13853
+ isManualNodes: boolean;
13854
+ /**
13855
+ * Health check probe point.
13856
+ */
13857
+ nodes: string[];
13858
+ /**
13859
+ * Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
13860
+ */
13861
+ pingCount: number;
13862
+ /**
13863
+ * Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
13864
+ */
13865
+ pingLossPercent: number;
13866
+ /**
13867
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13868
+ */
13869
+ port: number;
13870
+ /**
13871
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
13872
+ */
13873
+ protocol: string;
13874
+ /**
13875
+ * The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
13876
+ */
13877
+ timeout: number;
13878
+ /**
13879
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13880
+ */
13881
+ url: string;
13882
+ }
13883
+ interface GetRuleProbeHttpUsabilityCode {
13884
+ /**
13885
+ * HTTP status code list.
13886
+ */
13887
+ codes: number[];
13888
+ /**
13889
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
13890
+ */
13891
+ operator: string;
13892
+ }
13687
13893
  interface PoolAddress {
13688
13894
  /**
13689
13895
  * Address capacity
@@ -13706,6 +13912,139 @@ export declare namespace gtm {
13706
13912
  */
13707
13913
  weight: number;
13708
13914
  }
13915
+ interface RulePoolSet {
13916
+ /**
13917
+ * Minimum number of available addresses required for the address pool collection to be considered available.
13918
+ */
13919
+ activeAddrThr: number;
13920
+ /**
13921
+ * Address pool name.
13922
+ */
13923
+ name: string;
13924
+ pools: outputs.gtm.RulePoolSetPool[];
13925
+ }
13926
+ interface RulePoolSetPool {
13927
+ addresses: outputs.gtm.RulePoolSetPoolAddress[];
13928
+ /**
13929
+ * The number of unavailable addresses in the address pool.
13930
+ */
13931
+ inactiveAddrCount: number;
13932
+ /**
13933
+ * Address pool name.
13934
+ */
13935
+ name: string;
13936
+ /**
13937
+ * Address pool ID.
13938
+ */
13939
+ poolId: string;
13940
+ /**
13941
+ * Address pool weight.
13942
+ */
13943
+ weight: number;
13944
+ }
13945
+ interface RulePoolSetPoolAddress {
13946
+ /**
13947
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
13948
+ */
13949
+ active: boolean;
13950
+ /**
13951
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
13952
+ */
13953
+ capacity: number;
13954
+ /**
13955
+ * This parameter has no practical significance. You can ignore this parameter.
13956
+ */
13957
+ geo: string;
13958
+ /**
13959
+ * Latency (ms) for health check probe accessing the target address.
13960
+ */
13961
+ latency: number;
13962
+ /**
13963
+ * The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
13964
+ */
13965
+ mode: string;
13966
+ /**
13967
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
13968
+ */
13969
+ rectifiedGeos: string[];
13970
+ /**
13971
+ * Address.
13972
+ */
13973
+ value: string;
13974
+ /**
13975
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
13976
+ */
13977
+ weight: number;
13978
+ }
13979
+ interface RuleProbe {
13980
+ /**
13981
+ * Recommended number of health check probe points.
13982
+ */
13983
+ advisedNodeCount: number;
13984
+ /**
13985
+ * Whether health checks are disabled. true: disabled. false: not disabled.
13986
+ */
13987
+ disable: boolean;
13988
+ /**
13989
+ * The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
13990
+ */
13991
+ failedCount: number;
13992
+ /**
13993
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13994
+ */
13995
+ host: string;
13996
+ /**
13997
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13998
+ */
13999
+ httpMethod: string;
14000
+ httpUsabilityCodes: outputs.gtm.RuleProbeHttpUsabilityCode[];
14001
+ /**
14002
+ * The interval between each health check, in seconds.
14003
+ */
14004
+ interval: number;
14005
+ /**
14006
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14007
+ */
14008
+ isManualNodes: boolean;
14009
+ /**
14010
+ * Health check probe point.
14011
+ */
14012
+ nodes: string[];
14013
+ /**
14014
+ * Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14015
+ */
14016
+ pingCount: number;
14017
+ /**
14018
+ * Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14019
+ */
14020
+ pingLossPercent: number;
14021
+ /**
14022
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14023
+ */
14024
+ port: number;
14025
+ /**
14026
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14027
+ */
14028
+ protocol: string;
14029
+ /**
14030
+ * The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
14031
+ */
14032
+ timeout: number;
14033
+ /**
14034
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14035
+ */
14036
+ url: string;
14037
+ }
14038
+ interface RuleProbeHttpUsabilityCode {
14039
+ /**
14040
+ * HTTP status code list.
14041
+ */
14042
+ codes: number[];
14043
+ /**
14044
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14045
+ */
14046
+ operator: string;
14047
+ }
13709
14048
  }
13710
14049
  export declare namespace hbase {
13711
14050
  interface GetInstanceEndpoint {
@@ -15265,6 +15604,16 @@ export declare namespace kms {
15265
15604
  }
15266
15605
  }
15267
15606
  export declare namespace mongodb {
15607
+ interface AccountAccountPrivilege {
15608
+ /**
15609
+ * Databases for which the account has permissions.
15610
+ */
15611
+ dbName: string;
15612
+ /**
15613
+ * Permissions the account has in the current database.
15614
+ */
15615
+ roleName: string;
15616
+ }
15268
15617
  interface AllowListAssociatedInstance {
15269
15618
  /**
15270
15619
  * Instance ID bound to the current allowlist.
@@ -15283,6 +15632,16 @@ export declare namespace mongodb {
15283
15632
  */
15284
15633
  vpc: string;
15285
15634
  }
15635
+ interface GetAccountAccountPrivilege {
15636
+ /**
15637
+ * Databases for which the account has permissions.
15638
+ */
15639
+ dbName: string;
15640
+ /**
15641
+ * Permissions the account has in the current database.
15642
+ */
15643
+ roleName: string;
15644
+ }
15286
15645
  interface GetAllowListAssociatedInstance {
15287
15646
  /**
15288
15647
  * Instance ID bound to the current allowlist.
@@ -18790,6 +19149,68 @@ export declare namespace rdspostgresql {
18790
19149
  */
18791
19150
  zoneId: string;
18792
19151
  }
19152
+ interface GetInstanceReplicationSlot {
19153
+ /**
19154
+ * Database associated with the slot
19155
+ */
19156
+ database: string;
19157
+ /**
19158
+ * Connected client IP address
19159
+ */
19160
+ ipAddress: string;
19161
+ /**
19162
+ * Plugin used by the slot
19163
+ */
19164
+ plugin: string;
19165
+ /**
19166
+ * Slot name
19167
+ */
19168
+ slotName: string;
19169
+ /**
19170
+ * Slot status
19171
+ */
19172
+ slotStatus: string;
19173
+ /**
19174
+ * Slot type
19175
+ */
19176
+ slotType: string;
19177
+ /**
19178
+ * Whether it is a temporary slot
19179
+ */
19180
+ temporary: boolean;
19181
+ /**
19182
+ * WAL delay size
19183
+ */
19184
+ walDelay: number;
19185
+ }
19186
+ interface GetInstanceRestoreToExistedInstance {
19187
+ /**
19188
+ * Backup set ID
19189
+ */
19190
+ backupId: string;
19191
+ /**
19192
+ * List of databases to restore
19193
+ */
19194
+ databases: outputs.rdspostgresql.GetInstanceRestoreToExistedInstanceDatabase[];
19195
+ /**
19196
+ * Source instance ID
19197
+ */
19198
+ sourceDbInstanceId: string;
19199
+ /**
19200
+ * Database account for the target instance
19201
+ */
19202
+ targetDbInstanceAccount: string;
19203
+ }
19204
+ interface GetInstanceRestoreToExistedInstanceDatabase {
19205
+ /**
19206
+ * Source database name
19207
+ */
19208
+ dbName: string;
19209
+ /**
19210
+ * Name of the new database after restoration
19211
+ */
19212
+ newDbName: string;
19213
+ }
18793
19214
  interface GetInstanceTag {
18794
19215
  /**
18795
19216
  * Tag key
@@ -19052,6 +19473,65 @@ export declare namespace rdspostgresql {
19052
19473
  */
19053
19474
  zoneId: string;
19054
19475
  }
19476
+ interface InstanceReplicationSlot {
19477
+ /**
19478
+ * Database associated with the slot
19479
+ */
19480
+ database: string;
19481
+ /**
19482
+ * Connected client IP address
19483
+ */
19484
+ ipAddress: string;
19485
+ /**
19486
+ * Plugin used by the slot
19487
+ */
19488
+ plugin: string;
19489
+ /**
19490
+ * Slot name
19491
+ */
19492
+ slotName: string;
19493
+ /**
19494
+ * Slot status
19495
+ */
19496
+ slotStatus: string;
19497
+ /**
19498
+ * Slot type
19499
+ */
19500
+ slotType: string;
19501
+ /**
19502
+ * Whether it is a temporary slot
19503
+ */
19504
+ temporary: boolean;
19505
+ /**
19506
+ * WAL delay size
19507
+ */
19508
+ walDelay: number;
19509
+ }
19510
+ interface InstanceRestoreToExistedInstance {
19511
+ /**
19512
+ * Backup set ID
19513
+ */
19514
+ backupId: string;
19515
+ databases: outputs.rdspostgresql.InstanceRestoreToExistedInstanceDatabase[];
19516
+ /**
19517
+ * Source instance ID
19518
+ */
19519
+ sourceDbInstanceId: string;
19520
+ /**
19521
+ * Database account for the target instance
19522
+ */
19523
+ targetDbInstanceAccount: string;
19524
+ }
19525
+ interface InstanceRestoreToExistedInstanceDatabase {
19526
+ /**
19527
+ * Source database name
19528
+ */
19529
+ dbName: string;
19530
+ /**
19531
+ * Name of the new database after restoration
19532
+ */
19533
+ newDbName: string;
19534
+ }
19055
19535
  interface InstanceTag {
19056
19536
  /**
19057
19537
  * Tag key