@pulumi/aiven 4.4.0 → 4.5.1

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 (313) hide show
  1. package/account.d.ts +13 -31
  2. package/account.js +4 -6
  3. package/account.js.map +1 -1
  4. package/accountAuthentication.d.ts +31 -53
  5. package/accountAuthentication.js +5 -7
  6. package/accountAuthentication.js.map +1 -1
  7. package/accountTeam.d.ts +12 -22
  8. package/accountTeam.js +2 -4
  9. package/accountTeam.js.map +1 -1
  10. package/accountTeamMember.d.ts +16 -39
  11. package/accountTeamMember.js +4 -6
  12. package/accountTeamMember.js.map +1 -1
  13. package/accountTeamProject.d.ts +12 -17
  14. package/accountTeamProject.js +0 -2
  15. package/accountTeamProject.js.map +1 -1
  16. package/awsPrivatelink.d.ts +13 -27
  17. package/awsPrivatelink.js +0 -2
  18. package/awsPrivatelink.js.map +1 -1
  19. package/azurePrivatelink.d.ts +120 -0
  20. package/azurePrivatelink.js +86 -0
  21. package/azurePrivatelink.js.map +1 -0
  22. package/azurePrivatelinkConnectionApproval.d.ts +91 -0
  23. package/azurePrivatelinkConnectionApproval.js +66 -0
  24. package/azurePrivatelinkConnectionApproval.js.map +1 -0
  25. package/billingGroup.d.ts +0 -2
  26. package/billingGroup.js +0 -2
  27. package/billingGroup.js.map +1 -1
  28. package/cassandra.d.ts +101 -135
  29. package/cassandra.js +14 -4
  30. package/cassandra.js.map +1 -1
  31. package/clickhouse.d.ts +304 -0
  32. package/clickhouse.js +122 -0
  33. package/clickhouse.js.map +1 -0
  34. package/clickhouseDatabase.d.ts +105 -0
  35. package/clickhouseDatabase.js +76 -0
  36. package/clickhouseDatabase.js.map +1 -0
  37. package/clickhouseGrant.d.ts +169 -0
  38. package/clickhouseGrant.js +125 -0
  39. package/clickhouseGrant.js.map +1 -0
  40. package/clickhouseRole.d.ts +75 -0
  41. package/clickhouseRole.js +65 -0
  42. package/clickhouseRole.js.map +1 -0
  43. package/clickhouseUser.d.ts +112 -0
  44. package/clickhouseUser.js +84 -0
  45. package/clickhouseUser.js.map +1 -0
  46. package/connectionPool.d.ts +23 -53
  47. package/connectionPool.js +0 -4
  48. package/connectionPool.js.map +1 -1
  49. package/database.d.ts +18 -23
  50. package/database.js +0 -2
  51. package/database.js.map +1 -1
  52. package/elasticSearch.d.ts +97 -134
  53. package/elasticSearch.js +14 -4
  54. package/elasticSearch.js.map +1 -1
  55. package/elasticSearchAcl.d.ts +14 -26
  56. package/elasticSearchAcl.js +2 -5
  57. package/elasticSearchAcl.js.map +1 -1
  58. package/elasticSearchAclConfig.d.ts +12 -23
  59. package/elasticSearchAclConfig.js +0 -2
  60. package/elasticSearchAclConfig.js.map +1 -1
  61. package/elasticSearchAclRule.d.ts +15 -20
  62. package/elasticSearchAclRule.js +0 -2
  63. package/elasticSearchAclRule.js.map +1 -1
  64. package/flink.d.ts +311 -0
  65. package/flink.js +125 -0
  66. package/flink.js.map +1 -0
  67. package/flinkJob.d.ts +136 -0
  68. package/flinkJob.js +100 -0
  69. package/flinkJob.js.map +1 -0
  70. package/flinkJobTable.d.ts +224 -0
  71. package/flinkJobTable.js +114 -0
  72. package/flinkJobTable.js.map +1 -0
  73. package/getAccount.d.ts +10 -49
  74. package/getAccount.js +0 -7
  75. package/getAccount.js.map +1 -1
  76. package/getAccountAuthentication.d.ts +21 -103
  77. package/getAccountAuthentication.js +0 -12
  78. package/getAccountAuthentication.js.map +1 -1
  79. package/getAccountTeam.d.ts +13 -33
  80. package/getAccountTeam.js +0 -5
  81. package/getAccountTeam.js.map +1 -1
  82. package/getAccountTeamMember.d.ts +18 -43
  83. package/getAccountTeamMember.js +0 -5
  84. package/getAccountTeamMember.js.map +1 -1
  85. package/getAccountTeamProject.d.ts +17 -21
  86. package/getAccountTeamProject.js +0 -3
  87. package/getAccountTeamProject.js.map +1 -1
  88. package/getAwsPrivatelink.d.ts +14 -42
  89. package/getAwsPrivatelink.js +0 -5
  90. package/getAwsPrivatelink.js.map +1 -1
  91. package/getAzurePrivatelink.d.ts +81 -0
  92. package/getAzurePrivatelink.js +38 -0
  93. package/getAzurePrivatelink.js.map +1 -0
  94. package/getBillingGroup.d.ts +96 -0
  95. package/getBillingGroup.js +36 -0
  96. package/getBillingGroup.js.map +1 -0
  97. package/getCassanda.d.ts +118 -44
  98. package/getCassanda.js +15 -17
  99. package/getCassanda.js.map +1 -1
  100. package/getCassandra.d.ts +62 -223
  101. package/getCassandra.js +1 -20
  102. package/getCassandra.js.map +1 -1
  103. package/getClickhouse.d.ts +154 -0
  104. package/getClickhouse.js +38 -0
  105. package/getClickhouse.js.map +1 -0
  106. package/getClickhouseDatabase.d.ts +75 -0
  107. package/getClickhouseDatabase.js +40 -0
  108. package/getClickhouseDatabase.js.map +1 -0
  109. package/getClickhouseUser.d.ts +86 -0
  110. package/getClickhouseUser.js +40 -0
  111. package/getClickhouseUser.js.map +1 -0
  112. package/getConnectionPool.d.ts +26 -74
  113. package/getConnectionPool.js +0 -7
  114. package/getConnectionPool.js.map +1 -1
  115. package/getDatabase.d.ts +22 -29
  116. package/getDatabase.js +0 -5
  117. package/getDatabase.js.map +1 -1
  118. package/getElasticSearch.d.ts +61 -222
  119. package/getElasticSearch.js +0 -19
  120. package/getElasticSearch.js.map +1 -1
  121. package/getElasticSearchAcl.d.ts +22 -36
  122. package/getElasticSearchAcl.js +1 -7
  123. package/getElasticSearchAcl.js.map +1 -1
  124. package/getElasticSearchAclConfig.d.ts +41 -6
  125. package/getElasticSearchAclConfig.js +15 -2
  126. package/getElasticSearchAclConfig.js.map +1 -1
  127. package/getElasticSearchAclRule.d.ts +56 -2
  128. package/getElasticSearchAclRule.js +17 -1
  129. package/getElasticSearchAclRule.js.map +1 -1
  130. package/getFlink.d.ts +154 -0
  131. package/getFlink.js +38 -0
  132. package/getFlink.js.map +1 -0
  133. package/getGrafana.d.ts +61 -222
  134. package/getGrafana.js +0 -19
  135. package/getGrafana.js.map +1 -1
  136. package/getInfluxDb.d.ts +61 -222
  137. package/getInfluxDb.js +0 -19
  138. package/getInfluxDb.js.map +1 -1
  139. package/getKafka.d.ts +65 -221
  140. package/getKafka.js +0 -20
  141. package/getKafka.js.map +1 -1
  142. package/getKafkaAcl.d.ts +31 -21
  143. package/getKafkaAcl.js +2 -5
  144. package/getKafkaAcl.js.map +1 -1
  145. package/getKafkaConnect.d.ts +61 -222
  146. package/getKafkaConnect.js +0 -19
  147. package/getKafkaConnect.js.map +1 -1
  148. package/getKafkaConnector.d.ts +31 -73
  149. package/getKafkaConnector.js +0 -15
  150. package/getKafkaConnector.js.map +1 -1
  151. package/getKafkaMirrorMaker.d.ts +61 -222
  152. package/getKafkaMirrorMaker.js +0 -19
  153. package/getKafkaMirrorMaker.js.map +1 -1
  154. package/getKafkaSchema.d.ts +23 -37
  155. package/getKafkaSchema.js +1 -7
  156. package/getKafkaSchema.js.map +1 -1
  157. package/getKafkaSchemaConfiguration.d.ts +29 -41
  158. package/getKafkaSchemaConfiguration.js +4 -10
  159. package/getKafkaSchemaConfiguration.js.map +1 -1
  160. package/getKafkaTopic.d.ts +34 -95
  161. package/getKafkaTopic.js +0 -18
  162. package/getKafkaTopic.js.map +1 -1
  163. package/getM3Aggregator.d.ts +62 -223
  164. package/getM3Aggregator.js +1 -20
  165. package/getM3Aggregator.js.map +1 -1
  166. package/getM3Db.d.ts +61 -222
  167. package/getM3Db.js +0 -19
  168. package/getM3Db.js.map +1 -1
  169. package/getMirrorMakerReplicationFlow.d.ts +45 -52
  170. package/getMirrorMakerReplicationFlow.js +1 -11
  171. package/getMirrorMakerReplicationFlow.js.map +1 -1
  172. package/getMySql.d.ts +61 -222
  173. package/getMySql.js +0 -19
  174. package/getMySql.js.map +1 -1
  175. package/getOpenSearch.d.ts +61 -216
  176. package/getOpenSearch.js +0 -19
  177. package/getOpenSearch.js.map +1 -1
  178. package/getOpenSearchAclConfig.d.ts +41 -6
  179. package/getOpenSearchAclConfig.js +15 -2
  180. package/getOpenSearchAclConfig.js.map +1 -1
  181. package/getOpenSearchAclRule.d.ts +62 -0
  182. package/getOpenSearchAclRule.js +17 -0
  183. package/getOpenSearchAclRule.js.map +1 -1
  184. package/getPg.d.ts +61 -222
  185. package/getPg.js +0 -19
  186. package/getPg.js.map +1 -1
  187. package/getProject.d.ts +49 -166
  188. package/getProject.js +0 -20
  189. package/getProject.js.map +1 -1
  190. package/getProjectUser.d.ts +13 -34
  191. package/getProjectUser.js +0 -4
  192. package/getProjectUser.js.map +1 -1
  193. package/getProjectVpc.d.ts +13 -30
  194. package/getProjectVpc.js +0 -4
  195. package/getProjectVpc.js.map +1 -1
  196. package/getRedis.d.ts +60 -221
  197. package/getRedis.js +0 -19
  198. package/getRedis.js.map +1 -1
  199. package/getService.d.ts +203 -105
  200. package/getService.js +3 -37
  201. package/getService.js.map +1 -1
  202. package/getServiceComponent.d.ts +38 -90
  203. package/getServiceComponent.js +1 -22
  204. package/getServiceComponent.js.map +1 -1
  205. package/getServiceIntegration.d.ts +67 -95
  206. package/getServiceIntegration.js +1 -41
  207. package/getServiceIntegration.js.map +1 -1
  208. package/getServiceIntegrationEndpoint.d.ts +61 -63
  209. package/getServiceIntegrationEndpoint.js +1 -17
  210. package/getServiceIntegrationEndpoint.js.map +1 -1
  211. package/getServiceUser.d.ts +37 -78
  212. package/getServiceUser.js +0 -13
  213. package/getServiceUser.js.map +1 -1
  214. package/getTransitGatewayVpcAttachment.d.ts +29 -40
  215. package/getTransitGatewayVpcAttachment.js +1 -9
  216. package/getTransitGatewayVpcAttachment.js.map +1 -1
  217. package/getVpcPeeringConnection.d.ts +27 -92
  218. package/getVpcPeeringConnection.js +1 -11
  219. package/getVpcPeeringConnection.js.map +1 -1
  220. package/grafana.d.ts +97 -134
  221. package/grafana.js +14 -4
  222. package/grafana.js.map +1 -1
  223. package/index.d.ts +17 -0
  224. package/index.js +61 -0
  225. package/index.js.map +1 -1
  226. package/influxDb.d.ts +97 -131
  227. package/influxDb.js +14 -4
  228. package/influxDb.js.map +1 -1
  229. package/kafka.d.ts +110 -128
  230. package/kafka.js +14 -2
  231. package/kafka.js.map +1 -1
  232. package/kafkaAcl.d.ts +15 -29
  233. package/kafkaAcl.js +0 -2
  234. package/kafkaAcl.js.map +1 -1
  235. package/kafkaConnect.d.ts +97 -134
  236. package/kafkaConnect.js +14 -4
  237. package/kafkaConnect.js.map +1 -1
  238. package/kafkaConnector.d.ts +34 -44
  239. package/kafkaConnector.js +8 -16
  240. package/kafkaConnector.js.map +1 -1
  241. package/kafkaMirrorMaker.d.ts +97 -131
  242. package/kafkaMirrorMaker.js +14 -4
  243. package/kafkaMirrorMaker.js.map +1 -1
  244. package/kafkaSchema.d.ts +45 -31
  245. package/kafkaSchema.js +28 -2
  246. package/kafkaSchema.js.map +1 -1
  247. package/kafkaSchemaConfiguration.d.ts +11 -31
  248. package/kafkaSchemaConfiguration.js +0 -5
  249. package/kafkaSchemaConfiguration.js.map +1 -1
  250. package/kafkaTopic.d.ts +58 -48
  251. package/kafkaTopic.js +28 -0
  252. package/kafkaTopic.js.map +1 -1
  253. package/m3aggregator.d.ts +97 -131
  254. package/m3aggregator.js +14 -4
  255. package/m3aggregator.js.map +1 -1
  256. package/m3db.d.ts +97 -131
  257. package/m3db.js +14 -4
  258. package/m3db.js.map +1 -1
  259. package/mirrorMakerReplicationFlow.d.ts +34 -40
  260. package/mirrorMakerReplicationFlow.js +1 -4
  261. package/mirrorMakerReplicationFlow.js.map +1 -1
  262. package/mySql.d.ts +104 -150
  263. package/mySql.js +14 -4
  264. package/mySql.js.map +1 -1
  265. package/openSearch.d.ts +101 -132
  266. package/openSearch.js +14 -4
  267. package/openSearch.js.map +1 -1
  268. package/openSearchAclConfig.d.ts +31 -29
  269. package/openSearchAclConfig.js +19 -8
  270. package/openSearchAclConfig.js.map +1 -1
  271. package/openSearchAclRule.d.ts +30 -35
  272. package/openSearchAclRule.js +15 -17
  273. package/openSearchAclRule.js.map +1 -1
  274. package/package.json +2 -2
  275. package/package.json.dev +2 -2
  276. package/pg.d.ts +101 -126
  277. package/pg.js +15 -0
  278. package/pg.js.map +1 -1
  279. package/project.d.ts +60 -121
  280. package/project.js +3 -5
  281. package/project.js.map +1 -1
  282. package/projectUser.d.ts +11 -19
  283. package/projectUser.js +0 -2
  284. package/projectUser.js.map +1 -1
  285. package/projectVpc.d.ts +11 -18
  286. package/projectVpc.js +0 -2
  287. package/projectVpc.js.map +1 -1
  288. package/redis.d.ts +99 -136
  289. package/redis.js +13 -3
  290. package/redis.js.map +1 -1
  291. package/service.d.ts +184 -121
  292. package/service.js +44 -21
  293. package/service.js.map +1 -1
  294. package/serviceIntegration.d.ts +18 -185
  295. package/serviceIntegration.js +4 -40
  296. package/serviceIntegration.js.map +1 -1
  297. package/serviceIntegrationEndpoint.d.ts +9 -49
  298. package/serviceIntegrationEndpoint.js +0 -34
  299. package/serviceIntegrationEndpoint.js.map +1 -1
  300. package/serviceUser.d.ts +45 -40
  301. package/serviceUser.js +2 -4
  302. package/serviceUser.js.map +1 -1
  303. package/staticIp.d.ts +95 -0
  304. package/staticIp.js +68 -0
  305. package/staticIp.js.map +1 -0
  306. package/transitGatewayVpcAttachment.d.ts +16 -19
  307. package/transitGatewayVpcAttachment.js +1 -4
  308. package/transitGatewayVpcAttachment.js.map +1 -1
  309. package/types/input.d.ts +1440 -9809
  310. package/types/output.d.ts +1744 -3691
  311. package/vpcPeeringConnection.d.ts +27 -58
  312. package/vpcPeeringConnection.js +0 -22
  313. package/vpcPeeringConnection.js.map +1 -1
