@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/openSearch.d.ts CHANGED
@@ -53,12 +53,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
53
53
  */
54
54
  static isInstance(obj: any): obj is OpenSearch;
55
55
  /**
56
- * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
57
- * created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
58
- * provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
59
- * are documented on each Cloud provider's own support articles, like [here for
60
- * Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
61
- * AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
56
+ * 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).
62
57
  */
63
58
  readonly cloudName: pulumi.Output<string | undefined>;
64
59
  /**
@@ -66,8 +61,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
66
61
  */
67
62
  readonly components: pulumi.Output<outputs.OpenSearchComponent[]>;
68
63
  /**
69
- * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing
70
- * will result in the service rebalancing.
64
+ * 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.
71
65
  */
72
66
  readonly diskSpace: pulumi.Output<string | undefined>;
73
67
  /**
@@ -75,13 +69,11 @@ export declare class OpenSearch extends pulumi.CustomResource {
75
69
  */
76
70
  readonly diskSpaceCap: pulumi.Output<string>;
77
71
  /**
78
- * The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
79
- * Its also the minimum value for `disk_space`
72
+ * 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`
80
73
  */
81
74
  readonly diskSpaceDefault: pulumi.Output<string>;
82
75
  /**
83
- * The default disk space step of the service, possible values depend on the service type, the cloud provider and the
84
- * project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
76
+ * 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.
85
77
  */
86
78
  readonly diskSpaceStep: pulumi.Output<string>;
87
79
  /**
@@ -105,24 +97,15 @@ export declare class OpenSearch extends pulumi.CustomResource {
105
97
  */
106
98
  readonly opensearches: pulumi.Output<outputs.OpenSearchOpensearch[]>;
107
99
  /**
108
- * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
109
- * are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
110
- * store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
111
- * `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
112
- * other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
113
- * options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
100
+ * 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).
114
101
  */
115
102
  readonly plan: pulumi.Output<string | undefined>;
116
103
  /**
117
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
118
- * reference. This property cannot be changed, doing so forces recreation of the resource.
104
+ * 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.
119
105
  */
120
106
  readonly project: pulumi.Output<string>;
121
107
  /**
122
- * 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
123
- * value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
124
- * as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
125
- * servers so the operation can take significant amount of time to complete if the service has a lot of data.
108
+ * 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.
126
109
  */
127
110
  readonly projectVpcId: pulumi.Output<string | undefined>;
128
111
  /**
@@ -134,8 +117,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
134
117
  */
135
118
  readonly serviceIntegrations: pulumi.Output<outputs.OpenSearchServiceIntegration[] | undefined>;
136
119
  /**
137
- * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
138
- * service so name should be picked based on intended service usage rather than current attributes.
120
+ * 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.
139
121
  */
140
122
  readonly serviceName: pulumi.Output<string>;
141
123
  /**
@@ -163,8 +145,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
163
145
  */
164
146
  readonly state: pulumi.Output<string>;
165
147
  /**
166
- * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
167
- * static ip resource is in the 'assigned' state it cannot be unbound from the node again
148
+ * 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
168
149
  */
169
150
  readonly staticIps: pulumi.Output<string[] | undefined>;
170
151
  /**
@@ -172,9 +153,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
172
153
  */
173
154
  readonly tags: pulumi.Output<outputs.OpenSearchTag[] | undefined>;
174
155
  /**
175
- * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
176
- * unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
177
- * much of the content can at least be restored from backup in case accidental deletion is done.
156
+ * 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.
178
157
  */
179
158
  readonly terminationProtection: pulumi.Output<boolean | undefined>;
180
159
  /**
@@ -191,12 +170,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
191
170
  */
