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
pulumi_aiven/get_alloydbomni.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
|
|
@@ -120,15 +119,15 @@ class GetAlloydbomniResult:
|
|
|
120
119
|
raise TypeError("Expected argument 'termination_protection' to be a bool")
|
|
121
120
|
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
122
121
|
|
|
123
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
124
123
|
@pulumi.getter(name="additionalDiskSpace")
|
|
125
|
-
def additional_disk_space(self) ->
|
|
124
|
+
def additional_disk_space(self) -> _builtins.str:
|
|
126
125
|
"""
|
|
127
126
|
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.
|
|
128
127
|
"""
|
|
129
128
|
return pulumi.get(self, "additional_disk_space")
|
|
130
129
|
|
|
131
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
132
131
|
@pulumi.getter(name="alloydbomniUserConfigs")
|
|
133
132
|
def alloydbomni_user_configs(self) -> Sequence['outputs.GetAlloydbomniAlloydbomniUserConfigResult']:
|
|
134
133
|
"""
|
|
@@ -136,7 +135,7 @@ class GetAlloydbomniResult:
|
|
|
136
135
|
"""
|
|
137
136
|
return pulumi.get(self, "alloydbomni_user_configs")
|
|
138
137
|
|
|
139
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
140
139
|
@pulumi.getter
|
|
141
140
|
def alloydbomnis(self) -> Sequence['outputs.GetAlloydbomniAlloydbomniResult']:
|
|
142
141
|
"""
|
|
@@ -144,15 +143,15 @@ class GetAlloydbomniResult:
|
|
|
144
143
|
"""
|
|
145
144
|
return pulumi.get(self, "alloydbomnis")
|
|
146
145
|
|
|
147
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
148
147
|
@pulumi.getter(name="cloudName")
|
|
149
|
-
def cloud_name(self) ->
|
|
148
|
+
def cloud_name(self) -> _builtins.str:
|
|
150
149
|
"""
|
|
151
150
|
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.
|
|
152
151
|
"""
|
|
153
152
|
return pulumi.get(self, "cloud_name")
|
|
154
153
|
|
|
155
|
-
@property
|
|
154
|
+
@_builtins.property
|
|
156
155
|
@pulumi.getter
|
|
157
156
|
def components(self) -> Sequence['outputs.GetAlloydbomniComponentResult']:
|
|
158
157
|
"""
|
|
@@ -160,111 +159,111 @@ class GetAlloydbomniResult:
|
|
|
160
159
|
"""
|
|
161
160
|
return pulumi.get(self, "components")
|
|
162
161
|
|
|
163
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
164
163
|
@pulumi.getter(name="diskSpace")
|
|
165
|
-
def disk_space(self) ->
|
|
164
|
+
def disk_space(self) -> _builtins.str:
|
|
166
165
|
"""
|
|
167
166
|
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
168
167
|
"""
|
|
169
168
|
return pulumi.get(self, "disk_space")
|
|
170
169
|
|
|
171
|
-
@property
|
|
170
|
+
@_builtins.property
|
|
172
171
|
@pulumi.getter(name="diskSpaceCap")
|
|
173
|
-
def disk_space_cap(self) ->
|
|
172
|
+
def disk_space_cap(self) -> _builtins.str:
|
|
174
173
|
"""
|
|
175
174
|
The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
176
175
|
"""
|
|
177
176
|
return pulumi.get(self, "disk_space_cap")
|
|
178
177
|
|
|
179
|
-
@property
|
|
178
|
+
@_builtins.property
|
|
180
179
|
@pulumi.getter(name="diskSpaceDefault")
|
|
181
|
-
def disk_space_default(self) ->
|
|
180
|
+
def disk_space_default(self) -> _builtins.str:
|
|
182
181
|
"""
|
|
183
182
|
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`
|
|
184
183
|
"""
|
|
185
184
|
return pulumi.get(self, "disk_space_default")
|
|
186
185
|
|
|
187
|
-
@property
|
|
186
|
+
@_builtins.property
|
|
188
187
|
@pulumi.getter(name="diskSpaceStep")
|
|
189
|
-
def disk_space_step(self) ->
|
|
188
|
+
def disk_space_step(self) -> _builtins.str:
|
|
190
189
|
"""
|
|
191
190
|
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.
|
|
192
191
|
"""
|
|
193
192
|
return pulumi.get(self, "disk_space_step")
|
|
194
193
|
|
|
195
|
-
@property
|
|
194
|
+
@_builtins.property
|
|
196
195
|
@pulumi.getter(name="diskSpaceUsed")
|
|
197
|
-
def disk_space_used(self) ->
|
|
196
|
+
def disk_space_used(self) -> _builtins.str:
|
|
198
197
|
"""
|
|
199
198
|
Disk space that service is currently using
|
|
200
199
|
"""
|
|
201
200
|
return pulumi.get(self, "disk_space_used")
|
|
202
201
|
|
|
203
|
-
@property
|
|
202
|
+
@_builtins.property
|
|
204
203
|
@pulumi.getter
|
|
205
|
-
def id(self) ->
|
|
204
|
+
def id(self) -> _builtins.str:
|
|
206
205
|
"""
|
|
207
206
|
The provider-assigned unique ID for this managed resource.
|
|
208
207
|
"""
|
|
209
208
|
return pulumi.get(self, "id")
|
|
210
209
|
|
|
211
|
-
@property
|
|
210
|
+
@_builtins.property
|
|
212
211
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
213
|
-
def maintenance_window_dow(self) ->
|
|
212
|
+
def maintenance_window_dow(self) -> _builtins.str:
|
|
214
213
|
"""
|
|
215
214
|
Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
216
215
|
"""
|
|
217
216
|
return pulumi.get(self, "maintenance_window_dow")
|
|
218
217
|
|
|
219
|
-
@property
|
|
218
|
+
@_builtins.property
|
|
220
219
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
221
|
-
def maintenance_window_time(self) ->
|
|
220
|
+
def maintenance_window_time(self) -> _builtins.str:
|
|
222
221
|
"""
|
|
223
222
|
Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
224
223
|
"""
|
|
225
224
|
return pulumi.get(self, "maintenance_window_time")
|
|
226
225
|
|
|
227
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
228
227
|
@pulumi.getter
|
|
229
|
-
def plan(self) ->
|
|
228
|
+
def plan(self) -> _builtins.str:
|
|
230
229
|
"""
|
|
231
230
|
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).
|
|
232
231
|
"""
|
|
233
232
|
return pulumi.get(self, "plan")
|
|
234
233
|
|
|
235
|
-
@property
|
|
234
|
+
@_builtins.property
|
|
236
235
|
@pulumi.getter
|
|
237
|
-
def project(self) ->
|
|
236
|
+
def project(self) -> _builtins.str:
|
|
238
237
|
"""
|
|
239
238
|
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.
|
|
240
239
|
"""
|
|
241
240
|
return pulumi.get(self, "project")
|
|
242
241
|
|
|
243
|
-
@property
|
|
242
|
+
@_builtins.property
|
|
244
243
|
@pulumi.getter(name="projectVpcId")
|
|
245
|
-
def project_vpc_id(self) ->
|
|
244
|
+
def project_vpc_id(self) -> _builtins.str:
|
|
246
245
|
"""
|
|
247
246
|
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.
|
|
248
247
|
"""
|
|
249
248
|
return pulumi.get(self, "project_vpc_id")
|
|
250
249
|
|
|
251
|
-
@property
|
|
250
|
+
@_builtins.property
|
|
252
251
|
@pulumi.getter(name="serviceAccountCredentials")
|
|
253
|
-
def service_account_credentials(self) ->
|
|
252
|
+
def service_account_credentials(self) -> _builtins.str:
|
|
254
253
|
"""
|
|
255
254
|
Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
|
|
256
255
|
"""
|
|
257
256
|
return pulumi.get(self, "service_account_credentials")
|
|
258
257
|
|
|
259
|
-
@property
|
|
258
|
+
@_builtins.property
|
|
260
259
|
@pulumi.getter(name="serviceHost")
|
|
261
|
-
def service_host(self) ->
|
|
260
|
+
def service_host(self) -> _builtins.str:
|
|
262
261
|
"""
|
|
263
262
|
The hostname of the service.
|
|
264
263
|
"""
|
|
265
264
|
return pulumi.get(self, "service_host")
|
|
266
265
|
|
|
267
|
-
@property
|
|
266
|
+
@_builtins.property
|
|
268
267
|
@pulumi.getter(name="serviceIntegrations")
|
|
269
268
|
def service_integrations(self) -> Sequence['outputs.GetAlloydbomniServiceIntegrationResult']:
|
|
270
269
|
"""
|
|
@@ -272,68 +271,68 @@ class GetAlloydbomniResult:
|
|
|
272
271
|
"""
|
|
273
272
|
return pulumi.get(self, "service_integrations")
|
|
274
273
|
|
|
275
|
-
@property
|
|
274
|
+
@_builtins.property
|
|
276
275
|
@pulumi.getter(name="serviceName")
|
|
277
|
-
def service_name(self) ->
|
|
276
|
+
def service_name(self) -> _builtins.str:
|
|
278
277
|
"""
|
|
279
278
|
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.
|
|
280
279
|
"""
|
|
281
280
|
return pulumi.get(self, "service_name")
|
|
282
281
|
|
|
283
|
-
@property
|
|
282
|
+
@_builtins.property
|
|
284
283
|
@pulumi.getter(name="servicePassword")
|
|
285
|
-
def service_password(self) ->
|
|
284
|
+
def service_password(self) -> _builtins.str:
|
|
286
285
|
"""
|
|
287
286
|
Password used for connecting to the service, if applicable
|
|
288
287
|
"""
|
|
289
288
|
return pulumi.get(self, "service_password")
|
|
290
289
|
|
|
291
|
-
@property
|
|
290
|
+
@_builtins.property
|
|
292
291
|
@pulumi.getter(name="servicePort")
|
|
293
|
-
def service_port(self) ->
|
|
292
|
+
def service_port(self) -> _builtins.int:
|
|
294
293
|
"""
|
|
295
294
|
The port of the service
|
|
296
295
|
"""
|
|
297
296
|
return pulumi.get(self, "service_port")
|
|
298
297
|
|
|
299
|
-
@property
|
|
298
|
+
@_builtins.property
|
|
300
299
|
@pulumi.getter(name="serviceType")
|
|
301
|
-
def service_type(self) ->
|
|
300
|
+
def service_type(self) -> _builtins.str:
|
|
302
301
|
"""
|
|
303
302
|
Aiven internal service type code
|
|
304
303
|
"""
|
|
305
304
|
return pulumi.get(self, "service_type")
|
|
306
305
|
|
|
307
|
-
@property
|
|
306
|
+
@_builtins.property
|
|
308
307
|
@pulumi.getter(name="serviceUri")
|
|
309
|
-
def service_uri(self) ->
|
|
308
|
+
def service_uri(self) -> _builtins.str:
|
|
310
309
|
"""
|
|
311
310
|
URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
312
311
|
"""
|
|
313
312
|
return pulumi.get(self, "service_uri")
|
|
314
313
|
|
|
315
|
-
@property
|
|
314
|
+
@_builtins.property
|
|
316
315
|
@pulumi.getter(name="serviceUsername")
|
|
317
|
-
def service_username(self) ->
|
|
316
|
+
def service_username(self) -> _builtins.str:
|
|
318
317
|
"""
|
|
319
318
|
Username used for connecting to the service, if applicable
|
|
320
319
|
"""
|
|
321
320
|
return pulumi.get(self, "service_username")
|
|
322
321
|
|
|
323
|
-
@property
|
|
322
|
+
@_builtins.property
|
|
324
323
|
@pulumi.getter
|
|
325
|
-
def state(self) ->
|
|
324
|
+
def state(self) -> _builtins.str:
|
|
326
325
|
return pulumi.get(self, "state")
|
|
327
326
|
|
|
328
|
-
@property
|
|
327
|
+
@_builtins.property
|
|
329
328
|
@pulumi.getter(name="staticIps")
|
|
330
|
-
def static_ips(self) -> Sequence[
|
|
329
|
+
def static_ips(self) -> Sequence[_builtins.str]:
|
|
331
330
|
"""
|
|
332
331
|
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
|
|
333
332
|
"""
|
|
334
333
|
return pulumi.get(self, "static_ips")
|
|
335
334
|
|
|
336
|
-
@property
|
|
335
|
+
@_builtins.property
|
|
337
336
|
@pulumi.getter
|
|
338
337
|
def tags(self) -> Sequence['outputs.GetAlloydbomniTagResult']:
|
|
339
338
|
"""
|
|
@@ -341,7 +340,7 @@ class GetAlloydbomniResult:
|
|
|
341
340
|
"""
|
|
342
341
|
return pulumi.get(self, "tags")
|
|
343
342
|
|
|
344
|
-
@property
|
|
343
|
+
@_builtins.property
|
|
345
344
|
@pulumi.getter(name="techEmails")
|
|
346
345
|
def tech_emails(self) -> Sequence['outputs.GetAlloydbomniTechEmailResult']:
|
|
347
346
|
"""
|
|
@@ -349,9 +348,9 @@ class GetAlloydbomniResult:
|
|
|
349
348
|
"""
|
|
350
349
|
return pulumi.get(self, "tech_emails")
|
|
351
350
|
|
|
352
|
-
@property
|
|
351
|
+
@_builtins.property
|
|
353
352
|
@pulumi.getter(name="terminationProtection")
|
|
354
|
-
def termination_protection(self) ->
|
|
353
|
+
def termination_protection(self) -> _builtins.bool:
|
|
355
354
|
"""
|
|
356
355
|
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.
|
|
357
356
|
"""
|
|
@@ -396,8 +395,8 @@ class AwaitableGetAlloydbomniResult(GetAlloydbomniResult):
|
|
|
396
395
|
termination_protection=self.termination_protection)
|
|
397
396
|
|
|
398
397
|
|
|
399
|
-
def get_alloydbomni(project: Optional[
|
|
400
|
-
service_name: Optional[
|
|
398
|
+
def get_alloydbomni(project: Optional[_builtins.str] = None,
|
|
399
|
+
service_name: Optional[_builtins.str] = None,
|
|
401
400
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlloydbomniResult:
|
|
402
401
|
"""
|
|
403
402
|
Gets information about an Aiven for AlloyDB Omni service.
|
|
@@ -406,8 +405,8 @@ def get_alloydbomni(project: Optional[builtins.str] = None,
|
|
|
406
405
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
407
406
|
|
|
408
407
|
|
|
409
|
-
:param
|
|
410
|
-
:param
|
|
408
|
+
: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.
|
|
409
|
+
: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.
|
|
411
410
|
"""
|
|
412
411
|
__args__ = dict()
|
|
413
412
|
__args__['project'] = project
|
|
@@ -446,8 +445,8 @@ def get_alloydbomni(project: Optional[builtins.str] = None,
|
|
|
446
445
|
tags=pulumi.get(__ret__, 'tags'),
|
|
447
446
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
448
447
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
449
|
-
def get_alloydbomni_output(project: Optional[pulumi.Input[
|
|
450
|
-
service_name: Optional[pulumi.Input[
|
|
448
|
+
def get_alloydbomni_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
449
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
451
450
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlloydbomniResult]:
|
|
452
451
|
"""
|
|
453
452
|
Gets information about an Aiven for AlloyDB Omni service.
|
|
@@ -456,8 +455,8 @@ def get_alloydbomni_output(project: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
456
455
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
457
456
|
|
|
458
457
|
|
|
459
|
-
:param
|
|
460
|
-
:param
|
|
458
|
+
: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.
|
|
459
|
+
: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.
|
|
461
460
|
"""
|
|
462
461
|
__args__ = dict()
|
|
463
462
|
__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
|
|
@@ -47,49 +46,49 @@ class GetAlloydbomniDatabaseResult:
|
|
|
47
46
|
raise TypeError("Expected argument 'service_name' to be a str")
|
|
48
47
|
pulumi.set(__self__, "service_name", service_name)
|
|
49
48
|
|
|
50
|
-
@property
|
|
49
|
+
@_builtins.property
|
|
51
50
|
@pulumi.getter(name="databaseName")
|
|
52
|
-
def database_name(self) ->
|
|
51
|
+
def database_name(self) -> _builtins.str:
|
|
53
52
|
"""
|
|
54
53
|
The name of the service database. Changing this property forces recreation of the resource.
|
|
55
54
|
"""
|
|
56
55
|
return pulumi.get(self, "database_name")
|
|
57
56
|
|
|
58
|
-
@property
|
|
57
|
+
@_builtins.property
|
|
59
58
|
@pulumi.getter
|
|
60
|
-
def id(self) ->
|
|
59
|
+
def id(self) -> _builtins.str:
|
|
61
60
|
"""
|
|
62
61
|
The provider-assigned unique ID for this managed resource.
|
|
63
62
|
"""
|
|
64
63
|
return pulumi.get(self, "id")
|
|
65
64
|
|
|
66
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
67
66
|
@pulumi.getter(name="lcCollate")
|
|
68
|
-
def lc_collate(self) ->
|
|
67
|
+
def lc_collate(self) -> _builtins.str:
|
|
69
68
|
"""
|
|
70
69
|
Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
71
70
|
"""
|
|
72
71
|
return pulumi.get(self, "lc_collate")
|
|
73
72
|
|
|
74
|
-
@property
|
|
73
|
+
@_builtins.property
|
|
75
74
|
@pulumi.getter(name="lcCtype")
|
|
76
|
-
def lc_ctype(self) ->
|
|
75
|
+
def lc_ctype(self) -> _builtins.str:
|
|
77
76
|
"""
|
|
78
77
|
Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
79
78
|
"""
|
|
80
79
|
return pulumi.get(self, "lc_ctype")
|
|
81
80
|
|
|
82
|
-
@property
|
|
81
|
+
@_builtins.property
|
|
83
82
|
@pulumi.getter
|
|
84
|
-
def project(self) ->
|
|
83
|
+
def project(self) -> _builtins.str:
|
|
85
84
|
"""
|
|
86
85
|
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.
|
|
87
86
|
"""
|
|
88
87
|
return pulumi.get(self, "project")
|
|
89
88
|
|
|
90
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
91
90
|
@pulumi.getter(name="serviceName")
|
|
92
|
-
def service_name(self) ->
|
|
91
|
+
def service_name(self) -> _builtins.str:
|
|
93
92
|
"""
|
|
94
93
|
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.
|
|
95
94
|
"""
|
|
@@ -110,9 +109,9 @@ class AwaitableGetAlloydbomniDatabaseResult(GetAlloydbomniDatabaseResult):
|
|
|
110
109
|
service_name=self.service_name)
|
|
111
110
|
|
|
112
111
|
|
|
113
|
-
def get_alloydbomni_database(database_name: Optional[
|
|
114
|
-
project: Optional[
|
|
115
|
-
service_name: Optional[
|
|
112
|
+
def get_alloydbomni_database(database_name: Optional[_builtins.str] = None,
|
|
113
|
+
project: Optional[_builtins.str] = None,
|
|
114
|
+
service_name: Optional[_builtins.str] = None,
|
|
116
115
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlloydbomniDatabaseResult:
|
|
117
116
|
"""
|
|
118
117
|
Gets information about a database in an Aiven for AlloyDB Omni service.
|
|
@@ -121,9 +120,9 @@ def get_alloydbomni_database(database_name: Optional[builtins.str] = None,
|
|
|
121
120
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
122
121
|
|
|
123
122
|
|
|
124
|
-
:param
|
|
125
|
-
:param
|
|
126
|
-
:param
|
|
123
|
+
:param _builtins.str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
124
|
+
: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.
|
|
125
|
+
: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.
|
|
127
126
|
"""
|
|
128
127
|
__args__ = dict()
|
|
129
128
|
__args__['databaseName'] = database_name
|
|
@@ -139,9 +138,9 @@ def get_alloydbomni_database(database_name: Optional[builtins.str] = None,
|
|
|
139
138
|
lc_ctype=pulumi.get(__ret__, 'lc_ctype'),
|
|
140
139
|
project=pulumi.get(__ret__, 'project'),
|
|
141
140
|
service_name=pulumi.get(__ret__, 'service_name'))
|
|
142
|
-
def get_alloydbomni_database_output(database_name: Optional[pulumi.Input[
|
|
143
|
-
project: Optional[pulumi.Input[
|
|
144
|
-
service_name: Optional[pulumi.Input[
|
|
141
|
+
def get_alloydbomni_database_output(database_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
142
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
143
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
145
144
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlloydbomniDatabaseResult]:
|
|
146
145
|
"""
|
|
147
146
|
Gets information about a database in an Aiven for AlloyDB Omni service.
|
|
@@ -150,9 +149,9 @@ def get_alloydbomni_database_output(database_name: Optional[pulumi.Input[builtin
|
|
|
150
149
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
151
150
|
|
|
152
151
|
|
|
153
|
-
:param
|
|
154
|
-
:param
|
|
155
|
-
:param
|
|
152
|
+
:param _builtins.str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
153
|
+
: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.
|
|
154
|
+
: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
155
|
"""
|
|
157
156
|
__args__ = dict()
|
|
158
157
|
__args__['databaseName'] = database_name
|
|
@@ -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
|
|
@@ -56,73 +55,73 @@ class GetAlloydbomniUserResult:
|
|
|
56
55
|
raise TypeError("Expected argument 'username' to be a str")
|
|
57
56
|
pulumi.set(__self__, "username", username)
|
|
58
57
|
|
|
59
|
-
@property
|
|
58
|
+
@_builtins.property
|
|
60
59
|
@pulumi.getter(name="accessCert")
|
|
61
|
-
def access_cert(self) ->
|
|
60
|
+
def access_cert(self) -> _builtins.str:
|
|
62
61
|
"""
|
|
63
62
|
The access certificate for the servie user.
|
|
64
63
|
"""
|
|
65
64
|
return pulumi.get(self, "access_cert")
|
|
66
65
|
|
|
67
|
-
@property
|
|
66
|
+
@_builtins.property
|
|
68
67
|
@pulumi.getter(name="accessKey")
|
|
69
|
-
def access_key(self) ->
|
|
68
|
+
def access_key(self) -> _builtins.str:
|
|
70
69
|
"""
|
|
71
70
|
The access certificate key for the service user.
|
|
72
71
|
"""
|
|
73
72
|
return pulumi.get(self, "access_key")
|
|
74
73
|
|
|
75
|
-
@property
|
|
74
|
+
@_builtins.property
|
|
76
75
|
@pulumi.getter
|
|
77
|
-
def id(self) ->
|
|
76
|
+
def id(self) -> _builtins.str:
|
|
78
77
|
"""
|
|
79
78
|
The provider-assigned unique ID for this managed resource.
|
|
80
79
|
"""
|
|
81
80
|
return pulumi.get(self, "id")
|
|
82
81
|
|
|
83
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
84
83
|
@pulumi.getter
|
|
85
|
-
def password(self) ->
|
|
84
|
+
def password(self) -> _builtins.str:
|
|
86
85
|
"""
|
|
87
86
|
The password of the service user.
|
|
88
87
|
"""
|
|
89
88
|
return pulumi.get(self, "password")
|
|
90
89
|
|
|
91
|
-
@property
|
|
90
|
+
@_builtins.property
|
|
92
91
|
@pulumi.getter(name="pgAllowReplication")
|
|
93
|
-
def pg_allow_replication(self) ->
|
|
92
|
+
def pg_allow_replication(self) -> _builtins.bool:
|
|
94
93
|
"""
|
|
95
94
|
Allows replication. For the default avnadmin user this attribute is required and is always `true`.
|
|
96
95
|
"""
|
|
97
96
|
return pulumi.get(self, "pg_allow_replication")
|
|
98
97
|
|
|
99
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
100
99
|
@pulumi.getter
|
|
101
|
-
def project(self) ->
|
|
100
|
+
def project(self) -> _builtins.str:
|
|
102
101
|
"""
|
|
103
102
|
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.
|
|
104
103
|
"""
|
|
105
104
|
return pulumi.get(self, "project")
|
|
106
105
|
|
|
107
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
108
107
|
@pulumi.getter(name="serviceName")
|
|
109
|
-
def service_name(self) ->
|
|
108
|
+
def service_name(self) -> _builtins.str:
|
|
110
109
|
"""
|
|
111
110
|
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.
|
|
112
111
|
"""
|
|
113
112
|
return pulumi.get(self, "service_name")
|
|
114
113
|
|
|
115
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
116
115
|
@pulumi.getter
|
|
117
|
-
def type(self) ->
|
|
116
|
+
def type(self) -> _builtins.str:
|
|
118
117
|
"""
|
|
119
118
|
The service user account type, either primary or regular.
|
|
120
119
|
"""
|
|
121
120
|
return pulumi.get(self, "type")
|
|
122
121
|
|
|
123
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
124
123
|
@pulumi.getter
|
|
125
|
-
def username(self) ->
|
|
124
|
+
def username(self) -> _builtins.str:
|
|
126
125
|
"""
|
|
127
126
|
The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
128
127
|
"""
|
|
@@ -146,9 +145,9 @@ class AwaitableGetAlloydbomniUserResult(GetAlloydbomniUserResult):
|
|
|
146
145
|
username=self.username)
|
|
147
146
|
|
|
148
147
|
|
|
149
|
-
def get_alloydbomni_user(project: Optional[
|
|
150
|
-
service_name: Optional[
|
|
151
|
-
username: Optional[
|
|
148
|
+
def get_alloydbomni_user(project: Optional[_builtins.str] = None,
|
|
149
|
+
service_name: Optional[_builtins.str] = None,
|
|
150
|
+
username: Optional[_builtins.str] = None,
|
|
152
151
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlloydbomniUserResult:
|
|
153
152
|
"""
|
|
154
153
|
Gets information about an Aiven for AlloyDB Omni service user.
|
|
@@ -157,9 +156,9 @@ def get_alloydbomni_user(project: Optional[builtins.str] = None,
|
|
|
157
156
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
158
157
|
|
|
159
158
|
|
|
160
|
-
:param
|
|
161
|
-
:param
|
|
162
|
-
:param
|
|
159
|
+
: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.
|
|
160
|
+
: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.
|
|
161
|
+
:param _builtins.str username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
163
162
|
"""
|
|
164
163
|
__args__ = dict()
|
|
165
164
|
__args__['project'] = project
|
|
@@ -178,9 +177,9 @@ def get_alloydbomni_user(project: Optional[builtins.str] = None,
|
|
|
178
177
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
179
178
|
type=pulumi.get(__ret__, 'type'),
|
|
180
179
|
username=pulumi.get(__ret__, 'username'))
|
|
181
|
-
def get_alloydbomni_user_output(project: Optional[pulumi.Input[
|
|
182
|
-
service_name: Optional[pulumi.Input[
|
|
183
|
-
username: Optional[pulumi.Input[
|
|
180
|
+
def get_alloydbomni_user_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
181
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
182
|
+
username: Optional[pulumi.Input[_builtins.str]] = None,
|
|
184
183
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlloydbomniUserResult]:
|
|
185
184
|
"""
|
|
186
185
|
Gets information about an Aiven for AlloyDB Omni service user.
|
|
@@ -189,9 +188,9 @@ def get_alloydbomni_user_output(project: Optional[pulumi.Input[builtins.str]] =
|
|
|
189
188
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
190
189
|
|
|
191
190
|
|
|
192
|
-
:param
|
|
193
|
-
:param
|
|
194
|
-
:param
|
|
191
|
+
: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.
|
|
192
|
+
: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.
|
|
193
|
+
:param _builtins.str username: The name of the service user for this service. 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
|