@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.
- package/account.d.ts +13 -31
- package/account.js +4 -6
- package/account.js.map +1 -1
- package/accountAuthentication.d.ts +31 -53
- package/accountAuthentication.js +5 -7
- package/accountAuthentication.js.map +1 -1
- package/accountTeam.d.ts +12 -22
- package/accountTeam.js +2 -4
- package/accountTeam.js.map +1 -1
- package/accountTeamMember.d.ts +16 -39
- package/accountTeamMember.js +4 -6
- package/accountTeamMember.js.map +1 -1
- package/accountTeamProject.d.ts +12 -17
- package/accountTeamProject.js +0 -2
- package/accountTeamProject.js.map +1 -1
- package/awsPrivatelink.d.ts +13 -27
- package/awsPrivatelink.js +0 -2
- package/awsPrivatelink.js.map +1 -1
- package/azurePrivatelink.d.ts +120 -0
- package/azurePrivatelink.js +86 -0
- package/azurePrivatelink.js.map +1 -0
- package/azurePrivatelinkConnectionApproval.d.ts +91 -0
- package/azurePrivatelinkConnectionApproval.js +66 -0
- package/azurePrivatelinkConnectionApproval.js.map +1 -0
- package/billingGroup.d.ts +0 -2
- package/billingGroup.js +0 -2
- package/billingGroup.js.map +1 -1
- package/cassandra.d.ts +101 -135
- package/cassandra.js +14 -4
- package/cassandra.js.map +1 -1
- package/clickhouse.d.ts +304 -0
- package/clickhouse.js +122 -0
- package/clickhouse.js.map +1 -0
- package/clickhouseDatabase.d.ts +105 -0
- package/clickhouseDatabase.js +76 -0
- package/clickhouseDatabase.js.map +1 -0
- package/clickhouseGrant.d.ts +169 -0
- package/clickhouseGrant.js +125 -0
- package/clickhouseGrant.js.map +1 -0
- package/clickhouseRole.d.ts +75 -0
- package/clickhouseRole.js +65 -0
- package/clickhouseRole.js.map +1 -0
- package/clickhouseUser.d.ts +112 -0
- package/clickhouseUser.js +84 -0
- package/clickhouseUser.js.map +1 -0
- package/connectionPool.d.ts +23 -53
- package/connectionPool.js +0 -4
- package/connectionPool.js.map +1 -1
- package/database.d.ts +18 -23
- package/database.js +0 -2
- package/database.js.map +1 -1
- package/elasticSearch.d.ts +97 -134
- package/elasticSearch.js +14 -4
- package/elasticSearch.js.map +1 -1
- package/elasticSearchAcl.d.ts +14 -26
- package/elasticSearchAcl.js +2 -5
- package/elasticSearchAcl.js.map +1 -1
- package/elasticSearchAclConfig.d.ts +12 -23
- package/elasticSearchAclConfig.js +0 -2
- package/elasticSearchAclConfig.js.map +1 -1
- package/elasticSearchAclRule.d.ts +15 -20
- package/elasticSearchAclRule.js +0 -2
- package/elasticSearchAclRule.js.map +1 -1
- package/flink.d.ts +311 -0
- package/flink.js +125 -0
- package/flink.js.map +1 -0
- package/flinkJob.d.ts +136 -0
- package/flinkJob.js +100 -0
- package/flinkJob.js.map +1 -0
- package/flinkJobTable.d.ts +224 -0
- package/flinkJobTable.js +114 -0
- package/flinkJobTable.js.map +1 -0
- package/getAccount.d.ts +10 -49
- package/getAccount.js +0 -7
- package/getAccount.js.map +1 -1
- package/getAccountAuthentication.d.ts +21 -103
- package/getAccountAuthentication.js +0 -12
- package/getAccountAuthentication.js.map +1 -1
- package/getAccountTeam.d.ts +13 -33
- package/getAccountTeam.js +0 -5
- package/getAccountTeam.js.map +1 -1
- package/getAccountTeamMember.d.ts +18 -43
- package/getAccountTeamMember.js +0 -5
- package/getAccountTeamMember.js.map +1 -1
- package/getAccountTeamProject.d.ts +17 -21
- package/getAccountTeamProject.js +0 -3
- package/getAccountTeamProject.js.map +1 -1
- package/getAwsPrivatelink.d.ts +14 -42
- package/getAwsPrivatelink.js +0 -5
- package/getAwsPrivatelink.js.map +1 -1
- package/getAzurePrivatelink.d.ts +81 -0
- package/getAzurePrivatelink.js +38 -0
- package/getAzurePrivatelink.js.map +1 -0
- package/getBillingGroup.d.ts +96 -0
- package/getBillingGroup.js +36 -0
- package/getBillingGroup.js.map +1 -0
- package/getCassanda.d.ts +118 -44
- package/getCassanda.js +15 -17
- package/getCassanda.js.map +1 -1
- package/getCassandra.d.ts +62 -223
- package/getCassandra.js +1 -20
- package/getCassandra.js.map +1 -1
- package/getClickhouse.d.ts +154 -0
- package/getClickhouse.js +38 -0
- package/getClickhouse.js.map +1 -0
- package/getClickhouseDatabase.d.ts +75 -0
- package/getClickhouseDatabase.js +40 -0
- package/getClickhouseDatabase.js.map +1 -0
- package/getClickhouseUser.d.ts +86 -0
- package/getClickhouseUser.js +40 -0
- package/getClickhouseUser.js.map +1 -0
- package/getConnectionPool.d.ts +26 -74
- package/getConnectionPool.js +0 -7
- package/getConnectionPool.js.map +1 -1
- package/getDatabase.d.ts +22 -29
- package/getDatabase.js +0 -5
- package/getDatabase.js.map +1 -1
- package/getElasticSearch.d.ts +61 -222
- package/getElasticSearch.js +0 -19
- package/getElasticSearch.js.map +1 -1
- package/getElasticSearchAcl.d.ts +22 -36
- package/getElasticSearchAcl.js +1 -7
- package/getElasticSearchAcl.js.map +1 -1
- package/getElasticSearchAclConfig.d.ts +41 -6
- package/getElasticSearchAclConfig.js +15 -2
- package/getElasticSearchAclConfig.js.map +1 -1
- package/getElasticSearchAclRule.d.ts +56 -2
- package/getElasticSearchAclRule.js +17 -1
- package/getElasticSearchAclRule.js.map +1 -1
- package/getFlink.d.ts +154 -0
- package/getFlink.js +38 -0
- package/getFlink.js.map +1 -0
- package/getGrafana.d.ts +61 -222
- package/getGrafana.js +0 -19
- package/getGrafana.js.map +1 -1
- package/getInfluxDb.d.ts +61 -222
- package/getInfluxDb.js +0 -19
- package/getInfluxDb.js.map +1 -1
- package/getKafka.d.ts +65 -221
- package/getKafka.js +0 -20
- package/getKafka.js.map +1 -1
- package/getKafkaAcl.d.ts +31 -21
- package/getKafkaAcl.js +2 -5
- package/getKafkaAcl.js.map +1 -1
- package/getKafkaConnect.d.ts +61 -222
- package/getKafkaConnect.js +0 -19
- package/getKafkaConnect.js.map +1 -1
- package/getKafkaConnector.d.ts +31 -73
- package/getKafkaConnector.js +0 -15
- package/getKafkaConnector.js.map +1 -1
- package/getKafkaMirrorMaker.d.ts +61 -222
- package/getKafkaMirrorMaker.js +0 -19
- package/getKafkaMirrorMaker.js.map +1 -1
- package/getKafkaSchema.d.ts +23 -37
- package/getKafkaSchema.js +1 -7
- package/getKafkaSchema.js.map +1 -1
- package/getKafkaSchemaConfiguration.d.ts +29 -41
- package/getKafkaSchemaConfiguration.js +4 -10
- package/getKafkaSchemaConfiguration.js.map +1 -1
- package/getKafkaTopic.d.ts +34 -95
- package/getKafkaTopic.js +0 -18
- package/getKafkaTopic.js.map +1 -1
- package/getM3Aggregator.d.ts +62 -223
- package/getM3Aggregator.js +1 -20
- package/getM3Aggregator.js.map +1 -1
- package/getM3Db.d.ts +61 -222
- package/getM3Db.js +0 -19
- package/getM3Db.js.map +1 -1
- package/getMirrorMakerReplicationFlow.d.ts +45 -52
- package/getMirrorMakerReplicationFlow.js +1 -11
- package/getMirrorMakerReplicationFlow.js.map +1 -1
- package/getMySql.d.ts +61 -222
- package/getMySql.js +0 -19
- package/getMySql.js.map +1 -1
- package/getOpenSearch.d.ts +61 -216
- package/getOpenSearch.js +0 -19
- package/getOpenSearch.js.map +1 -1
- package/getOpenSearchAclConfig.d.ts +41 -6
- package/getOpenSearchAclConfig.js +15 -2
- package/getOpenSearchAclConfig.js.map +1 -1
- package/getOpenSearchAclRule.d.ts +62 -0
- package/getOpenSearchAclRule.js +17 -0
- package/getOpenSearchAclRule.js.map +1 -1
- package/getPg.d.ts +61 -222
- package/getPg.js +0 -19
- package/getPg.js.map +1 -1
- package/getProject.d.ts +49 -166
- package/getProject.js +0 -20
- package/getProject.js.map +1 -1
- package/getProjectUser.d.ts +13 -34
- package/getProjectUser.js +0 -4
- package/getProjectUser.js.map +1 -1
- package/getProjectVpc.d.ts +13 -30
- package/getProjectVpc.js +0 -4
- package/getProjectVpc.js.map +1 -1
- package/getRedis.d.ts +60 -221
- package/getRedis.js +0 -19
- package/getRedis.js.map +1 -1
- package/getService.d.ts +203 -105
- package/getService.js +3 -37
- package/getService.js.map +1 -1
- package/getServiceComponent.d.ts +38 -90
- package/getServiceComponent.js +1 -22
- package/getServiceComponent.js.map +1 -1
- package/getServiceIntegration.d.ts +67 -95
- package/getServiceIntegration.js +1 -41
- package/getServiceIntegration.js.map +1 -1
- package/getServiceIntegrationEndpoint.d.ts +61 -63
- package/getServiceIntegrationEndpoint.js +1 -17
- package/getServiceIntegrationEndpoint.js.map +1 -1
- package/getServiceUser.d.ts +37 -78
- package/getServiceUser.js +0 -13
- package/getServiceUser.js.map +1 -1
- package/getTransitGatewayVpcAttachment.d.ts +29 -40
- package/getTransitGatewayVpcAttachment.js +1 -9
- package/getTransitGatewayVpcAttachment.js.map +1 -1
- package/getVpcPeeringConnection.d.ts +27 -92
- package/getVpcPeeringConnection.js +1 -11
- package/getVpcPeeringConnection.js.map +1 -1
- package/grafana.d.ts +97 -134
- package/grafana.js +14 -4
- package/grafana.js.map +1 -1
- package/index.d.ts +17 -0
- package/index.js +61 -0
- package/index.js.map +1 -1
- package/influxDb.d.ts +97 -131
- package/influxDb.js +14 -4
- package/influxDb.js.map +1 -1
- package/kafka.d.ts +110 -128
- package/kafka.js +14 -2
- package/kafka.js.map +1 -1
- package/kafkaAcl.d.ts +15 -29
- package/kafkaAcl.js +0 -2
- package/kafkaAcl.js.map +1 -1
- package/kafkaConnect.d.ts +97 -134
- package/kafkaConnect.js +14 -4
- package/kafkaConnect.js.map +1 -1
- package/kafkaConnector.d.ts +34 -44
- package/kafkaConnector.js +8 -16
- package/kafkaConnector.js.map +1 -1
- package/kafkaMirrorMaker.d.ts +97 -131
- package/kafkaMirrorMaker.js +14 -4
- package/kafkaMirrorMaker.js.map +1 -1
- package/kafkaSchema.d.ts +45 -31
- package/kafkaSchema.js +28 -2
- package/kafkaSchema.js.map +1 -1
- package/kafkaSchemaConfiguration.d.ts +11 -31
- package/kafkaSchemaConfiguration.js +0 -5
- package/kafkaSchemaConfiguration.js.map +1 -1
- package/kafkaTopic.d.ts +58 -48
- package/kafkaTopic.js +28 -0
- package/kafkaTopic.js.map +1 -1
- package/m3aggregator.d.ts +97 -131
- package/m3aggregator.js +14 -4
- package/m3aggregator.js.map +1 -1
- package/m3db.d.ts +97 -131
- package/m3db.js +14 -4
- package/m3db.js.map +1 -1
- package/mirrorMakerReplicationFlow.d.ts +34 -40
- package/mirrorMakerReplicationFlow.js +1 -4
- package/mirrorMakerReplicationFlow.js.map +1 -1
- package/mySql.d.ts +104 -150
- package/mySql.js +14 -4
- package/mySql.js.map +1 -1
- package/openSearch.d.ts +101 -132
- package/openSearch.js +14 -4
- package/openSearch.js.map +1 -1
- package/openSearchAclConfig.d.ts +31 -29
- package/openSearchAclConfig.js +19 -8
- package/openSearchAclConfig.js.map +1 -1
- package/openSearchAclRule.d.ts +30 -35
- package/openSearchAclRule.js +15 -17
- package/openSearchAclRule.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pg.d.ts +101 -126
- package/pg.js +15 -0
- package/pg.js.map +1 -1
- package/project.d.ts +60 -121
- package/project.js +3 -5
- package/project.js.map +1 -1
- package/projectUser.d.ts +11 -19
- package/projectUser.js +0 -2
- package/projectUser.js.map +1 -1
- package/projectVpc.d.ts +11 -18
- package/projectVpc.js +0 -2
- package/projectVpc.js.map +1 -1
- package/redis.d.ts +99 -136
- package/redis.js +13 -3
- package/redis.js.map +1 -1
- package/service.d.ts +184 -121
- package/service.js +44 -21
- package/service.js.map +1 -1
- package/serviceIntegration.d.ts +18 -185
- package/serviceIntegration.js +4 -40
- package/serviceIntegration.js.map +1 -1
- package/serviceIntegrationEndpoint.d.ts +9 -49
- package/serviceIntegrationEndpoint.js +0 -34
- package/serviceIntegrationEndpoint.js.map +1 -1
- package/serviceUser.d.ts +45 -40
- package/serviceUser.js +2 -4
- package/serviceUser.js.map +1 -1
- package/staticIp.d.ts +95 -0
- package/staticIp.js +68 -0
- package/staticIp.js.map +1 -0
- package/transitGatewayVpcAttachment.d.ts +16 -19
- package/transitGatewayVpcAttachment.js +1 -4
- package/transitGatewayVpcAttachment.js.map +1 -1
- package/types/input.d.ts +1440 -9809
- package/types/output.d.ts +1744 -3691
- package/vpcPeeringConnection.d.ts +27 -58
- package/vpcPeeringConnection.js +0 -22
- package/vpcPeeringConnection.js.map +1 -1
package/index.js
CHANGED
|
@@ -26,28 +26,44 @@ __exportStar(require("./accountTeam"), exports);
|
|
|
26
26
|
__exportStar(require("./accountTeamMember"), exports);
|
|
27
27
|
__exportStar(require("./accountTeamProject"), exports);
|
|
28
28
|
__exportStar(require("./awsPrivatelink"), exports);
|
|
29
|
+
__exportStar(require("./azurePrivatelink"), exports);
|
|
30
|
+
__exportStar(require("./azurePrivatelinkConnectionApproval"), exports);
|
|
29
31
|
__exportStar(require("./billingGroup"), exports);
|
|
30
32
|
__exportStar(require("./cassandra"), exports);
|
|
33
|
+
__exportStar(require("./clickhouse"), exports);
|
|
34
|
+
__exportStar(require("./clickhouseDatabase"), exports);
|
|
35
|
+
__exportStar(require("./clickhouseGrant"), exports);
|
|
36
|
+
__exportStar(require("./clickhouseRole"), exports);
|
|
37
|
+
__exportStar(require("./clickhouseUser"), exports);
|
|
31
38
|
__exportStar(require("./connectionPool"), exports);
|
|
32
39
|
__exportStar(require("./database"), exports);
|
|
33
40
|
__exportStar(require("./elasticSearch"), exports);
|
|
34
41
|
__exportStar(require("./elasticSearchAcl"), exports);
|
|
35
42
|
__exportStar(require("./elasticSearchAclConfig"), exports);
|
|
36
43
|
__exportStar(require("./elasticSearchAclRule"), exports);
|
|
44
|
+
__exportStar(require("./flink"), exports);
|
|
45
|
+
__exportStar(require("./flinkJob"), exports);
|
|
46
|
+
__exportStar(require("./flinkJobTable"), exports);
|
|
37
47
|
__exportStar(require("./getAccount"), exports);
|
|
38
48
|
__exportStar(require("./getAccountAuthentication"), exports);
|
|
39
49
|
__exportStar(require("./getAccountTeam"), exports);
|
|
40
50
|
__exportStar(require("./getAccountTeamMember"), exports);
|
|
41
51
|
__exportStar(require("./getAccountTeamProject"), exports);
|
|
42
52
|
__exportStar(require("./getAwsPrivatelink"), exports);
|
|
53
|
+
__exportStar(require("./getAzurePrivatelink"), exports);
|
|
54
|
+
__exportStar(require("./getBillingGroup"), exports);
|
|
43
55
|
__exportStar(require("./getCassanda"), exports);
|
|
44
56
|
__exportStar(require("./getCassandra"), exports);
|
|
57
|
+
__exportStar(require("./getClickhouse"), exports);
|
|
58
|
+
__exportStar(require("./getClickhouseDatabase"), exports);
|
|
59
|
+
__exportStar(require("./getClickhouseUser"), exports);
|
|
45
60
|
__exportStar(require("./getConnectionPool"), exports);
|
|
46
61
|
__exportStar(require("./getDatabase"), exports);
|
|
47
62
|
__exportStar(require("./getElasticSearch"), exports);
|
|
48
63
|
__exportStar(require("./getElasticSearchAcl"), exports);
|
|
49
64
|
__exportStar(require("./getElasticSearchAclConfig"), exports);
|
|
50
65
|
__exportStar(require("./getElasticSearchAclRule"), exports);
|
|
66
|
+
__exportStar(require("./getFlink"), exports);
|
|
51
67
|
__exportStar(require("./getGrafana"), exports);
|
|
52
68
|
__exportStar(require("./getInfluxDb"), exports);
|
|
53
69
|
__exportStar(require("./getKafka"), exports);
|
|
@@ -104,6 +120,7 @@ __exportStar(require("./service"), exports);
|
|
|
104
120
|
__exportStar(require("./serviceIntegration"), exports);
|
|
105
121
|
__exportStar(require("./serviceIntegrationEndpoint"), exports);
|
|
106
122
|
__exportStar(require("./serviceUser"), exports);
|
|
123
|
+
__exportStar(require("./staticIp"), exports);
|
|
107
124
|
__exportStar(require("./transitGatewayVpcAttachment"), exports);
|
|
108
125
|
__exportStar(require("./vpcPeeringConnection"), exports);
|
|
109
126
|
// Export sub-modules:
|
|
@@ -118,14 +135,24 @@ const accountTeam_1 = require("./accountTeam");
|
|
|
118
135
|
const accountTeamMember_1 = require("./accountTeamMember");
|
|
119
136
|
const accountTeamProject_1 = require("./accountTeamProject");
|
|
120
137
|
const awsPrivatelink_1 = require("./awsPrivatelink");
|
|
138
|
+
const azurePrivatelink_1 = require("./azurePrivatelink");
|
|
139
|
+
const azurePrivatelinkConnectionApproval_1 = require("./azurePrivatelinkConnectionApproval");
|
|
121
140
|
const billingGroup_1 = require("./billingGroup");
|
|
122
141
|
const cassandra_1 = require("./cassandra");
|
|
142
|
+
const clickhouse_1 = require("./clickhouse");
|
|
143
|
+
const clickhouseDatabase_1 = require("./clickhouseDatabase");
|
|
144
|
+
const clickhouseGrant_1 = require("./clickhouseGrant");
|
|
145
|
+
const clickhouseRole_1 = require("./clickhouseRole");
|
|
146
|
+
const clickhouseUser_1 = require("./clickhouseUser");
|
|
123
147
|
const connectionPool_1 = require("./connectionPool");
|
|
124
148
|
const database_1 = require("./database");
|
|
125
149
|
const elasticSearch_1 = require("./elasticSearch");
|
|
126
150
|
const elasticSearchAcl_1 = require("./elasticSearchAcl");
|
|
127
151
|
const elasticSearchAclConfig_1 = require("./elasticSearchAclConfig");
|
|
128
152
|
const elasticSearchAclRule_1 = require("./elasticSearchAclRule");
|
|
153
|
+
const flink_1 = require("./flink");
|
|
154
|
+
const flinkJob_1 = require("./flinkJob");
|
|
155
|
+
const flinkJobTable_1 = require("./flinkJobTable");
|
|
129
156
|
const grafana_1 = require("./grafana");
|
|
130
157
|
const influxDb_1 = require("./influxDb");
|
|
131
158
|
const kafka_1 = require("./kafka");
|
|
@@ -152,6 +179,7 @@ const service_1 = require("./service");
|
|
|
152
179
|
const serviceIntegration_1 = require("./serviceIntegration");
|
|
153
180
|
const serviceIntegrationEndpoint_1 = require("./serviceIntegrationEndpoint");
|
|
154
181
|
const serviceUser_1 = require("./serviceUser");
|
|
182
|
+
const staticIp_1 = require("./staticIp");
|
|
155
183
|
const transitGatewayVpcAttachment_1 = require("./transitGatewayVpcAttachment");
|
|
156
184
|
const vpcPeeringConnection_1 = require("./vpcPeeringConnection");
|
|
157
185
|
const _module = {
|
|
@@ -170,10 +198,24 @@ const _module = {
|
|
|
170
198
|
return new accountTeamProject_1.AccountTeamProject(name, undefined, { urn });
|
|
171
199
|
case "aiven:index/awsPrivatelink:AwsPrivatelink":
|
|
172
200
|
return new awsPrivatelink_1.AwsPrivatelink(name, undefined, { urn });
|
|
201
|
+
case "aiven:index/azurePrivatelink:AzurePrivatelink":
|
|
202
|
+
return new azurePrivatelink_1.AzurePrivatelink(name, undefined, { urn });
|
|
203
|
+
case "aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval":
|
|
204
|
+
return new azurePrivatelinkConnectionApproval_1.AzurePrivatelinkConnectionApproval(name, undefined, { urn });
|
|
173
205
|
case "aiven:index/billingGroup:BillingGroup":
|
|
174
206
|
return new billingGroup_1.BillingGroup(name, undefined, { urn });
|
|
175
207
|
case "aiven:index/cassandra:Cassandra":
|
|
176
208
|
return new cassandra_1.Cassandra(name, undefined, { urn });
|
|
209
|
+
case "aiven:index/clickhouse:Clickhouse":
|
|
210
|
+
return new clickhouse_1.Clickhouse(name, undefined, { urn });
|
|
211
|
+
case "aiven:index/clickhouseDatabase:ClickhouseDatabase":
|
|
212
|
+
return new clickhouseDatabase_1.ClickhouseDatabase(name, undefined, { urn });
|
|
213
|
+
case "aiven:index/clickhouseGrant:ClickhouseGrant":
|
|
214
|
+
return new clickhouseGrant_1.ClickhouseGrant(name, undefined, { urn });
|
|
215
|
+
case "aiven:index/clickhouseRole:ClickhouseRole":
|
|
216
|
+
return new clickhouseRole_1.ClickhouseRole(name, undefined, { urn });
|
|
217
|
+
case "aiven:index/clickhouseUser:ClickhouseUser":
|
|
218
|
+
return new clickhouseUser_1.ClickhouseUser(name, undefined, { urn });
|
|
177
219
|
case "aiven:index/connectionPool:ConnectionPool":
|
|
178
220
|
return new connectionPool_1.ConnectionPool(name, undefined, { urn });
|
|
179
221
|
case "aiven:index/database:Database":
|
|
@@ -186,6 +228,12 @@ const _module = {
|
|
|
186
228
|
return new elasticSearchAclConfig_1.ElasticSearchAclConfig(name, undefined, { urn });
|
|
187
229
|
case "aiven:index/elasticSearchAclRule:ElasticSearchAclRule":
|
|
188
230
|
return new elasticSearchAclRule_1.ElasticSearchAclRule(name, undefined, { urn });
|
|
231
|
+
case "aiven:index/flink:Flink":
|
|
232
|
+
return new flink_1.Flink(name, undefined, { urn });
|
|
233
|
+
case "aiven:index/flinkJob:FlinkJob":
|
|
234
|
+
return new flinkJob_1.FlinkJob(name, undefined, { urn });
|
|
235
|
+
case "aiven:index/flinkJobTable:FlinkJobTable":
|
|
236
|
+
return new flinkJobTable_1.FlinkJobTable(name, undefined, { urn });
|
|
189
237
|
case "aiven:index/grafana:Grafana":
|
|
190
238
|
return new grafana_1.Grafana(name, undefined, { urn });
|
|
191
239
|
case "aiven:index/influxDb:InfluxDb":
|
|
@@ -238,6 +286,8 @@ const _module = {
|
|
|
238
286
|
return new serviceIntegrationEndpoint_1.ServiceIntegrationEndpoint(name, undefined, { urn });
|
|
239
287
|
case "aiven:index/serviceUser:ServiceUser":
|
|
240
288
|
return new serviceUser_1.ServiceUser(name, undefined, { urn });
|
|
289
|
+
case "aiven:index/staticIp:StaticIp":
|
|
290
|
+
return new staticIp_1.StaticIp(name, undefined, { urn });
|
|
241
291
|
case "aiven:index/transitGatewayVpcAttachment:TransitGatewayVpcAttachment":
|
|
242
292
|
return new transitGatewayVpcAttachment_1.TransitGatewayVpcAttachment(name, undefined, { urn });
|
|
243
293
|
case "aiven:index/vpcPeeringConnection:VpcPeeringConnection":
|
|
@@ -253,14 +303,24 @@ pulumi.runtime.registerResourceModule("aiven", "index/accountTeam", _module);
|
|
|
253
303
|
pulumi.runtime.registerResourceModule("aiven", "index/accountTeamMember", _module);
|
|
254
304
|
pulumi.runtime.registerResourceModule("aiven", "index/accountTeamProject", _module);
|
|
255
305
|
pulumi.runtime.registerResourceModule("aiven", "index/awsPrivatelink", _module);
|
|
306
|
+
pulumi.runtime.registerResourceModule("aiven", "index/azurePrivatelink", _module);
|
|
307
|
+
pulumi.runtime.registerResourceModule("aiven", "index/azurePrivatelinkConnectionApproval", _module);
|
|
256
308
|
pulumi.runtime.registerResourceModule("aiven", "index/billingGroup", _module);
|
|
257
309
|
pulumi.runtime.registerResourceModule("aiven", "index/cassandra", _module);
|
|
310
|
+
pulumi.runtime.registerResourceModule("aiven", "index/clickhouse", _module);
|
|
311
|
+
pulumi.runtime.registerResourceModule("aiven", "index/clickhouseDatabase", _module);
|
|
312
|
+
pulumi.runtime.registerResourceModule("aiven", "index/clickhouseGrant", _module);
|
|
313
|
+
pulumi.runtime.registerResourceModule("aiven", "index/clickhouseRole", _module);
|
|
314
|
+
pulumi.runtime.registerResourceModule("aiven", "index/clickhouseUser", _module);
|
|
258
315
|
pulumi.runtime.registerResourceModule("aiven", "index/connectionPool", _module);
|
|
259
316
|
pulumi.runtime.registerResourceModule("aiven", "index/database", _module);
|
|
260
317
|
pulumi.runtime.registerResourceModule("aiven", "index/elasticSearch", _module);
|
|
261
318
|
pulumi.runtime.registerResourceModule("aiven", "index/elasticSearchAcl", _module);
|
|
262
319
|
pulumi.runtime.registerResourceModule("aiven", "index/elasticSearchAclConfig", _module);
|
|
263
320
|
pulumi.runtime.registerResourceModule("aiven", "index/elasticSearchAclRule", _module);
|
|
321
|
+
pulumi.runtime.registerResourceModule("aiven", "index/flink", _module);
|
|
322
|
+
pulumi.runtime.registerResourceModule("aiven", "index/flinkJob", _module);
|
|
323
|
+
pulumi.runtime.registerResourceModule("aiven", "index/flinkJobTable", _module);
|
|
264
324
|
pulumi.runtime.registerResourceModule("aiven", "index/grafana", _module);
|
|
265
325
|
pulumi.runtime.registerResourceModule("aiven", "index/influxDb", _module);
|
|
266
326
|
pulumi.runtime.registerResourceModule("aiven", "index/kafka", _module);
|
|
@@ -287,6 +347,7 @@ pulumi.runtime.registerResourceModule("aiven", "index/service", _module);
|
|
|
287
347
|
pulumi.runtime.registerResourceModule("aiven", "index/serviceIntegration", _module);
|
|
288
348
|
pulumi.runtime.registerResourceModule("aiven", "index/serviceIntegrationEndpoint", _module);
|
|
289
349
|
pulumi.runtime.registerResourceModule("aiven", "index/serviceUser", _module);
|
|
350
|
+
pulumi.runtime.registerResourceModule("aiven", "index/staticIp", _module);
|
|
290
351
|
pulumi.runtime.registerResourceModule("aiven", "index/transitGatewayVpcAttachment", _module);
|
|
291
352
|
pulumi.runtime.registerResourceModule("aiven", "index/vpcPeeringConnection", _module);
|
|
292
353
|
const provider_1 = require("./provider");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/influxDb.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
* ## # InfluxDB Resource
|
|
5
|
-
*
|
|
6
4
|
* The InfluxDB resource allows the creation and management of Aiven InfluxDB services.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -43,13 +41,7 @@ export declare class InfluxDb extends pulumi.CustomResource {
|
|
|
43
41
|
*/
|
|
44
42
|
static isInstance(obj: any): obj is InfluxDb;
|
|
45
43
|
/**
|
|
46
|
-
*
|
|
47
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
48
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
49
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
50
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
51
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
52
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
44
|
+
* 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).
|
|
53
45
|
*/
|
|
54
46
|
readonly cloudName: pulumi.Output<string | undefined>;
|
|
55
47
|
/**
|
|
@@ -57,51 +49,55 @@ export declare class InfluxDb extends pulumi.CustomResource {
|
|
|
57
49
|
*/
|
|
58
50
|
readonly components: pulumi.Output<outputs.InfluxDbComponent[]>;
|
|
59
51
|
/**
|
|
60
|
-
*
|
|
52
|
+
* 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.
|
|
53
|
+
*/
|
|
54
|
+
readonly diskSpace: pulumi.Output<string | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
57
|
+
*/
|
|
58
|
+
readonly diskSpaceCap: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* 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`
|
|
61
|
+
*/
|
|
62
|
+
readonly diskSpaceDefault: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* 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.
|
|
61
65
|
*/
|
|
62
|
-
readonly
|
|
66
|
+
readonly diskSpaceStep: pulumi.Output<string>;
|
|
63
67
|
/**
|
|
64
|
-
*
|
|
65
|
-
|
|
68
|
+
* Disk space that service is currently using
|
|
69
|
+
*/
|
|
70
|
+
readonly diskSpaceUsed: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Influxdb user configurable settings
|
|
66
73
|
*/
|
|
67
74
|
readonly influxdbUserConfig: pulumi.Output<outputs.InfluxDbInfluxdbUserConfig | undefined>;
|
|
68
75
|
/**
|
|
69
|
-
*
|
|
70
|
-
|
|
76
|
+
* InfluxDB server provided values
|
|
77
|
+
*/
|
|
78
|
+
readonly influxdbs: pulumi.Output<outputs.InfluxDbInfluxdb[]>;
|
|
79
|
+
/**
|
|
80
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
71
81
|
*/
|
|
72
82
|
readonly maintenanceWindowDow: pulumi.Output<string | undefined>;
|
|
73
83
|
/**
|
|
74
|
-
*
|
|
75
|
-
* UTC time in HH:mm:ss format.
|
|
84
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
76
85
|
*/
|
|
77
86
|
readonly maintenanceWindowTime: pulumi.Output<string | undefined>;
|
|
78
87
|
/**
|
|
79
|
-
*
|
|
80
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
81
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
82
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
83
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
84
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
85
|
-
* 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).
|
|
88
|
+
* 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).
|
|
86
89
|
*/
|
|
87
90
|
readonly plan: pulumi.Output<string | undefined>;
|
|
88
91
|
/**
|
|
89
|
-
*
|
|
90
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
91
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
92
|
+
* 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.
|
|
92
93
|
*/
|
|
93
94
|
readonly project: pulumi.Output<string>;
|
|
94
95
|
/**
|
|
95
|
-
*
|
|
96
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
97
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
98
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
99
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
100
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
96
|
+
* 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.
|
|
101
97
|
*/
|
|
102
98
|
readonly projectVpcId: pulumi.Output<string | undefined>;
|
|
103
99
|
/**
|
|
104
|
-
*
|
|
100
|
+
* The hostname of the service.
|
|
105
101
|
*/
|
|
106
102
|
readonly serviceHost: pulumi.Output<string>;
|
|
107
103
|
/**
|
|
@@ -109,17 +105,15 @@ export declare class InfluxDb extends pulumi.CustomResource {
|
|
|
109
105
|
*/
|
|
110
106
|
readonly serviceIntegrations: pulumi.Output<outputs.InfluxDbServiceIntegration[] | undefined>;
|
|
111
107
|
/**
|
|
112
|
-
*
|
|
113
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
114
|
-
* intended service usage rather than current attributes.
|
|
108
|
+
* 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.
|
|
115
109
|
*/
|
|
116
110
|
readonly serviceName: pulumi.Output<string>;
|
|
117
111
|
/**
|
|
118
|
-
* Password used for connecting to the
|
|
112
|
+
* Password used for connecting to the service, if applicable
|
|
119
113
|
*/
|
|
120
114
|
readonly servicePassword: pulumi.Output<string>;
|
|
121
115
|
/**
|
|
122
|
-
*
|
|
116
|
+
* The port of the service
|
|
123
117
|
*/
|
|
124
118
|
readonly servicePort: pulumi.Output<number>;
|
|
125
119
|
/**
|
|
@@ -127,23 +121,23 @@ export declare class InfluxDb extends pulumi.CustomResource {
|
|
|
127
121
|
*/
|
|
128
122
|
readonly serviceType: pulumi.Output<string>;
|
|
129
123
|
/**
|
|
130
|
-
* URI for connecting to the
|
|
124
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
131
125
|
*/
|
|
132
126
|
readonly serviceUri: pulumi.Output<string>;
|
|
133
127
|
/**
|
|
134
|
-
* Username used for connecting to the
|
|
128
|
+
* Username used for connecting to the service, if applicable
|
|
135
129
|
*/
|
|
136
130
|
readonly serviceUsername: pulumi.Output<string>;
|
|
137
131
|
/**
|
|
138
|
-
* Service state.
|
|
132
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
139
133
|
*/
|
|
140
134
|
readonly state: pulumi.Output<string>;
|
|
141
135
|
/**
|
|
142
|
-
*
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
* deletion is done.
|
|
136
|
+
* 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
|
|
137
|
+
*/
|
|
138
|
+
readonly staticIps: pulumi.Output<string[] | undefined>;
|
|
139
|
+
/**
|
|
140
|
+
* 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.
|
|
147
141
|
*/
|
|
148
142
|
readonly terminationProtection: pulumi.Output<boolean | undefined>;
|
|
149
143
|
/**
|
|
@@ -160,13 +154,7 @@ export declare class InfluxDb extends pulumi.CustomResource {
|
|
|
160
154
|
*/
|
|
161
155
|
export interface InfluxDbState {
|
|
162
156
|
/**
|
|
163
|
-
*
|
|
164
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
165
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
166
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
167
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
168
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
169
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
157
|
+
* 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).
|
|
170
158
|
*/
|
|
171
159
|
cloudName?: pulumi.Input<string>;
|
|
172
160
|
/**
|
|
@@ -174,51 +162,55 @@ export interface InfluxDbState {
|
|
|
174
162
|
*/
|
|
175
163
|
components?: pulumi.Input<pulumi.Input<inputs.InfluxDbComponent>[]>;
|
|
176
164
|
/**
|
|
177
|
-
*
|
|
165
|
+
* 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.
|
|
178
166
|
*/
|
|
179
|
-
|
|
167
|
+
diskSpace?: pulumi.Input<string>;
|
|
180
168
|
/**
|
|
181
|
-
*
|
|
182
|
-
|
|
169
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
170
|
+
*/
|
|
171
|
+
diskSpaceCap?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* 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`
|
|
174
|
+
*/
|
|
175
|
+
diskSpaceDefault?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* 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.
|
|
178
|
+
*/
|
|
179
|
+
diskSpaceStep?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* Disk space that service is currently using
|
|
182
|
+
*/
|
|
183
|
+
diskSpaceUsed?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* Influxdb user configurable settings
|
|
183
186
|
*/
|
|
184
187
|
influxdbUserConfig?: pulumi.Input<inputs.InfluxDbInfluxdbUserConfig>;
|
|
185
188
|
/**
|
|
186
|
-
*
|
|
187
|
-
|
|
189
|
+
* InfluxDB server provided values
|
|
190
|
+
*/
|
|
191
|
+
influxdbs?: pulumi.Input<pulumi.Input<inputs.InfluxDbInfluxdb>[]>;
|
|
192
|
+
/**
|
|
193
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
188
194
|
*/
|
|
189
195
|
maintenanceWindowDow?: pulumi.Input<string>;
|
|
190
196
|
/**
|
|
191
|
-
*
|
|
192
|
-
* UTC time in HH:mm:ss format.
|
|
197
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
193
198
|
*/
|
|
194
199
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
195
200
|
/**
|
|
196
|
-
*
|
|
197
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
198
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
199
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
200
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
201
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
202
|
-
* 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).
|
|
201
|
+
* 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).
|
|
203
202
|
*/
|
|
204
203
|
plan?: pulumi.Input<string>;
|
|
205
204
|
/**
|
|
206
|
-
*
|
|
207
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
208
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
205
|
+
* 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.
|
|
209
206
|
*/
|
|
210
207
|
project?: pulumi.Input<string>;
|
|
211
208
|
/**
|
|
212
|
-
*
|
|
213
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
214
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
215
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
216
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
217
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
209
|
+
* 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.
|
|
218
210
|
*/
|
|
219
211
|
projectVpcId?: pulumi.Input<string>;
|
|
220
212
|
/**
|
|
221
|
-
*
|
|
213
|
+
* The hostname of the service.
|
|
222
214
|
*/
|
|
223
215
|
serviceHost?: pulumi.Input<string>;
|
|
224
216
|
/**
|
|
@@ -226,17 +218,15 @@ export interface InfluxDbState {
|
|
|
226
218
|
*/
|
|
227
219
|
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.InfluxDbServiceIntegration>[]>;
|
|
228
220
|
/**
|
|
229
|
-
*
|
|
230
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
231
|
-
* intended service usage rather than current attributes.
|
|
221
|
+
* 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.
|
|
232
222
|
*/
|
|
233
223
|
serviceName?: pulumi.Input<string>;
|
|
234
224
|
/**
|
|
235
|
-
* Password used for connecting to the
|
|
225
|
+
* Password used for connecting to the service, if applicable
|
|
236
226
|
*/
|
|
237
227
|
servicePassword?: pulumi.Input<string>;
|
|
238
228
|
/**
|
|
239
|
-
*
|
|
229
|
+
* The port of the service
|
|
240
230
|
*/
|
|
241
231
|
servicePort?: pulumi.Input<number>;
|
|
242
232
|
/**
|
|
@@ -244,23 +234,23 @@ export interface InfluxDbState {
|
|
|
244
234
|
*/
|
|
245
235
|
serviceType?: pulumi.Input<string>;
|
|
246
236
|
/**
|
|
247
|
-
* URI for connecting to the
|
|
237
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
248
238
|
*/
|
|
249
239
|
serviceUri?: pulumi.Input<string>;
|
|
250
240
|
/**
|
|
251
|
-
* Username used for connecting to the
|
|
241
|
+
* Username used for connecting to the service, if applicable
|
|
252
242
|
*/
|
|
253
243
|
serviceUsername?: pulumi.Input<string>;
|
|
254
244
|
/**
|
|
255
|
-
* Service state.
|
|
245
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
256
246
|
*/
|
|
257
247
|
state?: pulumi.Input<string>;
|
|
258
248
|
/**
|
|
259
|
-
*
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
* deletion is done.
|
|
249
|
+
* 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
|
|
250
|
+
*/
|
|
251
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
252
|
+
/**
|
|
253
|
+
* 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.
|
|
264
254
|
*/
|
|
265
255
|
terminationProtection?: pulumi.Input<boolean>;
|
|
266
256
|
}
|
|
@@ -269,57 +259,35 @@ export interface InfluxDbState {
|
|
|
269
259
|
*/
|
|
270
260
|
export interface InfluxDbArgs {
|
|
271
261
|
/**
|
|
272
|
-
*
|
|
273
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
274
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
275
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
276
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
277
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
278
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
262
|
+
* 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).
|
|
279
263
|
*/
|
|
280
264
|
cloudName?: pulumi.Input<string>;
|
|
281
265
|
/**
|
|
282
|
-
*
|
|
266
|
+
* 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.
|
|
283
267
|
*/
|
|
284
|
-
|
|
268
|
+
diskSpace?: pulumi.Input<string>;
|
|
285
269
|
/**
|
|
286
|
-
*
|
|
287
|
-
* configuration options available:
|
|
270
|
+
* Influxdb user configurable settings
|
|
288
271
|
*/
|
|
289
272
|
influxdbUserConfig?: pulumi.Input<inputs.InfluxDbInfluxdbUserConfig>;
|
|
290
273
|
/**
|
|
291
|
-
*
|
|
292
|
-
* On monday, tuesday, wednesday, etc.
|
|
274
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
293
275
|
*/
|
|
294
276
|
maintenanceWindowDow?: pulumi.Input<string>;
|
|
295
277
|
/**
|
|
296
|
-
*
|
|
297
|
-
* UTC time in HH:mm:ss format.
|
|
278
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
298
279
|
*/
|
|
299
280
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
300
281
|
/**
|
|
301
|
-
*
|
|
302
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
303
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
304
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
305
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
306
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
307
|
-
* 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).
|
|
282
|
+
* 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).
|
|
308
283
|
*/
|
|
309
284
|
plan?: pulumi.Input<string>;
|
|
310
285
|
/**
|
|
311
|
-
*
|
|
312
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
313
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
286
|
+
* 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.
|
|
314
287
|
*/
|
|
315
288
|
project: pulumi.Input<string>;
|
|
316
289
|
/**
|
|
317
|
-
*
|
|
318
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
319
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
320
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
321
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
322
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
290
|
+
* 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.
|
|
323
291
|
*/
|
|
324
292
|
projectVpcId?: pulumi.Input<string>;
|
|
325
293
|
/**
|
|
@@ -327,17 +295,15 @@ export interface InfluxDbArgs {
|
|
|
327
295
|
*/
|
|
328
296
|
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.InfluxDbServiceIntegration>[]>;
|
|
329
297
|
/**
|
|
330
|
-
*
|
|
331
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
332
|
-
* intended service usage rather than current attributes.
|
|
298
|
+
* 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.
|
|
333
299
|
*/
|
|
334
300
|
serviceName: pulumi.Input<string>;
|
|
335
301
|
/**
|
|
336
|
-
*
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
* deletion is done.
|
|
302
|
+
* 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
|
|
303
|
+
*/
|
|
304
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
305
|
+
/**
|
|
306
|
+
* 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.
|
|
341
307
|
*/
|
|
342
308
|
terminationProtection?: pulumi.Input<boolean>;
|
|
343
309
|
}
|