pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_user.py
CHANGED
|
@@ -20,9 +20,9 @@ class KafkaUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a KafkaUser resource.
|
|
23
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
25
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
25
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. 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] password: The password of the Kafka User.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -35,7 +35,7 @@ class KafkaUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
38
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
39
39
|
"""
|
|
40
40
|
return pulumi.get(self, "project")
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ class KafkaUserArgs:
|
|
|
47
47
|
@pulumi.getter(name="serviceName")
|
|
48
48
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
49
|
"""
|
|
50
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
50
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ class KafkaUserArgs:
|
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def username(self) -> pulumi.Input[str]:
|
|
61
61
|
"""
|
|
62
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
62
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "username")
|
|
65
65
|
|
|
@@ -95,10 +95,10 @@ class _KafkaUserState:
|
|
|
95
95
|
:param pulumi.Input[str] access_cert: Access certificate for the user
|
|
96
96
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
97
97
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
98
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
98
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
99
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
100
100
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
101
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
101
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
102
102
|
"""
|
|
103
103
|
if access_cert is not None:
|
|
104
104
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -155,7 +155,7 @@ class _KafkaUserState:
|
|
|
155
155
|
@pulumi.getter
|
|
156
156
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
157
157
|
"""
|
|
158
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
158
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "project")
|
|
161
161
|
|
|
@@ -167,7 +167,7 @@ class _KafkaUserState:
|
|
|
167
167
|
@pulumi.getter(name="serviceName")
|
|
168
168
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
169
169
|
"""
|
|
170
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
170
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
171
171
|
"""
|
|
172
172
|
return pulumi.get(self, "service_name")
|
|
173
173
|
|
|
@@ -191,7 +191,7 @@ class _KafkaUserState:
|
|
|
191
191
|
@pulumi.getter
|
|
192
192
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
193
193
|
"""
|
|
194
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
194
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "username")
|
|
197
197
|
|
|
@@ -215,6 +215,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
215
215
|
|
|
216
216
|
## Example Usage
|
|
217
217
|
|
|
218
|
+
<!--Start PulumiCodeChooser -->
|
|
218
219
|
```python
|
|
219
220
|
import pulumi
|
|
220
221
|
import pulumi_aiven as aiven
|
|
@@ -225,19 +226,20 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
225
226
|
username="user-1",
|
|
226
227
|
password="Test$1234")
|
|
227
228
|
```
|
|
229
|
+
<!--End PulumiCodeChooser -->
|
|
228
230
|
|
|
229
231
|
## Import
|
|
230
232
|
|
|
231
233
|
```sh
|
|
232
|
-
|
|
234
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
|
|
233
235
|
```
|
|
234
236
|
|
|
235
237
|
:param str resource_name: The name of the resource.
|
|
236
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
239
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
238
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
239
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
240
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
240
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
241
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
242
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
241
243
|
"""
|
|
242
244
|
...
|
|
243
245
|
@overload
|
|
@@ -250,6 +252,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
250
252
|
|
|
251
253
|
## Example Usage
|
|
252
254
|
|
|
255
|
+
<!--Start PulumiCodeChooser -->
|
|
253
256
|
```python
|
|
254
257
|
import pulumi
|
|
255
258
|
import pulumi_aiven as aiven
|
|
@@ -260,11 +263,12 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
260
263
|
username="user-1",
|
|
261
264
|
password="Test$1234")
|
|
262
265
|
```
|
|
266
|
+
<!--End PulumiCodeChooser -->
|
|
263
267
|
|
|
264
268
|
## Import
|
|
265
269
|
|
|
266
270
|
```sh
|
|
267
|
-
|
|
271
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
|
|
268
272
|
```
|
|
269
273
|
|
|
270
274
|
:param str resource_name: The name of the resource.
|
|
@@ -337,10 +341,10 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
337
341
|
:param pulumi.Input[str] access_cert: Access certificate for the user
|
|
338
342
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
339
343
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
340
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
341
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
344
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
345
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
342
346
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
343
|
-
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
347
|
+
:param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
344
348
|
"""
|
|
345
349
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
346
350
|
|
|
@@ -383,7 +387,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
383
387
|
@pulumi.getter
|
|
384
388
|
def project(self) -> pulumi.Output[str]:
|
|
385
389
|
"""
|
|
386
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
390
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
387
391
|
"""
|
|
388
392
|
return pulumi.get(self, "project")
|
|
389
393
|
|
|
@@ -391,7 +395,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
391
395
|
@pulumi.getter(name="serviceName")
|
|
392
396
|
def service_name(self) -> pulumi.Output[str]:
|
|
393
397
|
"""
|
|
394
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
398
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
395
399
|
"""
|
|
396
400
|
return pulumi.get(self, "service_name")
|
|
397
401
|
|
|
@@ -407,7 +411,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
407
411
|
@pulumi.getter
|
|
408
412
|
def username(self) -> pulumi.Output[str]:
|
|
409
413
|
"""
|
|
410
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
414
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
411
415
|
"""
|
|
412
416
|
return pulumi.get(self, "username")
|
|
413
417
|
|
pulumi_aiven/m3_aggregator.py
CHANGED
|
@@ -40,7 +40,7 @@ class M3AggregatorArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
: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
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class M3AggregatorArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _M3AggregatorState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
: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
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _M3AggregatorState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -840,6 +840,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -855,11 +856,12 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
855
856
|
m3aggregator_version="0.15",
|
|
856
857
|
))
|
|
857
858
|
```
|
|
859
|
+
<!--End PulumiCodeChooser -->
|
|
858
860
|
|
|
859
861
|
## Import
|
|
860
862
|
|
|
861
863
|
```sh
|
|
862
|
-
|
|
864
|
+
$ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
|
|
863
865
|
```
|
|
864
866
|
|
|
865
867
|
:param str resource_name: The name of the resource.
|
|
@@ -884,7 +886,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
884
886
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
885
887
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
886
888
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
887
|
-
reference.
|
|
889
|
+
reference. Changing this property forces recreation of the resource.
|
|
888
890
|
: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
|
|
889
891
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
890
892
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -912,6 +914,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
912
914
|
|
|
913
915
|
## Example Usage
|
|
914
916
|
|
|
917
|
+
<!--Start PulumiCodeChooser -->
|
|
915
918
|
```python
|
|
916
919
|
import pulumi
|
|
917
920
|
import pulumi_aiven as aiven
|
|
@@ -927,11 +930,12 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
927
930
|
m3aggregator_version="0.15",
|
|
928
931
|
))
|
|
929
932
|
```
|
|
933
|
+
<!--End PulumiCodeChooser -->
|
|
930
934
|
|
|
931
935
|
## Import
|
|
932
936
|
|
|
933
937
|
```sh
|
|
934
|
-
|
|
938
|
+
$ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
|
|
935
939
|
```
|
|
936
940
|
|
|
937
941
|
:param str resource_name: The name of the resource.
|
|
@@ -1082,7 +1086,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1082
1086
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1083
1087
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1084
1088
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1085
|
-
reference.
|
|
1089
|
+
reference. Changing this property forces recreation of the resource.
|
|
1086
1090
|
: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
|
|
1087
1091
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1088
1092
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1266,7 +1270,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1266
1270
|
def project(self) -> pulumi.Output[str]:
|
|
1267
1271
|
"""
|
|
1268
1272
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1269
|
-
reference.
|
|
1273
|
+
reference. Changing this property forces recreation of the resource.
|
|
1270
1274
|
"""
|
|
1271
1275
|
return pulumi.get(self, "project")
|
|
1272
1276
|
|
pulumi_aiven/m3_db.py
CHANGED
|
@@ -40,7 +40,7 @@ class M3DbArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
: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
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class M3DbArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _M3DbState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
: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
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _M3DbState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -840,6 +840,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -859,11 +860,12 @@ class M3Db(pulumi.CustomResource):
|
|
|
859
860
|
)],
|
|
860
861
|
))
|
|
861
862
|
```
|
|
863
|
+
<!--End PulumiCodeChooser -->
|
|
862
864
|
|
|
863
865
|
## Import
|
|
864
866
|
|
|
865
867
|
```sh
|
|
866
|
-
|
|
868
|
+
$ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
|
|
867
869
|
```
|
|
868
870
|
|
|
869
871
|
:param str resource_name: The name of the resource.
|
|
@@ -888,7 +890,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
888
890
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
889
891
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
890
892
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
891
|
-
reference.
|
|
893
|
+
reference. Changing this property forces recreation of the resource.
|
|
892
894
|
: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
|
|
893
895
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
894
896
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -916,6 +918,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
916
918
|
|
|
917
919
|
## Example Usage
|
|
918
920
|
|
|
921
|
+
<!--Start PulumiCodeChooser -->
|
|
919
922
|
```python
|
|
920
923
|
import pulumi
|
|
921
924
|
import pulumi_aiven as aiven
|
|
@@ -935,11 +938,12 @@ class M3Db(pulumi.CustomResource):
|
|
|
935
938
|
)],
|
|
936
939
|
))
|
|
937
940
|
```
|
|
941
|
+
<!--End PulumiCodeChooser -->
|
|
938
942
|
|
|
939
943
|
## Import
|
|
940
944
|
|
|
941
945
|
```sh
|
|
942
|
-
|
|
946
|
+
$ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
|
|
943
947
|
```
|
|
944
948
|
|
|
945
949
|
:param str resource_name: The name of the resource.
|
|
@@ -1090,7 +1094,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1090
1094
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1091
1095
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1092
1096
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1093
|
-
reference.
|
|
1097
|
+
reference. Changing this property forces recreation of the resource.
|
|
1094
1098
|
: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
|
|
1095
1099
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1096
1100
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1274,7 +1278,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1274
1278
|
def project(self) -> pulumi.Output[str]:
|
|
1275
1279
|
"""
|
|
1276
1280
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1277
|
-
reference.
|
|
1281
|
+
reference. Changing this property forces recreation of the resource.
|
|
1278
1282
|
"""
|
|
1279
1283
|
return pulumi.get(self, "project")
|
|
1280
1284
|
|
pulumi_aiven/m3db_user.py
CHANGED
|
@@ -20,9 +20,9 @@ class M3dbUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a M3dbUser resource.
|
|
23
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
25
|
-
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
25
|
+
:param pulumi.Input[str] username: The actual name of the M3DB User. 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] password: The password of the M3DB User.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -35,7 +35,7 @@ class M3dbUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
38
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
39
39
|
"""
|
|
40
40
|
return pulumi.get(self, "project")
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ class M3dbUserArgs:
|
|
|
47
47
|
@pulumi.getter(name="serviceName")
|
|
48
48
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
49
|
"""
|
|
50
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
50
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ class M3dbUserArgs:
|
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def username(self) -> pulumi.Input[str]:
|
|
61
61
|
"""
|
|
62
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
62
|
+
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "username")
|
|
65
65
|
|
|
@@ -91,10 +91,10 @@ class _M3dbUserState:
|
|
|
91
91
|
"""
|
|
92
92
|
Input properties used for looking up and filtering M3dbUser resources.
|
|
93
93
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
94
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
95
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
95
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
96
96
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
97
|
-
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
98
98
|
"""
|
|
99
99
|
if password is not None:
|
|
100
100
|
pulumi.set(__self__, "password", password)
|
|
@@ -123,7 +123,7 @@ class _M3dbUserState:
|
|
|
123
123
|
@pulumi.getter
|
|
124
124
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
125
125
|
"""
|
|
126
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
126
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -135,7 +135,7 @@ class _M3dbUserState:
|
|
|
135
135
|
@pulumi.getter(name="serviceName")
|
|
136
136
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
138
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "service_name")
|
|
141
141
|
|
|
@@ -159,7 +159,7 @@ class _M3dbUserState:
|
|
|
159
159
|
@pulumi.getter
|
|
160
160
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
161
161
|
"""
|
|
162
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
162
|
+
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "username")
|
|
165
165
|
|
|
@@ -183,6 +183,7 @@ class M3dbUser(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,19 +194,20 @@ class M3dbUser(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/m3dbUser:M3dbUser foo project/service_name/username
|
|
201
203
|
```
|
|
202
204
|
|
|
203
205
|
:param str resource_name: The name of the resource.
|
|
204
206
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
207
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
206
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
207
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
208
|
-
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
208
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
209
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
210
|
+
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
209
211
|
"""
|
|
210
212
|
...
|
|
211
213
|
@overload
|
|
@@ -218,6 +220,7 @@ class M3dbUser(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 M3dbUser(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/m3dbUser:M3dbUser foo project/service_name/username
|
|
236
240
|
```
|
|
237
241
|
|
|
238
242
|
:param str resource_name: The name of the resource.
|
|
@@ -299,10 +303,10 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
299
303
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
300
304
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
301
305
|
:param pulumi.Input[str] password: The password of the M3DB User.
|
|
302
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
303
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
306
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
307
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
304
308
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
305
|
-
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
309
|
+
:param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
306
310
|
"""
|
|
307
311
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
308
312
|
|
|
@@ -327,7 +331,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
327
331
|
@pulumi.getter
|
|
328
332
|
def project(self) -> pulumi.Output[str]:
|
|
329
333
|
"""
|
|
330
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
334
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
331
335
|
"""
|
|
332
336
|
return pulumi.get(self, "project")
|
|
333
337
|
|
|
@@ -335,7 +339,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
335
339
|
@pulumi.getter(name="serviceName")
|
|
336
340
|
def service_name(self) -> pulumi.Output[str]:
|
|
337
341
|
"""
|
|
338
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
342
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
339
343
|
"""
|
|
340
344
|
return pulumi.get(self, "service_name")
|
|
341
345
|
|
|
@@ -351,7 +355,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
351
355
|
@pulumi.getter
|
|
352
356
|
def username(self) -> pulumi.Output[str]:
|
|
353
357
|
"""
|
|
354
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
358
|
+
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
355
359
|
"""
|
|
356
360
|
return pulumi.get(self, "username")
|
|
357
361
|
|