pulumi-aiven 6.33.0a1738213611__py3-none-any.whl → 6.34.0a1738300020__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +27 -0
- pulumi_aiven/_inputs.py +677 -21
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/connection_pool.py +7 -7
- pulumi_aiven/flink_application.py +2 -2
- pulumi_aiven/flink_application_deployment.py +2 -2
- pulumi_aiven/flink_jar_application.py +506 -0
- pulumi_aiven/flink_jar_application_deployment.py +808 -0
- pulumi_aiven/flink_jar_application_version.py +537 -0
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_connection_pool.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +13 -13
- pulumi_aiven/get_mysql_user.py +1 -1
- pulumi_aiven/get_open_search_acl_rule.py +3 -3
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_component.py +3 -3
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/kafka_mirror_maker.py +10 -10
- pulumi_aiven/kafka_native_acl.py +7 -7
- pulumi_aiven/m3_db.py +14 -2
- pulumi_aiven/m3db_user.py +14 -2
- pulumi_aiven/mirror_maker_replication_flow.py +59 -59
- pulumi_aiven/mysql_user.py +7 -7
- pulumi_aiven/open_search_acl_rule.py +7 -7
- pulumi_aiven/organization_application_user_token.py +7 -7
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_permission.py +7 -7
- pulumi_aiven/outputs.py +536 -26
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +18 -2
- pulumi_aiven/redis_user.py +18 -2
- pulumi_aiven/service_integration_endpoint.py +7 -7
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/RECORD +38 -35
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.33.0a1738213611.dist-info → pulumi_aiven-6.34.0a1738300020.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,7 @@ class AccountTeamProjectArgs:
|
|
|
28
28
|
:param pulumi.Input[str] account_id: The unique account id
|
|
29
29
|
:param pulumi.Input[str] team_id: An account team id
|
|
30
30
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
31
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `
|
|
31
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
32
32
|
"""
|
|
33
33
|
pulumi.set(__self__, "account_id", account_id)
|
|
34
34
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -77,7 +77,7 @@ class AccountTeamProjectArgs:
|
|
|
77
77
|
@pulumi.getter(name="teamType")
|
|
78
78
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
79
79
|
"""
|
|
80
|
-
The Account team project type. The possible values are `admin`, `
|
|
80
|
+
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "team_type")
|
|
83
83
|
|
|
@@ -98,7 +98,7 @@ class _AccountTeamProjectState:
|
|
|
98
98
|
:param pulumi.Input[str] account_id: The unique account id
|
|
99
99
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
100
100
|
:param pulumi.Input[str] team_id: An account team id
|
|
101
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `
|
|
101
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
102
102
|
"""
|
|
103
103
|
if account_id is not None:
|
|
104
104
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -149,7 +149,7 @@ class _AccountTeamProjectState:
|
|
|
149
149
|
@pulumi.getter(name="teamType")
|
|
150
150
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
151
151
|
"""
|
|
152
|
-
The Account team project type. The possible values are `admin`, `
|
|
152
|
+
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
153
153
|
"""
|
|
154
154
|
return pulumi.get(self, "team_type")
|
|
155
155
|
|
|
@@ -210,7 +210,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
210
210
|
:param pulumi.Input[str] account_id: The unique account id
|
|
211
211
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
212
212
|
:param pulumi.Input[str] team_id: An account team id
|
|
213
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `
|
|
213
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
214
214
|
"""
|
|
215
215
|
...
|
|
216
216
|
@overload
|
|
@@ -315,7 +315,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
315
315
|
:param pulumi.Input[str] account_id: The unique account id
|
|
316
316
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
317
317
|
:param pulumi.Input[str] team_id: An account team id
|
|
318
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `
|
|
318
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
319
319
|
"""
|
|
320
320
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
321
321
|
|
|
@@ -355,7 +355,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
355
355
|
@pulumi.getter(name="teamType")
|
|
356
356
|
def team_type(self) -> pulumi.Output[Optional[str]]:
|
|
357
357
|
"""
|
|
358
|
-
The Account team project type. The possible values are `admin`, `
|
|
358
|
+
The Account team project type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "team_type")
|
|
361
361
|
|
pulumi_aiven/connection_pool.py
CHANGED
|
@@ -32,7 +32,7 @@ class ConnectionPoolArgs:
|
|
|
32
32
|
:param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
|
|
33
33
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
34
34
|
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
35
|
-
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `
|
|
35
|
+
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
36
36
|
:param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
|
|
37
37
|
:param pulumi.Input[str] username: 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.
|
|
38
38
|
"""
|
|
@@ -99,7 +99,7 @@ class ConnectionPoolArgs:
|
|
|
99
99
|
@pulumi.getter(name="poolMode")
|
|
100
100
|
def pool_mode(self) -> Optional[pulumi.Input[str]]:
|
|
101
101
|
"""
|
|
102
|
-
The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `
|
|
102
|
+
The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "pool_mode")
|
|
105
105
|
|
|
@@ -147,7 +147,7 @@ class _ConnectionPoolState:
|
|
|
147
147
|
Input properties used for looking up and filtering ConnectionPool resources.
|
|
148
148
|
:param pulumi.Input[str] connection_uri: The URI for connecting to the pool.
|
|
149
149
|
:param pulumi.Input[str] database_name: The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
150
|
-
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `
|
|
150
|
+
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
151
151
|
:param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
|
|
152
152
|
:param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
|
|
153
153
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
@@ -199,7 +199,7 @@ class _ConnectionPoolState:
|
|
|
199
199
|
@pulumi.getter(name="poolMode")
|
|
200
200
|
def pool_mode(self) -> Optional[pulumi.Input[str]]:
|
|
201
201
|
"""
|
|
202
|
-
The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `
|
|
202
|
+
The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
203
203
|
"""
|
|
204
204
|
return pulumi.get(self, "pool_mode")
|
|
205
205
|
|
|
@@ -309,7 +309,7 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
309
309
|
:param str resource_name: The name of the resource.
|
|
310
310
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
311
311
|
:param pulumi.Input[str] database_name: The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
312
|
-
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `
|
|
312
|
+
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
313
313
|
:param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
|
|
314
314
|
:param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
|
|
315
315
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
@@ -423,7 +423,7 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
423
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
424
424
|
:param pulumi.Input[str] connection_uri: The URI for connecting to the pool.
|
|
425
425
|
:param pulumi.Input[str] database_name: The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
426
|
-
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `
|
|
426
|
+
:param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
427
427
|
:param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
|
|
428
428
|
:param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
|
|
429
429
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
@@ -464,7 +464,7 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
464
464
|
@pulumi.getter(name="poolMode")
|
|
465
465
|
def pool_mode(self) -> pulumi.Output[Optional[str]]:
|
|
466
466
|
"""
|
|
467
|
-
The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `
|
|
467
|
+
The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
|
|
468
468
|
"""
|
|
469
469
|
return pulumi.get(self, "pool_mode")
|
|
470
470
|
|
|
@@ -233,7 +233,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
233
233
|
## Import
|
|
234
234
|
|
|
235
235
|
```sh
|
|
236
|
-
$ pulumi import aiven:index/flinkApplication:FlinkApplication example_app PROJECT/SERVICE_NAME/
|
|
236
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication example_app PROJECT/SERVICE_NAME/APPLICATION_ID
|
|
237
237
|
```
|
|
238
238
|
|
|
239
239
|
:param str resource_name: The name of the resource.
|
|
@@ -266,7 +266,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
266
266
|
## Import
|
|
267
267
|
|
|
268
268
|
```sh
|
|
269
|
-
$ pulumi import aiven:index/flinkApplication:FlinkApplication example_app PROJECT/SERVICE_NAME/
|
|
269
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication example_app PROJECT/SERVICE_NAME/APPLICATION_ID
|
|
270
270
|
```
|
|
271
271
|
|
|
272
272
|
:param str resource_name: The name of the resource.
|
|
@@ -353,7 +353,7 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
353
353
|
## Import
|
|
354
354
|
|
|
355
355
|
```sh
|
|
356
|
-
$ pulumi import aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment main PROJECT/SERVICE_NAME/APPLICATION_ID/
|
|
356
|
+
$ pulumi import aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment main PROJECT/SERVICE_NAME/APPLICATION_ID/DEPLOYMENT_ID
|
|
357
357
|
```
|
|
358
358
|
|
|
359
359
|
:param str resource_name: The name of the resource.
|
|
@@ -428,7 +428,7 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
428
428
|
## Import
|
|
429
429
|
|
|
430
430
|
```sh
|
|
431
|
-
$ pulumi import aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment main PROJECT/SERVICE_NAME/APPLICATION_ID/
|
|
431
|
+
$ pulumi import aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment main PROJECT/SERVICE_NAME/APPLICATION_ID/DEPLOYMENT_ID
|
|
432
432
|
```
|
|
433
433
|
|
|
434
434
|
:param str resource_name: The name of the resource.
|