pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.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.

Files changed (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +10923 -10764
  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 +311 -303
  142. pulumi_aiven/m3_db.py +311 -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 +14499 -14292
  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.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.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,32 +19,32 @@ __all__ = ['KafkaQuotaArgs', 'KafkaQuota']
20
19
  @pulumi.input_type
21
20
  class KafkaQuotaArgs:
22
21
  def __init__(__self__, *,
23
- project: pulumi.Input[builtins.str],
24
- service_name: pulumi.Input[builtins.str],
25
- client_id: Optional[pulumi.Input[builtins.str]] = None,
26
- consumer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
27
- producer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
28
- request_percentage: Optional[pulumi.Input[builtins.float]] = None,
29
- user: Optional[pulumi.Input[builtins.str]] = None):
22
+ project: pulumi.Input[_builtins.str],
23
+ service_name: pulumi.Input[_builtins.str],
24
+ client_id: Optional[pulumi.Input[_builtins.str]] = None,
25
+ consumer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
26
+ producer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
27
+ request_percentage: Optional[pulumi.Input[_builtins.float]] = None,
28
+ user: Optional[pulumi.Input[_builtins.str]] = None):
30
29
  """
31
30
  The set of arguments for constructing a KafkaQuota 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] client_id: Represents a logical group of clients, assigned a unique name by the client application.
31
+ :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.
32
+ :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.
33
+ :param pulumi.Input[_builtins.str] client_id: Represents a logical group of clients, assigned a unique name by the client application.
35
34
  Quotas can be applied based on user, client-id, or both.
36
35
  The most relevant quota is chosen for each connection.
37
36
  All connections within a quota group share the same quota.
38
37
  It is possible to set default quotas for each (user, client-id), user or client-id group by specifying 'default'
39
- :param pulumi.Input[builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
38
+ :param pulumi.Input[_builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
40
39
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
41
40
  Exceeding this limit results in client throttling.
42
- :param pulumi.Input[builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
41
+ :param pulumi.Input[_builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
43
42
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
44
43
  Exceeding this limit results in client throttling.
45
- :param pulumi.Input[builtins.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
44
+ :param pulumi.Input[_builtins.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
46
45
  Exceeding this limit triggers throttling.
47
46
  The quota, expressed as a percentage, also indicates the total allowable CPU usage for the client groups sharing the quota.
48
- :param pulumi.Input[builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
47
+ :param pulumi.Input[_builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
49
48
  Quotas can be applied based on user, client-id, or both.
50
49
  The most relevant quota is chosen for each connection.
51
50
  All connections within a quota group share the same quota.
@@ -64,33 +63,33 @@ class KafkaQuotaArgs:
64
63
  if user is not None:
65
64
  pulumi.set(__self__, "user", user)
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  @pulumi.getter
69
- def project(self) -> pulumi.Input[builtins.str]:
68
+ def project(self) -> pulumi.Input[_builtins.str]:
70
69
  """
71
70
  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.
72
71
  """
73
72
  return pulumi.get(self, "project")
74
73
 
75
74
  @project.setter
76
- def project(self, value: pulumi.Input[builtins.str]):
75
+ def project(self, value: pulumi.Input[_builtins.str]):
77
76
  pulumi.set(self, "project", value)
78
77
 
79
- @property
78
+ @_builtins.property
80
79
  @pulumi.getter(name="serviceName")
81
- def service_name(self) -> pulumi.Input[builtins.str]:
80
+ def service_name(self) -> pulumi.Input[_builtins.str]:
82
81
  """
83
82
  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.
84
83
  """
85
84
  return pulumi.get(self, "service_name")
86
85
 
87
86
  @service_name.setter
88
- def service_name(self, value: pulumi.Input[builtins.str]):
87
+ def service_name(self, value: pulumi.Input[_builtins.str]):
89
88
  pulumi.set(self, "service_name", value)
90
89
 
91
- @property
90
+ @_builtins.property
92
91
  @pulumi.getter(name="clientId")
93
- def client_id(self) -> Optional[pulumi.Input[builtins.str]]:
92
+ def client_id(self) -> Optional[pulumi.Input[_builtins.str]]:
94
93
  """
95
94
  Represents a logical group of clients, assigned a unique name by the client application.
96
95
  Quotas can be applied based on user, client-id, or both.
