pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2623 -1138
- pulumi_aiven/account.py +8 -8
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +27 -31
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +39 -43
- pulumi_aiven/aws_vpc_peering_connection.py +62 -56
- pulumi_aiven/azure_privatelink.py +49 -53
- pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -72
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +25 -29
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +31 -33
- pulumi_aiven/clickhouse_grant.py +56 -58
- pulumi_aiven/clickhouse_role.py +23 -27
- pulumi_aiven/clickhouse_user.py +25 -29
- pulumi_aiven/connection_pool.py +38 -42
- pulumi_aiven/dragonfly.py +1205 -0
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +28 -28
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +40 -40
- pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
- pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -19
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
- pulumi_aiven/get_azure_privatelink.py +17 -21
- pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +13 -17
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +13 -17
- pulumi_aiven/get_clickhouse_user.py +13 -17
- pulumi_aiven/get_connection_pool.py +14 -18
- pulumi_aiven/get_dragonfly.py +450 -0
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +19 -23
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +13 -17
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +13 -17
- pulumi_aiven/get_kafka_schema_configuration.py +11 -15
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +19 -23
- pulumi_aiven/get_kafka_user.py +13 -17
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +13 -17
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +13 -17
- pulumi_aiven/get_mysql_user.py +13 -17
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +16 -20
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +13 -17
- pulumi_aiven/get_organization.py +8 -12
- pulumi_aiven/get_organization_user_group.py +29 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +15 -19
- pulumi_aiven/get_pg_user.py +13 -17
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +11 -17
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +17 -21
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +75 -37
- pulumi_aiven/get_service_integration_endpoint.py +3 -7
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +28 -28
- pulumi_aiven/influxdb_database.py +35 -35
- pulumi_aiven/influxdb_user.py +42 -42
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +41 -45
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +33 -37
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +51 -51
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +75 -35
- pulumi_aiven/kafka_topic.py +91 -53
- pulumi_aiven/kafka_user.py +25 -29
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +23 -27
- pulumi_aiven/mirror_maker_replication_flow.py +58 -60
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +27 -31
- pulumi_aiven/mysql_user.py +25 -29
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +50 -54
- pulumi_aiven/opensearch_security_plugin_config.py +64 -16
- pulumi_aiven/opensearch_user.py +25 -29
- pulumi_aiven/organization.py +10 -14
- pulumi_aiven/organization_group_project.py +336 -0
- pulumi_aiven/organization_user.py +16 -34
- pulumi_aiven/organization_user_group.py +59 -23
- pulumi_aiven/organization_user_group_member.py +350 -0
- pulumi_aiven/organizational_unit.py +36 -36
- pulumi_aiven/outputs.py +3539 -1136
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +41 -45
- pulumi_aiven/pg_user.py +25 -29
- pulumi_aiven/project.py +91 -69
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +49 -25
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +53 -57
- pulumi_aiven/service_integration.py +249 -65
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
|
@@ -23,30 +23,38 @@ class ServiceIntegrationArgs:
|
|
|
23
23
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
24
24
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
25
25
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
26
27
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
28
|
+
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
29
|
+
external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
|
|
27
30
|
kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
|
|
28
31
|
kafka_logs_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']] = None,
|
|
29
32
|
kafka_mirrormaker_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] = None,
|
|
30
33
|
logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
|
|
31
34
|
metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
|
|
35
|
+
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
32
36
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
33
37
|
source_service_name: Optional[pulumi.Input[str]] = None):
|
|
34
38
|
"""
|
|
35
39
|
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
|
|
40
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
41
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
38
42
|
:param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
39
43
|
:param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
40
44
|
:param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
|
|
41
|
-
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration
|
|
42
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
45
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
46
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
47
|
+
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
43
48
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
49
|
+
:param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
50
|
+
:param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
44
51
|
:param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
45
52
|
:param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
46
53
|
:param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
47
54
|
:param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings
|
|
48
55
|
:param pulumi.Input['ServiceIntegrationMetricsUserConfigArgs'] metrics_user_config: Metrics user configurable settings
|
|
49
|
-
:param pulumi.Input[
|
|
56
|
+
:param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings
|
|
57
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
50
58
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
51
59
|
"""
|
|
52
60
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
@@ -61,8 +69,14 @@ class ServiceIntegrationArgs:
|
|
|
61
69
|
pulumi.set(__self__, "destination_endpoint_id", destination_endpoint_id)
|
|
62
70
|
if destination_service_name is not None:
|
|
63
71
|
pulumi.set(__self__, "destination_service_name", destination_service_name)
|
|
72
|
+
if external_aws_cloudwatch_logs_user_config is not None:
|
|
73
|
+
pulumi.set(__self__, "external_aws_cloudwatch_logs_user_config", external_aws_cloudwatch_logs_user_config)
|
|
64
74
|
if external_aws_cloudwatch_metrics_user_config is not None:
|
|
65
75
|
pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_config", external_aws_cloudwatch_metrics_user_config)
|
|
76
|
+
if external_elasticsearch_logs_user_config is not None:
|
|
77
|
+
pulumi.set(__self__, "external_elasticsearch_logs_user_config", external_elasticsearch_logs_user_config)
|
|
78
|
+
if external_opensearch_logs_user_config is not None:
|
|
79
|
+
pulumi.set(__self__, "external_opensearch_logs_user_config", external_opensearch_logs_user_config)
|
|
66
80
|
if kafka_connect_user_config is not None:
|
|
67
81
|
pulumi.set(__self__, "kafka_connect_user_config", kafka_connect_user_config)
|
|
68
82
|
if kafka_logs_user_config is not None:
|
|
@@ -73,6 +87,8 @@ class ServiceIntegrationArgs:
|
|
|
73
87
|
pulumi.set(__self__, "logs_user_config", logs_user_config)
|
|
74
88
|
if metrics_user_config is not None:
|
|
75
89
|
pulumi.set(__self__, "metrics_user_config", metrics_user_config)
|
|
90
|
+
if prometheus_user_config is not None:
|
|
91
|
+
pulumi.set(__self__, "prometheus_user_config", prometheus_user_config)
|
|
76
92
|
if source_endpoint_id is not None:
|
|
77
93
|
pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
|
|
78
94
|
if source_service_name is not None:
|
|
@@ -82,7 +98,7 @@ class ServiceIntegrationArgs:
|
|
|
82
98
|
@pulumi.getter(name="integrationType")
|
|
83
99
|
def integration_type(self) -> pulumi.Input[str]:
|
|
84
100
|
"""
|
|
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`
|
|
101
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `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`, `flink_external_bigquery`, `flink_external_kafka`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
86
102
|
"""
|
|
87
103
|
return pulumi.get(self, "integration_type")
|
|
88
104
|
|
|
@@ -94,7 +110,7 @@ class ServiceIntegrationArgs:
|
|
|
94
110
|
@pulumi.getter
|
|
95
111
|
def project(self) -> pulumi.Input[str]:
|
|
96
112
|
"""
|
|
97
|
-
Project the integration belongs to
|
|
113
|
+
Project the integration belongs to.
|
|
98
114
|
"""
|
|
99
115
|
return pulumi.get(self, "project")
|
|
100
116
|
|
|
@@ -142,7 +158,7 @@ class ServiceIntegrationArgs:
|
|
|
142
158
|
@pulumi.getter(name="destinationEndpointId")
|
|
143
159
|
def destination_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
144
160
|
"""
|
|
145
|
-
Destination endpoint for the integration
|
|
161
|
+
Destination endpoint for the integration.
|
|
146
162
|
"""
|
|
147
163
|
return pulumi.get(self, "destination_endpoint_id")
|
|
148
164
|
|
|
@@ -154,7 +170,7 @@ class ServiceIntegrationArgs:
|
|
|
154
170
|
@pulumi.getter(name="destinationServiceName")
|
|
155
171
|
def destination_service_name(self) -> Optional[pulumi.Input[str]]:
|
|
156
172
|
"""
|
|
157
|
-
Destination service for the integration
|
|
173
|
+
Destination service for the integration.
|
|
158
174
|
"""
|
|
159
175
|
return pulumi.get(self, "destination_service_name")
|
|
160
176
|
|
|
@@ -162,6 +178,18 @@ class ServiceIntegrationArgs:
|
|
|
162
178
|
def destination_service_name(self, value: Optional[pulumi.Input[str]]):
|
|
163
179
|
pulumi.set(self, "destination_service_name", value)
|
|
164
180
|
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
183
|
+
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
184
|
+
"""
|
|
185
|
+
ExternalAwsCloudwatchLogs user configurable settings
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
|
|
188
|
+
|
|
189
|
+
@external_aws_cloudwatch_logs_user_config.setter
|
|
190
|
+
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
191
|
+
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
192
|
+
|
|
165
193
|
@property
|
|
166
194
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
167
195
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
@@ -174,6 +202,30 @@ class ServiceIntegrationArgs:
|
|
|
174
202
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
175
203
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
176
204
|
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
207
|
+
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
|
|
208
|
+
"""
|
|
209
|
+
ExternalElasticsearchLogs user configurable settings
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "external_elasticsearch_logs_user_config")
|
|
212
|
+
|
|
213
|
+
@external_elasticsearch_logs_user_config.setter
|
|
214
|
+
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
|
|
215
|
+
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
219
|
+
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
|
|
220
|
+
"""
|
|
221
|
+
ExternalOpensearchLogs user configurable settings
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "external_opensearch_logs_user_config")
|
|
224
|
+
|
|
225
|
+
@external_opensearch_logs_user_config.setter
|
|
226
|
+
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
|
|
227
|
+
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
228
|
+
|
|
177
229
|
@property
|
|
178
230
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
179
231
|
def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
|
|
@@ -234,11 +286,23 @@ class ServiceIntegrationArgs:
|
|
|
234
286
|
def metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]):
|
|
235
287
|
pulumi.set(self, "metrics_user_config", value)
|
|
236
288
|
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="prometheusUserConfig")
|
|
291
|
+
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
|
|
292
|
+
"""
|
|
293
|
+
Prometheus user configurable settings
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "prometheus_user_config")
|
|
296
|
+
|
|
297
|
+
@prometheus_user_config.setter
|
|
298
|
+
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
|
|
299
|
+
pulumi.set(self, "prometheus_user_config", value)
|
|
300
|
+
|
|
237
301
|
@property
|
|
238
302
|
@pulumi.getter(name="sourceEndpointId")
|
|
239
303
|
def source_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
240
304
|
"""
|
|
241
|
-
Source endpoint for the integration
|
|
305
|
+
Source endpoint for the integration.
|
|
242
306
|
"""
|
|
243
307
|
return pulumi.get(self, "source_endpoint_id")
|
|
244
308
|
|
|
@@ -267,7 +331,10 @@ class _ServiceIntegrationState:
|
|
|
267
331
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
268
332
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
269
333
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
334
|
+
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
270
335
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
336
|
+
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
337
|
+
external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
|
|
271
338
|
integration_id: Optional[pulumi.Input[str]] = None,
|
|
272
339
|
integration_type: Optional[pulumi.Input[str]] = None,
|
|
273
340
|
kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
|
|
@@ -276,6 +343,7 @@ class _ServiceIntegrationState:
|
|
|
276
343
|
logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
|
|
277
344
|
metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
|
|
278
345
|
project: Optional[pulumi.Input[str]] = None,
|
|
346
|
+
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
279
347
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
280
348
|
source_service_name: Optional[pulumi.Input[str]] = None):
|
|
281
349
|
"""
|
|
@@ -283,18 +351,22 @@ class _ServiceIntegrationState:
|
|
|
283
351
|
:param pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs'] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
284
352
|
:param pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs'] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
285
353
|
:param pulumi.Input['ServiceIntegrationDatadogUserConfigArgs'] datadog_user_config: Datadog user configurable settings
|
|
286
|
-
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration
|
|
287
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
354
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
355
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
356
|
+
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs'] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
288
357
|
:param pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs'] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
289
|
-
:param pulumi.Input[
|
|
290
|
-
:param pulumi.Input[
|
|
358
|
+
:param pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs'] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
359
|
+
:param pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs'] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
360
|
+
:param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
|
|
361
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
291
362
|
:param pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
292
363
|
:param pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs'] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
293
364
|
:param pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
294
365
|
:param pulumi.Input['ServiceIntegrationLogsUserConfigArgs'] logs_user_config: Logs user configurable settings
|
|
295
366
|
: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[
|
|
367
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
368
|
+
:param pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs'] prometheus_user_config: Prometheus user configurable settings
|
|
369
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
298
370
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
299
371
|
"""
|
|
300
372
|
if clickhouse_kafka_user_config is not None:
|
|
@@ -307,8 +379,14 @@ class _ServiceIntegrationState:
|
|
|
307
379
|
pulumi.set(__self__, "destination_endpoint_id", destination_endpoint_id)
|
|
308
380
|
if destination_service_name is not None:
|
|
309
381
|
pulumi.set(__self__, "destination_service_name", destination_service_name)
|
|
382
|
+
if external_aws_cloudwatch_logs_user_config is not None:
|
|
383
|
+
pulumi.set(__self__, "external_aws_cloudwatch_logs_user_config", external_aws_cloudwatch_logs_user_config)
|
|
310
384
|
if external_aws_cloudwatch_metrics_user_config is not None:
|
|
311
385
|
pulumi.set(__self__, "external_aws_cloudwatch_metrics_user_config", external_aws_cloudwatch_metrics_user_config)
|
|
386
|
+
if external_elasticsearch_logs_user_config is not None:
|
|
387
|
+
pulumi.set(__self__, "external_elasticsearch_logs_user_config", external_elasticsearch_logs_user_config)
|
|
388
|
+
if external_opensearch_logs_user_config is not None:
|
|
389
|
+
pulumi.set(__self__, "external_opensearch_logs_user_config", external_opensearch_logs_user_config)
|
|
312
390
|
if integration_id is not None:
|
|
313
391
|
pulumi.set(__self__, "integration_id", integration_id)
|
|
314
392
|
if integration_type is not None:
|
|
@@ -325,6 +403,8 @@ class _ServiceIntegrationState:
|
|
|
325
403
|
pulumi.set(__self__, "metrics_user_config", metrics_user_config)
|
|
326
404
|
if project is not None:
|
|
327
405
|
pulumi.set(__self__, "project", project)
|
|
406
|
+
if prometheus_user_config is not None:
|
|
407
|
+
pulumi.set(__self__, "prometheus_user_config", prometheus_user_config)
|
|
328
408
|
if source_endpoint_id is not None:
|
|
329
409
|
pulumi.set(__self__, "source_endpoint_id", source_endpoint_id)
|
|
330
410
|
if source_service_name is not None:
|
|
@@ -370,7 +450,7 @@ class _ServiceIntegrationState:
|
|
|
370
450
|
@pulumi.getter(name="destinationEndpointId")
|
|
371
451
|
def destination_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
372
452
|
"""
|
|
373
|
-
Destination endpoint for the integration
|
|
453
|
+
Destination endpoint for the integration.
|
|
374
454
|
"""
|
|
375
455
|
return pulumi.get(self, "destination_endpoint_id")
|
|
376
456
|
|
|
@@ -382,7 +462,7 @@ class _ServiceIntegrationState:
|
|
|
382
462
|
@pulumi.getter(name="destinationServiceName")
|
|
383
463
|
def destination_service_name(self) -> Optional[pulumi.Input[str]]:
|
|
384
464
|
"""
|
|
385
|
-
Destination service for the integration
|
|
465
|
+
Destination service for the integration.
|
|
386
466
|
"""
|
|
387
467
|
return pulumi.get(self, "destination_service_name")
|
|
388
468
|
|
|
@@ -390,6 +470,18 @@ class _ServiceIntegrationState:
|
|
|
390
470
|
def destination_service_name(self, value: Optional[pulumi.Input[str]]):
|
|
391
471
|
pulumi.set(self, "destination_service_name", value)
|
|
392
472
|
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
475
|
+
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
476
|
+
"""
|
|
477
|
+
ExternalAwsCloudwatchLogs user configurable settings
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
|
|
480
|
+
|
|
481
|
+
@external_aws_cloudwatch_logs_user_config.setter
|
|
482
|
+
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
483
|
+
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
484
|
+
|
|
393
485
|
@property
|
|
394
486
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
395
487
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
@@ -402,11 +494,35 @@ class _ServiceIntegrationState:
|
|
|
402
494
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
403
495
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
404
496
|
|
|
497
|
+
@property
|
|
498
|
+
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
499
|
+
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
|
|
500
|
+
"""
|
|
501
|
+
ExternalElasticsearchLogs user configurable settings
|
|
502
|
+
"""
|
|
503
|
+
return pulumi.get(self, "external_elasticsearch_logs_user_config")
|
|
504
|
+
|
|
505
|
+
@external_elasticsearch_logs_user_config.setter
|
|
506
|
+
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
|
|
507
|
+
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
508
|
+
|
|
509
|
+
@property
|
|
510
|
+
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
511
|
+
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
|
|
512
|
+
"""
|
|
513
|
+
ExternalOpensearchLogs user configurable settings
|
|
514
|
+
"""
|
|
515
|
+
return pulumi.get(self, "external_opensearch_logs_user_config")
|
|
516
|
+
|
|
517
|
+
@external_opensearch_logs_user_config.setter
|
|
518
|
+
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
|
|
519
|
+
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
520
|
+
|
|
405
521
|
@property
|
|
406
522
|
@pulumi.getter(name="integrationId")
|
|
407
523
|
def integration_id(self) -> Optional[pulumi.Input[str]]:
|
|
408
524
|
"""
|
|
409
|
-
|
|
525
|
+
The ID of the Aiven service integration.
|
|
410
526
|
"""
|
|
411
527
|
return pulumi.get(self, "integration_id")
|
|
412
528
|
|
|
@@ -418,7 +534,7 @@ class _ServiceIntegrationState:
|
|
|
418
534
|
@pulumi.getter(name="integrationType")
|
|
419
535
|
def integration_type(self) -> Optional[pulumi.Input[str]]:
|
|
420
536
|
"""
|
|
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`
|
|
537
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `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`, `flink_external_bigquery`, `flink_external_kafka`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
422
538
|
"""
|
|
423
539
|
return pulumi.get(self, "integration_type")
|
|
424
540
|
|
|
@@ -490,7 +606,7 @@ class _ServiceIntegrationState:
|
|
|
490
606
|
@pulumi.getter
|
|
491
607
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
492
608
|
"""
|
|
493
|
-
Project the integration belongs to
|
|
609
|
+
Project the integration belongs to.
|
|
494
610
|
"""
|
|
495
611
|
return pulumi.get(self, "project")
|
|
496
612
|
|
|
@@ -498,11 +614,23 @@ class _ServiceIntegrationState:
|
|
|
498
614
|
def project(self, value: Optional[pulumi.Input[str]]):
|
|
499
615
|
pulumi.set(self, "project", value)
|
|
500
616
|
|
|
617
|
+
@property
|
|
618
|
+
@pulumi.getter(name="prometheusUserConfig")
|
|
619
|
+
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
|
|
620
|
+
"""
|
|
621
|
+
Prometheus user configurable settings
|
|
622
|
+
"""
|
|
623
|
+
return pulumi.get(self, "prometheus_user_config")
|
|
624
|
+
|
|
625
|
+
@prometheus_user_config.setter
|
|
626
|
+
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
|
|
627
|
+
pulumi.set(self, "prometheus_user_config", value)
|
|
628
|
+
|
|
501
629
|
@property
|
|
502
630
|
@pulumi.getter(name="sourceEndpointId")
|
|
503
631
|
def source_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
|
504
632
|
"""
|
|
505
|
-
Source endpoint for the integration
|
|
633
|
+
Source endpoint for the integration.
|
|
506
634
|
"""
|
|
507
635
|
return pulumi.get(self, "source_endpoint_id")
|
|
508
636
|
|
|
@@ -533,7 +661,10 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
533
661
|
datadog_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']]] = None,
|
|
534
662
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
535
663
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
664
|
+
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]] = None,
|
|
536
665
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]] = None,
|
|
666
|
+
external_elasticsearch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]] = None,
|
|
667
|
+
external_opensearch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]] = None,
|
|
537
668
|
integration_type: Optional[pulumi.Input[str]] = None,
|
|
538
669
|
kafka_connect_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']]] = None,
|
|
539
670
|
kafka_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']]] = None,
|
|
@@ -541,38 +672,37 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
541
672
|
logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']]] = None,
|
|
542
673
|
metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']]] = None,
|
|
543
674
|
project: Optional[pulumi.Input[str]] = None,
|
|
675
|
+
prometheus_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']]] = None,
|
|
544
676
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
545
677
|
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
546
678
|
__props__=None):
|
|
547
679
|
"""
|
|
548
|
-
|
|
680
|
+
Creates and manages an Aiven [service integration](https://aiven.io/docs/platform/concepts/service-integration).
|
|
549
681
|
|
|
550
|
-
|
|
682
|
+
You can set up an integration between two Aiven services or an Aiven service and an external
|
|
683
|
+
service. For example, you can send metrics from a Kafka service to an M3DB service,
|
|
684
|
+
send metrics from an M3DB service to a Grafana service to show dashboards, and send logs from
|
|
685
|
+
any service to OpenSearch.
|
|
551
686
|
|
|
552
|
-
|
|
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.
|
|
687
|
+
**Services integrations are not supported for services running on hobbyist plans.**
|
|
556
688
|
|
|
557
689
|
## Example Usage
|
|
558
690
|
|
|
559
|
-
<!--Start PulumiCodeChooser -->
|
|
560
691
|
```python
|
|
561
692
|
import pulumi
|
|
562
693
|
import pulumi_aiven as aiven
|
|
563
694
|
|
|
564
|
-
|
|
565
|
-
project=
|
|
695
|
+
example_integration = aiven.ServiceIntegration("example_integration",
|
|
696
|
+
project=example_project["project"],
|
|
566
697
|
integration_type="metrics",
|
|
567
|
-
source_service_name=
|
|
568
|
-
destination_service_name=
|
|
698
|
+
source_service_name=example_kafka["serviceName"],
|
|
699
|
+
destination_service_name=example_m3db["serviceName"])
|
|
569
700
|
```
|
|
570
|
-
<!--End PulumiCodeChooser -->
|
|
571
701
|
|
|
572
702
|
## Import
|
|
573
703
|
|
|
574
704
|
```sh
|
|
575
|
-
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration
|
|
705
|
+
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
|
|
576
706
|
```
|
|
577
707
|
|
|
578
708
|
:param str resource_name: The name of the resource.
|
|
@@ -580,17 +710,21 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
580
710
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
581
711
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
582
712
|
: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
|
|
584
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
713
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
714
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
715
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
585
716
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
586
|
-
:param pulumi.Input[
|
|
717
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
718
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
719
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
587
720
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
588
721
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
589
722
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
590
723
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
|
|
591
724
|
: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[
|
|
725
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
726
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']] prometheus_user_config: Prometheus user configurable settings
|
|
727
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
594
728
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
595
729
|
"""
|
|
596
730
|
...
|
|
@@ -600,34 +734,32 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
600
734
|
args: ServiceIntegrationArgs,
|
|
601
735
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
602
736
|
"""
|
|
603
|
-
|
|
737
|
+
Creates and manages an Aiven [service integration](https://aiven.io/docs/platform/concepts/service-integration).
|
|
604
738
|
|
|
605
|
-
|
|
739
|
+
You can set up an integration between two Aiven services or an Aiven service and an external
|
|
740
|
+
service. For example, you can send metrics from a Kafka service to an M3DB service,
|
|
741
|
+
send metrics from an M3DB service to a Grafana service to show dashboards, and send logs from
|
|
742
|
+
any service to OpenSearch.
|
|
606
743
|
|
|
607
|
-
|
|
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.
|
|
744
|
+
**Services integrations are not supported for services running on hobbyist plans.**
|
|
611
745
|
|
|
612
746
|
## Example Usage
|
|
613
747
|
|
|
614
|
-
<!--Start PulumiCodeChooser -->
|
|
615
748
|
```python
|
|
616
749
|
import pulumi
|
|
617
750
|
import pulumi_aiven as aiven
|
|
618
751
|
|
|
619
|
-
|
|
620
|
-
project=
|
|
752
|
+
example_integration = aiven.ServiceIntegration("example_integration",
|
|
753
|
+
project=example_project["project"],
|
|
621
754
|
integration_type="metrics",
|
|
622
|
-
source_service_name=
|
|
623
|
-
destination_service_name=
|
|
755
|
+
source_service_name=example_kafka["serviceName"],
|
|
756
|
+
destination_service_name=example_m3db["serviceName"])
|
|
624
757
|
```
|
|
625
|
-
<!--End PulumiCodeChooser -->
|
|
626
758
|
|
|
627
759
|
## Import
|
|
628
760
|
|
|
629
761
|
```sh
|
|
630
|
-
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration
|
|
762
|
+
$ pulumi import aiven:index/serviceIntegration:ServiceIntegration example_integration PROJECT/INTEGRATION_ID
|
|
631
763
|
```
|
|
632
764
|
|
|
633
765
|
:param str resource_name: The name of the resource.
|
|
@@ -650,7 +782,10 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
650
782
|
datadog_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']]] = None,
|
|
651
783
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
652
784
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
785
|
+
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]] = None,
|
|
653
786
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]] = None,
|
|
787
|
+
external_elasticsearch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]] = None,
|
|
788
|
+
external_opensearch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]] = None,
|
|
654
789
|
integration_type: Optional[pulumi.Input[str]] = None,
|
|
655
790
|
kafka_connect_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']]] = None,
|
|
656
791
|
kafka_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']]] = None,
|
|
@@ -658,6 +793,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
658
793
|
logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']]] = None,
|
|
659
794
|
metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']]] = None,
|
|
660
795
|
project: Optional[pulumi.Input[str]] = None,
|
|
796
|
+
prometheus_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']]] = None,
|
|
661
797
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
662
798
|
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
663
799
|
__props__=None):
|
|
@@ -674,7 +810,10 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
674
810
|
__props__.__dict__["datadog_user_config"] = datadog_user_config
|
|
675
811
|
__props__.__dict__["destination_endpoint_id"] = destination_endpoint_id
|
|
676
812
|
__props__.__dict__["destination_service_name"] = destination_service_name
|
|
813
|
+
__props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
|
|
677
814
|
__props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
|
|
815
|
+
__props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
|
|
816
|
+
__props__.__dict__["external_opensearch_logs_user_config"] = external_opensearch_logs_user_config
|
|
678
817
|
if integration_type is None and not opts.urn:
|
|
679
818
|
raise TypeError("Missing required property 'integration_type'")
|
|
680
819
|
__props__.__dict__["integration_type"] = integration_type
|
|
@@ -686,6 +825,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
686
825
|
if project is None and not opts.urn:
|
|
687
826
|
raise TypeError("Missing required property 'project'")
|
|
688
827
|
__props__.__dict__["project"] = project
|
|
828
|
+
__props__.__dict__["prometheus_user_config"] = prometheus_user_config
|
|
689
829
|
__props__.__dict__["source_endpoint_id"] = source_endpoint_id
|
|
690
830
|
__props__.__dict__["source_service_name"] = source_service_name
|
|
691
831
|
__props__.__dict__["integration_id"] = None
|
|
@@ -704,7 +844,10 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
704
844
|
datadog_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationDatadogUserConfigArgs']]] = None,
|
|
705
845
|
destination_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
706
846
|
destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
847
|
+
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]] = None,
|
|
707
848
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]] = None,
|
|
849
|
+
external_elasticsearch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]] = None,
|
|
850
|
+
external_opensearch_logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]] = None,
|
|
708
851
|
integration_id: Optional[pulumi.Input[str]] = None,
|
|
709
852
|
integration_type: Optional[pulumi.Input[str]] = None,
|
|
710
853
|
kafka_connect_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']]] = None,
|
|
@@ -713,6 +856,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
713
856
|
logs_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']]] = None,
|
|
714
857
|
metrics_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationMetricsUserConfigArgs']]] = None,
|
|
715
858
|
project: Optional[pulumi.Input[str]] = None,
|
|
859
|
+
prometheus_user_config: Optional[pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']]] = None,
|
|
716
860
|
source_endpoint_id: Optional[pulumi.Input[str]] = None,
|
|
717
861
|
source_service_name: Optional[pulumi.Input[str]] = None) -> 'ServiceIntegration':
|
|
718
862
|
"""
|
|
@@ -725,18 +869,22 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
725
869
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhouseKafkaUserConfigArgs']] clickhouse_kafka_user_config: ClickhouseKafka user configurable settings
|
|
726
870
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] clickhouse_postgresql_user_config: ClickhousePostgresql user configurable settings
|
|
727
871
|
: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
|
|
729
|
-
:param pulumi.Input[str] destination_service_name: Destination service for the integration
|
|
872
|
+
:param pulumi.Input[str] destination_endpoint_id: Destination endpoint for the integration.
|
|
873
|
+
:param pulumi.Input[str] destination_service_name: Destination service for the integration.
|
|
874
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] external_aws_cloudwatch_logs_user_config: ExternalAwsCloudwatchLogs user configurable settings
|
|
730
875
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] external_aws_cloudwatch_metrics_user_config: ExternalAwsCloudwatchMetrics user configurable settings
|
|
731
|
-
:param pulumi.Input[
|
|
732
|
-
:param pulumi.Input[
|
|
876
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] external_elasticsearch_logs_user_config: ExternalElasticsearchLogs user configurable settings
|
|
877
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] external_opensearch_logs_user_config: ExternalOpensearchLogs user configurable settings
|
|
878
|
+
:param pulumi.Input[str] integration_id: The ID of the Aiven service integration.
|
|
879
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `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`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
733
880
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaConnectUserConfigArgs']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
734
881
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaLogsUserConfigArgs']] kafka_logs_user_config: KafkaLogs user configurable settings
|
|
735
882
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
736
883
|
:param pulumi.Input[pulumi.InputType['ServiceIntegrationLogsUserConfigArgs']] logs_user_config: Logs user configurable settings
|
|
737
884
|
: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[
|
|
885
|
+
:param pulumi.Input[str] project: Project the integration belongs to.
|
|
886
|
+
:param pulumi.Input[pulumi.InputType['ServiceIntegrationPrometheusUserConfigArgs']] prometheus_user_config: Prometheus user configurable settings
|
|
887
|
+
:param pulumi.Input[str] source_endpoint_id: Source endpoint for the integration.
|
|
740
888
|
:param pulumi.Input[str] source_service_name: Source service for the integration (if any)
|
|
741
889
|
"""
|
|
742
890
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -748,7 +896,10 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
748
896
|
__props__.__dict__["datadog_user_config"] = datadog_user_config
|
|
749
897
|
__props__.__dict__["destination_endpoint_id"] = destination_endpoint_id
|
|
750
898
|
__props__.__dict__["destination_service_name"] = destination_service_name
|
|
899
|
+
__props__.__dict__["external_aws_cloudwatch_logs_user_config"] = external_aws_cloudwatch_logs_user_config
|
|
751
900
|
__props__.__dict__["external_aws_cloudwatch_metrics_user_config"] = external_aws_cloudwatch_metrics_user_config
|
|
901
|
+
__props__.__dict__["external_elasticsearch_logs_user_config"] = external_elasticsearch_logs_user_config
|
|
902
|
+
__props__.__dict__["external_opensearch_logs_user_config"] = external_opensearch_logs_user_config
|
|
752
903
|
__props__.__dict__["integration_id"] = integration_id
|
|
753
904
|
__props__.__dict__["integration_type"] = integration_type
|
|
754
905
|
__props__.__dict__["kafka_connect_user_config"] = kafka_connect_user_config
|
|
@@ -757,6 +908,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
757
908
|
__props__.__dict__["logs_user_config"] = logs_user_config
|
|
758
909
|
__props__.__dict__["metrics_user_config"] = metrics_user_config
|
|
759
910
|
__props__.__dict__["project"] = project
|
|
911
|
+
__props__.__dict__["prometheus_user_config"] = prometheus_user_config
|
|
760
912
|
__props__.__dict__["source_endpoint_id"] = source_endpoint_id
|
|
761
913
|
__props__.__dict__["source_service_name"] = source_service_name
|
|
762
914
|
return ServiceIntegration(resource_name, opts=opts, __props__=__props__)
|
|
@@ -789,7 +941,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
789
941
|
@pulumi.getter(name="destinationEndpointId")
|
|
790
942
|
def destination_endpoint_id(self) -> pulumi.Output[Optional[str]]:
|
|
791
943
|
"""
|
|
792
|
-
Destination endpoint for the integration
|
|
944
|
+
Destination endpoint for the integration.
|
|
793
945
|
"""
|
|
794
946
|
return pulumi.get(self, "destination_endpoint_id")
|
|
795
947
|
|
|
@@ -797,10 +949,18 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
797
949
|
@pulumi.getter(name="destinationServiceName")
|
|
798
950
|
def destination_service_name(self) -> pulumi.Output[Optional[str]]:
|
|
799
951
|
"""
|
|
800
|
-
Destination service for the integration
|
|
952
|
+
Destination service for the integration.
|
|
801
953
|
"""
|
|
802
954
|
return pulumi.get(self, "destination_service_name")
|
|
803
955
|
|
|
956
|
+
@property
|
|
957
|
+
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
958
|
+
def external_aws_cloudwatch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchLogsUserConfig']]:
|
|
959
|
+
"""
|
|
960
|
+
ExternalAwsCloudwatchLogs user configurable settings
|
|
961
|
+
"""
|
|
962
|
+
return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
|
|
963
|
+
|
|
804
964
|
@property
|
|
805
965
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
806
966
|
def external_aws_cloudwatch_metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig']]:
|
|
@@ -809,11 +969,27 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
809
969
|
"""
|
|
810
970
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_config")
|
|
811
971
|
|
|
972
|
+
@property
|
|
973
|
+
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
974
|
+
def external_elasticsearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalElasticsearchLogsUserConfig']]:
|
|
975
|
+
"""
|
|
976
|
+
ExternalElasticsearchLogs user configurable settings
|
|
977
|
+
"""
|
|
978
|
+
return pulumi.get(self, "external_elasticsearch_logs_user_config")
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
982
|
+
def external_opensearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalOpensearchLogsUserConfig']]:
|
|
983
|
+
"""
|
|
984
|
+
ExternalOpensearchLogs user configurable settings
|
|
985
|
+
"""
|
|
986
|
+
return pulumi.get(self, "external_opensearch_logs_user_config")
|
|
987
|
+
|
|
812
988
|
@property
|
|
813
989
|
@pulumi.getter(name="integrationId")
|
|
814
990
|
def integration_id(self) -> pulumi.Output[str]:
|
|
815
991
|
"""
|
|
816
|
-
|
|
992
|
+
The ID of the Aiven service integration.
|
|
817
993
|
"""
|
|
818
994
|
return pulumi.get(self, "integration_id")
|
|
819
995
|
|
|
@@ -821,7 +997,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
821
997
|
@pulumi.getter(name="integrationType")
|
|
822
998
|
def integration_type(self) -> pulumi.Output[str]:
|
|
823
999
|
"""
|
|
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`
|
|
1000
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `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`, `flink_external_bigquery`, `flink_external_kafka`, `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`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
825
1001
|
"""
|
|
826
1002
|
return pulumi.get(self, "integration_type")
|
|
827
1003
|
|
|
@@ -869,15 +1045,23 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
869
1045
|
@pulumi.getter
|
|
870
1046
|
def project(self) -> pulumi.Output[str]:
|
|
871
1047
|
"""
|
|
872
|
-
Project the integration belongs to
|
|
1048
|
+
Project the integration belongs to.
|
|
873
1049
|
"""
|
|
874
1050
|
return pulumi.get(self, "project")
|
|
875
1051
|
|
|
1052
|
+
@property
|
|
1053
|
+
@pulumi.getter(name="prometheusUserConfig")
|
|
1054
|
+
def prometheus_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationPrometheusUserConfig']]:
|
|
1055
|
+
"""
|
|
1056
|
+
Prometheus user configurable settings
|
|
1057
|
+
"""
|
|
1058
|
+
return pulumi.get(self, "prometheus_user_config")
|
|
1059
|
+
|
|
876
1060
|
@property
|
|
877
1061
|
@pulumi.getter(name="sourceEndpointId")
|
|
878
1062
|
def source_endpoint_id(self) -> pulumi.Output[Optional[str]]:
|
|
879
1063
|
"""
|
|
880
|
-
Source endpoint for the integration
|
|
1064
|
+
Source endpoint for the integration.
|
|
881
1065
|
"""
|
|
882
1066
|
return pulumi.get(self, "source_endpoint_id")
|
|
883
1067
|
|