pulumi-aiven 6.13.0a1710156545__py3-none-any.whl → 6.31.0a1736849214__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 (168) hide show
  1. pulumi_aiven/__init__.py +127 -0
  2. pulumi_aiven/_inputs.py +32615 -13711
  3. pulumi_aiven/_utilities.py +41 -5
  4. pulumi_aiven/account.py +32 -45
  5. pulumi_aiven/account_authentication.py +24 -9
  6. pulumi_aiven/account_team.py +35 -14
  7. pulumi_aiven/account_team_member.py +48 -39
  8. pulumi_aiven/account_team_project.py +40 -27
  9. pulumi_aiven/alloydbomni.py +1335 -0
  10. pulumi_aiven/alloydbomni_database.py +347 -0
  11. pulumi_aiven/alloydbomni_user.py +433 -0
  12. pulumi_aiven/aws_privatelink.py +44 -43
  13. pulumi_aiven/aws_vpc_peering_connection.py +72 -61
  14. pulumi_aiven/azure_privatelink.py +54 -53
  15. pulumi_aiven/azure_privatelink_connection_approval.py +136 -33
  16. pulumi_aiven/azure_vpc_peering_connection.py +86 -77
  17. pulumi_aiven/billing_group.py +33 -34
  18. pulumi_aiven/cassandra.py +145 -126
  19. pulumi_aiven/cassandra_user.py +59 -58
  20. pulumi_aiven/clickhouse.py +133 -114
  21. pulumi_aiven/clickhouse_database.py +58 -62
  22. pulumi_aiven/clickhouse_grant.py +135 -134
  23. pulumi_aiven/clickhouse_role.py +36 -49
  24. pulumi_aiven/clickhouse_user.py +50 -49
  25. pulumi_aiven/config/__init__.pyi +5 -0
  26. pulumi_aiven/config/vars.py +5 -0
  27. pulumi_aiven/connection_pool.py +67 -66
  28. pulumi_aiven/dragonfly.py +1256 -0
  29. pulumi_aiven/flink.py +104 -104
  30. pulumi_aiven/flink_application.py +58 -55
  31. pulumi_aiven/flink_application_deployment.py +178 -73
  32. pulumi_aiven/flink_application_version.py +179 -96
  33. pulumi_aiven/gcp_privatelink.py +69 -42
  34. pulumi_aiven/gcp_privatelink_connection_approval.py +78 -49
  35. pulumi_aiven/gcp_vpc_peering_connection.py +49 -48
  36. pulumi_aiven/get_account.py +20 -9
  37. pulumi_aiven/get_account_authentication.py +31 -5
  38. pulumi_aiven/get_account_team.py +18 -5
  39. pulumi_aiven/get_account_team_member.py +29 -14
  40. pulumi_aiven/get_account_team_project.py +19 -6
  41. pulumi_aiven/get_alloydbomni.py +499 -0
  42. pulumi_aiven/get_alloydbomni_database.py +168 -0
  43. pulumi_aiven/get_alloydbomni_user.py +210 -0
  44. pulumi_aiven/get_aws_privatelink.py +33 -24
  45. pulumi_aiven/get_aws_vpc_peering_connection.py +56 -33
  46. pulumi_aiven/get_azure_privatelink.py +37 -26
  47. pulumi_aiven/get_azure_vpc_peering_connection.py +77 -28
  48. pulumi_aiven/get_billing_group.py +31 -8
  49. pulumi_aiven/get_cassanda.py +55 -23
  50. pulumi_aiven/get_cassandra.py +55 -23
  51. pulumi_aiven/get_cassandra_user.py +42 -30
  52. pulumi_aiven/get_clickhouse.py +55 -23
  53. pulumi_aiven/get_clickhouse_database.py +35 -26
  54. pulumi_aiven/get_clickhouse_user.py +40 -29
  55. pulumi_aiven/get_connection_pool.py +43 -30
  56. pulumi_aiven/get_dragonfly.py +499 -0
  57. pulumi_aiven/get_external_identity.py +160 -0
  58. pulumi_aiven/get_flink.py +55 -23
  59. pulumi_aiven/get_flink_application.py +44 -31
  60. pulumi_aiven/get_flink_application_version.py +55 -37
  61. pulumi_aiven/get_gcp_privatelink.py +63 -7
  62. pulumi_aiven/get_gcp_vpc_peering_connection.py +39 -28
  63. pulumi_aiven/get_grafana.py +55 -23
  64. pulumi_aiven/get_influx_db.py +41 -5
  65. pulumi_aiven/get_influxdb_database.py +18 -5
  66. pulumi_aiven/get_influxdb_user.py +21 -5
  67. pulumi_aiven/get_kafka.py +59 -25
  68. pulumi_aiven/get_kafka_acl.py +50 -37
  69. pulumi_aiven/get_kafka_connect.py +54 -36
  70. pulumi_aiven/get_kafka_connector.py +44 -28
  71. pulumi_aiven/get_kafka_mirror_maker.py +50 -32
  72. pulumi_aiven/get_kafka_schema.py +35 -23
  73. pulumi_aiven/get_kafka_schema_configuration.py +32 -21
  74. pulumi_aiven/get_kafka_schema_registry_acl.py +37 -20
  75. pulumi_aiven/get_kafka_topic.py +70 -29
  76. pulumi_aiven/get_kafka_user.py +42 -30
  77. pulumi_aiven/get_m3_aggregator.py +51 -19
  78. pulumi_aiven/get_m3_db.py +55 -23
  79. pulumi_aiven/get_m3db_user.py +38 -28
  80. pulumi_aiven/get_mirror_maker_replication_flow.py +86 -25
  81. pulumi_aiven/get_my_sql.py +50 -18
  82. pulumi_aiven/get_mysql_database.py +31 -22
  83. pulumi_aiven/get_mysql_user.py +36 -23
  84. pulumi_aiven/get_open_search.py +50 -18
  85. pulumi_aiven/get_open_search_acl_config.py +27 -19
  86. pulumi_aiven/get_open_search_acl_rule.py +37 -25
  87. pulumi_aiven/get_opensearch_security_plugin_config.py +29 -19
  88. pulumi_aiven/get_opensearch_user.py +32 -22
  89. pulumi_aiven/get_organization.py +25 -17
  90. pulumi_aiven/get_organization_application_user.py +176 -0
  91. pulumi_aiven/get_organization_user.py +18 -5
  92. pulumi_aiven/get_organization_user_group.py +48 -14
  93. pulumi_aiven/get_organization_user_list.py +121 -0
  94. pulumi_aiven/get_organizational_unit.py +26 -14
  95. pulumi_aiven/get_pg.py +55 -23
  96. pulumi_aiven/get_pg_database.py +39 -28
  97. pulumi_aiven/get_pg_user.py +44 -31
  98. pulumi_aiven/get_project.py +43 -26
  99. pulumi_aiven/get_project_user.py +27 -19
  100. pulumi_aiven/get_project_vpc.py +31 -23
  101. pulumi_aiven/get_redis.py +50 -18
  102. pulumi_aiven/get_redis_user.py +40 -26
  103. pulumi_aiven/get_service_component.py +40 -22
  104. pulumi_aiven/get_service_integration.py +163 -53
  105. pulumi_aiven/get_service_integration_endpoint.py +128 -37
  106. pulumi_aiven/get_thanos.py +499 -0
  107. pulumi_aiven/get_transit_gateway_vpc_attachment.py +35 -22
  108. pulumi_aiven/get_valkey.py +499 -0
  109. pulumi_aiven/get_valkey_user.py +218 -0
  110. pulumi_aiven/grafana.py +188 -322
  111. pulumi_aiven/influx_db.py +127 -90
  112. pulumi_aiven/influxdb_database.py +40 -55
  113. pulumi_aiven/influxdb_user.py +47 -42
  114. pulumi_aiven/kafka.py +157 -144
  115. pulumi_aiven/kafka_acl.py +64 -57
  116. pulumi_aiven/kafka_connect.py +201 -332
  117. pulumi_aiven/kafka_connector.py +67 -60
  118. pulumi_aiven/kafka_mirror_maker.py +137 -320
  119. pulumi_aiven/kafka_native_acl.py +588 -0
  120. pulumi_aiven/kafka_schema.py +63 -58
  121. pulumi_aiven/kafka_schema_configuration.py +25 -24
  122. pulumi_aiven/kafka_schema_registry_acl.py +80 -35
  123. pulumi_aiven/kafka_topic.py +184 -65
  124. pulumi_aiven/kafka_user.py +59 -58
  125. pulumi_aiven/m3_aggregator.py +174 -310
  126. pulumi_aiven/m3_db.py +190 -326
  127. pulumi_aiven/m3db_user.py +51 -50
  128. pulumi_aiven/mirror_maker_replication_flow.py +215 -55
  129. pulumi_aiven/my_sql.py +188 -324
  130. pulumi_aiven/mysql_database.py +32 -51
  131. pulumi_aiven/mysql_user.py +37 -36
  132. pulumi_aiven/open_search.py +126 -107
  133. pulumi_aiven/open_search_acl_config.py +33 -36
  134. pulumi_aiven/open_search_acl_rule.py +55 -54
  135. pulumi_aiven/opensearch_security_plugin_config.py +69 -16
  136. pulumi_aiven/opensearch_user.py +30 -29
  137. pulumi_aiven/organization.py +18 -17
  138. pulumi_aiven/organization_application_user.py +345 -0
  139. pulumi_aiven/organization_application_user_token.py +711 -0
  140. pulumi_aiven/organization_group_project.py +349 -0
  141. pulumi_aiven/organization_permission.py +421 -0
  142. pulumi_aiven/organization_user.py +25 -46
  143. pulumi_aiven/organization_user_group.py +64 -23
  144. pulumi_aiven/organization_user_group_member.py +359 -0
  145. pulumi_aiven/organizational_unit.py +41 -36
  146. pulumi_aiven/outputs.py +38355 -21458
  147. pulumi_aiven/pg.py +92 -88
  148. pulumi_aiven/pg_database.py +52 -71
  149. pulumi_aiven/pg_user.py +80 -65
  150. pulumi_aiven/project.py +111 -102
  151. pulumi_aiven/project_user.py +44 -35
  152. pulumi_aiven/project_vpc.py +58 -29
  153. pulumi_aiven/provider.py +5 -0
  154. pulumi_aiven/pulumi-plugin.json +2 -1
  155. pulumi_aiven/redis.py +161 -297
  156. pulumi_aiven/redis_user.py +58 -57
  157. pulumi_aiven/service_integration.py +511 -165
  158. pulumi_aiven/service_integration_endpoint.py +466 -158
  159. pulumi_aiven/static_ip.py +21 -16
  160. pulumi_aiven/thanos.py +1262 -0
  161. pulumi_aiven/transit_gateway_vpc_attachment.py +44 -58
  162. pulumi_aiven/valkey.py +1256 -0
  163. pulumi_aiven/valkey_user.py +606 -0
  164. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/METADATA +7 -6
  165. pulumi_aiven-6.31.0a1736849214.dist-info/RECORD +169 -0
  166. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/WHEEL +1 -1
  167. pulumi_aiven-6.13.0a1710156545.dist-info/RECORD +0 -146
  168. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/top_level.txt +0 -0
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -23,31 +28,45 @@ class ServiceIntegrationArgs:
23
28
  datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