@@ -101,12 +100,12 @@ class KafkaQuotaArgs:
101
100
  return pulumi.get(self, "client_id")
102
101
 
103
102
  @client_id.setter
104
- def client_id(self, value: Optional[pulumi.Input[builtins.str]]):
103
+ def client_id(self, value: Optional[pulumi.Input[_builtins.str]]):
105
104
  pulumi.set(self, "client_id", value)
106
105
 
107
- @property
106
+ @_builtins.property
108
107
  @pulumi.getter(name="consumerByteRate")
109
- def consumer_byte_rate(self) -> Optional[pulumi.Input[builtins.int]]:
108
+ def consumer_byte_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
110
109
  """
111
110
  Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
112
111
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
@@ -115,12 +114,12 @@ class KafkaQuotaArgs:
115
114
  return pulumi.get(self, "consumer_byte_rate")
116
115
 
117
116
  @consumer_byte_rate.setter
118
- def consumer_byte_rate(self, value: Optional[pulumi.Input[builtins.int]]):
117
+ def consumer_byte_rate(self, value: Optional[pulumi.Input[_builtins.int]]):
119
118
  pulumi.set(self, "consumer_byte_rate", value)
120
119
 
121
- @property
120
+ @_builtins.property
122
121
  @pulumi.getter(name="producerByteRate")
123
- def producer_byte_rate(self) -> Optional[pulumi.Input[builtins.int]]:
122
+ def producer_byte_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
124
123
  """
125
124
  Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
126
125
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
@@ -129,12 +128,12 @@ class KafkaQuotaArgs:
129
128
  return pulumi.get(self, "producer_byte_rate")
130
129
 
131
130
  @producer_byte_rate.setter
132
- def producer_byte_rate(self, value: Optional[pulumi.Input[builtins.int]]):
131
+ def producer_byte_rate(self, value: Optional[pulumi.Input[_builtins.int]]):
133
132
  pulumi.set(self, "producer_byte_rate", value)
134
133
 
135
- @property
134
+ @_builtins.property
136
135
  @pulumi.getter(name="requestPercentage")
137
- def request_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
136
+ def request_percentage(self) -> Optional[pulumi.Input[_builtins.float]]:
138
137
  """
139
138
  Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
140
139
  Exceeding this limit triggers throttling.
@@ -143,12 +142,12 @@ class KafkaQuotaArgs:
143
142
  return pulumi.get(self, "request_percentage")
144
143
 
145
144
  @request_percentage.setter
146
- def request_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
145
+ def request_percentage(self, value: Optional[pulumi.Input[_builtins.float]]):
147
146
  pulumi.set(self, "request_percentage", value)
148
147
 
149
- @property
148
+ @_builtins.property
150
149
  @pulumi.getter
151
- def user(self) -> Optional[pulumi.Input[builtins.str]]:
150
+ def user(self) -> Optional[pulumi.Input[_builtins.str]]:
152
151
  """
153
152
  Represents a logical group of clients, assigned a unique name by the client application.
154
153
  Quotas can be applied based on user, client-id, or both.
@@ -159,39 +158,39 @@ class KafkaQuotaArgs:
159
158
  return pulumi.get(self, "user")
160
159
 
161
160
  @user.setter
162
- def user(self, value: Optional[pulumi.Input[builtins.str]]):
161
+ def user(self, value: Optional[pulumi.Input[_builtins.str]]):
163
162
  pulumi.set(self, "user", value)
164
163
 
165
164
 
166
165
  @pulumi.input_type
167
166
  class _KafkaQuotaState:
