@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/connectionPool.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Connection Pool Resource
|
|
4
|
-
*
|
|
5
3
|
* The Connection Pool resource allows the creation and management of Aiven Connection Pools.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -18,8 +16,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
16
|
* poolName: "mypool",
|
|
19
17
|
* poolSize: 10,
|
|
20
18
|
* username: aiven_service_user.myserviceuser.username,
|
|
21
|
-
* }, {
|
|
22
|
-
* dependsOn: [aiven_database.mydatabase],
|
|
23
19
|
* });
|
|
24
20
|
* ```
|
|
25
21
|
*/
|
|
@@ -40,44 +36,35 @@ export declare class ConnectionPool extends pulumi.CustomResource {
|
|
|
40
36
|
*/
|
|
41
37
|
static isInstance(obj: any): obj is ConnectionPool;
|
|
42
38
|
/**
|
|
43
|
-
*
|
|
44
|
-
* This value cannot be set, only read.
|
|
39
|
+
* The URI for connecting to the pool
|
|
45
40
|
*/
|
|
46
41
|
readonly connectionUri: pulumi.Output<string>;
|
|
47
42
|
/**
|
|
48
|
-
*
|
|
49
|
-
* defined using reference as shown above to set up dependencies correctly.
|
|
43
|
+
* The name of the database the pool connects 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.
|
|
50
44
|
*/
|
|
51
45
|
readonly databaseName: pulumi.Output<string>;
|
|
52
46
|
/**
|
|
53
|
-
*
|
|
54
|
-
* default value for this is `transaction`.
|
|
47
|
+
* The mode the pool operates in The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
|
|
55
48
|
*/
|
|
56
49
|
readonly poolMode: pulumi.Output<string | undefined>;
|
|
57
50
|
/**
|
|
58
|
-
*
|
|
51
|
+
* The name of the created pool. This property cannot be changed, doing so forces recreation of the resource.
|
|
59
52
|
*/
|
|
60
53
|
readonly poolName: pulumi.Output<string>;
|
|
61
54
|
/**
|
|
62
|
-
*
|
|
63
|
-
* server. This does not affect the number of incoming connections, which is always a much
|
|
64
|
-
* larger number. The default value for this is 10.
|
|
55
|
+
* The number of connections the pool may create towards the backend server. This does not affect the number of incoming connections, which is always a much larger number. The default value is `10`.
|
|
65
56
|
*/
|
|
66
57
|
readonly poolSize: pulumi.Output<number | undefined>;
|
|
67
58
|
/**
|
|
68
|
-
*
|
|
69
|
-
* belongs to. They should be defined using reference as shown above to set up dependencies
|
|
70
|
-
* correctly. These properties cannot be changed once the service is created. Doing so will
|
|
71
|
-
* result in the connection pool being deleted and new one created instead.
|
|
59
|
+
* 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.
|
|
72
60
|
*/
|
|
73
61
|
readonly project: pulumi.Output<string>;
|
|
74
62
|
/**
|
|
75
|
-
*
|
|
63
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
76
64
|
*/
|
|
77
65
|
readonly serviceName: pulumi.Output<string>;
|
|
78
66
|
/**
|
|
79
|
-
*
|
|
80
|
-
* be defined using reference as shown above to set up dependencies correctly.
|
|
67
|
+
* The name of the service user used to connect to the database. To set up proper dependencies please refer to this variable as a reference.
|
|
81
68
|
*/
|
|
82
69
|
readonly username: pulumi.Output<string | undefined>;
|
|
83
70
|
/**
|
|
@@ -94,44 +81,35 @@ export declare class ConnectionPool extends pulumi.CustomResource {
|
|
|
94
81
|
*/
|
|
95
82
|
export interface ConnectionPoolState {
|
|
96
83
|
/**
|
|
97
|
-
*
|
|
98
|
-
* This value cannot be set, only read.
|
|
84
|
+
* The URI for connecting to the pool
|
|
99
85
|
*/
|
|
100
86
|
connectionUri?: pulumi.Input<string>;
|
|
101
87
|
/**
|
|
102
|
-
*
|
|
103
|
-
* defined using reference as shown above to set up dependencies correctly.
|
|
88
|
+
* The name of the database the pool connects 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.
|
|
104
89
|
*/
|
|
105
90
|
databaseName?: pulumi.Input<string>;
|
|
106
91
|
/**
|
|
107
|
-
*
|
|
108
|
-
* default value for this is `transaction`.
|
|
92
|
+
* The mode the pool operates in The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
|
|
109
93
|
*/
|
|
110
94
|
poolMode?: pulumi.Input<string>;
|
|
111
95
|
/**
|
|
112
|
-
*
|
|
96
|
+
* The name of the created pool. This property cannot be changed, doing so forces recreation of the resource.
|
|
113
97
|
*/
|
|
114
98
|
poolName?: pulumi.Input<string>;
|
|
115
99
|
/**
|
|
116
|
-
*
|
|
117
|
-
* server. This does not affect the number of incoming connections, which is always a much
|
|
118
|
-
* larger number. The default value for this is 10.
|
|
100
|
+
* The number of connections the pool may create towards the backend server. This does not affect the number of incoming connections, which is always a much larger number. The default value is `10`.
|
|
119
101
|
*/
|
|
120
102
|
poolSize?: pulumi.Input<number>;
|
|
121
103
|
/**
|
|
122
|
-
*
|
|
123
|
-
* belongs to. They should be defined using reference as shown above to set up dependencies
|
|
124
|
-
* correctly. These properties cannot be changed once the service is created. Doing so will
|
|
125
|
-
* result in the connection pool being deleted and new one created instead.
|
|
104
|
+
* 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.
|
|
126
105
|
*/
|
|
127
106
|
project?: pulumi.Input<string>;
|
|
128
107
|
/**
|
|
129
|
-
*
|
|
108
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
130
109
|
*/
|
|
131
110
|
serviceName?: pulumi.Input<string>;
|
|
132
111
|
/**
|
|
133
|
-
*
|
|
134
|
-
* be defined using reference as shown above to set up dependencies correctly.
|
|
112
|
+
* The name of the service user used to connect to the database. To set up proper dependencies please refer to this variable as a reference.
|
|
135
113
|
*/
|
|
136
114
|
username?: pulumi.Input<string>;
|
|
137
115
|
}
|
|
@@ -140,39 +118,31 @@ export interface ConnectionPoolState {
|
|
|
140
118
|
*/
|
|
141
119
|
export interface ConnectionPoolArgs {
|
|
142
120
|
/**
|
|
143
|
-
*
|
|
144
|
-
* defined using reference as shown above to set up dependencies correctly.
|
|
121
|
+
* The name of the database the pool connects 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.
|
|
145
122
|
*/
|
|
146
123
|
databaseName: pulumi.Input<string>;
|
|
147
124
|
/**
|
|
148
|
-
*
|
|
149
|
-
* default value for this is `transaction`.
|
|
125
|
+
* The mode the pool operates in The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
|
|
150
126
|
*/
|
|
151
127
|
poolMode?: pulumi.Input<string>;
|
|
152
128
|
/**
|
|
153
|
-
*
|
|
129
|
+
* The name of the created pool. This property cannot be changed, doing so forces recreation of the resource.
|
|
154
130
|
*/
|
|
155
131
|
poolName: pulumi.Input<string>;
|
|
156
132
|
/**
|
|
157
|
-
*
|
|
158
|
-
* server. This does not affect the number of incoming connections, which is always a much
|
|
159
|
-
* larger number. The default value for this is 10.
|
|
133
|
+
* The number of connections the pool may create towards the backend server. This does not affect the number of incoming connections, which is always a much larger number. The default value is `10`.
|
|
160
134
|
*/
|
|
161
135
|
poolSize?: pulumi.Input<number>;
|
|
162
136
|
/**
|
|
163
|
-
*
|
|
164
|
-
* belongs to. They should be defined using reference as shown above to set up dependencies
|
|
165
|
-
* correctly. These properties cannot be changed once the service is created. Doing so will
|
|
166
|
-
* result in the connection pool being deleted and new one created instead.
|
|
137
|
+
* 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.
|
|
167
138
|
*/
|
|
168
139
|
project: pulumi.Input<string>;
|
|
169
140
|
/**
|
|
170
|
-
*
|
|
141
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
171
142
|
*/
|
|
172
143
|
serviceName: pulumi.Input<string>;
|
|
173
144
|
/**
|
|
174
|
-
*
|
|
175
|
-
* be defined using reference as shown above to set up dependencies correctly.
|
|
145
|
+
* The name of the service user used to connect to the database. To set up proper dependencies please refer to this variable as a reference.
|
|
176
146
|
*/
|
|
177
147
|
username?: pulumi.Input<string>;
|
|
178
148
|
}
|
package/connectionPool.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.ConnectionPool = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Connection Pool Resource
|
|
10
|
-
*
|
|
11
9
|
* The Connection Pool resource allows the creation and management of Aiven Connection Pools.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -24,8 +22,6 @@ const utilities = require("./utilities");
|
|
|
24
22
|
* poolName: "mypool",
|
|
25
23
|
* poolSize: 10,
|
|
26
24
|
* username: aiven_service_user.myserviceuser.username,
|
|
27
|
-
* }, {
|
|
28
|
-
* dependsOn: [aiven_database.mydatabase],
|
|
29
25
|
* });
|
|
30
26
|
* ```
|
|
31
27
|
*/
|
package/connectionPool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectionPool.js","sourceRoot":"","sources":["../connectionPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"connectionPool.js","sourceRoot":"","sources":["../connectionPool.ts"],"names":[],"mappings":"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"}
|
package/database.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Database Resource
|
|
4
|
-
*
|
|
5
3
|
* The Database resource allows the creation and management of Aiven Databases.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -34,29 +32,28 @@ export declare class Database extends pulumi.CustomResource {
|
|
|
34
32
|
*/
|
|
35
33
|
static isInstance(obj: any): obj is Database;
|
|
36
34
|
/**
|
|
37
|
-
*
|
|
35
|
+
* The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
|
|
38
36
|
*/
|
|
39
37
|
readonly databaseName: pulumi.Output<string>;
|
|
40
38
|
/**
|
|
41
|
-
*
|
|
39
|
+
* Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. This property cannot be changed, doing so forces recreation of the resource.
|
|
42
40
|
*/
|
|
43
41
|
readonly lcCollate: pulumi.Output<string | undefined>;
|
|
44
42
|
/**
|
|
45
|
-
*
|
|
43
|
+
* Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. This property cannot be changed, doing so forces recreation of the resource.
|
|
46
44
|
*/
|
|
47
45
|
readonly lcCtype: pulumi.Output<string | undefined>;
|
|
48
46
|
/**
|
|
49
|
-
*
|
|
50
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
47
|
+
* 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.
|
|
51
48
|
*/
|
|
52
49
|
readonly project: pulumi.Output<string>;
|
|
53
50
|
/**
|
|
54
|
-
*
|
|
51
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
55
52
|
*/
|
|
56
53
|
readonly serviceName: pulumi.Output<string>;
|
|
57
54
|
/**
|
|
58
55
|
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
59
|
-
* recommended to enable this for any production databases containing critical data.
|
|
56
|
+
* recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
60
57
|
*/
|
|
61
58
|
readonly terminationProtection: pulumi.Output<boolean | undefined>;
|
|
62
59
|
/**
|
|
@@ -73,29 +70,28 @@ export declare class Database extends pulumi.CustomResource {
|
|
|
73
70
|
*/
|
|
74
71
|
export interface DatabaseState {
|
|
75
72
|
/**
|
|
76
|
-
*
|
|
73
|
+
* The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
|
|
77
74
|
*/
|
|
78
75
|
databaseName?: pulumi.Input<string>;
|
|
79
76
|
/**
|
|
80
|
-
*
|
|
77
|
+
* Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. This property cannot be changed, doing so forces recreation of the resource.
|
|
81
78
|
*/
|
|
82
79
|
lcCollate?: pulumi.Input<string>;
|
|
83
80
|
/**
|
|
84
|
-
*
|
|
81
|
+
* Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. This property cannot be changed, doing so forces recreation of the resource.
|
|
85
82
|
*/
|
|
86
83
|
lcCtype?: pulumi.Input<string>;
|
|
87
84
|
/**
|
|
88
|
-
*
|
|
89
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
85
|
+
* 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.
|
|
90
86
|
*/
|
|
91
87
|
project?: pulumi.Input<string>;
|
|
92
88
|
/**
|
|
93
|
-
*
|
|
89
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
94
90
|
*/
|
|
95
91
|
serviceName?: pulumi.Input<string>;
|
|
96
92
|
/**
|
|
97
93
|
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
98
|
-
* recommended to enable this for any production databases containing critical data.
|
|
94
|
+
* recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
99
95
|
*/
|
|
100
96
|
terminationProtection?: pulumi.Input<boolean>;
|
|
101
97
|
}
|
|
@@ -104,29 +100,28 @@ export interface DatabaseState {
|
|
|
104
100
|
*/
|
|
105
101
|
export interface DatabaseArgs {
|
|
106
102
|
/**
|
|
107
|
-
*
|
|
103
|
+
* The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
|
|
108
104
|
*/
|
|
109
105
|
databaseName: pulumi.Input<string>;
|
|
110
106
|
/**
|
|
111
|
-
*
|
|
107
|
+
* Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. This property cannot be changed, doing so forces recreation of the resource.
|
|
112
108
|
*/
|
|
113
109
|
lcCollate?: pulumi.Input<string>;
|
|
114
110
|
/**
|
|
115
|
-
*
|
|
111
|
+
* Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. This property cannot be changed, doing so forces recreation of the resource.
|
|
116
112
|
*/
|
|
117
113
|
lcCtype?: pulumi.Input<string>;
|
|
118
114
|
/**
|
|
119
|
-
*
|
|
120
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
115
|
+
* 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.
|
|
121
116
|
*/
|
|
122
117
|
project: pulumi.Input<string>;
|
|
123
118
|
/**
|
|
124
|
-
*
|
|
119
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
125
120
|
*/
|
|
126
121
|
serviceName: pulumi.Input<string>;
|
|
127
122
|
/**
|
|
128
123
|
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
129
|
-
* recommended to enable this for any production databases containing critical data.
|
|
124
|
+
* recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
130
125
|
*/
|
|
131
126
|
terminationProtection?: pulumi.Input<boolean>;
|
|
132
127
|
}
|
package/database.js
CHANGED
package/database.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database.js","sourceRoot":"","sources":["../database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"database.js","sourceRoot":"","sources":["../database.ts"],"names":[],"mappings":"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"}
|