@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
package/clickhouse.d.ts CHANGED
@@ -50,12 +50,7 @@ export declare class Clickhouse extends pulumi.CustomResource {
50
50
  */
51
51
  readonly clickhouses: pulumi.Output<outputs.ClickhouseClickhouse[]>;
52
52
  /**
53
- * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
54
- * created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
55
- * provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
56
- * are documented on each Cloud provider's own support articles, like [here for
57
- * Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
58
- * AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
53
+ * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
59
54
  */
60
55
  readonly cloudName: pulumi.Output<string | undefined>;
61
56
  /**
@@ -63,8 +58,7 @@ export declare class Clickhouse extends pulumi.CustomResource {
63
58
  */
64
59
  readonly components: pulumi.Output<outputs.ClickhouseComponent[]>;
65
60
  /**
66
- * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing
67
- * will result in the service rebalancing.
61
+ * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
68
62
  */
69
63
  readonly diskSpace: pulumi.Output<string | undefined>;
70
64
  /**
@@ -72,13 +66,11 @@ export declare class Clickhouse extends pulumi.CustomResource {
72
66
  */
73
67
  readonly diskSpaceCap: pulumi.Output<string>;
74
68
  /**
75
- * The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
76
- * Its also the minimum value for `disk_space`
69
+ * The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `diskSpace`
77
70
  */
78
71
  readonly diskSpaceDefault: pulumi.Output<string>;
79
72
  /**
80
- * The default disk space step of the service, possible values depend on the service type, the cloud provider and the
81
- * project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
73
+ * The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `diskSpace` needs to increment from `diskSpaceDefault` by increments of this size.
82
74
  */
83
75
  readonly diskSpaceStep: pulumi.Output<string>;
84
76
  /**
@@ -94,24 +86,15 @@ export declare class Clickhouse extends pulumi.CustomResource {
94
86
  */
95
87
  readonly maintenanceWindowTime: pulumi.Output<string | undefined>;
96
88
  /**
97
- * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
98
- * are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
99
- * store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
100
- * `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
101
- * other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
102
- * options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
89
+ * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
103
90
  */
104
91
  readonly plan: pulumi.Output<string | undefined>;
105
92
  /**
106
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
107
- * reference. This property cannot be changed, doing so forces recreation of the resource.
93
+ * 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.
108
94
  */
109
95
  readonly project: pulumi.Output<string>;
110
96
  /**
111
- * Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
112
- * value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
113
- * as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
114
- * servers so the operation can take significant amount of time to complete if the service has a lot of data.
97
+ * Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
115
98
  */
116
99
  readonly projectVpcId: pulumi.Output<string | undefined>;
117
100
  /**
@@ -123,8 +106,7 @@ export declare class Clickhouse extends pulumi.CustomResource {
123
106
  */
124
107
  readonly serviceIntegrations: pulumi.Output<outputs.ClickhouseServiceIntegration[] | undefined>;
125
108
  /**
126
- * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
127
- * service so name should be picked based on intended service usage rather than current attributes.
109
+ * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
128
110
  */
129
111
  readonly serviceName: pulumi.Output<string>;
130
112
  /**
@@ -152,8 +134,7 @@ export declare class Clickhouse extends pulumi.CustomResource {
152
134
  */
153
135
  readonly state: pulumi.Output<string>;
154
136
  /**
155
- * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
156
- * static ip resource is in the 'assigned' state it cannot be unbound from the node again
137
+ * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
157
138
  */
158
139
  readonly staticIps: pulumi.Output<string[] | undefined>;
159
140
  /**
@@ -161,9 +142,7 @@ export declare class Clickhouse extends pulumi.CustomResource {
161
142
  */
162
143
  readonly tags: pulumi.Output<outputs.ClickhouseTag[] | undefined>;
163
144
  /**
164
- * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
165
- * unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
166
- * much of the content can at least be restored from backup in case accidental deletion is done.
145
+ * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
167
146
  */
168
147
  readonly terminationProtection: pulumi.Output<boolean | undefined>;
169
148
  /**
@@ -188,12 +167,7 @@ export interface ClickhouseState {
188
167
  */
189
168
  clickhouses?: pulumi.Input<pulumi.Input<inputs.ClickhouseClickhouse>[]>;
190
169
  /**
191
- * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
192
- * created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
193
- * provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
194
- * are documented on each Cloud provider's own support articles, like [here for
195
- * Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
196
- * AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
170
+ * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
197
171
  */
198
172
  cloudName?: pulumi.Input<string>;
199
173
  /**
@@ -201,8 +175,7 @@ export interface ClickhouseState {
201
175
  */
202
176
  components?: pulumi.Input<pulumi.Input<inputs.ClickhouseComponent>[]>;
203
177
  /**
204
- * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing
205
- * will result in the service rebalancing.
178
+ * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
206
179
  */
207
180
  diskSpace?: pulumi.Input<string>;
208
181
  /**
@@ -210,13 +183,11 @@ export interface ClickhouseState {
210
183
  */
211
184
  diskSpaceCap?: pulumi.Input<string>;
212
185
  /**
213
- * The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
214
- * Its also the minimum value for `disk_space`
186
+ * The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `diskSpace`
215
187
  */
216
188
  diskSpaceDefault?: pulumi.Input<string>;
217
189
  /**
218
- * The default disk space step of the service, possible values depend on the service type, the cloud provider and the
219
- * project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
190
+ * The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `diskSpace` needs to increment from `diskSpaceDefault` by increments of this size.
220
191
  */
221
192
  diskSpaceStep?: pulumi.Input<string>;
222
193
  /**
@@ -232,24 +203,15 @@ export interface ClickhouseState {
232
203
  */
233
204
  maintenanceWindowTime?: pulumi.Input<string>;
234
205
  /**
235
- * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
236
- * are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
237
- * store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
238
- * `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
239
- * other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
240
- * options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
206
+ * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
241
207
  */
242
208
  plan?: pulumi.Input<string>;
243
209
  /**
244
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
245
- * reference. This property cannot be changed, doing so forces recreation of the resource.
210
+ * 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.
246
211
  */
247
212
  project?: pulumi.Input<string>;
248
213
  /**
249
- * Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
250
- * value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
251
- * as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
252
- * servers so the operation can take significant amount of time to complete if the service has a lot of data.
214
+ * Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
253
215
  */
254
216
  projectVpcId?: pulumi.Input<string>;
255
217
  /**
@@ -261,8 +223,7 @@ export interface ClickhouseState {
261
223
  */
262
224
  serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.ClickhouseServiceIntegration>[]>;
263
225
  /**
264
- * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
265
- * service so name should be picked based on intended service usage rather than current attributes.
226
+ * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
266
227
  */
267
228
  serviceName?: pulumi.Input<string>;
268
229
  /**
@@ -290,8 +251,7 @@ export interface ClickhouseState {
290
251
  */
291
252
  state?: pulumi.Input<string>;
292
253
  /**
293
- * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
294
- * static ip resource is in the 'assigned' state it cannot be unbound from the node again
254
+ * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
295
255
  */
296
256
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
297
257
  /**
@@ -299,9 +259,7 @@ export interface ClickhouseState {
299
259
  */
300
260
  tags?: pulumi.Input<pulumi.Input<inputs.ClickhouseTag>[]>;
301
261
  /**
302
- * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
303
- * unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
304
- * much of the content can at least be restored from backup in case accidental deletion is done.
262
+ * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
305
263
  */
306
264
  terminationProtection?: pulumi.Input<boolean>;
307
265
  }
