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