@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/kafkaAcl.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Resource Kafka ACL Resource
|
|
4
|
-
*
|
|
5
3
|
* The Resource Kafka ACL resource allows the creation and management of ACLs for an Aiven Kafka service.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -36,27 +34,23 @@ export declare class KafkaAcl extends pulumi.CustomResource {
|
|
|
36
34
|
*/
|
|
37
35
|
static isInstance(obj: any): obj is KafkaAcl;
|
|
38
36
|
/**
|
|
39
|
-
*
|
|
40
|
-
* topics (admin, read, readwrite, write).
|
|
37
|
+
* Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
41
38
|
*/
|
|
42
39
|
readonly permission: pulumi.Output<string>;
|
|
43
40
|
/**
|
|
44
|
-
*
|
|
45
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
46
|
-
* These properties cannot be changed once the service is created. Doing so will result in
|
|
47
|
-
* the topic being deleted and new one created instead.
|
|
41
|
+
* 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.
|
|
48
42
|
*/
|
|
49
43
|
readonly project: pulumi.Output<string>;
|
|
50
44
|
/**
|
|
51
|
-
*
|
|
45
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
52
46
|
*/
|
|
53
47
|
readonly serviceName: pulumi.Output<string>;
|
|
54
48
|
/**
|
|
55
|
-
*
|
|
49
|
+
* Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
56
50
|
*/
|
|
57
51
|
readonly topic: pulumi.Output<string>;
|
|
58
52
|
/**
|
|
59
|
-
*
|
|
53
|
+
* Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
60
54
|
*/
|
|
61
55
|
readonly username: pulumi.Output<string>;
|
|
62
56
|
/**
|
|
@@ -73,27 +67,23 @@ export declare class KafkaAcl extends pulumi.CustomResource {
|
|
|
73
67
|
*/
|
|
74
68
|
export interface KafkaAclState {
|
|
75
69
|
/**
|
|
76
|
-
*
|
|
77
|
-
* topics (admin, read, readwrite, write).
|
|
70
|
+
* Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
78
71
|
*/
|
|
79
72
|
permission?: pulumi.Input<string>;
|
|
80
73
|
/**
|
|
81
|
-
*
|
|
82
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
83
|
-
* These properties cannot be changed once the service is created. Doing so will result in
|
|
84
|
-
* the topic being deleted and new one created instead.
|
|
74
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
85
75
|
*/
|
|
86
76
|
project?: pulumi.Input<string>;
|
|
87
77
|
/**
|
|
88
|
-
*
|
|
78
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
89
79
|
*/
|
|
90
80
|
serviceName?: pulumi.Input<string>;
|
|
91
81
|
/**
|
|
92
|
-
*
|
|
82
|
+
* Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
93
83
|
*/
|
|
94
84
|
topic?: pulumi.Input<string>;
|
|
95
85
|
/**
|
|
96
|
-
*
|
|
86
|
+
* Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
97
87
|
*/
|
|
98
88
|
username?: pulumi.Input<string>;
|
|
99
89
|
}
|
|
@@ -102,27 +92,23 @@ export interface KafkaAclState {
|
|
|
102
92
|
*/
|
|
103
93
|
export interface KafkaAclArgs {
|
|
104
94
|
/**
|
|
105
|
-
*
|
|
106
|
-
* topics (admin, read, readwrite, write).
|
|
95
|
+
* Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
107
96
|
*/
|
|
108
97
|
permission: pulumi.Input<string>;
|
|
109
98
|
/**
|
|
110
|
-
*
|
|
111
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
112
|
-
* These properties cannot be changed once the service is created. Doing so will result in
|
|
113
|
-
* the topic being deleted and new one created instead.
|
|
99
|
+
* 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.
|
|
114
100
|
*/
|
|
115
101
|
project: pulumi.Input<string>;
|
|
116
102
|
/**
|
|
117
|
-
*
|
|
103
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
118
104
|
*/
|
|
119
105
|
serviceName: pulumi.Input<string>;
|
|
120
106
|
/**
|
|
121
|
-
*
|
|
107
|
+
* Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
122
108
|
*/
|
|
123
109
|
topic: pulumi.Input<string>;
|
|
124
110
|
/**
|
|
125
|
-
*
|
|
111
|
+
* Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
126
112
|
*/
|
|
127
113
|
username: pulumi.Input<string>;
|
|
128
114
|
}
|
package/kafkaAcl.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.KafkaAcl = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Resource Kafka ACL Resource
|
|
10
|
-
*
|
|
11
9
|
* The Resource Kafka ACL resource allows the creation and management of ACLs for an Aiven Kafka service.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
package/kafkaAcl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kafkaAcl.js","sourceRoot":"","sources":["../kafkaAcl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"kafkaAcl.js","sourceRoot":"","sources":["../kafkaAcl.ts"],"names":[],"mappings":"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"}
|
package/kafkaConnect.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
|
-
* ## # Kafka Connect Resource
|
|
5
|
-
*
|
|
6
4
|
* The Kafka Connect resource allows the creation and management of Aiven Kafka Connect services.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -46,13 +44,7 @@ export declare class KafkaConnect extends pulumi.CustomResource {
|
|
|
46
44
|
*/
|
|
47
45
|
static isInstance(obj: any): obj is KafkaConnect;
|
|
48
46
|
/**
|
|
49
|
-
*
|
|
50
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
51
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
52
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
53
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
54
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
55
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
47
|
+
* 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).
|
|
56
48
|
*/
|
|
57
49
|
readonly cloudName: pulumi.Output<string | undefined>;
|
|
58
50
|
/**
|
|
@@ -60,52 +52,55 @@ export declare class KafkaConnect extends pulumi.CustomResource {
|
|
|
60
52
|
*/
|
|
61
53
|
readonly components: pulumi.Output<outputs.KafkaConnectComponent[]>;
|
|
62
54
|
/**
|
|
63
|
-
*
|
|
64
|
-
|
|
55
|
+
* 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.
|
|
56
|
+
*/
|
|
57
|
+
readonly diskSpace: pulumi.Output<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
60
|
+
*/
|
|
61
|
+
readonly diskSpaceCap: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 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`
|
|
64
|
+
*/
|
|
65
|
+
readonly diskSpaceDefault: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* 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.
|
|
65
68
|
*/
|
|
66
|
-
readonly
|
|
69
|
+
readonly diskSpaceStep: pulumi.Output<string>;
|
|
67
70
|
/**
|
|
68
|
-
*
|
|
69
|
-
|
|
71
|
+
* Disk space that service is currently using
|
|
72
|
+
*/
|
|
73
|
+
readonly diskSpaceUsed: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Kafka*connect user configurable settings
|
|
70
76
|
*/
|
|
71
77
|
readonly kafkaConnectUserConfig: pulumi.Output<outputs.KafkaConnectKafkaConnectUserConfig | undefined>;
|
|
72
78
|
/**
|
|
73
|
-
*
|
|
74
|
-
|
|
79
|
+
* Kafka Connect server provided values
|
|
80
|
+
*/
|
|
81
|
+
readonly kafkaConnects: pulumi.Output<outputs.KafkaConnectKafkaConnect[]>;
|
|
82
|
+
/**
|
|
83
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
75
84
|
*/
|
|
76
85
|
readonly maintenanceWindowDow: pulumi.Output<string | undefined>;
|
|
77
86
|
/**
|
|
78
|
-
*
|
|
79
|
-
* UTC time in HH:mm:ss format.
|
|
87
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
80
88
|
*/
|
|
81
89
|
readonly maintenanceWindowTime: pulumi.Output<string | undefined>;
|
|
82
90
|
/**
|
|
83
|
-
*
|
|
84
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
85
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
86
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
87
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
88
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
89
|
-
* 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).
|
|
91
|
+
* 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).
|
|
90
92
|
*/
|
|
91
93
|
readonly plan: pulumi.Output<string | undefined>;
|
|
92
94
|
/**
|
|
93
|
-
*
|
|
94
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
95
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
95
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
96
96
|
*/
|
|
97
97
|
readonly project: pulumi.Output<string>;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
100
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
101
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
102
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
103
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
104
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
99
|
+
* 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.
|
|
105
100
|
*/
|
|
106
101
|
readonly projectVpcId: pulumi.Output<string | undefined>;
|
|
107
102
|
/**
|
|
108
|
-
*
|
|
103
|
+
* The hostname of the service.
|
|
109
104
|
*/
|
|
110
105
|
readonly serviceHost: pulumi.Output<string>;
|
|
111
106
|
/**
|
|
@@ -113,17 +108,15 @@ export declare class KafkaConnect extends pulumi.CustomResource {
|
|
|
113
108
|
*/
|
|
114
109
|
readonly serviceIntegrations: pulumi.Output<outputs.KafkaConnectServiceIntegration[] | undefined>;
|
|
115
110
|
/**
|
|
116
|
-
*
|
|
117
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
118
|
-
* intended service usage rather than current attributes.
|
|
111
|
+
* 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.
|
|
119
112
|
*/
|
|
120
113
|
readonly serviceName: pulumi.Output<string>;
|
|
121
114
|
/**
|
|
122
|
-
* Password used for connecting to the
|
|
115
|
+
* Password used for connecting to the service, if applicable
|
|
123
116
|
*/
|
|
124
117
|
readonly servicePassword: pulumi.Output<string>;
|
|
125
118
|
/**
|
|
126
|
-
*
|
|
119
|
+
* The port of the service
|
|
127
120
|
*/
|
|
128
121
|
readonly servicePort: pulumi.Output<number>;
|
|
129
122
|
/**
|
|
@@ -131,23 +124,23 @@ export declare class KafkaConnect extends pulumi.CustomResource {
|
|
|
131
124
|
*/
|
|
132
125
|
readonly serviceType: pulumi.Output<string>;
|
|
133
126
|
/**
|
|
134
|
-
* URI for connecting to the
|
|
127
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
135
128
|
*/
|
|
136
129
|
readonly serviceUri: pulumi.Output<string>;
|
|
137
130
|
/**
|
|
138
|
-
* Username used for connecting to the
|
|
131
|
+
* Username used for connecting to the service, if applicable
|
|
139
132
|
*/
|
|
140
133
|
readonly serviceUsername: pulumi.Output<string>;
|
|
141
134
|
/**
|
|
142
|
-
* Service state.
|
|
135
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
143
136
|
*/
|
|
144
137
|
readonly state: pulumi.Output<string>;
|
|
145
138
|
/**
|
|
146
|
-
*
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
* deletion is done.
|
|
139
|
+
* 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
|
|
140
|
+
*/
|
|
141
|
+
readonly staticIps: pulumi.Output<string[] | undefined>;
|
|
142
|
+
/**
|
|
143
|
+
* 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.
|
|
151
144
|
*/
|
|
152
145
|
readonly terminationProtection: pulumi.Output<boolean | undefined>;
|
|
153
146
|
/**
|
|
@@ -164,13 +157,7 @@ export declare class KafkaConnect extends pulumi.CustomResource {
|
|
|
164
157
|
*/
|
|
165
158
|
export interface KafkaConnectState {
|
|
166
159
|
/**
|
|
167
|
-
*
|
|
168
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
169
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
170
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
171
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
172
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
173
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
160
|
+
* 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).
|
|
174
161
|
*/
|
|
175
162
|
cloudName?: pulumi.Input<string>;
|
|
176
163
|
/**
|
|
@@ -178,52 +165,55 @@ export interface KafkaConnectState {
|
|
|
178
165
|
*/
|
|
179
166
|
components?: pulumi.Input<pulumi.Input<inputs.KafkaConnectComponent>[]>;
|
|
180
167
|
/**
|
|
181
|
-
*
|
|
182
|
-
* service nodes that are in a project VPC or another type of private network.
|
|
168
|
+
* 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.
|
|
183
169
|
*/
|
|
184
|
-
|
|
170
|
+
diskSpace?: pulumi.Input<string>;
|
|
185
171
|
/**
|
|
186
|
-
*
|
|
187
|
-
|
|
172
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
173
|
+
*/
|
|
174
|
+
diskSpaceCap?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* 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`
|
|
177
|
+
*/
|
|
178
|
+
diskSpaceDefault?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* 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.
|
|
181
|
+
*/
|
|
182
|
+
diskSpaceStep?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* Disk space that service is currently using
|
|
185
|
+
*/
|
|
186
|
+
diskSpaceUsed?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* Kafka*connect user configurable settings
|
|
188
189
|
*/
|
|
189
190
|
kafkaConnectUserConfig?: pulumi.Input<inputs.KafkaConnectKafkaConnectUserConfig>;
|
|
190
191
|
/**
|
|
191
|
-
*
|
|
192
|
-
|
|
192
|
+
* Kafka Connect server provided values
|
|
193
|
+
*/
|
|
194
|
+
kafkaConnects?: pulumi.Input<pulumi.Input<inputs.KafkaConnectKafkaConnect>[]>;
|
|
195
|
+
/**
|
|
196
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
193
197
|
*/
|
|
194
198
|
maintenanceWindowDow?: pulumi.Input<string>;
|
|
195
199
|
/**
|
|
196
|
-
*
|
|
197
|
-
* UTC time in HH:mm:ss format.
|
|
200
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
198
201
|
*/
|
|
199
202
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
200
203
|
/**
|
|
201
|
-
*
|
|
202
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
203
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
204
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
205
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
206
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
207
|
-
* 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).
|
|
204
|
+
* 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).
|
|
208
205
|
*/
|
|
209
206
|
plan?: pulumi.Input<string>;
|
|
210
207
|
/**
|
|
211
|
-
*
|
|
212
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
213
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
208
|
+
* 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.
|
|
214
209
|
*/
|
|
215
210
|
project?: pulumi.Input<string>;
|
|
216
211
|
/**
|
|
217
|
-
*
|
|
218
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
219
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
220
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
221
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
222
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
212
|
+
* 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.
|
|
223
213
|
*/
|
|
224
214
|
projectVpcId?: pulumi.Input<string>;
|
|
225
215
|
/**
|
|
226
|
-
*
|
|
216
|
+
* The hostname of the service.
|
|
227
217
|
*/
|
|
228
218
|
serviceHost?: pulumi.Input<string>;
|
|
229
219
|
/**
|
|
@@ -231,17 +221,15 @@ export interface KafkaConnectState {
|
|
|
231
221
|
*/
|
|
232
222
|
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.KafkaConnectServiceIntegration>[]>;
|
|
233
223
|
/**
|
|
234
|
-
*
|
|
235
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
236
|
-
* intended service usage rather than current attributes.
|
|
224
|
+
* 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.
|
|
237
225
|
*/
|
|
238
226
|
serviceName?: pulumi.Input<string>;
|
|
239
227
|
/**
|
|
240
|
-
* Password used for connecting to the
|
|
228
|
+
* Password used for connecting to the service, if applicable
|
|
241
229
|
*/
|
|
242
230
|
servicePassword?: pulumi.Input<string>;
|
|
243
231
|
/**
|
|
244
|
-
*
|
|
232
|
+
* The port of the service
|
|
245
233
|
*/
|
|
246
234
|
servicePort?: pulumi.Input<number>;
|
|
247
235
|
/**
|
|
@@ -249,23 +237,23 @@ export interface KafkaConnectState {
|
|
|
249
237
|
*/
|
|
250
238
|
serviceType?: pulumi.Input<string>;
|
|
251
239
|
/**
|
|
252
|
-
* URI for connecting to the
|
|
240
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
253
241
|
*/
|
|
254
242
|
serviceUri?: pulumi.Input<string>;
|
|
255
243
|
/**
|
|
256
|
-
* Username used for connecting to the
|
|
244
|
+
* Username used for connecting to the service, if applicable
|
|
257
245
|
*/
|
|
258
246
|
serviceUsername?: pulumi.Input<string>;
|
|
259
247
|
/**
|
|
260
|
-
* Service state.
|
|
248
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
261
249
|
*/
|
|
262
250
|
state?: pulumi.Input<string>;
|
|
263
251
|
/**
|
|
264
|
-
*
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
* deletion is done.
|
|
252
|
+
* 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
|
|
253
|
+
*/
|
|
254
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
255
|
+
/**
|
|
256
|
+
* 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.
|
|
269
257
|
*/
|
|
270
258
|
terminationProtection?: pulumi.Input<boolean>;
|
|
271
259
|
}
|
|
@@ -274,58 +262,35 @@ export interface KafkaConnectState {
|
|
|
274
262
|
*/
|
|
275
263
|
export interface KafkaConnectArgs {
|
|
276
264
|
/**
|
|
277
|
-
*
|
|
278
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
279
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
280
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
281
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
282
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
283
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
265
|
+
* 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).
|
|
284
266
|
*/
|
|
285
267
|
cloudName?: pulumi.Input<string>;
|
|
286
268
|
/**
|
|
287
|
-
*
|
|
288
|
-
* service nodes that are in a project VPC or another type of private network.
|
|
269
|
+
* 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.
|
|
289
270
|
*/
|
|
290
|
-
|
|
271
|
+
diskSpace?: pulumi.Input<string>;
|
|
291
272
|
/**
|
|
292
|
-
*
|
|
293
|
-
* The following configuration options available:
|
|
273
|
+
* Kafka*connect user configurable settings
|
|
294
274
|
*/
|
|
295
275
|
kafkaConnectUserConfig?: pulumi.Input<inputs.KafkaConnectKafkaConnectUserConfig>;
|
|
296
276
|
/**
|
|
297
|
-
*
|
|
298
|
-
* On monday, tuesday, wednesday, etc.
|
|
277
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
299
278
|
*/
|
|
300
279
|
maintenanceWindowDow?: pulumi.Input<string>;
|
|
301
280
|
/**
|
|
302
|
-
*
|
|
303
|
-
* UTC time in HH:mm:ss format.
|
|
281
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
304
282
|
*/
|
|
305
283
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
306
284
|
/**
|
|
307
|
-
*
|
|
308
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
309
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
310
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
311
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
312
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
313
|
-
* 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).
|
|
285
|
+
* 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).
|
|
314
286
|
*/
|
|
315
287
|
plan?: pulumi.Input<string>;
|
|
316
288
|
/**
|
|
317
|
-
*
|
|
318
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
319
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
289
|
+
* 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.
|
|
320
290
|
*/
|
|
321
291
|
project: pulumi.Input<string>;
|
|
322
292
|
/**
|
|
323
|
-
*
|
|
324
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
325
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
326
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
327
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
328
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
293
|
+
* 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.
|
|
329
294
|
*/
|
|
330
295
|
projectVpcId?: pulumi.Input<string>;
|
|
331
296
|
/**
|
|
@@ -333,17 +298,15 @@ export interface KafkaConnectArgs {
|
|
|
333
298
|
*/
|
|
334
299
|
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.KafkaConnectServiceIntegration>[]>;
|
|
335
300
|
/**
|
|
336
|
-
*
|
|
337
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
338
|
-
* intended service usage rather than current attributes.
|
|
301
|
+
* 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.
|
|
339
302
|
*/
|
|
340
303
|
serviceName: pulumi.Input<string>;
|
|
341
304
|
/**
|
|
342
|
-
*
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
* deletion is done.
|
|
305
|
+
* Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
306
|
+
*/
|
|
307
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
308
|
+
/**
|
|
309
|
+
* 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.
|
|
347
310
|
*/
|
|
348
311
|
terminationProtection?: pulumi.Input<boolean>;
|
|
349
312
|
}
|
package/kafkaConnect.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.KafkaConnect = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Kafka Connect Resource
|
|
10
|
-
*
|
|
11
9
|
* The Kafka Connect resource allows the creation and management of Aiven Kafka Connect services.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -42,8 +40,13 @@ class KafkaConnect extends pulumi.CustomResource {
|
|
|
42
40
|
const state = argsOrState;
|
|
43
41
|
resourceInputs["cloudName"] = state ? state.cloudName : undefined;
|
|
44
42
|
resourceInputs["components"] = state ? state.components : undefined;
|
|
45
|
-
resourceInputs["
|
|
43
|
+
resourceInputs["diskSpace"] = state ? state.diskSpace : undefined;
|
|
44
|
+
resourceInputs["diskSpaceCap"] = state ? state.diskSpaceCap : undefined;
|
|
45
|
+
resourceInputs["diskSpaceDefault"] = state ? state.diskSpaceDefault : undefined;
|
|
46
|
+
resourceInputs["diskSpaceStep"] = state ? state.diskSpaceStep : undefined;
|
|
47
|
+
resourceInputs["diskSpaceUsed"] = state ? state.diskSpaceUsed : undefined;
|
|
46
48
|
resourceInputs["kafkaConnectUserConfig"] = state ? state.kafkaConnectUserConfig : undefined;
|
|
49
|
+
resourceInputs["kafkaConnects"] = state ? state.kafkaConnects : undefined;
|
|
47
50
|
resourceInputs["maintenanceWindowDow"] = state ? state.maintenanceWindowDow : undefined;
|
|
48
51
|
resourceInputs["maintenanceWindowTime"] = state ? state.maintenanceWindowTime : undefined;
|
|
49
52
|
resourceInputs["plan"] = state ? state.plan : undefined;
|
|
@@ -58,6 +61,7 @@ class KafkaConnect extends pulumi.CustomResource {
|
|
|
58
61
|
resourceInputs["serviceUri"] = state ? state.serviceUri : undefined;
|
|
59
62
|
resourceInputs["serviceUsername"] = state ? state.serviceUsername : undefined;
|
|
60
63
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
64
|
+
resourceInputs["staticIps"] = state ? state.staticIps : undefined;
|
|
61
65
|
resourceInputs["terminationProtection"] = state ? state.terminationProtection : undefined;
|
|
62
66
|
}
|
|
63
67
|
else {
|
|
@@ -69,7 +73,7 @@ class KafkaConnect extends pulumi.CustomResource {
|
|
|
69
73
|
throw new Error("Missing required property 'serviceName'");
|
|
70
74
|
}
|
|
71
75
|
resourceInputs["cloudName"] = args ? args.cloudName : undefined;
|
|
72
|
-
resourceInputs["
|
|
76
|
+
resourceInputs["diskSpace"] = args ? args.diskSpace : undefined;
|
|
73
77
|
resourceInputs["kafkaConnectUserConfig"] = args ? args.kafkaConnectUserConfig : undefined;
|
|
74
78
|
resourceInputs["maintenanceWindowDow"] = args ? args.maintenanceWindowDow : undefined;
|
|
75
79
|
resourceInputs["maintenanceWindowTime"] = args ? args.maintenanceWindowTime : undefined;
|
|
@@ -78,8 +82,14 @@ class KafkaConnect extends pulumi.CustomResource {
|
|
|
78
82
|
resourceInputs["projectVpcId"] = args ? args.projectVpcId : undefined;
|
|
79
83
|
resourceInputs["serviceIntegrations"] = args ? args.serviceIntegrations : undefined;
|
|
80
84
|
resourceInputs["serviceName"] = args ? args.serviceName : undefined;
|
|
85
|
+
resourceInputs["staticIps"] = args ? args.staticIps : undefined;
|
|
81
86
|
resourceInputs["terminationProtection"] = args ? args.terminationProtection : undefined;
|
|
82
87
|
resourceInputs["components"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["diskSpaceCap"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["diskSpaceDefault"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["diskSpaceStep"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["diskSpaceUsed"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["kafkaConnects"] = undefined /*out*/;
|
|
83
93
|
resourceInputs["serviceHost"] = undefined /*out*/;
|
|
84
94
|
resourceInputs["servicePassword"] = undefined /*out*/;
|
|
85
95
|
resourceInputs["servicePort"] = undefined /*out*/;
|
package/kafkaConnect.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kafkaConnect.js","sourceRoot":"","sources":["../kafkaConnect.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"kafkaConnect.js","sourceRoot":"","sources":["../kafkaConnect.ts"],"names":[],"mappings":"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"}
|