@pulumi/aiven 4.4.0 → 4.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. package/account.d.ts +13 -31
  2. package/account.js +4 -6
  3. package/account.js.map +1 -1
  4. package/accountAuthentication.d.ts +31 -53
  5. package/accountAuthentication.js +5 -7
  6. package/accountAuthentication.js.map +1 -1
  7. package/accountTeam.d.ts +12 -22
  8. package/accountTeam.js +2 -4
  9. package/accountTeam.js.map +1 -1
  10. package/accountTeamMember.d.ts +16 -39
  11. package/accountTeamMember.js +4 -6
  12. package/accountTeamMember.js.map +1 -1
  13. package/accountTeamProject.d.ts +12 -17
  14. package/accountTeamProject.js +0 -2
  15. package/accountTeamProject.js.map +1 -1
  16. package/awsPrivatelink.d.ts +13 -27
  17. package/awsPrivatelink.js +0 -2
  18. package/awsPrivatelink.js.map +1 -1
  19. package/azurePrivatelink.d.ts +120 -0
  20. package/azurePrivatelink.js +86 -0
  21. package/azurePrivatelink.js.map +1 -0
  22. package/azurePrivatelinkConnectionApproval.d.ts +91 -0
  23. package/azurePrivatelinkConnectionApproval.js +66 -0
  24. package/azurePrivatelinkConnectionApproval.js.map +1 -0
  25. package/billingGroup.d.ts +0 -2
  26. package/billingGroup.js +0 -2
  27. package/billingGroup.js.map +1 -1
  28. package/cassandra.d.ts +101 -135
  29. package/cassandra.js +14 -4
  30. package/cassandra.js.map +1 -1
  31. package/clickhouse.d.ts +304 -0
  32. package/clickhouse.js +122 -0
  33. package/clickhouse.js.map +1 -0
  34. package/clickhouseDatabase.d.ts +105 -0
  35. package/clickhouseDatabase.js +76 -0
  36. package/clickhouseDatabase.js.map +1 -0
  37. package/clickhouseGrant.d.ts +169 -0
  38. package/clickhouseGrant.js +125 -0
  39. package/clickhouseGrant.js.map +1 -0
  40. package/clickhouseRole.d.ts +75 -0
  41. package/clickhouseRole.js +65 -0
  42. package/clickhouseRole.js.map +1 -0
  43. package/clickhouseUser.d.ts +112 -0
  44. package/clickhouseUser.js +84 -0
  45. package/clickhouseUser.js.map +1 -0
  46. package/connectionPool.d.ts +23 -53
  47. package/connectionPool.js +0 -4
  48. package/connectionPool.js.map +1 -1
  49. package/database.d.ts +18 -23
  50. package/database.js +0 -2
  51. package/database.js.map +1 -1
  52. package/elasticSearch.d.ts +97 -134
  53. package/elasticSearch.js +14 -4
  54. package/elasticSearch.js.map +1 -1
  55. package/elasticSearchAcl.d.ts +14 -26
  56. package/elasticSearchAcl.js +2 -5
  57. package/elasticSearchAcl.js.map +1 -1
  58. package/elasticSearchAclConfig.d.ts +12 -23
  59. package/elasticSearchAclConfig.js +0 -2
  60. package/elasticSearchAclConfig.js.map +1 -1
  61. package/elasticSearchAclRule.d.ts +15 -20
  62. package/elasticSearchAclRule.js +0 -2
  63. package/elasticSearchAclRule.js.map +1 -1
  64. package/flink.d.ts +311 -0
  65. package/flink.js +125 -0
  66. package/flink.js.map +1 -0
  67. package/flinkJob.d.ts +136 -0
  68. package/flinkJob.js +100 -0
  69. package/flinkJob.js.map +1 -0
  70. package/flinkJobTable.d.ts +224 -0
  71. package/flinkJobTable.js +114 -0
  72. package/flinkJobTable.js.map +1 -0
  73. package/getAccount.d.ts +10 -49
  74. package/getAccount.js +0 -7
  75. package/getAccount.js.map +1 -1
  76. package/getAccountAuthentication.d.ts +21 -103
  77. package/getAccountAuthentication.js +0 -12
  78. package/getAccountAuthentication.js.map +1 -1
  79. package/getAccountTeam.d.ts +13 -33
  80. package/getAccountTeam.js +0 -5
  81. package/getAccountTeam.js.map +1 -1
  82. package/getAccountTeamMember.d.ts +18 -43
  83. package/getAccountTeamMember.js +0 -5
  84. package/getAccountTeamMember.js.map +1 -1
  85. package/getAccountTeamProject.d.ts +17 -21
  86. package/getAccountTeamProject.js +0 -3
  87. package/getAccountTeamProject.js.map +1 -1
  88. package/getAwsPrivatelink.d.ts +14 -42
  89. package/getAwsPrivatelink.js +0 -5
  90. package/getAwsPrivatelink.js.map +1 -1
  91. package/getAzurePrivatelink.d.ts +81 -0
  92. package/getAzurePrivatelink.js +38 -0
  93. package/getAzurePrivatelink.js.map +1 -0
  94. package/getBillingGroup.d.ts +96 -0
  95. package/getBillingGroup.js +36 -0
  96. package/getBillingGroup.js.map +1 -0
  97. package/getCassanda.d.ts +118 -44
  98. package/getCassanda.js +15 -17
  99. package/getCassanda.js.map +1 -1
  100. package/getCassandra.d.ts +62 -223
  101. package/getCassandra.js +1 -20
  102. package/getCassandra.js.map +1 -1
  103. package/getClickhouse.d.ts +154 -0
  104. package/getClickhouse.js +38 -0
  105. package/getClickhouse.js.map +1 -0
  106. package/getClickhouseDatabase.d.ts +75 -0
  107. package/getClickhouseDatabase.js +40 -0
  108. package/getClickhouseDatabase.js.map +1 -0
  109. package/getClickhouseUser.d.ts +86 -0
  110. package/getClickhouseUser.js +40 -0
  111. package/getClickhouseUser.js.map +1 -0
  112. package/getConnectionPool.d.ts +26 -74
  113. package/getConnectionPool.js +0 -7
  114. package/getConnectionPool.js.map +1 -1
  115. package/getDatabase.d.ts +22 -29
  116. package/getDatabase.js +0 -5
  117. package/getDatabase.js.map +1 -1
  118. package/getElasticSearch.d.ts +61 -222
  119. package/getElasticSearch.js +0 -19
  120. package/getElasticSearch.js.map +1 -1
  121. package/getElasticSearchAcl.d.ts +22 -36
  122. package/getElasticSearchAcl.js +1 -7
  123. package/getElasticSearchAcl.js.map +1 -1
  124. package/getElasticSearchAclConfig.d.ts +41 -6
  125. package/getElasticSearchAclConfig.js +15 -2
  126. package/getElasticSearchAclConfig.js.map +1 -1
  127. package/getElasticSearchAclRule.d.ts +56 -2
  128. package/getElasticSearchAclRule.js +17 -1
  129. package/getElasticSearchAclRule.js.map +1 -1
  130. package/getFlink.d.ts +154 -0
  131. package/getFlink.js +38 -0
  132. package/getFlink.js.map +1 -0
  133. package/getGrafana.d.ts +61 -222
  134. package/getGrafana.js +0 -19
  135. package/getGrafana.js.map +1 -1
  136. package/getInfluxDb.d.ts +61 -222
  137. package/getInfluxDb.js +0 -19
  138. package/getInfluxDb.js.map +1 -1
  139. package/getKafka.d.ts +65 -221
  140. package/getKafka.js +0 -20
  141. package/getKafka.js.map +1 -1
  142. package/getKafkaAcl.d.ts +31 -21
  143. package/getKafkaAcl.js +2 -5
  144. package/getKafkaAcl.js.map +1 -1
  145. package/getKafkaConnect.d.ts +61 -222
  146. package/getKafkaConnect.js +0 -19
  147. package/getKafkaConnect.js.map +1 -1
  148. package/getKafkaConnector.d.ts +31 -73
  149. package/getKafkaConnector.js +0 -15
  150. package/getKafkaConnector.js.map +1 -1
  151. package/getKafkaMirrorMaker.d.ts +61 -222
  152. package/getKafkaMirrorMaker.js +0 -19
  153. package/getKafkaMirrorMaker.js.map +1 -1
  154. package/getKafkaSchema.d.ts +23 -37
  155. package/getKafkaSchema.js +1 -7
  156. package/getKafkaSchema.js.map +1 -1
  157. package/getKafkaSchemaConfiguration.d.ts +29 -41
  158. package/getKafkaSchemaConfiguration.js +4 -10
  159. package/getKafkaSchemaConfiguration.js.map +1 -1
  160. package/getKafkaTopic.d.ts +34 -95
  161. package/getKafkaTopic.js +0 -18
  162. package/getKafkaTopic.js.map +1 -1
  163. package/getM3Aggregator.d.ts +62 -223
  164. package/getM3Aggregator.js +1 -20
  165. package/getM3Aggregator.js.map +1 -1
  166. package/getM3Db.d.ts +61 -222
  167. package/getM3Db.js +0 -19
  168. package/getM3Db.js.map +1 -1
  169. package/getMirrorMakerReplicationFlow.d.ts +45 -52
  170. package/getMirrorMakerReplicationFlow.js +1 -11
  171. package/getMirrorMakerReplicationFlow.js.map +1 -1
  172. package/getMySql.d.ts +61 -222
  173. package/getMySql.js +0 -19
  174. package/getMySql.js.map +1 -1
  175. package/getOpenSearch.d.ts +61 -216
  176. package/getOpenSearch.js +0 -19
  177. package/getOpenSearch.js.map +1 -1
  178. package/getOpenSearchAclConfig.d.ts +41 -6
  179. package/getOpenSearchAclConfig.js +15 -2
  180. package/getOpenSearchAclConfig.js.map +1 -1
  181. package/getOpenSearchAclRule.d.ts +62 -0
  182. package/getOpenSearchAclRule.js +17 -0
  183. package/getOpenSearchAclRule.js.map +1 -1
  184. package/getPg.d.ts +61 -222
  185. package/getPg.js +0 -19
  186. package/getPg.js.map +1 -1
  187. package/getProject.d.ts +49 -166
  188. package/getProject.js +0 -20
  189. package/getProject.js.map +1 -1
  190. package/getProjectUser.d.ts +13 -34
  191. package/getProjectUser.js +0 -4
  192. package/getProjectUser.js.map +1 -1
  193. package/getProjectVpc.d.ts +13 -30
  194. package/getProjectVpc.js +0 -4
  195. package/getProjectVpc.js.map +1 -1
  196. package/getRedis.d.ts +60 -221
  197. package/getRedis.js +0 -19
  198. package/getRedis.js.map +1 -1
  199. package/getService.d.ts +203 -105
  200. package/getService.js +3 -37
  201. package/getService.js.map +1 -1
  202. package/getServiceComponent.d.ts +38 -90
  203. package/getServiceComponent.js +1 -22
  204. package/getServiceComponent.js.map +1 -1
  205. package/getServiceIntegration.d.ts +67 -95
  206. package/getServiceIntegration.js +1 -41
  207. package/getServiceIntegration.js.map +1 -1
  208. package/getServiceIntegrationEndpoint.d.ts +61 -63
  209. package/getServiceIntegrationEndpoint.js +1 -17
  210. package/getServiceIntegrationEndpoint.js.map +1 -1
  211. package/getServiceUser.d.ts +37 -78
  212. package/getServiceUser.js +0 -13
  213. package/getServiceUser.js.map +1 -1
  214. package/getTransitGatewayVpcAttachment.d.ts +29 -40
  215. package/getTransitGatewayVpcAttachment.js +1 -9
  216. package/getTransitGatewayVpcAttachment.js.map +1 -1
  217. package/getVpcPeeringConnection.d.ts +27 -92
  218. package/getVpcPeeringConnection.js +1 -11
  219. package/getVpcPeeringConnection.js.map +1 -1
  220. package/grafana.d.ts +97 -134
  221. package/grafana.js +14 -4
  222. package/grafana.js.map +1 -1
  223. package/index.d.ts +17 -0
  224. package/index.js +61 -0
  225. package/index.js.map +1 -1
  226. package/influxDb.d.ts +97 -131
  227. package/influxDb.js +14 -4
  228. package/influxDb.js.map +1 -1
  229. package/kafka.d.ts +110 -128
  230. package/kafka.js +14 -2
  231. package/kafka.js.map +1 -1
  232. package/kafkaAcl.d.ts +15 -29
  233. package/kafkaAcl.js +0 -2
  234. package/kafkaAcl.js.map +1 -1
  235. package/kafkaConnect.d.ts +97 -134
  236. package/kafkaConnect.js +14 -4
  237. package/kafkaConnect.js.map +1 -1
  238. package/kafkaConnector.d.ts +34 -44
  239. package/kafkaConnector.js +8 -16
  240. package/kafkaConnector.js.map +1 -1
  241. package/kafkaMirrorMaker.d.ts +97 -131
  242. package/kafkaMirrorMaker.js +14 -4
  243. package/kafkaMirrorMaker.js.map +1 -1
  244. package/kafkaSchema.d.ts +45 -31
  245. package/kafkaSchema.js +28 -2
  246. package/kafkaSchema.js.map +1 -1
  247. package/kafkaSchemaConfiguration.d.ts +11 -31
  248. package/kafkaSchemaConfiguration.js +0 -5
  249. package/kafkaSchemaConfiguration.js.map +1 -1
  250. package/kafkaTopic.d.ts +58 -48
  251. package/kafkaTopic.js +28 -0
  252. package/kafkaTopic.js.map +1 -1
  253. package/m3aggregator.d.ts +97 -131
  254. package/m3aggregator.js +14 -4
  255. package/m3aggregator.js.map +1 -1
  256. package/m3db.d.ts +97 -131
  257. package/m3db.js +14 -4
  258. package/m3db.js.map +1 -1
  259. package/mirrorMakerReplicationFlow.d.ts +34 -40
  260. package/mirrorMakerReplicationFlow.js +1 -4
  261. package/mirrorMakerReplicationFlow.js.map +1 -1
  262. package/mySql.d.ts +104 -150
  263. package/mySql.js +14 -4
  264. package/mySql.js.map +1 -1
  265. package/openSearch.d.ts +101 -132
  266. package/openSearch.js +14 -4
  267. package/openSearch.js.map +1 -1
  268. package/openSearchAclConfig.d.ts +31 -29
  269. package/openSearchAclConfig.js +19 -8
  270. package/openSearchAclConfig.js.map +1 -1
  271. package/openSearchAclRule.d.ts +30 -35
  272. package/openSearchAclRule.js +15 -17
  273. package/openSearchAclRule.js.map +1 -1
  274. package/package.json +2 -2
  275. package/package.json.dev +2 -2
  276. package/pg.d.ts +101 -126
  277. package/pg.js +15 -0
  278. package/pg.js.map +1 -1
  279. package/project.d.ts +60 -121
  280. package/project.js +3 -5
  281. package/project.js.map +1 -1
  282. package/projectUser.d.ts +11 -19
  283. package/projectUser.js +0 -2
  284. package/projectUser.js.map +1 -1
  285. package/projectVpc.d.ts +11 -18
  286. package/projectVpc.js +0 -2
  287. package/projectVpc.js.map +1 -1
  288. package/redis.d.ts +99 -136
  289. package/redis.js +13 -3
  290. package/redis.js.map +1 -1
  291. package/service.d.ts +184 -121
  292. package/service.js +44 -21
  293. package/service.js.map +1 -1
  294. package/serviceIntegration.d.ts +18 -185
  295. package/serviceIntegration.js +4 -40
  296. package/serviceIntegration.js.map +1 -1
  297. package/serviceIntegrationEndpoint.d.ts +9 -49
  298. package/serviceIntegrationEndpoint.js +0 -34
  299. package/serviceIntegrationEndpoint.js.map +1 -1
  300. package/serviceUser.d.ts +45 -40
  301. package/serviceUser.js +2 -4
  302. package/serviceUser.js.map +1 -1
  303. package/staticIp.d.ts +95 -0
  304. package/staticIp.js +68 -0
  305. package/staticIp.js.map +1 -0
  306. package/transitGatewayVpcAttachment.d.ts +16 -19
  307. package/transitGatewayVpcAttachment.js +1 -4
  308. package/transitGatewayVpcAttachment.js.map +1 -1
  309. package/types/input.d.ts +1440 -9809
  310. package/types/output.d.ts +1744 -3691
  311. package/vpcPeeringConnection.d.ts +27 -58
  312. package/vpcPeeringConnection.js +0 -22
  313. package/vpcPeeringConnection.js.map +1 -1
