@volcengine/pulumi-volcenginecc 0.0.41 → 0.0.43

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 (254) hide show
  1. package/directconnect/bgpPeer.d.ts +189 -0
  2. package/directconnect/bgpPeer.js +104 -0
  3. package/directconnect/bgpPeer.js.map +1 -0
  4. package/directconnect/getBgpPeer.d.ts +88 -0
  5. package/directconnect/getBgpPeer.js +28 -0
  6. package/directconnect/getBgpPeer.js.map +1 -0
  7. package/directconnect/getBgpPeers.d.ts +22 -0
  8. package/directconnect/getBgpPeers.js +24 -0
  9. package/directconnect/getBgpPeers.js.map +1 -0
  10. package/directconnect/index.d.ts +9 -0
  11. package/directconnect/index.js +12 -1
  12. package/directconnect/index.js.map +1 -1
  13. package/dns/backup.d.ts +90 -0
  14. package/dns/backup.js +76 -0
  15. package/dns/backup.js.map +1 -0
  16. package/dns/getBackup.d.ts +52 -0
  17. package/dns/getBackup.js +28 -0
  18. package/dns/getBackup.js.map +1 -0
  19. package/dns/getBackups.d.ts +22 -0
  20. package/dns/getBackups.js +24 -0
  21. package/dns/getBackups.js.map +1 -0
  22. package/dns/getRecord.d.ts +104 -0
  23. package/dns/getRecord.js +28 -0
  24. package/dns/getRecord.js.map +1 -0
  25. package/dns/getRecords.d.ts +22 -0
  26. package/dns/getRecords.js +24 -0
  27. package/dns/getRecords.js.map +1 -0
  28. package/dns/index.d.ts +18 -0
  29. package/dns/index.js +23 -1
  30. package/dns/index.js.map +1 -1
  31. package/dns/record.d.ts +236 -0
  32. package/dns/record.js +121 -0
  33. package/dns/record.js.map +1 -0
  34. package/gtm/getGtm.d.ts +100 -0
  35. package/gtm/getGtm.js +28 -0
  36. package/gtm/getGtm.js.map +1 -0
  37. package/gtm/getGtms.d.ts +22 -0
  38. package/gtm/getGtms.js +24 -0
  39. package/gtm/getGtms.js.map +1 -0
  40. package/gtm/getRouting.d.ts +48 -0
  41. package/gtm/getRouting.js +28 -0
  42. package/gtm/getRouting.js.map +1 -0
  43. package/gtm/getRoutings.d.ts +22 -0
  44. package/gtm/getRoutings.js +24 -0
  45. package/gtm/getRoutings.js.map +1 -0
  46. package/gtm/getRule.d.ts +105 -0
  47. package/gtm/getRule.js +28 -0
  48. package/gtm/getRule.js.map +1 -0
  49. package/gtm/getRules.d.ts +22 -0
  50. package/gtm/getRules.js +24 -0
  51. package/gtm/getRules.js.map +1 -0
  52. package/gtm/gtm.d.ts +228 -0
  53. package/gtm/gtm.js +113 -0
  54. package/gtm/gtm.js.map +1 -0
  55. package/gtm/index.d.ts +27 -0
  56. package/gtm/index.js +34 -1
  57. package/gtm/index.js.map +1 -1
  58. package/gtm/routing.d.ts +89 -0
  59. package/gtm/routing.js +74 -0
  60. package/gtm/routing.js.map +1 -0
  61. package/gtm/rule.d.ts +226 -0
  62. package/gtm/rule.js +99 -0
  63. package/gtm/rule.js.map +1 -0
  64. package/iam/allowedIpAddress.d.ts +107 -0
  65. package/iam/allowedIpAddress.js +95 -0
  66. package/iam/allowedIpAddress.js.map +1 -0
  67. package/iam/getAllowedIpAddress.d.ts +53 -0
  68. package/iam/getAllowedIpAddress.js +28 -0
  69. package/iam/getAllowedIpAddress.js.map +1 -0
  70. package/iam/getAllowedIpAddresses.d.ts +22 -0
  71. package/iam/getAllowedIpAddresses.js +24 -0
  72. package/iam/getAllowedIpAddresses.js.map +1 -0
  73. package/iam/getOauthProvider.d.ts +44 -0
  74. package/iam/getOauthProvider.js +28 -0
  75. package/iam/getOauthProvider.js.map +1 -0
  76. package/iam/getOauthProviders.d.ts +22 -0
  77. package/iam/getOauthProviders.js +24 -0
  78. package/iam/getOauthProviders.js.map +1 -0
  79. package/iam/index.d.ts +18 -0
  80. package/iam/index.js +23 -1
  81. package/iam/index.js.map +1 -1
  82. package/iam/oauthProvider.d.ts +256 -0
  83. package/iam/oauthProvider.js +143 -0
  84. package/iam/oauthProvider.js.map +1 -0
  85. package/kafka/getUser.d.ts +34 -0
  86. package/kafka/getUser.js +28 -0
  87. package/kafka/getUser.js.map +1 -0
  88. package/kafka/getUsers.d.ts +22 -0
  89. package/kafka/getUsers.js +24 -0
  90. package/kafka/getUsers.js.map +1 -0
  91. package/kafka/index.d.ts +9 -0
  92. package/kafka/index.js +12 -1
  93. package/kafka/index.js.map +1 -1
  94. package/kafka/user.d.ts +155 -0
  95. package/kafka/user.js +97 -0
  96. package/kafka/user.js.map +1 -0
  97. package/mongodb/account.d.ts +146 -0
  98. package/mongodb/account.js +82 -0
  99. package/mongodb/account.js.map +1 -0
  100. package/mongodb/endpoint.d.ts +175 -0
  101. package/mongodb/endpoint.js +97 -0
  102. package/mongodb/endpoint.js.map +1 -0
  103. package/mongodb/getAccount.d.ts +77 -0
  104. package/mongodb/getAccount.js +28 -0
  105. package/mongodb/getAccount.js.map +1 -0
  106. package/mongodb/getAccounts.d.ts +22 -0
  107. package/mongodb/getAccounts.js +24 -0
  108. package/mongodb/getAccounts.js.map +1 -0
  109. package/mongodb/getEndpoint.d.ts +39 -0
  110. package/mongodb/getEndpoint.js +28 -0
  111. package/mongodb/getEndpoint.js.map +1 -0
  112. package/mongodb/getEndpoints.d.ts +22 -0
  113. package/mongodb/getEndpoints.js +24 -0
  114. package/mongodb/getEndpoints.js.map +1 -0
  115. package/mongodb/index.d.ts +18 -0
  116. package/mongodb/index.js +23 -1
  117. package/mongodb/index.js.map +1 -1
  118. package/package.json +1 -1
  119. package/privatelink/gatewayEndpoint.d.ts +182 -0
  120. package/privatelink/gatewayEndpoint.js +106 -0
  121. package/privatelink/gatewayEndpoint.js.map +1 -0
  122. package/privatelink/getGatewayEndpoint.d.ts +85 -0
  123. package/privatelink/getGatewayEndpoint.js +28 -0
  124. package/privatelink/getGatewayEndpoint.js.map +1 -0
  125. package/privatelink/getGatewayEndpoints.d.ts +22 -0
  126. package/privatelink/getGatewayEndpoints.js +24 -0
  127. package/privatelink/getGatewayEndpoints.js.map +1 -0
  128. package/privatelink/index.d.ts +9 -0
  129. package/privatelink/index.js +12 -1
  130. package/privatelink/index.js.map +1 -1
  131. package/rdsmssql/backup.d.ts +148 -0
  132. package/rdsmssql/backup.js +85 -0
  133. package/rdsmssql/backup.js.map +1 -0
  134. package/rdsmssql/getBackup.d.ts +89 -0
  135. package/rdsmssql/getBackup.js +28 -0
  136. package/rdsmssql/getBackup.js.map +1 -0
  137. package/rdsmssql/getBackups.d.ts +22 -0
  138. package/rdsmssql/getBackups.js +24 -0
  139. package/rdsmssql/getBackups.js.map +1 -0
  140. package/rdsmssql/index.d.ts +9 -0
  141. package/rdsmssql/index.js +12 -1
  142. package/rdsmssql/index.js.map +1 -1
  143. package/rdsmysql/endpointPublicAddress.d.ts +182 -0
  144. package/rdsmysql/endpointPublicAddress.js +104 -0
  145. package/rdsmysql/endpointPublicAddress.js.map +1 -0
  146. package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
  147. package/rdsmysql/getEndpointPublicAddress.js +28 -0
  148. package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
  149. package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
  150. package/rdsmysql/getEndpointPublicAddresses.js +24 -0
  151. package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
  152. package/rdsmysql/index.d.ts +9 -0
  153. package/rdsmysql/index.js +12 -1
  154. package/rdsmysql/index.js.map +1 -1
  155. package/rdspostgresql/allowList.d.ts +24 -0
  156. package/rdspostgresql/allowList.js +4 -0
  157. package/rdspostgresql/allowList.js.map +1 -1
  158. package/rdspostgresql/getAllowList.d.ts +8 -0
  159. package/rdspostgresql/getAllowList.js.map +1 -1
  160. package/rdspostgresql/getInstanceSsl.d.ts +68 -0
  161. package/rdspostgresql/getInstanceSsl.js +28 -0
  162. package/rdspostgresql/getInstanceSsl.js.map +1 -0
  163. package/rdspostgresql/getInstanceSsls.d.ts +22 -0
  164. package/rdspostgresql/getInstanceSsls.js +24 -0
  165. package/rdspostgresql/getInstanceSsls.js.map +1 -0
  166. package/rdspostgresql/index.d.ts +9 -0
  167. package/rdspostgresql/index.js +12 -1
  168. package/rdspostgresql/index.js.map +1 -1
  169. package/rdspostgresql/instanceSsl.d.ts +134 -0
  170. package/rdspostgresql/instanceSsl.js +88 -0
  171. package/rdspostgresql/instanceSsl.js.map +1 -0
  172. package/redis/allowList.d.ts +2 -2
  173. package/redis/allowList.js +3 -0
  174. package/redis/allowList.js.map +1 -1
  175. package/storageebs/getSnapshotPolicies.d.ts +22 -0
  176. package/storageebs/getSnapshotPolicies.js +24 -0
  177. package/storageebs/getSnapshotPolicies.js.map +1 -0
  178. package/storageebs/getSnapshotPolicy.d.ts +93 -0
  179. package/storageebs/getSnapshotPolicy.js +28 -0
  180. package/storageebs/getSnapshotPolicy.js.map +1 -0
  181. package/storageebs/index.d.ts +9 -0
  182. package/storageebs/index.js +12 -1
  183. package/storageebs/index.js.map +1 -1
  184. package/storageebs/snapshotPolicy.d.ts +215 -0
  185. package/storageebs/snapshotPolicy.js +122 -0
  186. package/storageebs/snapshotPolicy.js.map +1 -0
  187. package/tos/bucketAccessMonitor.d.ts +74 -0
  188. package/tos/bucketAccessMonitor.js +72 -0
  189. package/tos/bucketAccessMonitor.js.map +1 -0
  190. package/tos/getBucketAccessMonitor.d.ts +44 -0
  191. package/tos/getBucketAccessMonitor.js +28 -0
  192. package/tos/getBucketAccessMonitor.js.map +1 -0
  193. package/tos/getBucketAccessMonitors.d.ts +22 -0
  194. package/tos/getBucketAccessMonitors.js +24 -0
  195. package/tos/getBucketAccessMonitors.js.map +1 -0
  196. package/tos/index.d.ts +9 -0
  197. package/tos/index.js +12 -1
  198. package/tos/index.js.map +1 -1
  199. package/transitrouter/directConnectGatewayAttachment.d.ts +180 -0
  200. package/transitrouter/directConnectGatewayAttachment.js +106 -0
  201. package/transitrouter/directConnectGatewayAttachment.js.map +1 -0
  202. package/transitrouter/getDirectConnectGatewayAttachment.d.ts +89 -0
  203. package/transitrouter/getDirectConnectGatewayAttachment.js +28 -0
  204. package/transitrouter/getDirectConnectGatewayAttachment.js.map +1 -0
  205. package/transitrouter/getDirectConnectGatewayAttachments.d.ts +22 -0
  206. package/transitrouter/getDirectConnectGatewayAttachments.js +24 -0
  207. package/transitrouter/getDirectConnectGatewayAttachments.js.map +1 -0
  208. package/transitrouter/getTransitRouterBandwidthPackage.d.ts +141 -0
  209. package/transitrouter/getTransitRouterBandwidthPackage.js +28 -0
  210. package/transitrouter/getTransitRouterBandwidthPackage.js.map +1 -0
  211. package/transitrouter/getTransitRouterBandwidthPackages.d.ts +22 -0
  212. package/transitrouter/getTransitRouterBandwidthPackages.js +24 -0
  213. package/transitrouter/getTransitRouterBandwidthPackages.js.map +1 -0
  214. package/transitrouter/getTransitRouterRouteTableAssociation.d.ts +48 -0
  215. package/transitrouter/getTransitRouterRouteTableAssociation.js +28 -0
  216. package/transitrouter/getTransitRouterRouteTableAssociation.js.map +1 -0
  217. package/transitrouter/getTransitRouterRouteTableAssociations.d.ts +22 -0
  218. package/transitrouter/getTransitRouterRouteTableAssociations.js +24 -0
  219. package/transitrouter/getTransitRouterRouteTableAssociations.js.map +1 -0
  220. package/transitrouter/index.d.ts +27 -0
  221. package/transitrouter/index.js +34 -1
  222. package/transitrouter/index.js.map +1 -1
  223. package/transitrouter/transitRouterBandwidthPackage.d.ts +320 -0
  224. package/transitrouter/transitRouterBandwidthPackage.js +138 -0
  225. package/transitrouter/transitRouterBandwidthPackage.js.map +1 -0
  226. package/transitrouter/transitRouterRouteTableAssociation.d.ts +89 -0
  227. package/transitrouter/transitRouterRouteTableAssociation.js +80 -0
  228. package/transitrouter/transitRouterRouteTableAssociation.js.map +1 -0
  229. package/types/input.d.ts +310 -0
  230. package/types/output.d.ts +641 -0
  231. package/vepfs/fileset.d.ts +202 -0
  232. package/vepfs/fileset.js +106 -0
  233. package/vepfs/fileset.js.map +1 -0
  234. package/vepfs/getFileset.d.ts +41 -0
  235. package/vepfs/getFileset.js +28 -0
  236. package/vepfs/getFileset.js.map +1 -0
  237. package/vepfs/getFilesets.d.ts +22 -0
  238. package/vepfs/getFilesets.js +24 -0
  239. package/vepfs/getFilesets.js.map +1 -0
  240. package/vepfs/index.d.ts +9 -0
  241. package/vepfs/index.js +12 -1
  242. package/vepfs/index.js.map +1 -1
  243. package/vmp/getRuleFile.d.ts +37 -0
  244. package/vmp/getRuleFile.js +28 -0
  245. package/vmp/getRuleFile.js.map +1 -0
  246. package/vmp/getRuleFiles.d.ts +22 -0
  247. package/vmp/getRuleFiles.js +24 -0
  248. package/vmp/getRuleFiles.js.map +1 -0
  249. package/vmp/index.d.ts +9 -0
  250. package/vmp/index.js +12 -1
  251. package/vmp/index.js.map +1 -1
  252. package/vmp/ruleFile.d.ts +172 -0
  253. package/vmp/ruleFile.js +104 -0
  254. package/vmp/ruleFile.js.map +1 -0