192
171
  export interface OpenSearchState {
193
172
  /**
194
- * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
195
- * created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
196
- * provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
197
- * are documented on each Cloud provider's own support articles, like [here for
198
- * Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
199
- * AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
173
+ * 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).
200
174
  */
201
175
  cloudName?: pulumi.Input<string>;
202
176
  /**
@@ -204,8 +178,7 @@ export interface OpenSearchState {
204
178
  */
205
179
  components?: pulumi.Input<pulumi.Input<inputs.OpenSearchComponent>[]>;
206
180
  /**
207
- * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing
208
- * will result in the service rebalancing.
181
+ * 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.
209
182
  */
210
183
  diskSpace?: pulumi.Input<string>;
211
184
  /**
@@ -213,13 +186,11 @@ export interface OpenSearchState {
213
186
  */
214
187
  diskSpaceCap?: pulumi.Input<string>;
215
188
  /**
216
- * The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
217
- * Its also the minimum value for `disk_space`
189
+ * 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`
218
190
  */
219
191
  diskSpaceDefault?: pulumi.Input<string>;
220
192
  /**
221
- * The default disk space step of the service, possible values depend on the service type, the cloud provider and the
222
- * project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
193
+ * 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.
223
194
  */
224
195
  diskSpaceStep?: pulumi.Input<string>;
225
196
  /**
@@ -243,24 +214,15 @@ export interface OpenSearchState {
243
214
  */
244
215
  opensearches?: pulumi.Input<pulumi.Input<inputs.OpenSearchOpensearch>[]>;
245
216
  /**
246
- * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
247
- * are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
248
- * store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
249
- * `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
250
- * other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
251
- * options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
217
+ * 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).
252
218
  */
253
219
  plan?: pulumi.Input<string>;
254
220
  /**
255
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
256
- * reference. This property cannot be changed, doing so forces recreation of the resource.
221
+ * 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.
257
222
  */
258
223
  project?: pulumi.Input<string>;
259
224
  /**
260
- * 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
261
- * value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
262
- * as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
263
- * servers so the operation can take significant amount of time to complete if the service has a lot of data.
225
+ * 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.
264
226
  */
265
227
  projectVpcId?: pulumi.Input<string>;
266
228
  /**
@@ -272,8 +234,7 @@ export interface OpenSearchState {
272
234
  */
273
235
  serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.OpenSearchServiceIntegration>[]>;
274
236
  /**
275
- * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
276
- * service so name should be picked based on intended service usage rather than current attributes.
237
+ * 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.
277
238
  */
278
239
  serviceName?: pulumi.Input<string>;
279
240
  /**
@@ -301,8 +262,7 @@ export interface OpenSearchState {
301
262
  */
302
263
  state?: pulumi.Input<string>;
303
264
  /**
304
- * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
305
- * static ip resource is in the 'assigned' state it cannot be unbound from the node again
265
+ * 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
306
266
  */
307
267
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
308
268
  /**
@@ -310,9 +270,7 @@ export interface OpenSearchState {
310
270
  */
311
271
  tags?: pulumi.Input<pulumi.Input<inputs.OpenSearchTag>[]>;
312
272
  /**
313
- * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
314
- * unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
315
- * much of the content can at least be restored from backup in case accidental deletion is done.
273
+ * 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.
316
274
  */
317
275
  terminationProtection?: pulumi.Input<boolean>;
318
276
  }
