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
@@ -62,89 +61,89 @@ class GetServiceComponentResult:
62
61
  raise TypeError("Expected argument 'usage' to be a str")
63
62
  pulumi.set(__self__, "usage", usage)
64
63
 
65
- @property
64
+ @_builtins.property
66
65
  @pulumi.getter
67
- def component(self) -> builtins.str:
66
+ def component(self) -> _builtins.str:
68
67
  """
69
68
  Service component name
70
69
  """
71
70
  return pulumi.get(self, "component")
72
71
 
73
- @property
72
+ @_builtins.property
74
73
  @pulumi.getter
75
- def host(self) -> builtins.str:
74
+ def host(self) -> _builtins.str:
76
75
  """
77
76
  DNS name for connecting to the service component
78
77
  """
79
78
  return pulumi.get(self, "host")
80
79
 
81
- @property
80
+ @_builtins.property
82
81
  @pulumi.getter
83
- def id(self) -> builtins.str:
82
+ def id(self) -> _builtins.str:
84
83
  """
85
84
  The provider-assigned unique ID for this managed resource.
86
85
  """
87
86
  return pulumi.get(self, "id")
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter(name="kafkaAuthenticationMethod")
91
- def kafka_authentication_method(self) -> Optional[builtins.str]:
90
+ def kafka_authentication_method(self) -> Optional[_builtins.str]:
92
91
  """
93
92
  Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
94
93
  """
95
94
  return pulumi.get(self, "kafka_authentication_method")
96
95
 
97
- @property
96
+ @_builtins.property
98
97
  @pulumi.getter(name="kafkaSslCa")
99
- def kafka_ssl_ca(self) -> builtins.str:
98
+ def kafka_ssl_ca(self) -> _builtins.str:
100
99
  """
101
100
  Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
102
101
  """
103
102
  return pulumi.get(self, "kafka_ssl_ca")
104
103
 
105
- @property
104
+ @_builtins.property
106
105
  @pulumi.getter
107
- def port(self) -> builtins.int:
106
+ def port(self) -> _builtins.int:
108
107
  """
109
108
  Port number for connecting to the service component
110
109
  """
111
110
  return pulumi.get(self, "port")
112
111
 
113
- @property
112
+ @_builtins.property
114
113
  @pulumi.getter
115
- def project(self) -> builtins.str:
114
+ def project(self) -> _builtins.str:
116
115
  """
117
116
  Project name
118
117
  """
119
118
  return pulumi.get(self, "project")
120
119
 
121
- @property
120
+ @_builtins.property
122
121
  @pulumi.getter
123
- def route(self) -> Optional[builtins.str]:
122
+ def route(self) -> Optional[_builtins.str]:
124
123
  """
125
124
  Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
126
125
  """
127
126
  return pulumi.get(self, "route")
128
127
 
129
- @property
128
+ @_builtins.property
130
129
  @pulumi.getter(name="serviceName")
131
- def service_name(self) -> Optional[builtins.str]:
130
+ def service_name(self) -> Optional[_builtins.str]:
132
131
  """
133
132
  Service name
134
133
  """
135
134
  return pulumi.get(self, "service_name")
136
135
 
137
- @property
136
+ @_builtins.property
138
137
  @pulumi.getter
139
- def ssl(self) -> Optional[builtins.bool]:
138
+ def ssl(self) -> Optional[_builtins.bool]:
140
139
  """
141
140
  Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
142
141
  """
143
142
  return pulumi.get(self, "ssl")
144
143
 
145
- @property
144
+ @_builtins.property
146
145
  @pulumi.getter
147
- def usage(self) -> Optional[builtins.str]:
146
+ def usage(self) -> Optional[_builtins.str]:
148
147
  """
149
148
  DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
150
149
  """
@@ -170,13 +169,13 @@ class AwaitableGetServiceComponentResult(GetServiceComponentResult):
170
169
  usage=self.usage)
171
170
 
172
171
 