168
167
  def __init__(__self__, *,
169
- client_id: Optional[pulumi.Input[builtins.str]] = None,
170
- consumer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
171
- producer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
172
- project: Optional[pulumi.Input[builtins.str]] = None,
173
- request_percentage: Optional[pulumi.Input[builtins.float]] = None,
174
- service_name: Optional[pulumi.Input[builtins.str]] = None,
175
- user: Optional[pulumi.Input[builtins.str]] = None):
168
+ client_id: Optional[pulumi.Input[_builtins.str]] = None,
169
+ consumer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
170
+ producer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
171
+ project: Optional[pulumi.Input[_builtins.str]] = None,
172
+ request_percentage: Optional[pulumi.Input[_builtins.float]] = None,
173
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
174
+ user: Optional[pulumi.Input[_builtins.str]] = None):
176
175
  """
177
176
  Input properties used for looking up and filtering KafkaQuota resources.
178
- :param pulumi.Input[builtins.str] client_id: Represents a logical group of clients, assigned a unique name by the client application.
177
+ :param pulumi.Input[_builtins.str] client_id: Represents a logical group of clients, assigned a unique name by the client application.
179
178
  Quotas can be applied based on user, client-id, or both.
180
179
  The most relevant quota is chosen for each connection.
181
180
  All connections within a quota group share the same quota.
182
181
  It is possible to set default quotas for each (user, client-id), user or client-id group by specifying 'default'
183
- :param pulumi.Input[builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
182
+ :param pulumi.Input[_builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
184
183
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
185
184
  Exceeding this limit results in client throttling.
186
- :param pulumi.Input[builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
185
+ :param pulumi.Input[_builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
187
186
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
188
187
  Exceeding this limit results in client throttling.
189
- :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.
190
- :param pulumi.Input[builtins.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
188
+ :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.
189
+ :param pulumi.Input[_builtins.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
191
190
  Exceeding this limit triggers throttling.
192
191
  The quota, expressed as a percentage, also indicates the total allowable CPU usage for the client groups sharing the quota.
193
- :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.
194
- :param pulumi.Input[builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
192
+ :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.
193
+ :param pulumi.Input[_builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
195
194
  Quotas can be applied based on user, client-id, or both.
196
195
  The most relevant quota is chosen for each connection.
197
196
  All connections within a quota group share the same quota.
@@ -212,9 +211,9 @@ class _KafkaQuotaState:
212
211
  if user is not None:
213
212
  pulumi.set(__self__, "user", user)
214
213
 
215
- @property
214
+ @_builtins.property
216
215
  @pulumi.getter(name="clientId")
217
- def client_id(self) -> Optional[pulumi.Input[builtins.str]]:
216
+ def client_id(self) -> Optional[pulumi.Input[_builtins.str]]:
218
217
  """
219
218
  Represents a logical group of clients, assigned a unique name by the client application.
220
219
  Quotas can be applied based on user, client-id, or both.
@@ -225,12 +224,12 @@ class _KafkaQuotaState:
225
224
  return pulumi.get(self, "client_id")
226
225
 
227
226
  @client_id.setter
228
- def client_id(self, value: Optional[pulumi.Input[builtins.str]]):
227
+ def client_id(self, value: Optional[pulumi.Input[_builtins.str]]):
229
228
  pulumi.set(self, "client_id", value)
230
229
 
231
- @property
230
+ @_builtins.property
232
231
  @pulumi.getter(name="consumerByteRate")
233
- def consumer_byte_rate(self) -> Optional[pulumi.Input[builtins.int]]:
232
+ def consumer_byte_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
234
233
  """
235
234
  Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
236
235
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
@@ -239,12 +238,12 @@ class _KafkaQuotaState:
239
238
  return pulumi.get(self, "consumer_byte_rate")
240
239
 
241
240
  @consumer_byte_rate.setter
242
- def consumer_byte_rate(self, value: Optional[pulumi.Input[builtins.int]]):
241
+ def consumer_byte_rate(self, value: Optional[pulumi.Input[_builtins.int]]):
243
242
  pulumi.set(self, "consumer_byte_rate", value)
244
243
 
245
- @property
244
+ @_builtins.property
246
245
  @pulumi.getter(name="producerByteRate")
247
- def producer_byte_rate(self) -> Optional[pulumi.Input[builtins.int]]:
246
+ def producer_byte_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
248
247
  """
249
248
  Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
250
249
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
@@ -253,24 +252,24 @@ class _KafkaQuotaState:
253
252
  return pulumi.get(self, "producer_byte_rate")
254
253
 
255
254
  @producer_byte_rate.setter
256
- def producer_byte_rate(self, value: Optional[pulumi.Input[builtins.int]]):
255
+ def producer_byte_rate(self, value: Optional[pulumi.Input[_builtins.int]]):
257
256
  pulumi.set(self, "producer_byte_rate", value)
258
257
 
259
- @property
258
+ @_builtins.property
260
259
  @pulumi.getter
