pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.0__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 +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/mysql_user.py
CHANGED
|
@@ -21,9 +21,9 @@ class MysqlUserArgs:
|
|
|
21
21
|
password: Optional[pulumi.Input[str]] = None):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a MysqlUser resource.
|
|
24
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
25
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
26
|
-
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
25
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
26
|
+
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
27
27
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
28
28
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
29
29
|
"""
|
|
@@ -39,7 +39,7 @@ class MysqlUserArgs:
|
|
|
39
39
|
@pulumi.getter
|
|
40
40
|
def project(self) -> pulumi.Input[str]:
|
|
41
41
|
"""
|
|
42
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
42
|
+
Identifies 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.
|
|
43
43
|
"""
|
|
44
44
|
return pulumi.get(self, "project")
|
|
45
45
|
|
|
@@ -51,7 +51,7 @@ class MysqlUserArgs:
|
|
|
51
51
|
@pulumi.getter(name="serviceName")
|
|
52
52
|
def service_name(self) -> pulumi.Input[str]:
|
|
53
53
|
"""
|
|
54
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
54
|
+
Specifies 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.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "service_name")
|
|
57
57
|
|
|
@@ -63,7 +63,7 @@ class MysqlUserArgs:
|
|
|
63
63
|
@pulumi.getter
|
|
64
64
|
def username(self) -> pulumi.Input[str]:
|
|
65
65
|
"""
|
|
66
|
-
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
66
|
+
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "username")
|
|
69
69
|
|
|
@@ -113,10 +113,10 @@ class _MysqlUserState:
|
|
|
113
113
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
114
114
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
115
115
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
116
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
117
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
116
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
117
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
118
118
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
119
|
-
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
119
|
+
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
120
120
|
"""
|
|
121
121
|
if access_cert is not None:
|
|
122
122
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -187,7 +187,7 @@ class _MysqlUserState:
|
|
|
187
187
|
@pulumi.getter
|
|
188
188
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
189
189
|
"""
|
|
190
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
190
|
+
Identifies 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.
|
|
191
191
|
"""
|
|
192
192
|
return pulumi.get(self, "project")
|
|
193
193
|
|
|
@@ -199,7 +199,7 @@ class _MysqlUserState:
|
|
|
199
199
|
@pulumi.getter(name="serviceName")
|
|
200
200
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
201
201
|
"""
|
|
202
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
202
|
+
Specifies 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.
|
|
203
203
|
"""
|
|
204
204
|
return pulumi.get(self, "service_name")
|
|
205
205
|
|
|
@@ -223,7 +223,7 @@ class _MysqlUserState:
|
|
|
223
223
|
@pulumi.getter
|
|
224
224
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
225
225
|
"""
|
|
226
|
-
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
226
|
+
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
227
227
|
"""
|
|
228
228
|
return pulumi.get(self, "username")
|
|
229
229
|
|
|
@@ -248,6 +248,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
248
248
|
|
|
249
249
|
## Example Usage
|
|
250
250
|
|
|
251
|
+
<!--Start PulumiCodeChooser -->
|
|
251
252
|
```python
|
|
252
253
|
import pulumi
|
|
253
254
|
import pulumi_aiven as aiven
|
|
@@ -258,20 +259,21 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
258
259
|
username="user-1",
|
|
259
260
|
password="Test$1234")
|
|
260
261
|
```
|
|
262
|
+
<!--End PulumiCodeChooser -->
|
|
261
263
|
|
|
262
264
|
## Import
|
|
263
265
|
|
|
264
266
|
```sh
|
|
265
|
-
|
|
267
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
|
|
266
268
|
```
|
|
267
269
|
|
|
268
270
|
:param str resource_name: The name of the resource.
|
|
269
271
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
270
272
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
271
273
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
272
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
273
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
274
|
-
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
274
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
275
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
276
|
+
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
275
277
|
"""
|
|
276
278
|
...
|
|
277
279
|
@overload
|
|
@@ -284,6 +286,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
284
286
|
|
|
285
287
|
## Example Usage
|
|
286
288
|
|
|
289
|
+
<!--Start PulumiCodeChooser -->
|
|
287
290
|
```python
|
|
288
291
|
import pulumi
|
|
289
292
|
import pulumi_aiven as aiven
|
|
@@ -294,11 +297,12 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
294
297
|
username="user-1",
|
|
295
298
|
password="Test$1234")
|
|
296
299
|
```
|
|
300
|
+
<!--End PulumiCodeChooser -->
|
|
297
301
|
|
|
298
302
|
## Import
|
|
299
303
|
|
|
300
304
|
```sh
|
|
301
|
-
|
|
305
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
|
|
302
306
|
```
|
|
303
307
|
|
|
304
308
|
:param str resource_name: The name of the resource.
|
|
@@ -375,10 +379,10 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
375
379
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
376
380
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
377
381
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
378
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
379
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
382
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
383
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
380
384
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
381
|
-
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
385
|
+
:param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
382
386
|
"""
|
|
383
387
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
384
388
|
|
|
@@ -430,7 +434,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
430
434
|
@pulumi.getter
|
|
431
435
|
def project(self) -> pulumi.Output[str]:
|
|
432
436
|
"""
|
|
433
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
437
|
+
Identifies 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.
|
|
434
438
|
"""
|
|
435
439
|
return pulumi.get(self, "project")
|
|
436
440
|
|
|
@@ -438,7 +442,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
438
442
|
@pulumi.getter(name="serviceName")
|
|
439
443
|
def service_name(self) -> pulumi.Output[str]:
|
|
440
444
|
"""
|
|
441
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
445
|
+
Specifies 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.
|
|
442
446
|
"""
|
|
443
447
|
return pulumi.get(self, "service_name")
|
|
444
448
|
|
|
@@ -454,7 +458,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
454
458
|
@pulumi.getter
|
|
455
459
|
def username(self) -> pulumi.Output[str]:
|
|
456
460
|
"""
|
|
457
|
-
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
461
|
+
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
458
462
|
"""
|
|
459
463
|
return pulumi.get(self, "username")
|
|
460
464
|
|
pulumi_aiven/open_search.py
CHANGED
|
@@ -34,7 +34,7 @@ class OpenSearchArgs:
|
|
|
34
34
|
"""
|
|
35
35
|
The set of arguments for constructing a OpenSearch resource.
|
|
36
36
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
37
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
37
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
38
38
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
39
39
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
40
40
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
@@ -96,7 +96,7 @@ class OpenSearchArgs:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def project(self) -> pulumi.Input[str]:
|
|
98
98
|
"""
|
|
99
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
+
Identifies 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.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "project")
|
|
102
102
|
|
|
@@ -310,7 +310,7 @@ class _OpenSearchState:
|
|
|
310
310
|
:param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings
|
|
311
311
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: OpenSearch settings
|
|
312
312
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
313
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
313
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
314
314
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
315
315
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
316
316
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -549,7 +549,7 @@ class _OpenSearchState:
|
|
|
549
549
|
@pulumi.getter
|
|
550
550
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
551
551
|
"""
|
|
552
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
552
|
+
Identifies 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.
|
|
553
553
|
"""
|
|
554
554
|
return pulumi.get(self, "project")
|
|
555
555
|
|
|
@@ -752,6 +752,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
752
752
|
|
|
753
753
|
## Example Usage
|
|
754
754
|
|
|
755
|
+
<!--Start PulumiCodeChooser -->
|
|
755
756
|
```python
|
|
756
757
|
import pulumi
|
|
757
758
|
import pulumi_aiven as aiven
|
|
@@ -775,11 +776,12 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
775
776
|
),
|
|
776
777
|
))
|
|
777
778
|
```
|
|
779
|
+
<!--End PulumiCodeChooser -->
|
|
778
780
|
|
|
779
781
|
## Import
|
|
780
782
|
|
|
781
783
|
```sh
|
|
782
|
-
|
|
784
|
+
$ pulumi import aiven:index/openSearch:OpenSearch os1 project/service_name
|
|
783
785
|
```
|
|
784
786
|
|
|
785
787
|
:param str resource_name: The name of the resource.
|
|
@@ -791,7 +793,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
791
793
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
792
794
|
:param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
|
|
793
795
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
794
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
796
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
795
797
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
796
798
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
797
799
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -811,6 +813,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
811
813
|
|
|
812
814
|
## Example Usage
|
|
813
815
|
|
|
816
|
+
<!--Start PulumiCodeChooser -->
|
|
814
817
|
```python
|
|
815
818
|
import pulumi
|
|
816
819
|
import pulumi_aiven as aiven
|
|
@@ -834,11 +837,12 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
834
837
|
),
|
|
835
838
|
))
|
|
836
839
|
```
|
|
840
|
+
<!--End PulumiCodeChooser -->
|
|
837
841
|
|
|
838
842
|
## Import
|
|
839
843
|
|
|
840
844
|
```sh
|
|
841
|
-
|
|
845
|
+
$ pulumi import aiven:index/openSearch:OpenSearch os1 project/service_name
|
|
842
846
|
```
|
|
843
847
|
|
|
844
848
|
:param str resource_name: The name of the resource.
|
|
@@ -974,7 +978,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
974
978
|
:param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
|
|
975
979
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch settings
|
|
976
980
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
977
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
981
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
978
982
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
979
983
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
980
984
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1135,7 +1139,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1135
1139
|
@pulumi.getter
|
|
1136
1140
|
def project(self) -> pulumi.Output[str]:
|
|
1137
1141
|
"""
|
|
1138
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
1142
|
+
Identifies 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.
|
|
1139
1143
|
"""
|
|
1140
1144
|
return pulumi.get(self, "project")
|
|
1141
1145
|
|
|
@@ -20,8 +20,8 @@ class OpenSearchAclConfigArgs:
|
|
|
20
20
|
extended_acl: Optional[pulumi.Input[bool]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a OpenSearchAclConfig resource.
|
|
23
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
24
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
25
25
|
:param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
26
26
|
:param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
|
|
27
27
|
"""
|
|
@@ -36,7 +36,7 @@ class OpenSearchAclConfigArgs:
|
|
|
36
36
|
@pulumi.getter
|
|
37
37
|
def project(self) -> pulumi.Input[str]:
|
|
38
38
|
"""
|
|
39
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
39
|
+
Identifies 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.
|
|
40
40
|
"""
|
|
41
41
|
return pulumi.get(self, "project")
|
|
42
42
|
|
|
@@ -48,7 +48,7 @@ class OpenSearchAclConfigArgs:
|
|
|
48
48
|
@pulumi.getter(name="serviceName")
|
|
49
49
|
def service_name(self) -> pulumi.Input[str]:
|
|
50
50
|
"""
|
|
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.
|
|
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. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "service_name")
|
|
54
54
|
|
|
@@ -92,8 +92,8 @@ class _OpenSearchAclConfigState:
|
|
|
92
92
|
Input properties used for looking up and filtering OpenSearchAclConfig resources.
|
|
93
93
|
:param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
94
94
|
:param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
|
|
95
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
96
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
95
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
96
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
97
97
|
"""
|
|
98
98
|
if enabled is not None:
|
|
99
99
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -132,7 +132,7 @@ class _OpenSearchAclConfigState:
|
|
|
132
132
|
@pulumi.getter
|
|
133
133
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
134
134
|
"""
|
|
135
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
135
|
+
Identifies 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.
|
|
136
136
|
"""
|
|
137
137
|
return pulumi.get(self, "project")
|
|
138
138
|
|
|
@@ -144,7 +144,7 @@ class _OpenSearchAclConfigState:
|
|
|
144
144
|
@pulumi.getter(name="serviceName")
|
|
145
145
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
146
146
|
"""
|
|
147
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
147
|
+
Specifies 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.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "service_name")
|
|
150
150
|
|
|
@@ -168,6 +168,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
168
168
|
|
|
169
169
|
## Example Usage
|
|
170
170
|
|
|
171
|
+
<!--Start PulumiCodeChooser -->
|
|
171
172
|
```python
|
|
172
173
|
import pulumi
|
|
173
174
|
import pulumi_aiven as aiven
|
|
@@ -190,19 +191,20 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
190
191
|
enabled=True,
|
|
191
192
|
extended_acl=False)
|
|
192
193
|
```
|
|
194
|
+
<!--End PulumiCodeChooser -->
|
|
193
195
|
|
|
194
196
|
## Import
|
|
195
197
|
|
|
196
198
|
```sh
|
|
197
|
-
|
|
199
|
+
$ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
|
|
198
200
|
```
|
|
199
201
|
|
|
200
202
|
:param str resource_name: The name of the resource.
|
|
201
203
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
202
204
|
:param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
203
205
|
:param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
|
|
204
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
205
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
207
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
206
208
|
"""
|
|
207
209
|
...
|
|
208
210
|
@overload
|
|
@@ -215,6 +217,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
215
217
|
|
|
216
218
|
## Example Usage
|
|
217
219
|
|
|
220
|
+
<!--Start PulumiCodeChooser -->
|
|
218
221
|
```python
|
|
219
222
|
import pulumi
|
|
220
223
|
import pulumi_aiven as aiven
|
|
@@ -237,11 +240,12 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
237
240
|
enabled=True,
|
|
238
241
|
extended_acl=False)
|
|
239
242
|
```
|
|
243
|
+
<!--End PulumiCodeChooser -->
|
|
240
244
|
|
|
241
245
|
## Import
|
|
242
246
|
|
|
243
247
|
```sh
|
|
244
|
-
|
|
248
|
+
$ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
|
|
245
249
|
```
|
|
246
250
|
|
|
247
251
|
:param str resource_name: The name of the resource.
|
|
@@ -303,8 +307,8 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
303
307
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
304
308
|
:param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
305
309
|
:param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
|
|
306
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
307
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
310
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
311
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
308
312
|
"""
|
|
309
313
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
310
314
|
|
|
@@ -336,7 +340,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
336
340
|
@pulumi.getter
|
|
337
341
|
def project(self) -> pulumi.Output[str]:
|
|
338
342
|
"""
|
|
339
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
343
|
+
Identifies 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.
|
|
340
344
|
"""
|
|
341
345
|
return pulumi.get(self, "project")
|
|
342
346
|
|
|
@@ -344,7 +348,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
344
348
|
@pulumi.getter(name="serviceName")
|
|
345
349
|
def service_name(self) -> pulumi.Output[str]:
|
|
346
350
|
"""
|
|
347
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
351
|
+
Specifies 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.
|
|
348
352
|
"""
|
|
349
353
|
return pulumi.get(self, "service_name")
|
|
350
354
|
|