@volcengine/pulumi-volcenginecc 0.0.43 → 0.0.45

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 (287) hide show
  1. package/alb/acl.d.ts +20 -20
  2. package/alb/acl.js +1 -1
  3. package/alb/certificate.d.ts +19 -3
  4. package/alb/certificate.js +3 -4
  5. package/alb/certificate.js.map +1 -1
  6. package/alb/getAcl.d.ts +11 -11
  7. package/alb/getCertificate.d.ts +5 -1
  8. package/alb/getCertificate.js.map +1 -1
  9. package/alb/getListener.d.ts +20 -20
  10. package/alb/getServerGroup.d.ts +9 -9
  11. package/alb/listener.d.ts +52 -52
  12. package/alb/listener.js +1 -1
  13. package/alb/serverGroup.d.ts +24 -24
  14. package/alb/serverGroup.js +1 -1
  15. package/cbr/backupPolicy.d.ts +2 -2
  16. package/cbr/backupPolicy.js +2 -2
  17. package/cloudidentity/userProvisioning.d.ts +2 -2
  18. package/cloudidentity/userProvisioning.js +2 -2
  19. package/cloudmonitor/eventRule.d.ts +226 -0
  20. package/cloudmonitor/eventRule.js +126 -0
  21. package/cloudmonitor/eventRule.js.map +1 -0
  22. package/cloudmonitor/getEventRule.d.ts +65 -0
  23. package/cloudmonitor/getEventRule.js +28 -0
  24. package/cloudmonitor/getEventRule.js.map +1 -0
  25. package/cloudmonitor/getEventRules.d.ts +22 -0
  26. package/cloudmonitor/getEventRules.js +24 -0
  27. package/cloudmonitor/getEventRules.js.map +1 -0
  28. package/cloudmonitor/getRule.d.ts +11 -11
  29. package/cloudmonitor/index.d.ts +9 -0
  30. package/cloudmonitor/index.js +12 -1
  31. package/cloudmonitor/index.js.map +1 -1
  32. package/cloudmonitor/rule.d.ts +33 -33
  33. package/cr/getRegistry.d.ts +11 -11
  34. package/cr/getVpcEndpoint.d.ts +45 -0
  35. package/cr/getVpcEndpoint.js +28 -0
  36. package/cr/getVpcEndpoint.js.map +1 -0
  37. package/cr/getVpcEndpoints.d.ts +22 -0
  38. package/cr/getVpcEndpoints.js +24 -0
  39. package/cr/getVpcEndpoints.js.map +1 -0
  40. package/cr/index.d.ts +9 -0
  41. package/cr/index.js +12 -1
  42. package/cr/index.js.map +1 -1
  43. package/cr/registry.d.ts +28 -28
  44. package/cr/registry.js +1 -1
  45. package/cr/vpcEndpoint.d.ts +62 -0
  46. package/cr/vpcEndpoint.js +66 -0
  47. package/cr/vpcEndpoint.js.map +1 -0
  48. package/directconnect/connection.d.ts +332 -0
  49. package/directconnect/connection.js +163 -0
  50. package/directconnect/connection.js.map +1 -0
  51. package/directconnect/getConnection.d.ts +145 -0
  52. package/directconnect/getConnection.js +28 -0
  53. package/directconnect/getConnection.js.map +1 -0
  54. package/directconnect/getConnections.d.ts +22 -0
  55. package/directconnect/getConnections.js +24 -0
  56. package/directconnect/getConnections.js.map +1 -0
  57. package/directconnect/index.d.ts +9 -0
  58. package/directconnect/index.js +12 -1
  59. package/directconnect/index.js.map +1 -1
  60. package/dns/backupSchedule.d.ts +89 -0
  61. package/dns/backupSchedule.js +80 -0
  62. package/dns/backupSchedule.js.map +1 -0
  63. package/dns/getBackupSchedule.d.ts +48 -0
  64. package/dns/getBackupSchedule.js +28 -0
  65. package/dns/getBackupSchedule.js.map +1 -0
  66. package/dns/getBackupSchedules.d.ts +22 -0
  67. package/dns/getBackupSchedules.js +24 -0
  68. package/dns/getBackupSchedules.js.map +1 -0
  69. package/dns/index.d.ts +9 -0
  70. package/dns/index.js +12 -1
  71. package/dns/index.js.map +1 -1
  72. package/fwcenter/addressBook.d.ts +210 -0
  73. package/fwcenter/addressBook.js +115 -0
  74. package/fwcenter/addressBook.js.map +1 -0
  75. package/fwcenter/controlPolicy.d.ts +437 -0
  76. package/fwcenter/controlPolicy.js +183 -0
  77. package/fwcenter/controlPolicy.js.map +1 -0
  78. package/fwcenter/getAddressBook.d.ts +93 -0
  79. package/fwcenter/getAddressBook.js +28 -0
  80. package/fwcenter/getAddressBook.js.map +1 -0
  81. package/fwcenter/getAddressBooks.d.ts +22 -0
  82. package/fwcenter/getAddressBooks.js +24 -0
  83. package/fwcenter/getAddressBooks.js.map +1 -0
  84. package/fwcenter/getControlPolicies.d.ts +22 -0
  85. package/fwcenter/getControlPolicies.js +24 -0
  86. package/fwcenter/getControlPolicies.js.map +1 -0
  87. package/fwcenter/getControlPolicy.d.ts +185 -0
  88. package/fwcenter/getControlPolicy.js +28 -0
  89. package/fwcenter/getControlPolicy.js.map +1 -0
  90. package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
  91. package/fwcenter/getVpcFireWallAclRule.js +28 -0
  92. package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
  93. package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
  94. package/fwcenter/getVpcFireWallAclRules.js +24 -0
  95. package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
  96. package/fwcenter/index.d.ts +27 -0
  97. package/fwcenter/index.js +34 -1
  98. package/fwcenter/index.js.map +1 -1
  99. package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
  100. package/fwcenter/vpcFireWallAclRule.js +186 -0
  101. package/fwcenter/vpcFireWallAclRule.js.map +1 -0
  102. package/gtm/getGtm.d.ts +9 -0
  103. package/gtm/getGtm.js.map +1 -1
  104. package/gtm/getPolicies.d.ts +22 -0
  105. package/gtm/getPolicies.js +24 -0
  106. package/gtm/getPolicies.js.map +1 -0
  107. package/gtm/getPolicy.d.ts +65 -0
  108. package/gtm/getPolicy.js +28 -0
  109. package/gtm/getPolicy.js.map +1 -0
  110. package/gtm/gtm.d.ts +18 -0
  111. package/gtm/gtm.js +4 -0
  112. package/gtm/gtm.js.map +1 -1
  113. package/gtm/index.d.ts +9 -0
  114. package/gtm/index.js +12 -1
  115. package/gtm/index.js.map +1 -1
  116. package/gtm/policy.d.ts +114 -0
  117. package/gtm/policy.js +76 -0
  118. package/gtm/policy.js.map +1 -0
  119. package/index.d.ts +2 -1
  120. package/index.js +4 -2
  121. package/index.js.map +1 -1
  122. package/kafka/allowList.d.ts +0 -22
  123. package/kafka/allowList.js +0 -22
  124. package/kafka/allowList.js.map +1 -1
  125. package/kafka/getGroup.d.ts +65 -0
  126. package/kafka/getGroup.js +28 -0
  127. package/kafka/getGroup.js.map +1 -0
  128. package/kafka/getGroups.d.ts +22 -0
  129. package/kafka/getGroups.js +24 -0
  130. package/kafka/getGroups.js.map +1 -0
  131. package/kafka/group.d.ts +127 -0
  132. package/kafka/group.js +93 -0
  133. package/kafka/group.js.map +1 -0
  134. package/kafka/index.d.ts +9 -0
  135. package/kafka/index.js +12 -1
  136. package/kafka/index.js.map +1 -1
  137. package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
  138. package/organization/getServiceControlPolicyEnabler.js +28 -0
  139. package/organization/getServiceControlPolicyEnabler.js.map +1 -0
  140. package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
  141. package/organization/getServiceControlPolicyEnablers.js +24 -0
  142. package/organization/getServiceControlPolicyEnablers.js.map +1 -0
  143. package/organization/index.d.ts +9 -0
  144. package/organization/index.js +12 -1
  145. package/organization/index.js.map +1 -1
  146. package/organization/serviceControlPolicyEnabler.d.ts +78 -0
  147. package/organization/serviceControlPolicyEnabler.js +71 -0
  148. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  149. package/package.json +1 -1
  150. package/rabbitmq/allowList.d.ts +0 -17
  151. package/rabbitmq/allowList.js +0 -17
  152. package/rabbitmq/allowList.js.map +1 -1
  153. package/rdsmysql/allowList.d.ts +1 -0
  154. package/rdsmysql/allowList.js +1 -1
  155. package/rdsmysql/allowList.js.map +1 -1
  156. package/rdsmysql/getInstance.d.ts +16 -0
  157. package/rdsmysql/getInstance.js.map +1 -1
  158. package/rdsmysql/instance.d.ts +48 -0
  159. package/rdsmysql/instance.js +8 -0
  160. package/rdsmysql/instance.js.map +1 -1
  161. package/redis/getInstance.d.ts +4 -0
  162. package/redis/getInstance.js.map +1 -1
  163. package/redis/instance.d.ts +3 -0
  164. package/redis/instance.js +3 -0
  165. package/redis/instance.js.map +1 -1
  166. package/redis/parameterGroup.d.ts +2 -2
  167. package/redis/parameterGroup.js +2 -2
  168. package/rocketmq/accessKey.d.ts +126 -0
  169. package/rocketmq/accessKey.js +80 -0
  170. package/rocketmq/accessKey.js.map +1 -0
  171. package/rocketmq/getAccessKey.d.ts +73 -0
  172. package/rocketmq/getAccessKey.js +28 -0
  173. package/rocketmq/getAccessKey.js.map +1 -0
  174. package/rocketmq/getAccessKeys.d.ts +22 -0
  175. package/rocketmq/getAccessKeys.js +24 -0
  176. package/rocketmq/getAccessKeys.js.map +1 -0
  177. package/rocketmq/index.d.ts +9 -0
  178. package/rocketmq/index.js +12 -1
  179. package/rocketmq/index.js.map +1 -1
  180. package/tls/alarmWebhookIntegrationType.d.ts +159 -0
  181. package/tls/alarmWebhookIntegrationType.js +108 -0
  182. package/tls/alarmWebhookIntegrationType.js.map +1 -0
  183. package/tls/etl.d.ts +222 -0
  184. package/tls/etl.js +113 -0
  185. package/tls/etl.js.map +1 -0
  186. package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
  187. package/tls/getAlarmWebhookIntegrationType.js +28 -0
  188. package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
  189. package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
  190. package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
  191. package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
  192. package/tls/getEtl.d.ts +109 -0
  193. package/tls/getEtl.js +28 -0
  194. package/tls/getEtl.js.map +1 -0
  195. package/tls/getEtls.d.ts +22 -0
  196. package/tls/getEtls.js +24 -0
  197. package/tls/getEtls.js.map +1 -0
  198. package/tls/getHost.d.ts +52 -0
  199. package/tls/getHost.js +28 -0
  200. package/tls/getHost.js.map +1 -0
  201. package/tls/getHostGroup.d.ts +113 -0
  202. package/tls/getHostGroup.js +28 -0
  203. package/tls/getHostGroup.js.map +1 -0
  204. package/tls/getHostGroups.d.ts +22 -0
  205. package/tls/getHostGroups.js +24 -0
  206. package/tls/getHostGroups.js.map +1 -0
  207. package/tls/getHosts.d.ts +22 -0
  208. package/tls/getHosts.js +24 -0
  209. package/tls/getHosts.js.map +1 -0
  210. package/tls/host.d.ts +97 -0
  211. package/tls/host.js +82 -0
  212. package/tls/host.js.map +1 -0
  213. package/tls/hostGroup.d.ts +254 -0
  214. package/tls/hostGroup.js +121 -0
  215. package/tls/hostGroup.js.map +1 -0
  216. package/tls/index.d.ts +36 -0
  217. package/tls/index.js +46 -1
  218. package/tls/index.js.map +1 -1
  219. package/tos/bucket.d.ts +12 -0
  220. package/tos/bucket.js +2 -0
  221. package/tos/bucket.js.map +1 -1
  222. package/tos/bucketMirrorBack.d.ts +62 -0
  223. package/tos/bucketMirrorBack.js +63 -0
  224. package/tos/bucketMirrorBack.js.map +1 -0
  225. package/tos/bucketRename.d.ts +74 -0
  226. package/tos/bucketRename.js +72 -0
  227. package/tos/bucketRename.js.map +1 -0
  228. package/tos/bucketWebsite.d.ts +98 -0
  229. package/tos/bucketWebsite.js +69 -0
  230. package/tos/bucketWebsite.js.map +1 -0
  231. package/tos/getBucket.d.ts +4 -0
  232. package/tos/getBucket.js.map +1 -1
  233. package/tos/getBucketMirrorBack.d.ts +45 -0
  234. package/tos/getBucketMirrorBack.js +28 -0
  235. package/tos/getBucketMirrorBack.js.map +1 -0
  236. package/tos/getBucketMirrorBacks.d.ts +22 -0
  237. package/tos/getBucketMirrorBacks.js +24 -0
  238. package/tos/getBucketMirrorBacks.js.map +1 -0
  239. package/tos/getBucketRename.d.ts +44 -0
  240. package/tos/getBucketRename.js +28 -0
  241. package/tos/getBucketRename.js.map +1 -0
  242. package/tos/getBucketRenames.d.ts +22 -0
  243. package/tos/getBucketRenames.js +24 -0
  244. package/tos/getBucketRenames.js.map +1 -0
  245. package/tos/getBucketWebsite.d.ts +57 -0
  246. package/tos/getBucketWebsite.js +28 -0
  247. package/tos/getBucketWebsite.js.map +1 -0
  248. package/tos/getBucketWebsites.d.ts +22 -0
  249. package/tos/getBucketWebsites.js +24 -0
  250. package/tos/getBucketWebsites.js.map +1 -0
  251. package/tos/index.d.ts +27 -0
  252. package/tos/index.js +34 -1
  253. package/tos/index.js.map +1 -1
  254. package/types/input.d.ts +1493 -114
  255. package/types/output.d.ts +4728 -1830
  256. package/veenedge/getVpc.d.ts +101 -0
  257. package/veenedge/getVpc.js +28 -0
  258. package/veenedge/getVpc.js.map +1 -0
  259. package/veenedge/getVpcs.d.ts +22 -0
  260. package/veenedge/getVpcs.js +24 -0
  261. package/veenedge/getVpcs.js.map +1 -0
  262. package/veenedge/index.d.ts +9 -0
  263. package/veenedge/index.js +28 -0
  264. package/veenedge/index.js.map +1 -0
  265. package/veenedge/vpc.d.ts +216 -0
  266. package/veenedge/vpc.js +131 -0
  267. package/veenedge/vpc.js.map +1 -0
  268. package/vke/node.d.ts +1 -1
  269. package/vke/node.js +0 -3
  270. package/vke/node.js.map +1 -1
  271. package/vmp/ruleFile.d.ts +2 -2
  272. package/vmp/ruleFile.js +2 -2
  273. package/vpc/vpc.d.ts +4 -0
  274. package/vpc/vpc.js +1 -1
  275. package/vpc/vpc.js.map +1 -1
  276. package/waf/getHostGroup.d.ts +69 -0
  277. package/waf/getHostGroup.js +28 -0
  278. package/waf/getHostGroup.js.map +1 -0
  279. package/waf/getHostGroups.d.ts +22 -0
  280. package/waf/getHostGroups.js +24 -0
  281. package/waf/getHostGroups.js.map +1 -0
  282. package/waf/hostGroup.d.ts +135 -0
  283. package/waf/hostGroup.js +92 -0
  284. package/waf/hostGroup.js.map +1 -0
  285. package/waf/index.d.ts +9 -0
  286. package/waf/index.js +12 -1
  287. package/waf/index.js.map +1 -1
