pulumi-aiven 6.41.0a1752901795__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 +11086 -10761
  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 +72 -73
  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 +304 -305
  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 +24 -25
  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 +62 -63
  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 +66 -67
  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 +20 -21
  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 +66 -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 +339 -340
  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 +77 -78
  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 +58 -59
  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 +14747 -14310
  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 +64 -65
  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 +235 -189
  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.0a1752901795.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.0a1752901795.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.41.0a1752901795.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
@@ -53,47 +52,47 @@ class GetInfluxdbUserResult:
53
52
  raise TypeError("Expected argument 'username' to be a str")
54
53
  pulumi.set(__self__, "username", username)
55
54
 
56
- @property
55
+ @_builtins.property
57
56
  @pulumi.getter(name="accessCert")
58
- def access_cert(self) -> builtins.str:
57
+ def access_cert(self) -> _builtins.str:
59
58
  return pulumi.get(self, "access_cert")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter(name="accessKey")
63
- def access_key(self) -> builtins.str:
62
+ def access_key(self) -> _builtins.str:
64
63
  return pulumi.get(self, "access_key")
65
64
 
66
- @property
65
+ @_builtins.property
67
66
  @pulumi.getter
68
- def id(self) -> builtins.str:
67
+ def id(self) -> _builtins.str:
69
68
  """
70
69
  The provider-assigned unique ID for this managed resource.
71
70
  """
72
71
  return pulumi.get(self, "id")
73
72
 
74
- @property
73
+ @_builtins.property
75
74
  @pulumi.getter
76
- def password(self) -> builtins.str:
75
+ def password(self) -> _builtins.str:
77
76
  return pulumi.get(self, "password")
78
77
 
79
- @property
78
+ @_builtins.property
80
79
  @pulumi.getter
81
- def project(self) -> builtins.str:
80
+ def project(self) -> _builtins.str:
82
81
  return pulumi.get(self, "project")
83
82
 
84
- @property
83
+ @_builtins.property
85
84
  @pulumi.getter(name="serviceName")
86
- def service_name(self) -> builtins.str:
85
+ def service_name(self) -> _builtins.str:
87
86
  return pulumi.get(self, "service_name")
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter
91
- def type(self) -> builtins.str:
90
+ def type(self) -> _builtins.str:
92
91
  return pulumi.get(self, "type")
93
92
 
94
- @property
93
+ @_builtins.property
95
94
  @pulumi.getter
96
- def username(self) -> builtins.str:
95
+ def username(self) -> _builtins.str:
97
96
  return pulumi.get(self, "username")
98
97
 
99
98
 
@@ -113,9 +112,9 @@ class AwaitableGetInfluxdbUserResult(GetInfluxdbUserResult):
113
112
  username=self.username)
114
113
 
115
114
 