24
29
  destination_endpoint_id: Optional[pulumi.Input[str]] = None,
25
30
  destination_service_name: Optional[pulumi.Input[str]] = None,
31
+ destination_service_project: Optional[pulumi.Input[str]] = None,
32
+ external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
26
33
  external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
34
+ external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
35
+ external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
36
+ flink_external_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']] = None,
27
37
  kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
28
38
  kafka_logs_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']] = None,
29
39
  kafka_mirrormaker_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] = None,
30
40
  logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
31
41
  metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
42
+ prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
32
43
  source_endpoint_id: Optional[pulumi.Input[str]] = None,
33
- source_service_name: Optional[pulumi.Input[str]] = None):
44
+ source_service_name: Optional[pulumi.Input[str]] = None,
45
+ source_service_project: Optional[pulumi.Input[str]] = None):
34
46
  """
35
47
  The set of arguments for constructing a ServiceIntegration resource.
36
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
37
- :param pulumi.Input[str] project: Project the integration belongs to
38
- :param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
39
- :param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
40
- :param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
41
- :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration (if any)
42
- :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
43
- :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
44
- :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
45
- :param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
46
- :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
47
- :param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings
48
- :param pulumi.Input['ServiceIntegrationMetricsUserConfigArgs'] metrics_user_config: Metrics user configurable settings
49
- :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration (if any)
48
+ :param pulumi.Input[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`.
49
+ :param pulumi.Input[str] project: Project the integration belongs to.
50
+ :param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
51
+ :param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
52
+ :param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
53
+ :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
54
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration.
55
+ :param pulumi.Input[str] destination_service_project: Destination service project name
56
+ :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
57
+ :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
58
+ :param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
59
+ :param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
60
+ :param pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs'] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
61
+ :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
62
+ :param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
63
+ :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
64
+ :param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
65
+ :param pulumi.Input['ServiceIntegrationMetricsUserConfigArgs'] metrics_user_config: Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
66
+ :param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
67
+ :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
50
68
  :param pulumi.Input[str] source_service_name: Source service for the integration (if any)
69
+ :param pulumi.Input[str] source_service_project: Source service project name
51
70
  """
52
71
  pulumi.set(__self__, "integration_type", integration_type)
53
72
  pulumi.set(__self__, "project", project)
@@ -61,8 +80,18 @@ class ServiceIntegrationArgs:
61
80
  pulumi.set(__self__, "destination_endpoint_id", destination_endpoint_id)
62
81
  if destination_service_name is not None:
63
82
  pulumi.set(__self__, "destination_service_name", destination_service_name)
83
+ if destination_service_project is not None:
84
+ pulumi.set(__self__, "destination_service_project", destination_service_project)
85
+ if external_aws_cloudwatch_logs_user_config is not None:
86
+ pulumi.set(__self__, "external_aws_cloudwatch_logs_user_config", external_aws_cloudwatch_logs_user_config)
64
87
  if external_aws_cloudwatch_metrics_user_config is not None:
65
88
  pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_config", external_aws_cloudwatch_metrics_user_config)
89
+ if external_elasticsearch_logs_user_config is not None:
90
+ pulumi.set(__self__, "external_elasticsearch_logs_user_config", external_elasticsearch_logs_user_config)
91
+ if external_opensearch_logs_user_config is not None:
92
+ pulumi.set(__self__, "external_opensearch_logs_user_config", external_opensearch_logs_user_config)
93
+ if flink_external_postgresql_user_config is not None:
94
+ pulumi.set(__self__, "flink_external_postgresql_user_config", flink_external_postgresql_user_config)
66
95
  if kafka_connect_user_config is not None:
67
96
  pulumi.set(__self__, "kafka_connect_user_config", kafka_connect_user_config)
68
97
  if kafka_logs_user_config is not None:
@@ -73,16 +102,20 @@ class ServiceIntegrationArgs:
73
102
  pulumi.set(__self__, "logs_user_config", logs_user_config)
74
103
  if metrics_user_config is not None:
75
104
  pulumi.set(__self__, "metrics_user_config", metrics_user_config)
105
+ if prometheus_user_config is not None:
106
+ pulumi.set(__self__, "prometheus_user_config", prometheus_user_config)
76
107
  if source_endpoint_id is not None:
77
108
  pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
78
109
  if source_service_name is not None:
79
110
  pulumi.set(__self__, "source_service_name", source_service_name)