173
- def get_service_component(component: Optional[builtins.str] = None,
174
- kafka_authentication_method: Optional[builtins.str] = None,
175
- project: Optional[builtins.str] = None,
176
- route: Optional[builtins.str] = None,
177
- service_name: Optional[builtins.str] = None,
178
- ssl: Optional[builtins.bool] = None,
179
- usage: Optional[builtins.str] = None,
172
+ def get_service_component(component: Optional[_builtins.str] = None,
173
+ kafka_authentication_method: Optional[_builtins.str] = None,
174
+ project: Optional[_builtins.str] = None,
175
+ route: Optional[_builtins.str] = None,
176
+ service_name: Optional[_builtins.str] = None,
177
+ ssl: Optional[_builtins.bool] = None,
178
+ usage: Optional[_builtins.str] = None,
180
179
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceComponentResult:
181
180
  """
182
181
  The Service Component data source provides information about the existing Aiven service Component.
@@ -197,13 +196,13 @@ def get_service_component(component: Optional[builtins.str] = None,
197
196
  ```
198
197
 
199
198
 
200
- :param builtins.str component: Service component name
201
- :param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
202
- :param builtins.str project: Project name
203
- :param builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
204
- :param builtins.str service_name: Service name
205
- :param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
206
- :param builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
199
+ :param _builtins.str component: Service component name
200
+ :param _builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
201
+ :param _builtins.str project: Project name
202
+ :param _builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
203
+ :param _builtins.str service_name: Service name
204
+ :param _builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
205
+ :param _builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
207
206
  """
208
207
  __args__ = dict()
209
208
  __args__['component'] = component
@@ -228,13 +227,13 @@ def get_service_component(component: Optional[builtins.str] = None,
228
227
  service_name=pulumi.get(__ret__, 'service_name'),
229
228
  ssl=pulumi.get(__ret__, 'ssl'),
230
229
  usage=pulumi.get(__ret__, 'usage'))
231
- def get_service_component_output(component: Optional[pulumi.Input[builtins.str]] = None,
232
- kafka_authentication_method: Optional[pulumi.Input[Optional[builtins.str]]] = None,
233
- project: Optional[pulumi.Input[builtins.str]] = None,
234
- route: Optional[pulumi.Input[Optional[builtins.str]]] = None,
235
- service_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
236
- ssl: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
237
- usage: Optional[pulumi.Input[Optional[builtins.str]]] = None,
230
+ def get_service_component_output(component: Optional[pulumi.Input[_builtins.str]] = None,
231
+ kafka_authentication_method: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
232
+ project: Optional[pulumi.Input[_builtins.str]] = None,
233
+ route: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
234
+ service_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
235
+ ssl: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
236
+ usage: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
238
237
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceComponentResult]:
239
238
  """
240
239
  The Service Component data source provides information about the existing Aiven service Component.
@@ -255,13 +254,13 @@ def get_service_component_output(component: Optional[pulumi.Input[builtins.str]]
255
254
  ```
256
255
 
257
256
 
258
- :param builtins.str component: Service component name
259
- :param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
260
- :param builtins.str project: Project name
261
- :param builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
262
- :param builtins.str service_name: Service name
263
- :param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
264
- :param builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
257
+ :param _builtins.str component: Service component name
258
+ :param _builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
259
+ :param _builtins.str project: Project name
260
+ :param _builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
261
+ :param _builtins.str service_name: Service name
262
+ :param _builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
263
+ :param _builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
265
264
  """
266
265
  __args__ = dict()
267
266
  __args__['component'] = component
@@ -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
@@ -105,7 +104,7 @@ class GetServiceIntegrationResult:
105
104
  raise TypeError("Expected argument 'source_service_project' to be a str")
106
105
  pulumi.set(__self__, "source_service_project", source_service_project)
107
106
 
108
- @property
107
+ @_builtins.property
109
108
  @pulumi.getter(name="clickhouseCredentialsUserConfigs")
110
109
  def clickhouse_credentials_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseCredentialsUserConfigResult']:
111
110
  """
@@ -113,7 +112,7 @@ class GetServiceIntegrationResult:
113
112
  """
114
113
  return pulumi.get(self, "clickhouse_credentials_user_configs")
115
114
 
116
- @property
115
+ @_builtins.property
117
116
  @pulumi.getter(name="clickhouseKafkaUserConfigs")
118
117
  def clickhouse_kafka_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigResult']:
119
118
  """
@@ -121,7 +120,7 @@ class GetServiceIntegrationResult:
121
120
  """
122
121
  return pulumi.get(self, "clickhouse_kafka_user_configs")
123
122
 
124
- @property
123
+ @_builtins.property
125
124
  @pulumi.getter(name="clickhousePostgresqlUserConfigs")
126
125
  def clickhouse_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhousePostgresqlUserConfigResult']:
127
126
  """
@@ -129,7 +128,7 @@ class GetServiceIntegrationResult:
129
128
  """
130
129
  return pulumi.get(self, "clickhouse_postgresql_user_configs")
131
130
 
132
- @property
131
+ @_builtins.property
133
132
  @pulumi.getter(name="datadogUserConfigs")
134
133
  def datadog_user_configs(self) -> Sequence['outputs.GetServiceIntegrationDatadogUserConfigResult']:
135
134
  """
@@ -137,31 +136,31 @@ class GetServiceIntegrationResult:
137
136
  """
138
137
  return pulumi.get(self, "datadog_user_configs")
139
138
 
140
- @property
139
+ @_builtins.property
141
140
  @pulumi.getter(name="destinationEndpointId")
142
- def destination_endpoint_id(self) -> builtins.str:
141
+ def destination_endpoint_id(self) -> _builtins.str:
143
142
  """
144
143
  Destination endpoint for the integration.
145
144
  """
146
145
  return pulumi.get(self, "destination_endpoint_id")
147
146
 
148
- @property
147
+ @_builtins.property
149
148
  @pulumi.getter(name="destinationServiceName")
150
- def destination_service_name(self) -> builtins.str:
149
+ def destination_service_name(self) -> _builtins.str:
151
150
  """
152
151
  Destination service for the integration.
153
152
  """
154
153
  return pulumi.get(self, "destination_service_name")
155
154
 
156
- @property
155
+ @_builtins.property
157
156
  @pulumi.getter(name="destinationServiceProject")
158
- def destination_service_project(self) -> builtins.str:
157
+ def destination_service_project(self) -> _builtins.str:
159
158
  """
160
159
  Destination service project name
161
160
  """
162
161
  return pulumi.get(self, "destination_service_project")
163
162
 
164
- @property
163
+ @_builtins.property
165
164
  @pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
166
165
  def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult']:
167
166
  """
@@ -169,7 +168,7 @@ class GetServiceIntegrationResult:
169
168
  """
170
169
  return pulumi.get(self, "external_aws_cloudwatch_logs_user_configs")
171
170
 
172
- @property
171
+ @_builtins.property
173
172
  @pulumi.getter(name="externalAwsCloudwatchMetricsUserConfigs")
174
173
  def external_aws_cloudwatch_metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult']:
175
174
  """
@@ -177,7 +176,7 @@ class GetServiceIntegrationResult:
177
176
  """
178
177
  return pulumi.get(self, "external_aws_cloudwatch_metrics_user_configs")
179
178
 
180
- @property
179
+ @_builtins.property
181
180
  @pulumi.getter(name="externalElasticsearchLogsUserConfigs")
182
181
  def external_elasticsearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalElasticsearchLogsUserConfigResult']:
183
182
  """
@@ -185,7 +184,7 @@ class GetServiceIntegrationResult:
185
184
  """
186
185
  return pulumi.get(self, "external_elasticsearch_logs_user_configs")
187
186
 
188
- @property
187
+ @_builtins.property
189
188
  @pulumi.getter(name="externalOpensearchLogsUserConfigs")
190
189
  def external_opensearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalOpensearchLogsUserConfigResult']:
191
190
  """
@@ -193,7 +192,7 @@ class GetServiceIntegrationResult:
193
192
  """
194
193
  return pulumi.get(self, "external_opensearch_logs_user_configs")
195
194
 
196
- @property
195
+ @_builtins.property
197
196
  @pulumi.getter(name="flinkExternalPostgresqlUserConfigs")
198
197
  def flink_external_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult']:
199
198
  """
@@ -201,31 +200,31 @@ class GetServiceIntegrationResult:
201
200
  """
202
201
  return pulumi.get(self, "flink_external_postgresql_user_configs")
203
202
 
204
- @property
203
+ @_builtins.property
205
204
  @pulumi.getter
206
- def id(self) -> builtins.str:
205
+ def id(self) -> _builtins.str:
207
206
  """
208
207
  The provider-assigned unique ID for this managed resource.
209
208
  """
210
209
  return pulumi.get(self, "id")
211
210
 
212
- @property
211
+ @_builtins.property
213
212
  @pulumi.getter(name="integrationId")
214
- def integration_id(self) -> builtins.str:
213
+ def integration_id(self) -> _builtins.str:
215
214
  """
216
215
  The ID of the Aiven service integration.
217
216
  """
218
217
  return pulumi.get(self, "integration_id")
219
218
 
220
- @property
219
+ @_builtins.property
221
220
  @pulumi.getter(name="integrationType")
222
- def integration_type(self) -> builtins.str:
221
+ def integration_type(self) -> _builtins.str:
223
222
  """
224
223
  Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
225
224
  """
226
225
  return pulumi.get(self, "integration_type")
227
226
 
228
- @property
227
+ @_builtins.property
229
228
  @pulumi.getter(name="kafkaConnectUserConfigs")
230
229
  def kafka_connect_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaConnectUserConfigResult']:
231
230
  """
@@ -233,7 +232,7 @@ class GetServiceIntegrationResult:
233
232
  """
234
233
  return pulumi.get(self, "kafka_connect_user_configs")
235
234
 
236
- @property
235
+ @_builtins.property
237
236
  @pulumi.getter(name="kafkaLogsUserConfigs")
238
237
  def kafka_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaLogsUserConfigResult']:
239
238
  """
@@ -241,7 +240,7 @@ class GetServiceIntegrationResult:
241
240
  """
242
241
  return pulumi.get(self, "kafka_logs_user_configs")
243
242
 
244
- @property
243
+ @_builtins.property
245
244
  @pulumi.getter(name="kafkaMirrormakerUserConfigs")
246
245
  def kafka_mirrormaker_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaMirrormakerUserConfigResult']:
247
246
  """
@@ -249,7 +248,7 @@ class GetServiceIntegrationResult:
249
248
  """
250
249
  return pulumi.get(self, "kafka_mirrormaker_user_configs")
251
250
 
252
- @property
251
+ @_builtins.property
253
252
  @pulumi.getter(name="logsUserConfigs")
254
253
  def logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationLogsUserConfigResult']:
255
254
  """
@@ -257,7 +256,7 @@ class GetServiceIntegrationResult:
257
256
  """
258
257
  return pulumi.get(self, "logs_user_configs")
259
258
 
260
- @property
259
+ @_builtins.property
261
260
  @pulumi.getter(name="metricsUserConfigs")
262
261
  def metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationMetricsUserConfigResult']:
263
262
  """
@@ -265,15 +264,15 @@ class GetServiceIntegrationResult:
265
264
  """
266
265
  return pulumi.get(self, "metrics_user_configs")
267
266
 
268
- @property
267
+ @_builtins.property
269
268
  @pulumi.getter
270
- def project(self) -> builtins.str:
269
+ def project(self) -> _builtins.str:
271
270
  """
272
271
  Project the integration belongs to.
273
272
  """
274
273
  return pulumi.get(self, "project")
275
274
 
276
- @property
275
+ @_builtins.property
277
276
  @pulumi.getter(name="prometheusUserConfigs")
278
277
  def prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationPrometheusUserConfigResult']:
279
278
  """
@@ -281,25 +280,25 @@ class GetServiceIntegrationResult:
281
280
  """
282
281
  return pulumi.get(self, "prometheus_user_configs")
283
282
 
284
- @property
283
+ @_builtins.property
285
284
  @pulumi.getter(name="sourceEndpointId")
286
- def source_endpoint_id(self) -> builtins.str:
285
+ def source_endpoint_id(self) -> _builtins.str:
287
286
  """
288
287
  Source endpoint for the integration.
289
288
  """
290
289
  return pulumi.get(self, "source_endpoint_id")
291
290
 
292
- @property
291
+ @_builtins.property
293
292
  @pulumi.getter(name="sourceServiceName")
294
- def source_service_name(self) -> builtins.str:
293
+ def source_service_name(self) -> _builtins.str:
295
294
  """
296
295
  Source service for the integration (if any)
297
296
  """
298
297
  return pulumi.get(self, "source_service_name")
299
298
 
300
- @property
299
+ @_builtins.property
301
300
  @pulumi.getter(name="sourceServiceProject")
302
- def source_service_project(self) -> builtins.str:
301
+ def source_service_project(self) -> _builtins.str:
303
302
  """
304
303
  Source service project name
305
304
  """
@@ -339,10 +338,10 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
339
338
  source_service_project=self.source_service_project)
340
339
 
341
340
 
342
- def get_service_integration(destination_service_name: Optional[builtins.str] = None,
343
- integration_type: Optional[builtins.str] = None,
344
- project: Optional[builtins.str] = None,
345
- source_service_name: Optional[builtins.str] = None,
341
+ def get_service_integration(destination_service_name: Optional[_builtins.str] = None,
342
+ integration_type: Optional[_builtins.str] = None,
343
+ project: Optional[_builtins.str] = None,
344
+ source_service_name: Optional[_builtins.str] = None,
346
345
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIntegrationResult:
347
346
  """
348
347
  Gets information about an Aiven service integration.
@@ -360,10 +359,10 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
360
359
  ```
361
360
 
362
361
 
363
- :param builtins.str destination_service_name: Destination service for the integration.
364
- :param builtins.str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
365
- :param builtins.str project: Project the integration belongs to.
366
- :param builtins.str source_service_name: Source service for the integration (if any)
362
+ :param _builtins.str destination_service_name: Destination service for the integration.
363
+ :param _builtins.str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
364
+ :param _builtins.str project: Project the integration belongs to.
365
+ :param _builtins.str source_service_name: Source service for the integration (if any)
367
366
  """
368
367
  __args__ = dict()
369
368
  __args__['destinationServiceName'] = destination_service_name
@@ -399,10 +398,10 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
399
398
  source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
400
399
  source_service_name=pulumi.get(__ret__, 'source_service_name'),
401
400
  source_service_project=pulumi.get(__ret__, 'source_service_project'))
402
- def get_service_integration_output(destination_service_name: Optional[pulumi.Input[builtins.str]] = None,
403
- integration_type: Optional[pulumi.Input[builtins.str]] = None,
404
- project: Optional[pulumi.Input[builtins.str]] = None,
405
- source_service_name: Optional[pulumi.Input[builtins.str]] = None,
401
+ def get_service_integration_output(destination_service_name: Optional[pulumi.Input[_builtins.str]] = None,
402
+ integration_type: Optional[pulumi.Input[_builtins.str]] = None,
403
+ project: Optional[pulumi.Input[_builtins.str]] = None,
404
+ source_service_name: Optional[pulumi.Input[_builtins.str]] = None,
406
405
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationResult]:
407
406
  """
408
407
  Gets information about an Aiven service integration.
@@ -420,10 +419,10 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
420
419
  ```
421
420
 
422
421
 
423
- :param builtins.str destination_service_name: Destination service for the integration.
424
- :param builtins.str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
425
- :param builtins.str project: Project the integration belongs to.
426
- :param builtins.str source_service_name: Source service for the integration (if any)
422
+ :param _builtins.str destination_service_name: Destination service for the integration.
423
+ :param _builtins.str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
424
+ :param _builtins.str project: Project the integration belongs to.
425
+ :param _builtins.str source_service_name: Source service for the integration (if any)
427
426
  """
428
427
  __args__ = dict()
429
428
  __args__['destinationServiceName'] = destination_service_name