@pulumi/aiven 6.52.0-alpha.1776750470 → 6.52.0
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/accountTeamProject.d.ts +3 -3
- package/billingGroup.d.ts +3 -3
- package/clickhouseUser.d.ts +29 -24
- package/clickhouseUser.js +4 -2
- package/clickhouseUser.js.map +1 -1
- package/cmk.d.ts +3 -3
- package/connectionPool.d.ts +32 -27
- package/connectionPool.js +4 -2
- package/connectionPool.js.map +1 -1
- package/flinkApplicationDeployment.d.ts +6 -6
- package/getAccountTeamProject.d.ts +1 -1
- package/getClickhouseUser.d.ts +30 -17
- package/getClickhouseUser.js +6 -2
- package/getClickhouseUser.js.map +1 -1
- package/getConnectionPool.d.ts +20 -15
- package/getConnectionPool.js +2 -0
- package/getConnectionPool.js.map +1 -1
- package/getOpensearchSecurityPluginConfig.d.ts +16 -11
- package/getOpensearchSecurityPluginConfig.js +2 -0
- package/getOpensearchSecurityPluginConfig.js.map +1 -1
- package/getOpensearchUser.d.ts +17 -12
- package/getOpensearchUser.js +2 -0
- package/getOpensearchUser.js.map +1 -1
- package/getProjectUser.d.ts +1 -1
- package/getServiceIntegration.d.ts +3 -3
- package/getServiceIntegrationEndpoint.d.ts +5 -1
- package/getServiceIntegrationEndpoint.js.map +1 -1
- package/getServicePlan.d.ts +4 -0
- package/getServicePlan.js.map +1 -1
- package/index.d.ts +0 -54
- package/index.js +5 -78
- package/index.js.map +1 -1
- package/mysqlUser.d.ts +6 -6
- package/opensearchSecurityPluginConfig.d.ts +22 -22
- package/opensearchSecurityPluginConfig.js +4 -7
- package/opensearchSecurityPluginConfig.js.map +1 -1
- package/opensearchUser.d.ts +27 -22
- package/opensearchUser.js +4 -2
- package/opensearchUser.js.map +1 -1
- package/organizationAddress.d.ts +3 -3
- package/organizationBillingGroup.d.ts +3 -3
- package/organizationGroupProject.d.ts +3 -3
- package/organizationProject.d.ts +3 -3
- package/package.json +2 -2
- package/pgDatabase.d.ts +6 -6
- package/pgUser.d.ts +7 -15
- package/pgUser.js +1 -9
- package/pgUser.js.map +1 -1
- package/projectUser.d.ts +3 -3
- package/serviceIntegration.d.ts +3 -3
- package/serviceIntegrationEndpoint.d.ts +15 -3
- package/serviceIntegrationEndpoint.js +2 -0
- package/serviceIntegrationEndpoint.js.map +1 -1
- package/staticIp.d.ts +37 -14
- package/staticIp.js +10 -0
- package/staticIp.js.map +1 -1
- package/types/input.d.ts +2523 -3577
- package/types/output.d.ts +5907 -8243
- package/alloydbomni.d.ts +0 -352
- package/alloydbomni.js +0 -118
- package/alloydbomni.js.map +0 -1
- package/alloydbomniDatabase.d.ts +0 -96
- package/alloydbomniDatabase.js +0 -66
- package/alloydbomniDatabase.js.map +0 -1
- package/alloydbomniUser.d.ts +0 -147
- package/alloydbomniUser.js +0 -78
- package/alloydbomniUser.js.map +0 -1
- package/getAlloydbomni.d.ts +0 -57
- package/getAlloydbomni.js +0 -24
- package/getAlloydbomni.js.map +0 -1
- package/getAlloydbomniDatabase.d.ts +0 -33
- package/getAlloydbomniDatabase.js +0 -26
- package/getAlloydbomniDatabase.js.map +0 -1
- package/getAlloydbomniUser.d.ts +0 -36
- package/getAlloydbomniUser.js +0 -26
- package/getAlloydbomniUser.js.map +0 -1
- package/getInfluxDb.d.ts +0 -56
- package/getInfluxDb.js +0 -24
- package/getInfluxDb.js.map +0 -1
- package/getInfluxdbDatabase.d.ts +0 -32
- package/getInfluxdbDatabase.js +0 -26
- package/getInfluxdbDatabase.js.map +0 -1
- package/getInfluxdbUser.d.ts +0 -35
- package/getInfluxdbUser.js +0 -26
- package/getInfluxdbUser.js.map +0 -1
- package/getM3Aggregator.d.ts +0 -56
- package/getM3Aggregator.js +0 -24
- package/getM3Aggregator.js.map +0 -1
- package/getM3Db.d.ts +0 -56
- package/getM3Db.js +0 -24
- package/getM3Db.js.map +0 -1
- package/getM3dbUser.d.ts +0 -33
- package/getM3dbUser.js +0 -26
- package/getM3dbUser.js.map +0 -1
- package/influxDb.d.ts +0 -340
- package/influxDb.js +0 -116
- package/influxDb.js.map +0 -1
- package/influxdbDatabase.d.ts +0 -84
- package/influxdbDatabase.js +0 -64
- package/influxdbDatabase.js.map +0 -1
- package/influxdbUser.d.ts +0 -108
- package/influxdbUser.js +0 -72
- package/influxdbUser.js.map +0 -1
- package/m3aggregator.d.ts +0 -340
- package/m3aggregator.js +0 -116
- package/m3aggregator.js.map +0 -1
- package/m3db.d.ts +0 -340
- package/m3db.js +0 -116
- package/m3db.js.map +0 -1
- package/m3dbUser.d.ts +0 -92
- package/m3dbUser.js +0 -68
- package/m3dbUser.js.map +0 -1
package/accountTeamProject.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export declare class AccountTeamProject extends pulumi.CustomResource {
|
|
|
67
67
|
*/
|
|
68
68
|
readonly teamId: pulumi.Output<string>;
|
|
69
69
|
/**
|
|
70
|
-
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
70
|
+
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:metrics:read`, `service:secrets:read` and `service:users:write`.
|
|
71
71
|
*/
|
|
72
72
|
readonly teamType: pulumi.Output<string | undefined>;
|
|
73
73
|
/**
|
|
@@ -96,7 +96,7 @@ export interface AccountTeamProjectState {
|
|
|
96
96
|
*/
|
|
97
97
|
teamId?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
99
|
-
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
99
|
+
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:metrics:read`, `service:secrets:read` and `service:users:write`.
|
|
100
100
|
*/
|
|
101
101
|
teamType?: pulumi.Input<string>;
|
|
102
102
|
}
|
|
@@ -117,7 +117,7 @@ export interface AccountTeamProjectArgs {
|
|
|
117
117
|
*/
|
|
118
118
|
teamId: pulumi.Input<string>;
|
|
119
119
|
/**
|
|
120
|
-
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
120
|
+
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:metrics:read`, `service:secrets:read` and `service:users:write`.
|
|
121
121
|
*/
|
|
122
122
|
teamType?: pulumi.Input<string>;
|
|
123
123
|
}
|
package/billingGroup.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class BillingGroup extends pulumi.CustomResource {
|
|
|
87
87
|
*/
|
|
88
88
|
readonly company: pulumi.Output<string>;
|
|
89
89
|
/**
|
|
90
|
-
* Billing group ID.
|
|
90
|
+
* Billing group ID. Length must be exactly `36`. Changing this property forces recreation of the resource.
|
|
91
91
|
*/
|
|
92
92
|
readonly copyFromBillingGroup: pulumi.Output<string | undefined>;
|
|
93
93
|
/**
|
|
@@ -171,7 +171,7 @@ export interface BillingGroupState {
|
|
|
171
171
|
*/
|
|
172
172
|
company?: pulumi.Input<string>;
|
|
173
173
|
/**
|
|
174
|
-
* Billing group ID.
|
|
174
|
+
* Billing group ID. Length must be exactly `36`. Changing this property forces recreation of the resource.
|
|
175
175
|
*/
|
|
176
176
|
copyFromBillingGroup?: pulumi.Input<string>;
|
|
177
177
|
/**
|
|
@@ -243,7 +243,7 @@ export interface BillingGroupArgs {
|
|
|
243
243
|
*/
|
|
244
244
|
company?: pulumi.Input<string>;
|
|
245
245
|
/**
|
|
246
|
-
* Billing group ID.
|
|
246
|
+
* Billing group ID. Length must be exactly `36`. Changing this property forces recreation of the resource.
|
|
247
247
|
*/
|
|
248
248
|
copyFromBillingGroup?: pulumi.Input<string>;
|
|
249
249
|
/**
|
package/clickhouseUser.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
|
-
* Creates and manages
|
|
5
|
+
* Creates and manages an Aiven for ClickHouse user. If this resource is missing (for example, after a service power off), it's removed from the state and a new create plan is generated.
|
|
4
6
|
*
|
|
5
7
|
* ## Example Usage
|
|
6
8
|
*
|
|
@@ -18,7 +20,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
20
|
* ## Import
|
|
19
21
|
*
|
|
20
22
|
* ```sh
|
|
21
|
-
*
|
|
23
|
+
* $ pulumi import aiven:index/clickhouseUser:ClickhouseUser example PROJECT/SERVICE_NAME/UUID
|
|
22
24
|
* ```
|
|
23
25
|
*/
|
|
24
26
|
export declare class ClickhouseUser extends pulumi.CustomResource {
|
|
@@ -38,36 +40,37 @@ export declare class ClickhouseUser extends pulumi.CustomResource {
|
|
|
38
40
|
*/
|
|
39
41
|
static isInstance(obj: any): obj is ClickhouseUser;
|
|
40
42
|
/**
|
|
41
|
-
* The password of the service user (auto-generated if not provided).
|
|
43
|
+
* The password of the service user (auto-generated if not provided). The field conflicts with `passwordWo`. Length must be between `8` and `256`.
|
|
42
44
|
*/
|
|
43
45
|
readonly password: pulumi.Output<string>;
|
|
44
46
|
/**
|
|
45
47
|
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
46
|
-
* The password of the service user (write-only, not stored in state).
|
|
48
|
+
* The password of the service user (write-only, not stored in state). The field is required with `passwordWoVersion`. The field conflicts with `password`. Length must be between `8` and `256`.
|
|
47
49
|
*/
|
|
48
50
|
readonly passwordWo: pulumi.Output<string | undefined>;
|
|
49
51
|
/**
|
|
50
|
-
* Version number for `passwordWo`. Increment this to rotate the password.
|
|
52
|
+
* Version number for `passwordWo`. Increment this to rotate the password. The field is required with `passwordWo`. Minimum value: `1`.
|
|
51
53
|
*/
|
|
52
54
|
readonly passwordWoVersion: pulumi.Output<number | undefined>;
|
|
53
55
|
/**
|
|
54
|
-
*
|
|
56
|
+
* Project name. Changing this property forces recreation of the resource.
|
|
55
57
|
*/
|
|
56
58
|
readonly project: pulumi.Output<string>;
|
|
57
59
|
/**
|
|
58
|
-
*
|
|
60
|
+
* Required user.
|
|
59
61
|
*/
|
|
60
62
|
readonly required: pulumi.Output<boolean>;
|
|
61
63
|
/**
|
|
62
|
-
*
|
|
64
|
+
* Service name. Changing this property forces recreation of the resource.
|
|
63
65
|
*/
|
|
64
66
|
readonly serviceName: pulumi.Output<string>;
|
|
67
|
+
readonly timeouts: pulumi.Output<outputs.ClickhouseUserTimeouts | undefined>;
|
|
65
68
|
/**
|
|
66
|
-
*
|
|
69
|
+
* User name. Maximum length: `64`. Changing this property forces recreation of the resource.
|
|
67
70
|
*/
|
|
68
71
|
readonly username: pulumi.Output<string>;
|
|
69
72
|
/**
|
|
70
|
-
*
|
|
73
|
+
* User identifier.
|
|
71
74
|
*/
|
|
72
75
|
readonly uuid: pulumi.Output<string>;
|
|
73
76
|
/**
|
|
@@ -84,36 +87,37 @@ export declare class ClickhouseUser extends pulumi.CustomResource {
|
|
|
84
87
|
*/
|
|
85
88
|
export interface ClickhouseUserState {
|
|
86
89
|
/**
|
|
87
|
-
* The password of the service user (auto-generated if not provided).
|
|
90
|
+
* The password of the service user (auto-generated if not provided). The field conflicts with `passwordWo`. Length must be between `8` and `256`.
|
|
88
91
|
*/
|
|
89
92
|
password?: pulumi.Input<string>;
|
|
90
93
|
/**
|
|
91
94
|
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
92
|
-
* The password of the service user (write-only, not stored in state).
|
|
95
|
+
* The password of the service user (write-only, not stored in state). The field is required with `passwordWoVersion`. The field conflicts with `password`. Length must be between `8` and `256`.
|
|
93
96
|
*/
|
|
94
97
|
passwordWo?: pulumi.Input<string>;
|
|
95
98
|
/**
|
|
96
|
-
* Version number for `passwordWo`. Increment this to rotate the password.
|
|
99
|
+
* Version number for `passwordWo`. Increment this to rotate the password. The field is required with `passwordWo`. Minimum value: `1`.
|
|
97
100
|
*/
|
|
98
101
|
passwordWoVersion?: pulumi.Input<number>;
|
|
99
102
|
/**
|
|
100
|
-
*
|
|
103
|
+
* Project name. Changing this property forces recreation of the resource.
|
|
101
104
|
*/
|
|
102
105
|
project?: pulumi.Input<string>;
|
|
103
106
|
/**
|
|
104
|
-
*
|
|
107
|
+
* Required user.
|
|
105
108
|
*/
|
|
106
109
|
required?: pulumi.Input<boolean>;
|
|
107
110
|
/**
|
|
108
|
-
*
|
|
111
|
+
* Service name. Changing this property forces recreation of the resource.
|
|
109
112
|
*/
|
|
110
113
|
serviceName?: pulumi.Input<string>;
|
|
114
|
+
timeouts?: pulumi.Input<inputs.ClickhouseUserTimeouts>;
|
|
111
115
|
/**
|
|
112
|
-
*
|
|
116
|
+
* User name. Maximum length: `64`. Changing this property forces recreation of the resource.
|
|
113
117
|
*/
|
|
114
118
|
username?: pulumi.Input<string>;
|
|
115
119
|
/**
|
|
116
|
-
*
|
|
120
|
+
* User identifier.
|
|
117
121
|
*/
|
|
118
122
|
uuid?: pulumi.Input<string>;
|
|
119
123
|
}
|
|
@@ -122,28 +126,29 @@ export interface ClickhouseUserState {
|
|
|
122
126
|
*/
|
|
123
127
|
export interface ClickhouseUserArgs {
|
|
124
128
|
/**
|
|
125
|
-
* The password of the service user (auto-generated if not provided).
|
|
129
|
+
* The password of the service user (auto-generated if not provided). The field conflicts with `passwordWo`. Length must be between `8` and `256`.
|
|
126
130
|
*/
|
|
127
131
|
password?: pulumi.Input<string>;
|
|
128
132
|
/**
|
|
129
133
|
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
130
|
-
* The password of the service user (write-only, not stored in state).
|
|
134
|
+
* The password of the service user (write-only, not stored in state). The field is required with `passwordWoVersion`. The field conflicts with `password`. Length must be between `8` and `256`.
|
|
131
135
|
*/
|
|
132
136
|
passwordWo?: pulumi.Input<string>;
|
|
133
137
|
/**
|
|
134
|
-
* Version number for `passwordWo`. Increment this to rotate the password.
|
|
138
|
+
* Version number for `passwordWo`. Increment this to rotate the password. The field is required with `passwordWo`. Minimum value: `1`.
|
|
135
139
|
*/
|
|
136
140
|
passwordWoVersion?: pulumi.Input<number>;
|
|
137
141
|
/**
|
|
138
|
-
*
|
|
142
|
+
* Project name. Changing this property forces recreation of the resource.
|
|
139
143
|
*/
|
|
140
144
|
project: pulumi.Input<string>;
|
|
141
145
|
/**
|
|
142
|
-
*
|
|
146
|
+
* Service name. Changing this property forces recreation of the resource.
|
|
143
147
|
*/
|
|
144
148
|
serviceName: pulumi.Input<string>;
|
|
149
|
+
timeouts?: pulumi.Input<inputs.ClickhouseUserTimeouts>;
|
|
145
150
|
/**
|
|
146
|
-
*
|
|
151
|
+
* User name. Maximum length: `64`. Changing this property forces recreation of the resource.
|
|
147
152
|
*/
|
|
148
153
|
username: pulumi.Input<string>;
|
|
149
154
|
}
|
package/clickhouseUser.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.ClickhouseUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages
|
|
9
|
+
* Creates and manages an Aiven for ClickHouse user. If this resource is missing (for example, after a service power off), it's removed from the state and a new create plan is generated.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -24,7 +24,7 @@ const utilities = require("./utilities");
|
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
|
-
*
|
|
27
|
+
* $ pulumi import aiven:index/clickhouseUser:ClickhouseUser example PROJECT/SERVICE_NAME/UUID
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
30
|
class ClickhouseUser extends pulumi.CustomResource {
|
|
@@ -61,6 +61,7 @@ class ClickhouseUser extends pulumi.CustomResource {
|
|
|
61
61
|
resourceInputs["project"] = state?.project;
|
|
62
62
|
resourceInputs["required"] = state?.required;
|
|
63
63
|
resourceInputs["serviceName"] = state?.serviceName;
|
|
64
|
+
resourceInputs["timeouts"] = state?.timeouts;
|
|
64
65
|
resourceInputs["username"] = state?.username;
|
|
65
66
|
resourceInputs["uuid"] = state?.uuid;
|
|
66
67
|
}
|
|
@@ -80,6 +81,7 @@ class ClickhouseUser extends pulumi.CustomResource {
|
|
|
80
81
|
resourceInputs["passwordWoVersion"] = args?.passwordWoVersion;
|
|
81
82
|
resourceInputs["project"] = args?.project;
|
|
82
83
|
resourceInputs["serviceName"] = args?.serviceName;
|
|
84
|
+
resourceInputs["timeouts"] = args?.timeouts;
|
|
83
85
|
resourceInputs["username"] = args?.username;
|
|
84
86
|
resourceInputs["required"] = undefined /*out*/;
|
|
85
87
|
resourceInputs["uuid"] = undefined /*out*/;
|
package/clickhouseUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clickhouseUser.js","sourceRoot":"","sources":["../clickhouseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"clickhouseUser.js","sourceRoot":"","sources":["../clickhouseUser.ts"],"names":[],"mappings":"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"}
|
package/cmk.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export declare class Cmk extends pulumi.CustomResource {
|
|
|
67
67
|
*/
|
|
68
68
|
readonly project: pulumi.Output<string>;
|
|
69
69
|
/**
|
|
70
|
-
* The unique identifier for the CMK in the cloud provider's KMS. In AWS, this is the Key ARN; in Google Cloud the Resource Name; and in Oracle Cloud the Key OCID.
|
|
70
|
+
* The unique identifier for the CMK in the cloud provider's KMS. In AWS, this is the Key ARN; in Google Cloud the Resource Name; and in Oracle Cloud the Key OCID. Length must be between `1` and `512`. Changing this property forces recreation of the resource.
|
|
71
71
|
*/
|
|
72
72
|
readonly resource: pulumi.Output<string>;
|
|
73
73
|
/**
|
|
@@ -113,7 +113,7 @@ export interface CmkState {
|
|
|
113
113
|
*/
|
|
114
114
|
project?: pulumi.Input<string>;
|
|
115
115
|
/**
|
|
116
|
-
* The unique identifier for the CMK in the cloud provider's KMS. In AWS, this is the Key ARN; in Google Cloud the Resource Name; and in Oracle Cloud the Key OCID.
|
|
116
|
+
* The unique identifier for the CMK in the cloud provider's KMS. In AWS, this is the Key ARN; in Google Cloud the Resource Name; and in Oracle Cloud the Key OCID. Length must be between `1` and `512`. Changing this property forces recreation of the resource.
|
|
117
117
|
*/
|
|
118
118
|
resource?: pulumi.Input<string>;
|
|
119
119
|
/**
|
|
@@ -143,7 +143,7 @@ export interface CmkArgs {
|
|
|
143
143
|
*/
|
|
144
144
|
project: pulumi.Input<string>;
|
|
145
145
|
/**
|
|
146
|
-
* The unique identifier for the CMK in the cloud provider's KMS. In AWS, this is the Key ARN; in Google Cloud the Resource Name; and in Oracle Cloud the Key OCID.
|
|
146
|
+
* The unique identifier for the CMK in the cloud provider's KMS. In AWS, this is the Key ARN; in Google Cloud the Resource Name; and in Oracle Cloud the Key OCID. Length must be between `1` and `512`. Changing this property forces recreation of the resource.
|
|
147
147
|
*/
|
|
148
148
|
resource: pulumi.Input<string>;
|
|
149
149
|
timeouts?: pulumi.Input<inputs.CmkTimeouts>;
|
package/connectionPool.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
|
-
* Creates and manages a [connection pool](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling) in an Aiven for PostgreSQL® service.
|
|
5
|
+
* Creates and manages a [connection pool](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling) in an Aiven for PostgreSQL® service. If this resource is missing (for example, after a service power off), it's removed from the state and a new create plan is generated.
|
|
4
6
|
*
|
|
5
7
|
* ## Example Usage
|
|
6
8
|
*
|
|
@@ -22,7 +24,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
24
|
* ## Import
|
|
23
25
|
*
|
|
24
26
|
* ```sh
|
|
25
|
-
* $ pulumi import aiven:index/connectionPool:ConnectionPool
|
|
27
|
+
* $ pulumi import aiven:index/connectionPool:ConnectionPool example PROJECT/SERVICE_NAME/POOL_NAME
|
|
26
28
|
* ```
|
|
27
29
|
*/
|
|
28
30
|
export declare class ConnectionPool extends pulumi.CustomResource {
|
|
@@ -42,35 +44,36 @@ export declare class ConnectionPool extends pulumi.CustomResource {
|
|
|
42
44
|
*/
|
|
43
45
|
static isInstance(obj: any): obj is ConnectionPool;
|
|
44
46
|
/**
|
|
45
|
-
*
|
|
47
|
+
* Connection URI for the DB pool.
|
|
46
48
|
*/
|
|
47
49
|
readonly connectionUri: pulumi.Output<string>;
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* Service database name. Maximum length: `63`. Changing this property forces recreation of the resource.
|
|
50
52
|
*/
|
|
51
53
|
readonly databaseName: pulumi.Output<string>;
|
|
52
54
|
/**
|
|
53
|
-
*
|
|
55
|
+
* PGBouncer pool mode. The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
54
56
|
*/
|
|
55
|
-
readonly poolMode: pulumi.Output<string
|
|
57
|
+
readonly poolMode: pulumi.Output<string>;
|
|
56
58
|
/**
|
|
57
|
-
*
|
|
59
|
+
* PgBouncer connection pool name. Maximum length: `63`. Changing this property forces recreation of the resource.
|
|
58
60
|
*/
|
|
59
61
|
readonly poolName: pulumi.Output<string>;
|
|
60
62
|
/**
|
|
61
|
-
*
|
|
63
|
+
* Size of PGBouncer's PostgreSQL side connection pool. Value must be between `1` and `10000`. The default value is `10`.
|
|
62
64
|
*/
|
|
63
|
-
readonly poolSize: pulumi.Output<number
|
|
65
|
+
readonly poolSize: pulumi.Output<number>;
|
|
64
66
|
/**
|
|
65
|
-
*
|
|
67
|
+
* Project name. Changing this property forces recreation of the resource.
|
|
66
68
|
*/
|
|
67
69
|
readonly project: pulumi.Output<string>;
|
|
68
70
|
/**
|
|
69
|
-
*
|
|
71
|
+
* Service name. Changing this property forces recreation of the resource.
|
|
70
72
|
*/
|
|
71
73
|
readonly serviceName: pulumi.Output<string>;
|
|
74
|
+
readonly timeouts: pulumi.Output<outputs.ConnectionPoolTimeouts | undefined>;
|
|
72
75
|
/**
|
|
73
|
-
*
|
|
76
|
+
* Service username. Length must be between `1` and `64`.
|
|
74
77
|
*/
|
|
75
78
|
readonly username: pulumi.Output<string | undefined>;
|
|
76
79
|
/**
|
|
@@ -87,35 +90,36 @@ export declare class ConnectionPool extends pulumi.CustomResource {
|
|
|
87
90
|
*/
|
|
88
91
|
export interface ConnectionPoolState {
|
|
89
92
|
/**
|
|
90
|
-
*
|
|
93
|
+
* Connection URI for the DB pool.
|
|
91
94
|
*/
|
|
92
95
|
connectionUri?: pulumi.Input<string>;
|
|
93
96
|
/**
|
|
94
|
-
*
|
|
97
|
+
* Service database name. Maximum length: `63`. Changing this property forces recreation of the resource.
|
|
95
98
|
*/
|
|
96
99
|
databaseName?: pulumi.Input<string>;
|
|
97
100
|
/**
|
|
98
|
-
*
|
|
101
|
+
* PGBouncer pool mode. The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
99
102
|
*/
|
|
100
103
|
poolMode?: pulumi.Input<string>;
|
|
101
104
|
/**
|
|
102
|
-
*
|
|
105
|
+
* PgBouncer connection pool name. Maximum length: `63`. Changing this property forces recreation of the resource.
|
|
103
106
|
*/
|
|
104
107
|
poolName?: pulumi.Input<string>;
|
|
105
108
|
/**
|
|
106
|
-
*
|
|
109
|
+
* Size of PGBouncer's PostgreSQL side connection pool. Value must be between `1` and `10000`. The default value is `10`.
|
|
107
110
|
*/
|
|
108
111
|
poolSize?: pulumi.Input<number>;
|
|
109
112
|
/**
|
|
110
|
-
*
|
|
113
|
+
* Project name. Changing this property forces recreation of the resource.
|
|
111
114
|
*/
|
|
112
115
|
project?: pulumi.Input<string>;
|
|
113
116
|
/**
|
|
114
|
-
*
|
|
117
|
+
* Service name. Changing this property forces recreation of the resource.
|
|
115
118
|
*/
|
|
116
119
|
serviceName?: pulumi.Input<string>;
|
|
120
|
+
timeouts?: pulumi.Input<inputs.ConnectionPoolTimeouts>;
|
|
117
121
|
/**
|
|
118
|
-
*
|
|
122
|
+
* Service username. Length must be between `1` and `64`.
|
|
119
123
|
*/
|
|
120
124
|
username?: pulumi.Input<string>;
|
|
121
125
|
}
|
|
@@ -124,31 +128,32 @@ export interface ConnectionPoolState {
|
|
|
124
128
|
*/
|
|
125
129
|
export interface ConnectionPoolArgs {
|
|
126
130
|
/**
|
|
127
|
-
*
|
|
131
|
+
* Service database name. Maximum length: `63`. Changing this property forces recreation of the resource.
|
|
128
132
|
*/
|
|
129
133
|
databaseName: pulumi.Input<string>;
|
|
130
134
|
/**
|
|
131
|
-
*
|
|
135
|
+
* PGBouncer pool mode. The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
132
136
|
*/
|
|
133
137
|
poolMode?: pulumi.Input<string>;
|
|
134
138
|
/**
|
|
135
|
-
*
|
|
139
|
+
* PgBouncer connection pool name. Maximum length: `63`. Changing this property forces recreation of the resource.
|
|
136
140
|
*/
|
|
137
141
|
poolName: pulumi.Input<string>;
|
|
138
142
|
/**
|
|
139
|
-
*
|
|
143
|
+
* Size of PGBouncer's PostgreSQL side connection pool. Value must be between `1` and `10000`. The default value is `10`.
|
|
140
144
|
*/
|
|
141
145
|
poolSize?: pulumi.Input<number>;
|
|
142
146
|
/**
|
|
143
|
-
*
|
|
147
|
+
* Project name. Changing this property forces recreation of the resource.
|
|
144
148
|
*/
|
|
145
149
|
project: pulumi.Input<string>;
|
|
146
150
|
/**
|
|
147
|
-
*
|
|
151
|
+
* Service name. Changing this property forces recreation of the resource.
|
|
148
152
|
*/
|
|
149
153
|
serviceName: pulumi.Input<string>;
|
|
154
|
+
timeouts?: pulumi.Input<inputs.ConnectionPoolTimeouts>;
|
|
150
155
|
/**
|
|
151
|
-
*
|
|
156
|
+
* Service username. Length must be between `1` and `64`.
|
|
152
157
|
*/
|
|
153
158
|
username?: pulumi.Input<string>;
|
|
154
159
|
}
|
package/connectionPool.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.ConnectionPool = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages a [connection pool](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling) in an Aiven for PostgreSQL® service.
|
|
9
|
+
* Creates and manages a [connection pool](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling) in an Aiven for PostgreSQL® service. If this resource is missing (for example, after a service power off), it's removed from the state and a new create plan is generated.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* ## Import
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
|
-
* $ pulumi import aiven:index/connectionPool:ConnectionPool
|
|
31
|
+
* $ pulumi import aiven:index/connectionPool:ConnectionPool example PROJECT/SERVICE_NAME/POOL_NAME
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
class ConnectionPool extends pulumi.CustomResource {
|
|
@@ -66,6 +66,7 @@ class ConnectionPool extends pulumi.CustomResource {
|
|
|
66
66
|
resourceInputs["poolSize"] = state?.poolSize;
|
|
67
67
|
resourceInputs["project"] = state?.project;
|
|
68
68
|
resourceInputs["serviceName"] = state?.serviceName;
|
|
69
|
+
resourceInputs["timeouts"] = state?.timeouts;
|
|
69
70
|
resourceInputs["username"] = state?.username;
|
|
70
71
|
}
|
|
71
72
|
else {
|
|
@@ -88,6 +89,7 @@ class ConnectionPool extends pulumi.CustomResource {
|
|
|
88
89
|
resourceInputs["poolSize"] = args?.poolSize;
|
|
89
90
|
resourceInputs["project"] = args?.project;
|
|
90
91
|
resourceInputs["serviceName"] = args?.serviceName;
|
|
92
|
+
resourceInputs["timeouts"] = args?.timeouts;
|
|
91
93
|
resourceInputs["username"] = args?.username;
|
|
92
94
|
resourceInputs["connectionUri"] = undefined /*out*/;
|
|
93
95
|
}
|
package/connectionPool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectionPool.js","sourceRoot":"","sources":["../connectionPool.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"connectionPool.js","sourceRoot":"","sources":["../connectionPool.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IA4CD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC;QAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAhHL,wCAiHC;AAnGG,gBAAgB;AACO,2BAAY,GAAG,2CAA2C,CAAC"}
|
|
@@ -112,12 +112,12 @@ export declare class FlinkApplicationDeployment extends pulumi.CustomResource {
|
|
|
112
112
|
*/
|
|
113
113
|
readonly serviceName: pulumi.Output<string>;
|
|
114
114
|
/**
|
|
115
|
-
* Job savepoint.
|
|
115
|
+
* Job savepoint. Length must be between `1` and `2048`. Changing this property forces recreation of the resource.
|
|
116
116
|
*/
|
|
117
117
|
readonly startingSavepoint: pulumi.Output<string | undefined>;
|
|
118
118
|
readonly timeouts: pulumi.Output<outputs.FlinkApplicationDeploymentTimeouts | undefined>;
|
|
119
119
|
/**
|
|
120
|
-
* ApplicationVersion ID.
|
|
120
|
+
* ApplicationVersion ID. Length must be exactly `36`. Changing this property forces recreation of the resource.
|
|
121
121
|
*/
|
|
122
122
|
readonly versionId: pulumi.Output<string>;
|
|
123
123
|
/**
|
|
@@ -166,12 +166,12 @@ export interface FlinkApplicationDeploymentState {
|
|
|
166
166
|
*/
|
|
167
167
|
serviceName?: pulumi.Input<string>;
|
|
168
168
|
/**
|
|
169
|
-
* Job savepoint.
|
|
169
|
+
* Job savepoint. Length must be between `1` and `2048`. Changing this property forces recreation of the resource.
|
|
170
170
|
*/
|
|
171
171
|
startingSavepoint?: pulumi.Input<string>;
|
|
172
172
|
timeouts?: pulumi.Input<inputs.FlinkApplicationDeploymentTimeouts>;
|
|
173
173
|
/**
|
|
174
|
-
* ApplicationVersion ID.
|
|
174
|
+
* ApplicationVersion ID. Length must be exactly `36`. Changing this property forces recreation of the resource.
|
|
175
175
|
*/
|
|
176
176
|
versionId?: pulumi.Input<string>;
|
|
177
177
|
}
|
|
@@ -200,12 +200,12 @@ export interface FlinkApplicationDeploymentArgs {
|
|
|
200
200
|
*/
|
|
201
201
|
serviceName: pulumi.Input<string>;
|
|
202
202
|
/**
|
|
203
|
-
* Job savepoint.
|
|
203
|
+
* Job savepoint. Length must be between `1` and `2048`. Changing this property forces recreation of the resource.
|
|
204
204
|
*/
|
|
205
205
|
startingSavepoint?: pulumi.Input<string>;
|
|
206
206
|
timeouts?: pulumi.Input<inputs.FlinkApplicationDeploymentTimeouts>;
|
|
207
207
|
/**
|
|
208
|
-
* ApplicationVersion ID.
|
|
208
|
+
* ApplicationVersion ID. Length must be exactly `36`. Changing this property forces recreation of the resource.
|
|
209
209
|
*/
|
|
210
210
|
versionId: pulumi.Input<string>;
|
|
211
211
|
}
|
|
@@ -49,7 +49,7 @@ export interface GetAccountTeamProjectResult {
|
|
|
49
49
|
*/
|
|
50
50
|
readonly teamId: string;
|
|
51
51
|
/**
|
|
52
|
-
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
52
|
+
* The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `readOnly`, `role:organization:admin`, `role:project:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:metrics:read`, `service:secrets:read` and `service:users:write`.
|
|
53
53
|
*/
|
|
54
54
|
readonly teamType: string;
|
|
55
55
|
}
|