pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- 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 +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -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 +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetCassandraResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_cassandra(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_cassandra(project: Optional[str] = None,
|
|
|
396
397
|
bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="<SERVICE_NAME>")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
: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
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="<SERVICE_NAME>")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
: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
466
|
"""
|
|
463
467
|
...
|
|
@@ -83,7 +83,7 @@ class GetCassandraUserResult:
|
|
|
83
83
|
@pulumi.getter
|
|
84
84
|
def project(self) -> str:
|
|
85
85
|
"""
|
|
86
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
86
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -107,7 +107,7 @@ class GetCassandraUserResult:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def username(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
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.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "username")
|
|
113
113
|
|
|
@@ -137,6 +137,7 @@ def get_cassandra_user(project: Optional[str] = None,
|
|
|
137
137
|
|
|
138
138
|
## Example Usage
|
|
139
139
|
|
|
140
|
+
<!--Start PulumiCodeChooser -->
|
|
140
141
|
```python
|
|
141
142
|
import pulumi
|
|
142
143
|
import pulumi_aiven as aiven
|
|
@@ -145,11 +146,12 @@ def get_cassandra_user(project: Optional[str] = None,
|
|
|
145
146
|
service_name="my-service",
|
|
146
147
|
username="user1")
|
|
147
148
|
```
|
|
149
|
+
<!--End PulumiCodeChooser -->
|
|
148
150
|
|
|
149
151
|
|
|
150
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
151
|
-
:param 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.
|
|
152
|
-
:param str username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
+
:param 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.
|
|
153
|
+
:param 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.
|
|
154
|
+
: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
155
|
"""
|
|
154
156
|
__args__ = dict()
|
|
155
157
|
__args__['project'] = project
|
|
@@ -179,6 +181,7 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
179
181
|
|
|
180
182
|
## Example Usage
|
|
181
183
|
|
|
184
|
+
<!--Start PulumiCodeChooser -->
|
|
182
185
|
```python
|
|
183
186
|
import pulumi
|
|
184
187
|
import pulumi_aiven as aiven
|
|
@@ -187,10 +190,11 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
187
190
|
service_name="my-service",
|
|
188
191
|
username="user1")
|
|
189
192
|
```
|
|
193
|
+
<!--End PulumiCodeChooser -->
|
|
190
194
|
|
|
191
195
|
|
|
192
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
193
|
-
:param 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.
|
|
194
|
-
:param str username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
196
|
+
:param 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.
|
|
197
|
+
:param 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.
|
|
198
|
+
: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
199
|
"""
|
|
196
200
|
...
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetClickhouseResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_clickhouse(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_clickhouse(project: Optional[str] = None,
|
|
|
396
397
|
clickhouse = aiven.get_clickhouse(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="<SERVICE_NAME>")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
: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
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
clickhouse = aiven.get_clickhouse(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="<SERVICE_NAME>")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
: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
466
|
"""
|
|
463
467
|
...
|
|
@@ -50,7 +50,7 @@ class GetClickhouseDatabaseResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def name(self) -> str:
|
|
52
52
|
"""
|
|
53
|
-
The name of the Clickhouse database.
|
|
53
|
+
The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "name")
|
|
56
56
|
|
|
@@ -58,7 +58,7 @@ class GetClickhouseDatabaseResult:
|
|
|
58
58
|
@pulumi.getter
|
|
59
59
|
def project(self) -> str:
|
|
60
60
|
"""
|
|
61
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
61
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -98,6 +98,7 @@ def get_clickhouse_database(name: Optional[str] = None,
|
|
|
98
98
|
|
|
99
99
|
## Example Usage
|
|
100
100
|
|
|
101
|
+
<!--Start PulumiCodeChooser -->
|
|
101
102
|
```python
|
|
102
103
|
import pulumi
|
|
103
104
|
import pulumi_aiven as aiven
|
|
@@ -106,11 +107,12 @@ def get_clickhouse_database(name: Optional[str] = None,
|
|
|
106
107
|
service_name=aiven_clickhouse["ch"]["service_name"],
|
|
107
108
|
name="my-ch-db")
|
|
108
109
|
```
|
|
110
|
+
<!--End PulumiCodeChooser -->
|
|
109
111
|
|
|
110
112
|
|
|
111
|
-
:param str name: The name of the Clickhouse database.
|
|
112
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
113
|
-
:param 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.
|
|
113
|
+
:param str name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
114
|
+
:param 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.
|
|
115
|
+
:param 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.
|
|
114
116
|
"""
|
|
115
117
|
__args__ = dict()
|
|
116
118
|
__args__['name'] = name
|
|
@@ -137,6 +139,7 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
137
139
|
|
|
138
140
|
## Example Usage
|
|
139
141
|
|
|
142
|
+
<!--Start PulumiCodeChooser -->
|
|
140
143
|
```python
|
|
141
144
|
import pulumi
|
|
142
145
|
import pulumi_aiven as aiven
|
|
@@ -145,10 +148,11 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
145
148
|
service_name=aiven_clickhouse["ch"]["service_name"],
|
|
146
149
|
name="my-ch-db")
|
|
147
150
|
```
|
|
151
|
+
<!--End PulumiCodeChooser -->
|
|
148
152
|
|
|
149
153
|
|
|
150
|
-
:param str name: The name of the Clickhouse database.
|
|
151
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
-
:param 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.
|
|
154
|
+
:param str name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
155
|
+
:param 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.
|
|
156
|
+
:param 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.
|
|
153
157
|
"""
|
|
154
158
|
...
|
|
@@ -64,7 +64,7 @@ class GetClickhouseUserResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def project(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
67
|
+
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.
|
|
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
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
+
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.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "service_name")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetClickhouseUserResult:
|
|
|
88
88
|
@pulumi.getter
|
|
89
89
|
def username(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
The actual name of the Clickhouse user.
|
|
91
|
+
The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "username")
|
|
94
94
|
|
|
@@ -125,6 +125,7 @@ def get_clickhouse_user(project: Optional[str] = None,
|
|
|
125
125
|
|
|
126
126
|
## Example Usage
|
|
127
127
|
|
|
128
|
+
<!--Start PulumiCodeChooser -->
|
|
128
129
|
```python
|
|
129
130
|
import pulumi
|
|
130
131
|
import pulumi_aiven as aiven
|
|
@@ -133,11 +134,12 @@ def get_clickhouse_user(project: Optional[str] = None,
|
|
|
133
134
|
service_name=aiven_clickhouse["myservice"]["service_name"],
|
|
134
135
|
username="<USERNAME>")
|
|
135
136
|
```
|
|
137
|
+
<!--End PulumiCodeChooser -->
|
|
136
138
|
|
|
137
139
|
|
|
138
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
139
|
-
:param 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.
|
|
140
|
-
:param str username: The actual name of the Clickhouse user.
|
|
140
|
+
:param 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.
|
|
141
|
+
:param 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.
|
|
142
|
+
:param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
141
143
|
"""
|
|
142
144
|
__args__ = dict()
|
|
143
145
|
__args__['project'] = project
|
|
@@ -166,6 +168,7 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
166
168
|
|
|
167
169
|
## Example Usage
|
|
168
170
|
|
|
171
|
+
<!--Start PulumiCodeChooser -->
|
|
169
172
|
```python
|
|
170
173
|
import pulumi
|
|
171
174
|
import pulumi_aiven as aiven
|
|
@@ -174,10 +177,11 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
174
177
|
service_name=aiven_clickhouse["myservice"]["service_name"],
|
|
175
178
|
username="<USERNAME>")
|
|
176
179
|
```
|
|
180
|
+
<!--End PulumiCodeChooser -->
|
|
177
181
|
|
|
178
182
|
|
|
179
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
180
|
-
:param 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.
|
|
181
|
-
:param str username: The actual name of the Clickhouse user.
|
|
183
|
+
:param 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.
|
|
184
|
+
:param 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.
|
|
185
|
+
:param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
182
186
|
"""
|
|
183
187
|
...
|
|
@@ -62,7 +62,7 @@ class GetConnectionPoolResult:
|
|
|
62
62
|
@pulumi.getter(name="databaseName")
|
|
63
63
|
def database_name(self) -> str:
|
|
64
64
|
"""
|
|
65
|
-
The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference.
|
|
65
|
+
The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
66
66
|
"""
|
|
67
67
|
return pulumi.get(self, "database_name")
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ class GetConnectionPoolResult:
|
|
|
86
86
|
@pulumi.getter(name="poolName")
|
|
87
87
|
def pool_name(self) -> str:
|
|
88
88
|
"""
|
|
89
|
-
The name of the created pool.
|
|
89
|
+
The name of the created pool. Changing this property forces recreation of the resource.
|
|
90
90
|
"""
|
|
91
91
|
return pulumi.get(self, "pool_name")
|
|
92
92
|
|
|
@@ -102,7 +102,7 @@ class GetConnectionPoolResult:
|
|
|
102
102
|
@pulumi.getter
|
|
103
103
|
def project(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
105
|
+
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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "project")
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ class GetConnectionPoolResult:
|
|
|
110
110
|
@pulumi.getter(name="serviceName")
|
|
111
111
|
def service_name(self) -> str:
|
|
112
112
|
"""
|
|
113
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
113
|
+
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.
|
|
114
114
|
"""
|
|
115
115
|
return pulumi.get(self, "service_name")
|
|
116
116
|
|
|
@@ -149,6 +149,7 @@ def get_connection_pool(pool_name: Optional[str] = None,
|
|
|
149
149
|
|
|
150
150
|
## Example Usage
|
|
151
151
|
|
|
152
|
+
<!--Start PulumiCodeChooser -->
|
|
152
153
|
```python
|
|
153
154
|
import pulumi
|
|
154
155
|
import pulumi_aiven as aiven
|
|
@@ -157,11 +158,12 @@ def get_connection_pool(pool_name: Optional[str] = None,
|
|
|
157
158
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
158
159
|
pool_name="mypool")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
|
|
162
|
-
:param str pool_name: The name of the created pool.
|
|
163
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
-
:param 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 str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
165
|
+
:param 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.
|
|
166
|
+
:param 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.
|
|
165
167
|
"""
|
|
166
168
|
__args__ = dict()
|
|
167
169
|
__args__['poolName'] = pool_name
|
|
@@ -192,6 +194,7 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
192
194
|
|
|
193
195
|
## Example Usage
|
|
194
196
|
|
|
197
|
+
<!--Start PulumiCodeChooser -->
|
|
195
198
|
```python
|
|
196
199
|
import pulumi
|
|
197
200
|
import pulumi_aiven as aiven
|
|
@@ -200,10 +203,11 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
200
203
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
201
204
|
pool_name="mypool")
|
|
202
205
|
```
|
|
206
|
+
<!--End PulumiCodeChooser -->
|
|
203
207
|
|
|
204
208
|
|
|
205
|
-
:param str pool_name: The name of the created pool.
|
|
206
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
207
|
-
:param 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.
|
|
209
|
+
:param str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
210
|
+
:param 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.
|
|
211
|
+
:param 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.
|
|
208
212
|
"""
|
|
209
213
|
...
|