@volcengine/pulumi-volcenginecc 0.0.42 → 0.0.44

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 (253) hide show
  1. package/cloudmonitor/eventRule.d.ts +226 -0
  2. package/cloudmonitor/eventRule.js +126 -0
  3. package/cloudmonitor/eventRule.js.map +1 -0
  4. package/cloudmonitor/getEventRule.d.ts +65 -0
  5. package/cloudmonitor/getEventRule.js +28 -0
  6. package/cloudmonitor/getEventRule.js.map +1 -0
  7. package/cloudmonitor/getEventRules.d.ts +22 -0
  8. package/cloudmonitor/getEventRules.js +24 -0
  9. package/cloudmonitor/getEventRules.js.map +1 -0
  10. package/cloudmonitor/index.d.ts +9 -0
  11. package/cloudmonitor/index.js +12 -1
  12. package/cloudmonitor/index.js.map +1 -1
  13. package/cr/getVpcEndpoint.d.ts +45 -0
  14. package/cr/getVpcEndpoint.js +28 -0
  15. package/cr/getVpcEndpoint.js.map +1 -0
  16. package/cr/getVpcEndpoints.d.ts +22 -0
  17. package/cr/getVpcEndpoints.js +24 -0
  18. package/cr/getVpcEndpoints.js.map +1 -0
  19. package/cr/index.d.ts +9 -0
  20. package/cr/index.js +12 -1
  21. package/cr/index.js.map +1 -1
  22. package/cr/vpcEndpoint.d.ts +62 -0
  23. package/cr/vpcEndpoint.js +66 -0
  24. package/cr/vpcEndpoint.js.map +1 -0
  25. package/dns/backup.d.ts +90 -0
  26. package/dns/backup.js +76 -0
  27. package/dns/backup.js.map +1 -0
  28. package/dns/backupSchedule.d.ts +89 -0
  29. package/dns/backupSchedule.js +80 -0
  30. package/dns/backupSchedule.js.map +1 -0
  31. package/dns/getBackup.d.ts +52 -0
  32. package/dns/getBackup.js +28 -0
  33. package/dns/getBackup.js.map +1 -0
  34. package/dns/getBackupSchedule.d.ts +48 -0
  35. package/dns/getBackupSchedule.js +28 -0
  36. package/dns/getBackupSchedule.js.map +1 -0
  37. package/dns/getBackupSchedules.d.ts +22 -0
  38. package/dns/getBackupSchedules.js +24 -0
  39. package/dns/getBackupSchedules.js.map +1 -0
  40. package/dns/getBackups.d.ts +22 -0
  41. package/dns/getBackups.js +24 -0
  42. package/dns/getBackups.js.map +1 -0
  43. package/dns/index.d.ts +18 -0
  44. package/dns/index.js +23 -1
  45. package/dns/index.js.map +1 -1
  46. package/gtm/getPolicies.d.ts +22 -0
  47. package/gtm/getPolicies.js +24 -0
  48. package/gtm/getPolicies.js.map +1 -0
  49. package/gtm/getPolicy.d.ts +65 -0
  50. package/gtm/getPolicy.js +28 -0
  51. package/gtm/getPolicy.js.map +1 -0
  52. package/gtm/index.d.ts +9 -0
  53. package/gtm/index.js +12 -1
  54. package/gtm/index.js.map +1 -1
  55. package/gtm/policy.d.ts +114 -0
  56. package/gtm/policy.js +76 -0
  57. package/gtm/policy.js.map +1 -0
  58. package/iam/allowedIpAddress.d.ts +107 -0
  59. package/iam/allowedIpAddress.js +95 -0
  60. package/iam/allowedIpAddress.js.map +1 -0
  61. package/iam/getAllowedIpAddress.d.ts +53 -0
  62. package/iam/getAllowedIpAddress.js +28 -0
  63. package/iam/getAllowedIpAddress.js.map +1 -0
  64. package/iam/getAllowedIpAddresses.d.ts +22 -0
  65. package/iam/getAllowedIpAddresses.js +24 -0
  66. package/iam/getAllowedIpAddresses.js.map +1 -0
  67. package/iam/index.d.ts +9 -0
  68. package/iam/index.js +12 -1
  69. package/iam/index.js.map +1 -1
  70. package/kafka/getGroup.d.ts +65 -0
  71. package/kafka/getGroup.js +28 -0
  72. package/kafka/getGroup.js.map +1 -0
  73. package/kafka/getGroups.d.ts +22 -0
  74. package/kafka/getGroups.js +24 -0
  75. package/kafka/getGroups.js.map +1 -0
  76. package/kafka/group.d.ts +127 -0
  77. package/kafka/group.js +93 -0
  78. package/kafka/group.js.map +1 -0
  79. package/kafka/index.d.ts +9 -0
  80. package/kafka/index.js +12 -1
  81. package/kafka/index.js.map +1 -1
  82. package/mongodb/endpoint.d.ts +175 -0
  83. package/mongodb/endpoint.js +97 -0
  84. package/mongodb/endpoint.js.map +1 -0
  85. package/mongodb/getEndpoint.d.ts +39 -0
  86. package/mongodb/getEndpoint.js +28 -0
  87. package/mongodb/getEndpoint.js.map +1 -0
  88. package/mongodb/getEndpoints.d.ts +22 -0
  89. package/mongodb/getEndpoints.js +24 -0
  90. package/mongodb/getEndpoints.js.map +1 -0
  91. package/mongodb/index.d.ts +9 -0
  92. package/mongodb/index.js +12 -1
  93. package/mongodb/index.js.map +1 -1
  94. package/package.json +1 -1
  95. package/privatelink/gatewayEndpoint.d.ts +182 -0
  96. package/privatelink/gatewayEndpoint.js +106 -0
  97. package/privatelink/gatewayEndpoint.js.map +1 -0
  98. package/privatelink/getGatewayEndpoint.d.ts +85 -0
  99. package/privatelink/getGatewayEndpoint.js +28 -0
  100. package/privatelink/getGatewayEndpoint.js.map +1 -0
  101. package/privatelink/getGatewayEndpoints.d.ts +22 -0
  102. package/privatelink/getGatewayEndpoints.js +24 -0
  103. package/privatelink/getGatewayEndpoints.js.map +1 -0
  104. package/privatelink/index.d.ts +9 -0
  105. package/privatelink/index.js +12 -1
  106. package/privatelink/index.js.map +1 -1
  107. package/rdsmssql/backup.d.ts +148 -0
  108. package/rdsmssql/backup.js +85 -0
  109. package/rdsmssql/backup.js.map +1 -0
  110. package/rdsmssql/getBackup.d.ts +89 -0
  111. package/rdsmssql/getBackup.js +28 -0
  112. package/rdsmssql/getBackup.js.map +1 -0
  113. package/rdsmssql/getBackups.d.ts +22 -0
  114. package/rdsmssql/getBackups.js +24 -0
  115. package/rdsmssql/getBackups.js.map +1 -0
  116. package/rdsmssql/index.d.ts +9 -0
  117. package/rdsmssql/index.js +12 -1
  118. package/rdsmssql/index.js.map +1 -1
  119. package/rdsmysql/allowList.d.ts +1 -0
  120. package/rdsmysql/allowList.js +1 -1
  121. package/rdsmysql/allowList.js.map +1 -1
  122. package/rdspostgresql/allowList.d.ts +24 -0
  123. package/rdspostgresql/allowList.js +4 -0
  124. package/rdspostgresql/allowList.js.map +1 -1
  125. package/rdspostgresql/getAllowList.d.ts +8 -0
  126. package/rdspostgresql/getAllowList.js.map +1 -1
  127. package/rdspostgresql/getInstanceSsl.d.ts +68 -0
  128. package/rdspostgresql/getInstanceSsl.js +28 -0
  129. package/rdspostgresql/getInstanceSsl.js.map +1 -0
  130. package/rdspostgresql/getInstanceSsls.d.ts +22 -0
  131. package/rdspostgresql/getInstanceSsls.js +24 -0
  132. package/rdspostgresql/getInstanceSsls.js.map +1 -0
  133. package/rdspostgresql/index.d.ts +9 -0
  134. package/rdspostgresql/index.js +12 -1
  135. package/rdspostgresql/index.js.map +1 -1
  136. package/rdspostgresql/instanceSsl.d.ts +134 -0
  137. package/rdspostgresql/instanceSsl.js +88 -0
  138. package/rdspostgresql/instanceSsl.js.map +1 -0
  139. package/redis/allowList.d.ts +2 -2
  140. package/redis/allowList.js +3 -0
  141. package/redis/allowList.js.map +1 -1
  142. package/rocketmq/accessKey.d.ts +126 -0
  143. package/rocketmq/accessKey.js +80 -0
  144. package/rocketmq/accessKey.js.map +1 -0
  145. package/rocketmq/getAccessKey.d.ts +73 -0
  146. package/rocketmq/getAccessKey.js +28 -0
  147. package/rocketmq/getAccessKey.js.map +1 -0
  148. package/rocketmq/getAccessKeys.d.ts +22 -0
  149. package/rocketmq/getAccessKeys.js +24 -0
  150. package/rocketmq/getAccessKeys.js.map +1 -0
  151. package/rocketmq/index.d.ts +9 -0
  152. package/rocketmq/index.js +12 -1
  153. package/rocketmq/index.js.map +1 -1
  154. package/storageebs/getSnapshotPolicies.d.ts +22 -0
  155. package/storageebs/getSnapshotPolicies.js +24 -0
  156. package/storageebs/getSnapshotPolicies.js.map +1 -0
  157. package/storageebs/getSnapshotPolicy.d.ts +93 -0
  158. package/storageebs/getSnapshotPolicy.js +28 -0
  159. package/storageebs/getSnapshotPolicy.js.map +1 -0
  160. package/storageebs/index.d.ts +9 -0
  161. package/storageebs/index.js +12 -1
  162. package/storageebs/index.js.map +1 -1
  163. package/storageebs/snapshotPolicy.d.ts +215 -0
  164. package/storageebs/snapshotPolicy.js +122 -0
  165. package/storageebs/snapshotPolicy.js.map +1 -0
  166. package/tls/etl.d.ts +222 -0
  167. package/tls/etl.js +113 -0
  168. package/tls/etl.js.map +1 -0
  169. package/tls/getEtl.d.ts +109 -0
  170. package/tls/getEtl.js +28 -0
  171. package/tls/getEtl.js.map +1 -0
  172. package/tls/getEtls.d.ts +22 -0
  173. package/tls/getEtls.js +24 -0
  174. package/tls/getEtls.js.map +1 -0
  175. package/tls/getHost.d.ts +52 -0
  176. package/tls/getHost.js +28 -0
  177. package/tls/getHost.js.map +1 -0
  178. package/tls/getHostGroup.d.ts +113 -0
  179. package/tls/getHostGroup.js +28 -0
  180. package/tls/getHostGroup.js.map +1 -0
  181. package/tls/getHostGroups.d.ts +22 -0
  182. package/tls/getHostGroups.js +24 -0
  183. package/tls/getHostGroups.js.map +1 -0
  184. package/tls/getHosts.d.ts +22 -0
  185. package/tls/getHosts.js +24 -0
  186. package/tls/getHosts.js.map +1 -0
  187. package/tls/host.d.ts +97 -0
  188. package/tls/host.js +82 -0
  189. package/tls/host.js.map +1 -0
  190. package/tls/hostGroup.d.ts +254 -0
  191. package/tls/hostGroup.js +121 -0
  192. package/tls/hostGroup.js.map +1 -0
  193. package/tls/index.d.ts +27 -0
  194. package/tls/index.js +35 -1
  195. package/tls/index.js.map +1 -1
  196. package/tos/bucket.d.ts +12 -0
  197. package/tos/bucket.js +2 -0
  198. package/tos/bucket.js.map +1 -1
  199. package/tos/bucketMirrorBack.d.ts +62 -0
  200. package/tos/bucketMirrorBack.js +63 -0
  201. package/tos/bucketMirrorBack.js.map +1 -0
  202. package/tos/bucketRename.d.ts +74 -0
  203. package/tos/bucketRename.js +72 -0
  204. package/tos/bucketRename.js.map +1 -0
  205. package/tos/getBucket.d.ts +4 -0
  206. package/tos/getBucket.js.map +1 -1
  207. package/tos/getBucketMirrorBack.d.ts +45 -0
  208. package/tos/getBucketMirrorBack.js +28 -0
  209. package/tos/getBucketMirrorBack.js.map +1 -0
  210. package/tos/getBucketMirrorBacks.d.ts +22 -0
  211. package/tos/getBucketMirrorBacks.js +24 -0
  212. package/tos/getBucketMirrorBacks.js.map +1 -0
  213. package/tos/getBucketRename.d.ts +44 -0
  214. package/tos/getBucketRename.js +28 -0
  215. package/tos/getBucketRename.js.map +1 -0
  216. package/tos/getBucketRenames.d.ts +22 -0
  217. package/tos/getBucketRenames.js +24 -0
  218. package/tos/getBucketRenames.js.map +1 -0
  219. package/tos/index.d.ts +18 -0
  220. package/tos/index.js +23 -1
  221. package/tos/index.js.map +1 -1
  222. package/transitrouter/directConnectGatewayAttachment.d.ts +180 -0
  223. package/transitrouter/directConnectGatewayAttachment.js +106 -0
  224. package/transitrouter/directConnectGatewayAttachment.js.map +1 -0
  225. package/transitrouter/getDirectConnectGatewayAttachment.d.ts +89 -0
  226. package/transitrouter/getDirectConnectGatewayAttachment.js +28 -0
  227. package/transitrouter/getDirectConnectGatewayAttachment.js.map +1 -0
  228. package/transitrouter/getDirectConnectGatewayAttachments.d.ts +22 -0
  229. package/transitrouter/getDirectConnectGatewayAttachments.js +24 -0
  230. package/transitrouter/getDirectConnectGatewayAttachments.js.map +1 -0
  231. package/transitrouter/getTransitRouterBandwidthPackage.d.ts +141 -0
  232. package/transitrouter/getTransitRouterBandwidthPackage.js +28 -0
  233. package/transitrouter/getTransitRouterBandwidthPackage.js.map +1 -0
  234. package/transitrouter/getTransitRouterBandwidthPackages.d.ts +22 -0
  235. package/transitrouter/getTransitRouterBandwidthPackages.js +24 -0
  236. package/transitrouter/getTransitRouterBandwidthPackages.js.map +1 -0
  237. package/transitrouter/getTransitRouterRouteTableAssociation.d.ts +48 -0
  238. package/transitrouter/getTransitRouterRouteTableAssociation.js +28 -0
  239. package/transitrouter/getTransitRouterRouteTableAssociation.js.map +1 -0
  240. package/transitrouter/getTransitRouterRouteTableAssociations.d.ts +22 -0
  241. package/transitrouter/getTransitRouterRouteTableAssociations.js +24 -0
  242. package/transitrouter/getTransitRouterRouteTableAssociations.js.map +1 -0
  243. package/transitrouter/index.d.ts +27 -0
  244. package/transitrouter/index.js +34 -1
  245. package/transitrouter/index.js.map +1 -1
  246. package/transitrouter/transitRouterBandwidthPackage.d.ts +320 -0
  247. package/transitrouter/transitRouterBandwidthPackage.js +138 -0
  248. package/transitrouter/transitRouterBandwidthPackage.js.map +1 -0
  249. package/transitrouter/transitRouterRouteTableAssociation.d.ts +89 -0
  250. package/transitrouter/transitRouterRouteTableAssociation.js +80 -0
  251. package/transitrouter/transitRouterRouteTableAssociation.js.map +1 -0
  252. package/types/input.d.ts +1050 -102
  253. package/types/output.d.ts +2599 -597