111
+ if source_service_project is not None:
112
+ pulumi.set(__self__, "source_service_project", source_service_project)
80
113
 
81
114
  @property
82
115
  @pulumi.getter(name="integrationType")
83
116
  def integration_type(self) -> pulumi.Input[str]:
84
117
  """
85
- Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
118
+ 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`.
86
119
  """
87
120
  return pulumi.get(self, "integration_type")
88
121
 
@@ -94,7 +127,7 @@ class ServiceIntegrationArgs:
94
127
  @pulumi.getter
95
128
  def project(self) -> pulumi.Input[str]:
96
129
  """
97
- Project the integration belongs to
130
+ Project the integration belongs to.
98
131
  """
99
132
  return pulumi.get(self, "project")
100
133
 
@@ -106,7 +139,7 @@ class ServiceIntegrationArgs:
106
139
  @pulumi.getter(name="clickhouseKafkaUserConfig")
107
140
  def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
108
141
  """
109
- ClickhouseKafka user configurable settings
142
+ ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
110
143
  """
111
144
  return pulumi.get(self, "clickhouse_kafka_user_config")
112
145
 
@@ -118,7 +151,7 @@ class ServiceIntegrationArgs:
118
151
  @pulumi.getter(name="clickhousePostgresqlUserConfig")
119
152
  def clickhouse_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]:
120
153
  """
121
- ClickhousePostgresql user configurable settings
154
+ ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
122
155
  """
123
156
  return pulumi.get(self, "clickhouse_postgresql_user_config")
124
157
 
@@ -130,7 +163,7 @@ class ServiceIntegrationArgs:
130
163
  @pulumi.getter(name="datadogUserConfig")
131
164
  def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]:
132
165
  """
133
- Datadog user configurable settings
166
+ Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
134
167
  """
135
168
  return pulumi.get(self, "datadog_user_config")
136
169
 
@@ -142,7 +175,7 @@ class ServiceIntegrationArgs:
142
175
  @pulumi.getter(name="destinationEndpointId")
143
176
  def destination_endpoint_id(self) -> Optional[pulumi.Input[str]]:
144
177
  """
145
- Destination endpoint for the integration (if any)
178
+ Destination endpoint for the integration.
146
179
  """
147
180
  return pulumi.get(self, "destination_endpoint_id")
148
181
 
@@ -154,7 +187,7 @@ class ServiceIntegrationArgs:
154
187
  @pulumi.getter(name="destinationServiceName")
155
188
  def destination_service_name(self) -> Optional[pulumi.Input[str]]:
156
189
  """
157
- Destination service for the integration (if any)
190
+ Destination service for the integration.
158
191
  """
159
192
  return pulumi.get(self, "destination_service_name")
160
193
 
@@ -162,11 +195,35 @@ class ServiceIntegrationArgs:
162
195
  def destination_service_name(self, value: Optional[pulumi.Input[str]]):
163
196
  pulumi.set(self, "destination_service_name", value)
164
197
 
198
+ @property
199
+ @pulumi.getter(name="destinationServiceProject")
200
+ def destination_service_project(self) -> Optional[pulumi.Input[str]]:
201
+ """
202
+ Destination service project name
203
+ """
204
+ return pulumi.get(self, "destination_service_project")
205
+
206
+ @destination_service_project.setter
207
+ def destination_service_project(self, value: Optional[pulumi.Input[str]]):
208
+ pulumi.set(self, "destination_service_project", value)
209
+
210
+ @property
211
+ @pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
212
+ def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
213
+ """
214
+ ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
215
+ """
216
+ return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
217
+
218
+ @external_aws_cloudwatch_logs_user_config.setter
219
+ def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
220
+ pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
221
+
165
222
  @property
166
223
  @pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
167
224
  def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
168
225
  """
169
- ExternalAwsCloudwatchMetrics user configurable settings
226
+ ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
170
227
  """
171
228
  return pulumi.get(self, "external_aws_cloudwatch_metrics_user_config")
172
229
 
@@ -174,11 +231,47 @@ class ServiceIntegrationArgs:
174
231
  def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
175
232
  pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
176
233
 
234
+ @property
235
+ @pulumi.getter(name="externalElasticsearchLogsUserConfig")
236
+ def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
237
+ """
238
+ ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
239
+ """
240
+ return pulumi.get(self, "external_elasticsearch_logs_user_config")
241
+
242
+ @external_elasticsearch_logs_user_config.setter
243
+ def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
244
+ pulumi.set(self, "external_elasticsearch_logs_user_config", value)
245
+
246
+ @property
247
+ @pulumi.getter(name="externalOpensearchLogsUserConfig")
248
+ def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
249
+ """
250
+ ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
251
+ """
252
+ return pulumi.get(self, "external_opensearch_logs_user_config")
253
+
254
+ @external_opensearch_logs_user_config.setter
255
+ def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
256
+ pulumi.set(self, "external_opensearch_logs_user_config", value)
257
+
258
+ @property
259
+ @pulumi.getter(name="flinkExternalPostgresqlUserConfig")
260
+ def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
261
+ """
262
+ FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
263
+ """
264
+ return pulumi.get(self, "flink_external_postgresql_user_config")
265
+
266
+ @flink_external_postgresql_user_config.setter
267
+ def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
268
+ pulumi.set(self, "flink_external_postgresql_user_config", value)
269
+
177
270
  @property
178
271
  @pulumi.getter(name="kafkaConnectUserConfig")
179
272
  def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
180
273
  """
181
- KafkaConnect user configurable settings
274
+ KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
182
275
  """
183
276
  return pulumi.get(self, "kafka_connect_user_config")
184
277
 
@@ -190,7 +283,7 @@ class ServiceIntegrationArgs:
190
283
  @pulumi.getter(name="kafkaLogsUserConfig")
191
284
  def kafka_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]:
192
285
  """
193
- KafkaLogs user configurable settings
286
+ KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
194
287
  """
195
288
  return pulumi.get(self, "kafka_logs_user_config")
196
289
 
@@ -202,7 +295,7 @@ class ServiceIntegrationArgs:
202
295
  @pulumi.getter(name="kafkaMirrormakerUserConfig")
203
296
  def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]:
204
297
  """
205
- KafkaMirrormaker user configurable settings
298
+ KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
206
299
  """
207
300
  return pulumi.get(self, "kafka_mirrormaker_user_config")
208
301
 
@@ -214,7 +307,7 @@ class ServiceIntegrationArgs:
214
307
  @pulumi.getter(name="logsUserConfig")
215
308
  def logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]:
216
309
  """
217
- Logs user configurable settings
310
+ Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
218
311
  """
219
312
  return pulumi.get(self, "logs_user_config")
220
313
 
@@ -226,7 +319,7 @@ class ServiceIntegrationArgs:
226
319
  @pulumi.getter(name="metricsUserConfig")
227
320
  def metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]:
228
321
  """
229
- Metrics user configurable settings
322
+ Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
230
323
  """
231
324
  return pulumi.get(self, "metrics_user_config")
232
325
 
@@ -234,11 +327,23 @@ class ServiceIntegrationArgs:
234
327
  def metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]):
235
328
  pulumi.set(self, "metrics_user_config", value)
236
329
 
330
+ @property
331
+ @pulumi.getter(name="prometheusUserConfig")
332
+ def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
333
+ """
334
+ Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
335
+ """
336
+ return pulumi.get(self, "prometheus_user_config")
337
+
338
+ @prometheus_user_config.setter
339
+ def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
340
+ pulumi.set(self, "prometheus_user_config", value)
341
+
237
342
  @property
238
343
  @pulumi.getter(name="sourceEndpointId")
239
344
  def source_endpoint_id(self) -> Optional[pulumi.Input[str]]:
240
345
  """
241
- Source endpoint for the integration (if any)
346
+ Source endpoint for the integration.
242
347
  """
243
348
  return pulumi.get(self, "source_endpoint_id")
244
349
 
@@ -258,6 +363,18 @@ class ServiceIntegrationArgs:
258
363
  def source_service_name(self, value: Optional[pulumi.Input[str]]):
