@pulumi/aiven 6.43.0 → 6.43.1-alpha.1759289747
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/kafkaConnect.d.ts +1 -1
- package/kafkaConnect.js +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +2 -2
package/kafkaConnect.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import * as outputs from "./types/output";
|
|
|
23
23
|
* project: exampleProject.project,
|
|
24
24
|
* serviceName: "example-kafka-service",
|
|
25
25
|
* cloudName: "google-europe-west1",
|
|
26
|
-
* plan: "startup-
|
|
26
|
+
* plan: "startup-4",
|
|
27
27
|
* });
|
|
28
28
|
* // Create a Kafka Connect service.
|
|
29
29
|
* const exampleKafkaConnect = new aiven.KafkaConnect("example_kafka_connect", {
|
package/kafkaConnect.js
CHANGED
|
@@ -27,7 +27,7 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* project: exampleProject.project,
|
|
28
28
|
* serviceName: "example-kafka-service",
|
|
29
29
|
* cloudName: "google-europe-west1",
|
|
30
|
-
* plan: "startup-
|
|
30
|
+
* plan: "startup-4",
|
|
31
31
|
* });
|
|
32
32
|
* // Create a Kafka Connect service.
|
|
33
33
|
* const exampleKafkaConnect = new aiven.KafkaConnect("example_kafka_connect", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aiven",
|
|
3
|
-
"version": "6.43.
|
|
3
|
+
"version": "6.43.1-alpha.1759289747",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Aiven cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "aiven",
|
|
26
|
-
"version": "6.43.
|
|
26
|
+
"version": "6.43.1-alpha.1759289747"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -6350,7 +6350,7 @@ export interface PgPgUserConfig {
|
|
|
6350
6350
|
*/
|
|
6351
6351
|
pgStatMonitorEnable?: pulumi.Input<boolean>;
|
|
6352
6352
|
/**
|
|
6353
|
-
* Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
6353
|
+
* Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, and newer. PostgreSQL major version.
|
|
6354
6354
|
*/
|
|
6355
6355
|
pgVersion?: pulumi.Input<string>;
|
|
6356
6356
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -7676,7 +7676,7 @@ export interface GetPgPgUserConfig {
|
|
|
7676
7676
|
*/
|
|
7677
7677
|
pgStatMonitorEnable?: boolean;
|
|
7678
7678
|
/**
|
|
7679
|
-
* Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
7679
|
+
* Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, and newer. PostgreSQL major version.
|
|
7680
7680
|
*/
|
|
7681
7681
|
pgVersion?: string;
|
|
7682
7682
|
/**
|
|
@@ -14589,7 +14589,7 @@ export interface PgPgUserConfig {
|
|
|
14589
14589
|
*/
|
|
14590
14590
|
pgStatMonitorEnable?: boolean;
|
|
14591
14591
|
/**
|
|
14592
|
-
* Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
14592
|
+
* Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, and newer. PostgreSQL major version.
|
|
14593
14593
|
*/
|
|
14594
14594
|
pgVersion?: string;
|
|
14595
14595
|
/**
|