@@ -314,17 +272,11 @@ export interface ClickhouseArgs {
314
272
  */
315
273
  clickhouseUserConfig?: pulumi.Input<inputs.ClickhouseClickhouseUserConfig>;
316
274
  /**
317
- * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
318
- * created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
319
- * provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
320
- * are documented on each Cloud provider's own support articles, like [here for
321
- * Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
322
- * AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
275
+ * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
323
276
  */
324
277
  cloudName?: pulumi.Input<string>;
325
278
  /**
326
- * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing
327
- * will result in the service rebalancing.
279
+ * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
328
280
  */
329
281
  diskSpace?: pulumi.Input<string>;
330
282
  /**
@@ -336,24 +288,15 @@ export interface ClickhouseArgs {
336
288
  */
337
289
  maintenanceWindowTime?: pulumi.Input<string>;
338
290
  /**
339
- * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
340
- * are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
341
- * store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
342
- * `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
343
- * other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
344
- * options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
291
+ * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
345
292
  */
346
293
  plan?: pulumi.Input<string>;
347
294
  /**
348
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
349
- * reference. This property cannot be changed, doing so forces recreation of the resource.
295
+ * 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.
350
296
  */
351
297
  project: pulumi.Input<string>;
352
298
  /**
353
- * Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
354
- * value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
355
- * as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
356
- * servers so the operation can take significant amount of time to complete if the service has a lot of data.
299
+ * Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
357
300
  */
358
301
  projectVpcId?: pulumi.Input<string>;
359
302
  /**
@@ -361,13 +304,11 @@ export interface ClickhouseArgs {
361
304
  */
362
305
  serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.ClickhouseServiceIntegration>[]>;
363
306
  /**
364
- * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
365
- * service so name should be picked based on intended service usage rather than current attributes.
307
+ * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
366
308
  */
367
309
  serviceName: pulumi.Input<string>;
368
310
  /**
369
- * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
370
- * static ip resource is in the 'assigned' state it cannot be unbound from the node again
311
+ * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
371
312
  */
372
313
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
373
314
  /**
@@ -375,9 +316,7 @@ export interface ClickhouseArgs {
375
316
  */
376
317
  tags?: pulumi.Input<pulumi.Input<inputs.ClickhouseTag>[]>;
377
318
  /**
378
- * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
379
- * unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
380
- * much of the content can at least be restored from backup in case accidental deletion is done.
319
+ * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
381
320
  */
382
321
  terminationProtection?: pulumi.Input<boolean>;
383
322
  }
