pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -1
- pulumi_aiven/_inputs.py +10923 -10764
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +69 -70
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +302 -303
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +23 -24
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +61 -62
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +65 -66
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +19 -20
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +52 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +336 -337
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +70 -71
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +55 -56
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14499 -14292
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +61 -62
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +191 -192
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -22,15 +21,15 @@ __all__ = ['ServiceIntegrationArgs', 'ServiceIntegration']
|
|
|
22
21
|
@pulumi.input_type
|
|
23
22
|
class ServiceIntegrationArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
|
-
integration_type: pulumi.Input[
|
|
26
|
-
project: pulumi.Input[
|
|
24
|
+
integration_type: pulumi.Input[_builtins.str],
|
|
25
|
+
project: pulumi.Input[_builtins.str],
|
|
27
26
|
clickhouse_credentials_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']] = None,
|
|
28
27
|
clickhouse_kafka_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']] = None,
|
|
29
28
|
clickhouse_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] = None,
|
|
30
29
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
31
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
32
|
-
destination_service_name: Optional[pulumi.Input[
|
|
33
|
-
destination_service_project: Optional[pulumi.Input[
|
|
30
|
+
destination_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
|
+
destination_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
|
+
destination_service_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
33
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
35
34
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
36
35
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
@@ -42,20 +41,20 @@ class ServiceIntegrationArgs:
|
|
|
42
41
|
logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
|
|
43
42
|
metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
|
|
44
43
|
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
45
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
46
|
-
source_service_name: Optional[pulumi.Input[
|
|
47
|
-
source_service_project: Optional[pulumi.Input[
|
|
44
|
+
source_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
45
|
+
source_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
46
|
+
source_service_project: Optional[pulumi.Input[_builtins.str]] = None):
|
|
48
47
|
"""
|
|
49
48
|
The set of arguments for constructing a ServiceIntegration resource.
|
|
50
|
-
:param pulumi.Input[
|
|
51
|
-
:param pulumi.Input[
|
|
49
|
+
:param pulumi.Input[_builtins.str] integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
|
|
50
|
+
:param pulumi.Input[_builtins.str] project: Project the integration belongs to.
|
|
52
51
|
:param pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs'] clickhouse_credentials_user_config: ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
53
52
|
: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
|
|
54
53
|
: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
|
|
55
54
|
: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
|
|
56
|
-
:param pulumi.Input[
|
|
57
|
-
:param pulumi.Input[
|
|
58
|
-
:param pulumi.Input[
|
|
55
|
+
:param pulumi.Input[_builtins.str] destination_endpoint_id: Destination endpoint for the integration.
|
|
56
|
+
:param pulumi.Input[_builtins.str] destination_service_name: Destination service for the integration.
|
|
57
|
+
:param pulumi.Input[_builtins.str] destination_service_project: Destination service project name
|
|
59
58
|
: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
|
|
60
59
|
: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
|
|
61
60
|
: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
|
|
@@ -67,9 +66,9 @@ class ServiceIntegrationArgs:
|
|
|
67
66
|
: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
|
|
68
67
|
: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
|
|
69
68
|
: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
|
|
70
|
-
:param pulumi.Input[
|
|
71
|
-
:param pulumi.Input[
|
|
72
|
-
:param pulumi.Input[
|
|
69
|
+
:param pulumi.Input[_builtins.str] source_endpoint_id: Source endpoint for the integration.
|
|
70
|
+
:param pulumi.Input[_builtins.str] source_service_name: Source service for the integration (if any)
|
|
71
|
+
:param pulumi.Input[_builtins.str] source_service_project: Source service project name
|
|
73
72
|
"""
|
|
74
73
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
75
74
|
pulumi.set(__self__, "project", project)
|
|
@@ -116,31 +115,31 @@ class ServiceIntegrationArgs:
|
|
|
116
115
|
if source_service_project is not None:
|
|
117
116
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
118
117
|
|
|
119
|
-
@property
|
|
118
|
+
@_builtins.property
|
|
120
119
|
@pulumi.getter(name="integrationType")
|
|
121
|
-
def integration_type(self) -> pulumi.Input[
|
|
120
|
+
def integration_type(self) -> pulumi.Input[_builtins.str]:
|
|
122
121
|
"""
|
|
123
122
|
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`.
|
|
124
123
|
"""
|
|
125
124
|
return pulumi.get(self, "integration_type")
|
|
126
125
|
|
|
127
126
|
@integration_type.setter
|
|
128
|
-
def integration_type(self, value: pulumi.Input[
|
|
127
|
+
def integration_type(self, value: pulumi.Input[_builtins.str]):
|
|
129
128
|
pulumi.set(self, "integration_type", value)
|
|
130
129
|
|
|
131
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
132
131
|
@pulumi.getter
|
|
133
|
-
def project(self) -> pulumi.Input[
|
|
132
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
134
133
|
"""
|
|
135
134
|
Project the integration belongs to.
|
|
136
135
|
"""
|
|
137
136
|
return pulumi.get(self, "project")
|
|
138
137
|
|
|
139
138
|
@project.setter
|
|
140
|
-
def project(self, value: pulumi.Input[
|
|
139
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
141
140
|
pulumi.set(self, "project", value)
|
|
142
141
|
|
|
143
|
-
@property
|
|
142
|
+
@_builtins.property
|
|
144
143
|
@pulumi.getter(name="clickhouseCredentialsUserConfig")
|
|
145
144
|
def clickhouse_credentials_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]:
|
|
146
145
|
"""
|
|
@@ -152,7 +151,7 @@ class ServiceIntegrationArgs:
|
|
|
152
151
|
def clickhouse_credentials_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]):
|
|
153
152
|
pulumi.set(self, "clickhouse_credentials_user_config", value)
|
|
154
153
|
|
|
155
|
-
@property
|
|
154
|
+
@_builtins.property
|
|
156
155
|
@pulumi.getter(name="clickhouseKafkaUserConfig")
|
|
157
156
|
def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
|
|
158
157
|
"""
|
|
@@ -164,7 +163,7 @@ class ServiceIntegrationArgs:
|
|
|
164
163
|
def clickhouse_kafka_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]):
|
|
165
164
|
pulumi.set(self, "clickhouse_kafka_user_config", value)
|
|
166
165
|
|
|
167
|
-
@property
|
|
166
|
+
@_builtins.property
|
|
168
167
|
@pulumi.getter(name="clickhousePostgresqlUserConfig")
|
|
169
168
|
def clickhouse_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]:
|
|
170
169
|
"""
|
|
@@ -176,7 +175,7 @@ class ServiceIntegrationArgs:
|
|
|
176
175
|
def clickhouse_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]):
|
|
177
176
|
pulumi.set(self, "clickhouse_postgresql_user_config", value)
|
|
178
177
|
|
|
179
|
-
@property
|
|
178
|
+
@_builtins.property
|
|
180
179
|
@pulumi.getter(name="datadogUserConfig")
|
|
181
180
|
def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]:
|
|
182
181
|
"""
|
|
@@ -188,43 +187,43 @@ class ServiceIntegrationArgs:
|
|
|
188
187
|
def datadog_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]):
|
|
189
188
|
pulumi.set(self, "datadog_user_config", value)
|
|
190
189
|
|
|
191
|
-
@property
|
|
190
|
+
@_builtins.property
|
|
192
191
|
@pulumi.getter(name="destinationEndpointId")
|
|
193
|
-
def destination_endpoint_id(self) -> Optional[pulumi.Input[
|
|
192
|
+
def destination_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
194
193
|
"""
|
|
195
194
|
Destination endpoint for the integration.
|
|
196
195
|
"""
|
|
197
196
|
return pulumi.get(self, "destination_endpoint_id")
|
|
198
197
|
|
|
199
198
|
@destination_endpoint_id.setter
|
|
200
|
-
def destination_endpoint_id(self, value: Optional[pulumi.Input[
|
|
199
|
+
def destination_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
201
200
|
pulumi.set(self, "destination_endpoint_id", value)
|
|
202
201
|
|
|
203
|
-
@property
|
|
202
|
+
@_builtins.property
|
|
204
203
|
@pulumi.getter(name="destinationServiceName")
|
|
205
|
-
def destination_service_name(self) -> Optional[pulumi.Input[
|
|
204
|
+
def destination_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
206
205
|
"""
|
|
207
206
|
Destination service for the integration.
|
|
208
207
|
"""
|
|
209
208
|
return pulumi.get(self, "destination_service_name")
|
|
210
209
|
|
|
211
210
|
@destination_service_name.setter
|
|
212
|
-
def destination_service_name(self, value: Optional[pulumi.Input[
|
|
211
|
+
def destination_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
213
212
|
pulumi.set(self, "destination_service_name", value)
|
|
214
213
|
|
|
215
|
-
@property
|
|
214
|
+
@_builtins.property
|
|
216
215
|
@pulumi.getter(name="destinationServiceProject")
|
|
217
|
-
def destination_service_project(self) -> Optional[pulumi.Input[
|
|
216
|
+
def destination_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
218
217
|
"""
|
|
219
218
|
Destination service project name
|
|
220
219
|
"""
|
|
221
220
|
return pulumi.get(self, "destination_service_project")
|
|
222
221
|
|
|
223
222
|
@destination_service_project.setter
|
|
224
|
-
def destination_service_project(self, value: Optional[pulumi.Input[
|
|
223
|
+
def destination_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
225
224
|
pulumi.set(self, "destination_service_project", value)
|
|
226
225
|
|
|
227
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
228
227
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
229
228
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
230
229
|
"""
|
|
@@ -236,7 +235,7 @@ class ServiceIntegrationArgs:
|
|
|
236
235
|
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
237
236
|
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
238
237
|
|
|
239
|
-
@property
|
|
238
|
+
@_builtins.property
|
|
240
239
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
241
240
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
242
241
|
"""
|
|
@@ -248,7 +247,7 @@ class ServiceIntegrationArgs:
|
|
|
248
247
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
249
248
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
250
249
|
|
|
251
|
-
@property
|
|
250
|
+
@_builtins.property
|
|
252
251
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
253
252
|
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
|
|
254
253
|
"""
|
|
@@ -260,7 +259,7 @@ class ServiceIntegrationArgs:
|
|
|
260
259
|
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
|
|
261
260
|
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
262
261
|
|
|
263
|
-
@property
|
|
262
|
+
@_builtins.property
|
|
264
263
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
265
264
|
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
|
|
266
265
|
"""
|
|
@@ -272,7 +271,7 @@ class ServiceIntegrationArgs:
|
|
|
272
271
|
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
|
|
273
272
|
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
274
273
|
|
|
275
|
-
@property
|
|
274
|
+
@_builtins.property
|
|
276
275
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfig")
|
|
277
276
|
def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
|
|
278
277
|
"""
|
|
@@ -284,7 +283,7 @@ class ServiceIntegrationArgs:
|
|
|
284
283
|
def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
|
|
285
284
|
pulumi.set(self, "flink_external_postgresql_user_config", value)
|
|
286
285
|
|
|
287
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
288
287
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
289
288
|
def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
|
|
290
289
|
"""
|
|
@@ -296,7 +295,7 @@ class ServiceIntegrationArgs:
|
|
|
296
295
|
def kafka_connect_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]):
|
|
297
296
|
pulumi.set(self, "kafka_connect_user_config", value)
|
|
298
297
|
|
|
299
|
-
@property
|
|
298
|
+
@_builtins.property
|
|
300
299
|
@pulumi.getter(name="kafkaLogsUserConfig")
|
|
301
300
|
def kafka_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]:
|
|
302
301
|
"""
|
|
@@ -308,7 +307,7 @@ class ServiceIntegrationArgs:
|
|
|
308
307
|
def kafka_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]):
|
|
309
308
|
pulumi.set(self, "kafka_logs_user_config", value)
|
|
310
309
|
|
|
311
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
312
311
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
313
312
|
def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]:
|
|
314
313
|
"""
|
|
@@ -320,7 +319,7 @@ class ServiceIntegrationArgs:
|
|
|
320
319
|
def kafka_mirrormaker_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]):
|
|
321
320
|
pulumi.set(self, "kafka_mirrormaker_user_config", value)
|
|
322
321
|
|
|
323
|
-
@property
|
|
322
|
+
@_builtins.property
|
|
324
323
|
@pulumi.getter(name="logsUserConfig")
|
|
325
324
|
def logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]:
|
|
326
325
|
"""
|
|
@@ -332,7 +331,7 @@ class ServiceIntegrationArgs:
|
|
|
332
331
|
def logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]):
|
|
333
332
|
pulumi.set(self, "logs_user_config", value)
|
|
334
333
|
|
|
335
|
-
@property
|
|
334
|
+
@_builtins.property
|
|
336
335
|
@pulumi.getter(name="metricsUserConfig")
|
|
337
336
|
def metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]:
|
|
338
337
|
"""
|
|
@@ -344,7 +343,7 @@ class ServiceIntegrationArgs:
|
|
|
344
343
|
def metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]):
|
|
345
344
|
pulumi.set(self, "metrics_user_config", value)
|
|
346
345
|
|
|
347
|
-
@property
|
|
346
|
+
@_builtins.property
|
|
348
347
|
@pulumi.getter(name="prometheusUserConfig")
|
|
349
348
|
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
|
|
350
349
|
"""
|
|
@@ -356,40 +355,40 @@ class ServiceIntegrationArgs:
|
|
|
356
355
|
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
|
|
357
356
|
pulumi.set(self, "prometheus_user_config", value)
|
|
358
357
|
|
|
359
|
-
@property
|
|
358
|
+
@_builtins.property
|
|
360
359
|
@pulumi.getter(name="sourceEndpointId")
|
|
361
|
-
def source_endpoint_id(self) -> Optional[pulumi.Input[
|
|
360
|
+
def source_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
362
361
|
"""
|
|
363
362
|
Source endpoint for the integration.
|
|
364
363
|
"""
|
|
365
364
|
return pulumi.get(self, "source_endpoint_id")
|
|
366
365
|
|
|
367
366
|
@source_endpoint_id.setter
|
|
368
|
-
def source_endpoint_id(self, value: Optional[pulumi.Input[
|
|
367
|
+
def source_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
369
368
|
pulumi.set(self, "source_endpoint_id", value)
|
|
370
369
|
|
|
371
|
-
@property
|
|
370
|
+
@_builtins.property
|
|
372
371
|
@pulumi.getter(name="sourceServiceName")
|
|
373
|
-
def source_service_name(self) -> Optional[pulumi.Input[
|
|
372
|
+
def source_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
374
373
|
"""
|
|
375
374
|
Source service for the integration (if any)
|
|
376
375
|
"""
|
|
377
376
|
return pulumi.get(self, "source_service_name")
|
|
378
377
|
|
|
379
378
|
@source_service_name.setter
|
|
380
|
-
def source_service_name(self, value: Optional[pulumi.Input[
|
|
379
|
+
def source_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
381
380
|
pulumi.set(self, "source_service_name", value)
|
|
382
381
|
|
|
383
|
-
@property
|
|
382
|
+
@_builtins.property
|
|
384
383
|
@pulumi.getter(name="sourceServiceProject")
|
|
385
|
-
def source_service_project(self) -> Optional[pulumi.Input[
|
|
384
|
+
def source_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
386
385
|
"""
|
|
387
386
|
Source service project name
|
|
388
387
|
"""
|
|
389
388
|
return pulumi.get(self, "source_service_project")
|
|
390
389
|
|
|
391
390
|
@source_service_project.setter
|
|
392
|
-
def source_service_project(self, value: Optional[pulumi.Input[
|
|
391
|
+
def source_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
393
392
|
pulumi.set(self, "source_service_project", value)
|
|
394
393
|
|
|
395
394
|
|
|
@@ -400,52 +399,52 @@ class _ServiceIntegrationState:
|
|
|
400
399
|
clickhouse_kafka_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']] = None,
|
|
401
400
|
clickhouse_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] = None,
|
|
402
401
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
403
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
404
|
-
destination_service_name: Optional[pulumi.Input[
|
|
405
|
-
destination_service_project: Optional[pulumi.Input[
|
|
402
|
+
destination_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
403
|
+
destination_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
404
|
+
destination_service_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
406
405
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
407
406
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
408
407
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
409
408
|
external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
|
|
410
409
|
flink_external_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']] = None,
|
|
411
|
-
integration_id: Optional[pulumi.Input[
|
|
412
|
-
integration_type: Optional[pulumi.Input[
|
|
410
|
+
integration_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
411
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
413
412
|
kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
|
|
414
413
|
kafka_logs_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']] = None,
|
|
415
414
|
kafka_mirrormaker_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] = None,
|
|
416
415
|
logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
|
|
417
416
|
metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
|
|
418
|
-
project: Optional[pulumi.Input[
|
|
417
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
419
418
|
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
420
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
421
|
-
source_service_name: Optional[pulumi.Input[
|
|
422
|
-
source_service_project: Optional[pulumi.Input[
|
|
419
|
+
source_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
420
|
+
source_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
421
|
+
source_service_project: Optional[pulumi.Input[_builtins.str]] = None):
|
|
423
422
|
"""
|
|
424
423
|
Input properties used for looking up and filtering ServiceIntegration resources.
|
|
425
424
|
:param pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs'] clickhouse_credentials_user_config: ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
426
425
|
: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
|
|
427
426
|
: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
|
|
428
427
|
: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
|
|
429
|
-
:param pulumi.Input[
|
|
430
|
-
:param pulumi.Input[
|
|
431
|
-
:param pulumi.Input[
|
|
428
|
+
:param pulumi.Input[_builtins.str] destination_endpoint_id: Destination endpoint for the integration.
|
|
429
|
+
:param pulumi.Input[_builtins.str] destination_service_name: Destination service for the integration.
|
|
430
|
+
:param pulumi.Input[_builtins.str] destination_service_project: Destination service project name
|
|
432
431
|
: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
|
|
433
432
|
: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
|
|
434
433
|
: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
|
|
435
434
|
: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
|
|
436
435
|
: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
|
|
437
|
-
:param pulumi.Input[
|
|
438
|
-
:param pulumi.Input[
|
|
436
|
+
:param pulumi.Input[_builtins.str] integration_id: The ID of the Aiven service integration.
|
|
437
|
+
:param pulumi.Input[_builtins.str] integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
|
|
439
438
|
: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
|
|
440
439
|
: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
|
|
441
440
|
: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
|
|
442
441
|
: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
|
|
443
442
|
: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
|
|
444
|
-
:param pulumi.Input[
|
|
443
|
+
:param pulumi.Input[_builtins.str] project: Project the integration belongs to.
|
|
445
444
|
: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
|
|
446
|
-
:param pulumi.Input[
|
|
447
|
-
:param pulumi.Input[
|
|
448
|
-
:param pulumi.Input[
|
|
445
|
+
:param pulumi.Input[_builtins.str] source_endpoint_id: Source endpoint for the integration.
|
|
446
|
+
:param pulumi.Input[_builtins.str] source_service_name: Source service for the integration (if any)
|
|
447
|
+
:param pulumi.Input[_builtins.str] source_service_project: Source service project name
|
|
449
448
|
"""
|
|
450
449
|
if clickhouse_credentials_user_config is not None:
|
|
451
450
|
pulumi.set(__self__, "clickhouse_credentials_user_config", clickhouse_credentials_user_config)
|
|
@@ -496,7 +495,7 @@ class _ServiceIntegrationState:
|
|
|
496
495
|
if source_service_project is not None:
|
|
497
496
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
498
497
|
|
|
499
|
-
@property
|
|
498
|
+
@_builtins.property
|
|
500
499
|
@pulumi.getter(name="clickhouseCredentialsUserConfig")
|
|
501
500
|
def clickhouse_credentials_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]:
|
|
502
501
|
"""
|
|
@@ -508,7 +507,7 @@ class _ServiceIntegrationState:
|
|
|
508
507
|
def clickhouse_credentials_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]):
|
|
509
508
|
pulumi.set(self, "clickhouse_credentials_user_config", value)
|
|
510
509
|
|
|
511
|
-
@property
|
|
510
|
+
@_builtins.property
|
|
512
511
|
@pulumi.getter(name="clickhouseKafkaUserConfig")
|
|
513
512
|
def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
|
|
514
513
|
"""
|
|
@@ -520,7 +519,7 @@ class _ServiceIntegrationState:
|
|
|
520
519
|
def clickhouse_kafka_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]):
|
|
521
520
|
pulumi.set(self, "clickhouse_kafka_user_config", value)
|
|
522
521
|
|
|
523
|
-
@property
|
|
522
|
+
@_builtins.property
|
|
524
523
|
@pulumi.getter(name="clickhousePostgresqlUserConfig")
|
|
525
524
|
def clickhouse_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]:
|
|
526
525
|
"""
|
|
@@ -532,7 +531,7 @@ class _ServiceIntegrationState:
|
|
|
532
531
|
def clickhouse_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]):
|
|
533
532
|
pulumi.set(self, "clickhouse_postgresql_user_config", value)
|
|
534
533
|
|
|
535
|
-
@property
|
|
534
|
+
@_builtins.property
|
|
536
535
|
@pulumi.getter(name="datadogUserConfig")
|
|
537
536
|
def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]:
|
|
538
537
|
"""
|
|
@@ -544,43 +543,43 @@ class _ServiceIntegrationState:
|
|
|
544
543
|
def datadog_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]):
|
|
545
544
|
pulumi.set(self, "datadog_user_config", value)
|
|
546
545
|
|
|
547
|
-
@property
|
|
546
|
+
@_builtins.property
|
|
548
547
|
@pulumi.getter(name="destinationEndpointId")
|
|
549
|
-
def destination_endpoint_id(self) -> Optional[pulumi.Input[
|
|
548
|
+
def destination_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
550
549
|
"""
|
|
551
550
|
Destination endpoint for the integration.
|
|
552
551
|
"""
|
|
553
552
|
return pulumi.get(self, "destination_endpoint_id")
|
|
554
553
|
|
|
555
554
|
@destination_endpoint_id.setter
|
|
556
|
-
def destination_endpoint_id(self, value: Optional[pulumi.Input[
|
|
555
|
+
def destination_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
557
556
|
pulumi.set(self, "destination_endpoint_id", value)
|
|
558
557
|
|
|
559
|
-
@property
|
|
558
|
+
@_builtins.property
|
|
560
559
|
@pulumi.getter(name="destinationServiceName")
|
|
561
|
-
def destination_service_name(self) -> Optional[pulumi.Input[
|
|
560
|
+
def destination_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
562
561
|
"""
|
|
563
562
|
Destination service for the integration.
|
|
564
563
|
"""
|
|
565
564
|
return pulumi.get(self, "destination_service_name")
|
|
566
565
|
|
|
567
566
|
@destination_service_name.setter
|
|
568
|
-
def destination_service_name(self, value: Optional[pulumi.Input[
|
|
567
|
+
def destination_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
569
568
|
pulumi.set(self, "destination_service_name", value)
|
|
570
569
|
|
|
571
|
-
@property
|
|
570
|
+
@_builtins.property
|
|
572
571
|
@pulumi.getter(name="destinationServiceProject")
|
|
573
|
-
def destination_service_project(self) -> Optional[pulumi.Input[
|
|
572
|
+
def destination_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
574
573
|
"""
|
|
575
574
|
Destination service project name
|
|
576
575
|
"""
|
|
577
576
|
return pulumi.get(self, "destination_service_project")
|
|
578
577
|
|
|
579
578
|
@destination_service_project.setter
|
|
580
|
-
def destination_service_project(self, value: Optional[pulumi.Input[
|
|
579
|
+
def destination_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
581
580
|
pulumi.set(self, "destination_service_project", value)
|
|
582
581
|
|
|
583
|
-
@property
|
|
582
|
+
@_builtins.property
|
|
584
583
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
585
584
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
586
585
|
"""
|
|
@@ -592,7 +591,7 @@ class _ServiceIntegrationState:
|
|
|
592
591
|
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
593
592
|
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
594
593
|
|
|
595
|
-
@property
|
|
594
|
+
@_builtins.property
|
|
596
595
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
597
596
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
598
597
|
"""
|
|
@@ -604,7 +603,7 @@ class _ServiceIntegrationState:
|
|
|
604
603
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
605
604
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
606
605
|
|
|
607
|
-
@property
|
|
606
|
+
@_builtins.property
|
|
608
607
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
609
608
|
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
|
|
610
609
|
"""
|
|
@@ -616,7 +615,7 @@ class _ServiceIntegrationState:
|
|
|
616
615
|
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
|
|
617
616
|
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
618
617
|
|
|
619
|
-
@property
|
|
618
|
+
@_builtins.property
|
|
620
619
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
621
620
|
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
|
|
622
621
|
"""
|
|
@@ -628,7 +627,7 @@ class _ServiceIntegrationState:
|
|
|
628
627
|
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
|
|
629
628
|
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
630
629
|
|
|
631
|
-
@property
|
|
630
|
+
@_builtins.property
|
|
632
631
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfig")
|
|
633
632
|
def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
|
|
634
633
|
"""
|
|
@@ -640,31 +639,31 @@ class _ServiceIntegrationState:
|
|
|
640
639
|
def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
|
|
641
640
|
pulumi.set(self, "flink_external_postgresql_user_config", value)
|
|
642
641
|
|
|
643
|
-
@property
|
|
642
|
+
@_builtins.property
|
|
644
643
|
@pulumi.getter(name="integrationId")
|
|
645
|
-
def integration_id(self) -> Optional[pulumi.Input[
|
|
644
|
+
def integration_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
646
645
|
"""
|
|
647
646
|
The ID of the Aiven service integration.
|
|
648
647
|
"""
|
|
649
648
|
return pulumi.get(self, "integration_id")
|
|
650
649
|
|
|
651
650
|
@integration_id.setter
|
|
652
|
-
def integration_id(self, value: Optional[pulumi.Input[
|
|
651
|
+
def integration_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
653
652
|
pulumi.set(self, "integration_id", value)
|
|
654
653
|
|
|
655
|
-
@property
|
|
654
|
+
@_builtins.property
|
|
656
655
|
@pulumi.getter(name="integrationType")
|
|
657
|
-
def integration_type(self) -> Optional[pulumi.Input[
|
|
656
|
+
def integration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
658
657
|
"""
|
|
659
658
|
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`.
|
|
660
659
|
"""
|
|
661
660
|
return pulumi.get(self, "integration_type")
|
|
662
661
|
|
|
663
662
|
@integration_type.setter
|
|
664
|
-
def integration_type(self, value: Optional[pulumi.Input[
|
|
663
|
+
def integration_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
665
664
|
pulumi.set(self, "integration_type", value)
|
|
666
665
|
|
|
667
|
-
@property
|
|
666
|
+
@_builtins.property
|
|
668
667
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
669
668
|
def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
|
|
670
669
|
"""
|
|
@@ -676,7 +675,7 @@ class _ServiceIntegrationState:
|
|
|
676
675
|
def kafka_connect_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]):
|
|
677
676
|
pulumi.set(self, "kafka_connect_user_config", value)
|
|
678
677
|
|
|
679
|
-
@property
|
|
678
|
+
@_builtins.property
|
|
680
679
|
@pulumi.getter(name="kafkaLogsUserConfig")
|
|
681
680
|
def kafka_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]:
|
|
682
681
|
"""
|
|
@@ -688,7 +687,7 @@ class _ServiceIntegrationState:
|
|
|
688
687
|
def kafka_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]):
|
|
689
688
|
pulumi.set(self, "kafka_logs_user_config", value)
|
|
690
689
|
|
|
691
|
-
@property
|
|
690
|
+
@_builtins.property
|
|
692
691
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
693
692
|
def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]:
|
|
694
693
|
"""
|
|
@@ -700,7 +699,7 @@ class _ServiceIntegrationState:
|
|
|
700
699
|
def kafka_mirrormaker_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]):
|
|
701
700
|
pulumi.set(self, "kafka_mirrormaker_user_config", value)
|
|
702
701
|
|
|
703
|
-
@property
|
|
702
|
+
@_builtins.property
|
|
704
703
|
@pulumi.getter(name="logsUserConfig")
|
|
705
704
|
def logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]:
|
|
706
705
|
"""
|
|
@@ -712,7 +711,7 @@ class _ServiceIntegrationState:
|
|
|
712
711
|
def logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]):
|
|
713
712
|
pulumi.set(self, "logs_user_config", value)
|
|
714
713
|
|
|
715
|
-
@property
|
|
714
|
+
@_builtins.property
|
|
716
715
|
@pulumi.getter(name="metricsUserConfig")
|
|
717
716
|
def metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]:
|
|
718
717
|
"""
|
|
@@ -724,19 +723,19 @@ class _ServiceIntegrationState:
|
|
|
724
723
|
def metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]):
|
|
725
724
|
pulumi.set(self, "metrics_user_config", value)
|
|
726
725
|
|
|
727
|
-
@property
|
|
726
|
+
@_builtins.property
|
|
728
727
|
@pulumi.getter
|
|
729
|
-
def project(self) -> Optional[pulumi.Input[
|
|
728
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
730
729
|
"""
|
|
731
730
|
Project the integration belongs to.
|
|
732
731
|
"""
|
|
733
732
|
return pulumi.get(self, "project")
|
|
734
733
|
|
|
735
734
|
@project.setter
|
|
736
|
-
def project(self, value: Optional[pulumi.Input[
|
|
735
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
737
736
|
pulumi.set(self, "project", value)
|
|
738
737
|
|
|
739
|
-
@property
|
|
738
|
+
@_builtins.property
|
|
740
739
|
@pulumi.getter(name="prometheusUserConfig")
|
|
741
740
|
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
|
|
742
741
|
"""
|
|
@@ -748,40 +747,40 @@ class _ServiceIntegrationState:
|
|
|
748
747
|
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
|
|
749
748
|
pulumi.set(self, "prometheus_user_config", value)
|
|
750
749
|
|
|
751
|
-
@property
|
|
750
|
+
@_builtins.property
|
|
752
751
|
@pulumi.getter(name="sourceEndpointId")
|
|
753
|
-
def source_endpoint_id(self) -> Optional[pulumi.Input[
|
|
752
|
+
def source_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
754
753
|
"""
|
|
755
754
|
Source endpoint for the integration.
|
|
756
755
|
"""
|
|
757
756
|
return pulumi.get(self, "source_endpoint_id")
|
|
758
757
|
|
|
759
758
|
@source_endpoint_id.setter
|
|
760
|
-
def source_endpoint_id(self, value: Optional[pulumi.Input[
|
|
759
|
+
def source_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
761
760
|
pulumi.set(self, "source_endpoint_id", value)
|
|
762
761
|
|
|
763
|
-
@property
|
|
762
|
+
@_builtins.property
|
|
764
763
|
@pulumi.getter(name="sourceServiceName")
|
|
765
|
-
def source_service_name(self) -> Optional[pulumi.Input[
|
|
764
|
+
def source_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
766
765
|
"""
|
|
767
766
|
Source service for the integration (if any)
|
|
768
767
|
"""
|
|
769
768
|
return pulumi.get(self, "source_service_name")
|
|
770
769
|
|
|
771
770
|
@source_service_name.setter
|
|
772
|
-
def source_service_name(self, value: Optional[pulumi.Input[
|
|
771
|
+
def source_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
773
772
|
pulumi.set(self, "source_service_name", value)
|
|
774
773
|
|
|
775
|
-
@property
|
|
774
|
+
@_builtins.property
|
|
776
775
|
@pulumi.getter(name="sourceServiceProject")
|
|
777
|
-
def source_service_project(self) -> Optional[pulumi.Input[
|
|
776
|
+
def source_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
778
777
|
"""
|
|
779
778
|
Source service project name
|
|
780
779
|
"""
|
|
781
780
|
return pulumi.get(self, "source_service_project")
|
|
782
781
|
|
|
783
782
|
@source_service_project.setter
|
|
784
|
-
def source_service_project(self, value: Optional[pulumi.Input[
|
|
783
|
+
def source_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
785
784
|
pulumi.set(self, "source_service_project", value)
|
|
786
785
|
|
|
787
786
|
|
|
@@ -795,25 +794,25 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
795
794
|
clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
|
|
796
795
|
clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
|
|
797
796
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
798
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
799
|
-
destination_service_name: Optional[pulumi.Input[
|
|
800
|
-
destination_service_project: Optional[pulumi.Input[
|
|
797
|
+
destination_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
798
|
+
destination_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
799
|
+
destination_service_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
801
800
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
802
801
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
803
802
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
804
803
|
external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
|
|
805
804
|
flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
|
|
806
|
-
integration_type: Optional[pulumi.Input[
|
|
805
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
807
806
|
kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
|
|
808
807
|
kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
|
|
809
808
|
kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
|
|
810
809
|
logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
|
|
811
810
|
metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
|
|
812
|
-
project: Optional[pulumi.Input[
|
|
811
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
813
812
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
814
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
815
|
-
source_service_name: Optional[pulumi.Input[
|
|
816
|
-
source_service_project: Optional[pulumi.Input[
|
|
813
|
+
source_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
814
|
+
source_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
815
|
+
source_service_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
817
816
|
__props__=None):
|
|
818
817
|
"""
|
|
819
818
|
## Example Usage
|
|
@@ -858,25 +857,25 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
858
857
|
: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
|
|
859
858
|
: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
|
|
860
859
|
: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
|
|
861
|
-
:param pulumi.Input[
|
|
862
|
-
:param pulumi.Input[
|
|
863
|
-
:param pulumi.Input[
|
|
860
|
+
:param pulumi.Input[_builtins.str] destination_endpoint_id: Destination endpoint for the integration.
|
|
861
|
+
:param pulumi.Input[_builtins.str] destination_service_name: Destination service for the integration.
|
|
862
|
+
:param pulumi.Input[_builtins.str] destination_service_project: Destination service project name
|
|
864
863
|
: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
|
|
865
864
|
: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
|
|
866
865
|
: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
|
|
867
866
|
: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
|
|
868
867
|
: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
|
|
869
|
-
:param pulumi.Input[
|
|
868
|
+
:param pulumi.Input[_builtins.str] integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
|
|
870
869
|
: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
|
|
871
870
|
: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
|
|
872
871
|
: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
|
|
873
872
|
: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
|
|
874
873
|
: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
|
|
875
|
-
:param pulumi.Input[
|
|
874
|
+
:param pulumi.Input[_builtins.str] project: Project the integration belongs to.
|
|
876
875
|
: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
|
|
877
|
-
:param pulumi.Input[
|
|
878
|
-
:param pulumi.Input[
|
|
879
|
-
:param pulumi.Input[
|
|
876
|
+
:param pulumi.Input[_builtins.str] source_endpoint_id: Source endpoint for the integration.
|
|
877
|
+
:param pulumi.Input[_builtins.str] source_service_name: Source service for the integration (if any)
|
|
878
|
+
:param pulumi.Input[_builtins.str] source_service_project: Source service project name
|
|
880
879
|
"""
|
|
881
880
|
...
|
|
882
881
|
@overload
|
|
@@ -940,25 +939,25 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
940
939
|
clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
|
|
941
940
|
clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
|
|
942
941
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
943
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
944
|
-
destination_service_name: Optional[pulumi.Input[
|
|
945
|
-
destination_service_project: Optional[pulumi.Input[
|
|
942
|
+
destination_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
943
|
+
destination_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
944
|
+
destination_service_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
946
945
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
947
946
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
948
947
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
949
948
|
external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
|
|
950
949
|
flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
|
|
951
|
-
integration_type: Optional[pulumi.Input[
|
|
950
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
952
951
|
kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
|
|
953
952
|
kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
|
|
954
953
|
kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
|
|
955
954
|
logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
|
|
956
955
|
metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
|
|
957
|
-
project: Optional[pulumi.Input[
|
|
956
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
958
957
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
959
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
960
|
-
source_service_name: Optional[pulumi.Input[
|
|
961
|
-
source_service_project: Optional[pulumi.Input[
|
|
958
|
+
source_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
959
|
+
source_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
960
|
+
source_service_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
962
961
|
__props__=None):
|
|
963
962
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
964
963
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -1010,26 +1009,26 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1010
1009
|
clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
|
|
1011
1010
|
clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
|
|
1012
1011
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
1013
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
1014
|
-
destination_service_name: Optional[pulumi.Input[
|
|
1015
|
-
destination_service_project: Optional[pulumi.Input[
|
|
1012
|
+
destination_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1013
|
+
destination_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1014
|
+
destination_service_project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1016
1015
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
1017
1016
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
1018
1017
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
1019
1018
|
external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
|
|
1020
1019
|
flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
|
|
1021
|
-
integration_id: Optional[pulumi.Input[
|
|
1022
|
-
integration_type: Optional[pulumi.Input[
|
|
1020
|
+
integration_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1021
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1023
1022
|
kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
|
|
1024
1023
|
kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
|
|
1025
1024
|
kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
|
|
1026
1025
|
logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
|
|
1027
1026
|
metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
|
|
1028
|
-
project: Optional[pulumi.Input[
|
|
1027
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1029
1028
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
1030
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
1031
|
-
source_service_name: Optional[pulumi.Input[
|
|
1032
|
-
source_service_project: Optional[pulumi.Input[
|
|
1029
|
+
source_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1030
|
+
source_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1031
|
+
source_service_project: Optional[pulumi.Input[_builtins.str]] = None) -> 'ServiceIntegration':
|
|
1033
1032
|
"""
|
|
1034
1033
|
Get an existing ServiceIntegration resource's state with the given name, id, and optional extra
|
|
1035
1034
|
properties used to qualify the lookup.
|
|
@@ -1041,26 +1040,26 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1041
1040
|
: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
|
|
1042
1041
|
: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
|
|
1043
1042
|
: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
|
|
1044
|
-
:param pulumi.Input[
|
|
1045
|
-
:param pulumi.Input[
|
|
1046
|
-
:param pulumi.Input[
|
|
1043
|
+
:param pulumi.Input[_builtins.str] destination_endpoint_id: Destination endpoint for the integration.
|
|
1044
|
+
:param pulumi.Input[_builtins.str] destination_service_name: Destination service for the integration.
|
|
1045
|
+
:param pulumi.Input[_builtins.str] destination_service_project: Destination service project name
|
|
1047
1046
|
: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
|
|
1048
1047
|
: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
|
|
1049
1048
|
: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
|
|
1050
1049
|
: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
|
|
1051
1050
|
: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
|
|
1052
|
-
:param pulumi.Input[
|
|
1053
|
-
:param pulumi.Input[
|
|
1051
|
+
:param pulumi.Input[_builtins.str] integration_id: The ID of the Aiven service integration.
|
|
1052
|
+
:param pulumi.Input[_builtins.str] integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
|
|
1054
1053
|
: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
|
|
1055
1054
|
: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
|
|
1056
1055
|
: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
|
|
1057
1056
|
: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
|
|
1058
1057
|
: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
|
|
1059
|
-
:param pulumi.Input[
|
|
1058
|
+
:param pulumi.Input[_builtins.str] project: Project the integration belongs to.
|
|
1060
1059
|
: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
|
|
1061
|
-
:param pulumi.Input[
|
|
1062
|
-
:param pulumi.Input[
|
|
1063
|
-
:param pulumi.Input[
|
|
1060
|
+
:param pulumi.Input[_builtins.str] source_endpoint_id: Source endpoint for the integration.
|
|
1061
|
+
:param pulumi.Input[_builtins.str] source_service_name: Source service for the integration (if any)
|
|
1062
|
+
:param pulumi.Input[_builtins.str] source_service_project: Source service project name
|
|
1064
1063
|
"""
|
|
1065
1064
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1066
1065
|
|
|
@@ -1092,7 +1091,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1092
1091
|
__props__.__dict__["source_service_project"] = source_service_project
|
|
1093
1092
|
return ServiceIntegration(resource_name, opts=opts, __props__=__props__)
|
|
1094
1093
|
|
|
1095
|
-
@property
|
|
1094
|
+
@_builtins.property
|
|
1096
1095
|
@pulumi.getter(name="clickhouseCredentialsUserConfig")
|
|
1097
1096
|
def clickhouse_credentials_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhouseCredentialsUserConfig']]:
|
|
1098
1097
|
"""
|
|
@@ -1100,7 +1099,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1100
1099
|
"""
|
|
1101
1100
|
return pulumi.get(self, "clickhouse_credentials_user_config")
|
|
1102
1101
|
|
|
1103
|
-
@property
|
|
1102
|
+
@_builtins.property
|
|
1104
1103
|
@pulumi.getter(name="clickhouseKafkaUserConfig")
|
|
1105
1104
|
def clickhouse_kafka_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhouseKafkaUserConfig']]:
|
|
1106
1105
|
"""
|
|
@@ -1108,7 +1107,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1108
1107
|
"""
|
|
1109
1108
|
return pulumi.get(self, "clickhouse_kafka_user_config")
|
|
1110
1109
|
|
|
1111
|
-
@property
|
|
1110
|
+
@_builtins.property
|
|
1112
1111
|
@pulumi.getter(name="clickhousePostgresqlUserConfig")
|
|
1113
1112
|
def clickhouse_postgresql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhousePostgresqlUserConfig']]:
|
|
1114
1113
|
"""
|
|
@@ -1116,7 +1115,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1116
1115
|
"""
|
|
1117
1116
|
return pulumi.get(self, "clickhouse_postgresql_user_config")
|
|
1118
1117
|
|
|
1119
|
-
@property
|
|
1118
|
+
@_builtins.property
|
|
1120
1119
|
@pulumi.getter(name="datadogUserConfig")
|
|
1121
1120
|
def datadog_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationDatadogUserConfig']]:
|
|
1122
1121
|
"""
|
|
@@ -1124,31 +1123,31 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1124
1123
|
"""
|
|
1125
1124
|
return pulumi.get(self, "datadog_user_config")
|
|
1126
1125
|
|
|
1127
|
-
@property
|
|
1126
|
+
@_builtins.property
|
|
1128
1127
|
@pulumi.getter(name="destinationEndpointId")
|
|
1129
|
-
def destination_endpoint_id(self) -> pulumi.Output[Optional[
|
|
1128
|
+
def destination_endpoint_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1130
1129
|
"""
|
|
1131
1130
|
Destination endpoint for the integration.
|
|
1132
1131
|
"""
|
|
1133
1132
|
return pulumi.get(self, "destination_endpoint_id")
|
|
1134
1133
|
|
|
1135
|
-
@property
|
|
1134
|
+
@_builtins.property
|
|
1136
1135
|
@pulumi.getter(name="destinationServiceName")
|
|
1137
|
-
def destination_service_name(self) -> pulumi.Output[Optional[
|
|
1136
|
+
def destination_service_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1138
1137
|
"""
|
|
1139
1138
|
Destination service for the integration.
|
|
1140
1139
|
"""
|
|
1141
1140
|
return pulumi.get(self, "destination_service_name")
|
|
1142
1141
|
|
|
1143
|
-
@property
|
|
1142
|
+
@_builtins.property
|
|
1144
1143
|
@pulumi.getter(name="destinationServiceProject")
|
|
1145
|
-
def destination_service_project(self) -> pulumi.Output[
|
|
1144
|
+
def destination_service_project(self) -> pulumi.Output[_builtins.str]:
|
|
1146
1145
|
"""
|
|
1147
1146
|
Destination service project name
|
|
1148
1147
|
"""
|
|
1149
1148
|
return pulumi.get(self, "destination_service_project")
|
|
1150
1149
|
|
|
1151
|
-
@property
|
|
1150
|
+
@_builtins.property
|
|
1152
1151
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
1153
1152
|
def external_aws_cloudwatch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchLogsUserConfig']]:
|
|
1154
1153
|
"""
|
|
@@ -1156,7 +1155,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1156
1155
|
"""
|
|
1157
1156
|
return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
|
|
1158
1157
|
|
|
1159
|
-
@property
|
|
1158
|
+
@_builtins.property
|
|
1160
1159
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
1161
1160
|
def external_aws_cloudwatch_metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig']]:
|
|
1162
1161
|
"""
|
|
@@ -1164,7 +1163,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1164
1163
|
"""
|
|
1165
1164
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_config")
|
|
1166
1165
|
|
|
1167
|
-
@property
|
|
1166
|
+
@_builtins.property
|
|
1168
1167
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
1169
1168
|
def external_elasticsearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalElasticsearchLogsUserConfig']]:
|
|
1170
1169
|
"""
|
|
@@ -1172,7 +1171,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1172
1171
|
"""
|
|
1173
1172
|
return pulumi.get(self, "external_elasticsearch_logs_user_config")
|
|
1174
1173
|
|
|
1175
|
-
@property
|
|
1174
|
+
@_builtins.property
|
|
1176
1175
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
1177
1176
|
def external_opensearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalOpensearchLogsUserConfig']]:
|
|
1178
1177
|
"""
|
|
@@ -1180,7 +1179,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1180
1179
|
"""
|
|
1181
1180
|
return pulumi.get(self, "external_opensearch_logs_user_config")
|
|
1182
1181
|
|
|
1183
|
-
@property
|
|
1182
|
+
@_builtins.property
|
|
1184
1183
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfig")
|
|
1185
1184
|
def flink_external_postgresql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationFlinkExternalPostgresqlUserConfig']]:
|
|
1186
1185
|
"""
|
|
@@ -1188,23 +1187,23 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1188
1187
|
"""
|
|
1189
1188
|
return pulumi.get(self, "flink_external_postgresql_user_config")
|
|
1190
1189
|
|
|
1191
|
-
@property
|
|
1190
|
+
@_builtins.property
|
|
1192
1191
|
@pulumi.getter(name="integrationId")
|
|
1193
|
-
def integration_id(self) -> pulumi.Output[
|
|
1192
|
+
def integration_id(self) -> pulumi.Output[_builtins.str]:
|
|
1194
1193
|
"""
|
|
1195
1194
|
The ID of the Aiven service integration.
|
|
1196
1195
|
"""
|
|
1197
1196
|
return pulumi.get(self, "integration_id")
|
|
1198
1197
|
|
|
1199
|
-
@property
|
|
1198
|
+
@_builtins.property
|
|
1200
1199
|
@pulumi.getter(name="integrationType")
|
|
1201
|
-
def integration_type(self) -> pulumi.Output[
|
|
1200
|
+
def integration_type(self) -> pulumi.Output[_builtins.str]:
|
|
1202
1201
|
"""
|
|
1203
1202
|
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`.
|
|
1204
1203
|
"""
|
|
1205
1204
|
return pulumi.get(self, "integration_type")
|
|
1206
1205
|
|
|
1207
|
-
@property
|
|
1206
|
+
@_builtins.property
|
|
1208
1207
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
1209
1208
|
def kafka_connect_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaConnectUserConfig']]:
|
|
1210
1209
|
"""
|
|
@@ -1212,7 +1211,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1212
1211
|
"""
|
|
1213
1212
|
return pulumi.get(self, "kafka_connect_user_config")
|
|
1214
1213
|
|
|
1215
|
-
@property
|
|
1214
|
+
@_builtins.property
|
|
1216
1215
|
@pulumi.getter(name="kafkaLogsUserConfig")
|
|
1217
1216
|
def kafka_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaLogsUserConfig']]:
|
|
1218
1217
|
"""
|
|
@@ -1220,7 +1219,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1220
1219
|
"""
|
|
1221
1220
|
return pulumi.get(self, "kafka_logs_user_config")
|
|
1222
1221
|
|
|
1223
|
-
@property
|
|
1222
|
+
@_builtins.property
|
|
1224
1223
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
1225
1224
|
def kafka_mirrormaker_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaMirrormakerUserConfig']]:
|
|
1226
1225
|
"""
|
|
@@ -1228,7 +1227,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1228
1227
|
"""
|
|
1229
1228
|
return pulumi.get(self, "kafka_mirrormaker_user_config")
|
|
1230
1229
|
|
|
1231
|
-
@property
|
|
1230
|
+
@_builtins.property
|
|
1232
1231
|
@pulumi.getter(name="logsUserConfig")
|
|
1233
1232
|
def logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationLogsUserConfig']]:
|
|
1234
1233
|
"""
|
|
@@ -1236,7 +1235,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1236
1235
|
"""
|
|
1237
1236
|
return pulumi.get(self, "logs_user_config")
|
|
1238
1237
|
|
|
1239
|
-
@property
|
|
1238
|
+
@_builtins.property
|
|
1240
1239
|
@pulumi.getter(name="metricsUserConfig")
|
|
1241
1240
|
def metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationMetricsUserConfig']]:
|
|
1242
1241
|
"""
|
|
@@ -1244,15 +1243,15 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1244
1243
|
"""
|
|
1245
1244
|
return pulumi.get(self, "metrics_user_config")
|
|
1246
1245
|
|
|
1247
|
-
@property
|
|
1246
|
+
@_builtins.property
|
|
1248
1247
|
@pulumi.getter
|
|
1249
|
-
def project(self) -> pulumi.Output[
|
|
1248
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
1250
1249
|
"""
|
|
1251
1250
|
Project the integration belongs to.
|
|
1252
1251
|
"""
|
|
1253
1252
|
return pulumi.get(self, "project")
|
|
1254
1253
|
|
|
1255
|
-
@property
|
|
1254
|
+
@_builtins.property
|
|
1256
1255
|
@pulumi.getter(name="prometheusUserConfig")
|
|
1257
1256
|
def prometheus_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationPrometheusUserConfig']]:
|
|
1258
1257
|
"""
|
|
@@ -1260,25 +1259,25 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1260
1259
|
"""
|
|
1261
1260
|
return pulumi.get(self, "prometheus_user_config")
|
|
1262
1261
|
|
|
1263
|
-
@property
|
|
1262
|
+
@_builtins.property
|
|
1264
1263
|
@pulumi.getter(name="sourceEndpointId")
|
|
1265
|
-
def source_endpoint_id(self) -> pulumi.Output[Optional[
|
|
1264
|
+
def source_endpoint_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1266
1265
|
"""
|
|
1267
1266
|
Source endpoint for the integration.
|
|
1268
1267
|
"""
|
|
1269
1268
|
return pulumi.get(self, "source_endpoint_id")
|
|
1270
1269
|
|
|
1271
|
-
@property
|
|
1270
|
+
@_builtins.property
|
|
1272
1271
|
@pulumi.getter(name="sourceServiceName")
|
|
1273
|
-
def source_service_name(self) -> pulumi.Output[
|
|
1272
|
+
def source_service_name(self) -> pulumi.Output[_builtins.str]:
|
|
1274
1273
|
"""
|
|
1275
1274
|
Source service for the integration (if any)
|
|
1276
1275
|
"""
|
|
1277
1276
|
return pulumi.get(self, "source_service_name")
|
|
1278
1277
|
|
|
1279
|
-
@property
|
|
1278
|
+
@_builtins.property
|
|
1280
1279
|
@pulumi.getter(name="sourceServiceProject")
|
|
1281
|
-
def source_service_project(self) -> pulumi.Output[
|
|
1280
|
+
def source_service_project(self) -> pulumi.Output[_builtins.str]:
|
|
1282
1281
|
"""
|
|
1283
1282
|
Source service project name
|
|
1284
1283
|
"""
|