@pulumi/aiven 5.2.0 → 5.3.0

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 (240) hide show
  1. package/accountAuthentication.d.ts +61 -0
  2. package/accountAuthentication.js +10 -0
  3. package/accountAuthentication.js.map +1 -1
  4. package/accountTeamMember.d.ts +5 -12
  5. package/accountTeamMember.js.map +1 -1
  6. package/accountTeamProject.d.ts +3 -3
  7. package/awsPrivatelink.d.ts +6 -12
  8. package/awsPrivatelink.js.map +1 -1
  9. package/awsVpcPeeringConnection.d.ts +3 -6
  10. package/awsVpcPeeringConnection.js.map +1 -1
  11. package/azurePrivatelink.d.ts +6 -12
  12. package/azurePrivatelink.js.map +1 -1
  13. package/azurePrivatelinkConnectionApproval.d.ts +6 -12
  14. package/azurePrivatelinkConnectionApproval.js.map +1 -1
  15. package/azureVpcPeeringConnection.d.ts +6 -12
  16. package/azureVpcPeeringConnection.js.map +1 -1
  17. package/cassandra.d.ts +28 -89
  18. package/cassandra.js.map +1 -1
  19. package/cassandraUser.d.ts +9 -18
  20. package/cassandraUser.js.map +1 -1
  21. package/clickhouse.d.ts +28 -89
  22. package/clickhouse.js.map +1 -1
  23. package/clickhouseDatabase.d.ts +6 -12
  24. package/clickhouseDatabase.js.map +1 -1
  25. package/clickhouseGrant.d.ts +12 -24
  26. package/clickhouseGrant.js.map +1 -1
  27. package/clickhouseRole.d.ts +6 -12
  28. package/clickhouseRole.js.map +1 -1
  29. package/clickhouseUser.d.ts +6 -12
  30. package/clickhouseUser.js.map +1 -1
  31. package/connectionPool.d.ts +18 -36
  32. package/connectionPool.js.map +1 -1
  33. package/database.d.ts +12 -24
  34. package/database.js.map +1 -1
  35. package/flink.d.ts +28 -89
  36. package/flink.js.map +1 -1
  37. package/flinkJob.d.ts +12 -24
  38. package/flinkJob.js.map +1 -1
  39. package/flinkJobTable.d.ts +48 -87
  40. package/flinkJobTable.js +2 -0
  41. package/flinkJobTable.js.map +1 -1
  42. package/getAccount.d.ts +27 -0
  43. package/getAccount.js.map +1 -1
  44. package/getAccountAuthentication.d.ts +72 -0
  45. package/getAccountAuthentication.js.map +1 -1
  46. package/getAccountTeam.d.ts +27 -0
  47. package/getAccountTeam.js.map +1 -1
  48. package/getAccountTeamMember.d.ts +36 -0
  49. package/getAccountTeamMember.js.map +1 -1
  50. package/getAccountTeamProject.d.ts +30 -0
  51. package/getAccountTeamProject.js.map +1 -1
  52. package/getAwsPrivatelink.d.ts +27 -0
  53. package/getAwsPrivatelink.js.map +1 -1
  54. package/getAwsVpcPeeringConnection.d.ts +45 -0
  55. package/getAwsVpcPeeringConnection.js.map +1 -1
  56. package/getAzurePrivatelink.d.ts +33 -0
  57. package/getAzurePrivatelink.js.map +1 -1
  58. package/getAzureVpcPeeringConnection.d.ts +63 -0
  59. package/getAzureVpcPeeringConnection.js.map +1 -1
  60. package/getBillingGroup.d.ts +51 -0
  61. package/getBillingGroup.js.map +1 -1
  62. package/getCassanda.d.ts +90 -0
  63. package/getCassanda.js.map +1 -1
  64. package/getCassandra.d.ts +90 -0
  65. package/getCassandra.js.map +1 -1
  66. package/getCassandraUser.d.ts +39 -0
  67. package/getCassandraUser.js.map +1 -1
  68. package/getClickhouse.d.ts +90 -0
  69. package/getClickhouse.js.map +1 -1
  70. package/getClickhouseDatabase.d.ts +27 -0
  71. package/getClickhouseDatabase.js.map +1 -1
  72. package/getClickhouseUser.d.ts +36 -0
  73. package/getClickhouseUser.js.map +1 -1
  74. package/getConnectionPool.d.ts +42 -0
  75. package/getConnectionPool.js.map +1 -1
  76. package/getDatabase.d.ts +33 -0
  77. package/getDatabase.js.map +1 -1
  78. package/getFlink.d.ts +90 -0
  79. package/getFlink.js.map +1 -1
  80. package/getGcpVpcPeeringConnection.d.ts +33 -0
  81. package/getGcpVpcPeeringConnection.js.map +1 -1
  82. package/getGrafana.d.ts +90 -0
  83. package/getGrafana.js.map +1 -1
  84. package/getInfluxDb.d.ts +90 -0
  85. package/getInfluxDb.js.map +1 -1
  86. package/getInfluxdbDatabase.d.ts +27 -0
  87. package/getInfluxdbDatabase.js.map +1 -1
  88. package/getInfluxdbUser.d.ts +39 -0
  89. package/getInfluxdbUser.js.map +1 -1
  90. package/getKafka.d.ts +96 -0
  91. package/getKafka.js.map +1 -1
  92. package/getKafkaAcl.d.ts +48 -0
  93. package/getKafkaAcl.js.map +1 -1
  94. package/getKafkaConnect.d.ts +90 -0
  95. package/getKafkaConnect.js.map +1 -1
  96. package/getKafkaConnector.d.ts +51 -0
  97. package/getKafkaConnector.js.map +1 -1
  98. package/getKafkaMirrorMaker.d.ts +90 -0
  99. package/getKafkaMirrorMaker.js.map +1 -1
  100. package/getKafkaSchema.d.ts +39 -0
  101. package/getKafkaSchema.js.map +1 -1
  102. package/getKafkaSchemaConfiguration.d.ts +33 -0
  103. package/getKafkaSchemaConfiguration.js.map +1 -1
  104. package/getKafkaSchemaRegistryAcl.d.ts +48 -0
  105. package/getKafkaSchemaRegistryAcl.js.map +1 -1
  106. package/getKafkaTopic.d.ts +39 -0
  107. package/getKafkaTopic.js.map +1 -1
  108. package/getKafkaUser.d.ts +39 -0
  109. package/getKafkaUser.js.map +1 -1
  110. package/getM3Aggregator.d.ts +90 -0
  111. package/getM3Aggregator.js.map +1 -1
  112. package/getM3Db.d.ts +90 -0
  113. package/getM3Db.js.map +1 -1
  114. package/getM3dbUser.d.ts +33 -0
  115. package/getM3dbUser.js.map +1 -1
  116. package/getMirrorMakerReplicationFlow.d.ts +57 -0
  117. package/getMirrorMakerReplicationFlow.js.map +1 -1
  118. package/getMySql.d.ts +90 -0
  119. package/getMySql.js.map +1 -1
  120. package/getMysqlDatabase.d.ts +27 -0
  121. package/getMysqlDatabase.js.map +1 -1
  122. package/getMysqlUser.d.ts +42 -0
  123. package/getMysqlUser.js.map +1 -1
  124. package/getOpenSearch.d.ts +90 -0
  125. package/getOpenSearch.js.map +1 -1
  126. package/getOpenSearchAclConfig.d.ts +24 -0
  127. package/getOpenSearchAclConfig.js.map +1 -1
  128. package/getOpenSearchAclRule.d.ts +45 -0
  129. package/getOpenSearchAclRule.js.map +1 -1
  130. package/getOpensearchUser.d.ts +33 -0
  131. package/getOpensearchUser.js.map +1 -1
  132. package/getPg.d.ts +90 -0
  133. package/getPg.js.map +1 -1
  134. package/getPgDatabase.d.ts +33 -0
  135. package/getPgDatabase.js.map +1 -1
  136. package/getPgUser.d.ts +42 -0
  137. package/getPgUser.js.map +1 -1
  138. package/getProject.d.ts +45 -0
  139. package/getProject.js.map +1 -1
  140. package/getProjectUser.d.ts +24 -0
  141. package/getProjectUser.js.map +1 -1
  142. package/getProjectVpc.d.ts +33 -0
  143. package/getProjectVpc.js.map +1 -1
  144. package/getRedis.d.ts +90 -0
  145. package/getRedis.js.map +1 -1
  146. package/getRedisUser.d.ts +45 -0
  147. package/getRedisUser.js.map +1 -1
  148. package/getServiceComponent.d.ts +69 -0
  149. package/getServiceComponent.js.map +1 -1
  150. package/getServiceIntegration.d.ts +63 -0
  151. package/getServiceIntegration.js.map +1 -1
  152. package/getServiceIntegrationEndpoint.d.ts +57 -0
  153. package/getServiceIntegrationEndpoint.js.map +1 -1
  154. package/getServiceUser.d.ts +57 -0
  155. package/getServiceUser.js.map +1 -1
  156. package/getTransitGatewayVpcAttachment.d.ts +42 -0
  157. package/getTransitGatewayVpcAttachment.js.map +1 -1
  158. package/getVpcPeeringConnection.d.ts +48 -0
  159. package/getVpcPeeringConnection.js.map +1 -1
  160. package/grafana.d.ts +29 -91
  161. package/grafana.js +0 -4
  162. package/grafana.js.map +1 -1
  163. package/influxDb.d.ts +28 -89
  164. package/influxDb.js.map +1 -1
  165. package/influxdbDatabase.d.ts +6 -12
  166. package/influxdbDatabase.js.map +1 -1
  167. package/influxdbUser.d.ts +9 -18
  168. package/influxdbUser.js.map +1 -1
  169. package/kafka.d.ts +28 -89
  170. package/kafka.js.map +1 -1
  171. package/kafkaAcl.d.ts +9 -18
  172. package/kafkaAcl.js.map +1 -1
  173. package/kafkaConnect.d.ts +31 -92
  174. package/kafkaConnect.js.map +1 -1
  175. package/kafkaConnector.d.ts +6 -12
  176. package/kafkaConnector.js.map +1 -1
  177. package/kafkaMirrorMaker.d.ts +31 -92
  178. package/kafkaMirrorMaker.js.map +1 -1
  179. package/kafkaSchema.d.ts +9 -18
  180. package/kafkaSchema.js.map +1 -1
  181. package/kafkaSchemaConfiguration.d.ts +9 -18
  182. package/kafkaSchemaConfiguration.js.map +1 -1
  183. package/kafkaSchemaRegistryAcl.d.ts +12 -24
  184. package/kafkaSchemaRegistryAcl.js.map +1 -1
  185. package/kafkaTopic.d.ts +6 -12
  186. package/kafkaTopic.js.map +1 -1
  187. package/kafkaUser.d.ts +9 -18
  188. package/kafkaUser.js.map +1 -1
  189. package/m3aggregator.d.ts +28 -89
  190. package/m3aggregator.js.map +1 -1
  191. package/m3db.d.ts +28 -89
  192. package/m3db.js.map +1 -1
  193. package/m3dbUser.d.ts +9 -18
  194. package/m3dbUser.js.map +1 -1
  195. package/mirrorMakerReplicationFlow.d.ts +9 -21
  196. package/mirrorMakerReplicationFlow.js.map +1 -1
  197. package/mySql.d.ts +28 -89
  198. package/mySql.js.map +1 -1
  199. package/mysqlDatabase.d.ts +6 -12
  200. package/mysqlDatabase.js.map +1 -1
  201. package/mysqlUser.d.ts +12 -21
  202. package/mysqlUser.js.map +1 -1
  203. package/openSearch.d.ts +28 -89
  204. package/openSearch.js.map +1 -1
  205. package/openSearchAclConfig.d.ts +9 -21
  206. package/openSearchAclConfig.js.map +1 -1
  207. package/openSearchAclRule.d.ts +12 -24
  208. package/openSearchAclRule.js.map +1 -1
  209. package/opensearchUser.d.ts +9 -18
  210. package/opensearchUser.js.map +1 -1
  211. package/package.json +4 -3
  212. package/package.json.bak +2 -1
  213. package/package.json.dev +4 -3
  214. package/pg.d.ts +29 -90
  215. package/pg.js +0 -3
  216. package/pg.js.map +1 -1
  217. package/pgDatabase.d.ts +12 -24
  218. package/pgDatabase.js.map +1 -1
  219. package/pgUser.d.ts +9 -18
  220. package/pgUser.js.map +1 -1
  221. package/project.d.ts +21 -45
  222. package/project.js.map +1 -1
  223. package/projectUser.d.ts +5 -10
  224. package/projectUser.js.map +1 -1
  225. package/projectVpc.d.ts +6 -12
  226. package/projectVpc.js.map +1 -1
  227. package/redis.d.ts +28 -89
  228. package/redis.js.map +1 -1
  229. package/redisUser.d.ts +21 -42
  230. package/redisUser.js.map +1 -1
  231. package/serviceUser.d.ts +27 -51
  232. package/serviceUser.js.map +1 -1
  233. package/staticIp.d.ts +6 -12
  234. package/staticIp.js.map +1 -1
  235. package/transitGatewayVpcAttachment.d.ts +6 -12
  236. package/transitGatewayVpcAttachment.js.map +1 -1
  237. package/types/input.d.ts +1202 -0
  238. package/types/output.d.ts +1363 -0
  239. package/vpcPeeringConnection.d.ts +12 -24
  240. package/vpcPeeringConnection.js.map +1 -1