@@ -0,0 +1,89 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Forwarding association of the transit router route table.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
10
+ *
11
+ * const transitRouterRouteTableAssociationDemo = new volcenginecc.transitrouter.TransitRouterRouteTableAssociation("TransitRouterRouteTableAssociationDemo", {
12
+ * transitRouterAttachmentId: "tr-attach-mjoxz9mx5ji85***",
13
+ * transitRouterRouteTableId: "tr-rtb-mjoxx4ofrt345sm****",
14
+ * });
15
+ * ```
16
+ *
17
+ * ## Import
18
+ *
19
+ * ```sh
20
+ * $ pulumi import volcenginecc:transitrouter/transitRouterRouteTableAssociation:TransitRouterRouteTableAssociation example "transit_router_route_table_id|transit_router_attachment_id"
21
+ * ```
22
+ */
23
+ export declare class TransitRouterRouteTableAssociation extends pulumi.CustomResource {
24
+ /**
25
+ * Get an existing TransitRouterRouteTableAssociation resource's state with the given name, ID, and optional extra
26
+ * properties used to qualify the lookup.
27
+ *
28
+ * @param name The _unique_ name of the resulting resource.
29
+ * @param id The _unique_ provider ID of the resource to lookup.
30
+ * @param state Any extra arguments used during the lookup.
31
+ * @param opts Optional settings to control the behavior of the CustomResource.
32
+ */
33
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TransitRouterRouteTableAssociationState, opts?: pulumi.CustomResourceOptions): TransitRouterRouteTableAssociation;
34
+ /**
35
+ * Returns true if the given object is an instance of TransitRouterRouteTableAssociation. This is designed to work even
36
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
37
+ */
38
+ static isInstance(obj: any): obj is TransitRouterRouteTableAssociation;
39
+ /**
40
+ * Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
41
+ */
42
+ readonly status: pulumi.Output<string>;
43
+ /**
44
+ * ID of the network instance connection.
45
+ */
46
+ readonly transitRouterAttachmentId: pulumi.Output<string>;
47
+ /**
48
+ * ID of the route table associated with the transit router instance.
49
+ */
50
+ readonly transitRouterRouteTableId: pulumi.Output<string>;
51
+ /**
52
+ * Create a TransitRouterRouteTableAssociation resource with the given unique name, arguments, and options.
53
+ *
54
+ * @param name The _unique_ name of the resource.
55
+ * @param args The arguments to use to populate this resource's properties.
56
+ * @param opts A bag of options that control this resource's behavior.
57
+ */
58
+ constructor(name: string, args: TransitRouterRouteTableAssociationArgs, opts?: pulumi.CustomResourceOptions);
59
+ }
60
+ /**
61
+ * Input properties used for looking up and filtering TransitRouterRouteTableAssociation resources.
62
+ */
63
+ export interface TransitRouterRouteTableAssociationState {
64
+ /**
65
+ * Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
66
+ */
67
+ status?: pulumi.Input<string>;
68
+ /**
69
+ * ID of the network instance connection.
70
+ */
71
+ transitRouterAttachmentId?: pulumi.Input<string>;
72
+ /**
73
+ * ID of the route table associated with the transit router instance.
74
+ */
75
+ transitRouterRouteTableId?: pulumi.Input<string>;
76
+ }
77
+ /**
78
+ * The set of arguments for constructing a TransitRouterRouteTableAssociation resource.
79
+ */
80
+ export interface TransitRouterRouteTableAssociationArgs {
81
+ /**
82
+ * ID of the network instance connection.
83
+ */
84
+ transitRouterAttachmentId: pulumi.Input<string>;
85
+ /**
86
+ * ID of the route table associated with the transit router instance.
87
+ */
88
+ transitRouterRouteTableId: pulumi.Input<string>;
89
+ }
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.TransitRouterRouteTableAssociation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Forwarding association of the transit router route table.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
16
+ *
17
+ * const transitRouterRouteTableAssociationDemo = new volcenginecc.transitrouter.TransitRouterRouteTableAssociation("TransitRouterRouteTableAssociationDemo", {
18
+ * transitRouterAttachmentId: "tr-attach-mjoxz9mx5ji85***",
19
+ * transitRouterRouteTableId: "tr-rtb-mjoxx4ofrt345sm****",
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * ```sh
26
+ * $ pulumi import volcenginecc:transitrouter/transitRouterRouteTableAssociation:TransitRouterRouteTableAssociation example "transit_router_route_table_id|transit_router_attachment_id"
27
+ * ```
28
+ */
29
+ class TransitRouterRouteTableAssociation extends pulumi.CustomResource {
30
+ /**
31
+ * Get an existing TransitRouterRouteTableAssociation resource's state with the given name, ID, and optional extra
32
+ * properties used to qualify the lookup.
33
+ *
34
+ * @param name The _unique_ name of the resulting resource.
35
+ * @param id The _unique_ provider ID of the resource to lookup.
36
+ * @param state Any extra arguments used during the lookup.
37
+ * @param opts Optional settings to control the behavior of the CustomResource.
38
+ */
39
+ static get(name, id, state, opts) {
40
+ return new TransitRouterRouteTableAssociation(name, state, Object.assign(Object.assign({}, opts), { id: id }));
41
+ }
42
+ /**
43
+ * Returns true if the given object is an instance of TransitRouterRouteTableAssociation. This is designed to work even
44
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
45
+ */
46
+ static isInstance(obj) {
47
+ if (obj === undefined || obj === null) {
48
+ return false;
49
+ }
50
+ return obj['__pulumiType'] === TransitRouterRouteTableAssociation.__pulumiType;
51
+ }
52
+ constructor(name, argsOrState, opts) {
53
+ let resourceInputs = {};
54
+ opts = opts || {};
55
+ if (opts.id) {
56
+ const state = argsOrState;
57
+ resourceInputs["status"] = state ? state.status : undefined;
58
+ resourceInputs["transitRouterAttachmentId"] = state ? state.transitRouterAttachmentId : undefined;
59
+ resourceInputs["transitRouterRouteTableId"] = state ? state.transitRouterRouteTableId : undefined;
60
+ }
61
+ else {
62
+ const args = argsOrState;
63
+ if ((!args || args.transitRouterAttachmentId === undefined) && !opts.urn) {
64
+ throw new Error("Missing required property 'transitRouterAttachmentId'");
65
+ }
66
+ if ((!args || args.transitRouterRouteTableId === undefined) && !opts.urn) {
67
+ throw new Error("Missing required property 'transitRouterRouteTableId'");
68
+ }
69
+ resourceInputs["transitRouterAttachmentId"] = args ? args.transitRouterAttachmentId : undefined;
70
+ resourceInputs["transitRouterRouteTableId"] = args ? args.transitRouterRouteTableId : undefined;
71
+ resourceInputs["status"] = undefined /*out*/;
72
+ }
73
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
74
+ super(TransitRouterRouteTableAssociation.__pulumiType, name, resourceInputs, opts);
75
+ }
76
+ }
77
+ exports.TransitRouterRouteTableAssociation = TransitRouterRouteTableAssociation;
78
+ /** @internal */
79
+ TransitRouterRouteTableAssociation.__pulumiType = 'volcenginecc:transitrouter/transitRouterRouteTableAssociation:TransitRouterRouteTableAssociation';
80
+ //# sourceMappingURL=transitRouterRouteTableAssociation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transitRouterRouteTableAssociation.js","sourceRoot":"","sources":["../../transitrouter/transitRouterRouteTableAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,kCAAmC,SAAQ,MAAM,CAAC,cAAc;IACzE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+C,EAAE,IAAmC;QAC7I,OAAO,IAAI,kCAAkC,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kCAAkC,CAAC,YAAY,CAAC;IACnF,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA8F,EAAE,IAAmC;QACzJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkE,CAAC;YACjF,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;SACrG;aAAM;YACH,MAAM,IAAI,GAAG,WAAiE,CAAC;YAC/E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,yBAAyB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtE,MAAM,IAAI,KAAK,CAAC,uDAAuD,CAAC,CAAC;aAC5E;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,yBAAyB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtE,MAAM,IAAI,KAAK,CAAC,uDAAuD,CAAC,CAAC;aAC5E;YACD,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kCAAkC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvF,CAAC;;AAvEL,gFAwEC;AA1DG,gBAAgB;AACO,+CAAY,GAAG,kGAAkG,CAAC"}
package/types/input.d.ts CHANGED
@@ -6897,6 +6897,139 @@ export declare namespace gtm {
6897
6897
  */
6898
6898
  weight?: pulumi.Input<number>;
6899
6899
  }
6900
+ interface RulePoolSet {
6901
+ /**
6902
+ * Minimum number of available addresses required for the address pool collection to be considered available.
6903
+ */
6904
+ activeAddrThr?: pulumi.Input<number>;
6905
+ /**
6906
+ * Address pool name.
6907
+ */
6908
+ name?: pulumi.Input<string>;
6909
+ pools?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPool>[]>;
6910
+ }
6911
+ interface RulePoolSetPool {
6912
+ addresses?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPoolAddress>[]>;
6913
+ /**
6914
+ * The number of unavailable addresses in the address pool.
6915
+ */
6916
+ inactiveAddrCount?: pulumi.Input<number>;
6917
+ /**
6918
+ * Address pool name.
6919
+ */
6920
+ name?: pulumi.Input<string>;
6921
+ /**
6922
+ * Address pool ID.
6923
+ */
6924
+ poolId?: pulumi.Input<string>;
6925
+ /**
6926
+ * Address pool weight.
6927
+ */
6928
+ weight?: pulumi.Input<number>;
6929
+ }
6930
+ interface RulePoolSetPoolAddress {
6931
+ /**
6932
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
6933
+ */
6934
+ active?: pulumi.Input<boolean>;
6935
+ /**
6936
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
6937
+ */
6938
+ capacity?: pulumi.Input<number>;
6939
+ /**
6940
+ * This parameter has no practical significance. You can ignore this parameter.
6941
+ */
6942
+ geo?: pulumi.Input<string>;
6943
+ /**
6944
+ * Latency (ms) for health check probe accessing the target address.
6945
+ */
6946
+ latency?: pulumi.Input<number>;
6947
+ /**
6948
+ * 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.
6949
+ */
6950
+ mode?: pulumi.Input<string>;
6951
+ /**
6952
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
6953
+ */
6954
+ rectifiedGeos?: pulumi.Input<pulumi.Input<string>[]>;
6955
+ /**
6956
+ * Address.
6957
+ */
6958
+ value?: pulumi.Input<string>;
6959
+ /**
6960
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
6961
+ */
6962
+ weight?: pulumi.Input<number>;
6963
+ }
6964
+ interface RuleProbe {
6965
+ /**
6966
+ * Recommended number of health check probe points.
6967
+ */
6968
+ advisedNodeCount?: pulumi.Input<number>;
6969
+ /**
6970
+ * Whether health checks are disabled. true: disabled. false: not disabled.
6971
+ */
6972
+ disable?: pulumi.Input<boolean>;
6973
+ /**
6974
+ * 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.
6975
+ */
6976
+ failedCount?: pulumi.Input<number>;
6977
+ /**
6978
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6979
+ */
6980
+ host?: pulumi.Input<string>;
6981
+ /**
6982
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6983
+ */
6984
+ httpMethod?: pulumi.Input<string>;
6985
+ httpUsabilityCodes?: pulumi.Input<pulumi.Input<inputs.gtm.RuleProbeHttpUsabilityCode>[]>;
6986
+ /**
6987
+ * The interval between each health check, in seconds.
6988
+ */
6989
+ interval?: pulumi.Input<number>;
6990
+ /**
6991
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
6992
+ */
6993
+ isManualNodes?: pulumi.Input<boolean>;
6994
+ /**
6995
+ * Health check probe point.
6996
+ */
6997
+ nodes?: pulumi.Input<pulumi.Input<string>[]>;
6998
+ /**
6999
+ * 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.
7000
+ */
7001
+ pingCount?: pulumi.Input<number>;
7002
+ /**
7003
+ * 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.
7004
+ */
7005
+ pingLossPercent?: pulumi.Input<number>;
7006
+ /**
7007
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
7008
+ */
7009
+ port?: pulumi.Input<number>;
7010
+ /**
7011
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
7012
+ */
7013
+ protocol?: pulumi.Input<string>;
7014
+ /**
7015
+ * 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.
7016
+ */
7017
+ timeout?: pulumi.Input<number>;
7018
+ /**
7019
+ * 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.
7020
+ */
7021
+ url?: pulumi.Input<string>;
7022
+ }
7023
+ interface RuleProbeHttpUsabilityCode {
7024
+ /**
7025
+ * HTTP status code list.
7026
+ */
7027
+ codes?: pulumi.Input<pulumi.Input<number>[]>;
7028
+ /**
7029
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
7030
+ */
7031
+ operator?: pulumi.Input<string>;
7032
+ }
6900
7033
  }
6901
7034
  export declare namespace hbase {
6902
7035
  interface InstanceEndpoint {
@@ -6937,6 +7070,16 @@ export declare namespace hbase {
6937
7070
  }
6938
7071
  }
6939
7072
  export declare namespace iam {
7073
+ interface AllowedIpAddressIpList {
7074
+ /**
7075
+ * Description
7076
+ */
7077
+ description: pulumi.Input<string>;
7078
+ /**
7079
+ * IP address
7080
+ */
7081
+ ip: pulumi.Input<string>;
7082
+ }
6940
7083
  interface GroupAttachedPolicy {
6941
7084
  /**
6942
7085
  * Policy name.
@@ -7594,6 +7737,16 @@ export declare namespace kms {
7594
7737
  }
7595
7738
  }
7596
7739
  export declare namespace mongodb {
7740
+ interface AccountAccountPrivilege {
7741
+ /**
7742
+ * Databases for which the account has permissions.
7743
+ */
7744
+ dbName?: pulumi.Input<string>;
7745
+ /**
7746
+ * Permissions the account has in the current database.
7747
+ */
7748
+ roleName?: pulumi.Input<string>;
7749
+ }
7597
7750
  interface AllowListAssociatedInstance {
7598
7751
  /**
7599
7752
  * Instance ID bound to the current allowlist.
@@ -7612,6 +7765,49 @@ export declare namespace mongodb {
7612
7765
  */
7613
7766
  vpc?: pulumi.Input<string>;
7614
7767
  }
7768
+ interface EndpointDbAddress {
7769
+ /**
7770
+ * Domain name of the connection address
7771
+ */
7772
+ addressDomain?: pulumi.Input<string>;
7773
+ /**
7774
+ * IP corresponding to the connection address
7775
+ */
7776
+ addressIp?: pulumi.Input<string>;
7777
+ /**
7778
+ * Port number of the connection address
7779
+ */
7780
+ addressPort?: pulumi.Input<string>;
7781
+ /**
7782
+ * Connection address type of the node. Possible values:
7783
+ *
7784
+ * Primary: Primary node connection address
7785
+ * Secondary: Secondary node connection address
7786
+ * Hidden: Hidden node connection address
7787
+ * ReadOnly: Read-only node connection address
7788
+ *
7789
+ *
7790
+ * **Note:**
7791
+ * Hidden node connection address information is returned only when the connection address type is a private connection address (that is, when `NetworkType` is set to `Private`).
7792
+ */
7793
+ addressType?: pulumi.Input<string>;
7794
+ /**
7795
+ * EIP ID bound to the instance's public address
7796
+ *
7797
+ *
7798
+ * **Note:**
7799
+ * This parameter is returned only when the connection address type is a public connection address (that is, when `NetworkType` is set to `Public`).
7800
+ */
7801
+ eipId?: pulumi.Input<string>;
7802
+ /**
7803
+ * Node ID associated with the connection address
7804
+ */
7805
+ nodeId?: pulumi.Input<string>;
7806
+ /**
7807
+ * AZ of the node; all nodes are consistent for single-AZ instances, while nodes differ for multi-AZ instances
7808
+ */
7809
+ zoneId?: pulumi.Input<string>;
7810
+ }
7615
7811
  interface InstanceConfigServer {
7616
7812
  /**
7617
7813
  * ConfigServer node ID
@@ -7989,6 +8185,16 @@ export declare namespace privatelink {
7989
8185
  */
7990
8186
  value?: pulumi.Input<string>;
7991
8187
  }
8188
+ interface GatewayEndpointTag {
8189
+ /**
8190
+ * Tag key of the endpoint tag
8191
+ */
8192
+ key?: pulumi.Input<string>;
8193
+ /**
8194
+ * Tag value of the endpoint tag
8195
+ */
8196
+ value?: pulumi.Input<string>;
8197
+ }
7992
8198
  interface VpcEndpointConnectionResourcesAllocate {
7993
8199
  /**
7994
8200
  * Specify the service resource for the endpoint connection
@@ -8347,6 +8553,58 @@ export declare namespace rdsmssql {
8347
8553
  */
8348
8554
  vpc?: pulumi.Input<string>;
8349
8555
  }
8556
+ interface BackupBackupDatabaseDetail {
8557
+ /**
8558
+ * External network backup download link.
8559
+ */
8560
+ backupDownloadLinkEip?: pulumi.Input<string>;
8561
+ /**
8562
+ * Internal network backup download link.
8563
+ */
8564
+ backupDownloadLinkInner?: pulumi.Input<string>;
8565
+ /**
8566
+ * Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
8567
+ */
8568
+ backupEndTime?: pulumi.Input<string>;
8569
+ /**
8570
+ * Backup file name.
8571
+ */
8572
+ backupFileName?: pulumi.Input<string>;
8573
+ /**
8574
+ * Backup file size (Bytes).
8575
+ */
8576
+ backupFileSize?: pulumi.Input<number>;
8577
+ /**
8578
+ * Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
8579
+ */
8580
+ backupStartTime?: pulumi.Input<string>;
8581
+ /**
8582
+ * Backup type. Values: Full (full backup), Diff (differential backup).
8583
+ */
8584
+ backupType?: pulumi.Input<string>;
8585
+ /**
8586
+ * Database name.
8587
+ */
8588
+ databaseName?: pulumi.Input<string>;
8589
+ /**
8590
+ * Backup file preparation progress (%).
8591
+ */
8592
+ downloadProgress?: pulumi.Input<number>;
8593
+ /**
8594
+ * Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
8595
+ */
8596
+ downloadStatus?: pulumi.Input<string>;
8597
+ /**
8598
+ * Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
8599
+ */
8600
+ linkExpiredTime?: pulumi.Input<string>;
8601
+ }
8602
+ interface BackupBackupMeta {
8603
+ /**
8604
+ * Backup database name.
8605
+ */
8606
+ dbName?: pulumi.Input<string>;
8607
+ }
8350
8608
  interface InstanceChargeInfo {
8351
8609
  /**
8352
8610
  * Auto-renewal for prepaid scenarios. true: auto-renew (default). false: do not auto-renew.
@@ -9907,6 +10165,16 @@ export declare namespace storageebs {
9907
10165
  */
9908
10166
  value?: pulumi.Input<string>;
9909
10167
  }
10168
+ interface SnapshotPolicyTag {
10169
+ /**
10170
+ * Tag key
10171
+ */
10172
+ key?: pulumi.Input<string>;
10173
+ /**
10174
+ * Tag value
10175
+ */
10176
+ value?: pulumi.Input<string>;
10177
+ }
9910
10178
  interface SnapshotTag {
9911
10179
  /**
9912
10180
  * 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.
@@ -11495,6 +11763,16 @@ export declare namespace tos {
11495
11763
  }
11496
11764
  }
11497
11765
  export declare namespace transitrouter {
11766
+ interface DirectConnectGatewayAttachmentTag {
11767
+ /**
11768
+ * Tag key
11769
+ */
11770
+ key?: pulumi.Input<string>;
11771
+ /**
11772
+ * Tag value
11773
+ */
11774
+ value?: pulumi.Input<string>;
11775
+ }
11498
11776
  interface PeerAttachmentTag {
11499
11777
  /**
11500
11778
  * Tag key for cross-region connection user tags. Length must be between 1 and 128 characters. Case-sensitive; cannot start with any case combination of sys:. Cannot start or end with a space character. Allowed characters include letters, numbers, space character, underscore (_), period (.), colon (:), slash (/), equals sign (=), plus sign (+), minus sign (-), and @. Note: Tag keys for the same resource must be unique. If this parameter is not provided or no value is specified, the default is empty.
@@ -11590,6 +11868,38 @@ export declare namespace transitrouter {
11590
11868
  */
11591
11869
  value?: pulumi.Input<string>;
11592
11870
  }
11871
+ interface TransitRouterBandwidthPackageAllocation {
11872
+ /**
11873
+ * Time when the bandwidth package was associated with the cross-region connection.
11874
+ */
11875
+ allocateTime?: pulumi.Input<string>;
11876
+ /**
11877
+ * Bandwidth peak of the cross-region connection, in Mbps.
11878
+ */
11879
+ bandwidth?: pulumi.Input<number>;
11880
+ /**
11881
+ * Region ID of the local transit router instance in the cross-region connection.
11882
+ */
11883
+ localRegionId?: pulumi.Input<string>;
11884
+ /**
11885
+ * Region ID of the peer transit router instance in the cross-region connection.
11886
+ */
11887
+ peerRegionId?: pulumi.Input<string>;
11888
+ /**
11889
+ * ID of the cross-region connection.
11890
+ */
11891
+ transitRouterPeerAttachmentId?: pulumi.Input<string>;
11892
+ }
11893
+ interface TransitRouterBandwidthPackageTag {
11894
+ /**
11895
+ * Tag key of the tag.
11896
+ */
11897
+ key?: pulumi.Input<string>;
11898
+ /**
11899
+ * Tag value
11900
+ */
11901
+ value?: pulumi.Input<string>;
11902
+ }
11593
11903
  interface TransitRouterRouteTableTag {
11594
11904
  /**
11595
11905
  * Tag key