package/getCassanda.d.ts CHANGED
@@ -1,81 +1,155 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { input as inputs, output as outputs } from "./types";
2
+ import { output as outputs } from "./types";
3
+ /**
4
+ * The Cassandra data source provides information about the existing Aiven Cassandra service.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aiven from "@pulumi/aiven";
11
+ *
12
+ * const bar = aiven.getCassandra({
13
+ * project: data.aiven_project.foo.project,
14
+ * serviceName: "<SERVICE_NAME>",
15
+ * });
16
+ * ```
17
+ */
3
18
  /** @deprecated aiven.getCassanda has been deprecated in favor of aiven.getCassandra */
4
19
  export declare function getCassanda(args: GetCassandaArgs, opts?: pulumi.InvokeOptions): Promise<GetCassandaResult>;
5
20
  /**
6
21
  * A collection of arguments for invoking getCassanda.
7
22
  */
8
23
  export interface GetCassandaArgs {
9
- cassandra?: inputs.GetCassandaCassandra;
10
- cassandraUserConfig?: inputs.GetCassandaCassandraUserConfig;
11
- cloudName?: string;
12
- components?: inputs.GetCassandaComponent[];
13
- maintenanceWindowDow?: string;
14
- maintenanceWindowTime?: string;
15
- plan?: string;
24
+ /**
25
+ * 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.
26
+ */
16
27
  project: string;
17
- projectVpcId?: string;
18
- serviceHost?: string;
19
- serviceIntegrations?: inputs.GetCassandaServiceIntegration[];
28
+ /**
29
+ * 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.
30
+ */
20
31
  serviceName: string;
21
- servicePassword?: string;
22
- servicePort?: number;
23
- serviceType?: string;
24
- serviceUri?: string;
25
- serviceUsername?: string;
26
- state?: string;
27
- terminationProtection?: boolean;
28
32
  }