259
364
  pulumi.set(self, "source_service_name", value)
260
365
 
366
+ @property
367
+ @pulumi.getter(name="sourceServiceProject")
368
+ def source_service_project(self) -> Optional[pulumi.Input[str]]:
369
+ """
370
+ Source service project name
371
+ """
372
+ return pulumi.get(self, "source_service_project")
373
+
374
+ @source_service_project.setter
375
+ def source_service_project(self, value: Optional[pulumi.Input[str]]):
376
+ pulumi.set(self, "source_service_project", value)
377
+
261
378
 
262
379
  @pulumi.input_type
263
380
  class _ServiceIntegrationState:
@@ -267,7 +384,12 @@ class _ServiceIntegrationState:
267
384
  datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
268
385
  destination_endpoint_id: Optional[pulumi.Input[str]] = None,
269
386
  destination_service_name: Optional[pulumi.Input[str]] = None,
387
+ destination_service_project: Optional[pulumi.Input[str]] = None,
388
+ external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
270
389
  external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
390
+ external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
391
+ external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
392
+ flink_external_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']] = None,
271
393
  integration_id: Optional[pulumi.Input[str]] = None,
272
394
  integration_type: Optional[pulumi.Input[str]] = None,
273
395
  kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
@@ -276,26 +398,35 @@ class _ServiceIntegrationState:
276
398
  logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
277
399
  metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
278
400
  project: Optional[pulumi.Input[str]] = None,
401
+ prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
279
402
  source_endpoint_id: Optional[pulumi.Input[str]] = None,
280
- source_service_name: Optional[pulumi.Input[str]] = None):
403
+ source_service_name: Optional[pulumi.Input[str]] = None,
404
+ source_service_project: Optional[pulumi.Input[str]] = None):
281
405
  """
282
406
  Input properties used for looking up and filtering ServiceIntegration resources.
283
- :param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
284
- :param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
285
- :param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
286
- :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration (if any)
287
- :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
288
- :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
289
- :param pulumi.Input[str] integration_id: Service Integration Id at aiven
290
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
291
- :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
292
- :param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
293
- :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
294
- :param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings
295
- :param pulumi.Input['ServiceIntegrationMetricsUserConfigArgs'] metrics_user_config: Metrics user configurable settings
296
- :param pulumi.Input[str] project: Project the integration belongs to
297
- :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration (if any)
407
+ :param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
408
+ :param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
409
+ :param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
410
+ :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
411
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration.
412
+ :param pulumi.Input[str] destination_service_project: Destination service project name
413
+ :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
414
+ :param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
415
+ :param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
416
+ :param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
417
+ :param pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs'] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
418
+ :param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
419
+ :param pulumi.Input[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`.
420
+ :param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
421
+ :param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
422
+ :param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
423
+ :param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
424
+ :param pulumi.Input['ServiceIntegrationMetricsUserConfigArgs'] metrics_user_config: Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
425
+ :param pulumi.Input[str] project: Project the integration belongs to.
426
+ :param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
427
+ :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
298
428
  :param pulumi.Input[str] source_service_name: Source service for the integration (if any)
429
+ :param pulumi.Input[str] source_service_project: Source service project name
299
430
  """
300
431
  if clickhouse_kafka_user_config is not None:
301
432
  pulumi.set(__self__, "clickhouse_kafka_user_config", clickhouse_kafka_user_config)
@@ -307,8 +438,18 @@ class _ServiceIntegrationState:
307
438
  pulumi.set(__self__, "destination_endpoint_id", destination_endpoint_id)
308
439
  if destination_service_name is not None:
309
440
  pulumi.set(__self__, "destination_service_name", destination_service_name)
441
+ if destination_service_project is not None:
442
+ pulumi.set(__self__, "destination_service_project", destination_service_project)
443
+ if external_aws_cloudwatch_logs_user_config is not None:
444
+ pulumi.set(__self__, "external_aws_cloudwatch_logs_user_config", external_aws_cloudwatch_logs_user_config)
310
445
  if external_aws_cloudwatch_metrics_user_config is not None:
311
446
  pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_config", external_aws_cloudwatch_metrics_user_config)
447
+ if external_elasticsearch_logs_user_config is not None:
448
+ pulumi.set(__self__, "external_elasticsearch_logs_user_config", external_elasticsearch_logs_user_config)
449
+ if external_opensearch_logs_user_config is not None:
450
+ pulumi.set(__self__, "external_opensearch_logs_user_config", external_opensearch_logs_user_config)
451
+ if flink_external_postgresql_user_config is not None:
452
+ pulumi.set(__self__, "flink_external_postgresql_user_config", flink_external_postgresql_user_config)
312
453
  if integration_id is not None:
313
454
  pulumi.set(__self__, "integration_id", integration_id)
314
455
  if integration_type is not None:
@@ -325,16 +466,20 @@ class _ServiceIntegrationState:
325
466
  pulumi.set(__self__, "metrics_user_config", metrics_user_config)
326
467
  if project is not None:
327
468
  pulumi.set(__self__, "project", project)
469
+ if prometheus_user_config is not None:
470
+ pulumi.set(__self__, "prometheus_user_config", prometheus_user_config)
328
471
  if source_endpoint_id is not None:
329
472
  pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
330
473
  if source_service_name is not None:
331
474
  pulumi.set(__self__, "source_service_name", source_service_name)
475
+ if source_service_project is not None:
476
+ pulumi.set(__self__, "source_service_project", source_service_project)
332
477
 
333
478
  @property
334
479
  @pulumi.getter(name="clickhouseKafkaUserConfig")
335
480
  def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
336
481
  """
337
- ClickhouseKafka user configurable settings
482
+ ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
338
483
  """
339
484
  return pulumi.get(self, "clickhouse_kafka_user_config")
340
485
 
@@ -346,7 +491,7 @@ class _ServiceIntegrationState:
346
491
  @pulumi.getter(name="clickhousePostgresqlUserConfig")
347
492
  def clickhouse_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]:
348
493
  """
349
- ClickhousePostgresql user configurable settings
494
+ ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
350
495
  """
351
496
  return pulumi.get(self, "clickhouse_postgresql_user_config")
352
497
 
@@ -358,7 +503,7 @@ class _ServiceIntegrationState:
358
503
  @pulumi.getter(name="datadogUserConfig")
359
504
  def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]:
360
505
  """
361
- Datadog user configurable settings
506
+ Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
362
507
  """
363
508
  return pulumi.get(self, "datadog_user_config")
364
509
 
@@ -370,7 +515,7 @@ class _ServiceIntegrationState:
370
515
  @pulumi.getter(name="destinationEndpointId")
371
516
  def destination_endpoint_id(self) -> Optional[pulumi.Input[str]]:
372
517
  """
373
- Destination endpoint for the integration (if any)
518
+ Destination endpoint for the integration.
374
519
  """
375
520
  return pulumi.get(self, "destination_endpoint_id")
376
521
 
@@ -382,7 +527,7 @@ class _ServiceIntegrationState:
382
527
  @pulumi.getter(name="destinationServiceName")
383
528
  def destination_service_name(self) -> Optional[pulumi.Input[str]]:
384
529
  """
385
- Destination service for the integration (if any)
530
+ Destination service for the integration.
386
531
  """
387
532
  return pulumi.get(self, "destination_service_name")
388
533
 
@@ -390,11 +535,35 @@ class _ServiceIntegrationState:
390
535
  def destination_service_name(self, value: Optional[pulumi.Input[str]]):
391
536
  pulumi.set(self, "destination_service_name", value)
392
537
 
