pulumi-aiven 6.13.0a1709702245__py3-none-any.whl → 6.31.0a1736831339__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.

Files changed (168) hide show
  1. pulumi_aiven/__init__.py +127 -0
  2. pulumi_aiven/_inputs.py +32826 -13922
  3. pulumi_aiven/_utilities.py +41 -5
  4. pulumi_aiven/account.py +34 -43
  5. pulumi_aiven/account_authentication.py +24 -9
  6. pulumi_aiven/account_team.py +37 -12
  7. pulumi_aiven/account_team_member.py +48 -35
  8. pulumi_aiven/account_team_project.py +42 -25
  9. pulumi_aiven/alloydbomni.py +1335 -0
  10. pulumi_aiven/alloydbomni_database.py +347 -0
  11. pulumi_aiven/alloydbomni_user.py +433 -0
  12. pulumi_aiven/aws_privatelink.py +44 -39
  13. pulumi_aiven/aws_vpc_peering_connection.py +72 -57
  14. pulumi_aiven/azure_privatelink.py +54 -49
  15. pulumi_aiven/azure_privatelink_connection_approval.py +136 -33
  16. pulumi_aiven/azure_vpc_peering_connection.py +86 -73
  17. pulumi_aiven/billing_group.py +33 -30
  18. pulumi_aiven/cassandra.py +145 -122
  19. pulumi_aiven/cassandra_user.py +59 -54
  20. pulumi_aiven/clickhouse.py +133 -110
  21. pulumi_aiven/clickhouse_database.py +58 -58
  22. pulumi_aiven/clickhouse_grant.py +135 -130
  23. pulumi_aiven/clickhouse_role.py +36 -45
  24. pulumi_aiven/clickhouse_user.py +50 -45
  25. pulumi_aiven/config/__init__.pyi +5 -0
  26. pulumi_aiven/config/vars.py +5 -0
  27. pulumi_aiven/connection_pool.py +67 -62
  28. pulumi_aiven/dragonfly.py +1256 -0
  29. pulumi_aiven/flink.py +104 -100
  30. pulumi_aiven/flink_application.py +58 -51
  31. pulumi_aiven/flink_application_deployment.py +178 -73
  32. pulumi_aiven/flink_application_version.py +179 -96
  33. pulumi_aiven/gcp_privatelink.py +69 -42
  34. pulumi_aiven/gcp_privatelink_connection_approval.py +78 -49
  35. pulumi_aiven/gcp_vpc_peering_connection.py +49 -44
  36. pulumi_aiven/get_account.py +20 -5
  37. pulumi_aiven/get_account_authentication.py +31 -5
  38. pulumi_aiven/get_account_team.py +18 -5
  39. pulumi_aiven/get_account_team_member.py +29 -14
  40. pulumi_aiven/get_account_team_project.py +19 -6
  41. pulumi_aiven/get_alloydbomni.py +499 -0
  42. pulumi_aiven/get_alloydbomni_database.py +168 -0
  43. pulumi_aiven/get_alloydbomni_user.py +210 -0
  44. pulumi_aiven/get_aws_privatelink.py +33 -20
  45. pulumi_aiven/get_aws_vpc_peering_connection.py +56 -29
  46. pulumi_aiven/get_azure_privatelink.py +37 -22
  47. pulumi_aiven/get_azure_vpc_peering_connection.py +77 -28
  48. pulumi_aiven/get_billing_group.py +31 -8
  49. pulumi_aiven/get_cassanda.py +55 -19
  50. pulumi_aiven/get_cassandra.py +55 -19
  51. pulumi_aiven/get_cassandra_user.py +42 -26
  52. pulumi_aiven/get_clickhouse.py +55 -19
  53. pulumi_aiven/get_clickhouse_database.py +35 -22
  54. pulumi_aiven/get_clickhouse_user.py +40 -25
  55. pulumi_aiven/get_connection_pool.py +43 -26
  56. pulumi_aiven/get_dragonfly.py +499 -0
  57. pulumi_aiven/get_external_identity.py +160 -0
  58. pulumi_aiven/get_flink.py +55 -19
  59. pulumi_aiven/get_flink_application.py +44 -27
  60. pulumi_aiven/get_flink_application_version.py +55 -33
  61. pulumi_aiven/get_gcp_privatelink.py +63 -7
  62. pulumi_aiven/get_gcp_vpc_peering_connection.py +39 -24
  63. pulumi_aiven/get_grafana.py +55 -19
  64. pulumi_aiven/get_influx_db.py +41 -5
  65. pulumi_aiven/get_influxdb_database.py +18 -5
  66. pulumi_aiven/get_influxdb_user.py +21 -5
  67. pulumi_aiven/get_kafka.py +59 -21
  68. pulumi_aiven/get_kafka_acl.py +50 -33
  69. pulumi_aiven/get_kafka_connect.py +54 -32
  70. pulumi_aiven/get_kafka_connector.py +44 -24
  71. pulumi_aiven/get_kafka_mirror_maker.py +50 -28
  72. pulumi_aiven/get_kafka_schema.py +35 -19
  73. pulumi_aiven/get_kafka_schema_configuration.py +32 -17
  74. pulumi_aiven/get_kafka_schema_registry_acl.py +37 -20
  75. pulumi_aiven/get_kafka_topic.py +70 -25
  76. pulumi_aiven/get_kafka_user.py +42 -26
  77. pulumi_aiven/get_m3_aggregator.py +51 -15
  78. pulumi_aiven/get_m3_db.py +55 -19
  79. pulumi_aiven/get_m3db_user.py +38 -24
  80. pulumi_aiven/get_mirror_maker_replication_flow.py +86 -21
  81. pulumi_aiven/get_my_sql.py +50 -14
  82. pulumi_aiven/get_mysql_database.py +31 -18
  83. pulumi_aiven/get_mysql_user.py +36 -19
  84. pulumi_aiven/get_open_search.py +50 -14
  85. pulumi_aiven/get_open_search_acl_config.py +27 -15
  86. pulumi_aiven/get_open_search_acl_rule.py +37 -21
  87. pulumi_aiven/get_opensearch_security_plugin_config.py +29 -15
  88. pulumi_aiven/get_opensearch_user.py +32 -18
  89. pulumi_aiven/get_organization.py +25 -13
  90. pulumi_aiven/get_organization_application_user.py +176 -0
  91. pulumi_aiven/get_organization_user.py +18 -5
  92. pulumi_aiven/get_organization_user_group.py +48 -14
  93. pulumi_aiven/get_organization_user_list.py +121 -0
  94. pulumi_aiven/get_organizational_unit.py +26 -14
  95. pulumi_aiven/get_pg.py +55 -19
  96. pulumi_aiven/get_pg_database.py +39 -24
  97. pulumi_aiven/get_pg_user.py +44 -27
  98. pulumi_aiven/get_project.py +43 -22
  99. pulumi_aiven/get_project_user.py +27 -15
  100. pulumi_aiven/get_project_vpc.py +31 -19
  101. pulumi_aiven/get_redis.py +50 -14
  102. pulumi_aiven/get_redis_user.py +40 -22
  103. pulumi_aiven/get_service_component.py +40 -18
  104. pulumi_aiven/get_service_integration.py +163 -49
  105. pulumi_aiven/get_service_integration_endpoint.py +128 -33
  106. pulumi_aiven/get_thanos.py +499 -0
  107. pulumi_aiven/get_transit_gateway_vpc_attachment.py +35 -18
  108. pulumi_aiven/get_valkey.py +499 -0
  109. pulumi_aiven/get_valkey_user.py +218 -0
  110. pulumi_aiven/grafana.py +188 -318
  111. pulumi_aiven/influx_db.py +127 -90
  112. pulumi_aiven/influxdb_database.py +40 -55
  113. pulumi_aiven/influxdb_user.py +47 -42
  114. pulumi_aiven/kafka.py +157 -140
  115. pulumi_aiven/kafka_acl.py +64 -53
  116. pulumi_aiven/kafka_connect.py +201 -328
  117. pulumi_aiven/kafka_connector.py +67 -56
  118. pulumi_aiven/kafka_mirror_maker.py +139 -318
  119. pulumi_aiven/kafka_native_acl.py +588 -0
  120. pulumi_aiven/kafka_schema.py +65 -56
  121. pulumi_aiven/kafka_schema_configuration.py +25 -20
  122. pulumi_aiven/kafka_schema_registry_acl.py +80 -35
  123. pulumi_aiven/kafka_topic.py +184 -65
  124. pulumi_aiven/kafka_user.py +59 -54
  125. pulumi_aiven/m3_aggregator.py +176 -308
  126. pulumi_aiven/m3_db.py +190 -322
  127. pulumi_aiven/m3db_user.py +51 -46
  128. pulumi_aiven/mirror_maker_replication_flow.py +217 -53
  129. pulumi_aiven/my_sql.py +190 -322
  130. pulumi_aiven/mysql_database.py +32 -47
  131. pulumi_aiven/mysql_user.py +37 -32
  132. pulumi_aiven/open_search.py +128 -105
  133. pulumi_aiven/open_search_acl_config.py +33 -32
  134. pulumi_aiven/open_search_acl_rule.py +55 -50
  135. pulumi_aiven/opensearch_security_plugin_config.py +69 -16
  136. pulumi_aiven/opensearch_user.py +30 -25
  137. pulumi_aiven/organization.py +18 -13
  138. pulumi_aiven/organization_application_user.py +345 -0
  139. pulumi_aiven/organization_application_user_token.py +711 -0
  140. pulumi_aiven/organization_group_project.py +349 -0
  141. pulumi_aiven/organization_permission.py +421 -0
  142. pulumi_aiven/organization_user.py +25 -46
  143. pulumi_aiven/organization_user_group.py +64 -23
  144. pulumi_aiven/organization_user_group_member.py +359 -0
  145. pulumi_aiven/organizational_unit.py +41 -32
  146. pulumi_aiven/outputs.py +38509 -21612
  147. pulumi_aiven/pg.py +92 -88
  148. pulumi_aiven/pg_database.py +52 -67
  149. pulumi_aiven/pg_user.py +80 -61
  150. pulumi_aiven/project.py +111 -102
  151. pulumi_aiven/project_user.py +44 -31
  152. pulumi_aiven/project_vpc.py +58 -29
  153. pulumi_aiven/provider.py +5 -0
  154. pulumi_aiven/pulumi-plugin.json +2 -1
  155. pulumi_aiven/redis.py +163 -295
  156. pulumi_aiven/redis_user.py +58 -53
  157. pulumi_aiven/service_integration.py +511 -161
  158. pulumi_aiven/service_integration_endpoint.py +466 -158
  159. pulumi_aiven/static_ip.py +21 -16
  160. pulumi_aiven/thanos.py +1262 -0
  161. pulumi_aiven/transit_gateway_vpc_attachment.py +44 -54
  162. pulumi_aiven/valkey.py +1256 -0
  163. pulumi_aiven/valkey_user.py +606 -0
  164. {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/METADATA +7 -6
  165. pulumi_aiven-6.31.0a1736831339.dist-info/RECORD +169 -0
  166. {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/WHEEL +1 -1
  167. pulumi_aiven-6.13.0a1709702245.dist-info/RECORD +0 -146
  168. {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/top_level.txt +0 -0
pulumi_aiven/m3db_user.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['M3dbUserArgs', 'M3dbUser']
@@ -20,10 +25,10 @@ class M3dbUserArgs:
20
25
  password: Optional[pulumi.Input[str]] = None):
21
26
  """
22
27
  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. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
26
- :param pulumi.Input[str] password: The password of the M3DB User.
28
+ :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.
29
+ :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.
30
+ :param pulumi.Input[str] username: Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
31
+ :param pulumi.Input[str] password: The M3DB service user's password.
27
32
  """
28
33
  pulumi.set(__self__, "project", project)
29
34
  pulumi.set(__self__, "service_name", service_name)
@@ -35,7 +40,7 @@ class M3dbUserArgs:
35
40
  @pulumi.getter
36
41
  def project(self) -> pulumi.Input[str]:
37
42
  """
38
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
43
+ 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.
39
44
  """
40
45
  return pulumi.get(self, "project")
41
46
 
@@ -47,7 +52,7 @@ class M3dbUserArgs:
47
52
  @pulumi.getter(name="serviceName")
48
53
  def service_name(self) -> pulumi.Input[str]:
49
54
  """
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. This property cannot be changed, doing so forces recreation of the resource.
55
+ 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
56
  """
52
57
  return pulumi.get(self, "service_name")
53
58
 
@@ -59,7 +64,7 @@ class M3dbUserArgs:
59
64
  @pulumi.getter
60
65
  def username(self) -> pulumi.Input[str]:
61
66
  """
62
- The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
67
+ Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
63
68
  """
64
69
  return pulumi.get(self, "username")
65
70
 
@@ -71,7 +76,7 @@ class M3dbUserArgs:
71
76
  @pulumi.getter
72
77
  def password(self) -> Optional[pulumi.Input[str]]:
73
78
  """
74
- The password of the M3DB User.
79
+ The M3DB service user's password.
75
80
  """
76
81
  return pulumi.get(self, "password")
77
82
 
@@ -90,11 +95,11 @@ class _M3dbUserState:
90
95
  username: Optional[pulumi.Input[str]] = None):
91
96
  """
92
97
  Input properties used for looking up and filtering M3dbUser resources.
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
98
+ :param pulumi.Input[str] password: The M3DB service user's password.
99
+ :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.
100
+ :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.
101
+ :param pulumi.Input[str] type: User account type, such as primary or regular account.
102
+ :param pulumi.Input[str] username: Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
98
103
  """
99
104
  if password is not None:
100
105
  pulumi.set(__self__, "password", password)
@@ -111,7 +116,7 @@ class _M3dbUserState:
111
116
  @pulumi.getter
112
117
  def password(self) -> Optional[pulumi.Input[str]]:
113
118
  """
114
- The password of the M3DB User.
119
+ The M3DB service user's password.
115
120
  """
116
121
  return pulumi.get(self, "password")
117
122
 
@@ -123,7 +128,7 @@ class _M3dbUserState:
123
128
  @pulumi.getter
124
129
  def project(self) -> Optional[pulumi.Input[str]]:
125
130
  """
126
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
131
+ 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.
127
132
  """
128
133
  return pulumi.get(self, "project")
129
134
 
@@ -135,7 +140,7 @@ class _M3dbUserState:
135
140
  @pulumi.getter(name="serviceName")
136
141
  def service_name(self) -> Optional[pulumi.Input[str]]:
137
142
  """
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. This property cannot be changed, doing so forces recreation of the resource.
143
+ 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
144
  """
140
145
  return pulumi.get(self, "service_name")
141
146
 
@@ -147,7 +152,7 @@ class _M3dbUserState:
147
152
  @pulumi.getter
148
153
  def type(self) -> Optional[pulumi.Input[str]]:
149
154
  """
150
- Type of the user account. Tells whether the user is the primary account or a regular account.
155
+ User account type, such as primary or regular account.
151
156
  """
152
157
  return pulumi.get(self, "type")
153
158
 
@@ -159,7 +164,7 @@ class _M3dbUserState:
159
164
  @pulumi.getter
160
165
  def username(self) -> Optional[pulumi.Input[str]]:
161
166
  """
162
- The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
167
+ Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
163
168
  """
164
169
  return pulumi.get(self, "username")
165
170
 
@@ -179,7 +184,7 @@ class M3dbUser(pulumi.CustomResource):
179
184
  username: Optional[pulumi.Input[str]] = None,
180
185
  __props__=None):
