pulumi-aiven 6.13.0a1711361534__py3-none-any.whl → 6.14.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/_inputs.py +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- 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 +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.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
|
|
|
@@ -171,29 +171,27 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
171
171
|
|
|
172
172
|
## Example Usage
|
|
173
173
|
|
|
174
|
-
<!--Start PulumiCodeChooser -->
|
|
175
174
|
```python
|
|
176
175
|
import pulumi
|
|
177
176
|
import pulumi_aiven as aiven
|
|
178
177
|
|
|
179
178
|
mydatabase = aiven.MysqlDatabase("mydatabase",
|
|
180
|
-
project=
|
|
181
|
-
service_name=
|
|
179
|
+
project=myproject["project"],
|
|
180
|
+
service_name=mymysql["serviceName"],
|
|
182
181
|
database_name="<DATABASE_NAME>")
|
|
183
182
|
```
|
|
184
|
-
<!--End PulumiCodeChooser -->
|
|
185
183
|
|
|
186
184
|
## Import
|
|
187
185
|
|
|
188
186
|
```sh
|
|
189
|
-
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase
|
|
187
|
+
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
|
|
190
188
|
```
|
|
191
189
|
|
|
192
190
|
:param str resource_name: The name of the resource.
|
|
193
191
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
194
192
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
195
|
-
:param pulumi.Input[str] project:
|
|
196
|
-
: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.
|
|
197
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
|
|
198
196
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
199
197
|
"""
|
|
@@ -208,22 +206,20 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
208
206
|
|
|
209
207
|
## Example Usage
|
|
210
208
|
|
|
211
|
-
<!--Start PulumiCodeChooser -->
|
|
212
209
|
```python
|
|
213
210
|
import pulumi
|
|
214
211
|
import pulumi_aiven as aiven
|
|
215
212
|
|
|
216
213
|
mydatabase = aiven.MysqlDatabase("mydatabase",
|
|
217
|
-
project=
|
|
218
|
-
service_name=
|
|
214
|
+
project=myproject["project"],
|
|
215
|
+
service_name=mymysql["serviceName"],
|
|
219
216
|
database_name="<DATABASE_NAME>")
|
|
220
217
|
```
|
|
221
|
-
<!--End PulumiCodeChooser -->
|
|
222
218
|
|
|
223
219
|
## Import
|
|
224
220
|
|
|
225
221
|
```sh
|
|
226
|
-
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase
|
|
222
|
+
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
|
|
227
223
|
```
|
|
228
224
|
|
|
229
225
|
:param str resource_name: The name of the resource.
|
|
@@ -286,8 +282,8 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
286
282
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
287
283
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
288
284
|
:param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
289
|
-
:param pulumi.Input[str] project:
|
|
290
|
-
: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.
|
|
291
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
|
|
292
288
|
recommended to enable this for any production databases containing critical data. The default value is `false`.
|
|
293
289
|
"""
|
|
@@ -313,7 +309,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
313
309
|
@pulumi.getter
|
|
314
310
|
def project(self) -> pulumi.Output[str]:
|
|
315
311
|
"""
|
|
316
|
-
|
|
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.
|
|
317
313
|
"""
|
|
318
314
|
return pulumi.get(self, "project")
|
|
319
315
|
|
|
@@ -321,7 +317,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
321
317
|
@pulumi.getter(name="serviceName")
|
|
322
318
|
def service_name(self) -> pulumi.Output[str]:
|
|
323
319
|
"""
|
|
324
|
-
|
|
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.
|
|
325
321
|
"""
|
|
326
322
|
return pulumi.get(self, "service_name")
|
|
327
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
|
|
|
@@ -248,31 +248,29 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
248
248
|
|
|
249
249
|
## Example Usage
|
|
250
250
|
|
|
251
|
-
<!--Start PulumiCodeChooser -->
|
|
252
251
|
```python
|
|
253
252
|
import pulumi
|
|
254
253
|
import pulumi_aiven as aiven
|
|
255
254
|
|
|
256
255
|
foo = aiven.MysqlUser("foo",
|
|
257
|
-
service_name=
|
|
256
|
+
service_name=bar["serviceName"],
|
|
258
257
|
project="my-project",
|
|
259
258
|
username="user-1",
|
|
260
259
|
password="Test$1234")
|
|
261
260
|
```
|
|
262
|
-
<!--End PulumiCodeChooser -->
|
|
263
261
|
|
|
264
262
|
## Import
|
|
265
263
|
|
|
266
264
|
```sh
|
|
267
|
-
$ pulumi import aiven:index/mysqlUser:MysqlUser foo
|
|
265
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
268
266
|
```
|
|
269
267
|
|
|
270
268
|
:param str resource_name: The name of the resource.
|
|
271
269
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
272
270
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
273
271
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
274
|
-
:param pulumi.Input[str] project:
|
|
275
|
-
: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.
|
|
276
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.
|
|
277
275
|
"""
|
|
278
276
|
...
|
|
@@ -286,23 +284,21 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
286
284
|
|
|
287
285
|
## Example Usage
|
|
288
286
|
|
|
289
|
-
<!--Start PulumiCodeChooser -->
|
|
290
287
|
```python
|
|
291
288
|
import pulumi
|
|
292
289
|
import pulumi_aiven as aiven
|
|
293
290
|
|
|
294
291
|
foo = aiven.MysqlUser("foo",
|
|
295
|
-
service_name=
|
|
292
|
+
service_name=bar["serviceName"],
|
|
296
293
|
project="my-project",
|
|
297
294
|
username="user-1",
|
|
298
295
|
password="Test$1234")
|
|
299
296
|
```
|
|
300
|
-
<!--End PulumiCodeChooser -->
|
|
301
297
|
|
|
302
298
|
## Import
|
|
303
299
|
|
|
304
300
|
```sh
|
|
305
|
-
$ pulumi import aiven:index/mysqlUser:MysqlUser foo
|
|
301
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
306
302
|
```
|
|
307
303
|
|
|
308
304
|
:param str resource_name: The name of the resource.
|
|
@@ -379,8 +375,8 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
379
375
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
380
376
|
:param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
|
|
381
377
|
:param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
|
|
382
|
-
:param pulumi.Input[str] project:
|
|
383
|
-
: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.
|
|
384
380
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
385
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.
|
|
386
382
|
"""
|
|
@@ -434,7 +430,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
434
430
|
@pulumi.getter
|
|
435
431
|
def project(self) -> pulumi.Output[str]:
|
|
436
432
|
"""
|
|
437
|
-
|
|
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.
|
|
438
434
|
"""
|
|
439
435
|
return pulumi.get(self, "project")
|
|
440
436
|
|
|
@@ -442,7 +438,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
442
438
|
@pulumi.getter(name="serviceName")
|
|
443
439
|
def service_name(self) -> pulumi.Output[str]:
|
|
444
440
|
"""
|
|
445
|
-
|
|
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.
|
|
446
442
|
"""
|
|
447
443
|
return pulumi.get(self, "service_name")
|
|
448
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).
|
|
@@ -44,9 +44,9 @@ class OpenSearchArgs:
|
|
|
44
44
|
:param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings
|
|
45
45
|
: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.
|
|
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
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips:
|
|
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
|
|
|
@@ -219,7 +219,7 @@ class OpenSearchArgs:
|
|
|
219
219
|
@pulumi.getter(name="staticIps")
|
|
220
220
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
221
221
|
"""
|
|
222
|
-
|
|
222
|
+
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
|
|
223
223
|
"""
|
|
224
224
|
return pulumi.get(self, "static_ips")
|
|
225
225
|
|
|
@@ -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
|
|
|
@@ -308,9 +308,9 @@ class _OpenSearchState:
|
|
|
308
308
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
309
309
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
310
310
|
:param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings
|
|
311
|
-
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: OpenSearch
|
|
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
|
|
@@ -321,9 +321,9 @@ class _OpenSearchState:
|
|
|
321
321
|
:param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
322
322
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
323
323
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
324
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips:
|
|
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:
|
|
@@ -525,7 +525,7 @@ class _OpenSearchState:
|
|
|
525
525
|
@pulumi.getter
|
|
526
526
|
def opensearches(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]]]:
|
|
527
527
|
"""
|
|
528
|
-
OpenSearch
|
|
528
|
+
OpenSearch server provided values
|
|
529
529
|
"""
|
|
530
530
|
return pulumi.get(self, "opensearches")
|
|
531
531
|
|
|
@@ -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
|
|
|
@@ -681,7 +681,7 @@ class _OpenSearchState:
|
|
|
681
681
|
@pulumi.getter(name="staticIps")
|
|
682
682
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
683
683
|
"""
|
|
684
|
-
|
|
684
|
+
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
|
|
685
685
|
"""
|
|
686
686
|
return pulumi.get(self, "static_ips")
|
|
687
687
|
|
|
@@ -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
|
|
|
@@ -752,13 +752,12 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
752
752
|
|
|
753
753
|
## Example Usage
|
|
754
754
|
|
|
755
|
-
<!--Start PulumiCodeChooser -->
|
|
756
755
|
```python
|
|
757
756
|
import pulumi
|
|
758
757
|
import pulumi_aiven as aiven
|
|
759
758
|
|
|
760
759
|
os1 = aiven.OpenSearch("os1",
|
|
761
|
-
project=
|
|
760
|
+
project=pr1["project"],
|
|
762
761
|
cloud_name="google-europe-west1",
|
|
763
762
|
plan="startup-4",
|
|
764
763
|
service_name="my-os1",
|
|
@@ -776,7 +775,6 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
776
775
|
),
|
|
777
776
|
))
|
|
778
777
|
```
|
|
779
|
-
<!--End PulumiCodeChooser -->
|
|
780
778
|
|
|
781
779
|
## Import
|
|
782
780
|
|
|
@@ -793,13 +791,13 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
793
791
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
794
792
|
:param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
|
|
795
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).
|
|
796
|
-
: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.
|
|
797
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.
|
|
798
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
|
|
799
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.
|
|
800
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips:
|
|
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
|
|
801
799
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
802
|
-
: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.
|
|
803
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.
|
|
804
802
|
"""
|
|
805
803
|
...
|
|
@@ -813,13 +811,12 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
813
811
|
|
|
814
812
|
## Example Usage
|
|
815
813
|
|
|
816
|
-
<!--Start PulumiCodeChooser -->
|
|
817
814
|
```python
|
|
818
815
|
import pulumi
|
|
819
816
|
import pulumi_aiven as aiven
|
|
820
817
|
|
|
821
818
|
os1 = aiven.OpenSearch("os1",
|
|
822
|
-
project=
|
|
819
|
+
project=pr1["project"],
|
|
823
820
|
cloud_name="google-europe-west1",
|
|
824
821
|
plan="startup-4",
|
|
825
822
|
service_name="my-os1",
|
|
@@ -837,7 +834,6 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
837
834
|
),
|
|
838
835
|
))
|
|
839
836
|
```
|
|
840
|
-
<!--End PulumiCodeChooser -->
|
|
841
837
|
|
|
842
838
|
## Import
|
|
843
839
|
|
|
@@ -976,9 +972,9 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
976
972
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
977
973
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
978
974
|
:param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
|
|
979
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch
|
|
975
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch server provided values
|
|
980
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).
|
|
981
|
-
: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.
|
|
982
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.
|
|
983
979
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
984
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
|
|
@@ -989,9 +985,9 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
989
985
|
:param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
990
986
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
991
987
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
992
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips:
|
|
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
|
|
993
989
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
994
|
-
: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.
|
|
995
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.
|
|
996
992
|
"""
|
|
997
993
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1123,7 +1119,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1123
1119
|
@pulumi.getter
|
|
1124
1120
|
def opensearches(self) -> pulumi.Output[Sequence['outputs.OpenSearchOpensearch']]:
|
|
1125
1121
|
"""
|
|
1126
|
-
OpenSearch
|
|
1122
|
+
OpenSearch server provided values
|
|
1127
1123
|
"""
|
|
1128
1124
|
return pulumi.get(self, "opensearches")
|
|
1129
1125
|
|
|
@@ -1139,7 +1135,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1139
1135
|
@pulumi.getter
|
|
1140
1136
|
def project(self) -> pulumi.Output[str]:
|
|
1141
1137
|
"""
|
|
1142
|
-
|
|
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.
|
|
1143
1139
|
"""
|
|
1144
1140
|
return pulumi.get(self, "project")
|
|
1145
1141
|
|
|
@@ -1227,7 +1223,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1227
1223
|
@pulumi.getter(name="staticIps")
|
|
1228
1224
|
def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1229
1225
|
"""
|
|
1230
|
-
|
|
1226
|
+
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
|
|
1231
1227
|
"""
|
|
1232
1228
|
return pulumi.get(self, "static_ips")
|
|
1233
1229
|
|
|
@@ -1243,7 +1239,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1243
1239
|
@pulumi.getter(name="techEmails")
|
|
1244
1240
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.OpenSearchTechEmail']]]:
|
|
1245
1241
|
"""
|
|
1246
|
-
|
|
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.
|
|
1247
1243
|
"""
|
|
1248
1244
|
return pulumi.get(self, "tech_emails")
|
|
1249
1245
|
|