package/clickhouse.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"clickhouse.js","sourceRoot":"","sources":["../clickhouse.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IAkKjD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7F;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;IArOD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;;AA1BL,gCAuOC;AAzNG,gBAAgB;AACO,uBAAY,GAAG,mCAAmC,CAAC"}
1
+ {"version":3,"file":"clickhouse.js","sourceRoot":"","sources":["../clickhouse.ts"],"names":[],"mappings":"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"}
@@ -41,13 +41,11 @@ export declare class ClickhouseDatabase extends pulumi.CustomResource {
41
41
  */
42
42
  readonly name: pulumi.Output<string>;
43
43
  /**
44
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
45
- * reference. This property cannot be changed, doing so forces recreation of the resource.
44
+ * 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.
46
45
  */
47
46
  readonly project: pulumi.Output<string>;
48
47
  /**
49
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
50
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
48
+ * 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.
51
49
  */
52
50
  readonly serviceName: pulumi.Output<string>;
53
51
  /**
@@ -74,13 +72,11 @@ export interface ClickhouseDatabaseState {
74
72
  */
75
73
  name?: pulumi.Input<string>;
76
74
  /**
77
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
78
- * reference. This property cannot be changed, doing so forces recreation of the resource.
75
+ * 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.
79
76
  */
80
77
  project?: pulumi.Input<string>;
81
78
  /**
82
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
83
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
79
+ * 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.
84
80
  */
85
81
  serviceName?: pulumi.Input<string>;
86
82
  /**
@@ -99,13 +95,11 @@ export interface ClickhouseDatabaseArgs {
99
95
  */
100
96
  name?: pulumi.Input<string>;
101
97
  /**
102
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
103
- * reference. This property cannot be changed, doing so forces recreation of the resource.
98
+ * 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.
104
99
  */
105
100
  project: pulumi.Input<string>;
106
101
  /**
107
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
108
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
102
+ * 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.
109
103
  */
110
104
  serviceName: pulumi.Input<string>;
111
105
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"clickhouseDatabase.js","sourceRoot":"","sources":["../clickhouseDatabase.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IAyDzD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7F;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3F;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IAhFD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;;AA1BL,gDAkFC;AApEG,gBAAgB;AACO,+BAAY,GAAG,mDAAmD,CAAC"}
1
+ {"version":3,"file":"clickhouseDatabase.js","sourceRoot":"","sources":["../clickhouseDatabase.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IAuDzD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7F;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3F;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IA9ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;;AA1BL,gDAgFC;AAlEG,gBAAgB;AACO,+BAAY,GAAG,mDAAmD,CAAC"}
@@ -81,13 +81,11 @@ export declare class ClickhouseGrant extends pulumi.CustomResource {
81
81
  */
82
82
  readonly privilegeGrants: pulumi.Output<outputs.ClickhouseGrantPrivilegeGrant[] | undefined>;
83
83
  /**
84
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
85
- * reference. This property cannot be changed, doing so forces recreation of the resource.
84
+ * 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.
86
85
  */
87
86
  readonly project: pulumi.Output<string>;
88
87
  /**
89
- * The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
90
- * This property cannot be changed, doing so forces recreation of the resource.
88
+ * The role to grant privileges or roles 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.
91
89
  */
92
90
  readonly role: pulumi.Output<string | undefined>;
93
91
  /**
@@ -95,13 +93,11 @@ export declare class ClickhouseGrant extends pulumi.CustomResource {
95
93
  */
96
94
  readonly roleGrants: pulumi.Output<outputs.ClickhouseGrantRoleGrant[] | undefined>;
97
95
  /**
98
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
99
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
96
+ * 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.
100
97
  */
101
98
  readonly serviceName: pulumi.Output<string>;
102
99
  /**
103
- * The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
104
- * This property cannot be changed, doing so forces recreation of the resource.
100
+ * The user to grant privileges or roles 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.
105
101
  */
106
102
  readonly user: pulumi.Output<string | undefined>;
107
103
  /**
@@ -122,13 +118,11 @@ export interface ClickhouseGrantState {
122
118
  */
123
119
  privilegeGrants?: pulumi.Input<pulumi.Input<inputs.ClickhouseGrantPrivilegeGrant>[]>;
124
120
  /**
125
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
126
- * reference. This property cannot be changed, doing so forces recreation of the resource.
121
+ * 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.
127
122
  */
128
123
  project?: pulumi.Input<string>;
129
124
  /**
130
- * The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
131
- * This property cannot be changed, doing so forces recreation of the resource.
125
+ * The role to grant privileges or roles 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.
132
126
  */
133
127
  role?: pulumi.Input<string>;
134
128
  /**
@@ -136,13 +130,11 @@ export interface ClickhouseGrantState {
136
130
  */
137
131
  roleGrants?: pulumi.Input<pulumi.Input<inputs.ClickhouseGrantRoleGrant>[]>;
138
132
  /**
139
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
140
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
133
+ * 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.
141
134
  */
142
135
  serviceName?: pulumi.Input<string>;
143
136
  /**
144
- * The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
145
- * This property cannot be changed, doing so forces recreation of the resource.
137
+ * The user to grant privileges or roles 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.
146
138
  */
147
139
  user?: pulumi.Input<string>;
148
140
  }
@@ -155,13 +147,11 @@ export interface ClickhouseGrantArgs {
155
147
  */
156
148
  privilegeGrants?: pulumi.Input<pulumi.Input<inputs.ClickhouseGrantPrivilegeGrant>[]>;
157
149
  /**
158
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
159
- * reference. This property cannot be changed, doing so forces recreation of the resource.
150
+ * 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.
160
151
  */
161
152
  project: pulumi.Input<string>;
162
153
  /**
163
- * The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
164
- * This property cannot be changed, doing so forces recreation of the resource.
154
+ * The role to grant privileges or roles 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.
165
155
  */
166
156
  role?: pulumi.Input<string>;
167
157
  /**
@@ -169,13 +159,11 @@ export interface ClickhouseGrantArgs {
169
159
  */
170
160
  roleGrants?: pulumi.Input<pulumi.Input<inputs.ClickhouseGrantRoleGrant>[]>;
171
161
  /**
172
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
173
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
162
+ * 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.
174
163
  */
175
164
  serviceName: pulumi.Input<string>;
176
165
  /**
177
- * The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
178
- * This property cannot be changed, doing so forces recreation of the resource.
166
+ * The user to grant privileges or roles 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.
179
167
  */
180
168
  user?: pulumi.Input<string>;
181
169
  }
@@ -1 +1 @@
1
- {"version":3,"file":"clickhouseGrant.js","sourceRoot":"","sources":["../clickhouseGrant.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"clickhouseGrant.js","sourceRoot":"","sources":["../clickhouseGrant.ts"],"names":[],"mappings":"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"}
@@ -46,8 +46,7 @@ export declare class ClickhouseRole extends pulumi.CustomResource {
46
46
  */
47
47
  static isInstance(obj: any): obj is ClickhouseRole;
48
48
  /**
49
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
50
- * reference. This property cannot be changed, doing so forces recreation of the resource.
49
+ * 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.
51
50
  */
52
51
  readonly project: pulumi.Output<string>;
53
52
  /**
@@ -55,8 +54,7 @@ export declare class ClickhouseRole extends pulumi.CustomResource {
55
54
  */
56
55
  readonly role: pulumi.Output<string>;
57
56
  /**
58
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
59
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
57
+ * 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.
60
58
  */
61
59
  readonly serviceName: pulumi.Output<string>;
62
60
  /**
@@ -73,8 +71,7 @@ export declare class ClickhouseRole extends pulumi.CustomResource {
73
71
  */
74
72
  export interface ClickhouseRoleState {
75
73
  /**
76
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
77
- * reference. This property cannot be changed, doing so forces recreation of the resource.
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.
78
75
  */
79
76
  project?: pulumi.Input<string>;
80
77
  /**
@@ -82,8 +79,7 @@ export interface ClickhouseRoleState {
82
79
  */
83
80
  role?: pulumi.Input<string>;
84
81
  /**
85
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
86
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
82
+ * 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.
87
83
  */
88
84
  serviceName?: pulumi.Input<string>;
89
85
  }
@@ -92,8 +88,7 @@ export interface ClickhouseRoleState {
92
88
  */
93
89
  export interface ClickhouseRoleArgs {
94
90
  /**
95
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
96
- * reference. This property cannot be changed, doing so forces recreation of the resource.
91
+ * 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.
97
92
  */
98
93
  project: pulumi.Input<string>;
99
94
  /**
@@ -101,8 +96,7 @@ export interface ClickhouseRoleArgs {
101
96
  */
102
97
  role: pulumi.Input<string>;
103
98
  /**
104
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
105
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
99
+ * 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.
106
100
  */
107
101
  serviceName: pulumi.Input<string>;
108
102
  }
@@ -1 +1 @@
1
- {"version":3,"file":"clickhouseRole.js","sourceRoot":"","sources":["../clickhouseRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IAmDrD,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,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;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;IA3ED;;;;;;;;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;;AA1BL,wCA6EC;AA/DG,gBAAgB;AACO,2BAAY,GAAG,2CAA2C,CAAC"}
1
+ {"version":3,"file":"clickhouseRole.js","sourceRoot":"","sources":["../clickhouseRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IAiDrD,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,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;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;IAzED;;;;;;;;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;;AA1BL,wCA2EC;AA7DG,gBAAgB;AACO,2BAAY,GAAG,2CAA2C,CAAC"}
@@ -42,8 +42,7 @@ export declare class ClickhouseUser extends pulumi.CustomResource {
42
42
  */
43
43
  readonly password: pulumi.Output<string>;
44
44
  /**
45
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
46
- * reference. This property cannot be changed, doing so forces recreation of the resource.
45
+ * 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.
47
46
  */
48
47
  readonly project: pulumi.Output<string>;
49
48
  /**
@@ -51,8 +50,7 @@ export declare class ClickhouseUser extends pulumi.CustomResource {
51
50
  */
52
51
  readonly required: pulumi.Output<boolean>;
53
52
  /**
54
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
55
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
53
+ * 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.
56
54
  */
57
55
  readonly serviceName: pulumi.Output<string>;
58
56
  /**
@@ -81,8 +79,7 @@ export interface ClickhouseUserState {
81
79
  */
82
80
  password?: pulumi.Input<string>;
83
81
  /**
84
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
85
- * reference. This property cannot be changed, doing so forces recreation of the resource.
82
+ * 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.
86
83
  */
87
84
  project?: pulumi.Input<string>;
88
85
  /**
@@ -90,8 +87,7 @@ export interface ClickhouseUserState {
90
87
  */
91
88
  required?: pulumi.Input<boolean>;
92
89
  /**
93
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
94
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
90
+ * 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.
95
91
  */
96
92
  serviceName?: pulumi.Input<string>;
97
93
  /**
@@ -108,13 +104,11 @@ export interface ClickhouseUserState {
108
104
  */
109
105
  export interface ClickhouseUserArgs {
110
106
  /**
111
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
112
- * reference. This property cannot be changed, doing so forces recreation of the resource.
107
+ * 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.
113
108
  */
114
109
  project: pulumi.Input<string>;
115
110
  /**
116
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
117
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
111
+ * 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.
118
112
  */
119
113
  serviceName: pulumi.Input<string>;
120
114
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"clickhouseUser.js","sourceRoot":"","sources":["../clickhouseUser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"clickhouseUser.js","sourceRoot":"","sources":["../clickhouseUser.ts"],"names":[],"mappings":"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"}