pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -1
- pulumi_aiven/_inputs.py +10923 -10764
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +69 -70
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +302 -303
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +23 -24
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +61 -62
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +65 -66
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +19 -20
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +52 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +336 -337
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +70 -71
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +55 -56
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14499 -14292
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +61 -62
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +191 -192
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -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
|
|
@@ -105,7 +104,7 @@ class GetServiceIntegrationResult:
|
|
|
105
104
|
raise TypeError("Expected argument 'source_service_project' to be a str")
|
|
106
105
|
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
107
106
|
|
|
108
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
109
108
|
@pulumi.getter(name="clickhouseCredentialsUserConfigs")
|
|
110
109
|
def clickhouse_credentials_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseCredentialsUserConfigResult']:
|
|
111
110
|
"""
|
|
@@ -113,7 +112,7 @@ class GetServiceIntegrationResult:
|
|
|
113
112
|
"""
|
|
114
113
|
return pulumi.get(self, "clickhouse_credentials_user_configs")
|
|
115
114
|
|
|
116
|
-
@property
|
|
115
|
+
@_builtins.property
|
|
117
116
|
@pulumi.getter(name="clickhouseKafkaUserConfigs")
|
|
118
117
|
def clickhouse_kafka_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhouseKafkaUserConfigResult']:
|
|
119
118
|
"""
|
|
@@ -121,7 +120,7 @@ class GetServiceIntegrationResult:
|
|
|
121
120
|
"""
|
|
122
121
|
return pulumi.get(self, "clickhouse_kafka_user_configs")
|
|
123
122
|
|
|
124
|
-
@property
|
|
123
|
+
@_builtins.property
|
|
125
124
|
@pulumi.getter(name="clickhousePostgresqlUserConfigs")
|
|
126
125
|
def clickhouse_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationClickhousePostgresqlUserConfigResult']:
|
|
127
126
|
"""
|
|
@@ -129,7 +128,7 @@ class GetServiceIntegrationResult:
|
|
|
129
128
|
"""
|
|
130
129
|
return pulumi.get(self, "clickhouse_postgresql_user_configs")
|
|
131
130
|
|
|
132
|
-
@property
|
|
131
|
+
@_builtins.property
|
|
133
132
|
@pulumi.getter(name="datadogUserConfigs")
|
|
134
133
|
def datadog_user_configs(self) -> Sequence['outputs.GetServiceIntegrationDatadogUserConfigResult']:
|
|
135
134
|
"""
|
|
@@ -137,31 +136,31 @@ class GetServiceIntegrationResult:
|
|
|
137
136
|
"""
|
|
138
137
|
return pulumi.get(self, "datadog_user_configs")
|
|
139
138
|
|
|
140
|
-
@property
|
|
139
|
+
@_builtins.property
|
|
141
140
|
@pulumi.getter(name="destinationEndpointId")
|
|
142
|
-
def destination_endpoint_id(self) ->
|
|
141
|
+
def destination_endpoint_id(self) -> _builtins.str:
|
|
143
142
|
"""
|
|
144
143
|
Destination endpoint for the integration.
|
|
145
144
|
"""
|
|
146
145
|
return pulumi.get(self, "destination_endpoint_id")
|
|
147
146
|
|
|
148
|
-
@property
|
|
147
|
+
@_builtins.property
|
|
149
148
|
@pulumi.getter(name="destinationServiceName")
|
|
150
|
-
def destination_service_name(self) ->
|
|
149
|
+
def destination_service_name(self) -> _builtins.str:
|
|
151
150
|
"""
|
|
152
151
|
Destination service for the integration.
|
|
153
152
|
"""
|
|
154
153
|
return pulumi.get(self, "destination_service_name")
|
|
155
154
|
|
|
156
|
-
@property
|
|
155
|
+
@_builtins.property
|
|
157
156
|
@pulumi.getter(name="destinationServiceProject")
|
|
158
|
-
def destination_service_project(self) ->
|
|
157
|
+
def destination_service_project(self) -> _builtins.str:
|
|
159
158
|
"""
|
|
160
159
|
Destination service project name
|
|
161
160
|
"""
|
|
162
161
|
return pulumi.get(self, "destination_service_project")
|
|
163
162
|
|
|
164
|
-
@property
|
|
163
|
+
@_builtins.property
|
|
165
164
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
|
|
166
165
|
def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult']:
|
|
167
166
|
"""
|
|
@@ -169,7 +168,7 @@ class GetServiceIntegrationResult:
|
|
|
169
168
|
"""
|
|
170
169
|
return pulumi.get(self, "external_aws_cloudwatch_logs_user_configs")
|
|
171
170
|
|
|
172
|
-
@property
|
|
171
|
+
@_builtins.property
|
|
173
172
|
@pulumi.getter(name="externalAwsCloudwatchMetricsUserConfigs")
|
|
174
173
|
def external_aws_cloudwatch_metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigResult']:
|
|
175
174
|
"""
|
|
@@ -177,7 +176,7 @@ class GetServiceIntegrationResult:
|
|
|
177
176
|
"""
|
|
178
177
|
return pulumi.get(self, "external_aws_cloudwatch_metrics_user_configs")
|
|
179
178
|
|
|
180
|
-
@property
|
|
179
|
+
@_builtins.property
|
|
181
180
|
@pulumi.getter(name="externalElasticsearchLogsUserConfigs")
|
|
182
181
|
def external_elasticsearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalElasticsearchLogsUserConfigResult']:
|
|
183
182
|
"""
|
|
@@ -185,7 +184,7 @@ class GetServiceIntegrationResult:
|
|
|
185
184
|
"""
|
|
186
185
|
return pulumi.get(self, "external_elasticsearch_logs_user_configs")
|
|
187
186
|
|
|
188
|
-
@property
|
|
187
|
+
@_builtins.property
|
|
189
188
|
@pulumi.getter(name="externalOpensearchLogsUserConfigs")
|
|
190
189
|
def external_opensearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalOpensearchLogsUserConfigResult']:
|
|
191
190
|
"""
|
|
@@ -193,7 +192,7 @@ class GetServiceIntegrationResult:
|
|
|
193
192
|
"""
|
|
194
193
|
return pulumi.get(self, "external_opensearch_logs_user_configs")
|
|
195
194
|
|
|
196
|
-
@property
|
|
195
|
+
@_builtins.property
|
|
197
196
|
@pulumi.getter(name="flinkExternalPostgresqlUserConfigs")
|
|
198
197
|
def flink_external_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult']:
|
|
199
198
|
"""
|
|
@@ -201,31 +200,31 @@ class GetServiceIntegrationResult:
|
|
|
201
200
|
"""
|
|
202
201
|
return pulumi.get(self, "flink_external_postgresql_user_configs")
|
|
203
202
|
|
|
204
|
-
@property
|
|
203
|
+
@_builtins.property
|
|
205
204
|
@pulumi.getter
|
|
206
|
-
def id(self) ->
|
|
205
|
+
def id(self) -> _builtins.str:
|
|
207
206
|
"""
|
|
208
207
|
The provider-assigned unique ID for this managed resource.
|
|
209
208
|
"""
|
|
210
209
|
return pulumi.get(self, "id")
|
|
211
210
|
|
|
212
|
-
@property
|
|
211
|
+
@_builtins.property
|
|
213
212
|
@pulumi.getter(name="integrationId")
|
|
214
|
-
def integration_id(self) ->
|
|
213
|
+
def integration_id(self) -> _builtins.str:
|
|
215
214
|
"""
|
|
216
215
|
The ID of the Aiven service integration.
|
|
217
216
|
"""
|
|
218
217
|
return pulumi.get(self, "integration_id")
|
|
219
218
|
|
|
220
|
-
@property
|
|
219
|
+
@_builtins.property
|
|
221
220
|
@pulumi.getter(name="integrationType")
|
|
222
|
-
def integration_type(self) ->
|
|
221
|
+
def integration_type(self) -> _builtins.str:
|
|
223
222
|
"""
|
|
224
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`.
|
|
225
224
|
"""
|
|
226
225
|
return pulumi.get(self, "integration_type")
|
|
227
226
|
|
|
228
|
-
@property
|
|
227
|
+
@_builtins.property
|
|
229
228
|
@pulumi.getter(name="kafkaConnectUserConfigs")
|
|
230
229
|
def kafka_connect_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaConnectUserConfigResult']:
|
|
231
230
|
"""
|
|
@@ -233,7 +232,7 @@ class GetServiceIntegrationResult:
|
|
|
233
232
|
"""
|
|
234
233
|
return pulumi.get(self, "kafka_connect_user_configs")
|
|
235
234
|
|
|
236
|
-
@property
|
|
235
|
+
@_builtins.property
|
|
237
236
|
@pulumi.getter(name="kafkaLogsUserConfigs")
|
|
238
237
|
def kafka_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaLogsUserConfigResult']:
|
|
239
238
|
"""
|
|
@@ -241,7 +240,7 @@ class GetServiceIntegrationResult:
|
|
|
241
240
|
"""
|
|
242
241
|
return pulumi.get(self, "kafka_logs_user_configs")
|
|
243
242
|
|
|
244
|
-
@property
|
|
243
|
+
@_builtins.property
|
|
245
244
|
@pulumi.getter(name="kafkaMirrormakerUserConfigs")
|
|
246
245
|
def kafka_mirrormaker_user_configs(self) -> Sequence['outputs.GetServiceIntegrationKafkaMirrormakerUserConfigResult']:
|
|
247
246
|
"""
|
|
@@ -249,7 +248,7 @@ class GetServiceIntegrationResult:
|
|
|
249
248
|
"""
|
|
250
249
|
return pulumi.get(self, "kafka_mirrormaker_user_configs")
|
|
251
250
|
|
|
252
|
-
@property
|
|
251
|
+
@_builtins.property
|
|
253
252
|
@pulumi.getter(name="logsUserConfigs")
|
|
254
253
|
def logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationLogsUserConfigResult']:
|
|
255
254
|
"""
|
|
@@ -257,7 +256,7 @@ class GetServiceIntegrationResult:
|
|
|
257
256
|
"""
|
|
258
257
|
return pulumi.get(self, "logs_user_configs")
|
|
259
258
|
|
|
260
|
-
@property
|
|
259
|
+
@_builtins.property
|
|
261
260
|
@pulumi.getter(name="metricsUserConfigs")
|
|
262
261
|
def metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationMetricsUserConfigResult']:
|
|
263
262
|
"""
|
|
@@ -265,15 +264,15 @@ class GetServiceIntegrationResult:
|
|
|
265
264
|
"""
|
|
266
265
|
return pulumi.get(self, "metrics_user_configs")
|
|
267
266
|
|
|
268
|
-
@property
|
|
267
|
+
@_builtins.property
|
|
269
268
|
@pulumi.getter
|
|
270
|
-
def project(self) ->
|
|
269
|
+
def project(self) -> _builtins.str:
|
|
271
270
|
"""
|
|
272
271
|
Project the integration belongs to.
|
|
273
272
|
"""
|
|
274
273
|
return pulumi.get(self, "project")
|
|
275
274
|
|
|
276
|
-
@property
|
|
275
|
+
@_builtins.property
|
|
277
276
|
@pulumi.getter(name="prometheusUserConfigs")
|
|
278
277
|
def prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationPrometheusUserConfigResult']:
|
|
279
278
|
"""
|
|
@@ -281,25 +280,25 @@ class GetServiceIntegrationResult:
|
|
|
281
280
|
"""
|
|
282
281
|
return pulumi.get(self, "prometheus_user_configs")
|
|
283
282
|
|
|
284
|
-
@property
|
|
283
|
+
@_builtins.property
|
|
285
284
|
@pulumi.getter(name="sourceEndpointId")
|
|
286
|
-
def source_endpoint_id(self) ->
|
|
285
|
+
def source_endpoint_id(self) -> _builtins.str:
|
|
287
286
|
"""
|
|
288
287
|
Source endpoint for the integration.
|
|
289
288
|
"""
|
|
290
289
|
return pulumi.get(self, "source_endpoint_id")
|
|
291
290
|
|
|
292
|
-
@property
|
|
291
|
+
@_builtins.property
|
|
293
292
|
@pulumi.getter(name="sourceServiceName")
|
|
294
|
-
def source_service_name(self) ->
|
|
293
|
+
def source_service_name(self) -> _builtins.str:
|
|
295
294
|
"""
|
|
296
295
|
Source service for the integration (if any)
|
|
297
296
|
"""
|
|
298
297
|
return pulumi.get(self, "source_service_name")
|
|
299
298
|
|
|
300
|
-
@property
|
|
299
|
+
@_builtins.property
|
|
301
300
|
@pulumi.getter(name="sourceServiceProject")
|
|
302
|
-
def source_service_project(self) ->
|
|
301
|
+
def source_service_project(self) -> _builtins.str:
|
|
303
302
|
"""
|
|
304
303
|
Source service project name
|
|
305
304
|
"""
|
|
@@ -339,10 +338,10 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
339
338
|
source_service_project=self.source_service_project)
|
|
340
339
|
|
|
341
340
|
|
|
342
|
-
def get_service_integration(destination_service_name: Optional[
|
|
343
|
-
integration_type: Optional[
|
|
344
|
-
project: Optional[
|
|
345
|
-
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,
|
|
346
345
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIntegrationResult:
|
|
347
346
|
"""
|
|
348
347
|
Gets information about an Aiven service integration.
|
|
@@ -360,10 +359,10 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
|
|
|
360
359
|
```
|
|
361
360
|
|
|
362
361
|
|
|
363
|
-
:param
|
|
364
|
-
:param
|
|
365
|
-
:param
|
|
366
|
-
: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)
|
|
367
366
|
"""
|
|
368
367
|
__args__ = dict()
|
|
369
368
|
__args__['destinationServiceName'] = destination_service_name
|
|
@@ -399,10 +398,10 @@ def get_service_integration(destination_service_name: Optional[builtins.str] = N
|
|
|
399
398
|
source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
|
|
400
399
|
source_service_name=pulumi.get(__ret__, 'source_service_name'),
|
|
401
400
|
source_service_project=pulumi.get(__ret__, 'source_service_project'))
|
|
402
|
-
def get_service_integration_output(destination_service_name: Optional[pulumi.Input[
|
|
403
|
-
integration_type: Optional[pulumi.Input[
|
|
404
|
-
project: Optional[pulumi.Input[
|
|
405
|
-
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,
|
|
406
405
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationResult]:
|
|
407
406
|
"""
|
|
408
407
|
Gets information about an Aiven service integration.
|
|
@@ -420,10 +419,10 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
420
419
|
```
|
|
421
420
|
|
|
422
421
|
|
|
423
|
-
:param
|
|
424
|
-
:param
|
|
425
|
-
:param
|
|
426
|
-
: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)
|
|
427
426
|
"""
|
|
428
427
|
__args__ = dict()
|
|
429
428
|
__args__['destinationServiceName'] = destination_service_name
|