116
- def get_influxdb_user(project: Optional[builtins.str] = None,
117
- service_name: Optional[builtins.str] = None,
118
- username: Optional[builtins.str] = None,
115
+ def get_influxdb_user(project: Optional[_builtins.str] = None,
116
+ service_name: Optional[_builtins.str] = None,
117
+ username: Optional[_builtins.str] = None,
119
118
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInfluxdbUserResult:
120
119
  """
121
120
  Use this data source to access information about an existing resource.
@@ -136,9 +135,9 @@ def get_influxdb_user(project: Optional[builtins.str] = None,
136
135
  service_name=pulumi.get(__ret__, 'service_name'),
137
136
  type=pulumi.get(__ret__, 'type'),
138
137
  username=pulumi.get(__ret__, 'username'))
139
- def get_influxdb_user_output(project: Optional[pulumi.Input[builtins.str]] = None,
140
- service_name: Optional[pulumi.Input[builtins.str]] = None,
141
- username: Optional[pulumi.Input[builtins.str]] = None,
138
+ def get_influxdb_user_output(project: Optional[pulumi.Input[_builtins.str]] = None,
139
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
140
+ username: Optional[pulumi.Input[_builtins.str]] = None,
142
141
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInfluxdbUserResult]:
143
142
  """
144
143
  Use this data source to access information about an existing resource.
pulumi_aiven/get_kafka.py CHANGED
@@ -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
@@ -123,23 +122,23 @@ class GetKafkaResult:
123
122
  raise TypeError("Expected argument 'termination_protection' to be a bool")
124
123
  pulumi.set(__self__, "termination_protection", termination_protection)
125
124
 
126
- @property
125
+ @_builtins.property
127
126
  @pulumi.getter(name="additionalDiskSpace")
128
- def additional_disk_space(self) -> builtins.str:
127
+ def additional_disk_space(self) -> _builtins.str:
129
128
  """
130
129
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
131
130
  """
132
131
  return pulumi.get(self, "additional_disk_space")
133
132
 
134
- @property
133
+ @_builtins.property
135
134
  @pulumi.getter(name="cloudName")
136
- def cloud_name(self) -> builtins.str:
135
+ def cloud_name(self) -> _builtins.str:
137
136
  """
138
137
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
139
138
  """
140
139
  return pulumi.get(self, "cloud_name")
141
140
 
142
- @property
141
+ @_builtins.property
143
142
  @pulumi.getter
144
143
  def components(self) -> Sequence['outputs.GetKafkaComponentResult']:
145
144
  """
@@ -147,63 +146,63 @@ class GetKafkaResult:
147
146
  """
148
147
  return pulumi.get(self, "components")
149
148
 
150
- @property
149
+ @_builtins.property
151
150
  @pulumi.getter(name="defaultAcl")
152
- def default_acl(self) -> builtins.bool:
151
+ def default_acl(self) -> _builtins.bool:
153
152
  """
154
153
  Create a default wildcard Kafka ACL.
155
154
  """
156
155
  return pulumi.get(self, "default_acl")
157
156
 
158
- @property
157
+ @_builtins.property
159
158
  @pulumi.getter(name="diskSpace")
160
- def disk_space(self) -> builtins.str:
159
+ def disk_space(self) -> _builtins.str:
161
160
  """
162
161
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
163
162
  """
164
163
  return pulumi.get(self, "disk_space")
165
164
 
166
- @property
165
+ @_builtins.property
167
166
  @pulumi.getter(name="diskSpaceCap")
168
- def disk_space_cap(self) -> builtins.str:
167
+ def disk_space_cap(self) -> _builtins.str:
169
168
  """
170
169
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
171
170
  """
172
171
  return pulumi.get(self, "disk_space_cap")
173
172
 
174
- @property
173
+ @_builtins.property
175
174
  @pulumi.getter(name="diskSpaceDefault")
176
- def disk_space_default(self) -> builtins.str:
175
+ def disk_space_default(self) -> _builtins.str:
177
176
  """
178
177
  The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
179
178
  """
180
179
  return pulumi.get(self, "disk_space_default")
181
180
 
182
- @property
181
+ @_builtins.property
183
182
  @pulumi.getter(name="diskSpaceStep")
184
- def disk_space_step(self) -> builtins.str:
183
+ def disk_space_step(self) -> _builtins.str:
185
184
  """
186
185
  The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
187
186
  """
188
187
  return pulumi.get(self, "disk_space_step")
189
188
 
190
- @property
189
+ @_builtins.property
191
190
  @pulumi.getter(name="diskSpaceUsed")
192
- def disk_space_used(self) -> builtins.str:
191
+ def disk_space_used(self) -> _builtins.str:
193
192
  """
194
193
  Disk space that service is currently using
195
194
  """
196
195
  return pulumi.get(self, "disk_space_used")
197
196
 
198
- @property
197
+ @_builtins.property
199
198
  @pulumi.getter
200
- def id(self) -> builtins.str:
199
+ def id(self) -> _builtins.str:
201
200
  """
202
201
  The provider-assigned unique ID for this managed resource.
203
202
  """
204
203
  return pulumi.get(self, "id")
205
204
 
206
- @property
205
+ @_builtins.property
207
206
  @pulumi.getter(name="kafkaUserConfigs")
208
207
  def kafka_user_configs(self) -> Sequence['outputs.GetKafkaKafkaUserConfigResult']:
209
208
  """
@@ -211,7 +210,7 @@ class GetKafkaResult:
211
210
  """
212
211
  return pulumi.get(self, "kafka_user_configs")
213
212
 
214
- @property
213
+ @_builtins.property
215
214
  @pulumi.getter
216
215
  def kafkas(self) -> Sequence['outputs.GetKafkaKafkaResult']:
217
216
  """
@@ -219,63 +218,63 @@ class GetKafkaResult:
219
218
  """
220
219
  return pulumi.get(self, "kafkas")
221
220
 
222
- @property
221
+ @_builtins.property
223
222
  @pulumi.getter
224
- def karapace(self) -> builtins.bool:
223
+ def karapace(self) -> _builtins.bool:
225
224
  """
226
- Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
225
+ Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
227
226
  """
228
227
  return pulumi.get(self, "karapace")
229
228
 
230
- @property
229
+ @_builtins.property
231
230
  @pulumi.getter(name="maintenanceWindowDow")
232
- def maintenance_window_dow(self) -> builtins.str:
231
+ def maintenance_window_dow(self) -> _builtins.str:
233
232
  """
234
233
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
235
234
  """
236
235
  return pulumi.get(self, "maintenance_window_dow")
237
236
 
238
- @property
237
+ @_builtins.property
239
238
  @pulumi.getter(name="maintenanceWindowTime")
240
- def maintenance_window_time(self) -> builtins.str:
239
+ def maintenance_window_time(self) -> _builtins.str:
241
240
  """
242
241
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
243
242
  """
244
243
  return pulumi.get(self, "maintenance_window_time")
245
244
 
246
- @property
245
+ @_builtins.property
247
246
  @pulumi.getter
248
- def plan(self) -> builtins.str:
247
+ def plan(self) -> _builtins.str:
249
248
  """
250
249
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
251
250
  """
252
251
  return pulumi.get(self, "plan")
253
252
 
254
- @property
253
+ @_builtins.property
255
254
  @pulumi.getter
256
- def project(self) -> builtins.str:
255
+ def project(self) -> _builtins.str:
257
256
  """
258
257
  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.
259
258
  """
260
259
  return pulumi.get(self, "project")
261
260
 
262
- @property
261
+ @_builtins.property
263
262
  @pulumi.getter(name="projectVpcId")
264
- def project_vpc_id(self) -> builtins.str:
263
+ def project_vpc_id(self) -> _builtins.str:
265
264
  """
266
265
  Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
267
266
  """
268
267
  return pulumi.get(self, "project_vpc_id")
269
268
 
270
- @property
269
+ @_builtins.property
271
270
  @pulumi.getter(name="serviceHost")
272
- def service_host(self) -> builtins.str:
271
+ def service_host(self) -> _builtins.str:
273
272
  """
274
273
  The hostname of the service.
275
274
  """
276
275
  return pulumi.get(self, "service_host")
277
276
 
278
- @property
277
+ @_builtins.property
279
278
  @pulumi.getter(name="serviceIntegrations")
280
279
  def service_integrations(self) -> Sequence['outputs.GetKafkaServiceIntegrationResult']:
281
280
  """
@@ -283,68 +282,68 @@ class GetKafkaResult:
283
282
  """
284
283
  return pulumi.get(self, "service_integrations")
285
284
 
286
- @property
285
+ @_builtins.property
287
286
  @pulumi.getter(name="serviceName")
288
- def service_name(self) -> builtins.str:
287
+ def service_name(self) -> _builtins.str:
289
288
  """
290
289
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
291
290
  """
292
291
  return pulumi.get(self, "service_name")
293
292
 
294
- @property
293
+ @_builtins.property
295
294
  @pulumi.getter(name="servicePassword")
296
- def service_password(self) -> builtins.str:
295
+ def service_password(self) -> _builtins.str:
297
296
  """
298
297
  Password used for connecting to the service, if applicable
299
298
  """
300
299
  return pulumi.get(self, "service_password")
301
300
 
302
- @property
301
+ @_builtins.property
303
302
  @pulumi.getter(name="servicePort")
304
- def service_port(self) -> builtins.int:
303
+ def service_port(self) -> _builtins.int:
305
304
  """
306
305
  The port of the service
307
306
  """
308
307
  return pulumi.get(self, "service_port")
309
308
 
310
- @property
309
+ @_builtins.property
311
310
  @pulumi.getter(name="serviceType")
312
- def service_type(self) -> builtins.str:
311
+ def service_type(self) -> _builtins.str:
313
312
  """
314
313
  Aiven internal service type code
315
314
  """
316
315
  return pulumi.get(self, "service_type")
317
316
 
318
- @property
317
+ @_builtins.property
319
318
  @pulumi.getter(name="serviceUri")
320
- def service_uri(self) -> builtins.str:
319
+ def service_uri(self) -> _builtins.str:
321
320
  """
322
321
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
323
322
  """
324
323
  return pulumi.get(self, "service_uri")
325
324
 
326
- @property
325
+ @_builtins.property
327
326
  @pulumi.getter(name="serviceUsername")
328
- def service_username(self) -> builtins.str:
327
+ def service_username(self) -> _builtins.str:
329
328
  """
330
329
  Username used for connecting to the service, if applicable
331
330
  """
332
331
  return pulumi.get(self, "service_username")
333
332
 
334
- @property
333
+ @_builtins.property
335
334
  @pulumi.getter
336
- def state(self) -> builtins.str:
335
+ def state(self) -> _builtins.str:
337
336
  return pulumi.get(self, "state")
338
337
 
339
- @property
338
+ @_builtins.property
340
339
  @pulumi.getter(name="staticIps")
341
- def static_ips(self) -> Sequence[builtins.str]:
340
+ def static_ips(self) -> Sequence[_builtins.str]:
342
341
  """
343
342
  Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
344
343
  """
345
344
  return pulumi.get(self, "static_ips")
346
345
 
347
- @property
346
+ @_builtins.property
348
347
  @pulumi.getter
349
348
  def tags(self) -> Sequence['outputs.GetKafkaTagResult']:
350
349
  """
@@ -352,7 +351,7 @@ class GetKafkaResult:
352
351
  """
353
352
  return pulumi.get(self, "tags")
354
353
 
355
- @property
354
+ @_builtins.property
356
355
  @pulumi.getter(name="techEmails")
357
356
  def tech_emails(self) -> Sequence['outputs.GetKafkaTechEmailResult']:
358
357
  """
@@ -360,9 +359,9 @@ class GetKafkaResult:
360
359
  """
361
360
  return pulumi.get(self, "tech_emails")
362
361
 
363
- @property
362
+ @_builtins.property
364
363
  @pulumi.getter(name="terminationProtection")
365
- def termination_protection(self) -> builtins.bool:
364
+ def termination_protection(self) -> _builtins.bool:
366
365
  """
367
366
  Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
368
367
  """
@@ -408,8 +407,8 @@ class AwaitableGetKafkaResult(GetKafkaResult):
408
407
  termination_protection=self.termination_protection)
409
408
 
410
409
 
411
- def get_kafka(project: Optional[builtins.str] = None,
412
- service_name: Optional[builtins.str] = None,
410
+ def get_kafka(project: Optional[_builtins.str] = None,
411
+ service_name: Optional[_builtins.str] = None,
413
412
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaResult:
414
413
  """
415
414
  Gets information about an Aiven for Apache Kafka® service.
@@ -425,8 +424,8 @@ def get_kafka(project: Optional[builtins.str] = None,
425
424
  ```
426
425
 
427
426
 
428
- :param 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.
429
- :param builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
427
+ :param _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.
428
+ :param _builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
430
429
  """
431
430
  __args__ = dict()
432
431
  __args__['project'] = project
@@ -466,8 +465,8 @@ def get_kafka(project: Optional[builtins.str] = None,
466
465
  tags=pulumi.get(__ret__, 'tags'),
467
466
  tech_emails=pulumi.get(__ret__, 'tech_emails'),
468
467
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
469
- def get_kafka_output(project: Optional[pulumi.Input[builtins.str]] = None,
470
- service_name: Optional[pulumi.Input[builtins.str]] = None,
468
+ def get_kafka_output(project: Optional[pulumi.Input[_builtins.str]] = None,
469
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
471
470
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKafkaResult]:
472
471
  """
473
472
  Gets information about an Aiven for Apache Kafka® service.
@@ -483,8 +482,8 @@ def get_kafka_output(project: Optional[pulumi.Input[builtins.str]] = None,
483
482
  ```
484
483
 
485
484
 
486
- :param 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.
487
- :param builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
485
+ :param _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.
486
+ :param _builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
488
487
  """
489
488
  __args__ = dict()
490
489
  __args__['project'] = project
@@ -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
@@ -50,57 +49,57 @@ class GetKafkaAclResult:
50
49
  raise TypeError("Expected argument 'username' to be a str")
51
50
  pulumi.set(__self__, "username", username)
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter(name="aclId")
55
- def acl_id(self) -> builtins.str:
54
+ def acl_id(self) -> _builtins.str:
56
55
  """
57
56
  Kafka ACL ID.
58
57
  """
59
58
  return pulumi.get(self, "acl_id")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter
63
- def id(self) -> builtins.str:
62
+ def id(self) -> _builtins.str:
64
63
  """
65
64
  The provider-assigned unique ID for this managed resource.
66
65
  """
67
66
  return pulumi.get(self, "id")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def permission(self) -> builtins.str:
70
+ def permission(self) -> _builtins.str:
72
71
  """
73
72
  Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
74
73
  """
75
74
  return pulumi.get(self, "permission")
76
75
 
77
- @property
76
+ @_builtins.property
78
77
  @pulumi.getter
79
- def project(self) -> builtins.str:
78
+ def project(self) -> _builtins.str:
80
79
  """
81
80
  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.
82
81
  """
83
82
  return pulumi.get(self, "project")
84
83
 
85
- @property
84
+ @_builtins.property
86
85
  @pulumi.getter(name="serviceName")
87
- def service_name(self) -> builtins.str:
86
+ def service_name(self) -> _builtins.str:
88
87
  """
89
88
  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.
90
89
  """
91
90
  return pulumi.get(self, "service_name")
92
91
 
93
- @property
92
+ @_builtins.property
94
93
  @pulumi.getter
95
- def topic(self) -> builtins.str:
94
+ def topic(self) -> _builtins.str:
96
95
  """
97
96
  Topics that the permissions apply to. Changing this property forces recreation of the resource.
98
97
  """
99
98
  return pulumi.get(self, "topic")
100
99
 
101
- @property
100
+ @_builtins.property
102
101
  @pulumi.getter
103
- def username(self) -> builtins.str:
102
+ def username(self) -> _builtins.str:
104
103
  """
105
104
  Usernames to grant permissions to. Changing this property forces recreation of the resource.
106
105
  """
@@ -122,11 +121,11 @@ class AwaitableGetKafkaAclResult(GetKafkaAclResult):
122
121
  username=self.username)
123
122
 
124
123
 
125
- def get_kafka_acl(permission: Optional[builtins.str] = None,
126
- project: Optional[builtins.str] = None,
127
- service_name: Optional[builtins.str] = None,
128
- topic: Optional[builtins.str] = None,
129
- username: Optional[builtins.str] = None,
124
+ def get_kafka_acl(permission: Optional[_builtins.str] = None,
125
+ project: Optional[_builtins.str] = None,
126
+ service_name: Optional[_builtins.str] = None,
127
+ topic: Optional[_builtins.str] = None,
128
+ username: Optional[_builtins.str] = None,
130
129
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaAclResult:
131
130
  """
132
131
  Gets information about an ACL entry for an Aiven for Apache Kafka® service.
@@ -145,11 +144,11 @@ def get_kafka_acl(permission: Optional[builtins.str] = None,
145
144
  ```
146
145
 
147
146
 
148
- :param builtins.str permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
149
- :param 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.
150
- :param 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.
151
- :param builtins.str topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
152
- :param builtins.str username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
147
+ :param _builtins.str permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
148
+ :param _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.
149
+ :param _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.
150
+ :param _builtins.str topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
151
+ :param _builtins.str username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
153
152
  """
154
153
  __args__ = dict()
155
154
  __args__['permission'] = permission
@@ -168,11 +167,11 @@ def get_kafka_acl(permission: Optional[builtins.str] = None,
168
167
  service_name=pulumi.get(__ret__, 'service_name'),
169
168
  topic=pulumi.get(__ret__, 'topic'),
170
169
  username=pulumi.get(__ret__, 'username'))
171
- def get_kafka_acl_output(permission: Optional[pulumi.Input[builtins.str]] = None,
172
- project: Optional[pulumi.Input[builtins.str]] = None,
173
- service_name: Optional[pulumi.Input[builtins.str]] = None,
174
- topic: Optional[pulumi.Input[builtins.str]] = None,
175
- username: Optional[pulumi.Input[builtins.str]] = None,
170
+ def get_kafka_acl_output(permission: Optional[pulumi.Input[_builtins.str]] = None,
171
+ project: Optional[pulumi.Input[_builtins.str]] = None,
172
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
173
+ topic: Optional[pulumi.Input[_builtins.str]] = None,
174
+ username: Optional[pulumi.Input[_builtins.str]] = None,
176
175
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKafkaAclResult]:
177
176
  """
178
177
  Gets information about an ACL entry for an Aiven for Apache Kafka® service.
@@ -191,11 +190,11 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[builtins.str]] = None
191
190
  ```
192
191
 
193
192
 
194
- :param builtins.str permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
195
- :param 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.
196
- :param 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.
197
- :param builtins.str topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
198
- :param builtins.str username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
193
+ :param _builtins.str permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
194
+ :param _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.
195
+ :param _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.
196
+ :param _builtins.str topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
197
+ :param _builtins.str username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
199
198
  """
200
199
  __args__ = dict()
201
200
  __args__['permission'] = permission