pulumi-aiven 6.41.0a1752901795__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 +11086 -10761
- 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 +72 -73
- 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 +304 -305
- 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 +24 -25
- 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 +62 -63
- 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 +66 -67
- 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 +20 -21
- 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 +66 -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 +339 -340
- 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 +77 -78
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +58 -59
- 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 +14747 -14310
- 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 +64 -65
- 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 +235 -189
- 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.0a1752901795.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.0a1752901795.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1752901795.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,14 +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],
|
|
26
|
+
clickhouse_credentials_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']] = None,
|
|
27
27
|
clickhouse_kafka_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']] = None,
|
|
28
28
|
clickhouse_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] = None,
|
|
29
29
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
30
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
31
|
-
destination_service_name: Optional[pulumi.Input[
|
|
32
|
-
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,
|
|
33
33
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
34
34
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
35
35
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
@@ -41,19 +41,20 @@ class ServiceIntegrationArgs:
|
|
|
41
41
|
logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
|
|
42
42
|
metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
|
|
43
43
|
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
44
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
45
|
-
source_service_name: Optional[pulumi.Input[
|
|
46
|
-
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):
|
|
47
47
|
"""
|
|
48
48
|
The set of arguments for constructing a ServiceIntegration resource.
|
|
49
|
-
:param pulumi.Input[
|
|
50
|
-
: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.
|
|
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
|
|
51
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
|
|
52
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
|
|
53
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
|
|
54
|
-
:param pulumi.Input[
|
|
55
|
-
:param pulumi.Input[
|
|
56
|
-
: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
|
|
57
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
|
|
58
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
|
|
59
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
|
|
@@ -65,12 +66,14 @@ class ServiceIntegrationArgs:
|
|
|
65
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
|
|
66
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
|
|
67
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
|
|
68
|
-
:param pulumi.Input[
|
|
69
|
-
:param pulumi.Input[
|
|
70
|
-
: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
|
|
71
72
|
"""
|
|
72
73
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
73
74
|
pulumi.set(__self__, "project", project)
|
|
75
|
+
if clickhouse_credentials_user_config is not None:
|
|
76
|
+
pulumi.set(__self__, "clickhouse_credentials_user_config", clickhouse_credentials_user_config)
|
|
74
77
|
if clickhouse_kafka_user_config is not None:
|
|
75
78
|
pulumi.set(__self__, "clickhouse_kafka_user_config", clickhouse_kafka_user_config)
|
|
76
79
|
if clickhouse_postgresql_user_config is not None:
|
|
@@ -112,31 +115,43 @@ class ServiceIntegrationArgs:
|
|
|
112
115
|
if source_service_project is not None:
|
|
113
116
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
114
117
|
|
|
115
|
-
@property
|
|
118
|
+
@_builtins.property
|
|
116
119
|
@pulumi.getter(name="integrationType")
|
|
117
|
-
def integration_type(self) -> pulumi.Input[
|
|
120
|
+
def integration_type(self) -> pulumi.Input[_builtins.str]:
|
|
118
121
|
"""
|
|
119
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`.
|
|
120
123
|
"""
|
|
121
124
|
return pulumi.get(self, "integration_type")
|
|
122
125
|
|
|
123
126
|
@integration_type.setter
|
|
124
|
-
def integration_type(self, value: pulumi.Input[
|
|
127
|
+
def integration_type(self, value: pulumi.Input[_builtins.str]):
|
|
125
128
|
pulumi.set(self, "integration_type", value)
|
|
126
129
|
|
|
127
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
128
131
|
@pulumi.getter
|
|
129
|
-
def project(self) -> pulumi.Input[
|
|
132
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
130
133
|
"""
|
|
131
134
|
Project the integration belongs to.
|
|
132
135
|
"""
|
|
133
136
|
return pulumi.get(self, "project")
|
|
134
137
|
|
|
135
138
|
@project.setter
|
|
136
|
-
def project(self, value: pulumi.Input[
|
|
139
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
137
140
|
pulumi.set(self, "project", value)
|
|
138
141
|
|
|
139
|
-
@property
|
|
142
|
+
@_builtins.property
|
|
143
|
+
@pulumi.getter(name="clickhouseCredentialsUserConfig")
|
|
144
|
+
def clickhouse_credentials_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]:
|
|
145
|
+
"""
|
|
146
|
+
ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "clickhouse_credentials_user_config")
|
|
149
|
+
|
|
150
|
+
@clickhouse_credentials_user_config.setter
|
|
151
|
+
def clickhouse_credentials_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]):
|
|
152
|
+
pulumi.set(self, "clickhouse_credentials_user_config", value)
|
|
153
|
+
|
|
154
|
+
@_builtins.property
|
|
140
155
|
@pulumi.getter(name="clickhouseKafkaUserConfig")
|
|
141
156
|
def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
|
|
142
157
|
"""
|
|
@@ -148,7 +163,7 @@ class ServiceIntegrationArgs:
|
|
|
148
163
|
def clickhouse_kafka_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]):
|
|
149
164
|
pulumi.set(self, "clickhouse_kafka_user_config", value)
|
|
150
165
|
|
|
151
|
-
@property
|
|
166
|
+
@_builtins.property
|
|
152
167
|
@pulumi.getter(name="clickhousePostgresqlUserConfig")
|
|
153
168
|
def clickhouse_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]:
|
|
154
169
|
"""
|
|
@@ -160,7 +175,7 @@ class ServiceIntegrationArgs:
|
|
|
160
175
|
def clickhouse_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]):
|
|
161
176
|
pulumi.set(self, "clickhouse_postgresql_user_config", value)
|
|
162
177
|
|
|
163
|
-
@property
|
|
178
|
+
@_builtins.property
|
|
164
179
|
@pulumi.getter(name="datadogUserConfig")
|
|
165
180
|
def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]:
|
|
166
181
|
"""
|
|
@@ -172,43 +187,43 @@ class ServiceIntegrationArgs:
|
|
|
172
187
|
def datadog_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]):
|
|
173
188
|
pulumi.set(self, "datadog_user_config", value)
|
|
174
189
|
|
|
175
|
-
@property
|
|
190
|
+
@_builtins.property
|
|
176
191
|
@pulumi.getter(name="destinationEndpointId")
|
|
177
|
-
def destination_endpoint_id(self) -> Optional[pulumi.Input[
|
|
192
|
+
def destination_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
178
193
|
"""
|
|
179
194
|
Destination endpoint for the integration.
|
|
180
195
|
"""
|
|
181
196
|
return pulumi.get(self, "destination_endpoint_id")
|
|
182
197
|
|
|
183
198
|
@destination_endpoint_id.setter
|
|
184
|
-
def destination_endpoint_id(self, value: Optional[pulumi.Input[
|
|
199
|
+
def destination_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
185
200
|
pulumi.set(self, "destination_endpoint_id", value)
|
|
186
201
|
|
|
187
|
-
@property
|
|
202
|
+
@_builtins.property
|
|
188
203
|
@pulumi.getter(name="destinationServiceName")
|
|
189
|
-
def destination_service_name(self) -> Optional[pulumi.Input[
|
|
204
|
+
def destination_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
190
205
|
"""
|
|
191
206
|
Destination service for the integration.
|
|
192
207
|
"""
|
|
193
208
|
return pulumi.get(self, "destination_service_name")
|
|
194
209
|
|
|
195
210
|
@destination_service_name.setter
|
|
196
|
-
def destination_service_name(self, value: Optional[pulumi.Input[
|
|
211
|
+
def destination_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
197
212
|
pulumi.set(self, "destination_service_name", value)
|
|
198
213
|
|
|
199
|
-
@property
|
|
214
|
+
@_builtins.property
|
|
200
215
|
@pulumi.getter(name="destinationServiceProject")
|
|
201
|
-
def destination_service_project(self) -> Optional[pulumi.Input[
|
|
216
|
+
def destination_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
202
217
|
"""
|
|
203
218
|
Destination service project name
|
|
204
219
|
"""
|
|
205
220
|
return pulumi.get(self, "destination_service_project")
|
|
206
221
|
|
|
207
222
|
@destination_service_project.setter
|
|
208
|
-
def destination_service_project(self, value: Optional[pulumi.Input[
|
|
223
|
+
def destination_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
209
224
|
pulumi.set(self, "destination_service_project", value)
|
|
210
225
|
|
|
211
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
212
227
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
213
228
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
214
229
|
"""
|
|
@@ -220,7 +235,7 @@ class ServiceIntegrationArgs:
|
|
|
220
235
|
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
221
236
|
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
222
237
|
|
|
223
|
-
@property
|
|
238
|
+
@_builtins.property
|
|
224
239
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
225
240
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
226
241
|
"""
|
|
@@ -232,7 +247,7 @@ class ServiceIntegrationArgs:
|
|
|
232
247
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
233
248
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
234
249
|
|
|
235
|
-
@property
|
|
250
|
+
@_builtins.property
|
|
236
251
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
237
252
|
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
|
|
238
253
|
"""
|
|
@@ -244,7 +259,7 @@ class ServiceIntegrationArgs:
|
|
|
244
259
|
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
|
|
245
260
|
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
246
261
|
|
|
247
|
-
@property
|
|
262
|
+
@_builtins.property
|
|
248
263
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
249
264
|
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
|
|
250
265
|
"""
|
|
@@ -256,7 +271,7 @@ class ServiceIntegrationArgs:
|
|
|
256
271
|
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
|
|
257
272
|
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
258
273
|
|
|
259
|
-
@property
|
|
274
|
+
@_builtins.property
|
|
260
275
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfig")
|
|
261
276
|
def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
|
|
262
277
|
"""
|
|
@@ -268,7 +283,7 @@ class ServiceIntegrationArgs:
|
|
|
268
283
|
def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
|
|
269
284
|
pulumi.set(self, "flink_external_postgresql_user_config", value)
|
|
270
285
|
|
|
271
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
272
287
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
273
288
|
def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
|
|
274
289
|
"""
|
|
@@ -280,7 +295,7 @@ class ServiceIntegrationArgs:
|
|
|
280
295
|
def kafka_connect_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]):
|
|
281
296
|
pulumi.set(self, "kafka_connect_user_config", value)
|
|
282
297
|
|
|
283
|
-
@property
|
|
298
|
+
@_builtins.property
|
|
284
299
|
@pulumi.getter(name="kafkaLogsUserConfig")
|
|
285
300
|
def kafka_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]:
|
|
286
301
|
"""
|
|
@@ -292,7 +307,7 @@ class ServiceIntegrationArgs:
|
|
|
292
307
|
def kafka_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]):
|
|
293
308
|
pulumi.set(self, "kafka_logs_user_config", value)
|
|
294
309
|
|
|
295
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
296
311
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
297
312
|
def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]:
|
|
298
313
|
"""
|
|
@@ -304,7 +319,7 @@ class ServiceIntegrationArgs:
|
|
|
304
319
|
def kafka_mirrormaker_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]):
|
|
305
320
|
pulumi.set(self, "kafka_mirrormaker_user_config", value)
|
|
306
321
|
|
|
307
|
-
@property
|
|
322
|
+
@_builtins.property
|
|
308
323
|
@pulumi.getter(name="logsUserConfig")
|
|
309
324
|
def logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]:
|
|
310
325
|
"""
|
|
@@ -316,7 +331,7 @@ class ServiceIntegrationArgs:
|
|
|
316
331
|
def logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]):
|
|
317
332
|
pulumi.set(self, "logs_user_config", value)
|
|
318
333
|
|
|
319
|
-
@property
|
|
334
|
+
@_builtins.property
|
|
320
335
|
@pulumi.getter(name="metricsUserConfig")
|
|
321
336
|
def metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]:
|
|
322
337
|
"""
|
|
@@ -328,7 +343,7 @@ class ServiceIntegrationArgs:
|
|
|
328
343
|
def metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]):
|
|
329
344
|
pulumi.set(self, "metrics_user_config", value)
|
|
330
345
|
|
|
331
|
-
@property
|
|
346
|
+
@_builtins.property
|
|
332
347
|
@pulumi.getter(name="prometheusUserConfig")
|
|
333
348
|
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
|
|
334
349
|
"""
|
|
@@ -340,95 +355,99 @@ class ServiceIntegrationArgs:
|
|
|
340
355
|
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
|
|
341
356
|
pulumi.set(self, "prometheus_user_config", value)
|
|
342
357
|
|
|
343
|
-
@property
|
|
358
|
+
@_builtins.property
|
|
344
359
|
@pulumi.getter(name="sourceEndpointId")
|
|
345
|
-
def source_endpoint_id(self) -> Optional[pulumi.Input[
|
|
360
|
+
def source_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
346
361
|
"""
|
|
347
362
|
Source endpoint for the integration.
|
|
348
363
|
"""
|
|
349
364
|
return pulumi.get(self, "source_endpoint_id")
|
|
350
365
|
|
|
351
366
|
@source_endpoint_id.setter
|
|
352
|
-
def source_endpoint_id(self, value: Optional[pulumi.Input[
|
|
367
|
+
def source_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
353
368
|
pulumi.set(self, "source_endpoint_id", value)
|
|
354
369
|
|
|
355
|
-
@property
|
|
370
|
+
@_builtins.property
|
|
356
371
|
@pulumi.getter(name="sourceServiceName")
|
|
357
|
-
def source_service_name(self) -> Optional[pulumi.Input[
|
|
372
|
+
def source_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
358
373
|
"""
|
|
359
374
|
Source service for the integration (if any)
|
|
360
375
|
"""
|
|
361
376
|
return pulumi.get(self, "source_service_name")
|
|
362
377
|
|
|
363
378
|
@source_service_name.setter
|
|
364
|
-
def source_service_name(self, value: Optional[pulumi.Input[
|
|
379
|
+
def source_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
365
380
|
pulumi.set(self, "source_service_name", value)
|
|
366
381
|
|
|
367
|
-
@property
|
|
382
|
+
@_builtins.property
|
|
368
383
|
@pulumi.getter(name="sourceServiceProject")
|
|
369
|
-
def source_service_project(self) -> Optional[pulumi.Input[
|
|
384
|
+
def source_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
370
385
|
"""
|
|
371
386
|
Source service project name
|
|
372
387
|
"""
|
|
373
388
|
return pulumi.get(self, "source_service_project")
|
|
374
389
|
|
|
375
390
|
@source_service_project.setter
|
|
376
|
-
def source_service_project(self, value: Optional[pulumi.Input[
|
|
391
|
+
def source_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
377
392
|
pulumi.set(self, "source_service_project", value)
|
|
378
393
|
|
|
379
394
|
|
|
380
395
|
@pulumi.input_type
|
|
381
396
|
class _ServiceIntegrationState:
|
|
382
397
|
def __init__(__self__, *,
|
|
398
|
+
clickhouse_credentials_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']] = None,
|
|
383
399
|
clickhouse_kafka_user_config: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']] = None,
|
|
384
400
|
clickhouse_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']] = None,
|
|
385
401
|
datadog_user_config: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']] = None,
|
|
386
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
387
|
-
destination_service_name: Optional[pulumi.Input[
|
|
388
|
-
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,
|
|
389
405
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']] = None,
|
|
390
406
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']] = None,
|
|
391
407
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']] = None,
|
|
392
408
|
external_opensearch_logs_user_config: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']] = None,
|
|
393
409
|
flink_external_postgresql_user_config: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']] = None,
|
|
394
|
-
integration_id: Optional[pulumi.Input[
|
|
395
|
-
integration_type: Optional[pulumi.Input[
|
|
410
|
+
integration_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
411
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
396
412
|
kafka_connect_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']] = None,
|
|
397
413
|
kafka_logs_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']] = None,
|
|
398
414
|
kafka_mirrormaker_user_config: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']] = None,
|
|
399
415
|
logs_user_config: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']] = None,
|
|
400
416
|
metrics_user_config: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']] = None,
|
|
401
|
-
project: Optional[pulumi.Input[
|
|
417
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
402
418
|
prometheus_user_config: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']] = None,
|
|
403
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
404
|
-
source_service_name: Optional[pulumi.Input[
|
|
405
|
-
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):
|
|
406
422
|
"""
|
|
407
423
|
Input properties used for looking up and filtering ServiceIntegration resources.
|
|
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
|
|
408
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
|
|
409
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
|
|
410
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
|
|
411
|
-
:param pulumi.Input[
|
|
412
|
-
:param pulumi.Input[
|
|
413
|
-
: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
|
|
414
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
|
|
415
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
|
|
416
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
|
|
417
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
|
|
418
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
|
|
419
|
-
:param pulumi.Input[
|
|
420
|
-
: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`.
|
|
421
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
|
|
422
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
|
|
423
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
|
|
424
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
|
|
425
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
|
|
426
|
-
:param pulumi.Input[
|
|
443
|
+
:param pulumi.Input[_builtins.str] project: Project the integration belongs to.
|
|
427
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
|
|
428
|
-
:param pulumi.Input[
|
|
429
|
-
:param pulumi.Input[
|
|
430
|
-
: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
|
|
431
448
|
"""
|
|
449
|
+
if clickhouse_credentials_user_config is not None:
|
|
450
|
+
pulumi.set(__self__, "clickhouse_credentials_user_config", clickhouse_credentials_user_config)
|
|
432
451
|
if clickhouse_kafka_user_config is not None:
|
|
433
452
|
pulumi.set(__self__, "clickhouse_kafka_user_config", clickhouse_kafka_user_config)
|
|
434
453
|
if clickhouse_postgresql_user_config is not None:
|
|
@@ -476,7 +495,19 @@ class _ServiceIntegrationState:
|
|
|
476
495
|
if source_service_project is not None:
|
|
477
496
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
478
497
|
|
|
479
|
-
@property
|
|
498
|
+
@_builtins.property
|
|
499
|
+
@pulumi.getter(name="clickhouseCredentialsUserConfig")
|
|
500
|
+
def clickhouse_credentials_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]:
|
|
501
|
+
"""
|
|
502
|
+
ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
503
|
+
"""
|
|
504
|
+
return pulumi.get(self, "clickhouse_credentials_user_config")
|
|
505
|
+
|
|
506
|
+
@clickhouse_credentials_user_config.setter
|
|
507
|
+
def clickhouse_credentials_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseCredentialsUserConfigArgs']]):
|
|
508
|
+
pulumi.set(self, "clickhouse_credentials_user_config", value)
|
|
509
|
+
|
|
510
|
+
@_builtins.property
|
|
480
511
|
@pulumi.getter(name="clickhouseKafkaUserConfig")
|
|
481
512
|
def clickhouse_kafka_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]:
|
|
482
513
|
"""
|
|
@@ -488,7 +519,7 @@ class _ServiceIntegrationState:
|
|
|
488
519
|
def clickhouse_kafka_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigArgs']]):
|
|
489
520
|
pulumi.set(self, "clickhouse_kafka_user_config", value)
|
|
490
521
|
|
|
491
|
-
@property
|
|
522
|
+
@_builtins.property
|
|
492
523
|
@pulumi.getter(name="clickhousePostgresqlUserConfig")
|
|
493
524
|
def clickhouse_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]:
|
|
494
525
|
"""
|
|
@@ -500,7 +531,7 @@ class _ServiceIntegrationState:
|
|
|
500
531
|
def clickhouse_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationClickhousePostgresqlUserConfigArgs']]):
|
|
501
532
|
pulumi.set(self, "clickhouse_postgresql_user_config", value)
|
|
502
533
|
|
|
503
|
-
@property
|
|
534
|
+
@_builtins.property
|
|
504
535
|
@pulumi.getter(name="datadogUserConfig")
|
|
505
536
|
def datadog_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]:
|
|
506
537
|
"""
|
|
@@ -512,43 +543,43 @@ class _ServiceIntegrationState:
|
|
|
512
543
|
def datadog_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationDatadogUserConfigArgs']]):
|
|
513
544
|
pulumi.set(self, "datadog_user_config", value)
|
|
514
545
|
|
|
515
|
-
@property
|
|
546
|
+
@_builtins.property
|
|
516
547
|
@pulumi.getter(name="destinationEndpointId")
|
|
517
|
-
def destination_endpoint_id(self) -> Optional[pulumi.Input[
|
|
548
|
+
def destination_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
518
549
|
"""
|
|
519
550
|
Destination endpoint for the integration.
|
|
520
551
|
"""
|
|
521
552
|
return pulumi.get(self, "destination_endpoint_id")
|
|
522
553
|
|
|
523
554
|
@destination_endpoint_id.setter
|
|
524
|
-
def destination_endpoint_id(self, value: Optional[pulumi.Input[
|
|
555
|
+
def destination_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
525
556
|
pulumi.set(self, "destination_endpoint_id", value)
|
|
526
557
|
|
|
527
|
-
@property
|
|
558
|
+
@_builtins.property
|
|
528
559
|
@pulumi.getter(name="destinationServiceName")
|
|
529
|
-
def destination_service_name(self) -> Optional[pulumi.Input[
|
|
560
|
+
def destination_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
530
561
|
"""
|
|
531
562
|
Destination service for the integration.
|
|
532
563
|
"""
|
|
533
564
|
return pulumi.get(self, "destination_service_name")
|
|
534
565
|
|
|
535
566
|
@destination_service_name.setter
|
|
536
|
-
def destination_service_name(self, value: Optional[pulumi.Input[
|
|
567
|
+
def destination_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
537
568
|
pulumi.set(self, "destination_service_name", value)
|
|
538
569
|
|
|
539
|
-
@property
|
|
570
|
+
@_builtins.property
|
|
540
571
|
@pulumi.getter(name="destinationServiceProject")
|
|
541
|
-
def destination_service_project(self) -> Optional[pulumi.Input[
|
|
572
|
+
def destination_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
542
573
|
"""
|
|
543
574
|
Destination service project name
|
|
544
575
|
"""
|
|
545
576
|
return pulumi.get(self, "destination_service_project")
|
|
546
577
|
|
|
547
578
|
@destination_service_project.setter
|
|
548
|
-
def destination_service_project(self, value: Optional[pulumi.Input[
|
|
579
|
+
def destination_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
549
580
|
pulumi.set(self, "destination_service_project", value)
|
|
550
581
|
|
|
551
|
-
@property
|
|
582
|
+
@_builtins.property
|
|
552
583
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
553
584
|
def external_aws_cloudwatch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]:
|
|
554
585
|
"""
|
|
@@ -560,7 +591,7 @@ class _ServiceIntegrationState:
|
|
|
560
591
|
def external_aws_cloudwatch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs']]):
|
|
561
592
|
pulumi.set(self, "external_aws_cloudwatch_logs_user_config", value)
|
|
562
593
|
|
|
563
|
-
@property
|
|
594
|
+
@_builtins.property
|
|
564
595
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
565
596
|
def external_aws_cloudwatch_metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]:
|
|
566
597
|
"""
|
|
@@ -572,7 +603,7 @@ class _ServiceIntegrationState:
|
|
|
572
603
|
def external_aws_cloudwatch_metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs']]):
|
|
573
604
|
pulumi.set(self, "external_aws_cloudwatch_metrics_user_config", value)
|
|
574
605
|
|
|
575
|
-
@property
|
|
606
|
+
@_builtins.property
|
|
576
607
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
577
608
|
def external_elasticsearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]:
|
|
578
609
|
"""
|
|
@@ -584,7 +615,7 @@ class _ServiceIntegrationState:
|
|
|
584
615
|
def external_elasticsearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs']]):
|
|
585
616
|
pulumi.set(self, "external_elasticsearch_logs_user_config", value)
|
|
586
617
|
|
|
587
|
-
@property
|
|
618
|
+
@_builtins.property
|
|
588
619
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
589
620
|
def external_opensearch_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]:
|
|
590
621
|
"""
|
|
@@ -596,7 +627,7 @@ class _ServiceIntegrationState:
|
|
|
596
627
|
def external_opensearch_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationExternalOpensearchLogsUserConfigArgs']]):
|
|
597
628
|
pulumi.set(self, "external_opensearch_logs_user_config", value)
|
|
598
629
|
|
|
599
|
-
@property
|
|
630
|
+
@_builtins.property
|
|
600
631
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfig")
|
|
601
632
|
def flink_external_postgresql_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]:
|
|
602
633
|
"""
|
|
@@ -608,31 +639,31 @@ class _ServiceIntegrationState:
|
|
|
608
639
|
def flink_external_postgresql_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs']]):
|
|
609
640
|
pulumi.set(self, "flink_external_postgresql_user_config", value)
|
|
610
641
|
|
|
611
|
-
@property
|
|
642
|
+
@_builtins.property
|
|
612
643
|
@pulumi.getter(name="integrationId")
|
|
613
|
-
def integration_id(self) -> Optional[pulumi.Input[
|
|
644
|
+
def integration_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
614
645
|
"""
|
|
615
646
|
The ID of the Aiven service integration.
|
|
616
647
|
"""
|
|
617
648
|
return pulumi.get(self, "integration_id")
|
|
618
649
|
|
|
619
650
|
@integration_id.setter
|
|
620
|
-
def integration_id(self, value: Optional[pulumi.Input[
|
|
651
|
+
def integration_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
621
652
|
pulumi.set(self, "integration_id", value)
|
|
622
653
|
|
|
623
|
-
@property
|
|
654
|
+
@_builtins.property
|
|
624
655
|
@pulumi.getter(name="integrationType")
|
|
625
|
-
def integration_type(self) -> Optional[pulumi.Input[
|
|
656
|
+
def integration_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
626
657
|
"""
|
|
627
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`.
|
|
628
659
|
"""
|
|
629
660
|
return pulumi.get(self, "integration_type")
|
|
630
661
|
|
|
631
662
|
@integration_type.setter
|
|
632
|
-
def integration_type(self, value: Optional[pulumi.Input[
|
|
663
|
+
def integration_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
633
664
|
pulumi.set(self, "integration_type", value)
|
|
634
665
|
|
|
635
|
-
@property
|
|
666
|
+
@_builtins.property
|
|
636
667
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
637
668
|
def kafka_connect_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]:
|
|
638
669
|
"""
|
|
@@ -644,7 +675,7 @@ class _ServiceIntegrationState:
|
|
|
644
675
|
def kafka_connect_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaConnectUserConfigArgs']]):
|
|
645
676
|
pulumi.set(self, "kafka_connect_user_config", value)
|
|
646
677
|
|
|
647
|
-
@property
|
|
678
|
+
@_builtins.property
|
|
648
679
|
@pulumi.getter(name="kafkaLogsUserConfig")
|
|
649
680
|
def kafka_logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]:
|
|
650
681
|
"""
|
|
@@ -656,7 +687,7 @@ class _ServiceIntegrationState:
|
|
|
656
687
|
def kafka_logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaLogsUserConfigArgs']]):
|
|
657
688
|
pulumi.set(self, "kafka_logs_user_config", value)
|
|
658
689
|
|
|
659
|
-
@property
|
|
690
|
+
@_builtins.property
|
|
660
691
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
661
692
|
def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]:
|
|
662
693
|
"""
|
|
@@ -668,7 +699,7 @@ class _ServiceIntegrationState:
|
|
|
668
699
|
def kafka_mirrormaker_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationKafkaMirrormakerUserConfigArgs']]):
|
|
669
700
|
pulumi.set(self, "kafka_mirrormaker_user_config", value)
|
|
670
701
|
|
|
671
|
-
@property
|
|
702
|
+
@_builtins.property
|
|
672
703
|
@pulumi.getter(name="logsUserConfig")
|
|
673
704
|
def logs_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]:
|
|
674
705
|
"""
|
|
@@ -680,7 +711,7 @@ class _ServiceIntegrationState:
|
|
|
680
711
|
def logs_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationLogsUserConfigArgs']]):
|
|
681
712
|
pulumi.set(self, "logs_user_config", value)
|
|
682
713
|
|
|
683
|
-
@property
|
|
714
|
+
@_builtins.property
|
|
684
715
|
@pulumi.getter(name="metricsUserConfig")
|
|
685
716
|
def metrics_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]:
|
|
686
717
|
"""
|
|
@@ -692,19 +723,19 @@ class _ServiceIntegrationState:
|
|
|
692
723
|
def metrics_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationMetricsUserConfigArgs']]):
|
|
693
724
|
pulumi.set(self, "metrics_user_config", value)
|
|
694
725
|
|
|
695
|
-
@property
|
|
726
|
+
@_builtins.property
|
|
696
727
|
@pulumi.getter
|
|
697
|
-
def project(self) -> Optional[pulumi.Input[
|
|
728
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
698
729
|
"""
|
|
699
730
|
Project the integration belongs to.
|
|
700
731
|
"""
|
|
701
732
|
return pulumi.get(self, "project")
|
|
702
733
|
|
|
703
734
|
@project.setter
|
|
704
|
-
def project(self, value: Optional[pulumi.Input[
|
|
735
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
705
736
|
pulumi.set(self, "project", value)
|
|
706
737
|
|
|
707
|
-
@property
|
|
738
|
+
@_builtins.property
|
|
708
739
|
@pulumi.getter(name="prometheusUserConfig")
|
|
709
740
|
def prometheus_user_config(self) -> Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]:
|
|
710
741
|
"""
|
|
@@ -716,40 +747,40 @@ class _ServiceIntegrationState:
|
|
|
716
747
|
def prometheus_user_config(self, value: Optional[pulumi.Input['ServiceIntegrationPrometheusUserConfigArgs']]):
|
|
717
748
|
pulumi.set(self, "prometheus_user_config", value)
|
|
718
749
|
|
|
719
|
-
@property
|
|
750
|
+
@_builtins.property
|
|
720
751
|
@pulumi.getter(name="sourceEndpointId")
|
|
721
|
-
def source_endpoint_id(self) -> Optional[pulumi.Input[
|
|
752
|
+
def source_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
722
753
|
"""
|
|
723
754
|
Source endpoint for the integration.
|
|
724
755
|
"""
|
|
725
756
|
return pulumi.get(self, "source_endpoint_id")
|
|
726
757
|
|
|
727
758
|
@source_endpoint_id.setter
|
|
728
|
-
def source_endpoint_id(self, value: Optional[pulumi.Input[
|
|
759
|
+
def source_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
729
760
|
pulumi.set(self, "source_endpoint_id", value)
|
|
730
761
|
|
|
731
|
-
@property
|
|
762
|
+
@_builtins.property
|
|
732
763
|
@pulumi.getter(name="sourceServiceName")
|
|
733
|
-
def source_service_name(self) -> Optional[pulumi.Input[
|
|
764
|
+
def source_service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
734
765
|
"""
|
|
735
766
|
Source service for the integration (if any)
|
|
736
767
|
"""
|
|
737
768
|
return pulumi.get(self, "source_service_name")
|
|
738
769
|
|
|
739
770
|
@source_service_name.setter
|
|
740
|
-
def source_service_name(self, value: Optional[pulumi.Input[
|
|
771
|
+
def source_service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
741
772
|
pulumi.set(self, "source_service_name", value)
|
|
742
773
|
|
|
743
|
-
@property
|
|
774
|
+
@_builtins.property
|
|
744
775
|
@pulumi.getter(name="sourceServiceProject")
|
|
745
|
-
def source_service_project(self) -> Optional[pulumi.Input[
|
|
776
|
+
def source_service_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
746
777
|
"""
|
|
747
778
|
Source service project name
|
|
748
779
|
"""
|
|
749
780
|
return pulumi.get(self, "source_service_project")
|
|
750
781
|
|
|
751
782
|
@source_service_project.setter
|
|
752
|
-
def source_service_project(self, value: Optional[pulumi.Input[
|
|
783
|
+
def source_service_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
753
784
|
pulumi.set(self, "source_service_project", value)
|
|
754
785
|
|
|
755
786
|
|
|
@@ -759,28 +790,29 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
759
790
|
def __init__(__self__,
|
|
760
791
|
resource_name: str,
|
|
761
792
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
793
|
+
clickhouse_credentials_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']]] = None,
|
|
762
794
|
clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
|
|
763
795
|
clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
|
|
764
796
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
765
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
766
|
-
destination_service_name: Optional[pulumi.Input[
|
|
767
|
-
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,
|
|
768
800
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
769
801
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
770
802
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
771
803
|
external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
|
|
772
804
|
flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
|
|
773
|
-
integration_type: Optional[pulumi.Input[
|
|
805
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
774
806
|
kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
|
|
775
807
|
kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
|
|
776
808
|
kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
|
|
777
809
|
logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
|
|
778
810
|
metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
|
|
779
|
-
project: Optional[pulumi.Input[
|
|
811
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
780
812
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
781
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
782
|
-
source_service_name: Optional[pulumi.Input[
|
|
783
|
-
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,
|
|
784
816
|
__props__=None):
|
|
785
817
|
"""
|
|
786
818
|
## Example Usage
|
|
@@ -821,28 +853,29 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
821
853
|
|
|
822
854
|
:param str resource_name: The name of the resource.
|
|
823
855
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
856
|
+
:param pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']] 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
|
|
824
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
|
|
825
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
|
|
826
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
|
|
827
|
-
:param pulumi.Input[
|
|
828
|
-
:param pulumi.Input[
|
|
829
|
-
: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
|
|
830
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
|
|
831
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
|
|
832
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
|
|
833
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
|
|
834
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
|
|
835
|
-
: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`.
|
|
836
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
|
|
837
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
|
|
838
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
|
|
839
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
|
|
840
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
|
|
841
|
-
:param pulumi.Input[
|
|
874
|
+
:param pulumi.Input[_builtins.str] project: Project the integration belongs to.
|
|
842
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
|
|
843
|
-
:param pulumi.Input[
|
|
844
|
-
:param pulumi.Input[
|
|
845
|
-
: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
|
|
846
879
|
"""
|
|
847
880
|
...
|
|
848
881
|
@overload
|
|
@@ -902,28 +935,29 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
902
935
|
def _internal_init(__self__,
|
|
903
936
|
resource_name: str,
|
|
904
937
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
938
|
+
clickhouse_credentials_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']]] = None,
|
|
905
939
|
clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
|
|
906
940
|
clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
|
|
907
941
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
908
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
909
|
-
destination_service_name: Optional[pulumi.Input[
|
|
910
|
-
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,
|
|
911
945
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
912
946
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
913
947
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
914
948
|
external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
|
|
915
949
|
flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
|
|
916
|
-
integration_type: Optional[pulumi.Input[
|
|
950
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
917
951
|
kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
|
|
918
952
|
kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
|
|
919
953
|
kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
|
|
920
954
|
logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
|
|
921
955
|
metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
|
|
922
|
-
project: Optional[pulumi.Input[
|
|
956
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
923
957
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
924
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
925
|
-
source_service_name: Optional[pulumi.Input[
|
|
926
|
-
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,
|
|
927
961
|
__props__=None):
|
|
928
962
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
929
963
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -933,6 +967,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
933
967
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
934
968
|
__props__ = ServiceIntegrationArgs.__new__(ServiceIntegrationArgs)
|
|
935
969
|
|
|
970
|
+
__props__.__dict__["clickhouse_credentials_user_config"] = clickhouse_credentials_user_config
|
|
936
971
|
__props__.__dict__["clickhouse_kafka_user_config"] = clickhouse_kafka_user_config
|
|
937
972
|
__props__.__dict__["clickhouse_postgresql_user_config"] = clickhouse_postgresql_user_config
|
|
938
973
|
__props__.__dict__["datadog_user_config"] = datadog_user_config
|
|
@@ -970,29 +1005,30 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
970
1005
|
def get(resource_name: str,
|
|
971
1006
|
id: pulumi.Input[str],
|
|
972
1007
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1008
|
+
clickhouse_credentials_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']]] = None,
|
|
973
1009
|
clickhouse_kafka_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhouseKafkaUserConfigArgs', 'ServiceIntegrationClickhouseKafkaUserConfigArgsDict']]] = None,
|
|
974
1010
|
clickhouse_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationClickhousePostgresqlUserConfigArgs', 'ServiceIntegrationClickhousePostgresqlUserConfigArgsDict']]] = None,
|
|
975
1011
|
datadog_user_config: Optional[pulumi.Input[Union['ServiceIntegrationDatadogUserConfigArgs', 'ServiceIntegrationDatadogUserConfigArgsDict']]] = None,
|
|
976
|
-
destination_endpoint_id: Optional[pulumi.Input[
|
|
977
|
-
destination_service_name: Optional[pulumi.Input[
|
|
978
|
-
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,
|
|
979
1015
|
external_aws_cloudwatch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgsDict']]] = None,
|
|
980
1016
|
external_aws_cloudwatch_metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs', 'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgsDict']]] = None,
|
|
981
1017
|
external_elasticsearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalElasticsearchLogsUserConfigArgs', 'ServiceIntegrationExternalElasticsearchLogsUserConfigArgsDict']]] = None,
|
|
982
1018
|
external_opensearch_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationExternalOpensearchLogsUserConfigArgs', 'ServiceIntegrationExternalOpensearchLogsUserConfigArgsDict']]] = None,
|
|
983
1019
|
flink_external_postgresql_user_config: Optional[pulumi.Input[Union['ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs', 'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgsDict']]] = None,
|
|
984
|
-
integration_id: Optional[pulumi.Input[
|
|
985
|
-
integration_type: Optional[pulumi.Input[
|
|
1020
|
+
integration_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1021
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
986
1022
|
kafka_connect_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaConnectUserConfigArgs', 'ServiceIntegrationKafkaConnectUserConfigArgsDict']]] = None,
|
|
987
1023
|
kafka_logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaLogsUserConfigArgs', 'ServiceIntegrationKafkaLogsUserConfigArgsDict']]] = None,
|
|
988
1024
|
kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['ServiceIntegrationKafkaMirrormakerUserConfigArgs', 'ServiceIntegrationKafkaMirrormakerUserConfigArgsDict']]] = None,
|
|
989
1025
|
logs_user_config: Optional[pulumi.Input[Union['ServiceIntegrationLogsUserConfigArgs', 'ServiceIntegrationLogsUserConfigArgsDict']]] = None,
|
|
990
1026
|
metrics_user_config: Optional[pulumi.Input[Union['ServiceIntegrationMetricsUserConfigArgs', 'ServiceIntegrationMetricsUserConfigArgsDict']]] = None,
|
|
991
|
-
project: Optional[pulumi.Input[
|
|
1027
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
992
1028
|
prometheus_user_config: Optional[pulumi.Input[Union['ServiceIntegrationPrometheusUserConfigArgs', 'ServiceIntegrationPrometheusUserConfigArgsDict']]] = None,
|
|
993
|
-
source_endpoint_id: Optional[pulumi.Input[
|
|
994
|
-
source_service_name: Optional[pulumi.Input[
|
|
995
|
-
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':
|
|
996
1032
|
"""
|
|
997
1033
|
Get an existing ServiceIntegration resource's state with the given name, id, and optional extra
|
|
998
1034
|
properties used to qualify the lookup.
|
|
@@ -1000,34 +1036,36 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1000
1036
|
:param str resource_name: The unique name of the resulting resource.
|
|
1001
1037
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1002
1038
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1039
|
+
:param pulumi.Input[Union['ServiceIntegrationClickhouseCredentialsUserConfigArgs', 'ServiceIntegrationClickhouseCredentialsUserConfigArgsDict']] 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
|
|
1003
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
|
|
1004
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
|
|
1005
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
|
|
1006
|
-
:param pulumi.Input[
|
|
1007
|
-
:param pulumi.Input[
|
|
1008
|
-
: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
|
|
1009
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
|
|
1010
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
|
|
1011
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
|
|
1012
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
|
|
1013
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
|
|
1014
|
-
:param pulumi.Input[
|
|
1015
|
-
: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`.
|
|
1016
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
|
|
1017
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
|
|
1018
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
|
|
1019
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
|
|
1020
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
|
|
1021
|
-
:param pulumi.Input[
|
|
1058
|
+
:param pulumi.Input[_builtins.str] project: Project the integration belongs to.
|
|
1022
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
|
|
1023
|
-
:param pulumi.Input[
|
|
1024
|
-
:param pulumi.Input[
|
|
1025
|
-
: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
|
|
1026
1063
|
"""
|
|
1027
1064
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1028
1065
|
|
|
1029
1066
|
__props__ = _ServiceIntegrationState.__new__(_ServiceIntegrationState)
|
|
1030
1067
|
|
|
1068
|
+
__props__.__dict__["clickhouse_credentials_user_config"] = clickhouse_credentials_user_config
|
|
1031
1069
|
__props__.__dict__["clickhouse_kafka_user_config"] = clickhouse_kafka_user_config
|
|
1032
1070
|
__props__.__dict__["clickhouse_postgresql_user_config"] = clickhouse_postgresql_user_config
|
|
1033
1071
|
__props__.__dict__["datadog_user_config"] = datadog_user_config
|
|
@@ -1053,7 +1091,15 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1053
1091
|
__props__.__dict__["source_service_project"] = source_service_project
|
|
1054
1092
|
return ServiceIntegration(resource_name, opts=opts, __props__=__props__)
|
|
1055
1093
|
|
|
1056
|
-
@property
|
|
1094
|
+
@_builtins.property
|
|
1095
|
+
@pulumi.getter(name="clickhouseCredentialsUserConfig")
|
|
1096
|
+
def clickhouse_credentials_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhouseCredentialsUserConfig']]:
|
|
1097
|
+
"""
|
|
1098
|
+
ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1099
|
+
"""
|
|
1100
|
+
return pulumi.get(self, "clickhouse_credentials_user_config")
|
|
1101
|
+
|
|
1102
|
+
@_builtins.property
|
|
1057
1103
|
@pulumi.getter(name="clickhouseKafkaUserConfig")
|
|
1058
1104
|
def clickhouse_kafka_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhouseKafkaUserConfig']]:
|
|
1059
1105
|
"""
|
|
@@ -1061,7 +1107,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1061
1107
|
"""
|
|
1062
1108
|
return pulumi.get(self, "clickhouse_kafka_user_config")
|
|
1063
1109
|
|
|
1064
|
-
@property
|
|
1110
|
+
@_builtins.property
|
|
1065
1111
|
@pulumi.getter(name="clickhousePostgresqlUserConfig")
|
|
1066
1112
|
def clickhouse_postgresql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationClickhousePostgresqlUserConfig']]:
|
|
1067
1113
|
"""
|
|
@@ -1069,7 +1115,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1069
1115
|
"""
|
|
1070
1116
|
return pulumi.get(self, "clickhouse_postgresql_user_config")
|
|
1071
1117
|
|
|
1072
|
-
@property
|
|
1118
|
+
@_builtins.property
|
|
1073
1119
|
@pulumi.getter(name="datadogUserConfig")
|
|
1074
1120
|
def datadog_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationDatadogUserConfig']]:
|
|
1075
1121
|
"""
|
|
@@ -1077,31 +1123,31 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1077
1123
|
"""
|
|
1078
1124
|
return pulumi.get(self, "datadog_user_config")
|
|
1079
1125
|
|
|
1080
|
-
@property
|
|
1126
|
+
@_builtins.property
|
|
1081
1127
|
@pulumi.getter(name="destinationEndpointId")
|
|
1082
|
-
def destination_endpoint_id(self) -> pulumi.Output[Optional[
|
|
1128
|
+
def destination_endpoint_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1083
1129
|
"""
|
|
1084
1130
|
Destination endpoint for the integration.
|
|
1085
1131
|
"""
|
|
1086
1132
|
return pulumi.get(self, "destination_endpoint_id")
|
|
1087
1133
|
|
|
1088
|
-
@property
|
|
1134
|
+
@_builtins.property
|
|
1089
1135
|
@pulumi.getter(name="destinationServiceName")
|
|
1090
|
-
def destination_service_name(self) -> pulumi.Output[Optional[
|
|
1136
|
+
def destination_service_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1091
1137
|
"""
|
|
1092
1138
|
Destination service for the integration.
|
|
1093
1139
|
"""
|
|
1094
1140
|
return pulumi.get(self, "destination_service_name")
|
|
1095
1141
|
|
|
1096
|
-
@property
|
|
1142
|
+
@_builtins.property
|
|
1097
1143
|
@pulumi.getter(name="destinationServiceProject")
|
|
1098
|
-
def destination_service_project(self) -> pulumi.Output[
|
|
1144
|
+
def destination_service_project(self) -> pulumi.Output[_builtins.str]:
|
|
1099
1145
|
"""
|
|
1100
1146
|
Destination service project name
|
|
1101
1147
|
"""
|
|
1102
1148
|
return pulumi.get(self, "destination_service_project")
|
|
1103
1149
|
|
|
1104
|
-
@property
|
|
1150
|
+
@_builtins.property
|
|
1105
1151
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfig")
|
|
1106
1152
|
def external_aws_cloudwatch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchLogsUserConfig']]:
|
|
1107
1153
|
"""
|
|
@@ -1109,7 +1155,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1109
1155
|
"""
|
|
1110
1156
|
return pulumi.get(self, "external_aws_cloudwatch_logs_user_config")
|
|
1111
1157
|
|
|
1112
|
-
@property
|
|
1158
|
+
@_builtins.property
|
|
1113
1159
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfig")
|
|
1114
1160
|
def external_aws_cloudwatch_metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig']]:
|
|
1115
1161
|
"""
|
|
@@ -1117,7 +1163,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1117
1163
|
"""
|
|
1118
1164
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_config")
|
|
1119
1165
|
|
|
1120
|
-
@property
|
|
1166
|
+
@_builtins.property
|
|
1121
1167
|
@pulumi.getter(name="externalElasticsearchLogsUserConfig")
|
|
1122
1168
|
def external_elasticsearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalElasticsearchLogsUserConfig']]:
|
|
1123
1169
|
"""
|
|
@@ -1125,7 +1171,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1125
1171
|
"""
|
|
1126
1172
|
return pulumi.get(self, "external_elasticsearch_logs_user_config")
|
|
1127
1173
|
|
|
1128
|
-
@property
|
|
1174
|
+
@_builtins.property
|
|
1129
1175
|
@pulumi.getter(name="externalOpensearchLogsUserConfig")
|
|
1130
1176
|
def external_opensearch_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationExternalOpensearchLogsUserConfig']]:
|
|
1131
1177
|
"""
|
|
@@ -1133,7 +1179,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1133
1179
|
"""
|
|
1134
1180
|
return pulumi.get(self, "external_opensearch_logs_user_config")
|
|
1135
1181
|
|
|
1136
|
-
@property
|
|
1182
|
+
@_builtins.property
|
|
1137
1183
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfig")
|
|
1138
1184
|
def flink_external_postgresql_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationFlinkExternalPostgresqlUserConfig']]:
|
|
1139
1185
|
"""
|
|
@@ -1141,23 +1187,23 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1141
1187
|
"""
|
|
1142
1188
|
return pulumi.get(self, "flink_external_postgresql_user_config")
|
|
1143
1189
|
|
|
1144
|
-
@property
|
|
1190
|
+
@_builtins.property
|
|
1145
1191
|
@pulumi.getter(name="integrationId")
|
|
1146
|
-
def integration_id(self) -> pulumi.Output[
|
|
1192
|
+
def integration_id(self) -> pulumi.Output[_builtins.str]:
|
|
1147
1193
|
"""
|
|
1148
1194
|
The ID of the Aiven service integration.
|
|
1149
1195
|
"""
|
|
1150
1196
|
return pulumi.get(self, "integration_id")
|
|
1151
1197
|
|
|
1152
|
-
@property
|
|
1198
|
+
@_builtins.property
|
|
1153
1199
|
@pulumi.getter(name="integrationType")
|
|
1154
|
-
def integration_type(self) -> pulumi.Output[
|
|
1200
|
+
def integration_type(self) -> pulumi.Output[_builtins.str]:
|
|
1155
1201
|
"""
|
|
1156
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`.
|
|
1157
1203
|
"""
|
|
1158
1204
|
return pulumi.get(self, "integration_type")
|
|
1159
1205
|
|
|
1160
|
-
@property
|
|
1206
|
+
@_builtins.property
|
|
1161
1207
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
1162
1208
|
def kafka_connect_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaConnectUserConfig']]:
|
|
1163
1209
|
"""
|
|
@@ -1165,7 +1211,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1165
1211
|
"""
|
|
1166
1212
|
return pulumi.get(self, "kafka_connect_user_config")
|
|
1167
1213
|
|
|
1168
|
-
@property
|
|
1214
|
+
@_builtins.property
|
|
1169
1215
|
@pulumi.getter(name="kafkaLogsUserConfig")
|
|
1170
1216
|
def kafka_logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaLogsUserConfig']]:
|
|
1171
1217
|
"""
|
|
@@ -1173,7 +1219,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1173
1219
|
"""
|
|
1174
1220
|
return pulumi.get(self, "kafka_logs_user_config")
|
|
1175
1221
|
|
|
1176
|
-
@property
|
|
1222
|
+
@_builtins.property
|
|
1177
1223
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
1178
1224
|
def kafka_mirrormaker_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationKafkaMirrormakerUserConfig']]:
|
|
1179
1225
|
"""
|
|
@@ -1181,7 +1227,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1181
1227
|
"""
|
|
1182
1228
|
return pulumi.get(self, "kafka_mirrormaker_user_config")
|
|
1183
1229
|
|
|
1184
|
-
@property
|
|
1230
|
+
@_builtins.property
|
|
1185
1231
|
@pulumi.getter(name="logsUserConfig")
|
|
1186
1232
|
def logs_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationLogsUserConfig']]:
|
|
1187
1233
|
"""
|
|
@@ -1189,7 +1235,7 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1189
1235
|
"""
|
|
1190
1236
|
return pulumi.get(self, "logs_user_config")
|
|
1191
1237
|
|
|
1192
|
-
@property
|
|
1238
|
+
@_builtins.property
|
|
1193
1239
|
@pulumi.getter(name="metricsUserConfig")
|
|
1194
1240
|
def metrics_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationMetricsUserConfig']]:
|
|
1195
1241
|
"""
|
|
@@ -1197,15 +1243,15 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1197
1243
|
"""
|
|
1198
1244
|
return pulumi.get(self, "metrics_user_config")
|
|
1199
1245
|
|
|
1200
|
-
@property
|
|
1246
|
+
@_builtins.property
|
|
1201
1247
|
@pulumi.getter
|
|
1202
|
-
def project(self) -> pulumi.Output[
|
|
1248
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
1203
1249
|
"""
|
|
1204
1250
|
Project the integration belongs to.
|
|
1205
1251
|
"""
|
|
1206
1252
|
return pulumi.get(self, "project")
|
|
1207
1253
|
|
|
1208
|
-
@property
|
|
1254
|
+
@_builtins.property
|
|
1209
1255
|
@pulumi.getter(name="prometheusUserConfig")
|
|
1210
1256
|
def prometheus_user_config(self) -> pulumi.Output[Optional['outputs.ServiceIntegrationPrometheusUserConfig']]:
|
|
1211
1257
|
"""
|
|
@@ -1213,25 +1259,25 @@ class ServiceIntegration(pulumi.CustomResource):
|
|
|
1213
1259
|
"""
|
|
1214
1260
|
return pulumi.get(self, "prometheus_user_config")
|
|
1215
1261
|
|
|
1216
|
-
@property
|
|
1262
|
+
@_builtins.property
|
|
1217
1263
|
@pulumi.getter(name="sourceEndpointId")
|
|
1218
|
-
def source_endpoint_id(self) -> pulumi.Output[Optional[
|
|
1264
|
+
def source_endpoint_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1219
1265
|
"""
|
|
1220
1266
|
Source endpoint for the integration.
|
|
1221
1267
|
"""
|
|
1222
1268
|
return pulumi.get(self, "source_endpoint_id")
|
|
1223
1269
|
|
|
1224
|
-
@property
|
|
1270
|
+
@_builtins.property
|
|
1225
1271
|
@pulumi.getter(name="sourceServiceName")
|
|
1226
|
-
def source_service_name(self) -> pulumi.Output[
|
|
1272
|
+
def source_service_name(self) -> pulumi.Output[_builtins.str]:
|
|
1227
1273
|
"""
|
|
1228
1274
|
Source service for the integration (if any)
|
|
1229
1275
|
"""
|
|
1230
1276
|
return pulumi.get(self, "source_service_name")
|
|
1231
1277
|
|
|
1232
|
-
@property
|
|
1278
|
+
@_builtins.property
|
|
1233
1279
|
@pulumi.getter(name="sourceServiceProject")
|
|
1234
|
-
def source_service_project(self) -> pulumi.Output[
|
|
1280
|
+
def source_service_project(self) -> pulumi.Output[_builtins.str]:
|
|
1235
1281
|
"""
|
|
1236
1282
|
Source service project name
|
|
1237
1283
|
"""
|