181
186
  """
182
- The M3DB User resource allows the creation and management of Aiven M3DB Users.
187
+ Creates and manages an Aiven for M3DB service user.
183
188
 
184
189
  ## Example Usage
185
190
 
@@ -187,25 +192,25 @@ class M3dbUser(pulumi.CustomResource):
187
192
  import pulumi
188
193
  import pulumi_aiven as aiven
189
194
 
190
- foo = aiven.M3dbUser("foo",
191
- service_name=aiven_m3db["bar"]["service_name"],
192
- project="my-project",
193
- username="user-1",
194
- password="Test$1234")
195
+ example_service_user = aiven.M3dbUser("example_service_user",
196
+ service_name=example_m3db["serviceName"],
197
+ project=example_project["project"],
198
+ username="example-m3db-user",
199
+ password=service_user_pw)
195
200
  ```
196
201
 
197
202
  ## Import
198
203
 
199
204
  ```sh
200
- $ pulumi import aiven:index/m3dbUser:M3dbUser foo project/service_name/username
205
+ $ pulumi import aiven:index/m3dbUser:M3dbUser example_service_user PROJECT/SERVICE_NAME/USERNAME
201
206
  ```
202
207
 
203
208
  :param str resource_name: The name of the resource.
204
209
  :param pulumi.ResourceOptions opts: Options for the resource.
205
- :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. This property cannot be changed, doing so forces recreation of the resource.
207
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
210
+ :param pulumi.Input[str] password: The M3DB service user's password.
211
+ :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.
212
+ :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.
213
+ :param pulumi.Input[str] username: Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
209
214
  """
