@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/service.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* The Service resource allows the creation and management of Aiven Services.
|
|
5
|
+
*/
|
|
3
6
|
export declare class Service extends pulumi.CustomResource {
|
|
4
7
|
/**
|
|
5
8
|
* Get an existing Service resource's state with the given name, ID, and optional extra
|
|
@@ -16,14 +19,22 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
16
19
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
17
20
|
*/
|
|
18
21
|
static isInstance(obj: any): obj is Service;
|
|
22
|
+
/**
|
|
23
|
+
* Cassandra user configurable settings
|
|
24
|
+
*/
|
|
25
|
+
readonly cassandraUserConfig: pulumi.Output<outputs.ServiceCassandraUserConfig | undefined>;
|
|
19
26
|
/**
|
|
20
27
|
* Cassandra specific server provided values
|
|
21
28
|
*/
|
|
22
|
-
readonly
|
|
29
|
+
readonly cassandras: pulumi.Output<outputs.ServiceCassandra[]>;
|
|
23
30
|
/**
|
|
24
|
-
*
|
|
31
|
+
* Clickhouse user configurable settings
|
|
25
32
|
*/
|
|
26
|
-
readonly
|
|
33
|
+
readonly clickhouseUserConfig: pulumi.Output<outputs.ServiceClickhouseUserConfig | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Clickhouse specific server provided values
|
|
36
|
+
*/
|
|
37
|
+
readonly clickhouses: pulumi.Output<outputs.ServiceClickhouse[]>;
|
|
27
38
|
/**
|
|
28
39
|
* Cloud the service runs in
|
|
29
40
|
*/
|
|
@@ -33,53 +44,81 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
33
44
|
*/
|
|
34
45
|
readonly components: pulumi.Output<outputs.ServiceComponent[]>;
|
|
35
46
|
/**
|
|
36
|
-
*
|
|
47
|
+
* 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.
|
|
48
|
+
*/
|
|
49
|
+
readonly diskSpace: pulumi.Output<string | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
52
|
+
*/
|
|
53
|
+
readonly diskSpaceCap: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* 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`
|
|
56
|
+
*/
|
|
57
|
+
readonly diskSpaceDefault: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* 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.
|
|
60
|
+
*/
|
|
61
|
+
readonly diskSpaceStep: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Disk space that service is currently using
|
|
37
64
|
*/
|
|
38
|
-
readonly
|
|
65
|
+
readonly diskSpaceUsed: pulumi.Output<string>;
|
|
39
66
|
/**
|
|
40
|
-
* Elasticsearch
|
|
67
|
+
* Elasticsearch user configurable settings
|
|
41
68
|
*/
|
|
42
69
|
readonly elasticsearchUserConfig: pulumi.Output<outputs.ServiceElasticsearchUserConfig | undefined>;
|
|
43
70
|
/**
|
|
44
|
-
*
|
|
71
|
+
* Elasticsearch specific server provided values
|
|
72
|
+
*/
|
|
73
|
+
readonly elasticsearches: pulumi.Output<outputs.ServiceElasticsearch[]>;
|
|
74
|
+
/**
|
|
75
|
+
* Flink user configurable settings
|
|
76
|
+
*/
|
|
77
|
+
readonly flinkUserConfig: pulumi.Output<outputs.ServiceFlinkUserConfig | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* Flink specific server provided values
|
|
45
80
|
*/
|
|
46
|
-
readonly
|
|
81
|
+
readonly flinks: pulumi.Output<outputs.ServiceFlink[]>;
|
|
47
82
|
/**
|
|
48
|
-
* Grafana
|
|
83
|
+
* Grafana user configurable settings
|
|
49
84
|
*/
|
|
50
85
|
readonly grafanaUserConfig: pulumi.Output<outputs.ServiceGrafanaUserConfig | undefined>;
|
|
51
86
|
/**
|
|
52
|
-
*
|
|
87
|
+
* Grafana specific server provided values
|
|
53
88
|
*/
|
|
54
|
-
readonly
|
|
89
|
+
readonly grafanas: pulumi.Output<outputs.ServiceGrafana[]>;
|
|
55
90
|
/**
|
|
56
|
-
*
|
|
91
|
+
* Influxdb user configurable settings
|
|
57
92
|
*/
|
|
58
93
|
readonly influxdbUserConfig: pulumi.Output<outputs.ServiceInfluxdbUserConfig | undefined>;
|
|
59
94
|
/**
|
|
60
|
-
*
|
|
95
|
+
* InfluxDB specific server provided values
|
|
96
|
+
*/
|
|
97
|
+
readonly influxdbs: pulumi.Output<outputs.ServiceInfluxdb[]>;
|
|
98
|
+
/**
|
|
99
|
+
* Kafka*connect user configurable settings
|
|
61
100
|
*/
|
|
62
|
-
readonly
|
|
101
|
+
readonly kafkaConnectUserConfig: pulumi.Output<outputs.ServiceKafkaConnectUserConfig | undefined>;
|
|
63
102
|
/**
|
|
64
103
|
* Kafka Connect specific server provided values
|
|
65
104
|
*/
|
|
66
|
-
readonly
|
|
105
|
+
readonly kafkaConnects: pulumi.Output<outputs.ServiceKafkaConnect[]>;
|
|
67
106
|
/**
|
|
68
|
-
* Kafka
|
|
107
|
+
* Kafka*mirrormaker user configurable settings
|
|
69
108
|
*/
|
|
70
|
-
readonly
|
|
109
|
+
readonly kafkaMirrormakerUserConfig: pulumi.Output<outputs.ServiceKafkaMirrormakerUserConfig | undefined>;
|
|
71
110
|
/**
|
|
72
111
|
* Kafka MirrorMaker 2 specific server provided values
|
|
73
112
|
*/
|
|
74
|
-
readonly
|
|
113
|
+
readonly kafkaMirrormakers: pulumi.Output<outputs.ServiceKafkaMirrormaker[]>;
|
|
75
114
|
/**
|
|
76
|
-
* Kafka
|
|
115
|
+
* Kafka user configurable settings
|
|
77
116
|
*/
|
|
78
|
-
readonly
|
|
117
|
+
readonly kafkaUserConfig: pulumi.Output<outputs.ServiceKafkaUserConfig | undefined>;
|
|
79
118
|
/**
|
|
80
|
-
* Kafka specific
|
|
119
|
+
* Kafka specific server provided values
|
|
81
120
|
*/
|
|
82
|
-
readonly
|
|
121
|
+
readonly kafkas: pulumi.Output<outputs.ServiceKafka[]>;
|
|
83
122
|
/**
|
|
84
123
|
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
85
124
|
*/
|
|
@@ -89,29 +128,29 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
89
128
|
*/
|
|
90
129
|
readonly maintenanceWindowTime: pulumi.Output<string | undefined>;
|
|
91
130
|
/**
|
|
92
|
-
*
|
|
93
|
-
*/
|
|
94
|
-
readonly mysql: pulumi.Output<outputs.ServiceMysql>;
|
|
95
|
-
/**
|
|
96
|
-
* MySQL specific user configurable settings
|
|
131
|
+
* Mysql user configurable settings
|
|
97
132
|
*/
|
|
98
133
|
readonly mysqlUserConfig: pulumi.Output<outputs.ServiceMysqlUserConfig | undefined>;
|
|
99
134
|
/**
|
|
100
|
-
*
|
|
135
|
+
* MySQL specific server provided values
|
|
101
136
|
*/
|
|
102
|
-
readonly
|
|
137
|
+
readonly mysqls: pulumi.Output<outputs.ServiceMysql[]>;
|
|
103
138
|
/**
|
|
104
|
-
* Opensearch
|
|
139
|
+
* Opensearch user configurable settings
|
|
105
140
|
*/
|
|
106
141
|
readonly opensearchUserConfig: pulumi.Output<outputs.ServiceOpensearchUserConfig | undefined>;
|
|
107
142
|
/**
|
|
108
|
-
*
|
|
143
|
+
* Opensearch specific server provided values
|
|
109
144
|
*/
|
|
110
|
-
readonly
|
|
145
|
+
readonly opensearches: pulumi.Output<outputs.ServiceOpensearch[]>;
|
|
111
146
|
/**
|
|
112
|
-
*
|
|
147
|
+
* Pg user configurable settings
|
|
113
148
|
*/
|
|
114
149
|
readonly pgUserConfig: pulumi.Output<outputs.ServicePgUserConfig | undefined>;
|
|
150
|
+
/**
|
|
151
|
+
* PostgreSQL specific server provided values
|
|
152
|
+
*/
|
|
153
|
+
readonly pgs: pulumi.Output<outputs.ServicePg[]>;
|
|
115
154
|
/**
|
|
116
155
|
* Subscription plan
|
|
117
156
|
*/
|
|
@@ -127,9 +166,9 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
127
166
|
/**
|
|
128
167
|
* Redis specific server provided values
|
|
129
168
|
*/
|
|
130
|
-
readonly redis: pulumi.Output<outputs.
|
|
169
|
+
readonly redis: pulumi.Output<outputs.ServiceRedi[]>;
|
|
131
170
|
/**
|
|
132
|
-
* Redis
|
|
171
|
+
* Redis user configurable settings
|
|
133
172
|
*/
|
|
134
173
|
readonly redisUserConfig: pulumi.Output<outputs.ServiceRedisUserConfig | undefined>;
|
|
135
174
|
/**
|
|
@@ -165,9 +204,13 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
165
204
|
*/
|
|
166
205
|
readonly serviceUsername: pulumi.Output<string>;
|
|
167
206
|
/**
|
|
168
|
-
* Service state
|
|
207
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` and `RUNNING`.
|
|
169
208
|
*/
|
|
170
209
|
readonly state: pulumi.Output<string>;
|
|
210
|
+
/**
|
|
211
|
+
* 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
|
|
212
|
+
*/
|
|
213
|
+
readonly staticIps: pulumi.Output<string[] | undefined>;
|
|
171
214
|
/**
|
|
172
215
|
* Prevent service from being deleted. It is recommended to have this enabled for all services.
|
|
173
216
|
*/
|
|
@@ -185,14 +228,22 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
185
228
|
* Input properties used for looking up and filtering Service resources.
|
|
186
229
|
*/
|
|
187
230
|
export interface ServiceState {
|
|
231
|
+
/**
|
|
232
|
+
* Cassandra user configurable settings
|
|
233
|
+
*/
|
|
234
|
+
cassandraUserConfig?: pulumi.Input<inputs.ServiceCassandraUserConfig>;
|
|
188
235
|
/**
|
|
189
236
|
* Cassandra specific server provided values
|
|
190
237
|
*/
|
|
191
|
-
|
|
238
|
+
cassandras?: pulumi.Input<pulumi.Input<inputs.ServiceCassandra>[]>;
|
|
192
239
|
/**
|
|
193
|
-
*
|
|
240
|
+
* Clickhouse user configurable settings
|
|
194
241
|
*/
|
|
195
|
-
|
|
242
|
+
clickhouseUserConfig?: pulumi.Input<inputs.ServiceClickhouseUserConfig>;
|
|
243
|
+
/**
|
|
244
|
+
* Clickhouse specific server provided values
|
|
245
|
+
*/
|
|
246
|
+
clickhouses?: pulumi.Input<pulumi.Input<inputs.ServiceClickhouse>[]>;
|
|
196
247
|
/**
|
|
197
248
|
* Cloud the service runs in
|
|
198
249
|
*/
|
|
@@ -202,53 +253,81 @@ export interface ServiceState {
|
|
|
202
253
|
*/
|
|
203
254
|
components?: pulumi.Input<pulumi.Input<inputs.ServiceComponent>[]>;
|
|
204
255
|
/**
|
|
205
|
-
*
|
|
256
|
+
* 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.
|
|
257
|
+
*/
|
|
258
|
+
diskSpace?: pulumi.Input<string>;
|
|
259
|
+
/**
|
|
260
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
261
|
+
*/
|
|
262
|
+
diskSpaceCap?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* 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`
|
|
265
|
+
*/
|
|
266
|
+
diskSpaceDefault?: pulumi.Input<string>;
|
|
267
|
+
/**
|
|
268
|
+
* 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.
|
|
269
|
+
*/
|
|
270
|
+
diskSpaceStep?: pulumi.Input<string>;
|
|
271
|
+
/**
|
|
272
|
+
* Disk space that service is currently using
|
|
206
273
|
*/
|
|
207
|
-
|
|
274
|
+
diskSpaceUsed?: pulumi.Input<string>;
|
|
208
275
|
/**
|
|
209
|
-
* Elasticsearch
|
|
276
|
+
* Elasticsearch user configurable settings
|
|
210
277
|
*/
|
|
211
278
|
elasticsearchUserConfig?: pulumi.Input<inputs.ServiceElasticsearchUserConfig>;
|
|
212
279
|
/**
|
|
213
|
-
*
|
|
280
|
+
* Elasticsearch specific server provided values
|
|
281
|
+
*/
|
|
282
|
+
elasticsearches?: pulumi.Input<pulumi.Input<inputs.ServiceElasticsearch>[]>;
|
|
283
|
+
/**
|
|
284
|
+
* Flink user configurable settings
|
|
285
|
+
*/
|
|
286
|
+
flinkUserConfig?: pulumi.Input<inputs.ServiceFlinkUserConfig>;
|
|
287
|
+
/**
|
|
288
|
+
* Flink specific server provided values
|
|
214
289
|
*/
|
|
215
|
-
|
|
290
|
+
flinks?: pulumi.Input<pulumi.Input<inputs.ServiceFlink>[]>;
|
|
216
291
|
/**
|
|
217
|
-
* Grafana
|
|
292
|
+
* Grafana user configurable settings
|
|
218
293
|
*/
|
|
219
294
|
grafanaUserConfig?: pulumi.Input<inputs.ServiceGrafanaUserConfig>;
|
|
220
295
|
/**
|
|
221
|
-
*
|
|
296
|
+
* Grafana specific server provided values
|
|
222
297
|
*/
|
|
223
|
-
|
|
298
|
+
grafanas?: pulumi.Input<pulumi.Input<inputs.ServiceGrafana>[]>;
|
|
224
299
|
/**
|
|
225
|
-
*
|
|
300
|
+
* Influxdb user configurable settings
|
|
226
301
|
*/
|
|
227
302
|
influxdbUserConfig?: pulumi.Input<inputs.ServiceInfluxdbUserConfig>;
|
|
228
303
|
/**
|
|
229
|
-
*
|
|
304
|
+
* InfluxDB specific server provided values
|
|
305
|
+
*/
|
|
306
|
+
influxdbs?: pulumi.Input<pulumi.Input<inputs.ServiceInfluxdb>[]>;
|
|
307
|
+
/**
|
|
308
|
+
* Kafka*connect user configurable settings
|
|
230
309
|
*/
|
|
231
|
-
|
|
310
|
+
kafkaConnectUserConfig?: pulumi.Input<inputs.ServiceKafkaConnectUserConfig>;
|
|
232
311
|
/**
|
|
233
312
|
* Kafka Connect specific server provided values
|
|
234
313
|
*/
|
|
235
|
-
|
|
314
|
+
kafkaConnects?: pulumi.Input<pulumi.Input<inputs.ServiceKafkaConnect>[]>;
|
|
236
315
|
/**
|
|
237
|
-
* Kafka
|
|
316
|
+
* Kafka*mirrormaker user configurable settings
|
|
238
317
|
*/
|
|
239
|
-
|
|
318
|
+
kafkaMirrormakerUserConfig?: pulumi.Input<inputs.ServiceKafkaMirrormakerUserConfig>;
|
|
240
319
|
/**
|
|
241
320
|
* Kafka MirrorMaker 2 specific server provided values
|
|
242
321
|
*/
|
|
243
|
-
|
|
322
|
+
kafkaMirrormakers?: pulumi.Input<pulumi.Input<inputs.ServiceKafkaMirrormaker>[]>;
|
|
244
323
|
/**
|
|
245
|
-
* Kafka
|
|
324
|
+
* Kafka user configurable settings
|
|
246
325
|
*/
|
|
247
|
-
|
|
326
|
+
kafkaUserConfig?: pulumi.Input<inputs.ServiceKafkaUserConfig>;
|
|
248
327
|
/**
|
|
249
|
-
* Kafka specific
|
|
328
|
+
* Kafka specific server provided values
|
|
250
329
|
*/
|
|
251
|
-
|
|
330
|
+
kafkas?: pulumi.Input<pulumi.Input<inputs.ServiceKafka>[]>;
|
|
252
331
|
/**
|
|
253
332
|
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
254
333
|
*/
|
|
@@ -258,29 +337,29 @@ export interface ServiceState {
|
|
|
258
337
|
*/
|
|
259
338
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
260
339
|
/**
|
|
261
|
-
*
|
|
262
|
-
*/
|
|
263
|
-
mysql?: pulumi.Input<inputs.ServiceMysql>;
|
|
264
|
-
/**
|
|
265
|
-
* MySQL specific user configurable settings
|
|
340
|
+
* Mysql user configurable settings
|
|
266
341
|
*/
|
|
267
342
|
mysqlUserConfig?: pulumi.Input<inputs.ServiceMysqlUserConfig>;
|
|
268
343
|
/**
|
|
269
|
-
*
|
|
344
|
+
* MySQL specific server provided values
|
|
270
345
|
*/
|
|
271
|
-
|
|
346
|
+
mysqls?: pulumi.Input<pulumi.Input<inputs.ServiceMysql>[]>;
|
|
272
347
|
/**
|
|
273
|
-
* Opensearch
|
|
348
|
+
* Opensearch user configurable settings
|
|
274
349
|
*/
|
|
275
350
|
opensearchUserConfig?: pulumi.Input<inputs.ServiceOpensearchUserConfig>;
|
|
276
351
|
/**
|
|
277
|
-
*
|
|
352
|
+
* Opensearch specific server provided values
|
|
278
353
|
*/
|
|
279
|
-
|
|
354
|
+
opensearches?: pulumi.Input<pulumi.Input<inputs.ServiceOpensearch>[]>;
|
|
280
355
|
/**
|
|
281
|
-
*
|
|
356
|
+
* Pg user configurable settings
|
|
282
357
|
*/
|
|
283
358
|
pgUserConfig?: pulumi.Input<inputs.ServicePgUserConfig>;
|
|
359
|
+
/**
|
|
360
|
+
* PostgreSQL specific server provided values
|
|
361
|
+
*/
|
|
362
|
+
pgs?: pulumi.Input<pulumi.Input<inputs.ServicePg>[]>;
|
|
284
363
|
/**
|
|
285
364
|
* Subscription plan
|
|
286
365
|
*/
|
|
@@ -296,9 +375,9 @@ export interface ServiceState {
|
|
|
296
375
|
/**
|
|
297
376
|
* Redis specific server provided values
|
|
298
377
|
*/
|
|
299
|
-
redis?: pulumi.Input<inputs.
|
|
378
|
+
redis?: pulumi.Input<pulumi.Input<inputs.ServiceRedi>[]>;
|
|
300
379
|
/**
|
|
301
|
-
* Redis
|
|
380
|
+
* Redis user configurable settings
|
|
302
381
|
*/
|
|
303
382
|
redisUserConfig?: pulumi.Input<inputs.ServiceRedisUserConfig>;
|
|
304
383
|
/**
|
|
@@ -334,9 +413,13 @@ export interface ServiceState {
|
|
|
334
413
|
*/
|
|
335
414
|
serviceUsername?: pulumi.Input<string>;
|
|
336
415
|
/**
|
|
337
|
-
* Service state
|
|
416
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` and `RUNNING`.
|
|
338
417
|
*/
|
|
339
418
|
state?: pulumi.Input<string>;
|
|
419
|
+
/**
|
|
420
|
+
* 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
|
|
421
|
+
*/
|
|
422
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
340
423
|
/**
|
|
341
424
|
* Prevent service from being deleted. It is recommended to have this enabled for all services.
|
|
342
425
|
*/
|
|
@@ -347,65 +430,57 @@ export interface ServiceState {
|
|
|
347
430
|
*/
|
|
348
431
|
export interface ServiceArgs {
|
|
349
432
|
/**
|
|
350
|
-
* Cassandra
|
|
433
|
+
* Cassandra user configurable settings
|
|
351
434
|
*/
|
|
352
|
-
|
|
435
|
+
cassandraUserConfig?: pulumi.Input<inputs.ServiceCassandraUserConfig>;
|
|
353
436
|
/**
|
|
354
|
-
*
|
|
437
|
+
* Clickhouse user configurable settings
|
|
355
438
|
*/
|
|
356
|
-
|
|
439
|
+
clickhouseUserConfig?: pulumi.Input<inputs.ServiceClickhouseUserConfig>;
|
|
357
440
|
/**
|
|
358
441
|
* Cloud the service runs in
|
|
359
442
|
*/
|
|
360
443
|
cloudName?: pulumi.Input<string>;
|
|
361
444
|
/**
|
|
362
|
-
*
|
|
445
|
+
* 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.
|
|
363
446
|
*/
|
|
364
|
-
|
|
447
|
+
diskSpace?: pulumi.Input<string>;
|
|
365
448
|
/**
|
|
366
|
-
* Elasticsearch
|
|
449
|
+
* Elasticsearch user configurable settings
|
|
367
450
|
*/
|
|
368
451
|
elasticsearchUserConfig?: pulumi.Input<inputs.ServiceElasticsearchUserConfig>;
|
|
369
452
|
/**
|
|
370
|
-
*
|
|
453
|
+
* Flink user configurable settings
|
|
371
454
|
*/
|
|
372
|
-
|
|
455
|
+
flinkUserConfig?: pulumi.Input<inputs.ServiceFlinkUserConfig>;
|
|
373
456
|
/**
|
|
374
|
-
*
|
|
457
|
+
* Flink specific server provided values
|
|
375
458
|
*/
|
|
376
|
-
|
|
459
|
+
flinks?: pulumi.Input<pulumi.Input<inputs.ServiceFlink>[]>;
|
|
377
460
|
/**
|
|
378
|
-
*
|
|
461
|
+
* Grafana user configurable settings
|
|
379
462
|
*/
|
|
380
|
-
|
|
463
|
+
grafanaUserConfig?: pulumi.Input<inputs.ServiceGrafanaUserConfig>;
|
|
381
464
|
/**
|
|
382
|
-
*
|
|
465
|
+
* Influxdb user configurable settings
|
|
383
466
|
*/
|
|
384
467
|
influxdbUserConfig?: pulumi.Input<inputs.ServiceInfluxdbUserConfig>;
|
|
385
468
|
/**
|
|
386
|
-
* Kafka
|
|
387
|
-
*/
|
|
388
|
-
kafka?: pulumi.Input<inputs.ServiceKafka>;
|
|
389
|
-
/**
|
|
390
|
-
* Kafka Connect specific server provided values
|
|
391
|
-
*/
|
|
392
|
-
kafkaConnect?: pulumi.Input<inputs.ServiceKafkaConnect>;
|
|
393
|
-
/**
|
|
394
|
-
* Kafka Connect specific user configurable settings
|
|
469
|
+
* Kafka*connect user configurable settings
|
|
395
470
|
*/
|
|
396
471
|
kafkaConnectUserConfig?: pulumi.Input<inputs.ServiceKafkaConnectUserConfig>;
|
|
397
472
|
/**
|
|
398
|
-
* Kafka
|
|
399
|
-
*/
|
|
400
|
-
kafkaMirrormaker?: pulumi.Input<inputs.ServiceKafkaMirrormaker>;
|
|
401
|
-
/**
|
|
402
|
-
* Kafka MirrorMaker 2 specific user configurable settings
|
|
473
|
+
* Kafka*mirrormaker user configurable settings
|
|
403
474
|
*/
|
|
404
475
|
kafkaMirrormakerUserConfig?: pulumi.Input<inputs.ServiceKafkaMirrormakerUserConfig>;
|
|
405
476
|
/**
|
|
406
|
-
* Kafka
|
|
477
|
+
* Kafka user configurable settings
|
|
407
478
|
*/
|
|
408
479
|
kafkaUserConfig?: pulumi.Input<inputs.ServiceKafkaUserConfig>;
|
|
480
|
+
/**
|
|
481
|
+
* Kafka specific server provided values
|
|
482
|
+
*/
|
|
483
|
+
kafkas?: pulumi.Input<pulumi.Input<inputs.ServiceKafka>[]>;
|
|
409
484
|
/**
|
|
410
485
|
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
411
486
|
*/
|
|
@@ -415,27 +490,15 @@ export interface ServiceArgs {
|
|
|
415
490
|
*/
|
|
416
491
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
417
492
|
/**
|
|
418
|
-
*
|
|
419
|
-
*/
|
|
420
|
-
mysql?: pulumi.Input<inputs.ServiceMysql>;
|
|
421
|
-
/**
|
|
422
|
-
* MySQL specific user configurable settings
|
|
493
|
+
* Mysql user configurable settings
|
|
423
494
|
*/
|
|
424
495
|
mysqlUserConfig?: pulumi.Input<inputs.ServiceMysqlUserConfig>;
|
|
425
496
|
/**
|
|
426
|
-
* Opensearch
|
|
427
|
-
*/
|
|
428
|
-
opensearch?: pulumi.Input<inputs.ServiceOpensearch>;
|
|
429
|
-
/**
|
|
430
|
-
* Opensearch specific user configurable settings
|
|
497
|
+
* Opensearch user configurable settings
|
|
431
498
|
*/
|
|
432
499
|
opensearchUserConfig?: pulumi.Input<inputs.ServiceOpensearchUserConfig>;
|
|
433
500
|
/**
|
|
434
|
-
*
|
|
435
|
-
*/
|
|
436
|
-
pg?: pulumi.Input<inputs.ServicePg>;
|
|
437
|
-
/**
|
|
438
|
-
* PostgreSQL specific user configurable settings
|
|
501
|
+
* Pg user configurable settings
|
|
439
502
|
*/
|
|
440
503
|
pgUserConfig?: pulumi.Input<inputs.ServicePgUserConfig>;
|
|
441
504
|
/**
|
|
@@ -451,11 +514,7 @@ export interface ServiceArgs {
|
|
|
451
514
|
*/
|
|
452
515
|
projectVpcId?: pulumi.Input<string>;
|
|
453
516
|
/**
|
|
454
|
-
* Redis
|
|
455
|
-
*/
|
|
456
|
-
redis?: pulumi.Input<inputs.ServiceRedis>;
|
|
457
|
-
/**
|
|
458
|
-
* Redis specific user configurable settings
|
|
517
|
+
* Redis user configurable settings
|
|
459
518
|
*/
|
|
460
519
|
redisUserConfig?: pulumi.Input<inputs.ServiceRedisUserConfig>;
|
|
461
520
|
/**
|
|
@@ -470,6 +529,10 @@ export interface ServiceArgs {
|
|
|
470
529
|
* Service type code
|
|
471
530
|
*/
|
|
472
531
|
serviceType: pulumi.Input<string>;
|
|
532
|
+
/**
|
|
533
|
+
* 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
|
|
534
|
+
*/
|
|
535
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
473
536
|
/**
|
|
474
537
|
* Prevent service from being deleted. It is recommended to have this enabled for all services.
|
|
475
538
|
*/
|