@@ -1,7 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * ## # Account Team Member Data Source
4
- *
5
3
  * The Account Team Member data source provides information about the existing Aiven Account Team Member.
6
4
  */
7
5
  export declare function getAccountTeamMember(args: GetAccountTeamMemberArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountTeamMemberResult>;
@@ -10,30 +8,15 @@ export declare function getAccountTeamMember(args: GetAccountTeamMemberArgs, opt
10
8
  */
11
9
  export interface GetAccountTeamMemberArgs {
12
10
  /**
13
- * is a boolean flag that determines whether an invitation was accepted or not by the user.
14
- * `false` value means that the invitation was sent to the user but not yet accepted.
15
- * `true` means that the user accepted the invitation and is now a member of an account team.
16
- */
17
- accepted?: boolean;
18
- /**
19
- * is a unique account id.
11
+ * The unique account id This property cannot be changed, doing so forces recreation of the resource.
20
12
  */
21
13
  accountId: string;
22
14
  /**
23
- * time of creation.
24
- */
25
- createTime?: string;
26
- /**
27
- * team invited by user email.
28
- */
29
- invitedByUserEmail?: string;
30
- /**
31
- * is an account team id.
15
+ * An account team id This property cannot be changed, doing so forces recreation of the resource.
32
16
  */
33
17
  teamId: string;
34
18
  /**
35
- * is a user email address that first will be invited, and after accepting an invitation,
36
- * he or she becomes a member of a team.
19
+ * Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. This property cannot be changed, doing so forces recreation of the resource.
37
20
  */
38
21
  userEmail: string;
39
22
  }
@@ -42,14 +25,15 @@ export interface GetAccountTeamMemberArgs {
42
25
  */
43
26
  export interface GetAccountTeamMemberResult {
44
27
  /**
45
- * is a boolean flag that determines whether an invitation was accepted or not by the user.
46
- * `false` value means that the invitation was sent to the user but not yet accepted.
47
- * `true` means that the user accepted the invitation and is now a member of an account team.
28
+ * is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
48
29
  */
49
30
  readonly accepted: boolean;
31
+ /**
32
+ * The unique account id This property cannot be changed, doing so forces recreation of the resource.
33
+ */
50
34
  readonly accountId: string;
51
35
  /**
52
- * time of creation.
36
+ * Time of creation
53
37
  */
54
38
  readonly createTime: string;
55
39
  /**
@@ -57,10 +41,16 @@ export interface GetAccountTeamMemberResult {
57
41
  */
58
42
  readonly id: string;
59
43
  /**
60
- * team invited by user email.
44
+ * The email address that invited this user.
61
45
  */
62
46
  readonly invitedByUserEmail: string;
47
+ /**
48
+ * An account team id This property cannot be changed, doing so forces recreation of the resource.
49
+ */
63
50
  readonly teamId: string;
51
+ /**
52
+ * Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. This property cannot be changed, doing so forces recreation of the resource.
53
+ */
64
54
  readonly userEmail: string;
65
55
  }
66
56
  export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTeamMemberResult>;
@@ -69,30 +59,15 @@ export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOut
69
59
  */
70
60
  export interface GetAccountTeamMemberOutputArgs {
71
61
  /**
72
- * is a boolean flag that determines whether an invitation was accepted or not by the user.
73
- * `false` value means that the invitation was sent to the user but not yet accepted.
74
- * `true` means that the user accepted the invitation and is now a member of an account team.
75
- */
76
- accepted?: pulumi.Input<boolean>;
77
- /**
78
- * is a unique account id.
62
+ * The unique account id This property cannot be changed, doing so forces recreation of the resource.
79
63
  */
80
64
  accountId: pulumi.Input<string>;
81
65
  /**
82
- * time of creation.
83
- */
84
- createTime?: pulumi.Input<string>;
85
- /**
86
- * team invited by user email.
87
- */
88
- invitedByUserEmail?: pulumi.Input<string>;
89
- /**
90
- * is an account team id.
66
+ * An account team id This property cannot be changed, doing so forces recreation of the resource.
91
67
  */
92
68
  teamId: pulumi.Input<string>;
93
69
  /**
94
- * is a user email address that first will be invited, and after accepting an invitation,
95
- * he or she becomes a member of a team.
70
+ * Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. This property cannot be changed, doing so forces recreation of the resource.
96
71
  */
97
72
  userEmail: pulumi.Input<string>;
98
73
  }
@@ -6,8 +6,6 @@ exports.getAccountTeamMemberOutput = exports.getAccountTeamMember = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * ## # Account Team Member Data Source
10
- *
11
9
  * The Account Team Member data source provides information about the existing Aiven Account Team Member.
12
10
  */
13
11
  function getAccountTeamMember(args, opts) {
@@ -16,10 +14,7 @@ function getAccountTeamMember(args, opts) {
16
14
  }
17
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
18
16
  return pulumi.runtime.invoke("aiven:index/getAccountTeamMember:getAccountTeamMember", {
19
- "accepted": args.accepted,
20
17
  "accountId": args.accountId,
21
- "createTime": args.createTime,
22
- "invitedByUserEmail": args.invitedByUserEmail,
23
18
  "teamId": args.teamId,
24
19
  "userEmail": args.userEmail,
25
20
  }, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"getAccountTeamMember.js","sourceRoot":"","sources":["../getAccountTeamMember.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oDAcC;AA8DD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
1
+ {"version":3,"file":"getAccountTeamMember.js","sourceRoot":"","sources":["../getAccountTeamMember.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AAsDD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
@@ -1,7 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * ## # Account Team Project Data Source
4
- *
5
3
  * The Account Team Project data source provides information about the existing Account Team Project.
6
4
  */
7
5
  export declare function getAccountTeamProject(args: GetAccountTeamProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountTeamProjectResult>;
@@ -10,39 +8,42 @@ export declare function getAccountTeamProject(args: GetAccountTeamProjectArgs, o
10
8
  */
11
9
  export interface GetAccountTeamProjectArgs {
12
10
  /**
13
- * is a unique account id.
11
+ * The unique account id
14
12
  */
15
13
  accountId: string;
16
14
  /**
17
- * is a project name of already existing project.
15
+ * The name of an already existing project
18
16
  */
19
17
  projectName: string;
20
18
  /**
21
- * is an account team id.
19
+ * An account team id
22
20
  */
23
21
  teamId: string;
24
- /**
25
- * is an account team project type, can one of the following values: `admin`,
26
- * `developer`, `operator` and `readOnly`.
27
- */
28
- teamType?: string;
29
22
  }
30
23
  /**
31
24
  * A collection of values returned by getAccountTeamProject.
32
25
  */
33
26
  export interface GetAccountTeamProjectResult {
27
+ /**
28
+ * The unique account id
29
+ */
34
30
  readonly accountId: string;
35
31
  /**
36
32
  * The provider-assigned unique ID for this managed resource.
37
33
  */
38
34
  readonly id: string;
35
+ /**
36
+ * The name of an already existing project
37
+ */
39
38
  readonly projectName: string;
39
+ /**
40
+ * An account team id
41
+ */
40
42
  readonly teamId: string;
41
43
  /**
42
- * is an account team project type, can one of the following values: `admin`,
43
- * `developer`, `operator` and `readOnly`.
44
+ * The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
44
45
  */
45
- readonly teamType?: string;
46
+ readonly teamType: string;
46
47
  }
47
48
  export declare function getAccountTeamProjectOutput(args: GetAccountTeamProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTeamProjectResult>;
48
49
  /**
@@ -50,20 +51,15 @@ export declare function getAccountTeamProjectOutput(args: GetAccountTeamProjectO
50
51
  */
51
52
  export interface GetAccountTeamProjectOutputArgs {
52
53
  /**
53
- * is a unique account id.
54
+ * The unique account id
54
55
  */
55
56
  accountId: pulumi.Input<string>;
56
57
  /**
57
- * is a project name of already existing project.
58
+ * The name of an already existing project
58
59
  */
59
60
  projectName: pulumi.Input<string>;
60
61
  /**
61
- * is an account team id.
62
+ * An account team id
62
63
  */
63
64
  teamId: pulumi.Input<string>;
64
- /**
65
- * is an account team project type, can one of the following values: `admin`,
66
- * `developer`, `operator` and `readOnly`.
67
- */
68
- teamType?: pulumi.Input<string>;
69
65
  }
@@ -6,8 +6,6 @@ exports.getAccountTeamProjectOutput = exports.getAccountTeamProject = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * ## # Account Team Project Data Source
10
- *
11
9
  * The Account Team Project data source provides information about the existing Account Team Project.
12
10
  */
13
11
  function getAccountTeamProject(args, opts) {
@@ -19,7 +17,6 @@ function getAccountTeamProject(args, opts) {
19
17
  "accountId": args.accountId,
20
18
  "projectName": args.projectName,
21
19
  "teamId": args.teamId,
22
- "teamType": args.teamType,
23
20
  }, opts);
24
21
  }
25
22
  exports.getAccountTeamProject = getAccountTeamProject;
@@ -1 +1 @@
1
- {"version":3,"file":"getAccountTeamProject.js","sourceRoot":"","sources":["../getAccountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sDAYC;AA2CD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
1
+ {"version":3,"file":"getAccountTeamProject.js","sourceRoot":"","sources":["../getAccountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sDAWC;AA8CD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
@@ -1,7 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * ## # AWS Privatelink Data Source
4
- *
5
3
  * The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
6
4
  *
7
5
  * ## Example Usage
@@ -22,27 +20,11 @@ export declare function getAwsPrivatelink(args: GetAwsPrivatelinkArgs, opts?: pu
22
20
  */
23
21
  export interface GetAwsPrivatelinkArgs {
24
22
  /**
25
- * AWS service ID.
26
- */
27
- awsServiceId?: string;
28
- /**
29
- * AWS service name.
30
- */
31
- awsServiceName?: string;
32
- /**
33
- * list of allowed principals
34
- */
35
- principals?: string[];
36
- /**
37
- * identifies the project the service belongs to. To set up proper dependency between the project
38
- * and the service, refer to the project as shown in the above example. Project cannot be changed later without
39
- * destroying and re-creating the service.
23
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
40
24
  */
41
25
  project: string;
42
26
  /**
43
- * specifies the actual name of the service. The name cannot be changed later without
44
- * destroying and re-creating the service so name should be picked based on intended service usage rather than current
45
- * attributes.
27
+ * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
46
28
  */
47
29
  serviceName: string;
48
30
  }
@@ -51,11 +33,11 @@ export interface GetAwsPrivatelinkArgs {
51
33
  */
52
34
  export interface GetAwsPrivatelinkResult {
53
35
  /**
54
- * AWS service ID.
36
+ * AWS service ID
55
37
  */
56
38
  readonly awsServiceId: string;
57
39
  /**
58
- * AWS service name.
40
+ * AWS service name
59
41
  */
60
42
  readonly awsServiceName: string;
61
43
  /**
@@ -63,10 +45,16 @@ export interface GetAwsPrivatelinkResult {
63
45
  */
64
46
  readonly id: string;
65
47
  /**
66
- * list of allowed principals
48
+ * List of allowed principals
49
+ */
50
+ readonly principals: string[];
51
+ /**
52
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
67
53
  */
68
- readonly principals?: string[];
69
54
  readonly project: string;
55
+ /**
56
+ * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
57
+ */
70
58
  readonly serviceName: string;
71
59
  }
72
60
  export declare function getAwsPrivatelinkOutput(args: GetAwsPrivatelinkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAwsPrivatelinkResult>;
@@ -75,27 +63,11 @@ export declare function getAwsPrivatelinkOutput(args: GetAwsPrivatelinkOutputArg
75
63
  */
76
64
  export interface GetAwsPrivatelinkOutputArgs {
77
65
  /**
78
- * AWS service ID.
79
- */
80
- awsServiceId?: pulumi.Input<string>;
81
- /**
82
- * AWS service name.
83
- */
84
- awsServiceName?: pulumi.Input<string>;
85
- /**
86
- * list of allowed principals
87
- */
88
- principals?: pulumi.Input<pulumi.Input<string>[]>;
89
- /**
90
- * identifies the project the service belongs to. To set up proper dependency between the project
91
- * and the service, refer to the project as shown in the above example. Project cannot be changed later without
92
- * destroying and re-creating the service.
66
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
93
67
  */
94
68
  project: pulumi.Input<string>;
95
69
  /**
96
- * specifies the actual name of the service. The name cannot be changed later without
97
- * destroying and re-creating the service so name should be picked based on intended service usage rather than current
98
- * attributes.
70
+ * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
99
71
  */
100
72
  serviceName: pulumi.Input<string>;
101
73
  }
@@ -6,8 +6,6 @@ exports.getAwsPrivatelinkOutput = exports.getAwsPrivatelink = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * ## # AWS Privatelink Data Source
10
- *
11
9
  * The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
12
10
  *
13
11
  * ## Example Usage
@@ -28,9 +26,6 @@ function getAwsPrivatelink(args, opts) {
28
26
  }
29
27
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
30
28
  return pulumi.runtime.invoke("aiven:index/getAwsPrivatelink:getAwsPrivatelink", {
31
- "awsServiceId": args.awsServiceId,
32
- "awsServiceName": args.awsServiceName,
33
- "principals": args.principals,
34
29
  "project": args.project,
35
30
  "serviceName": args.serviceName,
36
31
  }, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"getAwsPrivatelink.js","sourceRoot":"","sources":["../getAwsPrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8CAaC;AAwDD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
1
+ {"version":3,"file":"getAwsPrivatelink.js","sourceRoot":"","sources":["../getAwsPrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AA8CD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
@@ -0,0 +1,81 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as aiven from "@pulumi/aiven";
10
+ *
11
+ * const foo = aiven.getAzurePrivatelink({
12
+ * project: data.aiven_project.foo.project,
13
+ * serviceName: aiven_kafka.bar.service_name,
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getAzurePrivatelink(args: GetAzurePrivatelinkArgs, opts?: pulumi.InvokeOptions): Promise<GetAzurePrivatelinkResult>;
18
+ /**
19
+ * A collection of arguments for invoking getAzurePrivatelink.
20
+ */
21
+ export interface GetAzurePrivatelinkArgs {
22
+ /**
23
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
24
+ */
25
+ project: string;
26
+ /**
27
+ * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
28
+ */
29
+ serviceName: string;
30
+ }
31
+ /**
32
+ * A collection of values returned by getAzurePrivatelink.
33
+ */
34
+ export interface GetAzurePrivatelinkResult {
35
+ /**
36
+ * Azure Privatelink service alias
37
+ */
38
+ readonly azureServiceAlias: string;
39
+ /**
40
+ * Azure Privatelink service ID
41
+ */
42
+ readonly azureServiceId: string;
43
+ /**
44
+ * The provider-assigned unique ID for this managed resource.
45
+ */
46
+ readonly id: string;
47
+ /**
48
+ * Printable result of the Azure Privatelink request
49
+ */
50
+ readonly message: string;
51
+ /**
52
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
53
+ */
54
+ readonly project: string;
55
+ /**
56
+ * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
57
+ */
58
+ readonly serviceName: string;
59
+ /**
60
+ * Privatelink resource state
61
+ */
62
+ readonly state: string;
63
+ /**
64
+ * A List of allowed Subscription IDs Maximum Length: `16`.
65
+ */
66
+ readonly userSubscriptionIds: string[];
67
+ }
68
+ export declare function getAzurePrivatelinkOutput(args: GetAzurePrivatelinkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzurePrivatelinkResult>;
69
+ /**
70
+ * A collection of arguments for invoking getAzurePrivatelink.
71
+ */
72
+ export interface GetAzurePrivatelinkOutputArgs {
73
+ /**
74
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
75
+ */
76
+ project: pulumi.Input<string>;
77
+ /**
78
+ * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
79
+ */
80
+ serviceName: pulumi.Input<string>;
81
+ }
@@ -0,0 +1,38 @@
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.getAzurePrivatelinkOutput = exports.getAzurePrivatelink = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aiven from "@pulumi/aiven";
16
+ *
17
+ * const foo = aiven.getAzurePrivatelink({
18
+ * project: data.aiven_project.foo.project,
19
+ * serviceName: aiven_kafka.bar.service_name,
20
+ * });
21
+ * ```
22
+ */
23
+ function getAzurePrivatelink(args, opts) {
24
+ if (!opts) {
25
+ opts = {};
26
+ }
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
28
+ return pulumi.runtime.invoke("aiven:index/getAzurePrivatelink:getAzurePrivatelink", {
29
+ "project": args.project,
30
+ "serviceName": args.serviceName,
31
+ }, opts);
32
+ }
33
+ exports.getAzurePrivatelink = getAzurePrivatelink;
34
+ function getAzurePrivatelinkOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getAzurePrivatelink(a, opts));
36
+ }
37
+ exports.getAzurePrivatelinkOutput = getAzurePrivatelinkOutput;
38
+ //# sourceMappingURL=getAzurePrivatelink.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAzurePrivatelink.js","sourceRoot":"","sources":["../getAzurePrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AAsDD,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,8DAEC"}
@@ -0,0 +1,96 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * The Billing Group data source provides information about the existing Aiven Account.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as aiven from "@pulumi/aiven";
10
+ *
11
+ * const foo = pulumi.output(aiven.getBillingGroup({
12
+ * name: "<BILLING_GROUP_NAME>",
13
+ * }));
14
+ * ```
15
+ */
16
+ export declare function getBillingGroup(args: GetBillingGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetBillingGroupResult>;
17
+ /**
18
+ * A collection of arguments for invoking getBillingGroup.
19
+ */
20
+ export interface GetBillingGroupArgs {
21
+ /**
22
+ * Billing Group name
23
+ */
24
+ name: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getBillingGroup.
28
+ */
29
+ export interface GetBillingGroupResult {
30
+ /**
31
+ * Account id
32
+ */
33
+ readonly accountId: string;
34
+ /**
35
+ * Address lines
36
+ */
37
+ readonly addressLines: string[];
38
+ /**
39
+ * Billing currency
40
+ */
41
+ readonly billingCurrency: string;
42
+ /**
43
+ * Billing contact emails
44
+ */
45
+ readonly billingEmails: string[];
46
+ /**
47
+ * Billing extra text
48
+ */
49
+ readonly billingExtraText: string;
50
+ /**
51
+ * Credit card id
52
+ */
53
+ readonly cardId: string;
54
+ /**
55
+ * City
56
+ */
57
+ readonly city: string;
58
+ /**
59
+ * Company name
60
+ */
61
+ readonly company: string;
62
+ /**
63
+ * Country code
64
+ */
65
+ readonly countryCode: string;
66
+ /**
67
+ * The provider-assigned unique ID for this managed resource.
68
+ */
69
+ readonly id: string;
70
+ /**
71
+ * Billing Group name
72
+ */
73
+ readonly name: string;
74
+ /**
75
+ * State
76
+ */
77
+ readonly state: string;
78
+ /**
79
+ * VAT id
80
+ */
81
+ readonly vatId: string;
82
+ /**
83
+ * Zip Code
84
+ */
85
+ readonly zipCode: string;
86
+ }
87
+ export declare function getBillingGroupOutput(args: GetBillingGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBillingGroupResult>;
88
+ /**
89
+ * A collection of arguments for invoking getBillingGroup.
90
+ */
91
+ export interface GetBillingGroupOutputArgs {
92
+ /**
93
+ * Billing Group name
94
+ */
95
+ name: pulumi.Input<string>;
96
+ }
@@ -0,0 +1,36 @@
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.getBillingGroupOutput = exports.getBillingGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * The Billing Group data source provides information about the existing Aiven Account.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aiven from "@pulumi/aiven";
16
+ *
17
+ * const foo = pulumi.output(aiven.getBillingGroup({
18
+ * name: "<BILLING_GROUP_NAME>",
19
+ * }));
20
+ * ```
21
+ */
22
+ function getBillingGroup(args, opts) {
23
+ if (!opts) {
24
+ opts = {};
25
+ }
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
27
+ return pulumi.runtime.invoke("aiven:index/getBillingGroup:getBillingGroup", {
28
+ "name": args.name,
29
+ }, opts);
30
+ }
31
+ exports.getBillingGroup = getBillingGroup;
32
+ function getBillingGroupOutput(args, opts) {
33
+ return pulumi.output(args).apply(a => getBillingGroup(a, opts));
34
+ }
35
+ exports.getBillingGroupOutput = getBillingGroupOutput;
36
+ //# sourceMappingURL=getBillingGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBillingGroup.js","sourceRoot":"","sources":["../getBillingGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA0ED,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}