538
+ @property
539
+ @pulumi.getter(name="destinationServiceProject")
540
+ def destination_service_project(self) -> Optional[pulumi.Input[str]]:
541
+ """
542
+ Destination service project name
543
+ """
544
+ return pulumi.get(self, "destination_service_project")
545
+
546
+ @destination_service_project.setter
547
+ def destination_service_project(self, value: Optional[pulumi.Input[str]]):
548
+ pulumi.set(self, "destination_service_project", value)
549
+
550
+ @property
551
+ @pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
552
+ def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
553
+ """
554
+ ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
555
+ """
556
+ return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
557
+
558
+ @external_aws_cloudwatch_logs_user_config.setter
559
+ def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
560
+ pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
561
+
393
562
  @property
394
563
  @pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
395
564
  def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
396
565
  """
397
- ExternalAwsCloudwatchMetrics user configurable settings
566
+ ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
398
567
  """
399
568
  return pulumi.get(self, "external_aws_cloudwatch_metrics_user_config")
400
569
 
@@ -402,11 +571,47 @@ class _ServiceIntegrationState:
402
571
  def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
403
572
  pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
404
573
 
574
+ @property
575
+ @pulumi.getter(name="externalElasticsearchLogsUserConfig")
576
+ def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
577
+ """
578
+ ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
579
+ """
580
+ return pulumi.get(self, "external_elasticsearch_logs_user_config")
581
+
582
+ @external_elasticsearch_logs_user_config.setter
583
+ def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
584
+ pulumi.set(self, "external_elasticsearch_logs_user_config", value)
585
+
586
+ @property
587
+ @pulumi.getter(name="externalOpensearchLogsUserConfig")
588
+ def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
589
+ """
590
+ ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
591
+ """
592
+ return pulumi.get(self, "external_opensearch_logs_user_config")
593
+
594
+ @external_opensearch_logs_user_config.setter
595
+ def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
596
+ pulumi.set(self, "external_opensearch_logs_user_config", value)
597
+
598
+ @property
599
+ @pulumi.getter(name="flinkExternalPostgresqlUserConfig")
600
+ def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
601
+ """
602
+ FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
603
+ """
604
+ return pulumi.get(self, "flink_external_postgresql_user_config")
605
+
606
+ @flink_external_postgresql_user_config.setter
607
+ def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
608
+ pulumi.set(self, "flink_external_postgresql_user_config", value)
609
+
405
610
  @property
406
611
  @pulumi.getter(name="integrationId")
407
612
  def integration_id(self) -> Optional[pulumi.Input[str]]:
408
613
  """
409
- Service Integration Id at aiven
614
+ The ID of the Aiven service integration.
410
615
  """
411
616
  return pulumi.get(self, "integration_id")
412
617
 
@@ -418,7 +623,7 @@ class _ServiceIntegrationState:
418
623
  @pulumi.getter(name="integrationType")
419
624
  def integration_type(self) -> Optional[pulumi.Input[str]]:
420
625
  """
421
- Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
626
+ 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`.
422
627
  """
423
628
  return pulumi.get(self, "integration_type")
424
629
 
@@ -430,7 +635,7 @@ class _ServiceIntegrationState:
430
635
  @pulumi.getter(name="kafkaConnectUserConfig")
431
636
  def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
432
637
  """
433
- KafkaConnect user configurable settings
638
+ KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
434
639
  """
435
640
  return pulumi.get(self, "kafka_connect_user_config")
436
641
 
@@ -442,7 +647,7 @@ class _ServiceIntegrationState:
442
647
  @pulumi.getter(name="kafkaLogsUserConfig")
443
648
  def kafka_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]:
444
649
  """
445
- KafkaLogs user configurable settings
650
+ KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
446
651
  """
447
652
  return pulumi.get(self, "kafka_logs_user_config")
448
653
 
@@ -454,7 +659,7 @@ class _ServiceIntegrationState:
454
659
  @pulumi.getter(name="kafkaMirrormakerUserConfig")
455
660
  def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]:
456
661
  """
457
- KafkaMirrormaker user configurable settings
662
+ KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
458
663
  """
459
664
  return pulumi.get(self, "kafka_mirrormaker_user_config")
460
665
 
@@ -466,7 +671,7 @@ class _ServiceIntegrationState:
466
671
  @pulumi.getter(name="logsUserConfig")
467
672
  def logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]:
468
673
  """
469
- Logs user configurable settings
674
+ Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
470
675
  """
471
676
  return pulumi.get(self, "logs_user_config")
472
677
 
@@ -478,7 +683,7 @@ class _ServiceIntegrationState:
478
683
  @pulumi.getter(name="metricsUserConfig")
479
684
  def metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]:
480
685
  """
481
- Metrics user configurable settings
686
+ Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
482
687
  """
483
688
  return pulumi.get(self, "metrics_user_config")
484
689
 
@@ -490,7 +695,7 @@ class _ServiceIntegrationState:
490
695
  @pulumi.getter
491
696
  def project(self) -> Optional[pulumi.Input[str]]:
492
697
  """
493
- Project the integration belongs to
698
+ Project the integration belongs to.
494
699
  """
495
700
  return pulumi.get(self, "project")
496
701
 
@@ -498,11 +703,23 @@ class _ServiceIntegrationState:
498
703
  def project(self, value: Optional[pulumi.Input[str]]):
499
704
  pulumi.set(self, "project", value)
500
705
 
706
+ @property
707
+ @pulumi.getter(name="prometheusUserConfig")
708
+ def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
709
+ """
710
+ Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
711
+ """
712
+ return pulumi.get(self, "prometheus_user_config")
713
+
714
+ @prometheus_user_config.setter
715
+ def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
716
+ pulumi.set(self, "prometheus_user_config", value)
717
+
501
718
  @property
502
719
  @pulumi.getter(name="sourceEndpointId")
503
720
  def source_endpoint_id(self) -> Optional[pulumi.Input[str]]:
504
721
  """
505
- Source endpoint for the integration (if any)
722
+ Source endpoint for the integration.
506
723
  """
507
724
  return pulumi.get(self, "source_endpoint_id")
508
725
 
@@ -522,76 +739,108 @@ class _ServiceIntegrationState:
522
739
  def source_service_name(self, value: Optional[pulumi.Input[str]]):
523
740
  pulumi.set(self, "source_service_name", value)
524
741
 
742
+ @property
743
+ @pulumi.getter(name="sourceServiceProject")
744
+ def source_service_project(self) -> Optional[pulumi.Input[str]]:
745
+ """
746
+ Source service project name
747
+ """
748
+ return pulumi.get(self, "source_service_project")
749
+
750
+ @source_service_project.setter
751
+ def source_service_project(self, value: Optional[pulumi.Input[str]]):
752
+ pulumi.set(self, "source_service_project", value)
753
+
525
754
 
526
755
  class ServiceIntegration(pulumi.CustomResource):
527
756
  @overload
528
757
  def __init__(__self__,
529
758
  resource_name: str,
530
759
  opts: Optional[pulumi.ResourceOptions] = None,
531
- clickhouse_kafka_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']]] = None,
532
- clickhouse_postgresql_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]] = None,
533
- datadog_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']]] = None,
760
+ clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
761
+ clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
762
+ datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
534
763
  destination_endpoint_id: Optional[pulumi.Input[str]] = None,
535
764
  destination_service_name: Optional[pulumi.Input[str]] = None,
536
- external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]] = None,
765
+ destination_service_project: Optional[pulumi.Input[str]] = None,
766
+ external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
767
+ external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
768
+ external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
769
+ external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
770
+ flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
537
771
  integration_type: Optional[pulumi.Input[str]] = None,
538
- kafka_connect_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']]] = None,
539
- kafka_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']]] = None,
540
- kafka_mirrormaker_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]] = None,
541
- logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']]] = None,
542
- metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']]] = None,
772
+ kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
773
+ kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
774
+ kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
775
+ logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
776
+ metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
543
777
  project: Optional[pulumi.Input[str]] = None,
778
+ prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
544
779
  source_endpoint_id: Optional[pulumi.Input[str]] = None,
545
780
  source_service_name: Optional[pulumi.Input[str]] = None,
