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
|
|
@@ -62,89 +61,89 @@ class GetServiceComponentResult:
|
|
|
62
61
|
raise TypeError("Expected argument 'usage' to be a str")
|
|
63
62
|
pulumi.set(__self__, "usage", usage)
|
|
64
63
|
|
|
65
|
-
@property
|
|
64
|
+
@_builtins.property
|
|
66
65
|
@pulumi.getter
|
|
67
|
-
def component(self) ->
|
|
66
|
+
def component(self) -> _builtins.str:
|
|
68
67
|
"""
|
|
69
68
|
Service component name
|
|
70
69
|
"""
|
|
71
70
|
return pulumi.get(self, "component")
|
|
72
71
|
|
|
73
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
74
73
|
@pulumi.getter
|
|
75
|
-
def host(self) ->
|
|
74
|
+
def host(self) -> _builtins.str:
|
|
76
75
|
"""
|
|
77
76
|
DNS name for connecting to the service component
|
|
78
77
|
"""
|
|
79
78
|
return pulumi.get(self, "host")
|
|
80
79
|
|
|
81
|
-
@property
|
|
80
|
+
@_builtins.property
|
|
82
81
|
@pulumi.getter
|
|
83
|
-
def id(self) ->
|
|
82
|
+
def id(self) -> _builtins.str:
|
|
84
83
|
"""
|
|
85
84
|
The provider-assigned unique ID for this managed resource.
|
|
86
85
|
"""
|
|
87
86
|
return pulumi.get(self, "id")
|
|
88
87
|
|
|
89
|
-
@property
|
|
88
|
+
@_builtins.property
|
|
90
89
|
@pulumi.getter(name="kafkaAuthenticationMethod")
|
|
91
|
-
def kafka_authentication_method(self) -> Optional[
|
|
90
|
+
def kafka_authentication_method(self) -> Optional[_builtins.str]:
|
|
92
91
|
"""
|
|
93
92
|
Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
|
|
94
93
|
"""
|
|
95
94
|
return pulumi.get(self, "kafka_authentication_method")
|
|
96
95
|
|
|
97
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
98
97
|
@pulumi.getter(name="kafkaSslCa")
|
|
99
|
-
def kafka_ssl_ca(self) ->
|
|
98
|
+
def kafka_ssl_ca(self) -> _builtins.str:
|
|
100
99
|
"""
|
|
101
100
|
Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
|
|
102
101
|
"""
|
|
103
102
|
return pulumi.get(self, "kafka_ssl_ca")
|
|
104
103
|
|
|
105
|
-
@property
|
|
104
|
+
@_builtins.property
|
|
106
105
|
@pulumi.getter
|
|
107
|
-
def port(self) ->
|
|
106
|
+
def port(self) -> _builtins.int:
|
|
108
107
|
"""
|
|
109
108
|
Port number for connecting to the service component
|
|
110
109
|
"""
|
|
111
110
|
return pulumi.get(self, "port")
|
|
112
111
|
|
|
113
|
-
@property
|
|
112
|
+
@_builtins.property
|
|
114
113
|
@pulumi.getter
|
|
115
|
-
def project(self) ->
|
|
114
|
+
def project(self) -> _builtins.str:
|
|
116
115
|
"""
|
|
117
116
|
Project name
|
|
118
117
|
"""
|
|
119
118
|
return pulumi.get(self, "project")
|
|
120
119
|
|
|
121
|
-
@property
|
|
120
|
+
@_builtins.property
|
|
122
121
|
@pulumi.getter
|
|
123
|
-
def route(self) -> Optional[
|
|
122
|
+
def route(self) -> Optional[_builtins.str]:
|
|
124
123
|
"""
|
|
125
124
|
Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
|
|
126
125
|
"""
|
|
127
126
|
return pulumi.get(self, "route")
|
|
128
127
|
|
|
129
|
-
@property
|
|
128
|
+
@_builtins.property
|
|
130
129
|
@pulumi.getter(name="serviceName")
|
|
131
|
-
def service_name(self) -> Optional[
|
|
130
|
+
def service_name(self) -> Optional[_builtins.str]:
|
|
132
131
|
"""
|
|
133
132
|
Service name
|
|
134
133
|
"""
|
|
135
134
|
return pulumi.get(self, "service_name")
|
|
136
135
|
|
|
137
|
-
@property
|
|
136
|
+
@_builtins.property
|
|
138
137
|
@pulumi.getter
|
|
139
|
-
def ssl(self) -> Optional[
|
|
138
|
+
def ssl(self) -> Optional[_builtins.bool]:
|
|
140
139
|
"""
|
|
141
140
|
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
|
|
142
141
|
"""
|
|
143
142
|
return pulumi.get(self, "ssl")
|
|
144
143
|
|
|
145
|
-
@property
|
|
144
|
+
@_builtins.property
|
|
146
145
|
@pulumi.getter
|
|
147
|
-
def usage(self) -> Optional[
|
|
146
|
+
def usage(self) -> Optional[_builtins.str]:
|
|
148
147
|
"""
|
|
149
148
|
DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
|
|
150
149
|
"""
|
|
@@ -170,13 +169,13 @@ class AwaitableGetServiceComponentResult(GetServiceComponentResult):
|
|
|
170
169
|
usage=self.usage)
|
|
171
170
|
|
|
172
171
|
|
|
173
|
-
def get_service_component(component: Optional[
|
|
174
|
-
kafka_authentication_method: Optional[
|
|
175
|
-
project: Optional[
|
|
176
|
-
route: Optional[
|
|
177
|
-
service_name: Optional[
|
|
178
|
-
ssl: Optional[
|
|
179
|
-
usage: Optional[
|
|
172
|
+
def get_service_component(component: Optional[_builtins.str] = None,
|
|
173
|
+
kafka_authentication_method: Optional[_builtins.str] = None,
|
|
174
|
+
project: Optional[_builtins.str] = None,
|
|
175
|
+
route: Optional[_builtins.str] = None,
|
|
176
|
+
service_name: Optional[_builtins.str] = None,
|
|
177
|
+
ssl: Optional[_builtins.bool] = None,
|
|
178
|
+
usage: Optional[_builtins.str] = None,
|
|
180
179
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceComponentResult:
|
|
181
180
|
"""
|
|
182
181
|
The Service Component data source provides information about the existing Aiven service Component.
|
|
@@ -197,13 +196,13 @@ def get_service_component(component: Optional[builtins.str] = None,
|
|
|
197
196
|
```
|
|
198
197
|
|
|
199
198
|
|
|
200
|
-
:param
|
|
201
|
-
:param
|
|
202
|
-
:param
|
|
203
|
-
:param
|
|
204
|
-
:param
|
|
205
|
-
:param
|
|
206
|
-
:param
|
|
199
|
+
:param _builtins.str component: Service component name
|
|
200
|
+
:param _builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
|
|
201
|
+
:param _builtins.str project: Project name
|
|
202
|
+
:param _builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
|
|
203
|
+
:param _builtins.str service_name: Service name
|
|
204
|
+
:param _builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
|
|
205
|
+
:param _builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
|
|
207
206
|
"""
|
|
208
207
|
__args__ = dict()
|
|
209
208
|
__args__['component'] = component
|
|
@@ -228,13 +227,13 @@ def get_service_component(component: Optional[builtins.str] = None,
|
|
|
228
227
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
229
228
|
ssl=pulumi.get(__ret__, 'ssl'),
|
|
230
229
|
usage=pulumi.get(__ret__, 'usage'))
|
|
231
|
-
def get_service_component_output(component: Optional[pulumi.Input[
|
|
232
|
-
kafka_authentication_method: Optional[pulumi.Input[Optional[
|
|
233
|
-
project: Optional[pulumi.Input[
|
|
234
|
-
route: Optional[pulumi.Input[Optional[
|
|
235
|
-
service_name: Optional[pulumi.Input[Optional[
|
|
236
|
-
ssl: Optional[pulumi.Input[Optional[
|
|
237
|
-
usage: Optional[pulumi.Input[Optional[
|
|
230
|
+
def get_service_component_output(component: Optional[pulumi.Input[_builtins.str]] = None,
|
|
231
|
+
kafka_authentication_method: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
232
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
233
|
+
route: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
234
|
+
service_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
235
|
+
ssl: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
236
|
+
usage: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
238
237
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceComponentResult]:
|
|
239
238
|
"""
|
|
240
239
|
The Service Component data source provides information about the existing Aiven service Component.
|
|
@@ -255,13 +254,13 @@ def get_service_component_output(component: Optional[pulumi.Input[builtins.str]]
|
|
|
255
254
|
```
|
|
256
255
|
|
|
257
256
|
|
|
258
|
-
:param
|
|
259
|
-
:param
|
|
260
|
-
:param
|
|
261
|
-
:param
|
|
262
|
-
:param
|
|
263
|
-
:param
|
|
264
|
-
:param
|
|
257
|
+
:param _builtins.str component: Service component name
|
|
258
|
+
:param _builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
|
|
259
|
+
:param _builtins.str project: Project name
|
|
260
|
+
:param _builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
|
|
261
|
+
:param _builtins.str service_name: Service name
|
|
262
|
+
:param _builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
|
|
263
|
+
:param _builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
|
|
265
264
|
"""
|
|
266
265
|
__args__ = dict()
|
|
267
266
|
__args__['component'] = component
|
|
@@ -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
|
|
@@ -28,7 +27,10 @@ class GetServiceIntegrationResult:
|
|
|
28
27
|
"""
|
|
29
28
|
A collection of values returned by getServiceIntegration.
|
|
30
29
|
"""
|
|
31
|
-
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, destination_service_project=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None, source_service_project=None):
|
|
30
|
+
def __init__(__self__, clickhouse_credentials_user_configs=None, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, destination_service_project=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None, source_service_project=None):
|
|
31
|
+
if clickhouse_credentials_user_configs and not isinstance(clickhouse_credentials_user_configs, list):
|
|
32
|
+
raise TypeError("Expected argument 'clickhouse_credentials_user_configs' to be a list")
|
|
33
|
+
pulumi.set(__self__, "clickhouse_credentials_user_configs", clickhouse_credentials_user_configs)
|
|
32
34
|
if clickhouse_kafka_user_configs and not isinstance(clickhouse_kafka_user_configs, list):
|
|
33
35
|
raise TypeError("Expected argument 'clickhouse_kafka_user_configs' to be a list")
|
|
34
36
|
pulumi.set(__self__, "clickhouse_kafka_user_configs", clickhouse_kafka_user_configs)
|
|
@@ -102,7 +104,15 @@ class GetServiceIntegrationResult:
|
|
|
102
104
|
raise TypeError("Expected argument 'source_service_project' to be a str")
|
|
103
105
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
104
106
|
|
|
105
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
108
|
+
@pulumi.getter(name="clickhouseCredentialsUserConfigs")
|
|
109
|
+
def clickhouse_credentials_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseCredentialsUserConfigResult']:
|
|
110
|
+
"""
|
|
111
|
+
ClickhouseCredentials user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "clickhouse_credentials_user_configs")
|
|
114
|
+
|
|
115
|
+
@_builtins.property
|
|
106
116
|
@pulumi.getter(name="clickhouseKafkaUserConfigs")
|
|
107
117
|
def clickhouse_kafka_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigResult']:
|
|
108
118
|
"""
|
|
@@ -110,7 +120,7 @@ class GetServiceIntegrationResult:
|
|
|
110
120
|
"""
|
|
111
121
|
return pulumi.get(self, "clickhouse_kafka_user_configs")
|
|
112
122
|
|
|
113
|
-
@property
|
|
123
|
+
@_builtins.property
|
|
114
124
|
@pulumi.getter(name="clickhousePostgresqlUserConfigs")
|
|
115
125
|
def clickhouse_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhousePostgresqlUserConfigResult']:
|
|
116
126
|
"""
|
|
@@ -118,7 +128,7 @@ class GetServiceIntegrationResult:
|
|
|
118
128
|
"""
|
|
119
129
|
return pulumi.get(self, "clickhouse_postgresql_user_configs")
|
|
120
130
|
|
|
121
|
-
@property
|
|
131
|
+
@_builtins.property
|
|
122
132
|
@pulumi.getter(name="datadogUserConfigs")
|
|
123
133
|
def datadog_user_configs(self) -> Sequence['outputs.GetServiceIntegrationDatadogUserConfigResult']:
|
|
124
134
|
"""
|
|
@@ -126,31 +136,31 @@ class GetServiceIntegrationResult:
|
|
|
126
136
|
"""
|
|
127
137
|
return pulumi.get(self, "datadog_user_configs")
|
|
128
138
|
|
|
129
|
-
@property
|
|
139
|
+
@_builtins.property
|
|
130
140
|
@pulumi.getter(name="destinationEndpointId")
|
|
131
|
-
def destination_endpoint_id(self) ->
|
|
141
|
+
def destination_endpoint_id(self) -> _builtins.str:
|
|
132
142
|
"""
|
|
133
143
|
Destination endpoint for the integration.
|
|
134
144
|
"""
|
|
135
145
|
return pulumi.get(self, "destination_endpoint_id")
|
|
136
146
|
|
|
137
|
-
@property
|
|
147
|
+
@_builtins.property
|
|
138
148
|
@pulumi.getter(name="destinationServiceName")
|
|
139
|
-
def destination_service_name(self) ->
|
|
149
|
+
def destination_service_name(self) -> _builtins.str:
|
|
140
150
|
"""
|
|
141
151
|
Destination service for the integration.
|
|
142
152
|
"""
|
|
143
153
|
return pulumi.get(self, "destination_service_name")
|
|
144
154
|
|
|
145
|
-
@property
|
|
155
|
+
@_builtins.property
|
|
146
156
|
@pulumi.getter(name="destinationServiceProject")
|
|
147
|
-
def destination_service_project(self) ->
|
|
157
|
+
def destination_service_project(self) -> _builtins.str:
|
|
148
158
|
"""
|
|
149
159
|
Destination service project name
|
|
150
160
|
"""
|
|
151
161
|
return pulumi.get(self, "destination_service_project")
|
|
152
162
|
|
|
153
|
-
@property
|
|
163
|
+
@_builtins.property
|
|
154
164
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
|
|
155
165
|
def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult']:
|
|
156
166
|
"""
|
|
@@ -158,7 +168,7 @@ class GetServiceIntegrationResult:
|
|
|
158
168
|
"""
|
|
159
169
|
return pulumi.get(self, "external_aws_cloudwatch_logs_user_configs")
|
|
160
170
|
|
|
161
|
-
@property
|
|
171
|
+
@_builtins.property
|
|
162
172
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfigs")
|
|
163
173
|
def external_aws_cloudwatch_metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult']:
|
|
164
174
|
"""
|
|
@@ -166,7 +176,7 @@ class GetServiceIntegrationResult:
|
|
|
166
176
|
"""
|
|
167
177
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_configs")
|
|
168
178
|
|
|
169
|
-
@property
|
|
179
|
+
@_builtins.property
|
|
170
180
|
@pulumi.getter(name="externalElasticsearchLogsUserConfigs")
|
|
171
181
|
def external_elasticsearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalElasticsearchLogsUserConfigResult']:
|
|
172
182
|
"""
|
|
@@ -174,7 +184,7 @@ class GetServiceIntegrationResult:
|
|
|
174
184
|
"""
|
|
175
185
|
return pulumi.get(self, "external_elasticsearch_logs_user_configs")
|
|
176
186
|
|
|
177
|
-
@property
|
|
187
|
+
@_builtins.property
|
|
178
188
|
@pulumi.getter(name="externalOpensearchLogsUserConfigs")
|
|
179
189
|
def external_opensearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalOpensearchLogsUserConfigResult']:
|
|
180
190
|
"""
|
|
@@ -182,7 +192,7 @@ class GetServiceIntegrationResult:
|
|
|
182
192
|
"""
|
|
183
193
|
return pulumi.get(self, "external_opensearch_logs_user_configs")
|
|
184
194
|
|
|
185
|
-
@property
|
|
195
|
+
@_builtins.property
|
|
186
196
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfigs")
|
|
187
197
|
def flink_external_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult']:
|
|
188
198
|
"""
|
|
@@ -190,31 +200,31 @@ class GetServiceIntegrationResult:
|
|
|
190
200
|
"""
|
|
191
201
|
return pulumi.get(self, "flink_external_postgresql_user_configs")
|
|
192
202
|
|
|
193
|
-
@property
|
|
203
|
+
@_builtins.property
|
|
194
204
|
@pulumi.getter
|
|
195
|
-
def id(self) ->
|
|
205
|
+
def id(self) -> _builtins.str:
|
|
196
206
|
"""
|
|
197
207
|
The provider-assigned unique ID for this managed resource.
|
|
198
208
|
"""
|
|
199
209
|
return pulumi.get(self, "id")
|
|
200
210
|
|
|
201
|
-
@property
|
|
211
|
+
@_builtins.property
|
|
202
212
|
@pulumi.getter(name="integrationId")
|
|
203
|
-
def integration_id(self) ->
|
|
213
|
+
def integration_id(self) -> _builtins.str:
|
|
204
214
|
"""
|
|
205
215
|
The ID of the Aiven service integration.
|
|
206
216
|
"""
|
|
207
217
|
return pulumi.get(self, "integration_id")
|
|
208
218
|
|
|
209
|
-
@property
|
|
219
|
+
@_builtins.property
|
|
210
220
|
@pulumi.getter(name="integrationType")
|
|
211
|
-
def integration_type(self) ->
|
|
221
|
+
def integration_type(self) -> _builtins.str:
|
|
212
222
|
"""
|
|
213
223
|
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`.
|
|
214
224
|
"""
|
|
215
225
|
return pulumi.get(self, "integration_type")
|
|
216
226
|
|
|
217
|
-
@property
|
|
227
|
+
@_builtins.property
|
|
218
228
|
@pulumi.getter(name="kafkaConnectUserConfigs")
|
|
219
229
|
def kafka_connect_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaConnectUserConfigResult']:
|
|
220
230
|
"""
|
|
@@ -222,7 +232,7 @@ class GetServiceIntegrationResult:
|
|
|
222
232
|
"""
|
|
223
233
|
return pulumi.get(self, "kafka_connect_user_configs")
|
|
224
234
|
|
|
225
|
-
@property
|
|
235
|
+
@_builtins.property
|
|
226
236
|
@pulumi.getter(name="kafkaLogsUserConfigs")
|
|
227
237
|
def kafka_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaLogsUserConfigResult']:
|
|
228
238
|
"""
|
|
@@ -230,7 +240,7 @@ class GetServiceIntegrationResult:
|
|
|
230
240
|
"""
|
|
231
241
|
return pulumi.get(self, "kafka_logs_user_configs")
|
|
232
242
|
|
|
233
|
-
@property
|
|
243
|
+
@_builtins.property
|
|
234
244
|
@pulumi.getter(name="kafkaMirrormakerUserConfigs")
|
|
235
245
|
def kafka_mirrormaker_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaMirrormakerUserConfigResult']:
|
|
236
246
|
"""
|
|
@@ -238,7 +248,7 @@ class GetServiceIntegrationResult:
|
|
|
238
248
|
"""
|
|
239
249
|
return pulumi.get(self, "kafka_mirrormaker_user_configs")
|
|
240
250
|
|
|
241
|
-
@property
|
|
251
|
+
@_builtins.property
|
|
242
252
|
@pulumi.getter(name="logsUserConfigs")
|
|
243
253
|
def logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationLogsUserConfigResult']:
|
|
244
254
|
"""
|
|
@@ -246,7 +256,7 @@ class GetServiceIntegrationResult:
|
|
|
246
256
|
"""
|
|
247
257
|
return pulumi.get(self, "logs_user_configs")
|
|
248
258
|
|
|
249
|
-
@property
|
|
259
|
+
@_builtins.property
|
|
250
260
|
@pulumi.getter(name="metricsUserConfigs")
|
|
251
261
|
def metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationMetricsUserConfigResult']:
|
|
252
262
|
"""
|
|
@@ -254,15 +264,15 @@ class GetServiceIntegrationResult:
|
|
|
254
264
|
"""
|
|
255
265
|
return pulumi.get(self, "metrics_user_configs")
|
|
256
266
|
|
|
257
|
-
@property
|
|
267
|
+
@_builtins.property
|
|
258
268
|
@pulumi.getter
|
|
259
|
-
def project(self) ->
|
|
269
|
+
def project(self) -> _builtins.str:
|
|
260
270
|
"""
|
|
261
271
|
Project the integration belongs to.
|
|
262
272
|
"""
|
|
263
273
|
return pulumi.get(self, "project")
|
|
264
274
|
|
|
265
|
-
@property
|
|
275
|
+
@_builtins.property
|
|
266
276
|
@pulumi.getter(name="prometheusUserConfigs")
|
|
267
277
|
def prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationPrometheusUserConfigResult']:
|
|
268
278
|
"""
|
|
@@ -270,25 +280,25 @@ class GetServiceIntegrationResult:
|
|
|
270
280
|
"""
|
|
271
281
|
return pulumi.get(self, "prometheus_user_configs")
|
|
272
282
|
|
|
273
|
-
@property
|
|
283
|
+
@_builtins.property
|
|
274
284
|
@pulumi.getter(name="sourceEndpointId")
|
|
275
|
-
def source_endpoint_id(self) ->
|
|
285
|
+
def source_endpoint_id(self) -> _builtins.str:
|
|
276
286
|
"""
|
|
277
287
|
Source endpoint for the integration.
|
|
278
288
|
"""
|
|
279
289
|
return pulumi.get(self, "source_endpoint_id")
|
|
280
290
|
|
|
281
|
-
@property
|
|
291
|
+
@_builtins.property
|
|
282
292
|
@pulumi.getter(name="sourceServiceName")
|
|
283
|
-
def source_service_name(self) ->
|
|
293
|
+
def source_service_name(self) -> _builtins.str:
|
|
284
294
|
"""
|
|
285
295
|
Source service for the integration (if any)
|
|
286
296
|
"""
|
|
287
297
|
return pulumi.get(self, "source_service_name")
|
|
288
298
|
|
|
289
|
-
@property
|
|
299
|
+
@_builtins.property
|
|
290
300
|
@pulumi.getter(name="sourceServiceProject")
|
|
291
|
-
def source_service_project(self) ->
|
|
301
|
+
def source_service_project(self) -> _builtins.str:
|
|
292
302
|
"""
|
|
293
303
|
Source service project name
|
|
294
304
|
"""
|
|
@@ -301,6 +311,7 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
301
311
|
if False:
|
|
302
312
|
yield self
|
|
303
313
|
return GetServiceIntegrationResult(
|
|
314
|
+
clickhouse_credentials_user_configs=self.clickhouse_credentials_user_configs,
|
|
304
315
|
clickhouse_kafka_user_configs=self.clickhouse_kafka_user_configs,
|
|
305
316
|
clickhouse_postgresql_user_configs=self.clickhouse_postgresql_user_configs,
|
|
306
317
|
datadog_user_configs=self.datadog_user_configs,
|
|
@@ -327,10 +338,10 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
327
338
|
source_service_project=self.source_service_project)
|
|
328
339
|
|
|
329
340
|
|
|
330
|
-
def get_service_integration(destination_service_name: Optional[
|
|
331
|
-
integration_type: Optional[
|
|
332
|
-
project: Optional[
|
|
333
|
-
source_service_name: Optional[
|
|
341
|
+
def get_service_integration(destination_service_name: Optional[_builtins.str] = None,
|
|
342
|
+
integration_type: Optional[_builtins.str] = None,
|
|
343
|
+
project: Optional[_builtins.str] = None,
|
|
344
|
+
source_service_name: Optional[_builtins.str] = None,
|
|
334
345
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIntegrationResult:
|
|
335
346
|
"""
|
|
336
347
|
Gets information about an Aiven service integration.
|
|
@@ -348,10 +359,10 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
|
|
|
348
359
|
```
|
|
349
360
|
|
|
350
361
|
|
|
351
|
-
:param
|
|
352
|
-
:param
|
|
353
|
-
:param
|
|
354
|
-
:param
|
|
362
|
+
:param _builtins.str destination_service_name: Destination service for the integration.
|
|
363
|
+
:param _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`.
|
|
364
|
+
:param _builtins.str project: Project the integration belongs to.
|
|
365
|
+
:param _builtins.str source_service_name: Source service for the integration (if any)
|
|
355
366
|
"""
|
|
356
367
|
__args__ = dict()
|
|
357
368
|
__args__['destinationServiceName'] = destination_service_name
|
|
@@ -362,6 +373,7 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
|
|
|
362
373
|
__ret__ = pulumi.runtime.invoke('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult).value
|
|
363
374
|
|
|
364
375
|
return AwaitableGetServiceIntegrationResult(
|
|
376
|
+
clickhouse_credentials_user_configs=pulumi.get(__ret__, 'clickhouse_credentials_user_configs'),
|
|
365
377
|
clickhouse_kafka_user_configs=pulumi.get(__ret__, 'clickhouse_kafka_user_configs'),
|
|
366
378
|
clickhouse_postgresql_user_configs=pulumi.get(__ret__, 'clickhouse_postgresql_user_configs'),
|
|
367
379
|
datadog_user_configs=pulumi.get(__ret__, 'datadog_user_configs'),
|
|
@@ -386,10 +398,10 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
|
|
|
386
398
|
source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
|
|
387
399
|
source_service_name=pulumi.get(__ret__, 'source_service_name'),
|
|
388
400
|
source_service_project=pulumi.get(__ret__, 'source_service_project'))
|
|
389
|
-
def get_service_integration_output(destination_service_name: Optional[pulumi.Input[
|
|
390
|
-
integration_type: Optional[pulumi.Input[
|
|
391
|
-
project: Optional[pulumi.Input[
|
|
392
|
-
source_service_name: Optional[pulumi.Input[
|
|
401
|
+
def get_service_integration_output(destination_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
402
|
+
integration_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
403
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
404
|
+
source_service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
393
405
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationResult]:
|
|
394
406
|
"""
|
|
395
407
|
Gets information about an Aiven service integration.
|
|
@@ -407,10 +419,10 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
407
419
|
```
|
|
408
420
|
|
|
409
421
|
|
|
410
|
-
:param
|
|
411
|
-
:param
|
|
412
|
-
:param
|
|
413
|
-
:param
|
|
422
|
+
:param _builtins.str destination_service_name: Destination service for the integration.
|
|
423
|
+
:param _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`.
|
|
424
|
+
:param _builtins.str project: Project the integration belongs to.
|
|
425
|
+
:param _builtins.str source_service_name: Source service for the integration (if any)
|
|
414
426
|
"""
|
|
415
427
|
__args__ = dict()
|
|
416
428
|
__args__['destinationServiceName'] = destination_service_name
|
|
@@ -420,6 +432,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
420
432
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
421
433
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult)
|
|
422
434
|
return __ret__.apply(lambda __response__: GetServiceIntegrationResult(
|
|
435
|
+
clickhouse_credentials_user_configs=pulumi.get(__response__, 'clickhouse_credentials_user_configs'),
|
|
423
436
|
clickhouse_kafka_user_configs=pulumi.get(__response__, 'clickhouse_kafka_user_configs'),
|
|
424
437
|
clickhouse_postgresql_user_configs=pulumi.get(__response__, 'clickhouse_postgresql_user_configs'),
|
|
425
438
|
datadog_user_configs=pulumi.get(__response__, 'datadog_user_configs'),
|