261
- def project(self) -> Optional[pulumi.Input[builtins.str]]:
260
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
262
261
  """
263
262
  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.
264
263
  """
265
264
  return pulumi.get(self, "project")
266
265
 
267
266
  @project.setter
268
- def project(self, value: Optional[pulumi.Input[builtins.str]]):
267
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
269
268
  pulumi.set(self, "project", value)
270
269
 
271
- @property
270
+ @_builtins.property
272
271
  @pulumi.getter(name="requestPercentage")
273
- def request_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
272
+ def request_percentage(self) -> Optional[pulumi.Input[_builtins.float]]:
274
273
  """
275
274
  Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
276
275
  Exceeding this limit triggers throttling.
@@ -279,24 +278,24 @@ class _KafkaQuotaState:
279
278
  return pulumi.get(self, "request_percentage")
280
279
 
281
280
  @request_percentage.setter
282
- def request_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
281
+ def request_percentage(self, value: Optional[pulumi.Input[_builtins.float]]):
283
282
  pulumi.set(self, "request_percentage", value)
284
283
 
285
- @property
284
+ @_builtins.property
286
285
  @pulumi.getter(name="serviceName")
287
- def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
286
+ def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
288
287
  """
289
288
  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.
290
289
  """
291
290
  return pulumi.get(self, "service_name")
292
291
 
293
292
  @service_name.setter
294
- def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
293
+ def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
295
294
  pulumi.set(self, "service_name", value)
296
295
 
297
- @property
296
+ @_builtins.property
298
297
  @pulumi.getter
299
- def user(self) -> Optional[pulumi.Input[builtins.str]]:
298
+ def user(self) -> Optional[pulumi.Input[_builtins.str]]:
300
299
  """
301
300
  Represents a logical group of clients, assigned a unique name by the client application.
302
301
  Quotas can be applied based on user, client-id, or both.
@@ -307,7 +306,7 @@ class _KafkaQuotaState:
307
306
  return pulumi.get(self, "user")
308
307
 
309
308
  @user.setter
310
- def user(self, value: Optional[pulumi.Input[builtins.str]]):
309
+ def user(self, value: Optional[pulumi.Input[_builtins.str]]):
311
310
  pulumi.set(self, "user", value)
312
311
 
313
312
 
@@ -317,13 +316,13 @@ class KafkaQuota(pulumi.CustomResource):
317
316
  def __init__(__self__,
318
317
  resource_name: str,
319
318
  opts: Optional[pulumi.ResourceOptions] = None,
320
- client_id: Optional[pulumi.Input[builtins.str]] = None,
321
- consumer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
322
- producer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
323
- project: Optional[pulumi.Input[builtins.str]] = None,
324
- request_percentage: Optional[pulumi.Input[builtins.float]] = None,
325
- service_name: Optional[pulumi.Input[builtins.str]] = None,
326
- user: Optional[pulumi.Input[builtins.str]] = None,
319
+ client_id: Optional[pulumi.Input[_builtins.str]] = None,
320
+ consumer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
321
+ producer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
322
+ project: Optional[pulumi.Input[_builtins.str]] = None,
323
+ request_percentage: Optional[pulumi.Input[_builtins.float]] = None,
324
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
325
+ user: Optional[pulumi.Input[_builtins.str]] = None,
327
326
  __props__=None):