@@ -321,17 +279,11 @@ export interface OpenSearchState {
321
279
  */
322
280
  export interface OpenSearchArgs {
323
281
  /**
324
- * Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
325
- * created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
326
- * provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
327
- * are documented on each Cloud provider's own support articles, like [here for
328
- * Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
329
- * AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
282
+ * 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).
330
283
  */
331
284
  cloudName?: pulumi.Input<string>;
332
285
  /**
333
- * The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing
334
- * will result in the service rebalancing.
286
+ * 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.
335
287
  */
336
288
  diskSpace?: pulumi.Input<string>;
337
289
  /**
@@ -347,24 +299,15 @@ export interface OpenSearchArgs {
347
299
  */
348
300
  opensearchUserConfig?: pulumi.Input<inputs.OpenSearchOpensearchUserConfig>;
349
301
  /**
350
- * Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
351
- * are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
352
- * store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
353
- * `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
354
- * other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
355
- * options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
302
+ * 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).
356
303
  */
357
304
  plan?: pulumi.Input<string>;
358
305
  /**
359
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
360
- * reference. This property cannot be changed, doing so forces recreation of the resource.
306
+ * 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.
361
307
  */
362
308
  project: pulumi.Input<string>;
363
309
  /**
364
- * 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
365
- * value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
366
- * as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
367
- * servers so the operation can take significant amount of time to complete if the service has a lot of data.
310
+ * 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.
368
311
  */
369
312
  projectVpcId?: pulumi.Input<string>;
370
313
  /**
@@ -372,13 +315,11 @@ export interface OpenSearchArgs {
372
315
  */
373
316
  serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.OpenSearchServiceIntegration>[]>;
374
317
  /**
375
- * Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
376
- * service so name should be picked based on intended service usage rather than current attributes.
318
+ * 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.
377
319
  */
378
320
  serviceName: pulumi.Input<string>;
379
321
  /**
380
- * Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
381
- * static ip resource is in the 'assigned' state it cannot be unbound from the node again
322
+ * 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
382
323
  */
383
324
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
384
325
  /**
@@ -386,9 +327,7 @@ export interface OpenSearchArgs {
386
327
  */
387
328
  tags?: pulumi.Input<pulumi.Input<inputs.OpenSearchTag>[]>;
388
329
  /**
389
- * Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
390
- * unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
391
- * much of the content can at least be restored from backup in case accidental deletion is done.
330
+ * 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.
392
331
  */
393
332
  terminationProtection?: pulumi.Input<boolean>;
394
333
  }
package/openSearch.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"openSearch.js","sourceRoot":"","sources":["../openSearch.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"openSearch.js","sourceRoot":"","sources":["../openSearch.ts"],"names":[],"mappings":"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"}
@@ -59,19 +59,15 @@ export declare class OpenSearchAclConfig extends pulumi.CustomResource {
59
59
  */
60
60
  readonly enabled: pulumi.Output<boolean | undefined>;
61
61
  /**
62
- * Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the
63
- * ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target
64
- * indexes they have been granted access to. The default value is `true`.
62
+ * Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
65
63
  */
66
64
  readonly extendedAcl: pulumi.Output<boolean | undefined>;
67
65
  /**
68
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
69
- * reference. This property cannot be changed, doing so forces recreation of the resource.
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.
70
67
  */
71
68
  readonly project: pulumi.Output<string>;
72
69
  /**
73
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
74
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
75
71
  */
76
72
  readonly serviceName: pulumi.Output<string>;
77
73
  /**
@@ -92,19 +88,15 @@ export interface OpenSearchAclConfigState {
92
88
  */
93
89
  enabled?: pulumi.Input<boolean>;
94
90
  /**
95
- * Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the
96
- * ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target
97
- * indexes they have been granted access to. The default value is `true`.
91
+ * Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
98
92
  */
99
93
  extendedAcl?: pulumi.Input<boolean>;
100
94
  /**
101
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
102
- * reference. This property cannot be changed, doing so forces recreation of the resource.
95
+ * 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.
103
96
  */
104
97
  project?: pulumi.Input<string>;
105
98
  /**
106
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
107
- * 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.
108
100
  */
109
101
  serviceName?: pulumi.Input<string>;
110
102
  }
@@ -117,19 +109,15 @@ export interface OpenSearchAclConfigArgs {
117
109
  */
118
110
  enabled?: pulumi.Input<boolean>;
119
111
  /**
120
- * Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the
121
- * ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target
122
- * indexes they have been granted access to. The default value is `true`.
112
+ * Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
123
113
  */
124
114
  extendedAcl?: pulumi.Input<boolean>;
125
115
  /**
126
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
127
- * reference. This property cannot be changed, doing so forces recreation of the resource.
116
+ * 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.
128
117
  */
129
118
  project: pulumi.Input<string>;
130
119
  /**
131
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
132
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
120
+ * 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.
133
121
  */
134
122
  serviceName: pulumi.Input<string>;
135
123
  }
@@ -1 +1 @@
1
- {"version":3,"file":"openSearchAclConfig.js","sourceRoot":"","sources":["../openSearchAclConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAyD1D,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,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,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;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,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,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,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;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;IAhFD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;;AA1BL,kDAkFC;AApEG,gBAAgB;AACO,gCAAY,GAAG,qDAAqD,CAAC"}
1
+ {"version":3,"file":"openSearchAclConfig.js","sourceRoot":"","sources":["../openSearchAclConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAqD1D,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,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,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;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,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,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,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;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;IA5ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;;AA1BL,kDA8EC;AAhEG,gBAAgB;AACO,gCAAY,GAAG,qDAAqD,CAAC"}
@@ -86,8 +86,7 @@ export declare class OpenSearchAclRule extends pulumi.CustomResource {
86
86
  */
87
87
  static isInstance(obj: any): obj is OpenSearchAclRule;
88
88
  /**
89
- * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation
90
- * of the resource.
89
+ * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
91
90
  */
92
91
  readonly index: pulumi.Output<string>;
93
92
  /**
@@ -95,18 +94,15 @@ export declare class OpenSearchAclRule extends pulumi.CustomResource {
95
94
  */
96
95
  readonly permission: pulumi.Output<string>;
97
96
  /**
98
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
99
- * reference. This property cannot be changed, doing so forces recreation of the resource.
97
+ * 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.
100
98
  */
101
99
  readonly project: pulumi.Output<string>;
102
100
  /**
103
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
104
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
101
+ * 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.
105
102
  */
106
103
  readonly serviceName: pulumi.Output<string>;
107
104
  /**
108
- * The username for the ACL entry Maximum Length: `40`. To set up proper dependencies please refer to this variable as a
109
- * reference. This property cannot be changed, doing so forces recreation of the resource.
105
+ * The username for the ACL entry Maximum Length: `40`. 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.
110
106
  */
111
107
  readonly username: pulumi.Output<string>;
112
108
  /**
@@ -123,8 +119,7 @@ export declare class OpenSearchAclRule extends pulumi.CustomResource {
123
119
  */
124
120
  export interface OpenSearchAclRuleState {
125
121
  /**
126
- * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation
127
- * of the resource.
122
+ * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
128
123
  */
129
124
  index?: pulumi.Input<string>;
130
125
  /**
@@ -132,18 +127,15 @@ export interface OpenSearchAclRuleState {
132
127
  */
133
128
  permission?: pulumi.Input<string>;
134
129
  /**
135
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
136
- * reference. This property cannot be changed, doing so forces recreation of the resource.
130
+ * 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.
137
131
  */
138
132
  project?: pulumi.Input<string>;
139
133
  /**
140
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
141
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
134
+ * 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.
142
135
  */
143
136
  serviceName?: pulumi.Input<string>;
144
137
  /**
145
- * The username for the ACL entry Maximum Length: `40`. To set up proper dependencies please refer to this variable as a
146
- * reference. This property cannot be changed, doing so forces recreation of the resource.
138
+ * The username for the ACL entry Maximum Length: `40`. 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.
147
139
  */
148
140
  username?: pulumi.Input<string>;
149
141
  }
@@ -152,8 +144,7 @@ export interface OpenSearchAclRuleState {
152
144
  */
153
145
  export interface OpenSearchAclRuleArgs {
154
146
  /**
155
- * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation
156
- * of the resource.
147
+ * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
157
148
  */
158
149
  index: pulumi.Input<string>;
159
150
  /**
@@ -161,18 +152,15 @@ export interface OpenSearchAclRuleArgs {
161
152
  */
162
153
  permission: pulumi.Input<string>;
163
154
  /**
164
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
165
- * reference. This property cannot be changed, doing so forces recreation of the resource.
155
+ * 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.
166
156
  */
167
157
  project: pulumi.Input<string>;
168
158
  /**
169
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
170
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
159
+ * 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.
171
160
  */
172
161
  serviceName: pulumi.Input<string>;
173
162
  /**
174
- * The username for the ACL entry Maximum Length: `40`. To set up proper dependencies please refer to this variable as a
175
- * reference. This property cannot be changed, doing so forces recreation of the resource.
163
+ * The username for the ACL entry Maximum Length: `40`. 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.
176
164
  */
177
165
  username: pulumi.Input<string>;
178
166
  }
@@ -1 +1 @@
1
- {"version":3,"file":"openSearchAclRule.js","sourceRoot":"","sources":["../openSearchAclRule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"openSearchAclRule.js","sourceRoot":"","sources":["../openSearchAclRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqEG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IAyDxD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,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,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,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,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,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,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;IA3FD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;;AA1BL,8CA6FC;AA/EG,gBAAgB;AACO,8BAAY,GAAG,iDAAiD,CAAC"}
@@ -37,13 +37,11 @@ export declare class OpensearchUser extends pulumi.CustomResource {
37
37
  */
38
38
  readonly password: pulumi.Output<string>;
39
39
  /**
40
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
41
- * reference. This property cannot be changed, doing so forces recreation of the resource.
40
+ * 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.
42
41
  */
43
42
  readonly project: pulumi.Output<string>;
44
43
  /**
45
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
46
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
44
+ * 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.
47
45
  */
48
46
  readonly serviceName: pulumi.Output<string>;
49
47
  /**
@@ -51,8 +49,7 @@ export declare class OpensearchUser extends pulumi.CustomResource {
51
49
  */
52
50
  readonly type: pulumi.Output<string>;
53
51
  /**
54
- * The actual name of the Opensearch User. To set up proper dependencies please refer to this variable as a reference. This
55
- * property cannot be changed, doing so forces recreation of the resource.
52
+ * The actual name of the Opensearch User. 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
53
  */
57
54
  readonly username: pulumi.Output<string>;
58
55
  /**
@@ -73,13 +70,11 @@ export interface OpensearchUserState {
73
70
  */
74
71
  password?: pulumi.Input<string>;
75
72
  /**
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.
73
+ * 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
74
  */
79
75
  project?: pulumi.Input<string>;
80
76
  /**
81
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
82
- * variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
77
+ * 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.
83
78
  */
84
79
  serviceName?: pulumi.Input<string>;
85
80
  /**
@@ -87,8 +82,7 @@ export interface OpensearchUserState {
87
82
  */
88
83
  type?: pulumi.Input<string>;
89
84
  /**
90
- * The actual name of the Opensearch User. To set up proper dependencies please refer to this variable as a reference. This
91
- * property cannot be changed, doing so forces recreation of the resource.
85
+ * The actual name of the Opensearch User. 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.
92
86
  */
93
87
  username?: pulumi.Input<string>;
94
88
  }
@@ -101,18 +95,15 @@ export interface OpensearchUserArgs {
101
95
  */
102
96
  password?: pulumi.Input<string>;
103
97
  /**
104
- * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
105
- * 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.
106
99
  */
107
100
  project: pulumi.Input<string>;
108
101
  /**
109
- * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
110
- * 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.
111
103
  */
112
104
  serviceName: pulumi.Input<string>;
113
105
  /**
114
- * The actual name of the Opensearch User. To set up proper dependencies please refer to this variable as a reference. This
115
- * property cannot be changed, doing so forces recreation of the resource.
106
+ * The actual name of the Opensearch User. 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.
116
107
  */
117
108
  username: pulumi.Input<string>;
118
109
  }
@@ -1 +1 @@
1
- {"version":3,"file":"opensearchUser.js","sourceRoot":"","sources":["../opensearchUser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"opensearchUser.js","sourceRoot":"","sources":["../opensearchUser.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aiven",
3
- "version": "v5.2.0",
3
+ "version": "v5.3.0",
4
4
  "description": "A Pulumi package for creating and managing Aiven cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource aiven v5.2.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource aiven v5.3.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
@@ -22,6 +22,7 @@
22
22
  "typescript": "^4.3.5"
23
23
  },
24
24
  "pulumi": {
25
- "resource": true
25
+ "resource": true,
26
+ "name": "aiven"
26
27
  }
27
28
  }
package/package.json.bak CHANGED
@@ -22,6 +22,7 @@
22
22
  "typescript": "^4.3.5"
23
23
  },
24
24
  "pulumi": {
25
- "resource": true
25
+ "resource": true,
26
+ "name": "aiven"
26
27
  }
27
28
  }