pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__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 +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +34 -30
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/clickhouse_grant.py
CHANGED
|
@@ -24,12 +24,12 @@ class ClickhouseGrantArgs:
|
|
|
24
24
|
user: Optional[pulumi.Input[str]] = None):
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a ClickhouseGrant resource.
|
|
27
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
28
|
-
: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 variable as a reference.
|
|
29
|
-
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]] privilege_grants: Configuration to grant a privilege.
|
|
30
|
-
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
31
|
-
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]] role_grants: Configuration to grant a role.
|
|
32
|
-
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
|
|
27
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
28
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
|
|
30
|
+
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
31
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
|
|
32
|
+
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
33
33
|
"""
|
|
34
34
|
pulumi.set(__self__, "project", project)
|
|
35
35
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -46,7 +46,7 @@ class ClickhouseGrantArgs:
|
|
|
46
46
|
@pulumi.getter
|
|
47
47
|
def project(self) -> pulumi.Input[str]:
|
|
48
48
|
"""
|
|
49
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
49
|
+
Identifies 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.
|
|
50
50
|
"""
|
|
51
51
|
return pulumi.get(self, "project")
|
|
52
52
|
|
|
@@ -58,7 +58,7 @@ class ClickhouseGrantArgs:
|
|
|
58
58
|
@pulumi.getter(name="serviceName")
|
|
59
59
|
def service_name(self) -> pulumi.Input[str]:
|
|
60
60
|
"""
|
|
61
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
61
|
+
Specifies 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.
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "service_name")
|
|
64
64
|
|
|
@@ -70,7 +70,7 @@ class ClickhouseGrantArgs:
|
|
|
70
70
|
@pulumi.getter(name="privilegeGrants")
|
|
71
71
|
def privilege_grants(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]]]:
|
|
72
72
|
"""
|
|
73
|
-
Configuration to grant a privilege.
|
|
73
|
+
Configuration to grant a privilege. Changing this property forces recreation of the resource.
|
|
74
74
|
"""
|
|
75
75
|
return pulumi.get(self, "privilege_grants")
|
|
76
76
|
|
|
@@ -82,7 +82,7 @@ class ClickhouseGrantArgs:
|
|
|
82
82
|
@pulumi.getter
|
|
83
83
|
def role(self) -> Optional[pulumi.Input[str]]:
|
|
84
84
|
"""
|
|
85
|
-
The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
85
|
+
The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "role")
|
|
88
88
|
|
|
@@ -94,7 +94,7 @@ class ClickhouseGrantArgs:
|
|
|
94
94
|
@pulumi.getter(name="roleGrants")
|
|
95
95
|
def role_grants(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]]]:
|
|
96
96
|
"""
|
|
97
|
-
Configuration to grant a role.
|
|
97
|
+
Configuration to grant a role. Changing this property forces recreation of the resource.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "role_grants")
|
|
100
100
|
|
|
@@ -106,7 +106,7 @@ class ClickhouseGrantArgs:
|
|
|
106
106
|
@pulumi.getter
|
|
107
107
|
def user(self) -> Optional[pulumi.Input[str]]:
|
|
108
108
|
"""
|
|
109
|
-
The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
|
|
109
|
+
The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
110
110
|
"""
|
|
111
111
|
return pulumi.get(self, "user")
|
|
112
112
|
|
|
@@ -126,12 +126,12 @@ class _ClickhouseGrantState:
|
|
|
126
126
|
user: Optional[pulumi.Input[str]] = None):
|
|
127
127
|
"""
|
|
128
128
|
Input properties used for looking up and filtering ClickhouseGrant resources.
|
|
129
|
-
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]] privilege_grants: Configuration to grant a privilege.
|
|
130
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
131
|
-
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
132
|
-
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]] role_grants: Configuration to grant a role.
|
|
133
|
-
: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 variable as a reference.
|
|
134
|
-
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
|
|
129
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
|
|
130
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
131
|
+
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
132
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
|
|
133
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
134
|
+
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
135
135
|
"""
|
|
136
136
|
if privilege_grants is not None:
|
|
137
137
|
pulumi.set(__self__, "privilege_grants", privilege_grants)
|
|
@@ -150,7 +150,7 @@ class _ClickhouseGrantState:
|
|
|
150
150
|
@pulumi.getter(name="privilegeGrants")
|
|
151
151
|
def privilege_grants(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]]]:
|
|
152
152
|
"""
|
|
153
|
-
Configuration to grant a privilege.
|
|
153
|
+
Configuration to grant a privilege. Changing this property forces recreation of the resource.
|
|
154
154
|
"""
|
|
155
155
|
return pulumi.get(self, "privilege_grants")
|
|
156
156
|
|
|
@@ -162,7 +162,7 @@ class _ClickhouseGrantState:
|
|
|
162
162
|
@pulumi.getter
|
|
163
163
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
164
164
|
"""
|
|
165
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
+
Identifies 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.
|
|
166
166
|
"""
|
|
167
167
|
return pulumi.get(self, "project")
|
|
168
168
|
|
|
@@ -174,7 +174,7 @@ class _ClickhouseGrantState:
|
|
|
174
174
|
@pulumi.getter
|
|
175
175
|
def role(self) -> Optional[pulumi.Input[str]]:
|
|
176
176
|
"""
|
|
177
|
-
The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
177
|
+
The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
178
178
|
"""
|
|
179
179
|
return pulumi.get(self, "role")
|
|
180
180
|
|
|
@@ -186,7 +186,7 @@ class _ClickhouseGrantState:
|
|
|
186
186
|
@pulumi.getter(name="roleGrants")
|
|
187
187
|
def role_grants(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]]]:
|
|
188
188
|
"""
|
|
189
|
-
Configuration to grant a role.
|
|
189
|
+
Configuration to grant a role. Changing this property forces recreation of the resource.
|
|
190
190
|
"""
|
|
191
191
|
return pulumi.get(self, "role_grants")
|
|
192
192
|
|
|
@@ -198,7 +198,7 @@ class _ClickhouseGrantState:
|
|
|
198
198
|
@pulumi.getter(name="serviceName")
|
|
199
199
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
200
200
|
"""
|
|
201
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
201
|
+
Specifies 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.
|
|
202
202
|
"""
|
|
203
203
|
return pulumi.get(self, "service_name")
|
|
204
204
|
|
|
@@ -210,7 +210,7 @@ class _ClickhouseGrantState:
|
|
|
210
210
|
@pulumi.getter
|
|
211
211
|
def user(self) -> Optional[pulumi.Input[str]]:
|
|
212
212
|
"""
|
|
213
|
-
The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
|
|
213
|
+
The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
214
214
|
"""
|
|
215
215
|
return pulumi.get(self, "user")
|
|
216
216
|
|
|
@@ -289,12 +289,12 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
289
289
|
|
|
290
290
|
:param str resource_name: The name of the resource.
|
|
291
291
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
292
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Configuration to grant a privilege.
|
|
293
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
294
|
-
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
295
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Configuration to grant a role.
|
|
296
|
-
: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 variable as a reference.
|
|
297
|
-
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
|
|
292
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
|
|
293
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
294
|
+
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
295
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
|
|
296
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
297
|
+
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
298
298
|
"""
|
|
299
299
|
...
|
|
300
300
|
@overload
|
|
@@ -421,12 +421,12 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
421
421
|
:param str resource_name: The unique name of the resulting resource.
|
|
422
422
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
423
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
424
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Configuration to grant a privilege.
|
|
425
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
426
|
-
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
427
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Configuration to grant a role.
|
|
428
|
-
: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 variable as a reference.
|
|
429
|
-
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
|
|
424
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
|
|
425
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
426
|
+
:param pulumi.Input[str] role: The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
427
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
|
|
428
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
429
|
+
:param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
430
430
|
"""
|
|
431
431
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
432
432
|
|
|
@@ -444,7 +444,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
444
444
|
@pulumi.getter(name="privilegeGrants")
|
|
445
445
|
def privilege_grants(self) -> pulumi.Output[Optional[Sequence['outputs.ClickhouseGrantPrivilegeGrant']]]:
|
|
446
446
|
"""
|
|
447
|
-
Configuration to grant a privilege.
|
|
447
|
+
Configuration to grant a privilege. Changing this property forces recreation of the resource.
|
|
448
448
|
"""
|
|
449
449
|
return pulumi.get(self, "privilege_grants")
|
|
450
450
|
|
|
@@ -452,7 +452,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
452
452
|
@pulumi.getter
|
|
453
453
|
def project(self) -> pulumi.Output[str]:
|
|
454
454
|
"""
|
|
455
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
455
|
+
Identifies 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.
|
|
456
456
|
"""
|
|
457
457
|
return pulumi.get(self, "project")
|
|
458
458
|
|
|
@@ -460,7 +460,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
460
460
|
@pulumi.getter
|
|
461
461
|
def role(self) -> pulumi.Output[Optional[str]]:
|
|
462
462
|
"""
|
|
463
|
-
The role that is to be granted. To set up proper dependencies please refer to this variable as a reference.
|
|
463
|
+
The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
464
464
|
"""
|
|
465
465
|
return pulumi.get(self, "role")
|
|
466
466
|
|
|
@@ -468,7 +468,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
468
468
|
@pulumi.getter(name="roleGrants")
|
|
469
469
|
def role_grants(self) -> pulumi.Output[Optional[Sequence['outputs.ClickhouseGrantRoleGrant']]]:
|
|
470
470
|
"""
|
|
471
|
-
Configuration to grant a role.
|
|
471
|
+
Configuration to grant a role. Changing this property forces recreation of the resource.
|
|
472
472
|
"""
|
|
473
473
|
return pulumi.get(self, "role_grants")
|
|
474
474
|
|
|
@@ -476,7 +476,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
476
476
|
@pulumi.getter(name="serviceName")
|
|
477
477
|
def service_name(self) -> pulumi.Output[str]:
|
|
478
478
|
"""
|
|
479
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
479
|
+
Specifies 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.
|
|
480
480
|
"""
|
|
481
481
|
return pulumi.get(self, "service_name")
|
|
482
482
|
|
|
@@ -484,7 +484,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
484
484
|
@pulumi.getter
|
|
485
485
|
def user(self) -> pulumi.Output[Optional[str]]:
|
|
486
486
|
"""
|
|
487
|
-
The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference.
|
|
487
|
+
The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
488
488
|
"""
|
|
489
489
|
return pulumi.get(self, "user")
|
|
490
490
|
|
pulumi_aiven/clickhouse_role.py
CHANGED
|
@@ -19,9 +19,9 @@ class ClickhouseRoleArgs:
|
|
|
19
19
|
service_name: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a ClickhouseRole resource.
|
|
22
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
-
:param pulumi.Input[str] role: The role that is to be created.
|
|
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 variable as a reference.
|
|
22
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
23
|
+
:param pulumi.Input[str] role: The role that is to be created. 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 variable as a reference. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
27
27
|
pulumi.set(__self__, "role", role)
|
|
@@ -31,7 +31,7 @@ class ClickhouseRoleArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def project(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
34
|
+
Identifies 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.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class ClickhouseRoleArgs:
|
|
|
43
43
|
@pulumi.getter
|
|
44
44
|
def role(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
The role that is to be created.
|
|
46
|
+
The role that is to be created. Changing this property forces recreation of the resource.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "role")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class ClickhouseRoleArgs:
|
|
|
55
55
|
@pulumi.getter(name="serviceName")
|
|
56
56
|
def service_name(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
58
|
+
Specifies 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.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "service_name")
|
|
61
61
|
|
|
@@ -72,9 +72,9 @@ class _ClickhouseRoleState:
|
|
|
72
72
|
service_name: Optional[pulumi.Input[str]] = None):
|
|
73
73
|
"""
|
|
74
74
|
Input properties used for looking up and filtering ClickhouseRole resources.
|
|
75
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
76
|
-
:param pulumi.Input[str] role: The role that is to be created.
|
|
77
|
-
: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 variable as a reference.
|
|
75
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
76
|
+
:param pulumi.Input[str] role: The role that is to be created. Changing this property forces recreation of the resource.
|
|
77
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
78
78
|
"""
|
|
79
79
|
if project is not None:
|
|
80
80
|
pulumi.set(__self__, "project", project)
|
|
@@ -87,7 +87,7 @@ class _ClickhouseRoleState:
|
|
|
87
87
|
@pulumi.getter
|
|
88
88
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
89
89
|
"""
|
|
90
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
90
|
+
Identifies 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.
|
|
91
91
|
"""
|
|
92
92
|
return pulumi.get(self, "project")
|
|
93
93
|
|
|
@@ -99,7 +99,7 @@ class _ClickhouseRoleState:
|
|
|
99
99
|
@pulumi.getter
|
|
100
100
|
def role(self) -> Optional[pulumi.Input[str]]:
|
|
101
101
|
"""
|
|
102
|
-
The role that is to be created.
|
|
102
|
+
The role that is to be created. Changing this property forces recreation of the resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "role")
|
|
105
105
|
|
|
@@ -111,7 +111,7 @@ class _ClickhouseRoleState:
|
|
|
111
111
|
@pulumi.getter(name="serviceName")
|
|
112
112
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
113
113
|
"""
|
|
114
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
114
|
+
Specifies 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.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "service_name")
|
|
117
117
|
|
|
@@ -161,9 +161,9 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
161
161
|
|
|
162
162
|
:param str resource_name: The name of the resource.
|
|
163
163
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
164
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
-
:param pulumi.Input[str] role: The role that is to be created.
|
|
166
|
-
: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 variable as a reference.
|
|
164
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
165
|
+
:param pulumi.Input[str] role: The role that is to be created. Changing this property forces recreation of the resource.
|
|
166
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
167
167
|
"""
|
|
168
168
|
...
|
|
169
169
|
@overload
|
|
@@ -257,9 +257,9 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
257
257
|
:param str resource_name: The unique name of the resulting resource.
|
|
258
258
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
259
259
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
260
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
261
|
-
:param pulumi.Input[str] role: The role that is to be created.
|
|
262
|
-
: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 variable as a reference.
|
|
260
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
261
|
+
:param pulumi.Input[str] role: The role that is to be created. Changing this property forces recreation of the resource.
|
|
262
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
263
263
|
"""
|
|
264
264
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
265
265
|
|
|
@@ -274,7 +274,7 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
274
274
|
@pulumi.getter
|
|
275
275
|
def project(self) -> pulumi.Output[str]:
|
|
276
276
|
"""
|
|
277
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
277
|
+
Identifies 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.
|
|
278
278
|
"""
|
|
279
279
|
return pulumi.get(self, "project")
|
|
280
280
|
|
|
@@ -282,7 +282,7 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
282
282
|
@pulumi.getter
|
|
283
283
|
def role(self) -> pulumi.Output[str]:
|
|
284
284
|
"""
|
|
285
|
-
The role that is to be created.
|
|
285
|
+
The role that is to be created. Changing this property forces recreation of the resource.
|
|
286
286
|
"""
|
|
287
287
|
return pulumi.get(self, "role")
|
|
288
288
|
|
|
@@ -290,7 +290,7 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
290
290
|
@pulumi.getter(name="serviceName")
|
|
291
291
|
def service_name(self) -> pulumi.Output[str]:
|
|
292
292
|
"""
|
|
293
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
293
|
+
Specifies 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.
|
|
294
294
|
"""
|
|
295
295
|
return pulumi.get(self, "service_name")
|
|
296
296
|
|
pulumi_aiven/clickhouse_user.py
CHANGED
|
@@ -19,9 +19,9 @@ class ClickhouseUserArgs:
|
|
|
19
19
|
username: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a ClickhouseUser resource.
|
|
22
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
-
: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 variable as a reference.
|
|
24
|
-
:param pulumi.Input[str] username: The actual name of the Clickhouse user.
|
|
22
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
23
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
27
27
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -31,7 +31,7 @@ class ClickhouseUserArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def project(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
34
|
+
Identifies 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.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class ClickhouseUserArgs:
|
|
|
43
43
|
@pulumi.getter(name="serviceName")
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
46
|
+
Specifies 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.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "service_name")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class ClickhouseUserArgs:
|
|
|
55
55
|
@pulumi.getter
|
|
56
56
|
def username(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
The actual name of the Clickhouse user.
|
|
58
|
+
The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "username")
|
|
61
61
|
|
|
@@ -76,10 +76,10 @@ class _ClickhouseUserState:
|
|
|
76
76
|
"""
|
|
77
77
|
Input properties used for looking up and filtering ClickhouseUser resources.
|
|
78
78
|
:param pulumi.Input[str] password: The password of the clickhouse user.
|
|
79
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
79
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
80
80
|
:param pulumi.Input[bool] required: Indicates if a clickhouse user is required
|
|
81
|
-
: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 variable as a reference.
|
|
82
|
-
:param pulumi.Input[str] username: The actual name of the Clickhouse user.
|
|
81
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
82
|
+
:param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
83
83
|
:param pulumi.Input[str] uuid: UUID of the clickhouse user.
|
|
84
84
|
"""
|
|
85
85
|
if password is not None:
|
|
@@ -111,7 +111,7 @@ class _ClickhouseUserState:
|
|
|
111
111
|
@pulumi.getter
|
|
112
112
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
113
113
|
"""
|
|
114
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
114
|
+
Identifies 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.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "project")
|
|
117
117
|
|
|
@@ -135,7 +135,7 @@ class _ClickhouseUserState:
|
|
|
135
135
|
@pulumi.getter(name="serviceName")
|
|
136
136
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
138
|
+
Specifies 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.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "service_name")
|
|
141
141
|
|
|
@@ -147,7 +147,7 @@ class _ClickhouseUserState:
|
|
|
147
147
|
@pulumi.getter
|
|
148
148
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
149
149
|
"""
|
|
150
|
-
The actual name of the Clickhouse user.
|
|
150
|
+
The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "username")
|
|
153
153
|
|
|
@@ -202,9 +202,9 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
202
202
|
|
|
203
203
|
:param str resource_name: The name of the resource.
|
|
204
204
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
205
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
-
: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 variable as a reference.
|
|
207
|
-
:param pulumi.Input[str] username: The actual name of the Clickhouse user.
|
|
205
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
206
|
+
:param 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 variable as a reference. Changing this property forces recreation of the resource.
|
|
207
|
+
:param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
208
208
|
"""
|
|
209
209
|
...
|
|
210
210
|
@overload
|
|
@@ -300,10 +300,10 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
300
300
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
301
301
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
302
302
|
:param pulumi.Input[str] password: The password of the clickhouse user.
|
|
303
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
303
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
304
304
|
:param pulumi.Input[bool] required: Indicates if a clickhouse user is required
|
|
305
|
-
: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 variable as a reference.
|
|
306
|
-
:param pulumi.Input[str] username: The actual name of the Clickhouse user.
|
|
305
|
+
: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 variable as a reference. Changing this property forces recreation of the resource.
|
|
306
|
+
:param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
307
307
|
:param pulumi.Input[str] uuid: UUID of the clickhouse user.
|
|
308
308
|
"""
|
|
309
309
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -330,7 +330,7 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
330
330
|
@pulumi.getter
|
|
331
331
|
def project(self) -> pulumi.Output[str]:
|
|
332
332
|
"""
|
|
333
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
333
|
+
Identifies 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.
|
|
334
334
|
"""
|
|
335
335
|
return pulumi.get(self, "project")
|
|
336
336
|
|
|
@@ -346,7 +346,7 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
346
346
|
@pulumi.getter(name="serviceName")
|
|
347
347
|
def service_name(self) -> pulumi.Output[str]:
|
|
348
348
|
"""
|
|
349
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
349
|
+
Specifies 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.
|
|
350
350
|
"""
|
|
351
351
|
return pulumi.get(self, "service_name")
|
|
352
352
|
|
|
@@ -354,7 +354,7 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
354
354
|
@pulumi.getter
|
|
355
355
|
def username(self) -> pulumi.Output[str]:
|
|
356
356
|
"""
|
|
357
|
-
The actual name of the Clickhouse user.
|
|
357
|
+
The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
358
358
|
"""
|
|
359
359
|
return pulumi.get(self, "username")
|
|
360
360
|
|