328
327
  """
329
328
  Creates and manages quotas for an Aiven for Apache Kafka® service user.
@@ -366,23 +365,23 @@ class KafkaQuota(pulumi.CustomResource):
366
365
 
367
366
  :param str resource_name: The name of the resource.
368
367
  :param pulumi.ResourceOptions opts: Options for the resource.
369
- :param pulumi.Input[builtins.str] client_id: Represents a logical group of clients, assigned a unique name by the client application.
368
+ :param pulumi.Input[_builtins.str] client_id: Represents a logical group of clients, assigned a unique name by the client application.
370
369
  Quotas can be applied based on user, client-id, or both.
371
370
  The most relevant quota is chosen for each connection.
372
371
  All connections within a quota group share the same quota.
373
372
  It is possible to set default quotas for each (user, client-id), user or client-id group by specifying 'default'
374
- :param pulumi.Input[builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
373
+ :param pulumi.Input[_builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
375
374
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
376
375
  Exceeding this limit results in client throttling.
377
- :param pulumi.Input[builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
376
+ :param pulumi.Input[_builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
378
377
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
379
378
  Exceeding this limit results in client throttling.
380
- :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.
381
- :param pulumi.Input[builtins.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
379
+ :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.
380
+ :param pulumi.Input[_builtins.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
382
381
  Exceeding this limit triggers throttling.
383
382
  The quota, expressed as a percentage, also indicates the total allowable CPU usage for the client groups sharing the quota.
384
- :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.
385
- :param pulumi.Input[builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
383
+ :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.
384
+ :param pulumi.Input[_builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
386
385
  Quotas can be applied based on user, client-id, or both.
387
386
  The most relevant quota is chosen for each connection.
388
387
  All connections within a quota group share the same quota.
@@ -448,13 +447,13 @@ class KafkaQuota(pulumi.CustomResource):
448
447
  def _internal_init(__self__,
449
448
  resource_name: str,
450
449
  opts: Optional[pulumi.ResourceOptions] = None,
451
- client_id: Optional[pulumi.Input[builtins.str]] = None,
452
- consumer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
453
- producer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
454
- project: Optional[pulumi.Input[builtins.str]] = None,
455
- request_percentage: Optional[pulumi.Input[builtins.float]] = None,
456
- service_name: Optional[pulumi.Input[builtins.str]] = None,
457
- user: Optional[pulumi.Input[builtins.str]] = None,
450
+ client_id: Optional[pulumi.Input[_builtins.str]] = None,
451
+ consumer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
452
+ producer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
453
+ project: Optional[pulumi.Input[_builtins.str]] = None,
454
+ request_percentage: Optional[pulumi.Input[_builtins.float]] = None,
455
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
456
+ user: Optional[pulumi.Input[_builtins.str]] = None,
458
457
  __props__=None):
459
458
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
460
459
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -485,13 +484,13 @@ class KafkaQuota(pulumi.CustomResource):
485
484
  def get(resource_name: str,
486
485
  id: pulumi.Input[str],
487
486
  opts: Optional[pulumi.ResourceOptions] = None,
488
- client_id: Optional[pulumi.Input[builtins.str]] = None,
489
- consumer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
490
- producer_byte_rate: Optional[pulumi.Input[builtins.int]] = None,
491
- project: Optional[pulumi.Input[builtins.str]] = None,
492
- request_percentage: Optional[pulumi.Input[builtins.float]] = None,
493
- service_name: Optional[pulumi.Input[builtins.str]] = None,
494
- user: Optional[pulumi.Input[builtins.str]] = None) -> 'KafkaQuota':
487
+ client_id: Optional[pulumi.Input[_builtins.str]] = None,
488
+ consumer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
489
+ producer_byte_rate: Optional[pulumi.Input[_builtins.int]] = None,
490
+ project: Optional[pulumi.Input[_builtins.str]] = None,
491
+ request_percentage: Optional[pulumi.Input[_builtins.float]] = None,
492
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
493
+ user: Optional[pulumi.Input[_builtins.str]] = None) -> 'KafkaQuota':
495
494
  """
496
495
  Get an existing KafkaQuota resource's state with the given name, id, and optional extra
497
496
  properties used to qualify the lookup.
@@ -499,23 +498,23 @@ class KafkaQuota(pulumi.CustomResource):
499
498
  :param str resource_name: The unique name of the resulting resource.
500
499
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
501
500
  :param pulumi.ResourceOptions opts: Options for the resource.
502
- :param pulumi.Input[builtins.str] client_id: Represents a logical group of clients, assigned a unique name by the client application.
501
+ :param pulumi.Input[_builtins.str] client_id: Represents a logical group of clients, assigned a unique name by the client application.
503
502
  Quotas can be applied based on user, client-id, or both.
504
503
  The most relevant quota is chosen for each connection.
505
504
  All connections within a quota group share the same quota.
506
505
  It is possible to set default quotas for each (user, client-id), user or client-id group by specifying 'default'