781
+ source_service_project: Optional[pulumi.Input[str]] = None,
546
782
  __props__=None):
547
783
  """
548
- The Service Integration resource allows the creation and management of Aiven Service Integrations.
549
-
550
- **Note** For services running on `hobbyist` plan service integrations are not supported.
551
-
552
- Service Integration defines an integration between two Aiven services or between Aiven service and an external
553
- integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
554
- getting metrics from an M3DB service to a Grafana service to show dashboards, sending logs from any service to
555
- OpenSearch, etc.
556
-
557
784
  ## Example Usage
558
785
 
559
- <!--Start PulumiCodeChooser -->
560
786
  ```python
561
787
  import pulumi
562
788
  import pulumi_aiven as aiven
563
789
 
564
- my_integration_metrics = aiven.ServiceIntegration("myIntegrationMetrics",
565
- project=aiven_project["myproject"]["project"],
790
+ # Integrate Kafka and M3DB services for metrics
791
+ example_integration = aiven.ServiceIntegration("example_integration",
792
+ project=example_project["project"],
566
793
  integration_type="metrics",
567
- source_service_name=aiven_kafka["kfk1"]["service_name"],
568
- destination_service_name=aiven_m3db["m3db"]["service_name"])
794
+ source_service_name=example_kafka["serviceName"],
795
+ destination_service_name=example_m3db["serviceName"])
796
+ # Use disk autoscaler with a PostgreSQL service
797
+ autoscaler_endpoint = aiven.ServiceIntegrationEndpoint("autoscaler_endpoint",
798
+ project=example_project["project"],
799
+ endpoint_name="disk-autoscaler-200GiB",
800
+ endpoint_type="autoscaler",
801
+ autoscaler_user_config={
802
+ "autoscalings": [{
803
+ "cap_gb": 200,
804
+ "type": "autoscale_disk",
805
+ }],
806
+ })
807
+ autoscaler_integration = aiven.ServiceIntegration("autoscaler_integration",
808
+ project=example_project["project"],
809
+ integration_type="autoscaler",
810
+ source_service_name=example_pg["serviceName"],
811
+ destination_endpoint_id=autoscaler_endpoint.id)
569
812
  ```
570
- <!--End PulumiCodeChooser -->
571
813
 
572
814
  ## Import
573
815
 
574
816
  ```sh
575
- $ pulumi import aiven:index/serviceIntegration:ServiceIntegration myintegration project/integration_id
817
+ $ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
576
818
  ```
577
819
 
578
820
  :param str resource_name: The name of the resource.
579
821
  :param pulumi.ResourceOptions opts: Options for the resource.
580
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
581
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
582
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
583
- :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration (if any)
584
- :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
585
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
586
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
587
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
588
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
589
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
590
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
591
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
592
- :param pulumi.Input[str] project: Project the integration belongs to
593
- :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration (if any)
822
+ :param pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
823
+ :param pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
824
+ :param pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
825
+ :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
826
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration.
827
+ :param pulumi.Input[str] destination_service_project: Destination service project name
828
+ :param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
829
+ :param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
830
+ :param pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
831
+ :param pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
832
+ :param pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
833
+ :param pulumi.Input[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`.
834
+ :param pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
835
+ :param pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']] kafka_logs_user_config: KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
836
+ :param pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
837
+ :param pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']] logs_user_config: Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
838
+ :param pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']] metrics_user_config: Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
839
+ :param pulumi.Input[str] project: Project the integration belongs to.
840
+ :param pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
841
+ :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
594
842
  :param pulumi.Input[str] source_service_name: Source service for the integration (if any)
843
+ :param pulumi.Input[str] source_service_project: Source service project name
595
844
  """
596
845
  ...
597
846
  @overload
@@ -600,34 +849,40 @@ class ServiceIntegration(pulumi.CustomResource):
600
849
  args: ServiceIntegrationArgs,
601
850
  opts: Optional[pulumi.ResourceOptions] = None):
602
851
  """
603
- The Service Integration resource allows the creation and management of Aiven Service Integrations.
604
-
605
- **Note** For services running on `hobbyist` plan service integrations are not supported.
606
-
607
- Service Integration defines an integration between two Aiven services or between Aiven service and an external
608
- integration endpoint. Integration could be for example sending metrics from Kafka service to an M3DB service,
609
- getting metrics from an M3DB service to a Grafana service to show dashboards, sending logs from any service to
610
- OpenSearch, etc.
611
-
612
852
  ## Example Usage
613
853
 
614
- <!--Start PulumiCodeChooser -->
615
854
  ```python
616
855
  import pulumi
617
856
  import pulumi_aiven as aiven
618
857
 
619
- my_integration_metrics = aiven.ServiceIntegration("myIntegrationMetrics",
620
- project=aiven_project["myproject"]["project"],
858
+ # Integrate Kafka and M3DB services for metrics
859
+ example_integration = aiven.ServiceIntegration("example_integration",
860
+ project=example_project["project"],
621
861
  integration_type="metrics",
622
- source_service_name=aiven_kafka["kfk1"]["service_name"],
623
- destination_service_name=aiven_m3db["m3db"]["service_name"])
862
+ source_service_name=example_kafka["serviceName"],
863
+ destination_service_name=example_m3db["serviceName"])
864
+ # Use disk autoscaler with a PostgreSQL service
865
+ autoscaler_endpoint = aiven.ServiceIntegrationEndpoint("autoscaler_endpoint",
866
+ project=example_project["project"],
867
+ endpoint_name="disk-autoscaler-200GiB",
868
+ endpoint_type="autoscaler",
869
+ autoscaler_user_config={
870
+ "autoscalings": [{
871
+ "cap_gb": 200,
872
+ "type": "autoscale_disk",
873
+ }],
874
+ })
875
+ autoscaler_integration = aiven.ServiceIntegration("autoscaler_integration",
876
+ project=example_project["project"],
877
+ integration_type="autoscaler",
878
+ source_service_name=example_pg["serviceName"],
879
+ destination_endpoint_id=autoscaler_endpoint.id)
624
880
  ```
625
- <!--End PulumiCodeChooser -->
626
881
 
627
882
  ## Import
628
883
 
629
884
  ```sh
630
- $ pulumi import aiven:index/serviceIntegration:ServiceIntegration myintegration project/integration_id
885
+ $ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
631
886
  ```
632
887
 
633
888
  :param str resource_name: The name of the resource.
@@ -645,21 +900,28 @@ class ServiceIntegration(pulumi.CustomResource):
645
900
  def _internal_init(__self__,
646
901
  resource_name: str,
647
902
  opts: Optional[pulumi.ResourceOptions] = None,
648
- clickhouse_kafka_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']]] = None,
649
- clickhouse_postgresql_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]] = None,
650
- datadog_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']]] = None,
903
+ clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
904
+ clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
905
+ datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
651
906
  destination_endpoint_id: Optional[pulumi.Input[str]] = None,
652
907
  destination_service_name: Optional[pulumi.Input[str]] = None,
653
- external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]] = None,
908
+ destination_service_project: Optional[pulumi.Input[str]] = None,
909
+ external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
910
+ external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
911
+ external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
912
+ external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
913
+ flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
654
914
  integration_type: Optional[pulumi.Input[str]] = None,
655
- kafka_connect_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']]] = None,
656
- kafka_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']]] = None,
657
- kafka_mirrormaker_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]] = None,
658
- logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']]] = None,
659
- metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']]] = None,
915
+ kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
916
+ kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
917
+ kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
918
+ logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
919
+ metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
660
920
  project: Optional[pulumi.Input[str]] = None,
921
+ prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
661
922
  source_endpoint_id: Optional[pulumi.Input[str]] = None,
662
923
  source_service_name: Optional[pulumi.Input[str]] = None,
924
+ source_service_project: Optional[pulumi.Input[str]] = None,
663
925
  __props__=None):
664
926
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
665
927
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -674,7 +936,12 @@ class ServiceIntegration(pulumi.CustomResource):
674
936
  __props__.__dict__["datadog_user_config"] = datadog_user_config
675
937
  __props__.__dict__["destination_endpoint_id"] = destination_endpoint_id
676
938
  __props__.__dict__["destination_service_name"] = destination_service_name
939
+ __props__.__dict__["destination_service_project"] = destination_service_project
940
+ __props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
677
941
  __props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
942
+ __props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
943
+ __props__.__dict__["external_opensearch_logs_user_config"] = external_opensearch_logs_user_config
944
+ __props__.__dict__["flink_external_postgresql_user_config"] = flink_external_postgresql_user_config
678
945
  if integration_type is None and not opts.urn:
679
946
  raise TypeError("Missing required property 'integration_type'")
680
947
  __props__.__dict__["integration_type"] = integration_type
@@ -686,8 +953,10 @@ class ServiceIntegration(pulumi.CustomResource):
686
953
  if project is None and not opts.urn:
687
954
  raise TypeError("Missing required property 'project'")
688
955
  __props__.__dict__["project"] = project
956
+ __props__.__dict__["prometheus_user_config"] = prometheus_user_config
689
957
  __props__.__dict__["source_endpoint_id"] = source_endpoint_id
690
958
  __props__.__dict__["source_service_name"] = source_service_name
959
+ __props__.__dict__["source_service_project"] = source_service_project
691
960
  __props__.__dict__["integration_id"] = None
692
961
  super(ServiceIntegration, __self__).__init__(
693
962
  'aiven:index/serviceIntegration:ServiceIntegration',
@@ -699,22 +968,29 @@ class ServiceIntegration(pulumi.CustomResource):
699
968
  def get(resource_name: str,
700
969
  id: pulumi.Input[str],
701
970
  opts: Optional[pulumi.ResourceOptions] = None,
702
- clickhouse_kafka_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']]] = None,
703
- clickhouse_postgresql_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]] = None,
704
- datadog_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']]] = None,
971
+ clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
972
+ clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
973
+ datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
705
974
  destination_endpoint_id: Optional[pulumi.Input[str]] = None,
706
975
  destination_service_name: Optional[pulumi.Input[str]] = None,
707
- external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]] = None,
976
+ destination_service_project: Optional[pulumi.Input[str]] = None,
977
+ external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
978
+ external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
979
+ external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
980
+ external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
981
+ flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
708
982
  integration_id: Optional[pulumi.Input[str]] = None,
709
983
  integration_type: Optional[pulumi.Input[str]] = None,
710
- kafka_connect_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']]] = None,
711
- kafka_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']]] = None,
712
- kafka_mirrormaker_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]] = None,
713
- logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']]] = None,
714
- metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']]] = None,
984
+ kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
985
+ kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
986
+ kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
987
+ logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
988
+ metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
715
989
  project: Optional[pulumi.Input[str]] = None,
990
+ prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
716
991
  source_endpoint_id: Optional[pulumi.Input[str]] = None,
717
- source_service_name: Optional[pulumi.Input[str]] = None) -> 'ServiceIntegration':
992
+ source_service_name: Optional[pulumi.Input[str]] = None,
993
+ source_service_project: Optional[pulumi.Input[str]] = None) -> 'ServiceIntegration':
718
994
  """
