pulumi-aiven 6.13.0a1709702245__py3-none-any.whl → 6.13.0a1710911852__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 +12 -12
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +6 -2
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +6 -2
- pulumi_aiven/aws_vpc_peering_connection.py +6 -2
- pulumi_aiven/azure_privatelink.py +6 -2
- pulumi_aiven/azure_privatelink_connection_approval.py +2 -2
- pulumi_aiven/azure_vpc_peering_connection.py +6 -2
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +6 -2
- pulumi_aiven/cassandra_user.py +6 -2
- pulumi_aiven/clickhouse.py +6 -2
- pulumi_aiven/clickhouse_database.py +6 -2
- pulumi_aiven/clickhouse_grant.py +4 -0
- pulumi_aiven/clickhouse_role.py +6 -2
- pulumi_aiven/clickhouse_user.py +6 -2
- pulumi_aiven/connection_pool.py +6 -2
- pulumi_aiven/flink.py +6 -2
- pulumi_aiven/flink_application.py +6 -2
- pulumi_aiven/flink_application_version.py +2 -2
- pulumi_aiven/gcp_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_aws_privatelink.py +4 -0
- pulumi_aiven/get_aws_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_azure_privatelink.py +4 -0
- pulumi_aiven/get_cassanda.py +4 -0
- pulumi_aiven/get_cassandra.py +4 -0
- pulumi_aiven/get_cassandra_user.py +4 -0
- pulumi_aiven/get_clickhouse.py +4 -0
- pulumi_aiven/get_clickhouse_database.py +4 -0
- pulumi_aiven/get_clickhouse_user.py +4 -0
- pulumi_aiven/get_connection_pool.py +4 -0
- pulumi_aiven/get_flink.py +4 -0
- pulumi_aiven/get_flink_application.py +4 -0
- pulumi_aiven/get_flink_application_version.py +4 -0
- pulumi_aiven/get_gcp_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_grafana.py +4 -0
- pulumi_aiven/get_kafka.py +4 -0
- pulumi_aiven/get_kafka_acl.py +4 -0
- pulumi_aiven/get_kafka_connect.py +4 -0
- pulumi_aiven/get_kafka_connector.py +4 -0
- pulumi_aiven/get_kafka_mirror_maker.py +4 -0
- pulumi_aiven/get_kafka_schema.py +4 -0
- pulumi_aiven/get_kafka_schema_configuration.py +4 -0
- pulumi_aiven/get_kafka_topic.py +4 -0
- pulumi_aiven/get_kafka_user.py +4 -0
- pulumi_aiven/get_m3_aggregator.py +4 -0
- pulumi_aiven/get_m3_db.py +4 -0
- pulumi_aiven/get_m3db_user.py +4 -0
- pulumi_aiven/get_mirror_maker_replication_flow.py +4 -0
- pulumi_aiven/get_my_sql.py +4 -0
- pulumi_aiven/get_mysql_database.py +4 -0
- pulumi_aiven/get_mysql_user.py +4 -0
- pulumi_aiven/get_open_search.py +4 -0
- pulumi_aiven/get_open_search_acl_config.py +4 -0
- pulumi_aiven/get_open_search_acl_rule.py +4 -0
- pulumi_aiven/get_opensearch_security_plugin_config.py +4 -0
- pulumi_aiven/get_opensearch_user.py +4 -0
- pulumi_aiven/get_organization.py +4 -0
- pulumi_aiven/get_pg.py +4 -0
- pulumi_aiven/get_pg_database.py +4 -0
- pulumi_aiven/get_pg_user.py +4 -0
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +4 -0
- pulumi_aiven/get_project_vpc.py +4 -0
- pulumi_aiven/get_redis.py +4 -0
- pulumi_aiven/get_redis_user.py +4 -0
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +4 -0
- pulumi_aiven/get_service_integration_endpoint.py +4 -0
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +4 -0
- pulumi_aiven/grafana.py +6 -2
- pulumi_aiven/kafka.py +6 -2
- pulumi_aiven/kafka_acl.py +6 -2
- pulumi_aiven/kafka_connect.py +6 -2
- pulumi_aiven/kafka_connector.py +6 -2
- pulumi_aiven/kafka_mirror_maker.py +6 -2
- pulumi_aiven/kafka_schema.py +6 -2
- pulumi_aiven/kafka_schema_configuration.py +6 -2
- pulumi_aiven/kafka_topic.py +2 -2
- pulumi_aiven/kafka_user.py +6 -2
- pulumi_aiven/m3_aggregator.py +6 -2
- pulumi_aiven/m3_db.py +6 -2
- pulumi_aiven/m3db_user.py +6 -2
- pulumi_aiven/mirror_maker_replication_flow.py +6 -2
- pulumi_aiven/my_sql.py +6 -2
- pulumi_aiven/mysql_database.py +6 -2
- pulumi_aiven/mysql_user.py +6 -2
- pulumi_aiven/open_search.py +6 -2
- pulumi_aiven/open_search_acl_config.py +6 -2
- pulumi_aiven/open_search_acl_rule.py +6 -2
- pulumi_aiven/opensearch_security_plugin_config.py +2 -2
- pulumi_aiven/opensearch_user.py +6 -2
- pulumi_aiven/organization.py +6 -2
- pulumi_aiven/organizational_unit.py +6 -2
- pulumi_aiven/outputs.py +24 -24
- pulumi_aiven/pg.py +2 -2
- pulumi_aiven/pg_database.py +6 -2
- pulumi_aiven/pg_user.py +6 -2
- pulumi_aiven/project.py +2 -2
- pulumi_aiven/project_user.py +6 -2
- pulumi_aiven/project_vpc.py +2 -2
- pulumi_aiven/redis.py +6 -2
- pulumi_aiven/redis_user.py +6 -2
- pulumi_aiven/service_integration.py +6 -2
- pulumi_aiven/transit_gateway_vpc_attachment.py +6 -2
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710911852.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1710911852.dist-info/RECORD +146 -0
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710911852.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.13.0a1709702245.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710911852.dist-info}/top_level.txt +0 -0
pulumi_aiven/open_search.py
CHANGED
|
@@ -752,6 +752,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
752
752
|
|
|
753
753
|
## Example Usage
|
|
754
754
|
|
|
755
|
+
<!--Start PulumiCodeChooser -->
|
|
755
756
|
```python
|
|
756
757
|
import pulumi
|
|
757
758
|
import pulumi_aiven as aiven
|
|
@@ -775,11 +776,12 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
775
776
|
),
|
|
776
777
|
))
|
|
777
778
|
```
|
|
779
|
+
<!--End PulumiCodeChooser -->
|
|
778
780
|
|
|
779
781
|
## Import
|
|
780
782
|
|
|
781
783
|
```sh
|
|
782
|
-
|
|
784
|
+
$ pulumi import aiven:index/openSearch:OpenSearch os1 project/service_name
|
|
783
785
|
```
|
|
784
786
|
|
|
785
787
|
:param str resource_name: The name of the resource.
|
|
@@ -811,6 +813,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
811
813
|
|
|
812
814
|
## Example Usage
|
|
813
815
|
|
|
816
|
+
<!--Start PulumiCodeChooser -->
|
|
814
817
|
```python
|
|
815
818
|
import pulumi
|
|
816
819
|
import pulumi_aiven as aiven
|
|
@@ -834,11 +837,12 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
834
837
|
),
|
|
835
838
|
))
|
|
836
839
|
```
|
|
840
|
+
<!--End PulumiCodeChooser -->
|
|
837
841
|
|
|
838
842
|
## Import
|
|
839
843
|
|
|
840
844
|
```sh
|
|
841
|
-
|
|
845
|
+
$ pulumi import aiven:index/openSearch:OpenSearch os1 project/service_name
|
|
842
846
|
```
|
|
843
847
|
|
|
844
848
|
:param str resource_name: The name of the resource.
|
|
@@ -168,6 +168,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
168
168
|
|
|
169
169
|
## Example Usage
|
|
170
170
|
|
|
171
|
+
<!--Start PulumiCodeChooser -->
|
|
171
172
|
```python
|
|
172
173
|
import pulumi
|
|
173
174
|
import pulumi_aiven as aiven
|
|
@@ -190,11 +191,12 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
190
191
|
enabled=True,
|
|
191
192
|
extended_acl=False)
|
|
192
193
|
```
|
|
194
|
+
<!--End PulumiCodeChooser -->
|
|
193
195
|
|
|
194
196
|
## Import
|
|
195
197
|
|
|
196
198
|
```sh
|
|
197
|
-
|
|
199
|
+
$ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
|
|
198
200
|
```
|
|
199
201
|
|
|
200
202
|
:param str resource_name: The name of the resource.
|
|
@@ -215,6 +217,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
215
217
|
|
|
216
218
|
## Example Usage
|
|
217
219
|
|
|
220
|
+
<!--Start PulumiCodeChooser -->
|
|
218
221
|
```python
|
|
219
222
|
import pulumi
|
|
220
223
|
import pulumi_aiven as aiven
|
|
@@ -237,11 +240,12 @@ class OpenSearchAclConfig(pulumi.CustomResource):
|
|
|
237
240
|
enabled=True,
|
|
238
241
|
extended_acl=False)
|
|
239
242
|
```
|
|
243
|
+
<!--End PulumiCodeChooser -->
|
|
240
244
|
|
|
241
245
|
## Import
|
|
242
246
|
|
|
243
247
|
```sh
|
|
244
|
-
|
|
248
|
+
$ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
|
|
245
249
|
```
|
|
246
250
|
|
|
247
251
|
:param str resource_name: The name of the resource.
|
|
@@ -198,6 +198,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
198
198
|
|
|
199
199
|
## Example Usage
|
|
200
200
|
|
|
201
|
+
<!--Start PulumiCodeChooser -->
|
|
201
202
|
```python
|
|
202
203
|
import pulumi
|
|
203
204
|
import pulumi_aiven as aiven
|
|
@@ -254,11 +255,12 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
254
255
|
|
|
255
256
|
pulumi.Output.all({i: v for i, v in acl_rules}).apply(lambda resolved_outputs: create_os_acl_rule(resolved_outputs[0]))
|
|
256
257
|
```
|
|
258
|
+
<!--End PulumiCodeChooser -->
|
|
257
259
|
|
|
258
260
|
## Import
|
|
259
261
|
|
|
260
262
|
```sh
|
|
261
|
-
|
|
263
|
+
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule project/service_name/username/index
|
|
262
264
|
```
|
|
263
265
|
|
|
264
266
|
:param str resource_name: The name of the resource.
|
|
@@ -280,6 +282,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
280
282
|
|
|
281
283
|
## Example Usage
|
|
282
284
|
|
|
285
|
+
<!--Start PulumiCodeChooser -->
|
|
283
286
|
```python
|
|
284
287
|
import pulumi
|
|
285
288
|
import pulumi_aiven as aiven
|
|
@@ -336,11 +339,12 @@ class OpenSearchAclRule(pulumi.CustomResource):
|
|
|
336
339
|
|
|
337
340
|
pulumi.Output.all({i: v for i, v in acl_rules}).apply(lambda resolved_outputs: create_os_acl_rule(resolved_outputs[0]))
|
|
338
341
|
```
|
|
342
|
+
<!--End PulumiCodeChooser -->
|
|
339
343
|
|
|
340
344
|
## Import
|
|
341
345
|
|
|
342
346
|
```sh
|
|
343
|
-
|
|
347
|
+
$ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule project/service_name/username/index
|
|
344
348
|
```
|
|
345
349
|
|
|
346
350
|
:param str resource_name: The name of the resource.
|
|
@@ -183,7 +183,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
183
183
|
## Import
|
|
184
184
|
|
|
185
185
|
```sh
|
|
186
|
-
|
|
186
|
+
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo project/service_name
|
|
187
187
|
```
|
|
188
188
|
|
|
189
189
|
:param str resource_name: The name of the resource.
|
|
@@ -204,7 +204,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
|
|
|
204
204
|
## Import
|
|
205
205
|
|
|
206
206
|
```sh
|
|
207
|
-
|
|
207
|
+
$ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo project/service_name
|
|
208
208
|
```
|
|
209
209
|
|
|
210
210
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/opensearch_user.py
CHANGED
|
@@ -183,6 +183,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
183
183
|
|
|
184
184
|
## Example Usage
|
|
185
185
|
|
|
186
|
+
<!--Start PulumiCodeChooser -->
|
|
186
187
|
```python
|
|
187
188
|
import pulumi
|
|
188
189
|
import pulumi_aiven as aiven
|
|
@@ -193,11 +194,12 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
193
194
|
username="user-1",
|
|
194
195
|
password="Test$1234")
|
|
195
196
|
```
|
|
197
|
+
<!--End PulumiCodeChooser -->
|
|
196
198
|
|
|
197
199
|
## Import
|
|
198
200
|
|
|
199
201
|
```sh
|
|
200
|
-
|
|
202
|
+
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo project/service_name/username
|
|
201
203
|
```
|
|
202
204
|
|
|
203
205
|
:param str resource_name: The name of the resource.
|
|
@@ -218,6 +220,7 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
218
220
|
|
|
219
221
|
## Example Usage
|
|
220
222
|
|
|
223
|
+
<!--Start PulumiCodeChooser -->
|
|
221
224
|
```python
|
|
222
225
|
import pulumi
|
|
223
226
|
import pulumi_aiven as aiven
|
|
@@ -228,11 +231,12 @@ class OpensearchUser(pulumi.CustomResource):
|
|
|
228
231
|
username="user-1",
|
|
229
232
|
password="Test$1234")
|
|
230
233
|
```
|
|
234
|
+
<!--End PulumiCodeChooser -->
|
|
231
235
|
|
|
232
236
|
## Import
|
|
233
237
|
|
|
234
238
|
```sh
|
|
235
|
-
|
|
239
|
+
$ pulumi import aiven:index/opensearchUser:OpensearchUser foo project/service_name/username
|
|
236
240
|
```
|
|
237
241
|
|
|
238
242
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/organization.py
CHANGED
|
@@ -146,17 +146,19 @@ class Organization(pulumi.CustomResource):
|
|
|
146
146
|
|
|
147
147
|
## Example Usage
|
|
148
148
|
|
|
149
|
+
<!--Start PulumiCodeChooser -->
|
|
149
150
|
```python
|
|
150
151
|
import pulumi
|
|
151
152
|
import pulumi_aiven as aiven
|
|
152
153
|
|
|
153
154
|
organization1 = aiven.Organization("organization1")
|
|
154
155
|
```
|
|
156
|
+
<!--End PulumiCodeChooser -->
|
|
155
157
|
|
|
156
158
|
## Import
|
|
157
159
|
|
|
158
160
|
```sh
|
|
159
|
-
|
|
161
|
+
$ pulumi import aiven:index/organization:Organization organization1 organization_id
|
|
160
162
|
```
|
|
161
163
|
|
|
162
164
|
:param str resource_name: The name of the resource.
|
|
@@ -174,17 +176,19 @@ class Organization(pulumi.CustomResource):
|
|
|
174
176
|
|
|
175
177
|
## Example Usage
|
|
176
178
|
|
|
179
|
+
<!--Start PulumiCodeChooser -->
|
|
177
180
|
```python
|
|
178
181
|
import pulumi
|
|
179
182
|
import pulumi_aiven as aiven
|
|
180
183
|
|
|
181
184
|
organization1 = aiven.Organization("organization1")
|
|
182
185
|
```
|
|
186
|
+
<!--End PulumiCodeChooser -->
|
|
183
187
|
|
|
184
188
|
## Import
|
|
185
189
|
|
|
186
190
|
```sh
|
|
187
|
-
|
|
191
|
+
$ pulumi import aiven:index/organization:Organization organization1 organization_id
|
|
188
192
|
```
|
|
189
193
|
|
|
190
194
|
:param str resource_name: The name of the resource.
|
|
@@ -151,17 +151,19 @@ class OrganizationalUnit(pulumi.CustomResource):
|
|
|
151
151
|
|
|
152
152
|
## Example Usage
|
|
153
153
|
|
|
154
|
+
<!--Start PulumiCodeChooser -->
|
|
154
155
|
```python
|
|
155
156
|
import pulumi
|
|
156
157
|
import pulumi_aiven as aiven
|
|
157
158
|
|
|
158
159
|
organizational_unit1 = aiven.OrganizationalUnit("organizationalUnit1", parent_id="<ORGANIZATION_ID>")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
## Import
|
|
162
164
|
|
|
163
165
|
```sh
|
|
164
|
-
|
|
166
|
+
$ pulumi import aiven:index/organizationalUnit:OrganizationalUnit organizational_unit1 organizational_unit_id
|
|
165
167
|
```
|
|
166
168
|
|
|
167
169
|
:param str resource_name: The name of the resource.
|
|
@@ -180,17 +182,19 @@ class OrganizationalUnit(pulumi.CustomResource):
|
|
|
180
182
|
|
|
181
183
|
## Example Usage
|
|
182
184
|
|
|
185
|
+
<!--Start PulumiCodeChooser -->
|
|
183
186
|
```python
|
|
184
187
|
import pulumi
|
|
185
188
|
import pulumi_aiven as aiven
|
|
186
189
|
|
|
187
190
|
organizational_unit1 = aiven.OrganizationalUnit("organizationalUnit1", parent_id="<ORGANIZATION_ID>")
|
|
188
191
|
```
|
|
192
|
+
<!--End PulumiCodeChooser -->
|
|
189
193
|
|
|
190
194
|
## Import
|
|
191
195
|
|
|
192
196
|
```sh
|
|
193
|
-
|
|
197
|
+
$ pulumi import aiven:index/organizationalUnit:OrganizationalUnit organizational_unit1 organizational_unit_id
|
|
194
198
|
```
|
|
195
199
|
|
|
196
200
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/outputs.py
CHANGED
|
@@ -12844,10 +12844,10 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
12844
12844
|
:param int http_max_header_size: The max size of allowed headers, in bytes.
|
|
12845
12845
|
:param int http_max_initial_line_length: The max length of an HTTP URL, in bytes.
|
|
12846
12846
|
:param int indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
|
|
12847
|
-
:param int indices_memory_index_buffer_size: Percentage value. Default is 10
|
|
12847
|
+
:param int indices_memory_index_buffer_size: Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
|
|
12848
12848
|
:param int indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index*buffer*size. Maximum amount of heap used for query cache, an absolute indices.memory.index*buffer*size maximum hard limit.
|
|
12849
12849
|
:param int indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index*buffer*size. Minimum amount of heap used for query cache, an absolute indices.memory.index*buffer*size minimal hard limit.
|
|
12850
|
-
:param int indices_queries_cache_size: Percentage value. Default is 10
|
|
12850
|
+
:param int indices_queries_cache_size: Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
|
|
12851
12851
|
:param int indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
|
|
12852
12852
|
:param int indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
|
|
12853
12853
|
:param int indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
@@ -13064,7 +13064,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
13064
13064
|
@pulumi.getter(name="indicesMemoryIndexBufferSize")
|
|
13065
13065
|
def indices_memory_index_buffer_size(self) -> Optional[int]:
|
|
13066
13066
|
"""
|
|
13067
|
-
Percentage value. Default is 10
|
|
13067
|
+
Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
|
|
13068
13068
|
"""
|
|
13069
13069
|
return pulumi.get(self, "indices_memory_index_buffer_size")
|
|
13070
13070
|
|
|
@@ -13088,7 +13088,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
13088
13088
|
@pulumi.getter(name="indicesQueriesCacheSize")
|
|
13089
13089
|
def indices_queries_cache_size(self) -> Optional[int]:
|
|
13090
13090
|
"""
|
|
13091
|
-
Percentage value. Default is 10
|
|
13091
|
+
Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
|
|
13092
13092
|
"""
|
|
13093
13093
|
return pulumi.get(self, "indices_queries_cache_size")
|
|
13094
13094
|
|
|
@@ -14440,12 +14440,12 @@ class PgPgUserConfig(dict):
|
|
|
14440
14440
|
:param str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created.
|
|
14441
14441
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
14442
14442
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
14443
|
-
:param float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20
|
|
14443
|
+
:param float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
|
|
14444
14444
|
:param bool static_ips: Use static public IP addresses.
|
|
14445
14445
|
:param str synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
14446
14446
|
:param 'PgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
|
|
14447
14447
|
:param str variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
14448
|
-
:param int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075
|
|
14448
|
+
:param int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
|
|
14449
14449
|
"""
|
|
14450
14450
|
if additional_backup_regions is not None:
|
|
14451
14451
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -14720,7 +14720,7 @@ class PgPgUserConfig(dict):
|
|
|
14720
14720
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
14721
14721
|
def shared_buffers_percentage(self) -> Optional[float]:
|
|
14722
14722
|
"""
|
|
14723
|
-
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20
|
|
14723
|
+
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
|
|
14724
14724
|
"""
|
|
14725
14725
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
14726
14726
|
|
|
@@ -14760,7 +14760,7 @@ class PgPgUserConfig(dict):
|
|
|
14760
14760
|
@pulumi.getter(name="workMem")
|
|
14761
14761
|
def work_mem(self) -> Optional[int]:
|
|
14762
14762
|
"""
|
|
14763
|
-
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075
|
|
14763
|
+
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
|
|
14764
14764
|
"""
|
|
14765
14765
|
return pulumi.get(self, "work_mem")
|
|
14766
14766
|
|
|
@@ -15075,14 +15075,14 @@ class PgPgUserConfigPg(dict):
|
|
|
15075
15075
|
wal_sender_timeout: Optional[int] = None,
|
|
15076
15076
|
wal_writer_delay: Optional[int] = None):
|
|
15077
15077
|
"""
|
|
15078
|
-
:param float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20
|
|
15078
|
+
:param float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
|
|
15079
15079
|
:param int autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
|
|
15080
15080
|
:param int autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
|
|
15081
15081
|
:param int autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
|
|
15082
15082
|
:param int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
|
|
15083
15083
|
:param int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum*cost*delay value will be used. The default value is 20 milliseconds.
|
|
15084
15084
|
:param int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
|
|
15085
|
-
:param float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20
|
|
15085
|
+
:param float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
|
|
15086
15086
|
:param int autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
|
|
15087
15087
|
:param int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
|
|
15088
15088
|
:param int bgwriter_flush_after: Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
|
|
@@ -15228,7 +15228,7 @@ class PgPgUserConfigPg(dict):
|
|
|
15228
15228
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
15229
15229
|
def autovacuum_analyze_scale_factor(self) -> Optional[float]:
|
|
15230
15230
|
"""
|
|
15231
|
-
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20
|
|
15231
|
+
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
|
|
15232
15232
|
"""
|
|
15233
15233
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
15234
15234
|
|
|
@@ -15284,7 +15284,7 @@ class PgPgUserConfigPg(dict):
|
|
|
15284
15284
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
15285
15285
|
def autovacuum_vacuum_scale_factor(self) -> Optional[float]:
|
|
15286
15286
|
"""
|
|
15287
|
-
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20
|
|
15287
|
+
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
|
|
15288
15288
|
"""
|
|
15289
15289
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
15290
15290
|
|
|
@@ -29928,10 +29928,10 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
29928
29928
|
:param int http_max_header_size: The max size of allowed headers, in bytes.
|
|
29929
29929
|
:param int http_max_initial_line_length: The max length of an HTTP URL, in bytes.
|
|
29930
29930
|
:param int indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
|
|
29931
|
-
:param int indices_memory_index_buffer_size: Percentage value. Default is 10
|
|
29931
|
+
:param int indices_memory_index_buffer_size: Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
|
|
29932
29932
|
:param int indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit.
|
|
29933
29933
|
:param int indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit.
|
|
29934
|
-
:param int indices_queries_cache_size: Percentage value. Default is 10
|
|
29934
|
+
:param int indices_queries_cache_size: Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
|
|
29935
29935
|
:param int indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
|
|
29936
29936
|
:param int indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
|
|
29937
29937
|
:param int indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
|
|
@@ -30148,7 +30148,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
30148
30148
|
@pulumi.getter(name="indicesMemoryIndexBufferSize")
|
|
30149
30149
|
def indices_memory_index_buffer_size(self) -> Optional[int]:
|
|
30150
30150
|
"""
|
|
30151
|
-
Percentage value. Default is 10
|
|
30151
|
+
Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
|
|
30152
30152
|
"""
|
|
30153
30153
|
return pulumi.get(self, "indices_memory_index_buffer_size")
|
|
30154
30154
|
|
|
@@ -30172,7 +30172,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
30172
30172
|
@pulumi.getter(name="indicesQueriesCacheSize")
|
|
30173
30173
|
def indices_queries_cache_size(self) -> Optional[int]:
|
|
30174
30174
|
"""
|
|
30175
|
-
Percentage value. Default is 10
|
|
30175
|
+
Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
|
|
30176
30176
|
"""
|
|
30177
30177
|
return pulumi.get(self, "indices_queries_cache_size")
|
|
30178
30178
|
|
|
@@ -31162,12 +31162,12 @@ class GetPgPgUserConfigResult(dict):
|
|
|
31162
31162
|
:param str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created.
|
|
31163
31163
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
31164
31164
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
|
|
31165
|
-
:param float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20
|
|
31165
|
+
:param float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
|
|
31166
31166
|
:param bool static_ips: Use static public IP addresses.
|
|
31167
31167
|
:param str synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
31168
31168
|
:param 'GetPgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
|
|
31169
31169
|
:param str variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
31170
|
-
:param int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075
|
|
31170
|
+
:param int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
|
|
31171
31171
|
"""
|
|
31172
31172
|
if additional_backup_regions is not None:
|
|
31173
31173
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -31442,7 +31442,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
31442
31442
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
31443
31443
|
def shared_buffers_percentage(self) -> Optional[float]:
|
|
31444
31444
|
"""
|
|
31445
|
-
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20
|
|
31445
|
+
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
|
|
31446
31446
|
"""
|
|
31447
31447
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
31448
31448
|
|
|
@@ -31482,7 +31482,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
31482
31482
|
@pulumi.getter(name="workMem")
|
|
31483
31483
|
def work_mem(self) -> Optional[int]:
|
|
31484
31484
|
"""
|
|
31485
|
-
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075
|
|
31485
|
+
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
|
|
31486
31486
|
"""
|
|
31487
31487
|
return pulumi.get(self, "work_mem")
|
|
31488
31488
|
|
|
@@ -31671,14 +31671,14 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
31671
31671
|
wal_sender_timeout: Optional[int] = None,
|
|
31672
31672
|
wal_writer_delay: Optional[int] = None):
|
|
31673
31673
|
"""
|
|
31674
|
-
:param float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20
|
|
31674
|
+
:param float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
|
|
31675
31675
|
:param int autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
|
|
31676
31676
|
:param int autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
|
|
31677
31677
|
:param int autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
|
|
31678
31678
|
:param int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
|
|
31679
31679
|
:param int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
|
|
31680
31680
|
:param int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
|
|
31681
|
-
:param float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20
|
|
31681
|
+
:param float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
|
|
31682
31682
|
:param int autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
|
|
31683
31683
|
:param int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
|
|
31684
31684
|
:param int bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
|
|
@@ -31824,7 +31824,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
31824
31824
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
31825
31825
|
def autovacuum_analyze_scale_factor(self) -> Optional[float]:
|
|
31826
31826
|
"""
|
|
31827
|
-
Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20
|
|
31827
|
+
Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
|
|
31828
31828
|
"""
|
|
31829
31829
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
31830
31830
|
|
|
@@ -31880,7 +31880,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
31880
31880
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
31881
31881
|
def autovacuum_vacuum_scale_factor(self) -> Optional[float]:
|
|
31882
31882
|
"""
|
|
31883
|
-
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20
|
|
31883
|
+
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
|
|
31884
31884
|
"""
|
|
31885
31885
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
31886
31886
|
|
pulumi_aiven/pg.py
CHANGED
|
@@ -771,7 +771,7 @@ class Pg(pulumi.CustomResource):
|
|
|
771
771
|
## Import
|
|
772
772
|
|
|
773
773
|
```sh
|
|
774
|
-
|
|
774
|
+
$ pulumi import aiven:index/pg:Pg pg project/service_name
|
|
775
775
|
```
|
|
776
776
|
|
|
777
777
|
:param str resource_name: The name of the resource.
|
|
@@ -805,7 +805,7 @@ class Pg(pulumi.CustomResource):
|
|
|
805
805
|
## Import
|
|
806
806
|
|
|
807
807
|
```sh
|
|
808
|
-
|
|
808
|
+
$ pulumi import aiven:index/pg:Pg pg project/service_name
|
|
809
809
|
```
|
|
810
810
|
|
|
811
811
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/pg_database.py
CHANGED
|
@@ -237,6 +237,7 @@ class PgDatabase(pulumi.CustomResource):
|
|
|
237
237
|
|
|
238
238
|
## Example Usage
|
|
239
239
|
|
|
240
|
+
<!--Start PulumiCodeChooser -->
|
|
240
241
|
```python
|
|
241
242
|
import pulumi
|
|
242
243
|
import pulumi_aiven as aiven
|
|
@@ -246,11 +247,12 @@ class PgDatabase(pulumi.CustomResource):
|
|
|
246
247
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
247
248
|
database_name="<DATABASE_NAME>")
|
|
248
249
|
```
|
|
250
|
+
<!--End PulumiCodeChooser -->
|
|
249
251
|
|
|
250
252
|
## Import
|
|
251
253
|
|
|
252
254
|
```sh
|
|
253
|
-
|
|
255
|
+
$ pulumi import aiven:index/pgDatabase:PgDatabase mydatabase project/service_name/database_name
|
|
254
256
|
```
|
|
255
257
|
|
|
256
258
|
:param str resource_name: The name of the resource.
|
|
@@ -274,6 +276,7 @@ class PgDatabase(pulumi.CustomResource):
|
|
|
274
276
|
|
|
275
277
|
## Example Usage
|
|
276
278
|
|
|
279
|
+
<!--Start PulumiCodeChooser -->
|
|
277
280
|
```python
|
|
278
281
|
import pulumi
|
|
279
282
|
import pulumi_aiven as aiven
|
|
@@ -283,11 +286,12 @@ class PgDatabase(pulumi.CustomResource):
|
|
|
283
286
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
284
287
|
database_name="<DATABASE_NAME>")
|
|
285
288
|
```
|
|
289
|
+
<!--End PulumiCodeChooser -->
|
|
286
290
|
|
|
287
291
|
## Import
|
|
288
292
|
|
|
289
293
|
```sh
|
|
290
|
-
|
|
294
|
+
$ pulumi import aiven:index/pgDatabase:PgDatabase mydatabase project/service_name/database_name
|
|
291
295
|
```
|
|
292
296
|
|
|
293
297
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/pg_user.py
CHANGED
|
@@ -248,6 +248,7 @@ class PgUser(pulumi.CustomResource):
|
|
|
248
248
|
|
|
249
249
|
## Example Usage
|
|
250
250
|
|
|
251
|
+
<!--Start PulumiCodeChooser -->
|
|
251
252
|
```python
|
|
252
253
|
import pulumi
|
|
253
254
|
import pulumi_aiven as aiven
|
|
@@ -258,11 +259,12 @@ class PgUser(pulumi.CustomResource):
|
|
|
258
259
|
username="user-1",
|
|
259
260
|
password="Test$1234")
|
|
260
261
|
```
|
|
262
|
+
<!--End PulumiCodeChooser -->
|
|
261
263
|
|
|
262
264
|
## Import
|
|
263
265
|
|
|
264
266
|
```sh
|
|
265
|
-
|
|
267
|
+
$ pulumi import aiven:index/pgUser:PgUser user project/service_name/username
|
|
266
268
|
```
|
|
267
269
|
|
|
268
270
|
:param str resource_name: The name of the resource.
|
|
@@ -284,6 +286,7 @@ class PgUser(pulumi.CustomResource):
|
|
|
284
286
|
|
|
285
287
|
## Example Usage
|
|
286
288
|
|
|
289
|
+
<!--Start PulumiCodeChooser -->
|
|
287
290
|
```python
|
|
288
291
|
import pulumi
|
|
289
292
|
import pulumi_aiven as aiven
|
|
@@ -294,11 +297,12 @@ class PgUser(pulumi.CustomResource):
|
|
|
294
297
|
username="user-1",
|
|
295
298
|
password="Test$1234")
|
|
296
299
|
```
|
|
300
|
+
<!--End PulumiCodeChooser -->
|
|
297
301
|
|
|
298
302
|
## Import
|
|
299
303
|
|
|
300
304
|
```sh
|
|
301
|
-
|
|
305
|
+
$ pulumi import aiven:index/pgUser:PgUser user project/service_name/username
|
|
302
306
|
```
|
|
303
307
|
|
|
304
308
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/project.py
CHANGED
|
@@ -470,7 +470,7 @@ class Project(pulumi.CustomResource):
|
|
|
470
470
|
## Import
|
|
471
471
|
|
|
472
472
|
```sh
|
|
473
|
-
|
|
473
|
+
$ pulumi import aiven:index/project:Project myproject project
|
|
474
474
|
```
|
|
475
475
|
|
|
476
476
|
:param str resource_name: The name of the resource.
|
|
@@ -498,7 +498,7 @@ class Project(pulumi.CustomResource):
|
|
|
498
498
|
## Import
|
|
499
499
|
|
|
500
500
|
```sh
|
|
501
|
-
|
|
501
|
+
$ pulumi import aiven:index/project:Project myproject project
|
|
502
502
|
```
|
|
503
503
|
|
|
504
504
|
:param str resource_name: The name of the resource.
|