210
215
  ...
211
216
  @overload
@@ -214,7 +219,7 @@ class M3dbUser(pulumi.CustomResource):
214
219
  args: M3dbUserArgs,
215
220
  opts: Optional[pulumi.ResourceOptions] = None):
216
221
  """
217
- The M3DB User resource allows the creation and management of Aiven M3DB Users.
222
+ Creates and manages an Aiven for M3DB service user.
218
223
 
219
224
  ## Example Usage
220
225
 
@@ -222,17 +227,17 @@ class M3dbUser(pulumi.CustomResource):
222
227
  import pulumi
223
228
  import pulumi_aiven as aiven
224
229
 
225
- foo = aiven.M3dbUser("foo",
226
- service_name=aiven_m3db["bar"]["service_name"],
227
- project="my-project",
228
- username="user-1",
229
- password="Test$1234")
230
+ example_service_user = aiven.M3dbUser("example_service_user",
231
+ service_name=example_m3db["serviceName"],
232
+ project=example_project["project"],
233
+ username="example-m3db-user",
234
+ password=service_user_pw)
230
235
  ```
231
236
 
232
237
  ## Import
233
238
 
234
239
  ```sh
235
- $ pulumi import aiven:index/m3dbUser:M3dbUser foo project/service_name/username
240
+ $ pulumi import aiven:index/m3dbUser:M3dbUser example_service_user PROJECT/SERVICE_NAME/USERNAME
236
241
  ```
237
242
 
238
243
  :param str resource_name: The name of the resource.
@@ -298,11 +303,11 @@ class M3dbUser(pulumi.CustomResource):
298
303
  :param str resource_name: The unique name of the resulting resource.
299
304
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
300
305
  :param pulumi.ResourceOptions opts: Options for the resource.
301
- :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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
304
- :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. This property cannot be changed, doing so forces recreation of the resource.
306
+ :param pulumi.Input[str] password: The M3DB service user's password.
307
+ :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.
308
+ :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.
309
+ :param pulumi.Input[str] type: User account type, such as primary or regular account.
310
+ :param pulumi.Input[str] username: Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
306
311
  """
