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