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
pulumi_aiven/get_cassanda.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
|
|
@@ -119,15 +118,15 @@ class GetCassandaResult:
|
|
|
119
118
|
raise TypeError("Expected argument 'termination_protection' to be a bool")
|
|
120
119
|
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
121
120
|
|
|
122
|
-
@property
|
|
121
|
+
@_builtins.property
|
|
123
122
|
@pulumi.getter(name="additionalDiskSpace")
|
|
124
|
-
def additional_disk_space(self) ->
|
|
123
|
+
def additional_disk_space(self) -> _builtins.str:
|
|
125
124
|
"""
|
|
126
125
|
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.
|
|
127
126
|
"""
|
|
128
127
|
return pulumi.get(self, "additional_disk_space")
|
|
129
128
|
|
|
130
|
-
@property
|
|
129
|
+
@_builtins.property
|
|
131
130
|
@pulumi.getter(name="cassandraUserConfigs")
|
|
132
131
|
def cassandra_user_configs(self) -> Sequence['outputs.GetCassandaCassandraUserConfigResult']:
|
|
133
132
|
"""
|
|
@@ -135,7 +134,7 @@ class GetCassandaResult:
|
|
|
135
134
|
"""
|
|
136
135
|
return pulumi.get(self, "cassandra_user_configs")
|
|
137
136
|
|
|
138
|
-
@property
|
|
137
|
+
@_builtins.property
|
|
139
138
|
@pulumi.getter
|
|
140
139
|
def cassandras(self) -> Sequence['outputs.GetCassandaCassandraResult']:
|
|
141
140
|
"""
|
|
@@ -143,15 +142,15 @@ class GetCassandaResult:
|
|
|
143
142
|
"""
|
|
144
143
|
return pulumi.get(self, "cassandras")
|
|
145
144
|
|
|
146
|
-
@property
|
|
145
|
+
@_builtins.property
|
|
147
146
|
@pulumi.getter(name="cloudName")
|
|
148
|
-
def cloud_name(self) ->
|
|
147
|
+
def cloud_name(self) -> _builtins.str:
|
|
149
148
|
"""
|
|
150
149
|
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.
|
|
151
150
|
"""
|
|
152
151
|
return pulumi.get(self, "cloud_name")
|
|
153
152
|
|
|
154
|
-
@property
|
|
153
|
+
@_builtins.property
|
|
155
154
|
@pulumi.getter
|
|
156
155
|
def components(self) -> Sequence['outputs.GetCassandaComponentResult']:
|
|
157
156
|
"""
|
|
@@ -159,103 +158,103 @@ class GetCassandaResult:
|
|
|
159
158
|
"""
|
|
160
159
|
return pulumi.get(self, "components")
|
|
161
160
|
|
|
162
|
-
@property
|
|
161
|
+
@_builtins.property
|
|
163
162
|
@pulumi.getter(name="diskSpace")
|
|
164
|
-
def disk_space(self) ->
|
|
163
|
+
def disk_space(self) -> _builtins.str:
|
|
165
164
|
"""
|
|
166
165
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
167
166
|
"""
|
|
168
167
|
return pulumi.get(self, "disk_space")
|
|
169
168
|
|
|
170
|
-
@property
|
|
169
|
+
@_builtins.property
|
|
171
170
|
@pulumi.getter(name="diskSpaceCap")
|
|
172
|
-
def disk_space_cap(self) ->
|
|
171
|
+
def disk_space_cap(self) -> _builtins.str:
|
|
173
172
|
"""
|
|
174
173
|
The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
175
174
|
"""
|
|
176
175
|
return pulumi.get(self, "disk_space_cap")
|
|
177
176
|
|
|
178
|
-
@property
|
|
177
|
+
@_builtins.property
|
|
179
178
|
@pulumi.getter(name="diskSpaceDefault")
|
|
180
|
-
def disk_space_default(self) ->
|
|
179
|
+
def disk_space_default(self) -> _builtins.str:
|
|
181
180
|
"""
|
|
182
181
|
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`
|
|
183
182
|
"""
|
|
184
183
|
return pulumi.get(self, "disk_space_default")
|
|
185
184
|
|
|
186
|
-
@property
|
|
185
|
+
@_builtins.property
|
|
187
186
|
@pulumi.getter(name="diskSpaceStep")
|
|
188
|
-
def disk_space_step(self) ->
|
|
187
|
+
def disk_space_step(self) -> _builtins.str:
|
|
189
188
|
"""
|
|
190
189
|
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.
|
|
191
190
|
"""
|
|
192
191
|
return pulumi.get(self, "disk_space_step")
|
|
193
192
|
|
|
194
|
-
@property
|
|
193
|
+
@_builtins.property
|
|
195
194
|
@pulumi.getter(name="diskSpaceUsed")
|
|
196
|
-
def disk_space_used(self) ->
|
|
195
|
+
def disk_space_used(self) -> _builtins.str:
|
|
197
196
|
"""
|
|
198
197
|
Disk space that service is currently using
|
|
199
198
|
"""
|
|
200
199
|
return pulumi.get(self, "disk_space_used")
|
|
201
200
|
|
|
202
|
-
@property
|
|
201
|
+
@_builtins.property
|
|
203
202
|
@pulumi.getter
|
|
204
|
-
def id(self) ->
|
|
203
|
+
def id(self) -> _builtins.str:
|
|
205
204
|
"""
|
|
206
205
|
The provider-assigned unique ID for this managed resource.
|
|
207
206
|
"""
|
|
208
207
|
return pulumi.get(self, "id")
|
|
209
208
|
|
|
210
|
-
@property
|
|
209
|
+
@_builtins.property
|
|
211
210
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
212
|
-
def maintenance_window_dow(self) ->
|
|
211
|
+
def maintenance_window_dow(self) -> _builtins.str:
|
|
213
212
|
"""
|
|
214
213
|
Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
215
214
|
"""
|
|
216
215
|
return pulumi.get(self, "maintenance_window_dow")
|
|
217
216
|
|
|
218
|
-
@property
|
|
217
|
+
@_builtins.property
|
|
219
218
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
220
|
-
def maintenance_window_time(self) ->
|
|
219
|
+
def maintenance_window_time(self) -> _builtins.str:
|
|
221
220
|
"""
|
|
222
221
|
Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
223
222
|
"""
|
|
224
223
|
return pulumi.get(self, "maintenance_window_time")
|
|
225
224
|
|
|
226
|
-
@property
|
|
225
|
+
@_builtins.property
|
|
227
226
|
@pulumi.getter
|
|
228
|
-
def plan(self) ->
|
|
227
|
+
def plan(self) -> _builtins.str:
|
|
229
228
|
"""
|
|
230
229
|
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).
|
|
231
230
|
"""
|
|
232
231
|
return pulumi.get(self, "plan")
|
|
233
232
|
|
|
234
|
-
@property
|
|
233
|
+
@_builtins.property
|
|
235
234
|
@pulumi.getter
|
|
236
|
-
def project(self) ->
|
|
235
|
+
def project(self) -> _builtins.str:
|
|
237
236
|
"""
|
|
238
237
|
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.
|
|
239
238
|
"""
|
|
240
239
|
return pulumi.get(self, "project")
|
|
241
240
|
|
|
242
|
-
@property
|
|
241
|
+
@_builtins.property
|
|
243
242
|
@pulumi.getter(name="projectVpcId")
|
|
244
|
-
def project_vpc_id(self) ->
|
|
243
|
+
def project_vpc_id(self) -> _builtins.str:
|
|
245
244
|
"""
|
|
246
245
|
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.
|
|
247
246
|
"""
|
|
248
247
|
return pulumi.get(self, "project_vpc_id")
|
|
249
248
|
|
|
250
|
-
@property
|
|
249
|
+
@_builtins.property
|
|
251
250
|
@pulumi.getter(name="serviceHost")
|
|
252
|
-
def service_host(self) ->
|
|
251
|
+
def service_host(self) -> _builtins.str:
|
|
253
252
|
"""
|
|
254
253
|
The hostname of the service.
|
|
255
254
|
"""
|
|
256
255
|
return pulumi.get(self, "service_host")
|
|
257
256
|
|
|
258
|
-
@property
|
|
257
|
+
@_builtins.property
|
|
259
258
|
@pulumi.getter(name="serviceIntegrations")
|
|
260
259
|
def service_integrations(self) -> Sequence['outputs.GetCassandaServiceIntegrationResult']:
|
|
261
260
|
"""
|
|
@@ -263,68 +262,68 @@ class GetCassandaResult:
|
|
|
263
262
|
"""
|
|
264
263
|
return pulumi.get(self, "service_integrations")
|
|
265
264
|
|
|
266
|
-
@property
|
|
265
|
+
@_builtins.property
|
|
267
266
|
@pulumi.getter(name="serviceName")
|
|
268
|
-
def service_name(self) ->
|
|
267
|
+
def service_name(self) -> _builtins.str:
|
|
269
268
|
"""
|
|
270
269
|
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.
|
|
271
270
|
"""
|
|
272
271
|
return pulumi.get(self, "service_name")
|
|
273
272
|
|
|
274
|
-
@property
|
|
273
|
+
@_builtins.property
|
|
275
274
|
@pulumi.getter(name="servicePassword")
|
|
276
|
-
def service_password(self) ->
|
|
275
|
+
def service_password(self) -> _builtins.str:
|
|
277
276
|
"""
|
|
278
277
|
Password used for connecting to the service, if applicable
|
|
279
278
|
"""
|
|
280
279
|
return pulumi.get(self, "service_password")
|
|
281
280
|
|
|
282
|
-
@property
|
|
281
|
+
@_builtins.property
|
|
283
282
|
@pulumi.getter(name="servicePort")
|
|
284
|
-
def service_port(self) ->
|
|
283
|
+
def service_port(self) -> _builtins.int:
|
|
285
284
|
"""
|
|
286
285
|
The port of the service
|
|
287
286
|
"""
|
|
288
287
|
return pulumi.get(self, "service_port")
|
|
289
288
|
|
|
290
|
-
@property
|
|
289
|
+
@_builtins.property
|
|
291
290
|
@pulumi.getter(name="serviceType")
|
|
292
|
-
def service_type(self) ->
|
|
291
|
+
def service_type(self) -> _builtins.str:
|
|
293
292
|
"""
|
|
294
293
|
Aiven internal service type code
|
|
295
294
|
"""
|
|
296
295
|
return pulumi.get(self, "service_type")
|
|
297
296
|
|
|
298
|
-
@property
|
|
297
|
+
@_builtins.property
|
|
299
298
|
@pulumi.getter(name="serviceUri")
|
|
300
|
-
def service_uri(self) ->
|
|
299
|
+
def service_uri(self) -> _builtins.str:
|
|
301
300
|
"""
|
|
302
301
|
URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
303
302
|
"""
|
|
304
303
|
return pulumi.get(self, "service_uri")
|
|
305
304
|
|
|
306
|
-
@property
|
|
305
|
+
@_builtins.property
|
|
307
306
|
@pulumi.getter(name="serviceUsername")
|
|
308
|
-
def service_username(self) ->
|
|
307
|
+
def service_username(self) -> _builtins.str:
|
|
309
308
|
"""
|
|
310
309
|
Username used for connecting to the service, if applicable
|
|
311
310
|
"""
|
|
312
311
|
return pulumi.get(self, "service_username")
|
|
313
312
|
|
|
314
|
-
@property
|
|
313
|
+
@_builtins.property
|
|
315
314
|
@pulumi.getter
|
|
316
|
-
def state(self) ->
|
|
315
|
+
def state(self) -> _builtins.str:
|
|
317
316
|
return pulumi.get(self, "state")
|
|
318
317
|
|
|
319
|
-
@property
|
|
318
|
+
@_builtins.property
|
|
320
319
|
@pulumi.getter(name="staticIps")
|
|
321
|
-
def static_ips(self) -> Sequence[
|
|
320
|
+
def static_ips(self) -> Sequence[_builtins.str]:
|
|
322
321
|
"""
|
|
323
322
|
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
|
|
324
323
|
"""
|
|
325
324
|
return pulumi.get(self, "static_ips")
|
|
326
325
|
|
|
327
|
-
@property
|
|
326
|
+
@_builtins.property
|
|
328
327
|
@pulumi.getter
|
|
329
328
|
def tags(self) -> Sequence['outputs.GetCassandaTagResult']:
|
|
330
329
|
"""
|
|
@@ -332,7 +331,7 @@ class GetCassandaResult:
|
|
|
332
331
|
"""
|
|
333
332
|
return pulumi.get(self, "tags")
|
|
334
333
|
|
|
335
|
-
@property
|
|
334
|
+
@_builtins.property
|
|
336
335
|
@pulumi.getter(name="techEmails")
|
|
337
336
|
def tech_emails(self) -> Sequence['outputs.GetCassandaTechEmailResult']:
|
|
338
337
|
"""
|
|
@@ -340,9 +339,9 @@ class GetCassandaResult:
|
|
|
340
339
|
"""
|
|
341
340
|
return pulumi.get(self, "tech_emails")
|
|
342
341
|
|
|
343
|
-
@property
|
|
342
|
+
@_builtins.property
|
|
344
343
|
@pulumi.getter(name="terminationProtection")
|
|
345
|
-
def termination_protection(self) ->
|
|
344
|
+
def termination_protection(self) -> _builtins.bool:
|
|
346
345
|
"""
|
|
347
346
|
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.
|
|
348
347
|
"""
|
|
@@ -386,8 +385,8 @@ class AwaitableGetCassandaResult(GetCassandaResult):
|
|
|
386
385
|
termination_protection=self.termination_protection)
|
|
387
386
|
|
|
388
387
|
|
|
389
|
-
def get_cassanda(project: Optional[
|
|
390
|
-
service_name: Optional[
|
|
388
|
+
def get_cassanda(project: Optional[_builtins.str] = None,
|
|
389
|
+
service_name: Optional[_builtins.str] = None,
|
|
391
390
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCassandaResult:
|
|
392
391
|
"""
|
|
393
392
|
Gets information about an Aiven for Apache Cassandra® service.
|
|
@@ -410,8 +409,8 @@ def get_cassanda(project: Optional[builtins.str] = None,
|
|
|
410
409
|
```
|
|
411
410
|
|
|
412
411
|
|
|
413
|
-
:param
|
|
414
|
-
:param
|
|
412
|
+
: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.
|
|
413
|
+
: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.
|
|
415
414
|
"""
|
|
416
415
|
pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
|
|
417
416
|
__args__ = dict()
|
|
@@ -450,8 +449,8 @@ def get_cassanda(project: Optional[builtins.str] = None,
|
|
|
450
449
|
tags=pulumi.get(__ret__, 'tags'),
|
|
451
450
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
452
451
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
453
|
-
def get_cassanda_output(project: Optional[pulumi.Input[
|
|
454
|
-
service_name: Optional[pulumi.Input[
|
|
452
|
+
def get_cassanda_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
453
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
455
454
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCassandaResult]:
|
|
456
455
|
"""
|
|
457
456
|
Gets information about an Aiven for Apache Cassandra® service.
|
|
@@ -474,8 +473,8 @@ def get_cassanda_output(project: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
474
473
|
```
|
|
475
474
|
|
|
476
475
|
|
|
477
|
-
:param
|
|
478
|
-
:param
|
|
476
|
+
: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.
|
|
477
|
+
: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.
|
|
479
478
|
"""
|
|
480
479
|
pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
|
|
481
480
|
__args__ = dict()
|