719
995
  Get an existing ServiceIntegration resource's state with the given name, id, and optional extra
720
996
  properties used to qualify the lookup.
@@ -722,22 +998,29 @@ class ServiceIntegration(pulumi.CustomResource):
722
998
  :param str resource_name: The unique name of the resulting resource.
723
999
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
724
1000
  :param pulumi.ResourceOptions opts: Options for the resource.
725
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
726
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
727
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']] datadog_user_config: Datadog user configurable settings
728
- :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration (if any)
729
- :param pulumi.Input[str] destination_service_name: Destination service for the integration (if any)
730
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
731
- :param pulumi.Input[str] integration_id: Service Integration Id at aiven
732
- :param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
733
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
734
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
735
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
736
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
737
- :param pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']] metrics_user_config: Metrics user configurable settings
738
- :param pulumi.Input[str] project: Project the integration belongs to
739
- :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration (if any)
1001
+ :param pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1002
+ :param pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1003
+ :param pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']] datadog_user_config: Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1004
+ :param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
1005
+ :param pulumi.Input[str] destination_service_name: Destination service for the integration.
1006
+ :param pulumi.Input[str] destination_service_project: Destination service project name
1007
+ :param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1008
+ :param pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1009
+ :param pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1010
+ :param pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1011
+ :param pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']] flink_external_postgresql_user_config: FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1012
+ :param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
1013
+ :param pulumi.Input[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`.
1014
+ :param pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1015
+ :param pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']] kafka_logs_user_config: KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1016
+ :param pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1017
+ :param pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']] logs_user_config: Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1018
+ :param pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']] metrics_user_config: Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1019
+ :param pulumi.Input[str] project: Project the integration belongs to.
1020
+ :param pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']] prometheus_user_config: Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1021
+ :param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
740
1022
  :param pulumi.Input[str] source_service_name: Source service for the integration (if any)
1023
+ :param pulumi.Input[str] source_service_project: Source service project name
741
1024
  """
742
1025
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
743
1026
 
@@ -748,7 +1031,12 @@ class ServiceIntegration(pulumi.CustomResource):
748
1031
  __props__.__dict__["datadog_user_config"] = datadog_user_config
749
1032
  __props__.__dict__["destination_endpoint_id"] = destination_endpoint_id
750
1033
  __props__.__dict__["destination_service_name"] = destination_service_name
1034
+ __props__.__dict__["destination_service_project"] = destination_service_project
1035
+ __props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
751
1036
  __props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
1037
+ __props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
1038
+ __props__.__dict__["external_opensearch_logs_user_config"] = external_opensearch_logs_user_config
1039
+ __props__.__dict__["flink_external_postgresql_user_config"] = flink_external_postgresql_user_config
752
1040
  __props__.__dict__["integration_id"] = integration_id
753
1041
  __props__.__dict__["integration_type"] = integration_type
754
1042
  __props__.__dict__["kafka_connect_user_config"] = kafka_connect_user_config
@@ -757,15 +1045,17 @@ class ServiceIntegration(pulumi.CustomResource):
757
1045
  __props__.__dict__["logs_user_config"] = logs_user_config
758
1046
  __props__.__dict__["metrics_user_config"] = metrics_user_config
759
1047
  __props__.__dict__["project"] = project
1048
+ __props__.__dict__["prometheus_user_config"] = prometheus_user_config
760
1049
  __props__.__dict__["source_endpoint_id"] = source_endpoint_id
761
1050
  __props__.__dict__["source_service_name"] = source_service_name
1051
+ __props__.__dict__["source_service_project"] = source_service_project
762
1052
  return ServiceIntegration(resource_name, opts=opts, __props__=__props__)
763
1053
 
764
1054
  @property
765
1055
  @pulumi.getter(name="clickhouseKafkaUserConfig")
766
1056
  def clickhouse_kafka_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhouseKafkaUserConfig']]:
767
1057
  """
768
- ClickhouseKafka user configurable settings
1058
+ ClickhouseKafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
769
1059
  """
770
1060
  return pulumi.get(self, "clickhouse_kafka_user_config")
771
1061
 
@@ -773,7 +1063,7 @@ class ServiceIntegration(pulumi.CustomResource):
773
1063
  @pulumi.getter(name="clickhousePostgresqlUserConfig")
774
1064
  def clickhouse_postgresql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhousePostgresqlUserConfig']]:
775
1065
  """
776
- ClickhousePostgresql user configurable settings
1066
+ ClickhousePostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
777
1067
  """
778
1068
  return pulumi.get(self, "clickhouse_postgresql_user_config")
779
1069
 
@@ -781,7 +1071,7 @@ class ServiceIntegration(pulumi.CustomResource):
781
1071
  @pulumi.getter(name="datadogUserConfig")
782
1072
  def datadog_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationDatadogUserConfig']]:
783
1073
  """
784
- Datadog user configurable settings
1074
+ Datadog user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
785
1075
  """
786
1076
  return pulumi.get(self, "datadog_user_config")
787
1077
 
@@ -789,7 +1079,7 @@ class ServiceIntegration(pulumi.CustomResource):
789
1079
  @pulumi.getter(name="destinationEndpointId")
790
1080
  def destination_endpoint_id(self) -> pulumi.Output[Optional[str]]:
791
1081
  """
792
- Destination endpoint for the integration (if any)
1082
+ Destination endpoint for the integration.
793
1083
  """
794
1084
  return pulumi.get(self, "destination_endpoint_id")
795
1085
 
@@ -797,23 +1087,63 @@ class ServiceIntegration(pulumi.CustomResource):
797
1087
  @pulumi.getter(name="destinationServiceName")
798
1088
  def destination_service_name(self) -> pulumi.Output[Optional[str]]:
799
1089
  """
800
- Destination service for the integration (if any)
1090
+ Destination service for the integration.
801
1091
  """
802
1092
  return pulumi.get(self, "destination_service_name")
803
1093
 
1094
+ @property
1095
+ @pulumi.getter(name="destinationServiceProject")
1096
+ def destination_service_project(self) -> pulumi.Output[str]:
1097
+ """
1098
+ Destination service project name
1099
+ """
1100
+ return pulumi.get(self, "destination_service_project")
1101
+
1102
+ @property
1103
+ @pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
1104
+ def external_aws_cloudwatch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchLogsUserConfig']]:
1105
+ """
1106
+ ExternalAwsCloudwatchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1107
+ """
1108
+ return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
1109
+
804
1110
  @property
805
1111
  @pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
806
1112
  def external_aws_cloudwatch_metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig']]:
807
1113
  """
808
- ExternalAwsCloudwatchMetrics user configurable settings
1114
+ ExternalAwsCloudwatchMetrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
809
1115
  """
810
1116
  return pulumi.get(self, "external_aws_cloudwatch_metrics_user_config")
811
1117
 
1118
+ @property
1119
+ @pulumi.getter(name="externalElasticsearchLogsUserConfig")
1120
+ def external_elasticsearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalElasticsearchLogsUserConfig']]:
1121
+ """
1122
+ ExternalElasticsearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1123
+ """
1124
+ return pulumi.get(self, "external_elasticsearch_logs_user_config")
1125
+
1126
+ @property
1127
+ @pulumi.getter(name="externalOpensearchLogsUserConfig")
1128
+ def external_opensearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalOpensearchLogsUserConfig']]:
1129
+ """
1130
+ ExternalOpensearchLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1131
+ """
1132
+ return pulumi.get(self, "external_opensearch_logs_user_config")
1133
+
1134
+ @property
1135
+ @pulumi.getter(name="flinkExternalPostgresqlUserConfig")
1136
+ def flink_external_postgresql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationFlinkExternalPostgresqlUserConfig']]:
1137
+ """
1138
+ FlinkExternalPostgresql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1139
+ """
1140
+ return pulumi.get(self, "flink_external_postgresql_user_config")
1141
+
812
1142
  @property
813
1143
  @pulumi.getter(name="integrationId")
814
1144
  def integration_id(self) -> pulumi.Output[str]:
815
1145
  """
816
- Service Integration Id at aiven
1146
+ The ID of the Aiven service integration.
817
1147
  """
818
1148
  return pulumi.get(self, "integration_id")
819
1149
 
@@ -821,7 +1151,7 @@ class ServiceIntegration(pulumi.CustomResource):
821
1151
  @pulumi.getter(name="integrationType")
822
1152
  def integration_type(self) -> pulumi.Output[str]:
823
1153
  """
824
- Type of the service integration. Possible values: `alertmanager`, `cassandra_cross_service_cluster`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`
1154
+ 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`.
825
1155
  """
826
1156
  return pulumi.get(self, "integration_type")
827
1157
 
@@ -829,7 +1159,7 @@ class ServiceIntegration(pulumi.CustomResource):
829
1159
  @pulumi.getter(name="kafkaConnectUserConfig")
830
1160
  def kafka_connect_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaConnectUserConfig']]:
831
1161
  """
832
- KafkaConnect user configurable settings
1162
+ KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
833
1163
  """
834
1164
  return pulumi.get(self, "kafka_connect_user_config")
835
1165
 
@@ -837,7 +1167,7 @@ class ServiceIntegration(pulumi.CustomResource):
837
1167
  @pulumi.getter(name="kafkaLogsUserConfig")
838
1168
  def kafka_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaLogsUserConfig']]:
839
1169
  """
840
- KafkaLogs user configurable settings
1170
+ KafkaLogs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
841
1171
  """
842
1172
  return pulumi.get(self, "kafka_logs_user_config")
843
1173
 
@@ -845,7 +1175,7 @@ class ServiceIntegration(pulumi.CustomResource):
845
1175
  @pulumi.getter(name="kafkaMirrormakerUserConfig")
846
1176
  def kafka_mirrormaker_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaMirrormakerUserConfig']]:
847
1177
  """
848
- KafkaMirrormaker user configurable settings
1178
+ KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
849
1179
  """
850
1180
  return pulumi.get(self, "kafka_mirrormaker_user_config")
851
1181
 
@@ -853,7 +1183,7 @@ class ServiceIntegration(pulumi.CustomResource):
853
1183
  @pulumi.getter(name="logsUserConfig")
854
1184
  def logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationLogsUserConfig']]:
855
1185
  """
856
- Logs user configurable settings
1186
+ Logs user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
857
1187
  """
858
1188
  return pulumi.get(self, "logs_user_config")
859
1189
 
@@ -861,7 +1191,7 @@ class ServiceIntegration(pulumi.CustomResource):
861
1191
  @pulumi.getter(name="metricsUserConfig")
862
1192
  def metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationMetricsUserConfig']]:
863
1193
  """
864
- Metrics user configurable settings
1194
+ Metrics user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
865
1195
  """
866
1196
  return pulumi.get(self, "metrics_user_config")
867
1197
 
@@ -869,23 +1199,39 @@ class ServiceIntegration(pulumi.CustomResource):
869
1199
  @pulumi.getter
870
1200
  def project(self) -> pulumi.Output[str]:
871
1201
  """
872
- Project the integration belongs to
1202
+ Project the integration belongs to.
873
1203
  """
874
1204
  return pulumi.get(self, "project")
875
1205
 
1206
+ @property
1207
+ @pulumi.getter(name="prometheusUserConfig")
1208
+ def prometheus_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationPrometheusUserConfig']]:
1209
+ """
1210
+ Prometheus user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1211
+ """
1212
+ return pulumi.get(self, "prometheus_user_config")
1213
+
876
1214
  @property
877
1215
  @pulumi.getter(name="sourceEndpointId")
878
1216
  def source_endpoint_id(self) -> pulumi.Output[Optional[str]]:
879
1217
  """
880
- Source endpoint for the integration (if any)
1218
+ Source endpoint for the integration.
881
1219
  """
882
1220
  return pulumi.get(self, "source_endpoint_id")
883
1221
 
884
1222
  @property
885
1223
  @pulumi.getter(name="sourceServiceName")
886
- def source_service_name(self) -> pulumi.Output[Optional[str]]:
1224
+ def source_service_name(self) -> pulumi.Output[str]:
887
1225
  """
888
1226
  Source service for the integration (if any)
889
1227
  """
890
1228
  return pulumi.get(self, "source_service_name")
891
1229
 
1230
+ @property
1231
+ @pulumi.getter(name="sourceServiceProject")
1232
+ def source_service_project(self) -> pulumi.Output[str]:
1233
+ """
1234
+ Source service project name
1235
+ """
1236
+ return pulumi.get(self, "source_service_project")
1237
+