29
33
  /**
30
34
  * A collection of values returned by getCassanda.
31
35
  */
32
36
  export interface GetCassandaResult {
33
- readonly cassandra: outputs.GetCassandaCassandra;
34
- readonly cassandraUserConfig?: outputs.GetCassandaCassandraUserConfig;
35
- readonly cloudName?: string;
37
+ /**
38
+ * Cassandra user configurable settings
39
+ */
40
+ readonly cassandraUserConfigs: outputs.GetCassandaCassandraUserConfig[];
41
+ /**
42
+ * Cassandra server provided values
43
+ */
44
+ readonly cassandras: outputs.GetCassandaCassandra[];
45
+ /**
46
+ * 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).
47
+ */
48
+ readonly cloudName: string;
49
+ /**
50
+ * Service component information objects
51
+ */
36
52
  readonly components: outputs.GetCassandaComponent[];
53
+ /**
54
+ * 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.
55
+ */
56
+ readonly diskSpace: string;
57
+ /**
58
+ * The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
59
+ */
60
+ readonly diskSpaceCap: string;
61
+ /**
62
+ * 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`
63
+ */
64
+ readonly diskSpaceDefault: string;
65
+ /**
66
+ * 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.
67
+ */
68
+ readonly diskSpaceStep: string;
69
+ /**
70
+ * Disk space that service is currently using
71
+ */
72
+ readonly diskSpaceUsed: string;
37
73
  /**
38
74
  * The provider-assigned unique ID for this managed resource.
39
75
  */
40
76
  readonly id: string;
41
- readonly maintenanceWindowDow?: string;
42
- readonly maintenanceWindowTime?: string;
43
- readonly plan?: string;
77
+ /**
78
+ * Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
79
+ */
80
+ readonly maintenanceWindowDow: string;
81
+ /**
82
+ * Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
83
+ */
84
+ readonly maintenanceWindowTime: string;
85
+ /**
86
+ * 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).
87
+ */
88
+ readonly plan: string;
89
+ /**
90
+ * 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.
91
+ */
44
92
  readonly project: string;
45
- readonly projectVpcId?: string;
93
+ /**
94
+ * 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.
95
+ */
96
+ readonly projectVpcId: string;
97
+ /**
98
+ * The hostname of the service.
99
+ */
46
100
  readonly serviceHost: string;
47
- readonly serviceIntegrations?: outputs.GetCassandaServiceIntegration[];
101
+ /**
102
+ * Service integrations to specify when creating a service. Not applied after initial service creation
103
+ */
104
+ readonly serviceIntegrations: outputs.GetCassandaServiceIntegration[];
105
+ /**
106
+ * 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.
107
+ */
48
108
  readonly serviceName: string;
109
+ /**
110
+ * Password used for connecting to the service, if applicable
111
+ */
49
112
  readonly servicePassword: string;
113
+ /**
114
+ * The port of the service
115
+ */
50
116
  readonly servicePort: number;
117
+ /**
118
+ * Aiven internal service type code
119
+ */
51
120
  readonly serviceType: string;
121
+ /**
122
+ * URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
123
+ */
52
124
  readonly serviceUri: string;
125
+ /**
126
+ * Username used for connecting to the service, if applicable
127
+ */
53
128
  readonly serviceUsername: string;
129
+ /**
130
+ * Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
131
+ */
54
132
  readonly state: string;
55
- readonly terminationProtection?: boolean;
133
+ /**
134
+ * 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
135
+ */
136
+ readonly staticIps: string[];
137
+ /**
138
+ * 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.
139
+ */
140
+ readonly terminationProtection: boolean;
56
141
  }
