pulumi-aiven 6.36.0a1741493223__py3-none-any.whl → 6.37.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 +22 -0
- pulumi_aiven/_inputs.py +9039 -8239
- pulumi_aiven/account.py +71 -70
- pulumi_aiven/account_authentication.py +204 -203
- pulumi_aiven/account_team.py +50 -49
- pulumi_aiven/account_team_member.py +64 -63
- pulumi_aiven/account_team_project.py +60 -59
- pulumi_aiven/alloydbomni.py +250 -257
- pulumi_aiven/alloydbomni_database.py +71 -70
- pulumi_aiven/alloydbomni_user.py +92 -91
- pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
- pulumi_aiven/aws_privatelink.py +57 -56
- pulumi_aiven/aws_vpc_peering_connection.py +78 -77
- pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
- pulumi_aiven/azure_privatelink.py +71 -70
- pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
- pulumi_aiven/azure_vpc_peering_connection.py +106 -105
- pulumi_aiven/billing_group.py +211 -210
- pulumi_aiven/cassandra.py +236 -243
- pulumi_aiven/cassandra_user.py +78 -77
- pulumi_aiven/clickhouse.py +236 -243
- pulumi_aiven/clickhouse_database.py +53 -52
- pulumi_aiven/clickhouse_grant.py +57 -56
- pulumi_aiven/clickhouse_role.py +43 -42
- pulumi_aiven/clickhouse_user.py +64 -63
- pulumi_aiven/config/__init__.py +1 -0
- pulumi_aiven/config/__init__.pyi +1 -0
- pulumi_aiven/config/vars.py +1 -0
- pulumi_aiven/connection_pool.py +106 -105
- pulumi_aiven/dragonfly.py +236 -243
- pulumi_aiven/flink.py +236 -243
- pulumi_aiven/flink_application.py +78 -77
- pulumi_aiven/flink_application_deployment.py +113 -112
- pulumi_aiven/flink_application_version.py +85 -84
- pulumi_aiven/flink_jar_application.py +78 -77
- pulumi_aiven/flink_jar_application_deployment.py +176 -175
- pulumi_aiven/flink_jar_application_version.py +92 -91
- pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
- pulumi_aiven/gcp_privatelink.py +50 -49
- pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
- pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
- pulumi_aiven/get_account.py +14 -13
- pulumi_aiven/get_account_authentication.py +27 -26
- pulumi_aiven/get_account_team.py +15 -14
- pulumi_aiven/get_account_team_member.py +20 -19
- pulumi_aiven/get_account_team_project.py +19 -18
- pulumi_aiven/get_alloydbomni.py +35 -37
- pulumi_aiven/get_alloydbomni_database.py +19 -18
- pulumi_aiven/get_alloydbomni_user.py +22 -21
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
- pulumi_aiven/get_aws_privatelink.py +15 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
- pulumi_aiven/get_azure_privatelink.py +17 -16
- pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
- pulumi_aiven/get_billing_group.py +41 -22
- pulumi_aiven/get_cassanda.py +34 -36
- pulumi_aiven/get_cassandra.py +34 -36
- pulumi_aiven/get_cassandra_user.py +21 -20
- pulumi_aiven/get_clickhouse.py +34 -36
- pulumi_aiven/get_clickhouse_database.py +18 -17
- pulumi_aiven/get_clickhouse_user.py +20 -19
- pulumi_aiven/get_connection_pool.py +22 -21
- pulumi_aiven/get_dragonfly.py +34 -36
- pulumi_aiven/get_external_identity.py +22 -21
- pulumi_aiven/get_flink.py +34 -36
- pulumi_aiven/get_flink_application.py +22 -21
- pulumi_aiven/get_flink_application_version.py +26 -25
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
- pulumi_aiven/get_gcp_privatelink.py +15 -14
- pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
- pulumi_aiven/get_grafana.py +34 -36
- pulumi_aiven/get_influx_db.py +28 -27
- pulumi_aiven/get_influxdb_database.py +12 -11
- pulumi_aiven/get_influxdb_user.py +15 -14
- pulumi_aiven/get_kafka.py +36 -38
- pulumi_aiven/get_kafka_acl.py +28 -27
- pulumi_aiven/get_kafka_connect.py +34 -36
- pulumi_aiven/get_kafka_connector.py +24 -23
- pulumi_aiven/get_kafka_mirror_maker.py +34 -36
- pulumi_aiven/get_kafka_schema.py +21 -20
- pulumi_aiven/get_kafka_schema_configuration.py +17 -16
- pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
- pulumi_aiven/get_kafka_topic.py +22 -21
- pulumi_aiven/get_kafka_user.py +21 -20
- pulumi_aiven/get_m3_aggregator.py +34 -36
- pulumi_aiven/get_m3_db.py +34 -36
- pulumi_aiven/get_m3db_user.py +19 -18
- pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
- pulumi_aiven/get_my_sql.py +34 -36
- pulumi_aiven/get_mysql_database.py +18 -17
- pulumi_aiven/get_mysql_user.py +22 -21
- pulumi_aiven/get_open_search.py +34 -36
- pulumi_aiven/get_open_search_acl_config.py +14 -13
- pulumi_aiven/get_open_search_acl_rule.py +27 -26
- pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
- pulumi_aiven/get_opensearch_user.py +19 -18
- pulumi_aiven/get_organization.py +14 -13
- pulumi_aiven/get_organization_address.py +227 -0
- pulumi_aiven/get_organization_application_user.py +16 -35
- pulumi_aiven/get_organization_billing_group.py +241 -0
- pulumi_aiven/get_organization_billing_group_list.py +110 -0
- pulumi_aiven/get_organization_project.py +30 -15
- pulumi_aiven/get_organization_user.py +18 -17
- pulumi_aiven/get_organization_user_group.py +16 -15
- pulumi_aiven/get_organization_user_list.py +32 -19
- pulumi_aiven/get_organization_vpc.py +17 -16
- pulumi_aiven/get_organizational_unit.py +11 -10
- pulumi_aiven/get_pg.py +34 -36
- pulumi_aiven/get_pg_database.py +20 -19
- pulumi_aiven/get_pg_user.py +22 -21
- pulumi_aiven/get_project.py +19 -18
- pulumi_aiven/get_project_user.py +17 -16
- pulumi_aiven/get_project_vpc.py +19 -18
- pulumi_aiven/get_redis.py +34 -36
- pulumi_aiven/get_redis_user.py +23 -22
- pulumi_aiven/get_service_component.py +54 -39
- pulumi_aiven/get_service_integration.py +29 -28
- pulumi_aiven/get_service_integration_endpoint.py +14 -13
- pulumi_aiven/get_thanos.py +34 -36
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
- pulumi_aiven/get_valkey.py +34 -36
- pulumi_aiven/get_valkey_user.py +23 -22
- pulumi_aiven/grafana.py +236 -243
- pulumi_aiven/influx_db.py +289 -282
- pulumi_aiven/influxdb_database.py +53 -52
- pulumi_aiven/influxdb_user.py +78 -77
- pulumi_aiven/kafka.py +266 -273
- pulumi_aiven/kafka_acl.py +78 -77
- pulumi_aiven/kafka_connect.py +236 -243
- pulumi_aiven/kafka_connector.py +99 -98
- pulumi_aiven/kafka_mirror_maker.py +236 -243
- pulumi_aiven/kafka_native_acl.py +127 -126
- pulumi_aiven/kafka_quota.py +99 -98
- pulumi_aiven/kafka_schema.py +92 -91
- pulumi_aiven/kafka_schema_configuration.py +43 -42
- pulumi_aiven/kafka_schema_registry_acl.py +78 -77
- pulumi_aiven/kafka_topic.py +109 -108
- pulumi_aiven/kafka_user.py +78 -77
- pulumi_aiven/m3_aggregator.py +236 -243
- pulumi_aiven/m3_db.py +236 -243
- pulumi_aiven/m3db_user.py +64 -63
- pulumi_aiven/mirror_maker_replication_flow.py +225 -224
- pulumi_aiven/my_sql.py +236 -243
- pulumi_aiven/mysql_database.py +53 -52
- pulumi_aiven/mysql_user.py +92 -91
- pulumi_aiven/open_search.py +236 -243
- pulumi_aiven/open_search_acl_config.py +57 -56
- pulumi_aiven/open_search_acl_rule.py +75 -74
- pulumi_aiven/opensearch_security_plugin_config.py +64 -63
- pulumi_aiven/opensearch_user.py +64 -63
- pulumi_aiven/organization.py +38 -37
- pulumi_aiven/organization_address.py +557 -0
- pulumi_aiven/organization_application_user.py +66 -67
- pulumi_aiven/organization_application_user_token.py +202 -154
- pulumi_aiven/organization_billing_group.py +645 -0
- pulumi_aiven/organization_group_project.py +48 -47
- pulumi_aiven/organization_permission.py +61 -46
- pulumi_aiven/organization_project.py +114 -82
- pulumi_aiven/organization_user.py +57 -56
- pulumi_aiven/organization_user_group.py +64 -63
- pulumi_aiven/organization_user_group_member.py +50 -81
- pulumi_aiven/organization_vpc.py +71 -70
- pulumi_aiven/organizational_unit.py +50 -49
- pulumi_aiven/outputs.py +10986 -9945
- pulumi_aiven/pg.py +236 -243
- pulumi_aiven/pg_database.py +81 -80
- pulumi_aiven/pg_user.py +92 -91
- pulumi_aiven/project.py +155 -154
- pulumi_aiven/project_user.py +55 -54
- pulumi_aiven/project_vpc.py +50 -49
- pulumi_aiven/provider.py +9 -8
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +236 -243
- pulumi_aiven/redis_user.py +120 -119
- pulumi_aiven/service_integration.py +124 -123
- pulumi_aiven/service_integration_endpoint.py +50 -49
- pulumi_aiven/static_ip.py +57 -56
- pulumi_aiven/thanos.py +236 -243
- pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
- pulumi_aiven/valkey.py +236 -243
- pulumi_aiven/valkey_user.py +120 -119
- {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.37.0.dist-info}/METADATA +2 -2
- pulumi_aiven-6.37.0.dist-info/RECORD +188 -0
- {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.37.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.36.0a1741493223.dist-info/RECORD +0 -183
- {pulumi_aiven-6.36.0a1741493223.dist-info → pulumi_aiven-6.37.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -115,17 +116,17 @@ class GetKafkaConnectResult:
|
|
|
115
116
|
|
|
116
117
|
@property
|
|
117
118
|
@pulumi.getter(name="additionalDiskSpace")
|
|
118
|
-
def additional_disk_space(self) -> str:
|
|
119
|
+
def additional_disk_space(self) -> builtins.str:
|
|
119
120
|
"""
|
|
120
|
-
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services
|
|
121
|
+
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
121
122
|
"""
|
|
122
123
|
return pulumi.get(self, "additional_disk_space")
|
|
123
124
|
|
|
124
125
|
@property
|
|
125
126
|
@pulumi.getter(name="cloudName")
|
|
126
|
-
def cloud_name(self) -> str:
|
|
127
|
+
def cloud_name(self) -> builtins.str:
|
|
127
128
|
"""
|
|
128
|
-
|
|
129
|
+
The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
129
130
|
"""
|
|
130
131
|
return pulumi.get(self, "cloud_name")
|
|
131
132
|
|
|
@@ -139,7 +140,7 @@ class GetKafkaConnectResult:
|
|
|
139
140
|
|
|
140
141
|
@property
|
|
141
142
|
@pulumi.getter(name="diskSpace")
|
|
142
|
-
def disk_space(self) -> str:
|
|
143
|
+
def disk_space(self) -> builtins.str:
|
|
143
144
|
"""
|
|
144
145
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
145
146
|
"""
|
|
@@ -147,7 +148,7 @@ class GetKafkaConnectResult:
|
|
|
147
148
|
|
|
148
149
|
@property
|
|
149
150
|
@pulumi.getter(name="diskSpaceCap")
|
|
150
|
-
def disk_space_cap(self) -> str:
|
|
151
|
+
def disk_space_cap(self) -> builtins.str:
|
|
151
152
|
"""
|
|
152
153
|
The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
153
154
|
"""
|
|
@@ -155,7 +156,7 @@ class GetKafkaConnectResult:
|
|
|
155
156
|
|
|
156
157
|
@property
|
|
157
158
|
@pulumi.getter(name="diskSpaceDefault")
|
|
158
|
-
def disk_space_default(self) -> str:
|
|
159
|
+
def disk_space_default(self) -> builtins.str:
|
|
159
160
|
"""
|
|
160
161
|
The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
161
162
|
"""
|
|
@@ -163,7 +164,7 @@ class GetKafkaConnectResult:
|
|
|
163
164
|
|
|
164
165
|
@property
|
|
165
166
|
@pulumi.getter(name="diskSpaceStep")
|
|
166
|
-
def disk_space_step(self) -> str:
|
|
167
|
+
def disk_space_step(self) -> builtins.str:
|
|
167
168
|
"""
|
|
168
169
|
The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
169
170
|
"""
|
|
@@ -171,7 +172,7 @@ class GetKafkaConnectResult:
|
|
|
171
172
|
|
|
172
173
|
@property
|
|
173
174
|
@pulumi.getter(name="diskSpaceUsed")
|
|
174
|
-
def disk_space_used(self) -> str:
|
|
175
|
+
def disk_space_used(self) -> builtins.str:
|
|
175
176
|
"""
|
|
176
177
|
Disk space that service is currently using
|
|
177
178
|
"""
|
|
@@ -179,7 +180,7 @@ class GetKafkaConnectResult:
|
|
|
179
180
|
|
|
180
181
|
@property
|
|
181
182
|
@pulumi.getter
|
|
182
|
-
def id(self) -> str:
|
|
183
|
+
def id(self) -> builtins.str:
|
|
183
184
|
"""
|
|
184
185
|
The provider-assigned unique ID for this managed resource.
|
|
185
186
|
"""
|
|
@@ -195,7 +196,7 @@ class GetKafkaConnectResult:
|
|
|
195
196
|
|
|
196
197
|
@property
|
|
197
198
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
198
|
-
def maintenance_window_dow(self) -> str:
|
|
199
|
+
def maintenance_window_dow(self) -> builtins.str:
|
|
199
200
|
"""
|
|
200
201
|
Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
201
202
|
"""
|
|
@@ -203,7 +204,7 @@ class GetKafkaConnectResult:
|
|
|
203
204
|
|
|
204
205
|
@property
|
|
205
206
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
206
|
-
def maintenance_window_time(self) -> str:
|
|
207
|
+
def maintenance_window_time(self) -> builtins.str:
|
|
207
208
|
"""
|
|
208
209
|
Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
209
210
|
"""
|
|
@@ -211,7 +212,7 @@ class GetKafkaConnectResult:
|
|
|
211
212
|
|
|
212
213
|
@property
|
|
213
214
|
@pulumi.getter
|
|
214
|
-
def plan(self) -> str:
|
|
215
|
+
def plan(self) -> builtins.str:
|
|
215
216
|
"""
|
|
216
217
|
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
217
218
|
"""
|
|
@@ -219,7 +220,7 @@ class GetKafkaConnectResult:
|
|
|
219
220
|
|
|
220
221
|
@property
|
|
221
222
|
@pulumi.getter
|
|
222
|
-
def project(self) -> str:
|
|
223
|
+
def project(self) -> builtins.str:
|
|
223
224
|
"""
|
|
224
225
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
225
226
|
"""
|
|
@@ -227,7 +228,7 @@ class GetKafkaConnectResult:
|
|
|
227
228
|
|
|
228
229
|
@property
|
|
229
230
|
@pulumi.getter(name="projectVpcId")
|
|
230
|
-
def project_vpc_id(self) -> str:
|
|
231
|
+
def project_vpc_id(self) -> builtins.str:
|
|
231
232
|
"""
|
|
232
233
|
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
233
234
|
"""
|
|
@@ -235,7 +236,7 @@ class GetKafkaConnectResult:
|
|
|
235
236
|
|
|
236
237
|
@property
|
|
237
238
|
@pulumi.getter(name="serviceHost")
|
|
238
|
-
def service_host(self) -> str:
|
|
239
|
+
def service_host(self) -> builtins.str:
|
|
239
240
|
"""
|
|
240
241
|
The hostname of the service.
|
|
241
242
|
"""
|
|
@@ -251,7 +252,7 @@ class GetKafkaConnectResult:
|
|
|
251
252
|
|
|
252
253
|
@property
|
|
253
254
|
@pulumi.getter(name="serviceName")
|
|
254
|
-
def service_name(self) -> str:
|
|
255
|
+
def service_name(self) -> builtins.str:
|
|
255
256
|
"""
|
|
256
257
|
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
257
258
|
"""
|
|
@@ -259,7 +260,7 @@ class GetKafkaConnectResult:
|
|
|
259
260
|
|
|
260
261
|
@property
|
|
261
262
|
@pulumi.getter(name="servicePassword")
|
|
262
|
-
def service_password(self) -> str:
|
|
263
|
+
def service_password(self) -> builtins.str:
|
|
263
264
|
"""
|
|
264
265
|
Password used for connecting to the service, if applicable
|
|
265
266
|
"""
|
|
@@ -267,7 +268,7 @@ class GetKafkaConnectResult:
|
|
|
267
268
|
|
|
268
269
|
@property
|
|
269
270
|
@pulumi.getter(name="servicePort")
|
|
270
|
-
def service_port(self) -> int:
|
|
271
|
+
def service_port(self) -> builtins.int:
|
|
271
272
|
"""
|
|
272
273
|
The port of the service
|
|
273
274
|
"""
|
|
@@ -275,7 +276,7 @@ class GetKafkaConnectResult:
|
|
|
275
276
|
|
|
276
277
|
@property
|
|
277
278
|
@pulumi.getter(name="serviceType")
|
|
278
|
-
def service_type(self) -> str:
|
|
279
|
+
def service_type(self) -> builtins.str:
|
|
279
280
|
"""
|
|
280
281
|
Aiven internal service type code
|
|
281
282
|
"""
|
|
@@ -283,7 +284,7 @@ class GetKafkaConnectResult:
|
|
|
283
284
|
|
|
284
285
|
@property
|
|
285
286
|
@pulumi.getter(name="serviceUri")
|
|
286
|
-
def service_uri(self) -> str:
|
|
287
|
+
def service_uri(self) -> builtins.str:
|
|
287
288
|
"""
|
|
288
289
|
URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
289
290
|
"""
|
|
@@ -291,7 +292,7 @@ class GetKafkaConnectResult:
|
|
|
291
292
|
|
|
292
293
|
@property
|
|
293
294
|
@pulumi.getter(name="serviceUsername")
|
|
294
|
-
def service_username(self) -> str:
|
|
295
|
+
def service_username(self) -> builtins.str:
|
|
295
296
|
"""
|
|
296
297
|
Username used for connecting to the service, if applicable
|
|
297
298
|
"""
|
|
@@ -299,15 +300,12 @@ class GetKafkaConnectResult:
|
|
|
299
300
|
|
|
300
301
|
@property
|
|
301
302
|
@pulumi.getter
|
|
302
|
-
def state(self) -> str:
|
|
303
|
-
"""
|
|
304
|
-
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
305
|
-
"""
|
|
303
|
+
def state(self) -> builtins.str:
|
|
306
304
|
return pulumi.get(self, "state")
|
|
307
305
|
|
|
308
306
|
@property
|
|
309
307
|
@pulumi.getter(name="staticIps")
|
|
310
|
-
def static_ips(self) -> Sequence[str]:
|
|
308
|
+
def static_ips(self) -> Sequence[builtins.str]:
|
|
311
309
|
"""
|
|
312
310
|
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
313
311
|
"""
|
|
@@ -331,7 +329,7 @@ class GetKafkaConnectResult:
|
|
|
331
329
|
|
|
332
330
|
@property
|
|
333
331
|
@pulumi.getter(name="terminationProtection")
|
|
334
|
-
def termination_protection(self) -> bool:
|
|
332
|
+
def termination_protection(self) -> builtins.bool:
|
|
335
333
|
"""
|
|
336
334
|
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
337
335
|
"""
|
|
@@ -374,8 +372,8 @@ class AwaitableGetKafkaConnectResult(GetKafkaConnectResult):
|
|
|
374
372
|
termination_protection=self.termination_protection)
|
|
375
373
|
|
|
376
374
|
|
|
377
|
-
def get_kafka_connect(project: Optional[str] = None,
|
|
378
|
-
service_name: Optional[str] = None,
|
|
375
|
+
def get_kafka_connect(project: Optional[builtins.str] = None,
|
|
376
|
+
service_name: Optional[builtins.str] = None,
|
|
379
377
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaConnectResult:
|
|
380
378
|
"""
|
|
381
379
|
Gets information about an Aiven for Apache Kafka® Connect service.
|
|
@@ -391,8 +389,8 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
391
389
|
```
|
|
392
390
|
|
|
393
391
|
|
|
394
|
-
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
395
|
-
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
392
|
+
:param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
393
|
+
:param builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
396
394
|
"""
|
|
397
395
|
__args__ = dict()
|
|
398
396
|
__args__['project'] = project
|
|
@@ -429,8 +427,8 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
429
427
|
tags=pulumi.get(__ret__, 'tags'),
|
|
430
428
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
431
429
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
432
|
-
def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
433
|
-
service_name: Optional[pulumi.Input[str]] = None,
|
|
430
|
+
def get_kafka_connect_output(project: Optional[pulumi.Input[builtins.str]] = None,
|
|
431
|
+
service_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
434
432
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKafkaConnectResult]:
|
|
435
433
|
"""
|
|
436
434
|
Gets information about an Aiven for Apache Kafka® Connect service.
|
|
@@ -446,8 +444,8 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
446
444
|
```
|
|
447
445
|
|
|
448
446
|
|
|
449
|
-
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
450
|
-
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
447
|
+
:param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
448
|
+
:param builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
451
449
|
"""
|
|
452
450
|
__args__ = dict()
|
|
453
451
|
__args__['project'] = project
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -67,7 +68,7 @@ class GetKafkaConnectorResult:
|
|
|
67
68
|
|
|
68
69
|
@property
|
|
69
70
|
@pulumi.getter
|
|
70
|
-
def config(self) -> Mapping[str, str]:
|
|
71
|
+
def config(self) -> Mapping[str, builtins.str]:
|
|
71
72
|
"""
|
|
72
73
|
The Kafka connector configuration parameters.
|
|
73
74
|
"""
|
|
@@ -75,7 +76,7 @@ class GetKafkaConnectorResult:
|
|
|
75
76
|
|
|
76
77
|
@property
|
|
77
78
|
@pulumi.getter(name="connectorName")
|
|
78
|
-
def connector_name(self) -> str:
|
|
79
|
+
def connector_name(self) -> builtins.str:
|
|
79
80
|
"""
|
|
80
81
|
The Kafka connector name. Changing this property forces recreation of the resource.
|
|
81
82
|
"""
|
|
@@ -83,7 +84,7 @@ class GetKafkaConnectorResult:
|
|
|
83
84
|
|
|
84
85
|
@property
|
|
85
86
|
@pulumi.getter
|
|
86
|
-
def id(self) -> str:
|
|
87
|
+
def id(self) -> builtins.str:
|
|
87
88
|
"""
|
|
88
89
|
The provider-assigned unique ID for this managed resource.
|
|
89
90
|
"""
|
|
@@ -91,7 +92,7 @@ class GetKafkaConnectorResult:
|
|
|
91
92
|
|
|
92
93
|
@property
|
|
93
94
|
@pulumi.getter(name="pluginAuthor")
|
|
94
|
-
def plugin_author(self) -> str:
|
|
95
|
+
def plugin_author(self) -> builtins.str:
|
|
95
96
|
"""
|
|
96
97
|
The Kafka connector author.
|
|
97
98
|
"""
|
|
@@ -99,7 +100,7 @@ class GetKafkaConnectorResult:
|
|
|
99
100
|
|
|
100
101
|
@property
|
|
101
102
|
@pulumi.getter(name="pluginClass")
|
|
102
|
-
def plugin_class(self) -> str:
|
|
103
|
+
def plugin_class(self) -> builtins.str:
|
|
103
104
|
"""
|
|
104
105
|
The Kafka connector Java class.
|
|
105
106
|
"""
|
|
@@ -107,7 +108,7 @@ class GetKafkaConnectorResult:
|
|
|
107
108
|
|
|
108
109
|
@property
|
|
109
110
|
@pulumi.getter(name="pluginDocUrl")
|
|
110
|
-
def plugin_doc_url(self) -> str:
|
|
111
|
+
def plugin_doc_url(self) -> builtins.str:
|
|
111
112
|
"""
|
|
112
113
|
The Kafka connector documentation URL.
|
|
113
114
|
"""
|
|
@@ -115,7 +116,7 @@ class GetKafkaConnectorResult:
|
|
|
115
116
|
|
|
116
117
|
@property
|
|
117
118
|
@pulumi.getter(name="pluginTitle")
|
|
118
|
-
def plugin_title(self) -> str:
|
|
119
|
+
def plugin_title(self) -> builtins.str:
|
|
119
120
|
"""
|
|
120
121
|
The Kafka connector title.
|
|
121
122
|
"""
|
|
@@ -123,7 +124,7 @@ class GetKafkaConnectorResult:
|
|
|
123
124
|
|
|
124
125
|
@property
|
|
125
126
|
@pulumi.getter(name="pluginType")
|
|
126
|
-
def plugin_type(self) -> str:
|
|
127
|
+
def plugin_type(self) -> builtins.str:
|
|
127
128
|
"""
|
|
128
129
|
The Kafka connector type.
|
|
129
130
|
"""
|
|
@@ -131,7 +132,7 @@ class GetKafkaConnectorResult:
|
|
|
131
132
|
|
|
132
133
|
@property
|
|
133
134
|
@pulumi.getter(name="pluginVersion")
|
|
134
|
-
def plugin_version(self) -> str:
|
|
135
|
+
def plugin_version(self) -> builtins.str:
|
|
135
136
|
"""
|
|
136
137
|
The version of the Kafka connector.
|
|
137
138
|
"""
|
|
@@ -139,7 +140,7 @@ class GetKafkaConnectorResult:
|
|
|
139
140
|
|
|
140
141
|
@property
|
|
141
142
|
@pulumi.getter
|
|
142
|
-
def project(self) -> str:
|
|
143
|
+
def project(self) -> builtins.str:
|
|
143
144
|
"""
|
|
144
145
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
145
146
|
"""
|
|
@@ -147,7 +148,7 @@ class GetKafkaConnectorResult:
|
|
|
147
148
|
|
|
148
149
|
@property
|
|
149
150
|
@pulumi.getter(name="serviceName")
|
|
150
|
-
def service_name(self) -> str:
|
|
151
|
+
def service_name(self) -> builtins.str:
|
|
151
152
|
"""
|
|
152
153
|
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
153
154
|
"""
|
|
@@ -182,9 +183,9 @@ class AwaitableGetKafkaConnectorResult(GetKafkaConnectorResult):
|
|
|
182
183
|
tasks=self.tasks)
|
|
183
184
|
|
|
184
185
|
|
|
185
|
-
def get_kafka_connector(connector_name: Optional[str] = None,
|
|
186
|
-
project: Optional[str] = None,
|
|
187
|
-
service_name: Optional[str] = None,
|
|
186
|
+
def get_kafka_connector(connector_name: Optional[builtins.str] = None,
|
|
187
|
+
project: Optional[builtins.str] = None,
|
|
188
|
+
service_name: Optional[builtins.str] = None,
|
|
188
189
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaConnectorResult:
|
|
189
190
|
"""
|
|
190
191
|
Gets information about an Aiven for Apache Kafka® connector.
|
|
@@ -201,9 +202,9 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
201
202
|
```
|
|
202
203
|
|
|
203
204
|
|
|
204
|
-
:param str connector_name: The Kafka connector name. Changing this property forces recreation of the resource.
|
|
205
|
-
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
206
|
-
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
205
|
+
:param builtins.str connector_name: The Kafka connector name. Changing this property forces recreation of the resource.
|
|
206
|
+
:param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
207
|
+
:param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
207
208
|
"""
|
|
208
209
|
__args__ = dict()
|
|
209
210
|
__args__['connectorName'] = connector_name
|
|
@@ -225,9 +226,9 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
225
226
|
project=pulumi.get(__ret__, 'project'),
|
|
226
227
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
227
228
|
tasks=pulumi.get(__ret__, 'tasks'))
|
|
228
|
-
def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = None,
|
|
229
|
-
project: Optional[pulumi.Input[str]] = None,
|
|
230
|
-
service_name: Optional[pulumi.Input[str]] = None,
|
|
229
|
+
def get_kafka_connector_output(connector_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
230
|
+
project: Optional[pulumi.Input[builtins.str]] = None,
|
|
231
|
+
service_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
231
232
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKafkaConnectorResult]:
|
|
232
233
|
"""
|
|
233
234
|
Gets information about an Aiven for Apache Kafka® connector.
|
|
@@ -244,9 +245,9 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
|
|
|
244
245
|
```
|
|
245
246
|
|
|
246
247
|
|
|
247
|
-
:param str connector_name: The Kafka connector name. Changing this property forces recreation of the resource.
|
|
248
|
-
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
249
|
-
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
248
|
+
:param builtins.str connector_name: The Kafka connector name. Changing this property forces recreation of the resource.
|
|
249
|
+
:param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
250
|
+
:param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
250
251
|
"""
|
|
251
252
|
__args__ = dict()
|
|
252
253
|
__args__['connectorName'] = connector_name
|