pulumi-aiven 6.42.0a1753333878__py3-none-any.whl → 6.42.0a1753397358__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 (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +10713 -10714
  3. pulumi_aiven/account.py +89 -90
  4. pulumi_aiven/account_authentication.py +253 -254
  5. pulumi_aiven/account_team.py +62 -63
  6. pulumi_aiven/account_team_member.py +79 -80
  7. pulumi_aiven/account_team_project.py +69 -70
  8. pulumi_aiven/alloydbomni.py +319 -320
  9. pulumi_aiven/alloydbomni_database.py +86 -87
  10. pulumi_aiven/alloydbomni_user.py +113 -114
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
  12. pulumi_aiven/aws_privatelink.py +70 -71
  13. pulumi_aiven/aws_vpc_peering_connection.py +96 -97
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
  15. pulumi_aiven/azure_privatelink.py +88 -89
  16. pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
  17. pulumi_aiven/azure_vpc_peering_connection.py +130 -131
  18. pulumi_aiven/billing_group.py +256 -257
  19. pulumi_aiven/cassandra.py +302 -303
  20. pulumi_aiven/cassandra_user.py +96 -97
  21. pulumi_aiven/clickhouse.py +302 -303
  22. pulumi_aiven/clickhouse_database.py +65 -66
  23. pulumi_aiven/clickhouse_grant.py +75 -76
  24. pulumi_aiven/clickhouse_role.py +52 -53
  25. pulumi_aiven/clickhouse_user.py +79 -80
  26. pulumi_aiven/config/__init__.py +1 -1
  27. pulumi_aiven/config/__init__.pyi +1 -2
  28. pulumi_aiven/config/vars.py +2 -3
  29. pulumi_aiven/connection_pool.py +129 -130
  30. pulumi_aiven/dragonfly.py +302 -303
  31. pulumi_aiven/flink.py +302 -303
  32. pulumi_aiven/flink_application.py +97 -98
  33. pulumi_aiven/flink_application_deployment.py +138 -139
  34. pulumi_aiven/flink_application_version.py +117 -118
  35. pulumi_aiven/flink_jar_application.py +101 -102
  36. pulumi_aiven/flink_jar_application_deployment.py +217 -218
  37. pulumi_aiven/flink_jar_application_version.py +116 -117
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
  39. pulumi_aiven/gcp_privatelink.py +62 -63
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
  41. pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
  42. pulumi_aiven/get_account.py +23 -24
  43. pulumi_aiven/get_account_authentication.py +46 -47
  44. pulumi_aiven/get_account_team.py +21 -22
  45. pulumi_aiven/get_account_team_member.py +27 -28
  46. pulumi_aiven/get_account_team_project.py +23 -24
  47. pulumi_aiven/get_alloydbomni.py +63 -64
  48. pulumi_aiven/get_alloydbomni_database.py +25 -26
  49. pulumi_aiven/get_alloydbomni_user.py +31 -32
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
  51. pulumi_aiven/get_aws_privatelink.py +21 -22
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
  54. pulumi_aiven/get_azure_privatelink.py +25 -26
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
  56. pulumi_aiven/get_billing_group.py +39 -40
  57. pulumi_aiven/get_cassanda.py +61 -62
  58. pulumi_aiven/get_cassandra.py +61 -62
  59. pulumi_aiven/get_cassandra_user.py +29 -30
  60. pulumi_aiven/get_clickhouse.py +61 -62
  61. pulumi_aiven/get_clickhouse_database.py +23 -24
  62. pulumi_aiven/get_clickhouse_user.py +27 -28
  63. pulumi_aiven/get_connection_pool.py +31 -32
  64. pulumi_aiven/get_dragonfly.py +61 -62
  65. pulumi_aiven/get_external_identity.py +27 -28
  66. pulumi_aiven/get_flink.py +61 -62
  67. pulumi_aiven/get_flink_application.py +31 -32
  68. pulumi_aiven/get_flink_application_version.py +39 -40
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
  70. pulumi_aiven/get_gcp_privatelink.py +21 -22
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
  72. pulumi_aiven/get_grafana.py +61 -62
  73. pulumi_aiven/get_influx_db.py +57 -58
  74. pulumi_aiven/get_influxdb_database.py +17 -18
  75. pulumi_aiven/get_influxdb_user.py +23 -24
  76. pulumi_aiven/get_kafka.py +65 -66
  77. pulumi_aiven/get_kafka_acl.py +35 -36
  78. pulumi_aiven/get_kafka_connect.py +60 -61
  79. pulumi_aiven/get_kafka_connector.py +36 -37
  80. pulumi_aiven/get_kafka_mirror_maker.py +60 -61
  81. pulumi_aiven/get_kafka_schema.py +29 -30
  82. pulumi_aiven/get_kafka_schema_configuration.py +25 -26
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
  84. pulumi_aiven/get_kafka_topic.py +33 -34
  85. pulumi_aiven/get_kafka_user.py +29 -30
  86. pulumi_aiven/get_m3_aggregator.py +61 -62
  87. pulumi_aiven/get_m3_db.py +61 -62
  88. pulumi_aiven/get_m3db_user.py +25 -26
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
  90. pulumi_aiven/get_my_sql.py +61 -62
  91. pulumi_aiven/get_mysql_database.py +23 -24
  92. pulumi_aiven/get_mysql_user.py +31 -32
  93. pulumi_aiven/get_open_search.py +61 -62
  94. pulumi_aiven/get_open_search_acl_config.py +19 -20
  95. pulumi_aiven/get_open_search_acl_rule.py +33 -34
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
  97. pulumi_aiven/get_opensearch_user.py +25 -26
  98. pulumi_aiven/get_organization.py +20 -21
  99. pulumi_aiven/get_organization_address.py +32 -33
  100. pulumi_aiven/get_organization_application_user.py +21 -22
  101. pulumi_aiven/get_organization_billing_group.py +34 -35
  102. pulumi_aiven/get_organization_billing_group_list.py +11 -12
  103. pulumi_aiven/get_organization_project.py +27 -28
  104. pulumi_aiven/get_organization_user.py +23 -24
  105. pulumi_aiven/get_organization_user_group.py +23 -24
  106. pulumi_aiven/get_organization_user_list.py +14 -15
  107. pulumi_aiven/get_organization_vpc.py +25 -26
  108. pulumi_aiven/get_organizational_unit.py +17 -18
  109. pulumi_aiven/get_pg.py +61 -62
  110. pulumi_aiven/get_pg_database.py +27 -28
  111. pulumi_aiven/get_pg_user.py +31 -32
  112. pulumi_aiven/get_project.py +34 -35
  113. pulumi_aiven/get_project_user.py +19 -20
  114. pulumi_aiven/get_project_vpc.py +25 -26
  115. pulumi_aiven/get_redis.py +61 -62
  116. pulumi_aiven/get_redis_user.py +33 -34
  117. pulumi_aiven/get_service_component.py +51 -52
  118. pulumi_aiven/get_service_integration.py +52 -53
  119. pulumi_aiven/get_service_integration_endpoint.py +38 -39
  120. pulumi_aiven/get_thanos.py +61 -62
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
  122. pulumi_aiven/get_valkey.py +61 -62
  123. pulumi_aiven/get_valkey_user.py +33 -34
  124. pulumi_aiven/governance_access.py +84 -85
  125. pulumi_aiven/grafana.py +302 -303
  126. pulumi_aiven/influx_db.py +302 -303
  127. pulumi_aiven/influxdb_database.py +65 -66
  128. pulumi_aiven/influxdb_user.py +96 -97
  129. pulumi_aiven/kafka.py +336 -337
  130. pulumi_aiven/kafka_acl.py +95 -96
  131. pulumi_aiven/kafka_connect.py +299 -300
  132. pulumi_aiven/kafka_connector.py +125 -126
  133. pulumi_aiven/kafka_mirror_maker.py +299 -300
  134. pulumi_aiven/kafka_native_acl.py +154 -155
  135. pulumi_aiven/kafka_quota.py +120 -121
  136. pulumi_aiven/kafka_schema.py +112 -113
  137. pulumi_aiven/kafka_schema_configuration.py +52 -53
  138. pulumi_aiven/kafka_schema_registry_acl.py +95 -96
  139. pulumi_aiven/kafka_topic.py +139 -140
  140. pulumi_aiven/kafka_user.py +96 -97
  141. pulumi_aiven/m3_aggregator.py +302 -303
  142. pulumi_aiven/m3_db.py +302 -303
  143. pulumi_aiven/m3db_user.py +78 -79
  144. pulumi_aiven/mirror_maker_replication_flow.py +273 -274
  145. pulumi_aiven/my_sql.py +302 -303
  146. pulumi_aiven/mysql_database.py +65 -66
  147. pulumi_aiven/mysql_user.py +113 -114
  148. pulumi_aiven/open_search.py +302 -303
  149. pulumi_aiven/open_search_acl_config.py +69 -70
  150. pulumi_aiven/open_search_acl_rule.py +86 -87
  151. pulumi_aiven/opensearch_security_plugin_config.py +79 -80
  152. pulumi_aiven/opensearch_user.py +78 -79
  153. pulumi_aiven/organization.py +48 -49
  154. pulumi_aiven/organization_address.py +150 -151
  155. pulumi_aiven/organization_application_user.py +70 -71
  156. pulumi_aiven/organization_application_user_token.py +210 -211
  157. pulumi_aiven/organization_billing_group.py +183 -184
  158. pulumi_aiven/organization_group_project.py +55 -56
  159. pulumi_aiven/organization_permission.py +55 -56
  160. pulumi_aiven/organization_project.py +118 -119
  161. pulumi_aiven/organization_user.py +71 -72
  162. pulumi_aiven/organization_user_group.py +79 -80
  163. pulumi_aiven/organization_user_group_member.py +64 -65
  164. pulumi_aiven/organization_vpc.py +88 -89
  165. pulumi_aiven/organizational_unit.py +62 -63
  166. pulumi_aiven/outputs.py +14260 -14261
  167. pulumi_aiven/pg.py +302 -303
  168. pulumi_aiven/pg_database.py +99 -100
  169. pulumi_aiven/pg_user.py +113 -114
  170. pulumi_aiven/project.py +193 -194
  171. pulumi_aiven/project_user.py +61 -62
  172. pulumi_aiven/project_vpc.py +61 -62
  173. pulumi_aiven/provider.py +12 -13
  174. pulumi_aiven/pulumi-plugin.json +1 -1
  175. pulumi_aiven/redis.py +302 -303
  176. pulumi_aiven/redis_user.py +146 -147
  177. pulumi_aiven/service_integration.py +191 -192
  178. pulumi_aiven/service_integration_endpoint.py +118 -119
  179. pulumi_aiven/static_ip.py +71 -72
  180. pulumi_aiven/thanos.py +302 -303
  181. pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
  182. pulumi_aiven/valkey.py +302 -303
  183. pulumi_aiven/valkey_user.py +146 -147
  184. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0a1753397358.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.42.0a1753333878.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -20,24 +19,24 @@ __all__ = ['ValkeyUserArgs', 'ValkeyUser']
20
19
  @pulumi.input_type
21
20
  class ValkeyUserArgs:
22
21
  def __init__(__self__, *,
23
- project: pulumi.Input[builtins.str],
24
- service_name: pulumi.Input[builtins.str],
25
- username: pulumi.Input[builtins.str],
26
- password: Optional[pulumi.Input[builtins.str]] = None,
27
- valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
28
- valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
29
- valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
30
- valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
22
+ project: pulumi.Input[_builtins.str],
23
+ service_name: pulumi.Input[_builtins.str],
24
+ username: pulumi.Input[_builtins.str],
25
+ password: Optional[pulumi.Input[_builtins.str]] = None,
26
+ valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
27
+ valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
28
+ valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
29
+ valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
31
30
  """
32
31
  The set of arguments for constructing a ValkeyUser resource.
33
- :param pulumi.Input[builtins.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.
34
- :param pulumi.Input[builtins.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.
35
- :param pulumi.Input[builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
36
- :param pulumi.Input[builtins.str] password: The Valkey service user's password.
37
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
38
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
39
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
40
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
32
+ :param pulumi.Input[_builtins.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.
33
+ :param pulumi.Input[_builtins.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.
34
+ :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
35
+ :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
36
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
37
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
38
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
39
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
41
40
  """
42
41
  pulumi.set(__self__, "project", project)
43
42
  pulumi.set(__self__, "service_name", service_name)
@@ -53,126 +52,126 @@ class ValkeyUserArgs:
53
52
  if valkey_acl_keys is not None:
54
53
  pulumi.set(__self__, "valkey_acl_keys", valkey_acl_keys)
55
54
 
56
- @property
55
+ @_builtins.property
57
56
  @pulumi.getter
58
- def project(self) -> pulumi.Input[builtins.str]:
57
+ def project(self) -> pulumi.Input[_builtins.str]:
59
58
  """
60
59
  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.
61
60
  """
62
61
  return pulumi.get(self, "project")
63
62
 
64
63
  @project.setter
65
- def project(self, value: pulumi.Input[builtins.str]):
64
+ def project(self, value: pulumi.Input[_builtins.str]):
66
65
  pulumi.set(self, "project", value)
67
66
 
68
- @property
67
+ @_builtins.property
69
68
  @pulumi.getter(name="serviceName")
70
- def service_name(self) -> pulumi.Input[builtins.str]:
69
+ def service_name(self) -> pulumi.Input[_builtins.str]:
71
70
  """
72
71
  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.
73
72
  """
74
73
  return pulumi.get(self, "service_name")
75
74
 
76
75
  @service_name.setter
77
- def service_name(self, value: pulumi.Input[builtins.str]):
76
+ def service_name(self, value: pulumi.Input[_builtins.str]):
78
77
  pulumi.set(self, "service_name", value)
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter
82
- def username(self) -> pulumi.Input[builtins.str]:
81
+ def username(self) -> pulumi.Input[_builtins.str]:
83
82
  """
84
83
  Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
85
84
  """
86
85
  return pulumi.get(self, "username")
87
86
 
88
87
  @username.setter
89
- def username(self, value: pulumi.Input[builtins.str]):
88
+ def username(self, value: pulumi.Input[_builtins.str]):
90
89
  pulumi.set(self, "username", value)
91
90
 
92
- @property
91
+ @_builtins.property
93
92
  @pulumi.getter
94
- def password(self) -> Optional[pulumi.Input[builtins.str]]:
93
+ def password(self) -> Optional[pulumi.Input[_builtins.str]]:
95
94
  """
96
95
  The Valkey service user's password.
97
96
  """
98
97
  return pulumi.get(self, "password")
99
98
 
100
99
  @password.setter
101
- def password(self, value: Optional[pulumi.Input[builtins.str]]):
100
+ def password(self, value: Optional[pulumi.Input[_builtins.str]]):
102
101
  pulumi.set(self, "password", value)
103
102
 
104
- @property
103
+ @_builtins.property
105
104
  @pulumi.getter(name="valkeyAclCategories")
106
- def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
105
+ def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
107
106
  """
108
107
  Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
109
108
  """
110
109
  return pulumi.get(self, "valkey_acl_categories")
111
110
 
112
111
  @valkey_acl_categories.setter
113
- def valkey_acl_categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
112
+ def valkey_acl_categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
114
113
  pulumi.set(self, "valkey_acl_categories", value)
115
114
 
116
- @property
115
+ @_builtins.property
117
116
  @pulumi.getter(name="valkeyAclChannels")
118
- def valkey_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
117
+ def valkey_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
119
118
  """
120
119
  Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
121
120
  """
122
121
  return pulumi.get(self, "valkey_acl_channels")
123
122
 
124
123
  @valkey_acl_channels.setter
125
- def valkey_acl_channels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
124
+ def valkey_acl_channels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
126
125
  pulumi.set(self, "valkey_acl_channels", value)
127
126
 
128
- @property
127
+ @_builtins.property
129
128
  @pulumi.getter(name="valkeyAclCommands")
130
- def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
129
+ def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
131
130
  """
132
131
  Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
133
132
  """
134
133
  return pulumi.get(self, "valkey_acl_commands")
135
134
 
136
135
  @valkey_acl_commands.setter
137
- def valkey_acl_commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
136
+ def valkey_acl_commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
138
137
  pulumi.set(self, "valkey_acl_commands", value)
139
138
 
140
- @property
139
+ @_builtins.property
141
140
  @pulumi.getter(name="valkeyAclKeys")
142
- def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
141
+ def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
143
142
  """
144
143
  Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
145
144
  """
146
145
  return pulumi.get(self, "valkey_acl_keys")
147
146
 
148
147
  @valkey_acl_keys.setter
149
- def valkey_acl_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
148
+ def valkey_acl_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
150
149
  pulumi.set(self, "valkey_acl_keys", value)
151
150
 
152
151
 
153
152
  @pulumi.input_type
154
153
  class _ValkeyUserState:
155
154
  def __init__(__self__, *,
156
- password: Optional[pulumi.Input[builtins.str]] = None,
157
- project: Optional[pulumi.Input[builtins.str]] = None,
158
- service_name: Optional[pulumi.Input[builtins.str]] = None,
159
- type: Optional[pulumi.Input[builtins.str]] = None,
160
- username: Optional[pulumi.Input[builtins.str]] = None,
161
- valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
162
- valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
163
- valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
164
- valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
155
+ password: Optional[pulumi.Input[_builtins.str]] = None,
156
+ project: Optional[pulumi.Input[_builtins.str]] = None,
157
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
158
+ type: Optional[pulumi.Input[_builtins.str]] = None,
159
+ username: Optional[pulumi.Input[_builtins.str]] = None,
160
+ valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
161
+ valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
162
+ valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
163
+ valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
165
164
  """
166
165
  Input properties used for looking up and filtering ValkeyUser resources.
167
- :param pulumi.Input[builtins.str] password: The Valkey service user's password.
168
- :param pulumi.Input[builtins.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.
169
- :param pulumi.Input[builtins.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.
170
- :param pulumi.Input[builtins.str] type: User account type, such as primary or regular account.
171
- :param pulumi.Input[builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
172
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
173
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
174
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
175
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
166
+ :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
167
+ :param pulumi.Input[_builtins.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.
168
+ :param pulumi.Input[_builtins.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.
169
+ :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
170
+ :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
171
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
172
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
173
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
174
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
176
175
  """
177
176
  if password is not None:
178
177
  pulumi.set(__self__, "password", password)
@@ -193,112 +192,112 @@ class _ValkeyUserState:
193
192
  if valkey_acl_keys is not None:
194
193
  pulumi.set(__self__, "valkey_acl_keys", valkey_acl_keys)
195
194
 
196
- @property
195
+ @_builtins.property
197
196
  @pulumi.getter
198
- def password(self) -> Optional[pulumi.Input[builtins.str]]:
197
+ def password(self) -> Optional[pulumi.Input[_builtins.str]]:
199
198
  """
200
199
  The Valkey service user's password.
201
200
  """
202
201
  return pulumi.get(self, "password")
203
202
 
204
203
  @password.setter
205
- def password(self, value: Optional[pulumi.Input[builtins.str]]):
204
+ def password(self, value: Optional[pulumi.Input[_builtins.str]]):
206
205
  pulumi.set(self, "password", value)
207
206
 
208
- @property
207
+ @_builtins.property
209
208
  @pulumi.getter
210
- def project(self) -> Optional[pulumi.Input[builtins.str]]:
209
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
211
210
  """
212
211
  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.
213
212
  """
214
213
  return pulumi.get(self, "project")
215
214
 
216
215
  @project.setter
217
- def project(self, value: Optional[pulumi.Input[builtins.str]]):
216
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
218
217
  pulumi.set(self, "project", value)
219
218
 
220
- @property
219
+ @_builtins.property
221
220
  @pulumi.getter(name="serviceName")
222
- def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
221
+ def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
223
222
  """
224
223
  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.
225
224
  """
226
225
  return pulumi.get(self, "service_name")
227
226
 
228
227
  @service_name.setter
229
- def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
228
+ def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
230
229
  pulumi.set(self, "service_name", value)
231
230
 
232
- @property
231
+ @_builtins.property
233
232
  @pulumi.getter
234
- def type(self) -> Optional[pulumi.Input[builtins.str]]:
233
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
235
234
  """
236
235
  User account type, such as primary or regular account.
237
236
  """
238
237
  return pulumi.get(self, "type")
239
238
 
240
239
  @type.setter
241
- def type(self, value: Optional[pulumi.Input[builtins.str]]):
240
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
242
241
  pulumi.set(self, "type", value)
243
242
 
244
- @property
243
+ @_builtins.property
245
244
  @pulumi.getter
246
- def username(self) -> Optional[pulumi.Input[builtins.str]]:
245
+ def username(self) -> Optional[pulumi.Input[_builtins.str]]:
247
246
  """
248
247
  Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
249
248
  """
250
249
  return pulumi.get(self, "username")
251
250
 
252
251
  @username.setter
253
- def username(self, value: Optional[pulumi.Input[builtins.str]]):
252
+ def username(self, value: Optional[pulumi.Input[_builtins.str]]):
254
253
  pulumi.set(self, "username", value)
255
254
 
256
- @property
255
+ @_builtins.property
257
256
  @pulumi.getter(name="valkeyAclCategories")
258
- def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
257
+ def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
259
258
  """
260
259
  Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
261
260
  """
262
261
  return pulumi.get(self, "valkey_acl_categories")
263
262
 
264
263
  @valkey_acl_categories.setter
265
- def valkey_acl_categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
264
+ def valkey_acl_categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
266
265
  pulumi.set(self, "valkey_acl_categories", value)
267
266
 
268
- @property
267
+ @_builtins.property
269
268
  @pulumi.getter(name="valkeyAclChannels")
270
- def valkey_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
269
+ def valkey_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
271
270
  """
272
271
  Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
273
272
  """
274
273
  return pulumi.get(self, "valkey_acl_channels")
275
274
 
276
275
  @valkey_acl_channels.setter
277
- def valkey_acl_channels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
276
+ def valkey_acl_channels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
278
277
  pulumi.set(self, "valkey_acl_channels", value)
279
278
 
280
- @property
279
+ @_builtins.property
281
280
  @pulumi.getter(name="valkeyAclCommands")
282
- def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
281
+ def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
283
282
  """
284
283
  Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
285
284
  """
286
285
  return pulumi.get(self, "valkey_acl_commands")
287
286
 
288
287
  @valkey_acl_commands.setter
289
- def valkey_acl_commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
288
+ def valkey_acl_commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
290
289
  pulumi.set(self, "valkey_acl_commands", value)
291
290
 
292
- @property
291
+ @_builtins.property
293
292
  @pulumi.getter(name="valkeyAclKeys")
294
- def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
293
+ def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
295
294
  """
296
295
  Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
297
296
  """
298
297
  return pulumi.get(self, "valkey_acl_keys")
299
298
 
300
299
  @valkey_acl_keys.setter
301
- def valkey_acl_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
300
+ def valkey_acl_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
302
301
  pulumi.set(self, "valkey_acl_keys", value)
303
302
 
304
303
 
@@ -308,14 +307,14 @@ class ValkeyUser(pulumi.CustomResource):
308
307
  def __init__(__self__,
309
308
  resource_name: str,
310
309
  opts: Optional[pulumi.ResourceOptions] = None,
311
- password: Optional[pulumi.Input[builtins.str]] = None,
312
- project: Optional[pulumi.Input[builtins.str]] = None,
313
- service_name: Optional[pulumi.Input[builtins.str]] = None,
314
- username: Optional[pulumi.Input[builtins.str]] = None,
315
- valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
316
- valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
317
- valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
318
- valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
310
+ password: Optional[pulumi.Input[_builtins.str]] = None,
311
+ project: Optional[pulumi.Input[_builtins.str]] = None,
312
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
313
+ username: Optional[pulumi.Input[_builtins.str]] = None,
314
+ valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
315
+ valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
316
+ valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
317
+ valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
319
318
  __props__=None):
320
319
  """
321
320
  Creates and manages an [Aiven for Valkey™](https://aiven.io/docs/products/valkey) service user.
@@ -369,14 +368,14 @@ class ValkeyUser(pulumi.CustomResource):
369
368
 
370
369
  :param str resource_name: The name of the resource.
371
370
  :param pulumi.ResourceOptions opts: Options for the resource.
372
- :param pulumi.Input[builtins.str] password: The Valkey service user's password.
373
- :param pulumi.Input[builtins.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.
374
- :param pulumi.Input[builtins.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.
375
- :param pulumi.Input[builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
376
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
377
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
378
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
379
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
371
+ :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
372
+ :param pulumi.Input[_builtins.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.
373
+ :param pulumi.Input[_builtins.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.
374
+ :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
375
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
376
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
377
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
378
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
380
379
  """
381
380
  ...
382
381
  @overload
@@ -449,14 +448,14 @@ class ValkeyUser(pulumi.CustomResource):
449
448
  def _internal_init(__self__,
450
449
  resource_name: str,
451
450
  opts: Optional[pulumi.ResourceOptions] = None,
452
- password: Optional[pulumi.Input[builtins.str]] = None,
453
- project: Optional[pulumi.Input[builtins.str]] = None,
454
- service_name: Optional[pulumi.Input[builtins.str]] = None,
455
- username: Optional[pulumi.Input[builtins.str]] = None,
456
- valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
457
- valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
458
- valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
459
- valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
451
+ password: Optional[pulumi.Input[_builtins.str]] = None,
452
+ project: Optional[pulumi.Input[_builtins.str]] = None,
453
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
454
+ username: Optional[pulumi.Input[_builtins.str]] = None,
455
+ valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
456
+ valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
457
+ valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
458
+ valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
460
459
  __props__=None):
461
460
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
462
461
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -493,15 +492,15 @@ class ValkeyUser(pulumi.CustomResource):
493
492
  def get(resource_name: str,
494
493
  id: pulumi.Input[str],
495
494
  opts: Optional[pulumi.ResourceOptions] = None,
496
- password: Optional[pulumi.Input[builtins.str]] = None,
497
- project: Optional[pulumi.Input[builtins.str]] = None,
498
- service_name: Optional[pulumi.Input[builtins.str]] = None,
499
- type: Optional[pulumi.Input[builtins.str]] = None,
500
- username: Optional[pulumi.Input[builtins.str]] = None,
501
- valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
502
- valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
503
- valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
504
- valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'ValkeyUser':
495
+ password: Optional[pulumi.Input[_builtins.str]] = None,
496
+ project: Optional[pulumi.Input[_builtins.str]] = None,
497
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
498
+ type: Optional[pulumi.Input[_builtins.str]] = None,
499
+ username: Optional[pulumi.Input[_builtins.str]] = None,
500
+ valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
501
+ valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
502
+ valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
503
+ valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None) -> 'ValkeyUser':
505
504
  """
506
505
  Get an existing ValkeyUser resource's state with the given name, id, and optional extra
507
506
  properties used to qualify the lookup.
@@ -509,15 +508,15 @@ class ValkeyUser(pulumi.CustomResource):
509
508
  :param str resource_name: The unique name of the resulting resource.
510
509
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
511
510
  :param pulumi.ResourceOptions opts: Options for the resource.
512
- :param pulumi.Input[builtins.str] password: The Valkey service user's password.
513
- :param pulumi.Input[builtins.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.
514
- :param pulumi.Input[builtins.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.
515
- :param pulumi.Input[builtins.str] type: User account type, such as primary or regular account.
516
- :param pulumi.Input[builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
517
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
518
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
519
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
520
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
511
+ :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
512
+ :param pulumi.Input[_builtins.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.
513
+ :param pulumi.Input[_builtins.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.
514
+ :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
515
+ :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
516
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
517
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
518
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
519
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
521
520
  """
522
521
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
523
522
 
@@ -534,73 +533,73 @@ class ValkeyUser(pulumi.CustomResource):
534
533
  __props__.__dict__["valkey_acl_keys"] = valkey_acl_keys
535
534
  return ValkeyUser(resource_name, opts=opts, __props__=__props__)
536
535
 
537
- @property
536
+ @_builtins.property
538
537
  @pulumi.getter
539
- def password(self) -> pulumi.Output[builtins.str]:
538
+ def password(self) -> pulumi.Output[_builtins.str]:
540
539
  """
541
540
  The Valkey service user's password.
542
541
  """
543
542
  return pulumi.get(self, "password")
544
543
 
545
- @property
544
+ @_builtins.property
546
545
  @pulumi.getter
547
- def project(self) -> pulumi.Output[builtins.str]:
546
+ def project(self) -> pulumi.Output[_builtins.str]:
548
547
  """
549
548
  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.
550
549
  """
551
550
  return pulumi.get(self, "project")
552
551
 
553
- @property
552
+ @_builtins.property
554
553
  @pulumi.getter(name="serviceName")
555
- def service_name(self) -> pulumi.Output[builtins.str]:
554
+ def service_name(self) -> pulumi.Output[_builtins.str]:
556
555
  """
557
556
  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.
558
557
  """
559
558
  return pulumi.get(self, "service_name")
560
559
 
561
- @property
560
+ @_builtins.property
562
561
  @pulumi.getter
563
- def type(self) -> pulumi.Output[builtins.str]:
562
+ def type(self) -> pulumi.Output[_builtins.str]:
564
563
  """
565
564
  User account type, such as primary or regular account.
566
565
  """
567
566
  return pulumi.get(self, "type")
568
567
 
569
- @property
568
+ @_builtins.property
570
569
  @pulumi.getter
571
- def username(self) -> pulumi.Output[builtins.str]:
570
+ def username(self) -> pulumi.Output[_builtins.str]:
572
571
  """
573
572
  Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
574
573
  """
575
574
  return pulumi.get(self, "username")
576
575
 
577
- @property
576
+ @_builtins.property
578
577
  @pulumi.getter(name="valkeyAclCategories")
579
- def valkey_acl_categories(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
578
+ def valkey_acl_categories(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
580
579
  """
581
580
  Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
582
581
  """
583
582
  return pulumi.get(self, "valkey_acl_categories")
584
583
 
585
- @property
584
+ @_builtins.property
586
585
  @pulumi.getter(name="valkeyAclChannels")
587
- def valkey_acl_channels(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
586
+ def valkey_acl_channels(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
588
587
  """
589
588
  Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
590
589
  """
591
590
  return pulumi.get(self, "valkey_acl_channels")
592
591
 
593
- @property
592
+ @_builtins.property
594
593
  @pulumi.getter(name="valkeyAclCommands")
595
- def valkey_acl_commands(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
594
+ def valkey_acl_commands(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
596
595
  """
597
596
  Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
598
597
  """
599
598
  return pulumi.get(self, "valkey_acl_commands")
600
599
 
601
- @property
600
+ @_builtins.property
602
601
  @pulumi.getter(name="valkeyAclKeys")
603
- def valkey_acl_keys(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
602
+ def valkey_acl_keys(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
604
603
  """
605
604
  Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
606
605
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_aiven
3
- Version: 6.42.0a1753333878
3
+ Version: 6.42.0a1753397358
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io