@@ -7,21 +7,42 @@ export declare function getAccountTeam(args: GetAccountTeamArgs, opts?: pulumi.I
7
7
  * A collection of arguments for invoking getAccountTeam.
8
8
  */
9
9
  export interface GetAccountTeamArgs {
10
+ /**
11
+ * The unique account id
12
+ */
10
13
  accountId: string;
14
+ /**
15
+ * The account team name
16
+ */
11
17
  name: string;
12
18
  }
13
19
  /**
14
20
  * A collection of values returned by getAccountTeam.
15
21
  */
16
22
  export interface GetAccountTeamResult {
23
+ /**
24
+ * The unique account id
25
+ */
17
26
  readonly accountId: string;
27
+ /**
28
+ * Time of creation
29
+ */
18
30
  readonly createTime: string;
19
31
  /**
20
32
  * The provider-assigned unique ID for this managed resource.
21
33
  */
22
34
  readonly id: string;
35
+ /**
36
+ * The account team name
37
+ */
23
38
  readonly name: string;
39
+ /**
40
+ * The auto-generated unique account team id
41
+ */
24
42
  readonly teamId: string;
43
+ /**
44
+ * Time of last update
45
+ */
25
46
  readonly updateTime: string;
26
47
  }
27
48
  export declare function getAccountTeamOutput(args: GetAccountTeamOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTeamResult>;
@@ -29,6 +50,12 @@ export declare function getAccountTeamOutput(args: GetAccountTeamOutputArgs, opt
29
50
  * A collection of arguments for invoking getAccountTeam.
30
51
  */
31
52
  export interface GetAccountTeamOutputArgs {
53
+ /**
54
+ * The unique account id
55
+ */
32
56
  accountId: pulumi.Input<string>;
57
+ /**
58
+ * The account team name
59
+ */
33
60
  name: pulumi.Input<string>;
34
61
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getAccountTeam.js","sourceRoot":"","sources":["../getAccountTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AAyBD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
1
+ {"version":3,"file":"getAccountTeam.js","sourceRoot":"","sources":["../getAccountTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AA8CD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
@@ -7,23 +7,50 @@ export declare function getAccountTeamMember(args: GetAccountTeamMemberArgs, opt
7
7
  * A collection of arguments for invoking getAccountTeamMember.
8
8
  */
9
9
  export interface GetAccountTeamMemberArgs {
10
+ /**
11
+ * The unique account id This property cannot be changed, doing so forces recreation of the resource.
12
+ */
10
13
  accountId: string;
14
+ /**
15
+ * An account team id This property cannot be changed, doing so forces recreation of the resource.
16
+ */
11
17
  teamId: string;
18
+ /**
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.
20
+ */
12
21
  userEmail: string;
13
22
  }
14
23
  /**
15
24
  * A collection of values returned by getAccountTeamMember.
16
25
  */
17
26
  export interface GetAccountTeamMemberResult {
27
+ /**
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.
29
+ */
18
30
  readonly accepted: boolean;
31
+ /**
32
+ * The unique account id This property cannot be changed, doing so forces recreation of the resource.
33
+ */
19
34
  readonly accountId: string;
35
+ /**
36
+ * Time of creation
37
+ */
20
38
  readonly createTime: string;
21
39
  /**
22
40
  * The provider-assigned unique ID for this managed resource.
23
41
  */
24
42
  readonly id: string;
43
+ /**
44
+ * The email address that invited this user.
45
+ */
25
46
  readonly invitedByUserEmail: string;
47
+ /**
48
+ * An account team id This property cannot be changed, doing so forces recreation of the resource.
49
+ */
26
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
+ */
27
54
  readonly userEmail: string;
28
55
  }
29
56
  export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTeamMemberResult>;
@@ -31,7 +58,16 @@ export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOut
31
58
  * A collection of arguments for invoking getAccountTeamMember.
32
59
  */
33
60
  export interface GetAccountTeamMemberOutputArgs {
61
+ /**
62
+ * The unique account id This property cannot be changed, doing so forces recreation of the resource.
63
+ */
34
64
  accountId: pulumi.Input<string>;
65
+ /**
66
+ * An account team id This property cannot be changed, doing so forces recreation of the resource.
67
+ */
35
68
  teamId: pulumi.Input<string>;
69
+ /**
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.
71
+ */
36
72
  userEmail: pulumi.Input<string>;
37
73
  }
@@ -1 +1 @@
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;AA2BD,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"}
@@ -7,21 +7,42 @@ export declare function getAccountTeamProject(args: GetAccountTeamProjectArgs, o
7
7
  * A collection of arguments for invoking getAccountTeamProject.
8
8
  */
9
9
  export interface GetAccountTeamProjectArgs {
10
+ /**
11
+ * The unique account id
12
+ */
10
13
  accountId: string;
14
+ /**
15
+ * The name of an already existing project
16
+ */
11
17
  projectName: string;
18
+ /**
19
+ * An account team id
20
+ */
12
21
  teamId: string;
13
22
  }
14
23
  /**
15
24
  * A collection of values returned by getAccountTeamProject.
16
25
  */
17
26
  export interface GetAccountTeamProjectResult {
27
+ /**
28
+ * The unique account id
29
+ */
18
30
  readonly accountId: string;
19
31
  /**
20
32
  * The provider-assigned unique ID for this managed resource.
21
33
  */
22
34
  readonly id: string;
35
+ /**
36
+ * The name of an already existing project
37
+ */
23
38
  readonly projectName: string;
39
+ /**
40
+ * An account team id
41
+ */
24
42
  readonly teamId: string;
43
+ /**
44
+ * The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
45
+ */
25
46
  readonly teamType: string;
26
47
  }
27
48
  export declare function getAccountTeamProjectOutput(args: GetAccountTeamProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTeamProjectResult>;
@@ -29,7 +50,16 @@ export declare function getAccountTeamProjectOutput(args: GetAccountTeamProjectO
29
50
  * A collection of arguments for invoking getAccountTeamProject.
30
51
  */
31
52
  export interface GetAccountTeamProjectOutputArgs {
53
+ /**
54
+ * The unique account id
55
+ */
32
56
  accountId: pulumi.Input<string>;
57
+ /**
58
+ * The name of an already existing project
59
+ */
33
60
  projectName: pulumi.Input<string>;
61
+ /**
62
+ * An account team id
63
+ */
34
64
  teamId: pulumi.Input<string>;
35
65
  }
@@ -1 +1 @@
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;AAyBD,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"}
@@ -19,21 +19,42 @@ export declare function getAwsPrivatelink(args: GetAwsPrivatelinkArgs, opts?: pu
19
19
  * A collection of arguments for invoking getAwsPrivatelink.
20
20
  */
21
21
  export interface GetAwsPrivatelinkArgs {
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
+ */
22
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
+ */
23
29
  serviceName: string;
24
30
  }
25
31
  /**
26
32
  * A collection of values returned by getAwsPrivatelink.
27
33
  */
28
34
  export interface GetAwsPrivatelinkResult {
35
+ /**
36
+ * AWS service ID
37
+ */
29
38
  readonly awsServiceId: string;
39
+ /**
40
+ * AWS service name
41
+ */
30
42
  readonly awsServiceName: string;
31
43
  /**
32
44
  * The provider-assigned unique ID for this managed resource.
33
45
  */
34
46
  readonly id: string;
47
+ /**
48
+ * List of allowed principals
49
+ */
35
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.
53
+ */
36
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
+ */
37
58
  readonly serviceName: string;
38
59
  }
39
60
  export declare function getAwsPrivatelinkOutput(args: GetAwsPrivatelinkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAwsPrivatelinkResult>;
@@ -41,6 +62,12 @@ export declare function getAwsPrivatelinkOutput(args: GetAwsPrivatelinkOutputArg
41
62
  * A collection of arguments for invoking getAwsPrivatelink.
42
63
  */
43
64
  export interface GetAwsPrivatelinkOutputArgs {
65
+ /**
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.
67
+ */
44
68
  project: pulumi.Input<string>;
69
+ /**
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.
71
+ */
45
72
  serviceName: pulumi.Input<string>;
46
73
  }
@@ -1 +1 @@
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;AAyBD,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"}
@@ -20,27 +20,60 @@ export declare function getAwsVpcPeeringConnection(args: GetAwsVpcPeeringConnect
20
20
  * A collection of arguments for invoking getAwsVpcPeeringConnection.
21
21
  */
22
22
  export interface GetAwsVpcPeeringConnectionArgs {
23
+ /**
24
+ * AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
25
+ */
23
26
  awsAccountId: string;
27
+ /**
28
+ * AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
29
+ */
24
30
  awsVpcId: string;
31
+ /**
32
+ * AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
33
+ */
25
34
  awsVpcRegion: string;
35
+ /**
36
+ * The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
37
+ */
26
38
  vpcId: string;
27
39
  }
28
40
  /**
29
41
  * A collection of values returned by getAwsVpcPeeringConnection.
30
42
  */
31
43
  export interface GetAwsVpcPeeringConnectionResult {
44
+ /**
45
+ * AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
46
+ */
32
47
  readonly awsAccountId: string;
48
+ /**
49
+ * AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
50
+ */
33
51
  readonly awsVpcId: string;
52
+ /**
53
+ * AWS VPC peering connection ID
54
+ */
34
55
  readonly awsVpcPeeringConnectionId: string;
56
+ /**
57
+ * AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
58
+ */
35
59
  readonly awsVpcRegion: string;
36
60
  /**
37
61
  * The provider-assigned unique ID for this managed resource.
38
62
  */
39
63
  readonly id: string;
64
+ /**
65
+ * State of the peering connection
66
+ */
40
67
  readonly state: string;
68
+ /**
69
+ * State-specific help or error information
70
+ */
41
71
  readonly stateInfo: {
42
72
  [key: string]: any;
43
73
  };
74
+ /**
75
+ * The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
76
+ */
44
77
  readonly vpcId: string;
45
78
  }
46
79
  export declare function getAwsVpcPeeringConnectionOutput(args: GetAwsVpcPeeringConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAwsVpcPeeringConnectionResult>;
@@ -48,8 +81,20 @@ export declare function getAwsVpcPeeringConnectionOutput(args: GetAwsVpcPeeringC
48
81
  * A collection of arguments for invoking getAwsVpcPeeringConnection.
49
82
  */
50
83
  export interface GetAwsVpcPeeringConnectionOutputArgs {
84
+ /**
85
+ * AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
86
+ */
51
87
  awsAccountId: pulumi.Input<string>;
88
+ /**
89
+ * AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
90
+ */
52
91
  awsVpcId: pulumi.Input<string>;
92
+ /**
93
+ * AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
94
+ */
53
95
  awsVpcRegion: pulumi.Input<string>;
96
+ /**
97
+ * The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
98
+ */
54
99
  vpcId: pulumi.Input<string>;
55
100
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getAwsVpcPeeringConnection.js","sourceRoot":"","sources":["../getAwsVpcPeeringConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,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,mEAAmE,EAAE;QAC9F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gEAYC;AA6BD,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,4EAEC"}
1
+ {"version":3,"file":"getAwsVpcPeeringConnection.js","sourceRoot":"","sources":["../getAwsVpcPeeringConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,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,mEAAmE,EAAE;QAC9F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gEAYC;AA8DD,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,4EAEC"}
@@ -19,23 +19,50 @@ export declare function getAzurePrivatelink(args: GetAzurePrivatelinkArgs, opts?
19
19
  * A collection of arguments for invoking getAzurePrivatelink.
20
20
  */
21
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
+ */
22
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
+ */
23
29
  serviceName: string;
24
30
  }
25
31
  /**
26
32
  * A collection of values returned by getAzurePrivatelink.
27
33
  */
28
34
  export interface GetAzurePrivatelinkResult {
35
+ /**
36
+ * Azure Privatelink service alias
37
+ */
29
38
  readonly azureServiceAlias: string;
39
+ /**
40
+ * Azure Privatelink service ID
41
+ */
30
42
  readonly azureServiceId: string;
31
43
  /**
32
44
  * The provider-assigned unique ID for this managed resource.
33
45
  */
34
46
  readonly id: string;
47
+ /**
48
+ * Printable result of the Azure Privatelink request
49
+ */
35
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
+ */
36
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
+ */
37
58
  readonly serviceName: string;
59
+ /**
60
+ * Privatelink resource state
61
+ */
38
62
  readonly state: string;
63
+ /**
64
+ * A List of allowed Subscription IDs Maximum Length: `16`.
65
+ */
39
66
  readonly userSubscriptionIds: string[];
40
67
  }
41
68
  export declare function getAzurePrivatelinkOutput(args: GetAzurePrivatelinkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzurePrivatelinkResult>;
@@ -43,6 +70,12 @@ export declare function getAzurePrivatelinkOutput(args: GetAzurePrivatelinkOutpu
43
70
  * A collection of arguments for invoking getAzurePrivatelink.
44
71
  */
45
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
+ */
46
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
+ */
47
80
  serviceName: pulumi.Input<string>;
48
81
  }
@@ -1 +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;AA2BD,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"}
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"}
@@ -7,31 +7,76 @@ export declare function getAzureVpcPeeringConnection(args: GetAzureVpcPeeringCon
7
7
  * A collection of arguments for invoking getAzureVpcPeeringConnection.
8
8
  */
9
9
  export interface GetAzureVpcPeeringConnectionArgs {
10
+ /**
11
+ * Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
12
+ */
10
13
  azureSubscriptionId: string;
14
+ /**
15
+ * Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
16
+ */
11
17
  peerAzureAppId: string;
18
+ /**
19
+ * Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
20
+ */
12
21
  peerAzureTenantId: string;
22
+ /**
23
+ * Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
24
+ */
13
25
  peerResourceGroup: string;
26
+ /**
27
+ * Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
28
+ */
14
29
  vnetName: string;
30
+ /**
31
+ * The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
32
+ */
15
33
  vpcId: string;
16
34
  }
17
35
  /**
18
36
  * A collection of values returned by getAzureVpcPeeringConnection.
19
37
  */
20
38
  export interface GetAzureVpcPeeringConnectionResult {
39
+ /**
40
+ * Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
41
+ */
21
42
  readonly azureSubscriptionId: string;
22
43
  /**
23
44
  * The provider-assigned unique ID for this managed resource.
24
45
  */
25
46
  readonly id: string;
47
+ /**
48
+ * Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
49
+ */
26
50
  readonly peerAzureAppId: string;
51
+ /**
52
+ * Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
53
+ */
27
54
  readonly peerAzureTenantId: string;
55
+ /**
56
+ * Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
57
+ */
28
58
  readonly peerResourceGroup: string;
59
+ /**
60
+ * Cloud provider identifier for the peering connection if available
61
+ */
29
62
  readonly peeringConnectionId: string;
63
+ /**
64
+ * State of the peering connection
65
+ */
30
66
  readonly state: string;
67
+ /**
68
+ * State-specific help or error information
69
+ */
31
70
  readonly stateInfo: {
32
71
  [key: string]: any;
33
72
  };
73
+ /**
74
+ * Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
75
+ */
34
76
  readonly vnetName: string;
77
+ /**
78
+ * The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
79
+ */
35
80
  readonly vpcId: string;
36
81
  }
37
82
  export declare function getAzureVpcPeeringConnectionOutput(args: GetAzureVpcPeeringConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzureVpcPeeringConnectionResult>;
@@ -39,10 +84,28 @@ export declare function getAzureVpcPeeringConnectionOutput(args: GetAzureVpcPeer
39
84
  * A collection of arguments for invoking getAzureVpcPeeringConnection.
40
85
  */
41
86
  export interface GetAzureVpcPeeringConnectionOutputArgs {
87
+ /**
88
+ * Azure Subscription ID. This property cannot be changed, doing so forces recreation of the resource.
89
+ */
42
90
  azureSubscriptionId: pulumi.Input<string>;
91
+ /**
92
+ * Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet. This property cannot be changed, doing so forces recreation of the resource.
93
+ */
43
94
  peerAzureAppId: pulumi.Input<string>;
95
+ /**
96
+ * Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
97
+ */
44
98
  peerAzureTenantId: pulumi.Input<string>;
99
+ /**
100
+ * Azure resource group name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
101
+ */
45
102
  peerResourceGroup: pulumi.Input<string>;
103
+ /**
104
+ * Azure Network name. This property cannot be changed, doing so forces recreation of the resource.
105
+ */
46
106
  vnetName: pulumi.Input<string>;
107
+ /**
108
+ * The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
109
+ */
47
110
  vpcId: pulumi.Input<string>;
48
111
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getAzureVpcPeeringConnection.js","sourceRoot":"","sources":["../getAzureVpcPeeringConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,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,uEAAuE,EAAE;QAClG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oEAcC;AAiCD,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,4BAA4B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,gFAEC"}
1
+ {"version":3,"file":"getAzureVpcPeeringConnection.js","sourceRoot":"","sources":["../getAzureVpcPeeringConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,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,uEAAuE,EAAE;QAClG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oEAcC;AA8ED,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,4BAA4B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,gFAEC"}
@@ -18,30 +18,78 @@ export declare function getBillingGroup(args: GetBillingGroupArgs, opts?: pulumi
18
18
  * A collection of arguments for invoking getBillingGroup.
19
19
  */
20
20
  export interface GetBillingGroupArgs {
21
+ /**
22
+ * The id of the billing group. To set up proper dependencies please refer to this variable as a reference.
23
+ */
21
24
  billingGroupId: string;
22
25
  }
23
26
  /**
24
27
  * A collection of values returned by getBillingGroup.
25
28
  */
26
29
  export interface GetBillingGroupResult {
30
+ /**
31
+ * Account id
32
+ */
27
33
  readonly accountId: string;
34
+ /**
35
+ * Address lines
36
+ */
28
37
  readonly addressLines: string[];
38
+ /**
39
+ * Billing currency
40
+ */
29
41
  readonly billingCurrency: string;
42
+ /**
43
+ * Billing contact emails
44
+ */
30
45
  readonly billingEmails: string[];
46
+ /**
47
+ * Billing extra text
48
+ */
31
49
  readonly billingExtraText: string;
50
+ /**
51
+ * The id of the billing group. To set up proper dependencies please refer to this variable as a reference.
52
+ */
32
53
  readonly billingGroupId: string;
54
+ /**
55
+ * Credit card id
56
+ */
33
57
  readonly cardId: string;
58
+ /**
59
+ * City
60
+ */
34
61
  readonly city: string;
62
+ /**
63
+ * Company name
64
+ */
35
65
  readonly company: string;
66
+ /**
67
+ * ID of the billing group to copy from
68
+ */
36
69
  readonly copyFromBillingGroup: string;
70
+ /**
71
+ * Country code
72
+ */
37
73
  readonly countryCode: string;
38
74
  /**
39
75
  * The provider-assigned unique ID for this managed resource.
40
76
  */
41
77
  readonly id: string;
78
+ /**
79
+ * Billing Group name
80
+ */
42
81
  readonly name: string;
82
+ /**
83
+ * State
84
+ */
43
85
  readonly state: string;
86
+ /**
87
+ * VAT id
88
+ */
44
89
  readonly vatId: string;
90
+ /**
91
+ * Zip Code
92
+ */
45
93
  readonly zipCode: string;
46
94
  }
47
95
  export declare function getBillingGroupOutput(args: GetBillingGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBillingGroupResult>;
@@ -49,5 +97,8 @@ export declare function getBillingGroupOutput(args: GetBillingGroupOutputArgs, o
49
97
  * A collection of arguments for invoking getBillingGroup.
50
98
  */
51
99
  export interface GetBillingGroupOutputArgs {
100
+ /**
101
+ * The id of the billing group. To set up proper dependencies please refer to this variable as a reference.
102
+ */
52
103
  billingGroupId: pulumi.Input<string>;
53
104
  }
@@ -1 +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,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AAkCD,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"}
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,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AAkFD,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"}