507
- :param pulumi.Input[builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
506
+ :param pulumi.Input[_builtins.int] consumer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
508
507
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
509
508
  Exceeding this limit results in client throttling.
510
- :param pulumi.Input[builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
509
+ :param pulumi.Input[_builtins.int] producer_byte_rate: Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
511
510
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
512
511
  Exceeding this limit results in client throttling.
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.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
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.float] request_percentage: Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
515
514
  Exceeding this limit triggers throttling.
516
515
  The quota, expressed as a percentage, also indicates the total allowable CPU usage for the client groups sharing the quota.
517
- :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.
518
- :param pulumi.Input[builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
516
+ :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.
517
+ :param pulumi.Input[_builtins.str] user: Represents a logical group of clients, assigned a unique name by the client application.
519
518
  Quotas can be applied based on user, client-id, or both.
520
519
  The most relevant quota is chosen for each connection.
521
520
  All connections within a quota group share the same quota.
@@ -534,9 +533,9 @@ class KafkaQuota(pulumi.CustomResource):
534
533
  __props__.__dict__["user"] = user
535
534
  return KafkaQuota(resource_name, opts=opts, __props__=__props__)
536
535
 
537
- @property
536
+ @_builtins.property
538
537
  @pulumi.getter(name="clientId")
539
- def client_id(self) -> pulumi.Output[Optional[builtins.str]]:
538
+ def client_id(self) -> pulumi.Output[Optional[_builtins.str]]:
540
539
  """
541
540
  Represents a logical group of clients, assigned a unique name by the client application.
542
541
  Quotas can be applied based on user, client-id, or both.
@@ -546,9 +545,9 @@ class KafkaQuota(pulumi.CustomResource):
546
545
  """
547
546
  return pulumi.get(self, "client_id")
548
547
 
549
- @property
548
+ @_builtins.property
550
549
  @pulumi.getter(name="consumerByteRate")
551
- def consumer_byte_rate(self) -> pulumi.Output[Optional[builtins.int]]:
550
+ def consumer_byte_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
552
551
  """
553
552
  Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
554
553
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
@@ -556,9 +555,9 @@ class KafkaQuota(pulumi.CustomResource):
556
555
  """
557
556
  return pulumi.get(self, "consumer_byte_rate")
558
557
 
559
- @property
558
+ @_builtins.property
560
559
  @pulumi.getter(name="producerByteRate")
561
- def producer_byte_rate(self) -> pulumi.Output[Optional[builtins.int]]:
560
+ def producer_byte_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
562
561
  """
563
562
  Defines the bandwidth limit in bytes/sec for each group of clients sharing a quota.
564
563
  Every distinct client group is allocated a specific quota, as defined by the cluster, on a per-broker basis.
@@ -566,17 +565,17 @@ class KafkaQuota(pulumi.CustomResource):
566
565
  """
567
566
  return pulumi.get(self, "producer_byte_rate")
568
567
 
569
- @property
568
+ @_builtins.property
570
569
  @pulumi.getter
571
- def project(self) -> pulumi.Output[builtins.str]:
570
+ def project(self) -> pulumi.Output[_builtins.str]:
572
571
  """
573
572
  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.
574
573
  """
575
574
  return pulumi.get(self, "project")
576
575
 
577
- @property
576
+ @_builtins.property
578
577
  @pulumi.getter(name="requestPercentage")
579
- def request_percentage(self) -> pulumi.Output[Optional[builtins.float]]:
578
+ def request_percentage(self) -> pulumi.Output[Optional[_builtins.float]]:
580
579
  """
581
580
  Sets the maximum percentage of CPU time that a client group can use on request handler I/O and network threads per broker within a quota window.
582
581
  Exceeding this limit triggers throttling.
@@ -584,17 +583,17 @@ class KafkaQuota(pulumi.CustomResource):
584
583
  """
585
584
  return pulumi.get(self, "request_percentage")
586
585
 
587
- @property
586
+ @_builtins.property
588
587
  @pulumi.getter(name="serviceName")
589
- def service_name(self) -> pulumi.Output[builtins.str]:
588
+ def service_name(self) -> pulumi.Output[_builtins.str]:
590
589
  """
591
590
  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.
592
591
  """
593
592
  return pulumi.get(self, "service_name")
594
593
 
595
- @property
594
+ @_builtins.property
596
595
  @pulumi.getter
597
- def user(self) -> pulumi.Output[Optional[builtins.str]]:
596
+ def user(self) -> pulumi.Output[Optional[_builtins.str]]:
598
597
  """
599
598
  Represents a logical group of clients, assigned a unique name by the client application.
600
599
  Quotas can be applied based on user, client-id, or both.