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