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_pg.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetPgResult:
|
|
|
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_pg(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_pg(project: Optional[str] = None,
|
|
|
396
397
|
pg = aiven.get_pg(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="my-pg1")
|
|
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_pg_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_pg_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
pg = aiven.get_pg(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="my-pg1")
|
|
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
|
...
|
pulumi_aiven/get_pg_database.py
CHANGED
|
@@ -48,7 +48,7 @@ class GetPgDatabaseResult:
|
|
|
48
48
|
@pulumi.getter(name="databaseName")
|
|
49
49
|
def database_name(self) -> str:
|
|
50
50
|
"""
|
|
51
|
-
The name of the service database.
|
|
51
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "database_name")
|
|
54
54
|
|
|
@@ -64,7 +64,7 @@ class GetPgDatabaseResult:
|
|
|
64
64
|
@pulumi.getter(name="lcCollate")
|
|
65
65
|
def lc_collate(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`.
|
|
67
|
+
Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "lc_collate")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetPgDatabaseResult:
|
|
|
72
72
|
@pulumi.getter(name="lcCtype")
|
|
73
73
|
def lc_ctype(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`.
|
|
75
|
+
Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "lc_ctype")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetPgDatabaseResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def project(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
+
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.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "project")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetPgDatabaseResult:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
91
|
+
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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "service_name")
|
|
94
94
|
|
|
@@ -122,6 +122,7 @@ def get_pg_database(database_name: Optional[str] = None,
|
|
|
122
122
|
|
|
123
123
|
## Example Usage
|
|
124
124
|
|
|
125
|
+
<!--Start PulumiCodeChooser -->
|
|
125
126
|
```python
|
|
126
127
|
import pulumi
|
|
127
128
|
import pulumi_aiven as aiven
|
|
@@ -130,11 +131,12 @@ def get_pg_database(database_name: Optional[str] = None,
|
|
|
130
131
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
131
132
|
database_name="<DATABASE_NAME>")
|
|
132
133
|
```
|
|
134
|
+
<!--End PulumiCodeChooser -->
|
|
133
135
|
|
|
134
136
|
|
|
135
|
-
:param str database_name: The name of the service database.
|
|
136
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
137
|
-
: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.
|
|
137
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
138
|
+
: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.
|
|
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. Changing this property forces recreation of the resource.
|
|
138
140
|
"""
|
|
139
141
|
__args__ = dict()
|
|
140
142
|
__args__['databaseName'] = database_name
|
|
@@ -163,6 +165,7 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
163
165
|
|
|
164
166
|
## Example Usage
|
|
165
167
|
|
|
168
|
+
<!--Start PulumiCodeChooser -->
|
|
166
169
|
```python
|
|
167
170
|
import pulumi
|
|
168
171
|
import pulumi_aiven as aiven
|
|
@@ -171,10 +174,11 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
171
174
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
172
175
|
database_name="<DATABASE_NAME>")
|
|
173
176
|
```
|
|
177
|
+
<!--End PulumiCodeChooser -->
|
|
174
178
|
|
|
175
179
|
|
|
176
|
-
:param str database_name: The name of the service database.
|
|
177
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
178
|
-
: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.
|
|
180
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
181
|
+
: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.
|
|
182
|
+
: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.
|
|
179
183
|
"""
|
|
180
184
|
...
|
pulumi_aiven/get_pg_user.py
CHANGED
|
@@ -94,7 +94,7 @@ class GetPgUserResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
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.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetPgUserResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
105
|
+
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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -118,7 +118,7 @@ class GetPgUserResult:
|
|
|
118
118
|
@pulumi.getter
|
|
119
119
|
def username(self) -> str:
|
|
120
120
|
"""
|
|
121
|
-
The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
121
|
+
The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "username")
|
|
124
124
|
|
|
@@ -149,6 +149,7 @@ def get_pg_user(project: 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_pg_user(project: Optional[str] = None,
|
|
|
157
158
|
service_name="my-service",
|
|
158
159
|
username="user1")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
|
|
162
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
163
|
-
: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 username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
: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.
|
|
165
|
+
: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.
|
|
166
|
+
:param str username: The actual name of the PG User. 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__['project'] = project
|
|
@@ -192,6 +194,7 @@ def get_pg_user_output(project: 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_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
200
203
|
service_name="my-service",
|
|
201
204
|
username="user1")
|
|
202
205
|
```
|
|
206
|
+
<!--End PulumiCodeChooser -->
|
|
203
207
|
|
|
204
208
|
|
|
205
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
-
: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.
|
|
207
|
-
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
+
: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.
|
|
210
|
+
: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.
|
|
211
|
+
:param str username: The actual name of the PG User. 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
|
...
|
pulumi_aiven/get_project.py
CHANGED
|
@@ -220,12 +220,14 @@ def get_project(project: Optional[str] = None,
|
|
|
220
220
|
|
|
221
221
|
## Example Usage
|
|
222
222
|
|
|
223
|
+
<!--Start PulumiCodeChooser -->
|
|
223
224
|
```python
|
|
224
225
|
import pulumi
|
|
225
226
|
import pulumi_aiven as aiven
|
|
226
227
|
|
|
227
228
|
myproject = aiven.get_project(project="<PROJECT_NAME>")
|
|
228
229
|
```
|
|
230
|
+
<!--End PulumiCodeChooser -->
|
|
229
231
|
|
|
230
232
|
|
|
231
233
|
:param str project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
@@ -261,12 +263,14 @@ def get_project_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
261
263
|
|
|
262
264
|
## Example Usage
|
|
263
265
|
|
|
266
|
+
<!--Start PulumiCodeChooser -->
|
|
264
267
|
```python
|
|
265
268
|
import pulumi
|
|
266
269
|
import pulumi_aiven as aiven
|
|
267
270
|
|
|
268
271
|
myproject = aiven.get_project(project="<PROJECT_NAME>")
|
|
269
272
|
```
|
|
273
|
+
<!--End PulumiCodeChooser -->
|
|
270
274
|
|
|
271
275
|
|
|
272
276
|
:param str project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -50,7 +50,7 @@ class GetProjectUserResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def email(self) -> str:
|
|
52
52
|
"""
|
|
53
|
-
Email address of the user. Should be lowercase.
|
|
53
|
+
Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "email")
|
|
56
56
|
|
|
@@ -74,7 +74,7 @@ class GetProjectUserResult:
|
|
|
74
74
|
@pulumi.getter
|
|
75
75
|
def project(self) -> str:
|
|
76
76
|
"""
|
|
77
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
77
|
+
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.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "project")
|
|
80
80
|
|
|
@@ -100,6 +100,7 @@ def get_project_user(email: Optional[str] = None,
|
|
|
100
100
|
|
|
101
101
|
## Example Usage
|
|
102
102
|
|
|
103
|
+
<!--Start PulumiCodeChooser -->
|
|
103
104
|
```python
|
|
104
105
|
import pulumi
|
|
105
106
|
import pulumi_aiven as aiven
|
|
@@ -107,10 +108,11 @@ def get_project_user(email: Optional[str] = None,
|
|
|
107
108
|
mytestuser = aiven.get_project_user(project=aiven_project["myproject"]["project"],
|
|
108
109
|
email="john.doe@example.com")
|
|
109
110
|
```
|
|
111
|
+
<!--End PulumiCodeChooser -->
|
|
110
112
|
|
|
111
113
|
|
|
112
|
-
:param str email: Email address of the user. Should be lowercase.
|
|
113
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
114
|
+
:param str email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
115
|
+
: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.
|
|
114
116
|
"""
|
|
115
117
|
__args__ = dict()
|
|
116
118
|
__args__['email'] = email
|
|
@@ -135,6 +137,7 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
135
137
|
|
|
136
138
|
## Example Usage
|
|
137
139
|
|
|
140
|
+
<!--Start PulumiCodeChooser -->
|
|
138
141
|
```python
|
|
139
142
|
import pulumi
|
|
140
143
|
import pulumi_aiven as aiven
|
|
@@ -142,9 +145,10 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
142
145
|
mytestuser = aiven.get_project_user(project=aiven_project["myproject"]["project"],
|
|
143
146
|
email="john.doe@example.com")
|
|
144
147
|
```
|
|
148
|
+
<!--End PulumiCodeChooser -->
|
|
145
149
|
|
|
146
150
|
|
|
147
|
-
:param str email: Email address of the user. Should be lowercase.
|
|
148
|
-
: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 email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
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.
|
|
149
153
|
"""
|
|
150
154
|
...
|
pulumi_aiven/get_project_vpc.py
CHANGED
|
@@ -45,7 +45,7 @@ class GetProjectVpcResult:
|
|
|
45
45
|
@pulumi.getter(name="cloudName")
|
|
46
46
|
def cloud_name(self) -> Optional[str]:
|
|
47
47
|
"""
|
|
48
|
-
|
|
48
|
+
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "cloud_name")
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ class GetProjectVpcResult:
|
|
|
61
61
|
@pulumi.getter(name="networkCidr")
|
|
62
62
|
def network_cidr(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
Network address range used by the VPC
|
|
64
|
+
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "network_cidr")
|
|
67
67
|
|
|
@@ -85,7 +85,7 @@ class GetProjectVpcResult:
|
|
|
85
85
|
@pulumi.getter(name="vpcId")
|
|
86
86
|
def vpc_id(self) -> Optional[str]:
|
|
87
87
|
"""
|
|
88
|
-
ID of the VPC. This can be used to filter out the
|
|
88
|
+
The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "vpc_id")
|
|
91
91
|
|
|
@@ -109,23 +109,24 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
109
109
|
vpc_id: Optional[str] = None,
|
|
110
110
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectVpcResult:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
Gets information about the VPC for an Aiven project.
|
|
113
113
|
|
|
114
114
|
## Example Usage
|
|
115
115
|
|
|
116
|
+
<!--Start PulumiCodeChooser -->
|
|
116
117
|
```python
|
|
117
118
|
import pulumi
|
|
118
119
|
import pulumi_aiven as aiven
|
|
119
120
|
|
|
120
|
-
|
|
121
|
+
example_vpc = aiven.get_project_vpc(project=data["aiven_project"]["example_project"]["project"],
|
|
121
122
|
cloud_name="google-europe-west1")
|
|
122
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
123
123
|
```
|
|
124
|
+
<!--End PulumiCodeChooser -->
|
|
124
125
|
|
|
125
126
|
|
|
126
|
-
:param str cloud_name:
|
|
127
|
+
:param str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
127
128
|
:param str project: Identifies the project this resource belongs to.
|
|
128
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
129
|
+
:param str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
129
130
|
"""
|
|
130
131
|
__args__ = dict()
|
|
131
132
|
__args__['cloudName'] = cloud_name
|
|
@@ -149,22 +150,23 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
149
150
|
vpc_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
150
151
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectVpcResult]:
|
|
151
152
|
"""
|
|
152
|
-
|
|
153
|
+
Gets information about the VPC for an Aiven project.
|
|
153
154
|
|
|
154
155
|
## Example Usage
|
|
155
156
|
|
|
157
|
+
<!--Start PulumiCodeChooser -->
|
|
156
158
|
```python
|
|
157
159
|
import pulumi
|
|
158
160
|
import pulumi_aiven as aiven
|
|
159
161
|
|
|
160
|
-
|
|
162
|
+
example_vpc = aiven.get_project_vpc(project=data["aiven_project"]["example_project"]["project"],
|
|
161
163
|
cloud_name="google-europe-west1")
|
|
162
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
163
164
|
```
|
|
165
|
+
<!--End PulumiCodeChooser -->
|
|
164
166
|
|
|
165
167
|
|
|
166
|
-
:param str cloud_name:
|
|
168
|
+
:param str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
167
169
|
:param str project: Identifies the project this resource belongs to.
|
|
168
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
170
|
+
:param str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
169
171
|
"""
|
|
170
172
|
...
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -211,7 +211,7 @@ class GetRedisResult:
|
|
|
211
211
|
@pulumi.getter
|
|
212
212
|
def project(self) -> str:
|
|
213
213
|
"""
|
|
214
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
214
|
+
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.
|
|
215
215
|
"""
|
|
216
216
|
return pulumi.get(self, "project")
|
|
217
217
|
|
|
@@ -389,6 +389,7 @@ def get_redis(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_redis(project: Optional[str] = None,
|
|
|
396
397
|
redis1 = aiven.get_redis(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="my-redis1")
|
|
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_redis_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_redis_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
redis1 = aiven.get_redis(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="my-redis1")
|
|
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
|
...
|
pulumi_aiven/get_redis_user.py
CHANGED
|
@@ -73,7 +73,7 @@ class GetRedisUserResult:
|
|
|
73
73
|
@pulumi.getter
|
|
74
74
|
def project(self) -> str:
|
|
75
75
|
"""
|
|
76
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
76
|
+
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "project")
|
|
79
79
|
|
|
@@ -81,7 +81,7 @@ class GetRedisUserResult:
|
|
|
81
81
|
@pulumi.getter(name="redisAclCategories")
|
|
82
82
|
def redis_acl_categories(self) -> Sequence[str]:
|
|
83
83
|
"""
|
|
84
|
-
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
84
|
+
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "redis_acl_categories")
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ class GetRedisUserResult:
|
|
|
89
89
|
@pulumi.getter(name="redisAclChannels")
|
|
90
90
|
def redis_acl_channels(self) -> Sequence[str]:
|
|
91
91
|
"""
|
|
92
|
-
Defines the permitted pub/sub channel patterns.
|
|
92
|
+
Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "redis_acl_channels")
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ class GetRedisUserResult:
|
|
|
97
97
|
@pulumi.getter(name="redisAclCommands")
|
|
98
98
|
def redis_acl_commands(self) -> Sequence[str]:
|
|
99
99
|
"""
|
|
100
|
-
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
100
|
+
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "redis_acl_commands")
|
|
103
103
|
|
|
@@ -105,7 +105,7 @@ class GetRedisUserResult:
|
|
|
105
105
|
@pulumi.getter(name="redisAclKeys")
|
|
106
106
|
def redis_acl_keys(self) -> Sequence[str]:
|
|
107
107
|
"""
|
|
108
|
-
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
108
|
+
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "redis_acl_keys")
|
|
111
111
|
|
|
@@ -113,7 +113,7 @@ class GetRedisUserResult:
|
|
|
113
113
|
@pulumi.getter(name="serviceName")
|
|
114
114
|
def service_name(self) -> str:
|
|
115
115
|
"""
|
|
116
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
116
|
+
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.
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "service_name")
|
|
119
119
|
|
|
@@ -129,7 +129,7 @@ class GetRedisUserResult:
|
|
|
129
129
|
@pulumi.getter
|
|
130
130
|
def username(self) -> str:
|
|
131
131
|
"""
|
|
132
|
-
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
132
|
+
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "username")
|
|
135
135
|
|
|
@@ -161,6 +161,7 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
161
161
|
|
|
162
162
|
## Example Usage
|
|
163
163
|
|
|
164
|
+
<!--Start PulumiCodeChooser -->
|
|
164
165
|
```python
|
|
165
166
|
import pulumi
|
|
166
167
|
import pulumi_aiven as aiven
|
|
@@ -169,11 +170,12 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
169
170
|
service_name="my-service",
|
|
170
171
|
username="user1")
|
|
171
172
|
```
|
|
173
|
+
<!--End PulumiCodeChooser -->
|
|
172
174
|
|
|
173
175
|
|
|
174
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
175
|
-
: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.
|
|
176
|
-
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
176
|
+
: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.
|
|
177
|
+
: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.
|
|
178
|
+
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
177
179
|
"""
|
|
178
180
|
__args__ = dict()
|
|
179
181
|
__args__['project'] = project
|
|
@@ -205,6 +207,7 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
205
207
|
|
|
206
208
|
## Example Usage
|
|
207
209
|
|
|
210
|
+
<!--Start PulumiCodeChooser -->
|
|
208
211
|
```python
|
|
209
212
|
import pulumi
|
|
210
213
|
import pulumi_aiven as aiven
|
|
@@ -213,10 +216,11 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
213
216
|
service_name="my-service",
|
|
214
217
|
username="user1")
|
|
215
218
|
```
|
|
219
|
+
<!--End PulumiCodeChooser -->
|
|
216
220
|
|
|
217
221
|
|
|
218
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
219
|
-
: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.
|
|
220
|
-
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
222
|
+
: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.
|
|
223
|
+
: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.
|
|
224
|
+
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
221
225
|
"""
|
|
222
226
|
...
|
|
@@ -167,6 +167,7 @@ def get_service_component(component: Optional[str] = None,
|
|
|
167
167
|
|
|
168
168
|
## Example Usage
|
|
169
169
|
|
|
170
|
+
<!--Start PulumiCodeChooser -->
|
|
170
171
|
```python
|
|
171
172
|
import pulumi
|
|
172
173
|
import pulumi_aiven as aiven
|
|
@@ -177,6 +178,7 @@ def get_service_component(component: Optional[str] = None,
|
|
|
177
178
|
route="dynamic",
|
|
178
179
|
kafka_authentication_method="certificate")
|
|
179
180
|
```
|
|
181
|
+
<!--End PulumiCodeChooser -->
|
|
180
182
|
|
|
181
183
|
|
|
182
184
|
:param str component: Service component name
|
|
@@ -227,6 +229,7 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
|
227
229
|
|
|
228
230
|
## Example Usage
|
|
229
231
|
|
|
232
|
+
<!--Start PulumiCodeChooser -->
|
|
230
233
|
```python
|
|
231
234
|
import pulumi
|
|
232
235
|
import pulumi_aiven as aiven
|
|
@@ -237,6 +240,7 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
|
237
240
|
route="dynamic",
|
|
238
241
|
kafka_authentication_method="certificate")
|
|
239
242
|
```
|
|
243
|
+
<!--End PulumiCodeChooser -->
|
|
240
244
|
|
|
241
245
|
|
|
242
246
|
:param str component: Service component name
|