307
312
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
308
313
 
@@ -319,7 +324,7 @@ class M3dbUser(pulumi.CustomResource):
319
324
  @pulumi.getter
320
325
  def password(self) -> pulumi.Output[str]:
321
326
  """
322
- The password of the M3DB User.
327
+ The M3DB service user's password.
323
328
  """
324
329
  return pulumi.get(self, "password")
325
330
 
@@ -327,7 +332,7 @@ class M3dbUser(pulumi.CustomResource):
327
332
  @pulumi.getter
328
333
  def project(self) -> pulumi.Output[str]:
329
334
  """
330
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
335
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
331
336
  """
332
337
  return pulumi.get(self, "project")
333
338
 
@@ -335,7 +340,7 @@ class M3dbUser(pulumi.CustomResource):
335
340
  @pulumi.getter(name="serviceName")
336
341
  def service_name(self) -> pulumi.Output[str]:
337
342
  """
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. This property cannot be changed, doing so forces recreation of the resource.
343
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
339
344
  """
340
345
  return pulumi.get(self, "service_name")
341
346
 
@@ -343,7 +348,7 @@ class M3dbUser(pulumi.CustomResource):
343
348
  @pulumi.getter
344
349
  def type(self) -> pulumi.Output[str]:
345
350
  """
346
- Type of the user account. Tells whether the user is the primary account or a regular account.
351
+ User account type, such as primary or regular account.
347
352
  """
348
353
  return pulumi.get(self, "type")
349
354
 
@@ -351,7 +356,7 @@ class M3dbUser(pulumi.CustomResource):
351
356
  @pulumi.getter
352
357
  def username(self) -> pulumi.Output[str]:
353
358
  """
354
- The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
359
+ Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
355
360
  """
356
361
  return pulumi.get(self, "username")
357
362