pulumi-aiven 6.28.0a1731647682__py3-none-any.whl → 6.29.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 (60) hide show
  1. pulumi_aiven/__init__.py +9 -0
  2. pulumi_aiven/_inputs.py +1136 -227
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/billing_group.py +7 -7
  5. pulumi_aiven/cassandra.py +8 -8
  6. pulumi_aiven/clickhouse.py +8 -8
  7. pulumi_aiven/dragonfly.py +8 -8
  8. pulumi_aiven/flink.py +8 -8
  9. pulumi_aiven/get_account_team_project.py +1 -1
  10. pulumi_aiven/get_billing_group.py +1 -1
  11. pulumi_aiven/get_cassanda.py +1 -1
  12. pulumi_aiven/get_cassandra.py +1 -1
  13. pulumi_aiven/get_clickhouse.py +1 -1
  14. pulumi_aiven/get_dragonfly.py +1 -1
  15. pulumi_aiven/get_flink.py +1 -1
  16. pulumi_aiven/get_grafana.py +1 -1
  17. pulumi_aiven/get_kafka.py +1 -1
  18. pulumi_aiven/get_kafka_connect.py +1 -1
  19. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  20. pulumi_aiven/get_m3_aggregator.py +1 -1
  21. pulumi_aiven/get_m3_db.py +1 -1
  22. pulumi_aiven/get_mirror_maker_replication_flow.py +16 -2
  23. pulumi_aiven/get_my_sql.py +1 -1
  24. pulumi_aiven/get_open_search.py +1 -1
  25. pulumi_aiven/get_pg.py +1 -1
  26. pulumi_aiven/get_project_user.py +1 -1
  27. pulumi_aiven/get_redis.py +1 -1
  28. pulumi_aiven/get_service_component.py +9 -9
  29. pulumi_aiven/get_service_integration.py +17 -17
  30. pulumi_aiven/get_service_integration_endpoint.py +59 -31
  31. pulumi_aiven/get_thanos.py +1 -1
  32. pulumi_aiven/get_valkey.py +1 -1
  33. pulumi_aiven/get_valkey_user.py +9 -9
  34. pulumi_aiven/grafana.py +8 -8
  35. pulumi_aiven/influx_db.py +15 -8
  36. pulumi_aiven/kafka.py +8 -8
  37. pulumi_aiven/kafka_connect.py +8 -8
  38. pulumi_aiven/kafka_mirror_maker.py +8 -8
  39. pulumi_aiven/kafka_native_acl.py +534 -0
  40. pulumi_aiven/m3_aggregator.py +8 -8
  41. pulumi_aiven/m3_db.py +8 -8
  42. pulumi_aiven/mirror_maker_replication_flow.py +54 -7
  43. pulumi_aiven/my_sql.py +8 -8
  44. pulumi_aiven/open_search.py +8 -8
  45. pulumi_aiven/organization_group_project.py +17 -9
  46. pulumi_aiven/organization_permission.py +49 -49
  47. pulumi_aiven/outputs.py +1586 -295
  48. pulumi_aiven/pg.py +8 -8
  49. pulumi_aiven/project_user.py +15 -7
  50. pulumi_aiven/pulumi-plugin.json +1 -1
  51. pulumi_aiven/redis.py +8 -8
  52. pulumi_aiven/service_integration.py +139 -123
  53. pulumi_aiven/service_integration_endpoint.py +302 -140
  54. pulumi_aiven/thanos.py +8 -8
  55. pulumi_aiven/valkey.py +10 -10
  56. pulumi_aiven/valkey_user.py +142 -48
  57. {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/METADATA +5 -5
  58. {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/RECORD +60 -59
  59. {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/WHEEL +1 -1
  60. {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,7 @@ class GetMirrorMakerReplicationFlowResult:
26
26
  """
27
27
  A collection of values returned by getMirrorMakerReplicationFlow.
28
28
  """
29
- def __init__(__self__, config_properties_excludes=None, emit_backward_heartbeats_enabled=None, emit_heartbeats_enabled=None, enable=None, id=None, offset_syncs_topic_location=None, project=None, replication_factor=None, replication_policy_class=None, service_name=None, source_cluster=None, sync_group_offsets_enabled=None, sync_group_offsets_interval_seconds=None, target_cluster=None, topics=None, topics_blacklists=None):
29
+ def __init__(__self__, config_properties_excludes=None, emit_backward_heartbeats_enabled=None, emit_heartbeats_enabled=None, enable=None, exactly_once_delivery_enabled=None, id=None, offset_syncs_topic_location=None, project=None, replication_factor=None, replication_policy_class=None, service_name=None, source_cluster=None, sync_group_offsets_enabled=None, sync_group_offsets_interval_seconds=None, target_cluster=None, topics=None, topics_blacklists=None):
30
30
  if config_properties_excludes and not isinstance(config_properties_excludes, list):
31
31
  raise TypeError("Expected argument 'config_properties_excludes' to be a list")
32
32
  pulumi.set(__self__, "config_properties_excludes", config_properties_excludes)
@@ -39,6 +39,9 @@ class GetMirrorMakerReplicationFlowResult:
39
39
  if enable and not isinstance(enable, bool):
40
40
  raise TypeError("Expected argument 'enable' to be a bool")
41
41
  pulumi.set(__self__, "enable", enable)
42
+ if exactly_once_delivery_enabled and not isinstance(exactly_once_delivery_enabled, bool):
43
+ raise TypeError("Expected argument 'exactly_once_delivery_enabled' to be a bool")
44
+ pulumi.set(__self__, "exactly_once_delivery_enabled", exactly_once_delivery_enabled)
42
45
  if id and not isinstance(id, str):
43
46
  raise TypeError("Expected argument 'id' to be a str")
44
47
  pulumi.set(__self__, "id", id)
@@ -108,6 +111,14 @@ class GetMirrorMakerReplicationFlowResult:
108
111
  """
109
112
  return pulumi.get(self, "enable")
110
113
 
114
+ @property
115
+ @pulumi.getter(name="exactlyOnceDeliveryEnabled")
116
+ def exactly_once_delivery_enabled(self) -> bool:
117
+ """
118
+ Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
119
+ """
120
+ return pulumi.get(self, "exactly_once_delivery_enabled")
121
+
111
122
  @property
112
123
  @pulumi.getter
113
124
  def id(self) -> str:
@@ -120,7 +131,7 @@ class GetMirrorMakerReplicationFlowResult:
120
131
  @pulumi.getter(name="offsetSyncsTopicLocation")
121
132
  def offset_syncs_topic_location(self) -> str:
122
133
  """
123
- Offset syncs topic location. Possible values are `source` & `target`. There is no default value.
134
+ Offset syncs topic location. The possible values are `source` and `target`.
124
135
  """
125
136
  return pulumi.get(self, "offset_syncs_topic_location")
126
137
 
@@ -215,6 +226,7 @@ class AwaitableGetMirrorMakerReplicationFlowResult(GetMirrorMakerReplicationFlow
215
226
  emit_backward_heartbeats_enabled=self.emit_backward_heartbeats_enabled,
216
227
  emit_heartbeats_enabled=self.emit_heartbeats_enabled,
217
228
  enable=self.enable,
229
+ exactly_once_delivery_enabled=self.exactly_once_delivery_enabled,
218
230
  id=self.id,
219
231
  offset_syncs_topic_location=self.offset_syncs_topic_location,
220
232
  project=self.project,
@@ -268,6 +280,7 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
268
280
  emit_backward_heartbeats_enabled=pulumi.get(__ret__, 'emit_backward_heartbeats_enabled'),
269
281
  emit_heartbeats_enabled=pulumi.get(__ret__, 'emit_heartbeats_enabled'),
270
282
  enable=pulumi.get(__ret__, 'enable'),
283
+ exactly_once_delivery_enabled=pulumi.get(__ret__, 'exactly_once_delivery_enabled'),
271
284
  id=pulumi.get(__ret__, 'id'),
272
285
  offset_syncs_topic_location=pulumi.get(__ret__, 'offset_syncs_topic_location'),
273
286
  project=pulumi.get(__ret__, 'project'),
@@ -318,6 +331,7 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
318
331
  emit_backward_heartbeats_enabled=pulumi.get(__response__, 'emit_backward_heartbeats_enabled'),
319
332
  emit_heartbeats_enabled=pulumi.get(__response__, 'emit_heartbeats_enabled'),
320
333
  enable=pulumi.get(__response__, 'enable'),
334
+ exactly_once_delivery_enabled=pulumi.get(__response__, 'exactly_once_delivery_enabled'),
321
335
  id=pulumi.get(__response__, 'id'),
322
336
  offset_syncs_topic_location=pulumi.get(__response__, 'offset_syncs_topic_location'),
323
337
  project=pulumi.get(__response__, 'project'),
@@ -208,7 +208,7 @@ class GetMySqlResult:
208
208
  @pulumi.getter(name="mysqlUserConfigs")
209
209
  def mysql_user_configs(self) -> Sequence['outputs.GetMySqlMysqlUserConfigResult']:
210
210
  """
211
- Mysql user configurable settings
211
+ Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
212
212
  """
213
213
  return pulumi.get(self, "mysql_user_configs")
214
214
 
@@ -208,7 +208,7 @@ class GetOpenSearchResult:
208
208
  @pulumi.getter(name="opensearchUserConfigs")
209
209
  def opensearch_user_configs(self) -> Sequence['outputs.GetOpenSearchOpensearchUserConfigResult']:
210
210
  """
211
- Opensearch user configurable settings
211
+ Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
212
212
  """
213
213
  return pulumi.get(self, "opensearch_user_configs")
214
214
 
pulumi_aiven/get_pg.py CHANGED
@@ -208,7 +208,7 @@ class GetPgResult:
208
208
  @pulumi.getter(name="pgUserConfigs")
209
209
  def pg_user_configs(self) -> Sequence['outputs.GetPgPgUserConfigResult']:
210
210
  """
211
- Pg user configurable settings
211
+ Pg user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
212
212
  """
213
213
  return pulumi.get(self, "pg_user_configs")
214
214
 
@@ -71,7 +71,7 @@ class GetProjectUserResult:
71
71
  @pulumi.getter(name="memberType")
72
72
  def member_type(self) -> str:
73
73
  """
74
- Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
74
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
75
75
  """
76
76
  return pulumi.get(self, "member_type")
77
77
 
pulumi_aiven/get_redis.py CHANGED
@@ -240,7 +240,7 @@ class GetRedisResult:
240
240
  @pulumi.getter(name="redisUserConfigs")
241
241
  def redis_user_configs(self) -> Sequence['outputs.GetRedisRedisUserConfigResult']:
242
242
  """
243
- Redis user configurable settings
243
+ Redis user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
244
244
  """
245
245
  return pulumi.get(self, "redis_user_configs")
246
246
 
@@ -86,7 +86,7 @@ class GetServiceComponentResult:
86
86
  @pulumi.getter(name="kafkaAuthenticationMethod")
87
87
  def kafka_authentication_method(self) -> Optional[str]:
88
88
  """
89
- Kafka authentication method. This is a value specific to the 'kafka' service component
89
+ Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
90
90
  """
91
91
  return pulumi.get(self, "kafka_authentication_method")
92
92
 
@@ -110,7 +110,7 @@ class GetServiceComponentResult:
110
110
  @pulumi.getter
111
111
  def route(self) -> Optional[str]:
112
112
  """
113
- Network access route
113
+ Network access route. The possible values are `dynamic`, `public`, `private` and `privatelink`.
114
114
  """
115
115
  return pulumi.get(self, "route")
116
116
 
@@ -134,7 +134,7 @@ class GetServiceComponentResult:
134
134
  @pulumi.getter
135
135
  def usage(self) -> Optional[str]:
136
136
  """
137
- DNS usage name
137
+ DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
138
138
  """
139
139
  return pulumi.get(self, "usage")
140
140
 
@@ -185,12 +185,12 @@ def get_service_component(component: Optional[str] = None,
185
185
 
186
186
 
187
187
  :param str component: Service component name
188
- :param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
188
+ :param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
189
189
  :param str project: Project name
190
- :param str route: Network access route
190
+ :param str route: Network access route. The possible values are `dynamic`, `public`, `private` and `privatelink`.
191
191
  :param str service_name: Service name
192
192
  :param 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
193
- :param str usage: DNS usage name
193
+ :param str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
194
194
  """
195
195
  __args__ = dict()
196
196
  __args__['component'] = component
@@ -242,12 +242,12 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
242
242
 
243
243
 
244
244
  :param str component: Service component name
245
- :param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
245
+ :param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
246
246
  :param str project: Project name
247
- :param str route: Network access route
247
+ :param str route: Network access route. The possible values are `dynamic`, `public`, `private` and `privatelink`.
248
248
  :param str service_name: Service name
249
249
  :param 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
250
- :param str usage: DNS usage name
250
+ :param str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
251
251
  """
252
252
  __args__ = dict()
253
253
  __args__['component'] = component
@@ -99,7 +99,7 @@ class GetServiceIntegrationResult:
99
99
  @pulumi.getter(name="clickhouseKafkaUserConfigs")
100
100
  def clickhouse_kafka_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigResult']:
101
101
  """
102
- ClickhouseKafka user configurable settings
102
+ ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
103
103
  """
104
104
  return pulumi.get(self, "clickhouse_kafka_user_configs")
105
105
 
@@ -107,7 +107,7 @@ class GetServiceIntegrationResult:
107
107
  @pulumi.getter(name="clickhousePostgresqlUserConfigs")
108
108
  def clickhouse_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhousePostgresqlUserConfigResult']:
109
109
  """
110
- ClickhousePostgresql user configurable settings
110
+ ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
111
111
  """
112
112
  return pulumi.get(self, "clickhouse_postgresql_user_configs")
113
113
 
@@ -115,7 +115,7 @@ class GetServiceIntegrationResult:
115
115
  @pulumi.getter(name="datadogUserConfigs")
116
116
  def datadog_user_configs(self) -> Sequence['outputs.GetServiceIntegrationDatadogUserConfigResult']:
117
117
  """
118
- Datadog user configurable settings
118
+ Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
119
119
  """
120
120
  return pulumi.get(self, "datadog_user_configs")
121
121
 
@@ -139,7 +139,7 @@ class GetServiceIntegrationResult:
139
139
  @pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
140
140
  def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult']:
141
141
  """
142
- ExternalAwsCloudwatchLogs user configurable settings
142
+ ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
143
143
  """
144
144
  return pulumi.get(self, "external_aws_cloudwatch_logs_user_configs")
145
145
 
@@ -147,7 +147,7 @@ class GetServiceIntegrationResult:
147
147
  @pulumi.getter(name="externalAwsCloudwatchMetricsUserConfigs")
148
148
  def external_aws_cloudwatch_metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult']:
149
149
  """
150
- ExternalAwsCloudwatchMetrics user configurable settings
150
+ ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
151
151
  """
152
152
  return pulumi.get(self, "external_aws_cloudwatch_metrics_user_configs")
153
153
 
@@ -155,7 +155,7 @@ class GetServiceIntegrationResult:
155
155
  @pulumi.getter(name="externalElasticsearchLogsUserConfigs")
156
156
  def external_elasticsearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalElasticsearchLogsUserConfigResult']:
157
157
  """
158
- ExternalElasticsearchLogs user configurable settings
158
+ ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
159
159
  """
160
160
  return pulumi.get(self, "external_elasticsearch_logs_user_configs")
161
161
 
@@ -163,7 +163,7 @@ class GetServiceIntegrationResult:
163
163
  @pulumi.getter(name="externalOpensearchLogsUserConfigs")
164
164
  def external_opensearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalOpensearchLogsUserConfigResult']:
165
165
  """
166
- ExternalOpensearchLogs user configurable settings
166
+ ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
167
167
  """
168
168
  return pulumi.get(self, "external_opensearch_logs_user_configs")
169
169
 
@@ -171,7 +171,7 @@ class GetServiceIntegrationResult:
171
171
  @pulumi.getter(name="flinkExternalPostgresqlUserConfigs")
172
172
  def flink_external_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult']:
173
173
  """
174
- FlinkExternalPostgresql user configurable settings
174
+ FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
175
175
  """
176
176
  return pulumi.get(self, "flink_external_postgresql_user_configs")
177
177
 
@@ -195,7 +195,7 @@ class GetServiceIntegrationResult:
195
195
  @pulumi.getter(name="integrationType")
196
196
  def integration_type(self) -> str:
197
197
  """
198
- Type of the service integration. Possible values: `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`, `vmalert`
198
+ 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`.
199
199
  """
200
200
  return pulumi.get(self, "integration_type")
201
201
 
@@ -203,7 +203,7 @@ class GetServiceIntegrationResult:
203
203
  @pulumi.getter(name="kafkaConnectUserConfigs")
204
204
  def kafka_connect_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaConnectUserConfigResult']:
205
205
  """
206
- KafkaConnect user configurable settings
206
+ KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
207
207
  """
208
208
  return pulumi.get(self, "kafka_connect_user_configs")
209
209
 
@@ -211,7 +211,7 @@ class GetServiceIntegrationResult:
211
211
  @pulumi.getter(name="kafkaLogsUserConfigs")
212
212
  def kafka_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaLogsUserConfigResult']:
213
213
  """
214
- KafkaLogs user configurable settings
214
+ KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
215
215
  """
216
216
  return pulumi.get(self, "kafka_logs_user_configs")
217
217
 
@@ -219,7 +219,7 @@ class GetServiceIntegrationResult:
219
219
  @pulumi.getter(name="kafkaMirrormakerUserConfigs")
220
220
  def kafka_mirrormaker_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaMirrormakerUserConfigResult']:
221
221
  """
222
- KafkaMirrormaker user configurable settings
222
+ KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
223
223
  """
224
224
  return pulumi.get(self, "kafka_mirrormaker_user_configs")
225
225
 
@@ -227,7 +227,7 @@ class GetServiceIntegrationResult:
227
227
  @pulumi.getter(name="logsUserConfigs")
228
228
  def logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationLogsUserConfigResult']:
229
229
  """
230
- Logs user configurable settings
230
+ Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
231
231
  """
232
232
  return pulumi.get(self, "logs_user_configs")
233
233
 
@@ -235,7 +235,7 @@ class GetServiceIntegrationResult:
235
235
  @pulumi.getter(name="metricsUserConfigs")
236
236
  def metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationMetricsUserConfigResult']:
237
237
  """
238
- Metrics user configurable settings
238
+ Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
239
239
  """
240
240
  return pulumi.get(self, "metrics_user_configs")
241
241
 
@@ -251,7 +251,7 @@ class GetServiceIntegrationResult:
251
251
  @pulumi.getter(name="prometheusUserConfigs")
252
252
  def prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationPrometheusUserConfigResult']:
253
253
  """
254
- Prometheus user configurable settings
254
+ Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
255
255
  """
256
256
  return pulumi.get(self, "prometheus_user_configs")
257
257
 
@@ -324,7 +324,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
324
324
 
325
325
 
326
326
  :param str destination_service_name: Destination service for the integration.
327
- :param str integration_type: Type of the service integration. Possible values: `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`, `vmalert`
327
+ :param 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`.
328
328
  :param str project: Project the integration belongs to.
329
329
  :param str source_service_name: Source service for the integration (if any)
330
330
  """
@@ -381,7 +381,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
381
381
 
382
382
 
383
383
  :param str destination_service_name: Destination service for the integration.
384
- :param str integration_type: Type of the service integration. Possible values: `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`, `vmalert`
384
+ :param 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`.
385
385
  :param str project: Project the integration belongs to.
386
386
  :param str source_service_name: Source service for the integration (if any)
387
387
  """