@@ -0,0 +1,114 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Scheduling policy configuration under the GTM instance, identified by GtmId and PolicyType, and maintained via UpdatePolicy.
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import volcenginecc:gtm/policy:Policy example "gtm_id|policy_type"
11
+ * ```
12
+ */
13
+ export declare class Policy extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing Policy resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PolicyState, opts?: pulumi.CustomResourceOptions): Policy;
24
+ /**
25
+ * Returns true if the given object is an instance of Policy. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is Policy;
29
+ /**
30
+ * If the current address pool set is unavailable, Cloud Scheduling GTM only triggers an alert notification and does not automatically switch to an available address pool. true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool
31
+ */
32
+ readonly alarmOnly: pulumi.Output<boolean>;
33
+ /**
34
+ * UUID of the GTM instance. You can obtain GtmId through the ListGtms API
35
+ */
36
+ readonly gtmId: pulumi.Output<string>;
37
+ /**
38
+ * Routing mode for intelligent routing strategy. perf: Performance first. capacity: Capacity first. feedback: Load feedback
39
+ */
40
+ readonly perfMode: pulumi.Output<string>;
41
+ /**
42
+ * Strategy type. geo: Basic routing. perf: Intelligent routing
43
+ */
44
+ readonly policyType: pulumi.Output<string>;
45
+ /**
46
+ * Routing mode. The parameter values are: lb: Based on load balancing, user traffic is routed proportionally to different IDCs. geo: Based on the user's geographic location and operator, user traffic is routed to the nearest IDC on the same operator's network. geo-lb (default): First, based on the user's geographic location and operator, user traffic is routed to the nearest IDC access line on the same operator's network. Then, based on load balancing, user traffic is routed proportionally to multiple IDCs
47
+ */
48
+ readonly routingMode: pulumi.Output<string>;
49
+ /**
50
+ * Statistical information about address status
51
+ */
52
+ readonly statistics: pulumi.Output<outputs.gtm.PolicyStatistics>;
53
+ readonly targets: pulumi.Output<outputs.gtm.PolicyTarget[]>;
54
+ /**
55
+ * Create a Policy resource with the given unique name, arguments, and options.
56
+ *
57
+ * @param name The _unique_ name of the resource.
58
+ * @param args The arguments to use to populate this resource's properties.
59
+ * @param opts A bag of options that control this resource's behavior.
60
+ */
61
+ constructor(name: string, args: PolicyArgs, opts?: pulumi.CustomResourceOptions);
62
+ }
63
+ /**
64
+ * Input properties used for looking up and filtering Policy resources.
65
+ */
66
+ export interface PolicyState {
67
+ /**
68
+ * If the current address pool set is unavailable, Cloud Scheduling GTM only triggers an alert notification and does not automatically switch to an available address pool. true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool
69
+ */
70
+ alarmOnly?: pulumi.Input<boolean>;
71
+ /**
72
+ * UUID of the GTM instance. You can obtain GtmId through the ListGtms API
73
+ */
74
+ gtmId?: pulumi.Input<string>;
75
+ /**
76
+ * Routing mode for intelligent routing strategy. perf: Performance first. capacity: Capacity first. feedback: Load feedback
77
+ */
78
+ perfMode?: pulumi.Input<string>;
79
+ /**
80
+ * Strategy type. geo: Basic routing. perf: Intelligent routing
81
+ */
82
+ policyType?: pulumi.Input<string>;
83
+ /**
84
+ * Routing mode. The parameter values are: lb: Based on load balancing, user traffic is routed proportionally to different IDCs. geo: Based on the user's geographic location and operator, user traffic is routed to the nearest IDC on the same operator's network. geo-lb (default): First, based on the user's geographic location and operator, user traffic is routed to the nearest IDC access line on the same operator's network. Then, based on load balancing, user traffic is routed proportionally to multiple IDCs
85
+ */
86
+ routingMode?: pulumi.Input<string>;
87
+ /**
88
+ * Statistical information about address status
89
+ */
90
+ statistics?: pulumi.Input<inputs.gtm.PolicyStatistics>;
91
+ targets?: pulumi.Input<pulumi.Input<inputs.gtm.PolicyTarget>[]>;
92
+ }
93
+ /**
94
+ * The set of arguments for constructing a Policy resource.
95
+ */
96
+ export interface PolicyArgs {
97
+ /**
98
+ * If the current address pool set is unavailable, Cloud Scheduling GTM only triggers an alert notification and does not automatically switch to an available address pool. true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool
99
+ */
100
+ alarmOnly?: pulumi.Input<boolean>;
101
+ /**
102
+ * UUID of the GTM instance. You can obtain GtmId through the ListGtms API
103
+ */
104
+ gtmId: pulumi.Input<string>;
105
+ /**
106
+ * Strategy type. geo: Basic routing. perf: Intelligent routing
107
+ */
108
+ policyType: pulumi.Input<string>;
109
+ /**
110
+ * Routing mode. The parameter values are: lb: Based on load balancing, user traffic is routed proportionally to different IDCs. geo: Based on the user's geographic location and operator, user traffic is routed to the nearest IDC on the same operator's network. geo-lb (default): First, based on the user's geographic location and operator, user traffic is routed to the nearest IDC access line on the same operator's network. Then, based on load balancing, user traffic is routed proportionally to multiple IDCs
111
+ */
112
+ routingMode?: pulumi.Input<string>;
113
+ targets?: pulumi.Input<pulumi.Input<inputs.gtm.PolicyTarget>[]>;
114
+ }
package/gtm/policy.js ADDED
@@ -0,0 +1,76 @@
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.Policy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Scheduling policy configuration under the GTM instance, identified by GtmId and PolicyType, and maintained via UpdatePolicy.
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import volcenginecc:gtm/policy:Policy example "gtm_id|policy_type"
15
+ * ```
16
+ */
17
+ class Policy extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing Policy resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new Policy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of Policy. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === Policy.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["alarmOnly"] = state ? state.alarmOnly : undefined;
46
+ resourceInputs["gtmId"] = state ? state.gtmId : undefined;
47
+ resourceInputs["perfMode"] = state ? state.perfMode : undefined;
48
+ resourceInputs["policyType"] = state ? state.policyType : undefined;
49
+ resourceInputs["routingMode"] = state ? state.routingMode : undefined;
50
+ resourceInputs["statistics"] = state ? state.statistics : undefined;
51
+ resourceInputs["targets"] = state ? state.targets : undefined;
52
+ }
53
+ else {
54
+ const args = argsOrState;
55
+ if ((!args || args.gtmId === undefined) && !opts.urn) {
56
+ throw new Error("Missing required property 'gtmId'");
57
+ }
58
+ if ((!args || args.policyType === undefined) && !opts.urn) {
59
+ throw new Error("Missing required property 'policyType'");
60
+ }
61
+ resourceInputs["alarmOnly"] = args ? args.alarmOnly : undefined;
62
+ resourceInputs["gtmId"] = args ? args.gtmId : undefined;
63
+ resourceInputs["policyType"] = args ? args.policyType : undefined;
64
+ resourceInputs["routingMode"] = args ? args.routingMode : undefined;
65
+ resourceInputs["targets"] = args ? args.targets : undefined;
66
+ resourceInputs["perfMode"] = undefined /*out*/;
67
+ resourceInputs["statistics"] = undefined /*out*/;
68
+ }
69
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
70
+ super(Policy.__pulumiType, name, resourceInputs, opts);
71
+ }
72
+ }
73
+ exports.Policy = Policy;
74
+ /** @internal */
75
+ Policy.__pulumiType = 'volcenginecc:gtm/policy:Policy';
76
+ //# sourceMappingURL=policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"policy.js","sourceRoot":"","sources":["../../gtm/policy.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,107 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * IP allowlist configuration
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
12
+ *
13
+ * const iAMAllowedIpAddressDemo = new volcenginecc.iam.AllowedIpAddress("IAMAllowedIpAddressDemo", {
14
+ * userId: "2109xxxxx",
15
+ * ipLists: [
16
+ * {
17
+ * ip: "192.168.1.100",
18
+ * description: "test1",
19
+ * },
20
+ * {
21
+ * ip: "192.168.2.100",
22
+ * description: "test2",
23
+ * },
24
+ * {
25
+ * ip: "192.168.3.100",
26
+ * description: "test3",
27
+ * },
28
+ * ],
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * ```sh
35
+ * $ pulumi import volcenginecc:iam/allowedIpAddress:AllowedIpAddress example "user_id"
36
+ * ```
37
+ */
38
+ export declare class AllowedIpAddress extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing AllowedIpAddress resource's state with the given name, ID, and optional extra
41
+ * properties used to qualify the lookup.
42
+ *
43
+ * @param name The _unique_ name of the resulting resource.
44
+ * @param id The _unique_ provider ID of the resource to lookup.
45
+ * @param state Any extra arguments used during the lookup.
46
+ * @param opts Optional settings to control the behavior of the CustomResource.
47
+ */
48
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AllowedIpAddressState, opts?: pulumi.CustomResourceOptions): AllowedIpAddress;
49
+ /**
50
+ * Returns true if the given object is an instance of AllowedIpAddress. This is designed to work even
51
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
52
+ */
53
+ static isInstance(obj: any): obj is AllowedIpAddress;
54
+ /**
55
+ * Enable IP allowlist
56
+ */
57
+ readonly enableIpList: pulumi.Output<boolean>;
58
+ readonly ipLists: pulumi.Output<outputs.iam.AllowedIpAddressIpList[]>;
59
+ /**
60
+ * IP allowlist quota for current identity
61
+ */
62
+ readonly quota: pulumi.Output<number>;
63
+ /**
64
+ * Sub-user ID
65
+ */
66
+ readonly userId: pulumi.Output<string>;
67
+ /**
68
+ * Create a AllowedIpAddress resource with the given unique name, arguments, and options.
69
+ *
70
+ * @param name The _unique_ name of the resource.
71
+ * @param args The arguments to use to populate this resource's properties.
72
+ * @param opts A bag of options that control this resource's behavior.
73
+ */
74
+ constructor(name: string, args: AllowedIpAddressArgs, opts?: pulumi.CustomResourceOptions);
75
+ }
76
+ /**
77
+ * Input properties used for looking up and filtering AllowedIpAddress resources.
78
+ */
79
+ export interface AllowedIpAddressState {
80
+ /**
81
+ * Enable IP allowlist
82
+ */
83
+ enableIpList?: pulumi.Input<boolean>;
84
+ ipLists?: pulumi.Input<pulumi.Input<inputs.iam.AllowedIpAddressIpList>[]>;
85
+ /**
86
+ * IP allowlist quota for current identity
87
+ */
88
+ quota?: pulumi.Input<number>;
89
+ /**
90
+ * Sub-user ID
91
+ */
92
+ userId?: pulumi.Input<string>;
93
+ }
94
+ /**
95
+ * The set of arguments for constructing a AllowedIpAddress resource.
96
+ */
97
+ export interface AllowedIpAddressArgs {
98
+ ipLists: pulumi.Input<pulumi.Input<inputs.iam.AllowedIpAddressIpList>[]>;
99
+ /**
100
+ * IP allowlist quota for current identity
101
+ */
102
+ quota?: pulumi.Input<number>;
103
+ /**
104
+ * Sub-user ID
105
+ */
106
+ userId: pulumi.Input<string>;
107
+ }
@@ -0,0 +1,95 @@
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.AllowedIpAddress = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * IP allowlist configuration
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 iAMAllowedIpAddressDemo = new volcenginecc.iam.AllowedIpAddress("IAMAllowedIpAddressDemo", {
18
+ * userId: "2109xxxxx",
19
+ * ipLists: [
20
+ * {
21
+ * ip: "192.168.1.100",
22
+ * description: "test1",
23
+ * },
24
+ * {
25
+ * ip: "192.168.2.100",
26
+ * description: "test2",
27
+ * },
28
+ * {
29
+ * ip: "192.168.3.100",
30
+ * description: "test3",
31
+ * },
32
+ * ],
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * ```sh
39
+ * $ pulumi import volcenginecc:iam/allowedIpAddress:AllowedIpAddress example "user_id"
40
+ * ```
41
+ */
42
+ class AllowedIpAddress extends pulumi.CustomResource {
43
+ /**
44
+ * Get an existing AllowedIpAddress resource's state with the given name, ID, and optional extra
45
+ * properties used to qualify the lookup.
46
+ *
47
+ * @param name The _unique_ name of the resulting resource.
48
+ * @param id The _unique_ provider ID of the resource to lookup.
49
+ * @param state Any extra arguments used during the lookup.
50
+ * @param opts Optional settings to control the behavior of the CustomResource.
51
+ */
52
+ static get(name, id, state, opts) {
53
+ return new AllowedIpAddress(name, state, Object.assign(Object.assign({}, opts), { id: id }));
54
+ }
55
+ /**
56
+ * Returns true if the given object is an instance of AllowedIpAddress. This is designed to work even
57
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
+ */
59
+ static isInstance(obj) {
60
+ if (obj === undefined || obj === null) {
61
+ return false;
62
+ }
63
+ return obj['__pulumiType'] === AllowedIpAddress.__pulumiType;
64
+ }
65
+ constructor(name, argsOrState, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (opts.id) {
69
+ const state = argsOrState;
70
+ resourceInputs["enableIpList"] = state ? state.enableIpList : undefined;
71
+ resourceInputs["ipLists"] = state ? state.ipLists : undefined;
72
+ resourceInputs["quota"] = state ? state.quota : undefined;
73
+ resourceInputs["userId"] = state ? state.userId : undefined;
74
+ }
75
+ else {
76
+ const args = argsOrState;
77
+ if ((!args || args.ipLists === undefined) && !opts.urn) {
78
+ throw new Error("Missing required property 'ipLists'");
79
+ }
80
+ if ((!args || args.userId === undefined) && !opts.urn) {
81
+ throw new Error("Missing required property 'userId'");
82
+ }
83
+ resourceInputs["ipLists"] = args ? args.ipLists : undefined;
84
+ resourceInputs["quota"] = args ? args.quota : undefined;
85
+ resourceInputs["userId"] = args ? args.userId : undefined;
86
+ resourceInputs["enableIpList"] = undefined /*out*/;
87
+ }
88
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
89
+ super(AllowedIpAddress.__pulumiType, name, resourceInputs, opts);
90
+ }
91
+ }
92
+ exports.AllowedIpAddress = AllowedIpAddress;
93
+ /** @internal */
94
+ AllowedIpAddress.__pulumiType = 'volcenginecc:iam/allowedIpAddress:AllowedIpAddress';
95
+ //# sourceMappingURL=allowedIpAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allowedIpAddress.js","sourceRoot":"","sources":["../../iam/allowedIpAddress.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAwBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA1EL,4CA2EC;AA7DG,gBAAgB;AACO,6BAAY,GAAG,oDAAoD,CAAC"}
@@ -0,0 +1,53 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::IAM::AllowedIpAddress
5
+ */
6
+ export declare function getAllowedIpAddress(args: GetAllowedIpAddressArgs, opts?: pulumi.InvokeOptions): Promise<GetAllowedIpAddressResult>;
7
+ /**
8
+ * A collection of arguments for invoking getAllowedIpAddress.
9
+ */
10
+ export interface GetAllowedIpAddressArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getAllowedIpAddress.
18
+ */
19
+ export interface GetAllowedIpAddressResult {
20
+ /**
21
+ * Enable IP allowlist
22
+ */
23
+ readonly enableIpList: boolean;
24
+ /**
25
+ * Uniquely identifies the resource.
26
+ */
27
+ readonly id: string;
28
+ /**
29
+ * IP allowlist list
30
+ */
31
+ readonly ipLists: outputs.iam.GetAllowedIpAddressIpList[];
32
+ /**
33
+ * IP allowlist quota for current identity
34
+ */
35
+ readonly quota: number;
36
+ /**
37
+ * Sub-user ID
38
+ */
39
+ readonly userId: string;
40
+ }
41
+ /**
42
+ * Data Source schema for Volcengine::IAM::AllowedIpAddress
43
+ */
44
+ export declare function getAllowedIpAddressOutput(args: GetAllowedIpAddressOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAllowedIpAddressResult>;
45
+ /**
46
+ * A collection of arguments for invoking getAllowedIpAddress.
47
+ */
48
+ export interface GetAllowedIpAddressOutputArgs {
49
+ /**
50
+ * Uniquely identifies the resource.
51
+ */
52
+ id: pulumi.Input<string>;
53
+ }
@@ -0,0 +1,28 @@
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.getAllowedIpAddressOutput = exports.getAllowedIpAddress = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::IAM::AllowedIpAddress
10
+ */
11
+ function getAllowedIpAddress(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:iam/getAllowedIpAddress:getAllowedIpAddress", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getAllowedIpAddress = getAllowedIpAddress;
18
+ /**
19
+ * Data Source schema for Volcengine::IAM::AllowedIpAddress
20
+ */
21
+ function getAllowedIpAddressOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:iam/getAllowedIpAddress:getAllowedIpAddress", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getAllowedIpAddressOutput = getAllowedIpAddressOutput;
28
+ //# sourceMappingURL=getAllowedIpAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllowedIpAddress.js","sourceRoot":"","sources":["../../iam/getAllowedIpAddress.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAqCD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::IAM::AllowedIpAddress
4
+ */
5
+ export declare function getAllowedIpAddresses(opts?: pulumi.InvokeOptions): Promise<GetAllowedIpAddressesResult>;
6
+ /**
7
+ * A collection of values returned by getAllowedIpAddresses.
8
+ */
9
+ export interface GetAllowedIpAddressesResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::IAM::AllowedIpAddress
21
+ */
22
+ export declare function getAllowedIpAddressesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAllowedIpAddressesResult>;
@@ -0,0 +1,24 @@
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.getAllowedIpAddressesOutput = exports.getAllowedIpAddresses = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::IAM::AllowedIpAddress
10
+ */
11
+ function getAllowedIpAddresses(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:iam/getAllowedIpAddresses:getAllowedIpAddresses", {}, opts);
14
+ }
15
+ exports.getAllowedIpAddresses = getAllowedIpAddresses;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::IAM::AllowedIpAddress
18
+ */
19
+ function getAllowedIpAddressesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:iam/getAllowedIpAddresses:getAllowedIpAddresses", {}, opts);
22
+ }
23
+ exports.getAllowedIpAddressesOutput = getAllowedIpAddressesOutput;
24
+ //# sourceMappingURL=getAllowedIpAddresses.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllowedIpAddresses.js","sourceRoot":"","sources":["../../iam/getAllowedIpAddresses.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC;AAeD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAiC;IACzE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE,EAClG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kEAIC"}
package/iam/index.d.ts CHANGED
@@ -1,12 +1,21 @@
1
1
  export { AccesskeyArgs, AccesskeyState } from "./accesskey";
2
2
  export type Accesskey = import("./accesskey").Accesskey;
3
3
  export declare const Accesskey: typeof import("./accesskey").Accesskey;
4
+ export { AllowedIpAddressArgs, AllowedIpAddressState } from "./allowedIpAddress";
5
+ export type AllowedIpAddress = import("./allowedIpAddress").AllowedIpAddress;
6
+ export declare const AllowedIpAddress: typeof import("./allowedIpAddress").AllowedIpAddress;
4
7
  export { GetAccesskeyArgs, GetAccesskeyResult, GetAccesskeyOutputArgs } from "./getAccesskey";
5
8
  export declare const getAccesskey: typeof import("./getAccesskey").getAccesskey;
6
9
  export declare const getAccesskeyOutput: typeof import("./getAccesskey").getAccesskeyOutput;
7
10
  export { GetAccesskeysResult } from "./getAccesskeys";
8
11
  export declare const getAccesskeys: typeof import("./getAccesskeys").getAccesskeys;
9
12
  export declare const getAccesskeysOutput: typeof import("./getAccesskeys").getAccesskeysOutput;
13
+ export { GetAllowedIpAddressArgs, GetAllowedIpAddressResult, GetAllowedIpAddressOutputArgs } from "./getAllowedIpAddress";
14
+ export declare const getAllowedIpAddress: typeof import("./getAllowedIpAddress").getAllowedIpAddress;
15
+ export declare const getAllowedIpAddressOutput: typeof import("./getAllowedIpAddress").getAllowedIpAddressOutput;
16
+ export { GetAllowedIpAddressesResult } from "./getAllowedIpAddresses";
17
+ export declare const getAllowedIpAddresses: typeof import("./getAllowedIpAddresses").getAllowedIpAddresses;
18
+ export declare const getAllowedIpAddressesOutput: typeof import("./getAllowedIpAddresses").getAllowedIpAddressesOutput;
10
19
  export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
11
20
  export declare const getGroup: typeof import("./getGroup").getGroup;
12
21
  export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
package/iam/index.js CHANGED
@@ -2,17 +2,25 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.User = exports.SamlProvider = exports.Role = exports.Project = exports.Policy = exports.OidcProvider = exports.OauthProvider = exports.Group = exports.getUsersOutput = exports.getUsers = exports.getUserOutput = exports.getUser = exports.getSamlProvidersOutput = exports.getSamlProviders = exports.getSamlProviderOutput = exports.getSamlProvider = exports.getRolesOutput = exports.getRoles = exports.getRoleOutput = exports.getRole = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getPolicyOutput = exports.getPolicy = exports.getPoliciesOutput = exports.getPolicies = exports.getOidcProvidersOutput = exports.getOidcProviders = exports.getOidcProviderOutput = exports.getOidcProvider = exports.getOauthProvidersOutput = exports.getOauthProviders = exports.getOauthProviderOutput = exports.getOauthProvider = exports.getGroupsOutput = exports.getGroups = exports.getGroupOutput = exports.getGroup = exports.getAccesskeysOutput = exports.getAccesskeys = exports.getAccesskeyOutput = exports.getAccesskey = exports.Accesskey = void 0;
5
+ exports.User = exports.SamlProvider = exports.Role = exports.Project = exports.Policy = exports.OidcProvider = exports.OauthProvider = exports.Group = exports.getUsersOutput = exports.getUsers = exports.getUserOutput = exports.getUser = exports.getSamlProvidersOutput = exports.getSamlProviders = exports.getSamlProviderOutput = exports.getSamlProvider = exports.getRolesOutput = exports.getRoles = exports.getRoleOutput = exports.getRole = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getPolicyOutput = exports.getPolicy = exports.getPoliciesOutput = exports.getPolicies = exports.getOidcProvidersOutput = exports.getOidcProviders = exports.getOidcProviderOutput = exports.getOidcProvider = exports.getOauthProvidersOutput = exports.getOauthProviders = exports.getOauthProviderOutput = exports.getOauthProvider = exports.getGroupsOutput = exports.getGroups = exports.getGroupOutput = exports.getGroup = exports.getAllowedIpAddressesOutput = exports.getAllowedIpAddresses = exports.getAllowedIpAddressOutput = exports.getAllowedIpAddress = exports.getAccesskeysOutput = exports.getAccesskeys = exports.getAccesskeyOutput = exports.getAccesskey = exports.AllowedIpAddress = exports.Accesskey = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.Accesskey = null;
9
9
  utilities.lazyLoad(exports, ["Accesskey"], () => require("./accesskey"));
10
+ exports.AllowedIpAddress = null;
11
+ utilities.lazyLoad(exports, ["AllowedIpAddress"], () => require("./allowedIpAddress"));
10
12
  exports.getAccesskey = null;
11
13
  exports.getAccesskeyOutput = null;
12
14
  utilities.lazyLoad(exports, ["getAccesskey", "getAccesskeyOutput"], () => require("./getAccesskey"));
13
15
  exports.getAccesskeys = null;
14
16
  exports.getAccesskeysOutput = null;
15
17
  utilities.lazyLoad(exports, ["getAccesskeys", "getAccesskeysOutput"], () => require("./getAccesskeys"));
18
+ exports.getAllowedIpAddress = null;
19
+ exports.getAllowedIpAddressOutput = null;
20
+ utilities.lazyLoad(exports, ["getAllowedIpAddress", "getAllowedIpAddressOutput"], () => require("./getAllowedIpAddress"));
21
+ exports.getAllowedIpAddresses = null;
22
+ exports.getAllowedIpAddressesOutput = null;
23
+ utilities.lazyLoad(exports, ["getAllowedIpAddresses", "getAllowedIpAddressesOutput"], () => require("./getAllowedIpAddresses"));
16
24
  exports.getGroup = null;
17
25
  exports.getGroupOutput = null;
18
26
  utilities.lazyLoad(exports, ["getGroup", "getGroupOutput"], () => require("./getGroup"));
@@ -83,6 +91,8 @@ const _module = {
83
91
  switch (type) {
84
92
  case "volcenginecc:iam/accesskey:Accesskey":
85
93
  return new exports.Accesskey(name, undefined, { urn });
94
+ case "volcenginecc:iam/allowedIpAddress:AllowedIpAddress":
95
+ return new exports.AllowedIpAddress(name, undefined, { urn });
86
96
  case "volcenginecc:iam/group:Group":
87
97
  return new exports.Group(name, undefined, { urn });
88
98
  case "volcenginecc:iam/oauthProvider:OauthProvider":
@@ -105,6 +115,7 @@ const _module = {
105
115
  },
106
116
  };
107
117
  pulumi.runtime.registerResourceModule("volcenginecc", "iam/accesskey", _module);
118
+ pulumi.runtime.registerResourceModule("volcenginecc", "iam/allowedIpAddress", _module);
108
119
  pulumi.runtime.registerResourceModule("volcenginecc", "iam/group", _module);
109
120
  pulumi.runtime.registerResourceModule("volcenginecc", "iam/oauthProvider", _module);
110
121
  pulumi.runtime.registerResourceModule("volcenginecc", "iam/oidcProvider", _module);
package/iam/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../iam/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../iam/index.ts"],"names":[],"mappings":"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"}