@@ -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.BackupSchedule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Domain backup plan 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 dNSBackupScheduleDemo = new volcenginecc.dns.BackupSchedule("DNSBackupScheduleDemo", {
18
+ * zid: "2xxxx71",
19
+ * schedule: 1,
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * ```sh
26
+ * $ pulumi import volcenginecc:dns/backupSchedule:BackupSchedule example "zid"
27
+ * ```
28
+ */
29
+ class BackupSchedule extends pulumi.CustomResource {
30
+ /**
31
+ * Get an existing BackupSchedule 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 BackupSchedule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
41
+ }
42
+ /**
43
+ * Returns true if the given object is an instance of BackupSchedule. 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'] === BackupSchedule.__pulumiType;
51
+ }
52
+ constructor(name, argsOrState, opts) {
53
+ let resourceInputs = {};
54
+ opts = opts || {};
55
+ if (opts.id) {
56
+ const state = argsOrState;
57
+ resourceInputs["countLimit"] = state ? state.countLimit : undefined;
58
+ resourceInputs["schedule"] = state ? state.schedule : undefined;
59
+ resourceInputs["zid"] = state ? state.zid : undefined;
60
+ }
61
+ else {
62
+ const args = argsOrState;
63
+ if ((!args || args.schedule === undefined) && !opts.urn) {
64
+ throw new Error("Missing required property 'schedule'");
65
+ }
66
+ if ((!args || args.zid === undefined) && !opts.urn) {
67
+ throw new Error("Missing required property 'zid'");
68
+ }
69
+ resourceInputs["schedule"] = args ? args.schedule : undefined;
70
+ resourceInputs["zid"] = args ? args.zid : undefined;
71
+ resourceInputs["countLimit"] = undefined /*out*/;
72
+ }
73
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
74
+ super(BackupSchedule.__pulumiType, name, resourceInputs, opts);
75
+ }
76
+ }
77
+ exports.BackupSchedule = BackupSchedule;
78
+ /** @internal */
79
+ BackupSchedule.__pulumiType = 'volcenginecc:dns/backupSchedule:BackupSchedule';
80
+ //# sourceMappingURL=backupSchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backupSchedule.js","sourceRoot":"","sources":["../../dns/backupSchedule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAvEL,wCAwEC;AA1DG,gBAAgB;AACO,2BAAY,GAAG,gDAAgD,CAAC"}
@@ -0,0 +1,48 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Volcengine::DNS::BackupSchedule
4
+ */
5
+ export declare function getBackupSchedule(args: GetBackupScheduleArgs, opts?: pulumi.InvokeOptions): Promise<GetBackupScheduleResult>;
6
+ /**
7
+ * A collection of arguments for invoking getBackupSchedule.
8
+ */
9
+ export interface GetBackupScheduleArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getBackupSchedule.
17
+ */
18
+ export interface GetBackupScheduleResult {
19
+ /**
20
+ * Backup quantity limit.
21
+ */
22
+ readonly countLimit: number;
23
+ /**
24
+ * Uniquely identifies the resource.
25
+ */
26
+ readonly id: string;
27
+ /**
28
+ * Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
29
+ */
30
+ readonly schedule: number;
31
+ /**
32
+ * You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.
33
+ */
34
+ readonly zid: string;
35
+ }
36
+ /**
37
+ * Data Source schema for Volcengine::DNS::BackupSchedule
38
+ */
39
+ export declare function getBackupScheduleOutput(args: GetBackupScheduleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBackupScheduleResult>;
40
+ /**
41
+ * A collection of arguments for invoking getBackupSchedule.
42
+ */
43
+ export interface GetBackupScheduleOutputArgs {
44
+ /**
45
+ * Uniquely identifies the resource.
46
+ */
47
+ id: pulumi.Input<string>;
48
+ }
@@ -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.getBackupScheduleOutput = exports.getBackupSchedule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::DNS::BackupSchedule
10
+ */
11
+ function getBackupSchedule(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:dns/getBackupSchedule:getBackupSchedule", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getBackupSchedule = getBackupSchedule;
18
+ /**
19
+ * Data Source schema for Volcengine::DNS::BackupSchedule
20
+ */
21
+ function getBackupScheduleOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:dns/getBackupSchedule:getBackupSchedule", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getBackupScheduleOutput = getBackupScheduleOutput;
28
+ //# sourceMappingURL=getBackupSchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBackupSchedule.js","sourceRoot":"","sources":["../../dns/getBackupSchedule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;AAiCD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::DNS::BackupSchedule
4
+ */
5
+ export declare function getBackupSchedules(opts?: pulumi.InvokeOptions): Promise<GetBackupSchedulesResult>;
6
+ /**
7
+ * A collection of values returned by getBackupSchedules.
8
+ */
9
+ export interface GetBackupSchedulesResult {
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::DNS::BackupSchedule
21
+ */
22
+ export declare function getBackupSchedulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBackupSchedulesResult>;
@@ -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.getBackupSchedulesOutput = exports.getBackupSchedules = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::DNS::BackupSchedule
10
+ */
11
+ function getBackupSchedules(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:dns/getBackupSchedules:getBackupSchedules", {}, opts);
14
+ }
15
+ exports.getBackupSchedules = getBackupSchedules;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::DNS::BackupSchedule
18
+ */
19
+ function getBackupSchedulesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:dns/getBackupSchedules:getBackupSchedules", {}, opts);
22
+ }
23
+ exports.getBackupSchedulesOutput = getBackupSchedulesOutput;
24
+ //# sourceMappingURL=getBackupSchedules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBackupSchedules.js","sourceRoot":"","sources":["../../dns/getBackupSchedules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAeD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
package/dns/index.d.ts CHANGED
@@ -1,9 +1,18 @@
1
1
  export { BackupArgs, BackupState } from "./backup";
2
2
  export type Backup = import("./backup").Backup;
3
3
  export declare const Backup: typeof import("./backup").Backup;
4
+ export { BackupScheduleArgs, BackupScheduleState } from "./backupSchedule";
5
+ export type BackupSchedule = import("./backupSchedule").BackupSchedule;
6
+ export declare const BackupSchedule: typeof import("./backupSchedule").BackupSchedule;
4
7
  export { GetBackupArgs, GetBackupResult, GetBackupOutputArgs } from "./getBackup";
5
8
  export declare const getBackup: typeof import("./getBackup").getBackup;
6
9
  export declare const getBackupOutput: typeof import("./getBackup").getBackupOutput;
10
+ export { GetBackupScheduleArgs, GetBackupScheduleResult, GetBackupScheduleOutputArgs } from "./getBackupSchedule";
11
+ export declare const getBackupSchedule: typeof import("./getBackupSchedule").getBackupSchedule;
12
+ export declare const getBackupScheduleOutput: typeof import("./getBackupSchedule").getBackupScheduleOutput;
13
+ export { GetBackupSchedulesResult } from "./getBackupSchedules";
14
+ export declare const getBackupSchedules: typeof import("./getBackupSchedules").getBackupSchedules;
15
+ export declare const getBackupSchedulesOutput: typeof import("./getBackupSchedules").getBackupSchedulesOutput;
7
16
  export { GetBackupsResult } from "./getBackups";
8
17
  export declare const getBackups: typeof import("./getBackups").getBackups;
9
18
  export declare const getBackupsOutput: typeof import("./getBackups").getBackupsOutput;
package/dns/index.js CHANGED
@@ -2,14 +2,22 @@
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.Zone = exports.Record = exports.getZonesOutput = exports.getZones = exports.getZoneOutput = exports.getZone = exports.getRecordsOutput = exports.getRecords = exports.getRecordOutput = exports.getRecord = exports.getBackupsOutput = exports.getBackups = exports.getBackupOutput = exports.getBackup = exports.Backup = void 0;
5
+ exports.Zone = exports.Record = exports.getZonesOutput = exports.getZones = exports.getZoneOutput = exports.getZone = exports.getRecordsOutput = exports.getRecords = exports.getRecordOutput = exports.getRecord = exports.getBackupsOutput = exports.getBackups = exports.getBackupSchedulesOutput = exports.getBackupSchedules = exports.getBackupScheduleOutput = exports.getBackupSchedule = exports.getBackupOutput = exports.getBackup = exports.BackupSchedule = exports.Backup = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.Backup = null;
9
9
  utilities.lazyLoad(exports, ["Backup"], () => require("./backup"));
10
+ exports.BackupSchedule = null;
11
+ utilities.lazyLoad(exports, ["BackupSchedule"], () => require("./backupSchedule"));
10
12
  exports.getBackup = null;
11
13
  exports.getBackupOutput = null;
12
14
  utilities.lazyLoad(exports, ["getBackup", "getBackupOutput"], () => require("./getBackup"));
15
+ exports.getBackupSchedule = null;
16
+ exports.getBackupScheduleOutput = null;
17
+ utilities.lazyLoad(exports, ["getBackupSchedule", "getBackupScheduleOutput"], () => require("./getBackupSchedule"));
18
+ exports.getBackupSchedules = null;
19
+ exports.getBackupSchedulesOutput = null;
20
+ utilities.lazyLoad(exports, ["getBackupSchedules", "getBackupSchedulesOutput"], () => require("./getBackupSchedules"));
13
21
  exports.getBackups = null;
14
22
  exports.getBackupsOutput = null;
15
23
  utilities.lazyLoad(exports, ["getBackups", "getBackupsOutput"], () => require("./getBackups"));
@@ -35,6 +43,8 @@ const _module = {
35
43
  switch (type) {
36
44
  case "volcenginecc:dns/backup:Backup":
37
45
  return new exports.Backup(name, undefined, { urn });
46
+ case "volcenginecc:dns/backupSchedule:BackupSchedule":
47
+ return new exports.BackupSchedule(name, undefined, { urn });
38
48
  case "volcenginecc:dns/record:Record":
39
49
  return new exports.Record(name, undefined, { urn });
40
50
  case "volcenginecc:dns/zone:Zone":
@@ -45,6 +55,7 @@ const _module = {
45
55
  },
46
56
  };
47
57
  pulumi.runtime.registerResourceModule("volcenginecc", "dns/backup", _module);
58
+ pulumi.runtime.registerResourceModule("volcenginecc", "dns/backupSchedule", _module);
48
59
  pulumi.runtime.registerResourceModule("volcenginecc", "dns/record", _module);
49
60
  pulumi.runtime.registerResourceModule("volcenginecc", "dns/zone", _module);
50
61
  //# sourceMappingURL=index.js.map
package/dns/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../dns/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../dns/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,210 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Cloud firewall access control address book, used to centrally manage a group of IPv4/IPv6 addresses, ports, or domain names. Can be referenced as source or destination in access control policies.
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 example = new volcenginecc.fwcenter.AddressBook("Example", {
14
+ * groupName: "IPv6手动地址簿",
15
+ * groupType: "ipv6",
16
+ * description: "测试IPv6手动地址簿",
17
+ * cloudFirewallId: "CloudFirewallxxxxxxxam7tr9t02w",
18
+ * autoUpdateType: "Manual",
19
+ * addressDetailLists: [
20
+ * {
21
+ * description: "测试IPv6网段",
22
+ * address: "2001:xxxx::/32",
23
+ * },
24
+ * {
25
+ * description: "测试IPv6地址",
26
+ * address: "2001:xxxx::1",
27
+ * },
28
+ * ],
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * ```sh
35
+ * $ pulumi import volcenginecc:fwcenter/addressBook:AddressBook example "group_uuid"
36
+ * ```
37
+ */
38
+ export declare class AddressBook extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing AddressBook 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?: AddressBookState, opts?: pulumi.CustomResourceOptions): AddressBook;
49
+ /**
50
+ * Returns true if the given object is an instance of AddressBook. 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 AddressBook;
54
+ readonly addressDetailLists: pulumi.Output<outputs.fwcenter.AddressBookAddressDetailList[]>;
55
+ /**
56
+ * Address list in the address book. The specific content depends on the address book type. Effective when `AutoUpdateType` is `Manual` and `AddressDetailList` is not empty. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
57
+ */
58
+ readonly addressLists: pulumi.Output<string[]>;
59
+ /**
60
+ * Address book auto-update type. Default is `Manual`. `Manual`: manual update; `Tag`: tag address book. Assets with new matching tags are automatically added to the current address book. This feature is currently only supported for the internet boundary.
61
+ */
62
+ readonly autoUpdateType: pulumi.Output<string>;
63
+ /**
64
+ * The unique identifier of the cloud firewall instance, used to specify which cloud firewall instance the address book belongs to.
65
+ */
66
+ readonly cloudFirewallId: pulumi.Output<string>;
67
+ /**
68
+ * Detailed description of the address book, used to explain its purpose or other relevant information.
69
+ */
70
+ readonly description: pulumi.Output<string>;
71
+ /**
72
+ * Name of the address book. Supports Chinese characters, uppercase and lowercase English letters, `-`, and `_`, with a maximum length of 64 characters.
73
+ */
74
+ readonly groupName: pulumi.Output<string>;
75
+ /**
76
+ * The type of the address book, used to specify the type of addresses stored in the address book. `ip`: IPv4 address; `ipv6`: IPv6 address; `port`: port information; `domain`: domain name information.
77
+ */
78
+ readonly groupType: pulumi.Output<string>;
79
+ /**
80
+ * Unique identifier for the address book, generated by the system after the address book is created. Used to uniquely identify the address book within the system.
81
+ */
82
+ readonly groupUuid: pulumi.Output<string>;
83
+ /**
84
+ * Asset type list, used to specify the types of assets included in the address book. Takes effect when `AutoUpdateType` is set to `Tag`. Supported values: `EcsInstance` (cloud server), `NetworkInterface` (network interface), `HaVip` (high-availability virtual IP), `Nat` (NAT gateway), `ClbInstance` (load balancer), `AlbInstance` (application load balancer), `VpnGateway` (VPN gateway).
85
+ */
86
+ readonly instanceTypeLists: pulumi.Output<string[]>;
87
+ /**
88
+ * Reference count for the address book, indicating how many times it has been referenced.
89
+ */
90
+ readonly refCnt: pulumi.Output<number>;
91
+ /**
92
+ * Tag type, used to specify the resource type in the address book. Effective when `AutoUpdateType` is `Tag`. `Eip`: public IP; `InternetAsset`: public asset.
93
+ */
94
+ readonly resourceType: pulumi.Output<string>;
95
+ /**
96
+ * Logical relationship between tags, used to specify how multiple tags are combined. Effective when `AutoUpdateType` is `Tag`. `And`: all tags must be satisfied; `Or`: any tag can be satisfied.
97
+ */
98
+ readonly tagRelation: pulumi.Output<string>;
99
+ readonly tags: pulumi.Output<outputs.fwcenter.AddressBookTag[]>;
100
+ /**
101
+ * Last update timestamp for the address book, represented in Unix timestamp format.
102
+ */
103
+ readonly updated: pulumi.Output<number>;
104
+ /**
105
+ * Create a AddressBook resource with the given unique name, arguments, and options.
106
+ *
107
+ * @param name The _unique_ name of the resource.
108
+ * @param args The arguments to use to populate this resource's properties.
109
+ * @param opts A bag of options that control this resource's behavior.
110
+ */
111
+ constructor(name: string, args: AddressBookArgs, opts?: pulumi.CustomResourceOptions);
112
+ }
113
+ /**
114
+ * Input properties used for looking up and filtering AddressBook resources.
115
+ */
116
+ export interface AddressBookState {
117
+ addressDetailLists?: pulumi.Input<pulumi.Input<inputs.fwcenter.AddressBookAddressDetailList>[]>;
118
+ /**
119
+ * Address list in the address book. The specific content depends on the address book type. Effective when `AutoUpdateType` is `Manual` and `AddressDetailList` is not empty. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
120
+ */
121
+ addressLists?: pulumi.Input<pulumi.Input<string>[]>;
122
+ /**
123
+ * Address book auto-update type. Default is `Manual`. `Manual`: manual update; `Tag`: tag address book. Assets with new matching tags are automatically added to the current address book. This feature is currently only supported for the internet boundary.
124
+ */
125
+ autoUpdateType?: pulumi.Input<string>;
126
+ /**
127
+ * The unique identifier of the cloud firewall instance, used to specify which cloud firewall instance the address book belongs to.
128
+ */
129
+ cloudFirewallId?: pulumi.Input<string>;
130
+ /**
131
+ * Detailed description of the address book, used to explain its purpose or other relevant information.
132
+ */
133
+ description?: pulumi.Input<string>;
134
+ /**
135
+ * Name of the address book. Supports Chinese characters, uppercase and lowercase English letters, `-`, and `_`, with a maximum length of 64 characters.
136
+ */
137
+ groupName?: pulumi.Input<string>;
138
+ /**
139
+ * The type of the address book, used to specify the type of addresses stored in the address book. `ip`: IPv4 address; `ipv6`: IPv6 address; `port`: port information; `domain`: domain name information.
140
+ */
141
+ groupType?: pulumi.Input<string>;
142
+ /**
143
+ * Unique identifier for the address book, generated by the system after the address book is created. Used to uniquely identify the address book within the system.
144
+ */
145
+ groupUuid?: pulumi.Input<string>;
146
+ /**
147
+ * Asset type list, used to specify the types of assets included in the address book. Takes effect when `AutoUpdateType` is set to `Tag`. Supported values: `EcsInstance` (cloud server), `NetworkInterface` (network interface), `HaVip` (high-availability virtual IP), `Nat` (NAT gateway), `ClbInstance` (load balancer), `AlbInstance` (application load balancer), `VpnGateway` (VPN gateway).
148
+ */
149
+ instanceTypeLists?: pulumi.Input<pulumi.Input<string>[]>;
150
+ /**
151
+ * Reference count for the address book, indicating how many times it has been referenced.
152
+ */
153
+ refCnt?: pulumi.Input<number>;
154
+ /**
155
+ * Tag type, used to specify the resource type in the address book. Effective when `AutoUpdateType` is `Tag`. `Eip`: public IP; `InternetAsset`: public asset.
156
+ */
157
+ resourceType?: pulumi.Input<string>;
158
+ /**
159
+ * Logical relationship between tags, used to specify how multiple tags are combined. Effective when `AutoUpdateType` is `Tag`. `And`: all tags must be satisfied; `Or`: any tag can be satisfied.
160
+ */
161
+ tagRelation?: pulumi.Input<string>;
162
+ tags?: pulumi.Input<pulumi.Input<inputs.fwcenter.AddressBookTag>[]>;
163
+ /**
164
+ * Last update timestamp for the address book, represented in Unix timestamp format.
165
+ */
166
+ updated?: pulumi.Input<number>;
167
+ }
168
+ /**
169
+ * The set of arguments for constructing a AddressBook resource.
170
+ */
171
+ export interface AddressBookArgs {
172
+ addressDetailLists?: pulumi.Input<pulumi.Input<inputs.fwcenter.AddressBookAddressDetailList>[]>;
173
+ /**
174
+ * Address list in the address book. The specific content depends on the address book type. Effective when `AutoUpdateType` is `Manual` and `AddressDetailList` is not empty. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
175
+ */
176
+ addressLists?: pulumi.Input<pulumi.Input<string>[]>;
177
+ /**
178
+ * Address book auto-update type. Default is `Manual`. `Manual`: manual update; `Tag`: tag address book. Assets with new matching tags are automatically added to the current address book. This feature is currently only supported for the internet boundary.
179
+ */
180
+ autoUpdateType?: pulumi.Input<string>;
181
+ /**
182
+ * The unique identifier of the cloud firewall instance, used to specify which cloud firewall instance the address book belongs to.
183
+ */
184
+ cloudFirewallId?: pulumi.Input<string>;
185
+ /**
186
+ * Detailed description of the address book, used to explain its purpose or other relevant information.
187
+ */
188
+ description?: pulumi.Input<string>;
189
+ /**
190
+ * Name of the address book. Supports Chinese characters, uppercase and lowercase English letters, `-`, and `_`, with a maximum length of 64 characters.
191
+ */
192
+ groupName: pulumi.Input<string>;
193
+ /**
194
+ * The type of the address book, used to specify the type of addresses stored in the address book. `ip`: IPv4 address; `ipv6`: IPv6 address; `port`: port information; `domain`: domain name information.
195
+ */
196
+ groupType: pulumi.Input<string>;
197
+ /**
198
+ * Asset type list, used to specify the types of assets included in the address book. Takes effect when `AutoUpdateType` is set to `Tag`. Supported values: `EcsInstance` (cloud server), `NetworkInterface` (network interface), `HaVip` (high-availability virtual IP), `Nat` (NAT gateway), `ClbInstance` (load balancer), `AlbInstance` (application load balancer), `VpnGateway` (VPN gateway).
199
+ */
200
+ instanceTypeLists?: pulumi.Input<pulumi.Input<string>[]>;
201
+ /**
202
+ * Tag type, used to specify the resource type in the address book. Effective when `AutoUpdateType` is `Tag`. `Eip`: public IP; `InternetAsset`: public asset.
203
+ */
204
+ resourceType?: pulumi.Input<string>;
205
+ /**
206
+ * Logical relationship between tags, used to specify how multiple tags are combined. Effective when `AutoUpdateType` is `Tag`. `And`: all tags must be satisfied; `Or`: any tag can be satisfied.
207
+ */
208
+ tagRelation?: pulumi.Input<string>;
209
+ tags?: pulumi.Input<pulumi.Input<inputs.fwcenter.AddressBookTag>[]>;
210
+ }
@@ -0,0 +1,115 @@
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.AddressBook = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Cloud firewall access control address book, used to centrally manage a group of IPv4/IPv6 addresses, ports, or domain names. Can be referenced as source or destination in access control policies.
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 example = new volcenginecc.fwcenter.AddressBook("Example", {
18
+ * groupName: "IPv6手动地址簿",
19
+ * groupType: "ipv6",
20
+ * description: "测试IPv6手动地址簿",
21
+ * cloudFirewallId: "CloudFirewallxxxxxxxam7tr9t02w",
22
+ * autoUpdateType: "Manual",
23
+ * addressDetailLists: [
24
+ * {
25
+ * description: "测试IPv6网段",
26
+ * address: "2001:xxxx::/32",
27
+ * },
28
+ * {
29
+ * description: "测试IPv6地址",
30
+ * address: "2001:xxxx::1",
31
+ * },
32
+ * ],
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * ```sh
39
+ * $ pulumi import volcenginecc:fwcenter/addressBook:AddressBook example "group_uuid"
40
+ * ```
41
+ */
42
+ class AddressBook extends pulumi.CustomResource {
43
+ /**
44
+ * Get an existing AddressBook 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 AddressBook(name, state, Object.assign(Object.assign({}, opts), { id: id }));
54
+ }
55
+ /**
56
+ * Returns true if the given object is an instance of AddressBook. 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'] === AddressBook.__pulumiType;
64
+ }
65
+ constructor(name, argsOrState, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (opts.id) {
69
+ const state = argsOrState;
70
+ resourceInputs["addressDetailLists"] = state ? state.addressDetailLists : undefined;
71
+ resourceInputs["addressLists"] = state ? state.addressLists : undefined;
72
+ resourceInputs["autoUpdateType"] = state ? state.autoUpdateType : undefined;
73
+ resourceInputs["cloudFirewallId"] = state ? state.cloudFirewallId : undefined;
74
+ resourceInputs["description"] = state ? state.description : undefined;
75
+ resourceInputs["groupName"] = state ? state.groupName : undefined;
76
+ resourceInputs["groupType"] = state ? state.groupType : undefined;
77
+ resourceInputs["groupUuid"] = state ? state.groupUuid : undefined;
78
+ resourceInputs["instanceTypeLists"] = state ? state.instanceTypeLists : undefined;
79
+ resourceInputs["refCnt"] = state ? state.refCnt : undefined;
80
+ resourceInputs["resourceType"] = state ? state.resourceType : undefined;
81
+ resourceInputs["tagRelation"] = state ? state.tagRelation : undefined;
82
+ resourceInputs["tags"] = state ? state.tags : undefined;
83
+ resourceInputs["updated"] = state ? state.updated : undefined;
84
+ }
85
+ else {
86
+ const args = argsOrState;
87
+ if ((!args || args.groupName === undefined) && !opts.urn) {
88
+ throw new Error("Missing required property 'groupName'");
89
+ }
90
+ if ((!args || args.groupType === undefined) && !opts.urn) {
91
+ throw new Error("Missing required property 'groupType'");
92
+ }
93
+ resourceInputs["addressDetailLists"] = args ? args.addressDetailLists : undefined;
94
+ resourceInputs["addressLists"] = args ? args.addressLists : undefined;
95
+ resourceInputs["autoUpdateType"] = args ? args.autoUpdateType : undefined;
96
+ resourceInputs["cloudFirewallId"] = args ? args.cloudFirewallId : undefined;
97
+ resourceInputs["description"] = args ? args.description : undefined;
98
+ resourceInputs["groupName"] = args ? args.groupName : undefined;
99
+ resourceInputs["groupType"] = args ? args.groupType : undefined;
100
+ resourceInputs["instanceTypeLists"] = args ? args.instanceTypeLists : undefined;
101
+ resourceInputs["resourceType"] = args ? args.resourceType : undefined;
102
+ resourceInputs["tagRelation"] = args ? args.tagRelation : undefined;
103
+ resourceInputs["tags"] = args ? args.tags : undefined;
104
+ resourceInputs["groupUuid"] = undefined /*out*/;
105
+ resourceInputs["refCnt"] = undefined /*out*/;
106
+ resourceInputs["updated"] = undefined /*out*/;
107
+ }
108
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
109
+ super(AddressBook.__pulumiType, name, resourceInputs, opts);
110
+ }
111
+ }
112
+ exports.AddressBook = AddressBook;
113
+ /** @internal */
114
+ AddressBook.__pulumiType = 'volcenginecc:fwcenter/addressBook:AddressBook';
115
+ //# sourceMappingURL=addressBook.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addressBook.js","sourceRoot":"","sources":["../../fwcenter/addressBook.ts"],"names":[],"mappings":"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"}