pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__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/_inputs.py +88 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -16
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +16 -16
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +54 -54
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -16
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +147 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -16
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
pulumi_aiven/mysql_database.py
CHANGED
|
@@ -21,8 +21,8 @@ class MysqlDatabaseArgs:
|
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a MysqlDatabase resource.
|
|
23
23
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
24
|
-
:param pulumi.Input[str] project:
|
|
25
|
-
:param pulumi.Input[str] service_name:
|
|
24
|
+
: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.
|
|
25
|
+
: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.
|
|
26
26
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
27
27
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
28
28
|
"""
|
|
@@ -48,7 +48,7 @@ class MysqlDatabaseArgs:
|
|
|
48
48
|
@pulumi.getter
|
|
49
49
|
def project(self) -> pulumi.Input[str]:
|
|
50
50
|
"""
|
|
51
|
-
|
|
51
|
+
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.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "project")
|
|
54
54
|
|
|
@@ -60,7 +60,7 @@ class MysqlDatabaseArgs:
|
|
|
60
60
|
@pulumi.getter(name="serviceName")
|
|
61
61
|
def service_name(self) -> pulumi.Input[str]:
|
|
62
62
|
"""
|
|
63
|
-
|
|
63
|
+
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.
|
|
64
64
|
"""
|
|
65
65
|
return pulumi.get(self, "service_name")
|
|
66
66
|
|
|
@@ -92,8 +92,8 @@ class _MysqlDatabaseState:
|
|
|
92
92
|
"""
|
|
93
93
|
Input properties used for looking up and filtering MysqlDatabase resources.
|
|
94
94
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
95
|
-
:param pulumi.Input[str] project:
|
|
96
|
-
:param pulumi.Input[str] service_name:
|
|
95
|
+
: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.
|
|
96
|
+
: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.
|
|
97
97
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
98
98
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
99
99
|
"""
|
|
@@ -122,7 +122,7 @@ class _MysqlDatabaseState:
|
|
|
122
122
|
@pulumi.getter
|
|
123
123
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
124
124
|
"""
|
|
125
|
-
|
|
125
|
+
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.
|
|
126
126
|
"""
|
|
127
127
|
return pulumi.get(self, "project")
|
|
128
128
|
|
|
@@ -134,7 +134,7 @@ class _MysqlDatabaseState:
|
|
|
134
134
|
@pulumi.getter(name="serviceName")
|
|
135
135
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
136
136
|
"""
|
|
137
|
-
|
|
137
|
+
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.
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "service_name")
|
|
140
140
|
|
|
@@ -184,14 +184,14 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
184
184
|
## Import
|
|
185
185
|
|
|
186
186
|
```sh
|
|
187
|
-
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase
|
|
187
|
+
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
|
|
188
188
|
```
|
|
189
189
|
|
|
190
190
|
:param str resource_name: The name of the resource.
|
|
191
191
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
192
192
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
193
|
-
:param pulumi.Input[str] project:
|
|
194
|
-
:param pulumi.Input[str] service_name:
|
|
193
|
+
: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.
|
|
194
|
+
: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.
|
|
195
195
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
196
196
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
197
197
|
"""
|
|
@@ -219,7 +219,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
219
219
|
## Import
|
|
220
220
|
|
|
221
221
|
```sh
|
|
222
|
-
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase
|
|
222
|
+
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
|
|
223
223
|
```
|
|
224
224
|
|
|
225
225
|
:param str resource_name: The name of the resource.
|
|
@@ -282,8 +282,8 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
282
282
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
283
283
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
284
284
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
285
|
-
:param pulumi.Input[str] project:
|
|
286
|
-
:param pulumi.Input[str] service_name:
|
|
285
|
+
: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.
|
|
286
|
+
: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.
|
|
287
287
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
|
|
288
288
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
289
289
|
"""
|
|
@@ -309,7 +309,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
309
309
|
@pulumi.getter
|
|
310
310
|
def project(self) -> pulumi.Output[str]:
|
|
311
311
|
"""
|
|
312
|
-
|
|
312
|
+
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.
|
|
313
313
|
"""
|
|
314
314
|
return pulumi.get(self, "project")
|
|
315
315
|
|
|
@@ -317,7 +317,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
317
317
|
@pulumi.getter(name="serviceName")
|
|
318
318
|
def service_name(self) -> pulumi.Output[str]:
|
|
319
319
|
"""
|
|
320
|
-
|
|
320
|
+
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.
|
|
321
321
|
"""
|
|
322
322
|
return pulumi.get(self, "service_name")
|
|
323
323
|
|
pulumi_aiven/mysql_user.py
CHANGED
|
@@ -21,8 +21,8 @@ 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:
|
|
25
|
-
:param pulumi.Input[str] service_name:
|
|
24
|
+
: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.
|
|
25
|
+
: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.
|
|
26
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 ).
|
|
@@ -39,7 +39,7 @@ class MysqlUserArgs:
|
|
|
39
39
|
@pulumi.getter
|
|
40
40
|
def project(self) -> pulumi.Input[str]:
|
|
41
41
|
"""
|
|
42
|
-
|
|
42
|
+
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.
|
|
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
|
-
|
|
54
|
+
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
|
|
|
@@ -113,8 +113,8 @@ 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:
|
|
117
|
-
:param pulumi.Input[str] service_name:
|
|
116
|
+
: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.
|
|
117
|
+
: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.
|
|
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
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
|
"""
|
|
@@ -187,7 +187,7 @@ class _MysqlUserState:
|
|
|
187
187
|
@pulumi.getter
|
|
188
188
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
189
189
|
"""
|
|
190
|
-
|
|
190
|
+
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.
|
|
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
|
-
|
|
202
|
+
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
|
|
|
@@ -262,15 +262,15 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
262
262
|
## Import
|
|
263
263
|
|
|
264
264
|
```sh
|
|
265
|
-
$ pulumi import aiven:index/mysqlUser:MysqlUser foo
|
|
265
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
266
266
|
```
|
|
267
267
|
|
|
268
268
|
:param str resource_name: The name of the resource.
|
|
269
269
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
270
270
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
271
271
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
272
|
-
:param pulumi.Input[str] project:
|
|
273
|
-
:param pulumi.Input[str] service_name:
|
|
272
|
+
: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.
|
|
273
|
+
: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.
|
|
274
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. Changing this property forces recreation of the resource.
|
|
275
275
|
"""
|
|
276
276
|
...
|
|
@@ -298,7 +298,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
298
298
|
## Import
|
|
299
299
|
|
|
300
300
|
```sh
|
|
301
|
-
$ pulumi import aiven:index/mysqlUser:MysqlUser foo
|
|
301
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
302
302
|
```
|
|
303
303
|
|
|
304
304
|
:param str resource_name: The name of the resource.
|
|
@@ -375,8 +375,8 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
375
375
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
376
376
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
377
377
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
378
|
-
:param pulumi.Input[str] project:
|
|
379
|
-
:param pulumi.Input[str] service_name:
|
|
378
|
+
: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.
|
|
379
|
+
: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.
|
|
380
380
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
381
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. Changing this property forces recreation of the resource.
|
|
382
382
|
"""
|
|
@@ -430,7 +430,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
430
430
|
@pulumi.getter
|
|
431
431
|
def project(self) -> pulumi.Output[str]:
|
|
432
432
|
"""
|
|
433
|
-
|
|
433
|
+
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.
|
|
434
434
|
"""
|
|
435
435
|
return pulumi.get(self, "project")
|
|
436
436
|
|
|
@@ -438,7 +438,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
438
438
|
@pulumi.getter(name="serviceName")
|
|
439
439
|
def service_name(self) -> pulumi.Output[str]:
|
|
440
440
|
"""
|
|
441
|
-
|
|
441
|
+
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
442
|
"""
|
|
443
443
|
return pulumi.get(self, "service_name")
|
|
444
444
|
|
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:
|
|
37
|
+
: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.
|
|
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).
|
|
@@ -46,7 +46,7 @@ class OpenSearchArgs:
|
|
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
47
47
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
48
48
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
49
|
-
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails:
|
|
49
|
+
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
50
50
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
51
51
|
"""
|
|
52
52
|
pulumi.set(__self__, "plan", plan)
|
|
@@ -96,7 +96,7 @@ class OpenSearchArgs:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def project(self) -> pulumi.Input[str]:
|
|
98
98
|
"""
|
|
99
|
-
|
|
99
|
+
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.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "project")
|
|
102
102
|
|
|
@@ -243,7 +243,7 @@ class OpenSearchArgs:
|
|
|
243
243
|
@pulumi.getter(name="techEmails")
|
|
244
244
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]]]:
|
|
245
245
|
"""
|
|
246
|
-
|
|
246
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
247
247
|
"""
|
|
248
248
|
return pulumi.get(self, "tech_emails")
|
|
249
249
|
|
|
@@ -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 server provided values
|
|
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:
|
|
313
|
+
: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.
|
|
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
|
|
@@ -323,7 +323,7 @@ class _OpenSearchState:
|
|
|
323
323
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
324
324
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
325
325
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
326
|
-
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails:
|
|
326
|
+
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
327
327
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
328
328
|
"""
|
|
329
329
|
if additional_disk_space is not None:
|
|
@@ -549,7 +549,7 @@ class _OpenSearchState:
|
|
|
549
549
|
@pulumi.getter
|
|
550
550
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
551
551
|
"""
|
|
552
|
-
|
|
552
|
+
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.
|
|
553
553
|
"""
|
|
554
554
|
return pulumi.get(self, "project")
|
|
555
555
|
|
|
@@ -705,7 +705,7 @@ class _OpenSearchState:
|
|
|
705
705
|
@pulumi.getter(name="techEmails")
|
|
706
706
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]]]:
|
|
707
707
|
"""
|
|
708
|
-
|
|
708
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
709
709
|
"""
|
|
710
710
|
return pulumi.get(self, "tech_emails")
|
|
711
711
|
|
|
@@ -791,13 +791,13 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
791
791
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
792
792
|
:param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
|
|
793
793
|
: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:
|
|
794
|
+
: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.
|
|
795
795
|
: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
796
|
: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
797
|
: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.
|
|
798
798
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
799
799
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
800
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails:
|
|
800
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
801
801
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
802
802
|
"""
|
|
803
803
|
...
|
|
@@ -974,7 +974,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
974
974
|
:param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
|
|
975
975
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch server provided values
|
|
976
976
|
: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:
|
|
977
|
+
: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.
|
|
978
978
|
: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
979
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
980
980
|
: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
|
|
@@ -987,7 +987,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
987
987
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
988
988
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
989
989
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
990
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails:
|
|
990
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
991
991
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
992
992
|
"""
|
|
993
993
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1135,7 +1135,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1135
1135
|
@pulumi.getter
|
|
1136
1136
|
def project(self) -> pulumi.Output[str]:
|
|
1137
1137
|
"""
|
|
1138
|
-
|
|
1138
|
+
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.
|
|
1139
1139
|
"""
|
|
1140
1140
|
return pulumi.get(self, "project")
|
|
1141
1141
|
|
|
@@ -1239,7 +1239,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1239
1239
|
@pulumi.getter(name="techEmails")
|
|
1240
1240
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.OpenSearchTechEmail']]]:
|
|
1241
1241
|
"""
|
|
1242
|
-
|
|
1242
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1243
1243
|
"""
|
|
1244
1244
|
return pulumi.get(self, "tech_emails")
|
|
1245
1245
|
|
|
@@ -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:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
23
|
+
: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.
|
|
24
|
+
: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.
|
|
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
|
-
|
|
39
|
+
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.
|
|
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
|
-
|
|
51
|
+
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:
|
|
96
|
-
:param pulumi.Input[str] service_name:
|
|
95
|
+
: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.
|
|
96
|
+
: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.
|
|
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
|
-
|
|
135
|
+
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.
|
|
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
|
-
|
|
147
|
+
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
|
|
|
@@ -193,16 +193,14 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
193
193
|
|
|
194
194
|
## Import
|
|
195
195
|
|
|
196
|
-
|
|
197
|
-
$ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
|
|
198
|
-
```
|
|
196
|
+
TERRAFORM IMPORT AIVEN_OPENSEARCH_ACL_CONFIG.FOO project/service_name
|
|
199
197
|
|
|
200
198
|
:param str resource_name: The name of the resource.
|
|
201
199
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
202
200
|
:param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
203
201
|
: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:
|
|
205
|
-
:param pulumi.Input[str] service_name:
|
|
202
|
+
: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.
|
|
203
|
+
: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.
|
|
206
204
|
"""
|
|
207
205
|
...
|
|
208
206
|
@overload
|
|
@@ -240,9 +238,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
240
238
|
|
|
241
239
|
## Import
|
|
242
240
|
|
|
243
|
-
|
|
244
|
-
$ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
|
|
245
|
-
```
|
|
241
|
+
TERRAFORM IMPORT AIVEN_OPENSEARCH_ACL_CONFIG.FOO project/service_name
|
|
246
242
|
|
|
247
243
|
:param str resource_name: The name of the resource.
|
|
248
244
|
:param OpenSearchAclConfigArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -303,8 +299,8 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
303
299
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
304
300
|
:param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
305
301
|
: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:
|
|
307
|
-
:param pulumi.Input[str] service_name:
|
|
302
|
+
: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.
|
|
303
|
+
: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.
|
|
308
304
|
"""
|
|
309
305
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
310
306
|
|
|
@@ -336,7 +332,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
336
332
|
@pulumi.getter
|
|
337
333
|
def project(self) -> pulumi.Output[str]:
|
|
338
334
|
"""
|
|
339
|
-
|
|
335
|
+
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.
|
|
340
336
|
"""
|
|
341
337
|
return pulumi.get(self, "project")
|
|
342
338
|
|
|
@@ -344,7 +340,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
344
340
|
@pulumi.getter(name="serviceName")
|
|
345
341
|
def service_name(self) -> pulumi.Output[str]:
|
|
346
342
|
"""
|
|
347
|
-
|
|
343
|
+
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
344
|
"""
|
|
349
345
|
return pulumi.get(self, "service_name")
|
|
350
346
|
|