57
142
  export declare function getCassandaOutput(args: GetCassandaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCassandaResult>;
58
143
  /**
59
144
  * A collection of arguments for invoking getCassanda.
60
145
  */
61
146
  export interface GetCassandaOutputArgs {
62
- cassandra?: pulumi.Input<inputs.GetCassandaCassandraArgs>;
63
- cassandraUserConfig?: pulumi.Input<inputs.GetCassandaCassandraUserConfigArgs>;
64
- cloudName?: pulumi.Input<string>;
65
- components?: pulumi.Input<pulumi.Input<inputs.GetCassandaComponentArgs>[]>;
66
- maintenanceWindowDow?: pulumi.Input<string>;
67
- maintenanceWindowTime?: pulumi.Input<string>;
68
- plan?: pulumi.Input<string>;
147
+ /**
148
+ * 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.
149
+ */
69
150
  project: pulumi.Input<string>;
70
- projectVpcId?: pulumi.Input<string>;
71
- serviceHost?: pulumi.Input<string>;
72
- serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.GetCassandaServiceIntegrationArgs>[]>;
151
+ /**
152
+ * 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.
153
+ */
73
154
  serviceName: pulumi.Input<string>;
74
- servicePassword?: pulumi.Input<string>;
75
- servicePort?: pulumi.Input<number>;
76
- serviceType?: pulumi.Input<string>;
77
- serviceUri?: pulumi.Input<string>;
78
- serviceUsername?: pulumi.Input<string>;
79
- state?: pulumi.Input<string>;
80
- terminationProtection?: pulumi.Input<boolean>;
81
155
  }
package/getCassanda.js CHANGED
@@ -5,6 +5,21 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getCassandaOutput = exports.getCassanda = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * The Cassandra data source provides information about the existing Aiven Cassandra service.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aiven from "@pulumi/aiven";
16
+ *
17
+ * const bar = aiven.getCassandra({
18
+ * project: data.aiven_project.foo.project,
19
+ * serviceName: "<SERVICE_NAME>",
20
+ * });
21
+ * ```
22
+ */
8
23
  /** @deprecated aiven.getCassanda has been deprecated in favor of aiven.getCassandra */
9
24
  function getCassanda(args, opts) {
10
25
  pulumi.log.warn("getCassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra");
@@ -13,25 +28,8 @@ function getCassanda(args, opts) {
13
28
  }
14
29
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
15
30
  return pulumi.runtime.invoke("aiven:index/getCassanda:getCassanda", {
16
- "cassandra": args.cassandra,
17
- "cassandraUserConfig": args.cassandraUserConfig,
18
- "cloudName": args.cloudName,
19
- "components": args.components,
20
- "maintenanceWindowDow": args.maintenanceWindowDow,
21
- "maintenanceWindowTime": args.maintenanceWindowTime,
22
- "plan": args.plan,
23
31
  "project": args.project,
24
- "projectVpcId": args.projectVpcId,
25
- "serviceHost": args.serviceHost,
26
- "serviceIntegrations": args.serviceIntegrations,
27
32
  "serviceName": args.serviceName,
28
- "servicePassword": args.servicePassword,
29
- "servicePort": args.servicePort,
30
- "serviceType": args.serviceType,
31
- "serviceUri": args.serviceUri,
32
- "serviceUsername": args.serviceUsername,
33
- "state": args.state,
34
- "terminationProtection": args.terminationProtection,
35
33
  }, opts);
36
34
  }
37
35
  exports.getCassanda = getCassanda;
@@ -1 +1 @@
1
- {"version":3,"file":"getCassanda.js","sourceRoot":"","sources":["../getCassanda.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,uFAAuF;AACvF,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iGAAiG,CAAC,CAAA;IAClH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AA5BD,kCA4BC;AAwDD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
1
+ {"version":3,"file":"getCassanda.js","sourceRoot":"","sources":["../getCassanda.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,uFAAuF;AACvF,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iGAAiG,CAAC,CAAA;IAClH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kCAWC;AA8HD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
package/getCassandra.d.ts CHANGED
@@ -1,8 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { input as inputs, output as outputs } from "./types";
2
+ import { output as outputs } from "./types";
3
3
  /**
4
- * ## # Cassandra Data Source
5
- *
6
4
  * The Cassandra data source provides information about the existing Aiven Cassandra service.
7
5
  *
8
6
  * ## Example Usage
@@ -13,7 +11,7 @@ import { input as inputs, output as outputs } from "./types";
13
11
  *
14
12
  * const bar = aiven.getCassandra({
15
13
  * project: data.aiven_project.foo.project,
16
- * serviceName: `test-acc-sr-%s`,
14
+ * serviceName: "<SERVICE_NAME>",
17
15
  * });
18
16
  * ```
19
17
  */
@@ -23,194 +21,122 @@ export declare function getCassandra(args: GetCassandraArgs, opts?: pulumi.Invok
23
21
  */
24
22
  export interface GetCassandraArgs {
25
23
  /**
26
- * Cassandra specific server provided values.
27
- */
28
- cassandra?: inputs.GetCassandraCassandra;
29
- /**
30
- * defines Cassandra specific additional configuration options.
31
- * The following configuration options available:
32
- */
33
- cassandraUserConfig?: inputs.GetCassandraCassandraUserConfig;
34
- /**
35
- * defines the cloud provider and region where the service is hosted.
36
- * This can be changed freely after service is created. Changing the value will trigger
37
- * a potentially lengthy migration process for the service. Format is cloud provider name
38
- * (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
39
- * specific region name. These are documented on each Cloud provider's own support articles,
40
- * like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
41
- * [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
42
- */
43
- cloudName?: string;
44
- components?: inputs.GetCassandraComponent[];
45
- /**
46
- * day of week when maintenance operations should be performed.
47
- * On monday, tuesday, wednesday, etc.
48
- */
49
- maintenanceWindowDow?: string;
50
- /**
51
- * time of day when maintenance operations should be performed.
52
- * UTC time in HH:mm:ss format.
53
- */
54
- maintenanceWindowTime?: string;
55
- /**
56
- * defines what kind of computing resources are allocated for the service. It can
57
- * be changed after creation, though there are some restrictions when going to a smaller
58
- * plan such as the new plan must have sufficient amount of disk space to store all current
59
- * data and switching to a plan with fewer nodes might not be supported. The basic plan
60
- * names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
61
- * (roughly) the amount of memory on each node (also other attributes like number of CPUs
62
- * 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).
63
- */
64
- plan?: string;
65
- /**
66
- * identifies the project the service belongs to. To set up proper dependency
67
- * between the project and the service, refer to the project as shown in the above example.
68
- * Project cannot be changed later without destroying and re-creating the service.
24
+ * 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.
69
25
  */
70
26
  project: string;
71
27
  /**
72
- * optionally specifies the VPC the service should run in. If the value
73
- * is not set the service is not run inside a VPC. When set, the value should be given as a
74
- * reference as shown above to set up dependencies correctly and the VPC must be in the same
75
- * cloud and region as the service itself. Project can be freely moved to and from VPC after
76
- * creation but doing so triggers migration to new servers so the operation can take
77
- * significant amount of time to complete if the service has a lot of data.
78
- */
79
- projectVpcId?: string;
80
- /**
81
- * Cassandra hostname.
82
- */
83
- serviceHost?: string;
84
- serviceIntegrations?: inputs.GetCassandraServiceIntegration[];
85
- /**
86
- * specifies the actual name of the service. The name cannot be changed
87
- * later without destroying and re-creating the service so name should be picked based on
88
- * intended service usage rather than current attributes.
28
+ * 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.
89
29
  */
90
30
  serviceName: string;
31
+ }
32
+ /**
33
+ * A collection of values returned by getCassandra.
34
+ */
35
+ export interface GetCassandraResult {
91
36
  /**
92
- * Password used for connecting to the Cassandra service, if applicable.
37
+ * Cassandra user configurable settings
93
38
  */
94
- servicePassword?: string;
39
+ readonly cassandraUserConfigs: outputs.GetCassandraCassandraUserConfig[];
95
40
  /**
96
- * Cassandra port.
41
+ * Cassandra server provided values
97
42
  */
98
- servicePort?: number;
99
- serviceType?: string;
43
+ readonly cassandras: outputs.GetCassandraCassandra[];
100
44
  /**
101
- * URI for connecting to the Cassandra service.
45
+ * 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).
102
46
  */
103
- serviceUri?: string;
47
+ readonly cloudName: string;
104
48
  /**
105
- * Username used for connecting to the Cassandra service, if applicable.
49
+ * Service component information objects
106
50
  */
107
- serviceUsername?: string;
51
+ readonly components: outputs.GetCassandraComponent[];
108
52
  /**
109
- * Service state.
53
+ * 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.
110
54
  */
111
- state?: string;
55
+ readonly diskSpace: string;
112
56
  /**
113
- * prevents the service from being deleted. It is recommended to
114
- * set this to `true` for all production services to prevent unintentional service
115
- * deletion. This does not shield against deleting databases or topics but for services
116
- * with backups much of the content can at least be restored from backup in case accidental
117
- * deletion is done.
57
+ * The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
118
58
  */
119
- terminationProtection?: boolean;
120
- }
121
- /**
122
- * A collection of values returned by getCassandra.
123
- */
124
- export interface GetCassandraResult {
59
+ readonly diskSpaceCap: string;
125
60
  /**
126
- * Cassandra specific server provided values.
61
+ * 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`
127
62
  */
128
- readonly cassandra: outputs.GetCassandraCassandra;
63
+ readonly diskSpaceDefault: string;
129
64
  /**
130
- * defines Cassandra specific additional configuration options.
131
- * The following configuration options available:
65
+ * 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.
132
66
  */
133
- readonly cassandraUserConfig?: outputs.GetCassandraCassandraUserConfig;
67
+ readonly diskSpaceStep: string;
134
68
  /**
135
- * defines the cloud provider and region where the service is hosted.
136
- * This can be changed freely after service is created. Changing the value will trigger
137
- * a potentially lengthy migration process for the service. Format is cloud provider name
138
- * (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
139
- * specific region name. These are documented on each Cloud provider's own support articles,
140
- * like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
141
- * [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
69
+ * Disk space that service is currently using
142
70
  */
143
- readonly cloudName?: string;
144
- readonly components: outputs.GetCassandraComponent[];
71
+ readonly diskSpaceUsed: string;
145
72
  /**
146
73
  * The provider-assigned unique ID for this managed resource.
147
74
  */
148
75
  readonly id: string;
149
76
  /**
150
- * day of week when maintenance operations should be performed.
151
- * On monday, tuesday, wednesday, etc.
77
+ * Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
78
+ */
79
+ readonly maintenanceWindowDow: string;
80
+ /**
81
+ * Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
152
82
  */
153
- readonly maintenanceWindowDow?: string;
83
+ readonly maintenanceWindowTime: string;
154
84
  /**
155
- * time of day when maintenance operations should be performed.
156
- * UTC time in HH:mm:ss format.
85
+ * 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).
157
86
  */
158
- readonly maintenanceWindowTime?: string;
87
+ readonly plan: string;
159
88
  /**
160
- * defines what kind of computing resources are allocated for the service. It can
161
- * be changed after creation, though there are some restrictions when going to a smaller
162
- * plan such as the new plan must have sufficient amount of disk space to store all current
163
- * data and switching to a plan with fewer nodes might not be supported. The basic plan
164
- * names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
165
- * (roughly) the amount of memory on each node (also other attributes like number of CPUs
166
- * 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).
89
+ * 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.
167
90
  */
168
- readonly plan?: string;
169
91
  readonly project: string;
170
92
  /**
171
- * optionally specifies the VPC the service should run in. If the value
172
- * is not set the service is not run inside a VPC. When set, the value should be given as a
173
- * reference as shown above to set up dependencies correctly and the VPC must be in the same
174
- * cloud and region as the service itself. Project can be freely moved to and from VPC after
175
- * creation but doing so triggers migration to new servers so the operation can take
176
- * significant amount of time to complete if the service has a lot of data.
93
+ * 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.
177
94
  */
178
- readonly projectVpcId?: string;
95
+ readonly projectVpcId: string;
179
96
  /**
180
- * Cassandra hostname.
97
+ * The hostname of the service.
181
98
  */
182
99
  readonly serviceHost: string;
183
- readonly serviceIntegrations?: outputs.GetCassandraServiceIntegration[];
100
+ /**
101
+ * Service integrations to specify when creating a service. Not applied after initial service creation
102
+ */
103
+ readonly serviceIntegrations: outputs.GetCassandraServiceIntegration[];
104
+ /**
105
+ * 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.
106
+ */
184
107
  readonly serviceName: string;
185
108
  /**
186
- * Password used for connecting to the Cassandra service, if applicable.
109
+ * Password used for connecting to the service, if applicable
187
110
  */
188
111
  readonly servicePassword: string;
189
112
  /**
190
- * Cassandra port.
113
+ * The port of the service
191
114
  */
192
115
  readonly servicePort: number;
116
+ /**
117
+ * Aiven internal service type code
118
+ */
193
119
  readonly serviceType: string;
194
120
  /**
195
- * URI for connecting to the Cassandra service.
121
+ * URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
196
122
  */
197
123
  readonly serviceUri: string;
198
124
  /**
199
- * Username used for connecting to the Cassandra service, if applicable.
125
+ * Username used for connecting to the service, if applicable
200
126
  */
201
127
  readonly serviceUsername: string;
202
128
  /**
203
- * Service state.
129
+ * Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
204
130
  */
205
131
  readonly state: string;
206
132
  /**
207
- * prevents the service from being deleted. It is recommended to
208
- * set this to `true` for all production services to prevent unintentional service
209
- * deletion. This does not shield against deleting databases or topics but for services
210
- * with backups much of the content can at least be restored from backup in case accidental
211
- * deletion is done.
133
+ * 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
134
+ */
135
+ readonly staticIps: string[];
136
+ /**
137
+ * 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.
212
138
  */
213
- readonly terminationProtection?: boolean;
139
+ readonly terminationProtection: boolean;
214
140
  }
215
141
  export declare function getCassandraOutput(args: GetCassandraOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCassandraResult>;
216
142
  /**
@@ -218,98 +144,11 @@ export declare function getCassandraOutput(args: GetCassandraOutputArgs, opts?:
218
144
  */
219
145
  export interface GetCassandraOutputArgs {
220
146
  /**
221
- * Cassandra specific server provided values.
222
- */
223
- cassandra?: pulumi.Input<inputs.GetCassandraCassandraArgs>;
224
- /**
225
- * defines Cassandra specific additional configuration options.
226
- * The following configuration options available:
227
- */
228
- cassandraUserConfig?: pulumi.Input<inputs.GetCassandraCassandraUserConfigArgs>;
229
- /**
230
- * defines the cloud provider and region where the service is hosted.
231
- * This can be changed freely after service is created. Changing the value will trigger
232
- * a potentially lengthy migration process for the service. Format is cloud provider name
233
- * (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
234
- * specific region name. These are documented on each Cloud provider's own support articles,
235
- * like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
236
- * [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
237
- */
238
- cloudName?: pulumi.Input<string>;
239
- components?: pulumi.Input<pulumi.Input<inputs.GetCassandraComponentArgs>[]>;
240
- /**
241
- * day of week when maintenance operations should be performed.
242
- * On monday, tuesday, wednesday, etc.
243
- */
244
- maintenanceWindowDow?: pulumi.Input<string>;
245
- /**
246
- * time of day when maintenance operations should be performed.
247
- * UTC time in HH:mm:ss format.
248
- */
249
- maintenanceWindowTime?: pulumi.Input<string>;
250
- /**
251
- * defines what kind of computing resources are allocated for the service. It can
252
- * be changed after creation, though there are some restrictions when going to a smaller
253
- * plan such as the new plan must have sufficient amount of disk space to store all current
254
- * data and switching to a plan with fewer nodes might not be supported. The basic plan
255
- * names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
256
- * (roughly) the amount of memory on each node (also other attributes like number of CPUs
257
- * 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).
258
- */
259
- plan?: pulumi.Input<string>;
260
- /**
261
- * identifies the project the service belongs to. To set up proper dependency
262
- * between the project and the service, refer to the project as shown in the above example.
263
- * Project cannot be changed later without destroying and re-creating the service.
147
+ * 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.
264
148
  */
265
149
  project: pulumi.Input<string>;
266
150
  /**
267
- * optionally specifies the VPC the service should run in. If the value
268
- * is not set the service is not run inside a VPC. When set, the value should be given as a
269
- * reference as shown above to set up dependencies correctly and the VPC must be in the same
270
- * cloud and region as the service itself. Project can be freely moved to and from VPC after
271
- * creation but doing so triggers migration to new servers so the operation can take
272
- * significant amount of time to complete if the service has a lot of data.
273
- */
274
- projectVpcId?: pulumi.Input<string>;
275
- /**
276
- * Cassandra hostname.
277
- */
278
- serviceHost?: pulumi.Input<string>;
279
- serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.GetCassandraServiceIntegrationArgs>[]>;
280
- /**
281
- * specifies the actual name of the service. The name cannot be changed
282
- * later without destroying and re-creating the service so name should be picked based on
283
- * intended service usage rather than current attributes.
151
+ * 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.
284
152
  */
285
153
  serviceName: pulumi.Input<string>;
286
- /**
287
- * Password used for connecting to the Cassandra service, if applicable.
288
- */
289
- servicePassword?: pulumi.Input<string>;
290
- /**
291
- * Cassandra port.
292
- */
293
- servicePort?: pulumi.Input<number>;
294
- serviceType?: pulumi.Input<string>;
295
- /**
296
- * URI for connecting to the Cassandra service.
297
- */
298
- serviceUri?: pulumi.Input<string>;
299
- /**
300
- * Username used for connecting to the Cassandra service, if applicable.
301
- */
302
- serviceUsername?: pulumi.Input<string>;
303
- /**
304
- * Service state.
305
- */
306
- state?: pulumi.Input<string>;
307
- /**
308
- * prevents the service from being deleted. It is recommended to
309
- * set this to `true` for all production services to prevent unintentional service
310
- * deletion. This does not shield against deleting databases or topics but for services
311
- * with backups much of the content can at least be restored from backup in case accidental
312
- * deletion is done.
313
- */
314
- terminationProtection?: pulumi.Input<boolean>;
315
154
  }