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
|
|
@@ -114,23 +113,23 @@ class GetKafkaMirrorMakerResult:
|
|
|
114
113
|
raise TypeError("Expected argument 'termination_protection' to be a bool")
|
|
115
114
|
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
116
115
|
|
|
117
|
-
@property
|
|
116
|
+
@_builtins.property
|
|
118
117
|
@pulumi.getter(name="additionalDiskSpace")
|
|
119
|
-
def additional_disk_space(self) ->
|
|
118
|
+
def additional_disk_space(self) -> _builtins.str:
|
|
120
119
|
"""
|
|
121
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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
122
121
|
"""
|
|
123
122
|
return pulumi.get(self, "additional_disk_space")
|
|
124
123
|
|
|
125
|
-
@property
|
|
124
|
+
@_builtins.property
|
|
126
125
|
@pulumi.getter(name="cloudName")
|
|
127
|
-
def cloud_name(self) ->
|
|
126
|
+
def cloud_name(self) -> _builtins.str:
|
|
128
127
|
"""
|
|
129
128
|
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.
|
|
130
129
|
"""
|
|
131
130
|
return pulumi.get(self, "cloud_name")
|
|
132
131
|
|
|
133
|
-
@property
|
|
132
|
+
@_builtins.property
|
|
134
133
|
@pulumi.getter
|
|
135
134
|
def components(self) -> Sequence['outputs.GetKafkaMirrorMakerComponentResult']:
|
|
136
135
|
"""
|
|
@@ -138,55 +137,55 @@ class GetKafkaMirrorMakerResult:
|
|
|
138
137
|
"""
|
|
139
138
|
return pulumi.get(self, "components")
|
|
140
139
|
|
|
141
|
-
@property
|
|
140
|
+
@_builtins.property
|
|
142
141
|
@pulumi.getter(name="diskSpace")
|
|
143
|
-
def disk_space(self) ->
|
|
142
|
+
def disk_space(self) -> _builtins.str:
|
|
144
143
|
"""
|
|
145
144
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
146
145
|
"""
|
|
147
146
|
return pulumi.get(self, "disk_space")
|
|
148
147
|
|
|
149
|
-
@property
|
|
148
|
+
@_builtins.property
|
|
150
149
|
@pulumi.getter(name="diskSpaceCap")
|
|
151
|
-
def disk_space_cap(self) ->
|
|
150
|
+
def disk_space_cap(self) -> _builtins.str:
|
|
152
151
|
"""
|
|
153
152
|
The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
154
153
|
"""
|
|
155
154
|
return pulumi.get(self, "disk_space_cap")
|
|
156
155
|
|
|
157
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
158
157
|
@pulumi.getter(name="diskSpaceDefault")
|
|
159
|
-
def disk_space_default(self) ->
|
|
158
|
+
def disk_space_default(self) -> _builtins.str:
|
|
160
159
|
"""
|
|
161
160
|
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`
|
|
162
161
|
"""
|
|
163
162
|
return pulumi.get(self, "disk_space_default")
|
|
164
163
|
|
|
165
|
-
@property
|
|
164
|
+
@_builtins.property
|
|
166
165
|
@pulumi.getter(name="diskSpaceStep")
|
|
167
|
-
def disk_space_step(self) ->
|
|
166
|
+
def disk_space_step(self) -> _builtins.str:
|
|
168
167
|
"""
|
|
169
168
|
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.
|
|
170
169
|
"""
|
|
171
170
|
return pulumi.get(self, "disk_space_step")
|
|
172
171
|
|
|
173
|
-
@property
|
|
172
|
+
@_builtins.property
|
|
174
173
|
@pulumi.getter(name="diskSpaceUsed")
|
|
175
|
-
def disk_space_used(self) ->
|
|
174
|
+
def disk_space_used(self) -> _builtins.str:
|
|
176
175
|
"""
|
|
177
176
|
Disk space that service is currently using
|
|
178
177
|
"""
|
|
179
178
|
return pulumi.get(self, "disk_space_used")
|
|
180
179
|
|
|
181
|
-
@property
|
|
180
|
+
@_builtins.property
|
|
182
181
|
@pulumi.getter
|
|
183
|
-
def id(self) ->
|
|
182
|
+
def id(self) -> _builtins.str:
|
|
184
183
|
"""
|
|
185
184
|
The provider-assigned unique ID for this managed resource.
|
|
186
185
|
"""
|
|
187
186
|
return pulumi.get(self, "id")
|
|
188
187
|
|
|
189
|
-
@property
|
|
188
|
+
@_builtins.property
|
|
190
189
|
@pulumi.getter(name="kafkaMirrormakerUserConfigs")
|
|
191
190
|
def kafka_mirrormaker_user_configs(self) -> Sequence['outputs.GetKafkaMirrorMakerKafkaMirrormakerUserConfigResult']:
|
|
192
191
|
"""
|
|
@@ -194,55 +193,55 @@ class GetKafkaMirrorMakerResult:
|
|
|
194
193
|
"""
|
|
195
194
|
return pulumi.get(self, "kafka_mirrormaker_user_configs")
|
|
196
195
|
|
|
197
|
-
@property
|
|
196
|
+
@_builtins.property
|
|
198
197
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
199
|
-
def maintenance_window_dow(self) ->
|
|
198
|
+
def maintenance_window_dow(self) -> _builtins.str:
|
|
200
199
|
"""
|
|
201
200
|
Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
202
201
|
"""
|
|
203
202
|
return pulumi.get(self, "maintenance_window_dow")
|
|
204
203
|
|
|
205
|
-
@property
|
|
204
|
+
@_builtins.property
|
|
206
205
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
207
|
-
def maintenance_window_time(self) ->
|
|
206
|
+
def maintenance_window_time(self) -> _builtins.str:
|
|
208
207
|
"""
|
|
209
208
|
Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
210
209
|
"""
|
|
211
210
|
return pulumi.get(self, "maintenance_window_time")
|
|
212
211
|
|
|
213
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
214
213
|
@pulumi.getter
|
|
215
|
-
def plan(self) ->
|
|
214
|
+
def plan(self) -> _builtins.str:
|
|
216
215
|
"""
|
|
217
216
|
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).
|
|
218
217
|
"""
|
|
219
218
|
return pulumi.get(self, "plan")
|
|
220
219
|
|
|
221
|
-
@property
|
|
220
|
+
@_builtins.property
|
|
222
221
|
@pulumi.getter
|
|
223
|
-
def project(self) ->
|
|
222
|
+
def project(self) -> _builtins.str:
|
|
224
223
|
"""
|
|
225
224
|
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.
|
|
226
225
|
"""
|
|
227
226
|
return pulumi.get(self, "project")
|
|
228
227
|
|
|
229
|
-
@property
|
|
228
|
+
@_builtins.property
|
|
230
229
|
@pulumi.getter(name="projectVpcId")
|
|
231
|
-
def project_vpc_id(self) ->
|
|
230
|
+
def project_vpc_id(self) -> _builtins.str:
|
|
232
231
|
"""
|
|
233
232
|
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
234
233
|
"""
|
|
235
234
|
return pulumi.get(self, "project_vpc_id")
|
|
236
235
|
|
|
237
|
-
@property
|
|
236
|
+
@_builtins.property
|
|
238
237
|
@pulumi.getter(name="serviceHost")
|
|
239
|
-
def service_host(self) ->
|
|
238
|
+
def service_host(self) -> _builtins.str:
|
|
240
239
|
"""
|
|
241
240
|
The hostname of the service.
|
|
242
241
|
"""
|
|
243
242
|
return pulumi.get(self, "service_host")
|
|
244
243
|
|
|
245
|
-
@property
|
|
244
|
+
@_builtins.property
|
|
246
245
|
@pulumi.getter(name="serviceIntegrations")
|
|
247
246
|
def service_integrations(self) -> Sequence['outputs.GetKafkaMirrorMakerServiceIntegrationResult']:
|
|
248
247
|
"""
|
|
@@ -250,68 +249,68 @@ class GetKafkaMirrorMakerResult:
|
|
|
250
249
|
"""
|
|
251
250
|
return pulumi.get(self, "service_integrations")
|
|
252
251
|
|
|
253
|
-
@property
|
|
252
|
+
@_builtins.property
|
|
254
253
|
@pulumi.getter(name="serviceName")
|
|
255
|
-
def service_name(self) ->
|
|
254
|
+
def service_name(self) -> _builtins.str:
|
|
256
255
|
"""
|
|
257
256
|
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.
|
|
258
257
|
"""
|
|
259
258
|
return pulumi.get(self, "service_name")
|
|
260
259
|
|
|
261
|
-
@property
|
|
260
|
+
@_builtins.property
|
|
262
261
|
@pulumi.getter(name="servicePassword")
|
|
263
|
-
def service_password(self) ->
|
|
262
|
+
def service_password(self) -> _builtins.str:
|
|
264
263
|
"""
|
|
265
264
|
Password used for connecting to the service, if applicable
|
|
266
265
|
"""
|
|
267
266
|
return pulumi.get(self, "service_password")
|
|
268
267
|
|
|
269
|
-
@property
|
|
268
|
+
@_builtins.property
|
|
270
269
|
@pulumi.getter(name="servicePort")
|
|
271
|
-
def service_port(self) ->
|
|
270
|
+
def service_port(self) -> _builtins.int:
|
|
272
271
|
"""
|
|
273
272
|
The port of the service
|
|
274
273
|
"""
|
|
275
274
|
return pulumi.get(self, "service_port")
|
|
276
275
|
|
|
277
|
-
@property
|
|
276
|
+
@_builtins.property
|
|
278
277
|
@pulumi.getter(name="serviceType")
|
|
279
|
-
def service_type(self) ->
|
|
278
|
+
def service_type(self) -> _builtins.str:
|
|
280
279
|
"""
|
|
281
280
|
Aiven internal service type code
|
|
282
281
|
"""
|
|
283
282
|
return pulumi.get(self, "service_type")
|
|
284
283
|
|
|
285
|
-
@property
|
|
284
|
+
@_builtins.property
|
|
286
285
|
@pulumi.getter(name="serviceUri")
|
|
287
|
-
def service_uri(self) ->
|
|
286
|
+
def service_uri(self) -> _builtins.str:
|
|
288
287
|
"""
|
|
289
288
|
URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
290
289
|
"""
|
|
291
290
|
return pulumi.get(self, "service_uri")
|
|
292
291
|
|
|
293
|
-
@property
|
|
292
|
+
@_builtins.property
|
|
294
293
|
@pulumi.getter(name="serviceUsername")
|
|
295
|
-
def service_username(self) ->
|
|
294
|
+
def service_username(self) -> _builtins.str:
|
|
296
295
|
"""
|
|
297
296
|
Username used for connecting to the service, if applicable
|
|
298
297
|
"""
|
|
299
298
|
return pulumi.get(self, "service_username")
|
|
300
299
|
|
|
301
|
-
@property
|
|
300
|
+
@_builtins.property
|
|
302
301
|
@pulumi.getter
|
|
303
|
-
def state(self) ->
|
|
302
|
+
def state(self) -> _builtins.str:
|
|
304
303
|
return pulumi.get(self, "state")
|
|
305
304
|
|
|
306
|
-
@property
|
|
305
|
+
@_builtins.property
|
|
307
306
|
@pulumi.getter(name="staticIps")
|
|
308
|
-
def static_ips(self) -> Sequence[
|
|
307
|
+
def static_ips(self) -> Sequence[_builtins.str]:
|
|
309
308
|
"""
|
|
310
309
|
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
|
|
311
310
|
"""
|
|
312
311
|
return pulumi.get(self, "static_ips")
|
|
313
312
|
|
|
314
|
-
@property
|
|
313
|
+
@_builtins.property
|
|
315
314
|
@pulumi.getter
|
|
316
315
|
def tags(self) -> Sequence['outputs.GetKafkaMirrorMakerTagResult']:
|
|
317
316
|
"""
|
|
@@ -319,7 +318,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
319
318
|
"""
|
|
320
319
|
return pulumi.get(self, "tags")
|
|
321
320
|
|
|
322
|
-
@property
|
|
321
|
+
@_builtins.property
|
|
323
322
|
@pulumi.getter(name="techEmails")
|
|
324
323
|
def tech_emails(self) -> Sequence['outputs.GetKafkaMirrorMakerTechEmailResult']:
|
|
325
324
|
"""
|
|
@@ -327,9 +326,9 @@ class GetKafkaMirrorMakerResult:
|
|
|
327
326
|
"""
|
|
328
327
|
return pulumi.get(self, "tech_emails")
|
|
329
328
|
|
|
330
|
-
@property
|
|
329
|
+
@_builtins.property
|
|
331
330
|
@pulumi.getter(name="terminationProtection")
|
|
332
|
-
def termination_protection(self) ->
|
|
331
|
+
def termination_protection(self) -> _builtins.bool:
|
|
333
332
|
"""
|
|
334
333
|
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.
|
|
335
334
|
"""
|
|
@@ -372,8 +371,8 @@ class AwaitableGetKafkaMirrorMakerResult(GetKafkaMirrorMakerResult):
|
|
|
372
371
|
termination_protection=self.termination_protection)
|
|
373
372
|
|
|
374
373
|
|
|
375
|
-
def get_kafka_mirror_maker(project: Optional[
|
|
376
|
-
service_name: Optional[
|
|
374
|
+
def get_kafka_mirror_maker(project: Optional[_builtins.str] = None,
|
|
375
|
+
service_name: Optional[_builtins.str] = None,
|
|
377
376
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaMirrorMakerResult:
|
|
378
377
|
"""
|
|
379
378
|
Gets information about an Aiven for Apache Kafka® MirrorMaker 2 service.
|
|
@@ -389,8 +388,8 @@ def get_kafka_mirror_maker(project: Optional[builtins.str] = None,
|
|
|
389
388
|
```
|
|
390
389
|
|
|
391
390
|
|
|
392
|
-
:param
|
|
393
|
-
:param
|
|
391
|
+
: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.
|
|
392
|
+
: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.
|
|
394
393
|
"""
|
|
395
394
|
__args__ = dict()
|
|
396
395
|
__args__['project'] = project
|
|
@@ -427,8 +426,8 @@ def get_kafka_mirror_maker(project: Optional[builtins.str] = None,
|
|
|
427
426
|
tags=pulumi.get(__ret__, 'tags'),
|
|
428
427
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
429
428
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
430
|
-
def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[
|
|
431
|
-
service_name: Optional[pulumi.Input[
|
|
429
|
+
def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
430
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
432
431
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKafkaMirrorMakerResult]:
|
|
433
432
|
"""
|
|
434
433
|
Gets information about an Aiven for Apache Kafka® MirrorMaker 2 service.
|
|
@@ -444,8 +443,8 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[builtins.str]]
|
|
|
444
443
|
```
|
|
445
444
|
|
|
446
445
|
|
|
447
|
-
:param
|
|
448
|
-
:param
|
|
446
|
+
: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.
|
|
447
|
+
: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.
|
|
449
448
|
"""
|
|
450
449
|
__args__ = dict()
|
|
451
450
|
__args__['project'] = project
|
pulumi_aiven/get_kafka_schema.py
CHANGED
|
@@ -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
|
|
@@ -53,65 +52,65 @@ class GetKafkaSchemaResult:
|
|
|
53
52
|
raise TypeError("Expected argument 'version' to be a int")
|
|
54
53
|
pulumi.set(__self__, "version", version)
|
|
55
54
|
|
|
56
|
-
@property
|
|
55
|
+
@_builtins.property
|
|
57
56
|
@pulumi.getter(name="compatibilityLevel")
|
|
58
|
-
def compatibility_level(self) ->
|
|
57
|
+
def compatibility_level(self) -> _builtins.str:
|
|
59
58
|
"""
|
|
60
59
|
Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
61
60
|
"""
|
|
62
61
|
return pulumi.get(self, "compatibility_level")
|
|
63
62
|
|
|
64
|
-
@property
|
|
63
|
+
@_builtins.property
|
|
65
64
|
@pulumi.getter
|
|
66
|
-
def id(self) ->
|
|
65
|
+
def id(self) -> _builtins.str:
|
|
67
66
|
"""
|
|
68
67
|
The provider-assigned unique ID for this managed resource.
|
|
69
68
|
"""
|
|
70
69
|
return pulumi.get(self, "id")
|
|
71
70
|
|
|
72
|
-
@property
|
|
71
|
+
@_builtins.property
|
|
73
72
|
@pulumi.getter
|
|
74
|
-
def project(self) ->
|
|
73
|
+
def project(self) -> _builtins.str:
|
|
75
74
|
"""
|
|
76
75
|
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.
|
|
77
76
|
"""
|
|
78
77
|
return pulumi.get(self, "project")
|
|
79
78
|
|
|
80
|
-
@property
|
|
79
|
+
@_builtins.property
|
|
81
80
|
@pulumi.getter
|
|
82
|
-
def schema(self) ->
|
|
81
|
+
def schema(self) -> _builtins.str:
|
|
83
82
|
"""
|
|
84
83
|
Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
85
84
|
"""
|
|
86
85
|
return pulumi.get(self, "schema")
|
|
87
86
|
|
|
88
|
-
@property
|
|
87
|
+
@_builtins.property
|
|
89
88
|
@pulumi.getter(name="schemaType")
|
|
90
|
-
def schema_type(self) ->
|
|
89
|
+
def schema_type(self) -> _builtins.str:
|
|
91
90
|
"""
|
|
92
91
|
Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
93
92
|
"""
|
|
94
93
|
return pulumi.get(self, "schema_type")
|
|
95
94
|
|
|
96
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
97
96
|
@pulumi.getter(name="serviceName")
|
|
98
|
-
def service_name(self) ->
|
|
97
|
+
def service_name(self) -> _builtins.str:
|
|
99
98
|
"""
|
|
100
99
|
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.
|
|
101
100
|
"""
|
|
102
101
|
return pulumi.get(self, "service_name")
|
|
103
102
|
|
|
104
|
-
@property
|
|
103
|
+
@_builtins.property
|
|
105
104
|
@pulumi.getter(name="subjectName")
|
|
106
|
-
def subject_name(self) ->
|
|
105
|
+
def subject_name(self) -> _builtins.str:
|
|
107
106
|
"""
|
|
108
107
|
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
109
108
|
"""
|
|
110
109
|
return pulumi.get(self, "subject_name")
|
|
111
110
|
|
|
112
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
113
112
|
@pulumi.getter
|
|
114
|
-
def version(self) ->
|
|
113
|
+
def version(self) -> _builtins.int:
|
|
115
114
|
"""
|
|
116
115
|
Kafka Schema configuration version.
|
|
117
116
|
"""
|
|
@@ -134,9 +133,9 @@ class AwaitableGetKafkaSchemaResult(GetKafkaSchemaResult):
|
|
|
134
133
|
version=self.version)
|
|
135
134
|
|
|
136
135
|
|
|
137
|
-
def get_kafka_schema(project: Optional[
|
|
138
|
-
service_name: Optional[
|
|
139
|
-
subject_name: Optional[
|
|
136
|
+
def get_kafka_schema(project: Optional[_builtins.str] = None,
|
|
137
|
+
service_name: Optional[_builtins.str] = None,
|
|
138
|
+
subject_name: Optional[_builtins.str] = None,
|
|
140
139
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaSchemaResult:
|
|
141
140
|
"""
|
|
142
141
|
The Kafka Schema data source provides information about the existing Aiven Kafka Schema.
|
|
@@ -152,9 +151,9 @@ def get_kafka_schema(project: Optional[builtins.str] = None,
|
|
|
152
151
|
```
|
|
153
152
|
|
|
154
153
|
|
|
155
|
-
:param
|
|
156
|
-
:param
|
|
157
|
-
:param
|
|
154
|
+
: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.
|
|
155
|
+
: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.
|
|
156
|
+
:param _builtins.str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
158
157
|
"""
|
|
159
158
|
__args__ = dict()
|
|
160
159
|
__args__['project'] = project
|
|
@@ -172,9 +171,9 @@ def get_kafka_schema(project: Optional[builtins.str] = None,
|
|
|
172
171
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
173
172
|
subject_name=pulumi.get(__ret__, 'subject_name'),
|
|
174
173
|
version=pulumi.get(__ret__, 'version'))
|
|
175
|
-
def get_kafka_schema_output(project: Optional[pulumi.Input[
|
|
176
|
-
service_name: Optional[pulumi.Input[
|
|
177
|
-
subject_name: Optional[pulumi.Input[
|
|
174
|
+
def get_kafka_schema_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
175
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
176
|
+
subject_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
178
177
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKafkaSchemaResult]:
|
|
179
178
|
"""
|
|
180
179
|
The Kafka Schema data source provides information about the existing Aiven Kafka Schema.
|
|
@@ -190,9 +189,9 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[builtins.str]] = None
|
|
|
190
189
|
```
|
|
191
190
|
|
|
192
191
|
|
|
193
|
-
:param
|
|
194
|
-
:param
|
|
195
|
-
:param
|
|
192
|
+
: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.
|
|
193
|
+
: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.
|
|
194
|
+
:param _builtins.str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
196
195
|
"""
|
|
197
196
|
__args__ = dict()
|
|
198
197
|
__args__['project'] = project
|
|
@@ -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
|
|
@@ -53,65 +52,65 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
53
52
|
raise TypeError("Expected argument 'version' to be a int")
|
|
54
53
|
pulumi.set(__self__, "version", version)
|
|
55
54
|
|
|
56
|
-
@property
|
|
55
|
+
@_builtins.property
|
|
57
56
|
@pulumi.getter(name="compatibilityLevel")
|
|
58
|
-
def compatibility_level(self) ->
|
|
57
|
+
def compatibility_level(self) -> _builtins.str:
|
|
59
58
|
"""
|
|
60
59
|
Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
61
60
|
"""
|
|
62
61
|
return pulumi.get(self, "compatibility_level")
|
|
63
62
|
|
|
64
|
-
@property
|
|
63
|
+
@_builtins.property
|
|
65
64
|
@pulumi.getter
|
|
66
|
-
def id(self) ->
|
|
65
|
+
def id(self) -> _builtins.str:
|
|
67
66
|
"""
|
|
68
67
|
The provider-assigned unique ID for this managed resource.
|
|
69
68
|
"""
|
|
70
69
|
return pulumi.get(self, "id")
|
|
71
70
|
|
|
72
|
-
@property
|
|
71
|
+
@_builtins.property
|
|
73
72
|
@pulumi.getter
|
|
74
|
-
def project(self) ->
|
|
73
|
+
def project(self) -> _builtins.str:
|
|
75
74
|
"""
|
|
76
75
|
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.
|
|
77
76
|
"""
|
|
78
77
|
return pulumi.get(self, "project")
|
|
79
78
|
|
|
80
|
-
@property
|
|
79
|
+
@_builtins.property
|
|
81
80
|
@pulumi.getter
|
|
82
|
-
def schema(self) ->
|
|
81
|
+
def schema(self) -> _builtins.str:
|
|
83
82
|
"""
|
|
84
83
|
Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
85
84
|
"""
|
|
86
85
|
return pulumi.get(self, "schema")
|
|
87
86
|
|
|
88
|
-
@property
|
|
87
|
+
@_builtins.property
|
|
89
88
|
@pulumi.getter(name="schemaType")
|
|
90
|
-
def schema_type(self) ->
|
|
89
|
+
def schema_type(self) -> _builtins.str:
|
|
91
90
|
"""
|
|
92
91
|
Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
93
92
|
"""
|
|
94
93
|
return pulumi.get(self, "schema_type")
|
|
95
94
|
|
|
96
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
97
96
|
@pulumi.getter(name="serviceName")
|
|
98
|
-
def service_name(self) ->
|
|
97
|
+
def service_name(self) -> _builtins.str:
|
|
99
98
|
"""
|
|
100
99
|
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.
|
|
101
100
|
"""
|
|
102
101
|
return pulumi.get(self, "service_name")
|
|
103
102
|
|
|
104
|
-
@property
|
|
103
|
+
@_builtins.property
|
|
105
104
|
@pulumi.getter(name="subjectName")
|
|
106
|
-
def subject_name(self) ->
|
|
105
|
+
def subject_name(self) -> _builtins.str:
|
|
107
106
|
"""
|
|
108
107
|
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
109
108
|
"""
|
|
110
109
|
return pulumi.get(self, "subject_name")
|
|
111
110
|
|
|
112
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
113
112
|
@pulumi.getter
|
|
114
|
-
def version(self) ->
|
|
113
|
+
def version(self) -> _builtins.int:
|
|
115
114
|
"""
|
|
116
115
|
Kafka Schema configuration version.
|
|
117
116
|
"""
|
|
@@ -134,8 +133,8 @@ class AwaitableGetKafkaSchemaConfigurationResult(GetKafkaSchemaConfigurationResu
|
|
|
134
133
|
version=self.version)
|
|
135
134
|
|
|
136
135
|
|
|
137
|
-
def get_kafka_schema_configuration(project: Optional[
|
|
138
|
-
service_name: Optional[
|
|
136
|
+
def get_kafka_schema_configuration(project: Optional[_builtins.str] = None,
|
|
137
|
+
service_name: Optional[_builtins.str] = None,
|
|
139
138
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaSchemaConfigurationResult:
|
|
140
139
|
"""
|
|
141
140
|
The Kafka Schema Configuration data source provides information about the existing Aiven Kafka Schema Configuration.
|
|
@@ -153,8 +152,8 @@ def get_kafka_schema_configuration(project: Optional[builtins.str] = None,
|
|
|
153
152
|
```
|
|
154
153
|
|
|
155
154
|
|
|
156
|
-
:param
|
|
157
|
-
:param
|
|
155
|
+
: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.
|
|
156
|
+
: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.
|
|
158
157
|
"""
|
|
159
158
|
__args__ = dict()
|
|
160
159
|
__args__['project'] = project
|
|
@@ -171,8 +170,8 @@ def get_kafka_schema_configuration(project: Optional[builtins.str] = None,
|
|
|
171
170
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
172
171
|
subject_name=pulumi.get(__ret__, 'subject_name'),
|
|
173
172
|
version=pulumi.get(__ret__, 'version'))
|
|
174
|
-
def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[
|
|
175
|
-
service_name: Optional[pulumi.Input[
|
|
173
|
+
def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
174
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
176
175
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKafkaSchemaConfigurationResult]:
|
|
177
176
|
"""
|
|
178
177
|
The Kafka Schema Configuration data source provides information about the existing Aiven Kafka Schema Configuration.
|
|
@@ -190,8 +189,8 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[builtin
|
|
|
190
189
|
```
|
|
191
190
|
|
|
192
191
|
|
|
193
|
-
:param
|
|
194
|
-
:param
|
|
192
|
+
: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.
|
|
193
|
+
: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.
|
|
195
194
|
"""
|
|
196
195
|
__args__ = dict()
|
|
197
196
|
__args__['project'] = project
|