pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__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/_inputs.py +88 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -16
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +16 -16
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +54 -54
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -16
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +147 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -16
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
|
@@ -19,10 +19,10 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
19
19
|
user_ip_address: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a GcpPrivatelinkConnectionApproval resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
22
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
23
|
+
reference. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[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
|
|
23
25
|
reference. Changing this property forces recreation of the resource.
|
|
24
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
25
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -33,7 +33,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
33
33
|
@pulumi.getter
|
|
34
34
|
def project(self) -> pulumi.Input[str]:
|
|
35
35
|
"""
|
|
36
|
-
|
|
36
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
37
37
|
reference. Changing this property forces recreation of the resource.
|
|
38
38
|
"""
|
|
39
39
|
return pulumi.get(self, "project")
|
|
@@ -46,8 +46,8 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
46
46
|
@pulumi.getter(name="serviceName")
|
|
47
47
|
def service_name(self) -> pulumi.Input[str]:
|
|
48
48
|
"""
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
50
|
+
reference. Changing this property forces recreation of the resource.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -80,11 +80,11 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
80
80
|
"""
|
|
81
81
|
Input properties used for looking up and filtering GcpPrivatelinkConnectionApproval resources.
|
|
82
82
|
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
83
|
-
:param pulumi.Input[str] project:
|
|
83
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
84
84
|
reference. Changing this property forces recreation of the resource.
|
|
85
85
|
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
86
|
-
:param pulumi.Input[str] service_name:
|
|
87
|
-
|
|
86
|
+
:param pulumi.Input[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
|
|
87
|
+
reference. Changing this property forces recreation of the resource.
|
|
88
88
|
:param pulumi.Input[str] state: The state of the connection.
|
|
89
89
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
90
90
|
"""
|
|
@@ -117,7 +117,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
117
117
|
@pulumi.getter
|
|
118
118
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
119
119
|
"""
|
|
120
|
-
|
|
120
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
121
121
|
reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "project")
|
|
@@ -142,8 +142,8 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
142
142
|
@pulumi.getter(name="serviceName")
|
|
143
143
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
144
144
|
"""
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
146
|
+
reference. Changing this property forces recreation of the resource.
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "service_name")
|
|
149
149
|
|
|
@@ -189,10 +189,10 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
189
189
|
Create a GcpPrivatelinkConnectionApproval resource with the given unique name, props, and options.
|
|
190
190
|
:param str resource_name: The name of the resource.
|
|
191
191
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
192
|
-
:param pulumi.Input[str] project:
|
|
192
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
193
|
+
reference. Changing this property forces recreation of the resource.
|
|
194
|
+
:param pulumi.Input[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
|
|
193
195
|
reference. Changing this property forces recreation of the resource.
|
|
194
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
195
|
-
variable as a reference. Changing this property forces recreation of the resource.
|
|
196
196
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
197
197
|
"""
|
|
198
198
|
...
|
|
@@ -266,11 +266,11 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
266
266
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
267
267
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
268
268
|
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
269
|
-
:param pulumi.Input[str] project:
|
|
269
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
270
|
reference. Changing this property forces recreation of the resource.
|
|
271
271
|
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
272
|
-
:param pulumi.Input[str] service_name:
|
|
273
|
-
|
|
272
|
+
:param pulumi.Input[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
|
|
273
|
+
reference. Changing this property forces recreation of the resource.
|
|
274
274
|
:param pulumi.Input[str] state: The state of the connection.
|
|
275
275
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
276
276
|
"""
|
|
@@ -298,7 +298,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
298
298
|
@pulumi.getter
|
|
299
299
|
def project(self) -> pulumi.Output[str]:
|
|
300
300
|
"""
|
|
301
|
-
|
|
301
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
302
302
|
reference. Changing this property forces recreation of the resource.
|
|
303
303
|
"""
|
|
304
304
|
return pulumi.get(self, "project")
|
|
@@ -315,8 +315,8 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
315
315
|
@pulumi.getter(name="serviceName")
|
|
316
316
|
def service_name(self) -> pulumi.Output[str]:
|
|
317
317
|
"""
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
319
|
+
reference. Changing this property forces recreation of the resource.
|
|
320
320
|
"""
|
|
321
321
|
return pulumi.get(self, "service_name")
|
|
322
322
|
|
|
@@ -195,7 +195,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
195
195
|
## Import
|
|
196
196
|
|
|
197
197
|
```sh
|
|
198
|
-
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo
|
|
198
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
|
|
199
199
|
```
|
|
200
200
|
|
|
201
201
|
:param str resource_name: The name of the resource.
|
|
@@ -228,7 +228,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
228
228
|
## Import
|
|
229
229
|
|
|
230
230
|
```sh
|
|
231
|
-
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo
|
|
231
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
|
|
232
232
|
```
|
|
233
233
|
|
|
234
234
|
:param str resource_name: The name of the resource.
|
|
@@ -77,7 +77,7 @@ class GetAwsPrivatelinkResult:
|
|
|
77
77
|
@pulumi.getter
|
|
78
78
|
def project(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
|
|
80
|
+
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.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "project")
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ class GetAwsPrivatelinkResult:
|
|
|
85
85
|
@pulumi.getter(name="serviceName")
|
|
86
86
|
def service_name(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
|
|
88
|
+
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.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "service_name")
|
|
91
91
|
|
|
@@ -121,8 +121,8 @@ def get_aws_privatelink(project: Optional[str] = None,
|
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
|
|
124
|
-
:param str project:
|
|
125
|
-
:param str service_name:
|
|
124
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
125
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
126
126
|
"""
|
|
127
127
|
__args__ = dict()
|
|
128
128
|
__args__['project'] = project
|
|
@@ -157,7 +157,7 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
157
157
|
```
|
|
158
158
|
|
|
159
159
|
|
|
160
|
-
:param str project:
|
|
161
|
-
:param str service_name:
|
|
160
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
161
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
162
162
|
"""
|
|
163
163
|
...
|
|
@@ -83,7 +83,7 @@ class GetAzurePrivatelinkResult:
|
|
|
83
83
|
@pulumi.getter
|
|
84
84
|
def project(self) -> str:
|
|
85
85
|
"""
|
|
86
|
-
|
|
86
|
+
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
87
|
"""
|
|
88
88
|
return pulumi.get(self, "project")
|
|
89
89
|
|
|
@@ -91,7 +91,7 @@ class GetAzurePrivatelinkResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
|
|
94
|
+
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
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -145,8 +145,8 @@ def get_azure_privatelink(project: Optional[str] = None,
|
|
|
145
145
|
```
|
|
146
146
|
|
|
147
147
|
|
|
148
|
-
:param str project:
|
|
149
|
-
:param str service_name:
|
|
148
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
149
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
150
150
|
"""
|
|
151
151
|
__args__ = dict()
|
|
152
152
|
__args__['project'] = project
|
|
@@ -183,7 +183,7 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
183
183
|
```
|
|
184
184
|
|
|
185
185
|
|
|
186
|
-
:param str project:
|
|
187
|
-
:param str service_name:
|
|
186
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
187
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
188
188
|
"""
|
|
189
189
|
...
|
|
@@ -239,7 +239,7 @@ class AwaitableGetBillingGroupResult(GetBillingGroupResult):
|
|
|
239
239
|
def get_billing_group(billing_group_id: Optional[str] = None,
|
|
240
240
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBillingGroupResult:
|
|
241
241
|
"""
|
|
242
|
-
|
|
242
|
+
Gets information about a billing group.
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
:param str billing_group_id: The ID of the billing group. To set up proper dependencies please refer to this variable as a reference.
|
|
@@ -273,7 +273,7 @@ def get_billing_group(billing_group_id: Optional[str] = None,
|
|
|
273
273
|
def get_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = None,
|
|
274
274
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBillingGroupResult]:
|
|
275
275
|
"""
|
|
276
|
-
|
|
276
|
+
Gets information about a billing group.
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
:param str billing_group_id: The ID of the billing group. To set up proper dependencies please refer to this variable as a reference.
|
pulumi_aiven/get_cassanda.py
CHANGED
|
@@ -24,16 +24,13 @@ class GetCassandaResult:
|
|
|
24
24
|
"""
|
|
25
25
|
A collection of values returned by getCassanda.
|
|
26
26
|
"""
|
|
27
|
-
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None,
|
|
27
|
+
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
28
28
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
29
29
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
30
30
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
31
31
|
if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
|
|
32
32
|
raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
|
|
33
33
|
pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
|
|
34
|
-
if cassandras and not isinstance(cassandras, list):
|
|
35
|
-
raise TypeError("Expected argument 'cassandras' to be a list")
|
|
36
|
-
pulumi.set(__self__, "cassandras", cassandras)
|
|
37
34
|
if cloud_name and not isinstance(cloud_name, str):
|
|
38
35
|
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
39
36
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -129,14 +126,6 @@ class GetCassandaResult:
|
|
|
129
126
|
"""
|
|
130
127
|
return pulumi.get(self, "cassandra_user_configs")
|
|
131
128
|
|
|
132
|
-
@property
|
|
133
|
-
@pulumi.getter
|
|
134
|
-
def cassandras(self) -> Sequence['outputs.GetCassandaCassandraResult']:
|
|
135
|
-
"""
|
|
136
|
-
Cassandra server provided values
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "cassandras")
|
|
139
|
-
|
|
140
129
|
@property
|
|
141
130
|
@pulumi.getter(name="cloudName")
|
|
142
131
|
def cloud_name(self) -> str:
|
|
@@ -229,7 +218,7 @@ class GetCassandaResult:
|
|
|
229
218
|
@pulumi.getter
|
|
230
219
|
def project(self) -> str:
|
|
231
220
|
"""
|
|
232
|
-
|
|
221
|
+
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.
|
|
233
222
|
"""
|
|
234
223
|
return pulumi.get(self, "project")
|
|
235
224
|
|
|
@@ -333,7 +322,7 @@ class GetCassandaResult:
|
|
|
333
322
|
@pulumi.getter(name="techEmails")
|
|
334
323
|
def tech_emails(self) -> Sequence['outputs.GetCassandaTechEmailResult']:
|
|
335
324
|
"""
|
|
336
|
-
|
|
325
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
337
326
|
"""
|
|
338
327
|
return pulumi.get(self, "tech_emails")
|
|
339
328
|
|
|
@@ -354,7 +343,6 @@ class AwaitableGetCassandaResult(GetCassandaResult):
|
|
|
354
343
|
return GetCassandaResult(
|
|
355
344
|
additional_disk_space=self.additional_disk_space,
|
|
356
345
|
cassandra_user_configs=self.cassandra_user_configs,
|
|
357
|
-
cassandras=self.cassandras,
|
|
358
346
|
cloud_name=self.cloud_name,
|
|
359
347
|
components=self.components,
|
|
360
348
|
disk_space=self.disk_space,
|
|
@@ -400,7 +388,7 @@ def get_cassanda(project: Optional[str] = None,
|
|
|
400
388
|
```
|
|
401
389
|
|
|
402
390
|
|
|
403
|
-
:param str project:
|
|
391
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
404
392
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
393
|
"""
|
|
406
394
|
pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
|
|
@@ -413,7 +401,6 @@ def get_cassanda(project: Optional[str] = None,
|
|
|
413
401
|
return AwaitableGetCassandaResult(
|
|
414
402
|
additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
|
|
415
403
|
cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
|
|
416
|
-
cassandras=pulumi.get(__ret__, 'cassandras'),
|
|
417
404
|
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
418
405
|
components=pulumi.get(__ret__, 'components'),
|
|
419
406
|
disk_space=pulumi.get(__ret__, 'disk_space'),
|
|
@@ -460,7 +447,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
460
447
|
```
|
|
461
448
|
|
|
462
449
|
|
|
463
|
-
:param str project:
|
|
450
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
464
451
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
465
452
|
"""
|
|
466
453
|
pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
|
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -22,16 +22,13 @@ class GetCassandraResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getCassandra.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
29
29
|
if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
|
|
30
30
|
raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
|
|
31
31
|
pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
|
|
32
|
-
if cassandras and not isinstance(cassandras, list):
|
|
33
|
-
raise TypeError("Expected argument 'cassandras' to be a list")
|
|
34
|
-
pulumi.set(__self__, "cassandras", cassandras)
|
|
35
32
|
if cloud_name and not isinstance(cloud_name, str):
|
|
36
33
|
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
37
34
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -127,14 +124,6 @@ class GetCassandraResult:
|
|
|
127
124
|
"""
|
|
128
125
|
return pulumi.get(self, "cassandra_user_configs")
|
|
129
126
|
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter
|
|
132
|
-
def cassandras(self) -> Sequence['outputs.GetCassandraCassandraResult']:
|
|
133
|
-
"""
|
|
134
|
-
Cassandra server provided values
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "cassandras")
|
|
137
|
-
|
|
138
127
|
@property
|
|
139
128
|
@pulumi.getter(name="cloudName")
|
|
140
129
|
def cloud_name(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetCassandraResult:
|
|
|
227
216
|
@pulumi.getter
|
|
228
217
|
def project(self) -> str:
|
|
229
218
|
"""
|
|
230
|
-
|
|
219
|
+
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.
|
|
231
220
|
"""
|
|
232
221
|
return pulumi.get(self, "project")
|
|
233
222
|
|
|
@@ -331,7 +320,7 @@ class GetCassandraResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetCassandraTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -352,7 +341,6 @@ class AwaitableGetCassandraResult(GetCassandraResult):
|
|
|
352
341
|
return GetCassandraResult(
|
|
353
342
|
additional_disk_space=self.additional_disk_space,
|
|
354
343
|
cassandra_user_configs=self.cassandra_user_configs,
|
|
355
|
-
cassandras=self.cassandras,
|
|
356
344
|
cloud_name=self.cloud_name,
|
|
357
345
|
components=self.components,
|
|
358
346
|
disk_space=self.disk_space,
|
|
@@ -398,7 +386,7 @@ def get_cassandra(project: Optional[str] = None,
|
|
|
398
386
|
```
|
|
399
387
|
|
|
400
388
|
|
|
401
|
-
:param str project:
|
|
389
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
402
390
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
403
391
|
"""
|
|
404
392
|
__args__ = dict()
|
|
@@ -410,7 +398,6 @@ def get_cassandra(project: Optional[str] = None,
|
|
|
410
398
|
return AwaitableGetCassandraResult(
|
|
411
399
|
additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
|
|
412
400
|
cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
|
|
413
|
-
cassandras=pulumi.get(__ret__, 'cassandras'),
|
|
414
401
|
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
415
402
|
components=pulumi.get(__ret__, 'components'),
|
|
416
403
|
disk_space=pulumi.get(__ret__, 'disk_space'),
|
|
@@ -457,7 +444,7 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
457
444
|
```
|
|
458
445
|
|
|
459
446
|
|
|
460
|
-
:param str project:
|
|
447
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
461
448
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
449
|
"""
|
|
463
450
|
...
|
|
@@ -83,7 +83,7 @@ class GetCassandraUserResult:
|
|
|
83
83
|
@pulumi.getter
|
|
84
84
|
def project(self) -> str:
|
|
85
85
|
"""
|
|
86
|
-
|
|
86
|
+
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
87
|
"""
|
|
88
88
|
return pulumi.get(self, "project")
|
|
89
89
|
|
|
@@ -91,7 +91,7 @@ class GetCassandraUserResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
|
|
94
|
+
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
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -147,8 +147,8 @@ def get_cassandra_user(project: Optional[str] = None,
|
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
:param str project:
|
|
151
|
-
:param str service_name:
|
|
150
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
151
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
152
152
|
:param str username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
153
153
|
"""
|
|
154
154
|
__args__ = dict()
|
|
@@ -189,8 +189,8 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
189
189
|
```
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
:param str project:
|
|
193
|
-
:param str service_name:
|
|
192
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
193
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
194
194
|
:param str username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
195
195
|
"""
|
|
196
196
|
...
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -22,16 +22,13 @@ class GetClickhouseResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getClickhouse.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, clickhouse_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, clickhouse_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
29
29
|
if clickhouse_user_configs and not isinstance(clickhouse_user_configs, list):
|
|
30
30
|
raise TypeError("Expected argument 'clickhouse_user_configs' to be a list")
|
|
31
31
|
pulumi.set(__self__, "clickhouse_user_configs", clickhouse_user_configs)
|
|
32
|
-
if clickhouses and not isinstance(clickhouses, list):
|
|
33
|
-
raise TypeError("Expected argument 'clickhouses' to be a list")
|
|
34
|
-
pulumi.set(__self__, "clickhouses", clickhouses)
|
|
35
32
|
if cloud_name and not isinstance(cloud_name, str):
|
|
36
33
|
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
37
34
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -127,14 +124,6 @@ class GetClickhouseResult:
|
|
|
127
124
|
"""
|
|
128
125
|
return pulumi.get(self, "clickhouse_user_configs")
|
|
129
126
|
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter
|
|
132
|
-
def clickhouses(self) -> Sequence['outputs.GetClickhouseClickhouseResult']:
|
|
133
|
-
"""
|
|
134
|
-
Clickhouse server provided values
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "clickhouses")
|
|
137
|
-
|
|
138
127
|
@property
|
|
139
128
|
@pulumi.getter(name="cloudName")
|
|
140
129
|
def cloud_name(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetClickhouseResult:
|
|
|
227
216
|
@pulumi.getter
|
|
228
217
|
def project(self) -> str:
|
|
229
218
|
"""
|
|
230
|
-
|
|
219
|
+
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.
|
|
231
220
|
"""
|
|
232
221
|
return pulumi.get(self, "project")
|
|
233
222
|
|
|
@@ -331,7 +320,7 @@ class GetClickhouseResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetClickhouseTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -352,7 +341,6 @@ class AwaitableGetClickhouseResult(GetClickhouseResult):
|
|
|
352
341
|
return GetClickhouseResult(
|
|
353
342
|
additional_disk_space=self.additional_disk_space,
|
|
354
343
|
clickhouse_user_configs=self.clickhouse_user_configs,
|
|
355
|
-
clickhouses=self.clickhouses,
|
|
356
344
|
cloud_name=self.cloud_name,
|
|
357
345
|
components=self.components,
|
|
358
346
|
disk_space=self.disk_space,
|
|
@@ -398,7 +386,7 @@ def get_clickhouse(project: Optional[str] = None,
|
|
|
398
386
|
```
|
|
399
387
|
|
|
400
388
|
|
|
401
|
-
:param str project:
|
|
389
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
402
390
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
403
391
|
"""
|
|
404
392
|
__args__ = dict()
|
|
@@ -410,7 +398,6 @@ def get_clickhouse(project: Optional[str] = None,
|
|
|
410
398
|
return AwaitableGetClickhouseResult(
|
|
411
399
|
additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
|
|
412
400
|
clickhouse_user_configs=pulumi.get(__ret__, 'clickhouse_user_configs'),
|
|
413
|
-
clickhouses=pulumi.get(__ret__, 'clickhouses'),
|
|
414
401
|
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
415
402
|
components=pulumi.get(__ret__, 'components'),
|
|
416
403
|
disk_space=pulumi.get(__ret__, 'disk_space'),
|
|
@@ -457,7 +444,7 @@ def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
457
444
|
```
|
|
458
445
|
|
|
459
446
|
|
|
460
|
-
:param str project:
|
|
447
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
461
448
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
449
|
"""
|
|
463
450
|
...
|
|
@@ -58,7 +58,7 @@ class GetClickhouseDatabaseResult:
|
|
|
58
58
|
@pulumi.getter
|
|
59
59
|
def project(self) -> str:
|
|
60
60
|
"""
|
|
61
|
-
|
|
61
|
+
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.
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "project")
|
|
64
64
|
|
|
@@ -66,7 +66,7 @@ class GetClickhouseDatabaseResult:
|
|
|
66
66
|
@pulumi.getter(name="serviceName")
|
|
67
67
|
def service_name(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -109,8 +109,8 @@ def get_clickhouse_database(name: Optional[str] = None,
|
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
:param str name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
112
|
-
:param str project:
|
|
113
|
-
:param str service_name:
|
|
112
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
113
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
114
114
|
"""
|
|
115
115
|
__args__ = dict()
|
|
116
116
|
__args__['name'] = name
|
|
@@ -148,7 +148,7 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
:param str name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
151
|
-
:param str project:
|
|
152
|
-
:param str service_name:
|
|
151
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
152
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
153
153
|
"""
|
|
154
154
|
...
|
|
@@ -64,7 +64,7 @@ class GetClickhouseUserResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def project(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
|
|
67
|
+
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.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "project")
|
|
70
70
|
|
|
@@ -80,7 +80,7 @@ class GetClickhouseUserResult:
|
|
|
80
80
|
@pulumi.getter(name="serviceName")
|
|
81
81
|
def service_name(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
|
|
83
|
+
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.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "service_name")
|
|
86
86
|
|
|
@@ -135,8 +135,8 @@ def get_clickhouse_user(project: Optional[str] = None,
|
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
|
|
138
|
-
:param str project:
|
|
139
|
-
:param str service_name:
|
|
138
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
139
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
140
140
|
:param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
141
141
|
"""
|
|
142
142
|
__args__ = dict()
|
|
@@ -176,8 +176,8 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
176
176
|
```
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
:param str project:
|
|
180
|
-
:param str service_name:
|
|
179
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
180
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
181
181
|
:param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
182
182
|
"""
|
|
183
183
|
...
|