pulumi-aiven 6.13.0a1709702245__py3-none-any.whl → 6.13.0a1710156545__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +12 -12
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +6 -2
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +6 -2
- pulumi_aiven/aws_vpc_peering_connection.py +6 -2
- pulumi_aiven/azure_privatelink.py +6 -2
- pulumi_aiven/azure_privatelink_connection_approval.py +2 -2
- pulumi_aiven/azure_vpc_peering_connection.py +6 -2
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +6 -2
- pulumi_aiven/cassandra_user.py +6 -2
- pulumi_aiven/clickhouse.py +6 -2
- pulumi_aiven/clickhouse_database.py +6 -2
- pulumi_aiven/clickhouse_grant.py +4 -0
- pulumi_aiven/clickhouse_role.py +6 -2
- pulumi_aiven/clickhouse_user.py +6 -2
- pulumi_aiven/connection_pool.py +6 -2
- pulumi_aiven/flink.py +6 -2
- pulumi_aiven/flink_application.py +6 -2
- pulumi_aiven/flink_application_version.py +2 -2
- pulumi_aiven/gcp_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_aws_privatelink.py +4 -0
- pulumi_aiven/get_aws_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_azure_privatelink.py +4 -0
- pulumi_aiven/get_cassanda.py +4 -0
- pulumi_aiven/get_cassandra.py +4 -0
- pulumi_aiven/get_cassandra_user.py +4 -0
- pulumi_aiven/get_clickhouse.py +4 -0
- pulumi_aiven/get_clickhouse_database.py +4 -0
- pulumi_aiven/get_clickhouse_user.py +4 -0
- pulumi_aiven/get_connection_pool.py +4 -0
- pulumi_aiven/get_flink.py +4 -0
- pulumi_aiven/get_flink_application.py +4 -0
- pulumi_aiven/get_flink_application_version.py +4 -0
- pulumi_aiven/get_gcp_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_grafana.py +4 -0
- pulumi_aiven/get_kafka.py +4 -0
- pulumi_aiven/get_kafka_acl.py +4 -0
- pulumi_aiven/get_kafka_connect.py +4 -0
- pulumi_aiven/get_kafka_connector.py +4 -0
- pulumi_aiven/get_kafka_mirror_maker.py +4 -0
- pulumi_aiven/get_kafka_schema.py +4 -0
- pulumi_aiven/get_kafka_schema_configuration.py +4 -0
- pulumi_aiven/get_kafka_topic.py +4 -0
- pulumi_aiven/get_kafka_user.py +4 -0
- pulumi_aiven/get_m3_aggregator.py +4 -0
- pulumi_aiven/get_m3_db.py +4 -0
- pulumi_aiven/get_m3db_user.py +4 -0
- pulumi_aiven/get_mirror_maker_replication_flow.py +4 -0
- pulumi_aiven/get_my_sql.py +4 -0
- pulumi_aiven/get_mysql_database.py +4 -0
- pulumi_aiven/get_mysql_user.py +4 -0
- pulumi_aiven/get_open_search.py +4 -0
- pulumi_aiven/get_open_search_acl_config.py +4 -0
- pulumi_aiven/get_open_search_acl_rule.py +4 -0
- pulumi_aiven/get_opensearch_security_plugin_config.py +4 -0
- pulumi_aiven/get_opensearch_user.py +4 -0
- pulumi_aiven/get_organization.py +4 -0
- pulumi_aiven/get_pg.py +4 -0
- pulumi_aiven/get_pg_database.py +4 -0
- pulumi_aiven/get_pg_user.py +4 -0
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +4 -0
- pulumi_aiven/get_project_vpc.py +4 -0
- pulumi_aiven/get_redis.py +4 -0
- pulumi_aiven/get_redis_user.py +4 -0
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +4 -0
- pulumi_aiven/get_service_integration_endpoint.py +4 -0
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +4 -0
- pulumi_aiven/grafana.py +6 -2
- pulumi_aiven/kafka.py +6 -2
- pulumi_aiven/kafka_acl.py +6 -2
- pulumi_aiven/kafka_connect.py +6 -2
- pulumi_aiven/kafka_connector.py +6 -2
- pulumi_aiven/kafka_mirror_maker.py +6 -2
- pulumi_aiven/kafka_schema.py +6 -2
- pulumi_aiven/kafka_schema_configuration.py +6 -2
- pulumi_aiven/kafka_topic.py +2 -2
- pulumi_aiven/kafka_user.py +6 -2
- pulumi_aiven/m3_aggregator.py +6 -2
- pulumi_aiven/m3_db.py +6 -2
- pulumi_aiven/m3db_user.py +6 -2
- pulumi_aiven/mirror_maker_replication_flow.py +6 -2
- pulumi_aiven/my_sql.py +6 -2
- pulumi_aiven/mysql_database.py +6 -2
- pulumi_aiven/mysql_user.py +6 -2
- pulumi_aiven/open_search.py +6 -2
- pulumi_aiven/open_search_acl_config.py +6 -2
- pulumi_aiven/open_search_acl_rule.py +6 -2
- pulumi_aiven/opensearch_security_plugin_config.py +2 -2
- pulumi_aiven/opensearch_user.py +6 -2
- pulumi_aiven/organization.py +6 -2
- pulumi_aiven/organizational_unit.py +6 -2
- pulumi_aiven/outputs.py +24 -24
- pulumi_aiven/pg.py +2 -2
- pulumi_aiven/pg_database.py +6 -2
- pulumi_aiven/pg_user.py +6 -2
- pulumi_aiven/project.py +2 -2
- pulumi_aiven/project_user.py +6 -2
- pulumi_aiven/project_vpc.py +2 -2
- pulumi_aiven/redis.py +6 -2
- pulumi_aiven/redis_user.py +6 -2
- pulumi_aiven/service_integration.py +6 -2
- pulumi_aiven/transit_gateway_vpc_attachment.py +6 -2
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1710156545.dist-info/RECORD +146 -0
- pulumi_aiven-6.13.0a1709702245.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_mysql_user.py
CHANGED
|
@@ -149,6 +149,7 @@ def get_mysql_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,6 +158,7 @@ def get_mysql_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
164
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -192,6 +194,7 @@ def get_mysql_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,6 +203,7 @@ def get_mysql_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
209
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_open_search.py
CHANGED
|
@@ -389,6 +389,7 @@ def get_open_search(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,6 +397,7 @@ def get_open_search(project: Optional[str] = None,
|
|
|
396
397
|
os1 = aiven.get_open_search(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="my-os1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -448,6 +450,7 @@ def get_open_search_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,6 +458,7 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
os1 = aiven.get_open_search(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="my-os1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -100,6 +100,7 @@ def get_open_search_acl_config(project: 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,6 +108,7 @@ def get_open_search_acl_config(project: Optional[str] = None,
|
|
|
107
108
|
os_acl_config = aiven.get_open_search_acl_config(project=aiven_project["os-project"]["project"],
|
|
108
109
|
service_name=aiven_opensearch["os"]["service_name"])
|
|
109
110
|
```
|
|
111
|
+
<!--End PulumiCodeChooser -->
|
|
110
112
|
|
|
111
113
|
|
|
112
114
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -135,6 +137,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
|
|
|
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,6 +145,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
|
|
|
142
145
|
os_acl_config = aiven.get_open_search_acl_config(project=aiven_project["os-project"]["project"],
|
|
143
146
|
service_name=aiven_opensearch["os"]["service_name"])
|
|
144
147
|
```
|
|
148
|
+
<!--End PulumiCodeChooser -->
|
|
145
149
|
|
|
146
150
|
|
|
147
151
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -115,6 +115,7 @@ def get_open_search_acl_rule(index: Optional[str] = None,
|
|
|
115
115
|
|
|
116
116
|
## Example Usage
|
|
117
117
|
|
|
118
|
+
<!--Start PulumiCodeChooser -->
|
|
118
119
|
```python
|
|
119
120
|
import pulumi
|
|
120
121
|
import pulumi_aiven as aiven
|
|
@@ -124,6 +125,7 @@ def get_open_search_acl_rule(index: Optional[str] = None,
|
|
|
124
125
|
username="<USERNAME>",
|
|
125
126
|
index="<INDEX>")
|
|
126
127
|
```
|
|
128
|
+
<!--End PulumiCodeChooser -->
|
|
127
129
|
|
|
128
130
|
|
|
129
131
|
:param str index: The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -162,6 +164,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
162
164
|
|
|
163
165
|
## Example Usage
|
|
164
166
|
|
|
167
|
+
<!--Start PulumiCodeChooser -->
|
|
165
168
|
```python
|
|
166
169
|
import pulumi
|
|
167
170
|
import pulumi_aiven as aiven
|
|
@@ -171,6 +174,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
171
174
|
username="<USERNAME>",
|
|
172
175
|
index="<INDEX>")
|
|
173
176
|
```
|
|
177
|
+
<!--End PulumiCodeChooser -->
|
|
174
178
|
|
|
175
179
|
|
|
176
180
|
:param str index: The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -124,6 +124,7 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
124
124
|
|
|
125
125
|
## Example Usage
|
|
126
126
|
|
|
127
|
+
<!--Start PulumiCodeChooser -->
|
|
127
128
|
```python
|
|
128
129
|
import pulumi
|
|
129
130
|
import pulumi_aiven as aiven
|
|
@@ -131,6 +132,7 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
131
132
|
os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
|
|
132
133
|
service_name=aiven_opensearch["os"]["service_name"])
|
|
133
134
|
```
|
|
135
|
+
<!--End PulumiCodeChooser -->
|
|
134
136
|
|
|
135
137
|
|
|
136
138
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -161,6 +163,7 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
161
163
|
|
|
162
164
|
## Example Usage
|
|
163
165
|
|
|
166
|
+
<!--Start PulumiCodeChooser -->
|
|
164
167
|
```python
|
|
165
168
|
import pulumi
|
|
166
169
|
import pulumi_aiven as aiven
|
|
@@ -168,6 +171,7 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
168
171
|
os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
|
|
169
172
|
service_name=aiven_opensearch["os"]["service_name"])
|
|
170
173
|
```
|
|
174
|
+
<!--End PulumiCodeChooser -->
|
|
171
175
|
|
|
172
176
|
|
|
173
177
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -113,6 +113,7 @@ def get_opensearch_user(project: Optional[str] = None,
|
|
|
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
|
|
@@ -121,6 +122,7 @@ def get_opensearch_user(project: Optional[str] = None,
|
|
|
121
122
|
service_name="my-service",
|
|
122
123
|
username="user1")
|
|
123
124
|
```
|
|
125
|
+
<!--End PulumiCodeChooser -->
|
|
124
126
|
|
|
125
127
|
|
|
126
128
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -153,6 +155,7 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
153
155
|
|
|
154
156
|
## Example Usage
|
|
155
157
|
|
|
158
|
+
<!--Start PulumiCodeChooser -->
|
|
156
159
|
```python
|
|
157
160
|
import pulumi
|
|
158
161
|
import pulumi_aiven as aiven
|
|
@@ -161,6 +164,7 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
161
164
|
service_name="my-service",
|
|
162
165
|
username="user1")
|
|
163
166
|
```
|
|
167
|
+
<!--End PulumiCodeChooser -->
|
|
164
168
|
|
|
165
169
|
|
|
166
170
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_organization.py
CHANGED
|
@@ -100,12 +100,14 @@ def get_organization(id: 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
|
|
106
107
|
|
|
107
108
|
organization1 = aiven.get_organization(name="<ORGANIZATION_NAME>")
|
|
108
109
|
```
|
|
110
|
+
<!--End PulumiCodeChooser -->
|
|
109
111
|
|
|
110
112
|
|
|
111
113
|
:param str id: Identifier of the organization.
|
|
@@ -134,12 +136,14 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
134
136
|
|
|
135
137
|
## Example Usage
|
|
136
138
|
|
|
139
|
+
<!--Start PulumiCodeChooser -->
|
|
137
140
|
```python
|
|
138
141
|
import pulumi
|
|
139
142
|
import pulumi_aiven as aiven
|
|
140
143
|
|
|
141
144
|
organization1 = aiven.get_organization(name="<ORGANIZATION_NAME>")
|
|
142
145
|
```
|
|
146
|
+
<!--End PulumiCodeChooser -->
|
|
143
147
|
|
|
144
148
|
|
|
145
149
|
:param str id: Identifier of the organization.
|
pulumi_aiven/get_pg.py
CHANGED
|
@@ -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,6 +397,7 @@ 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
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +458,7 @@ 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
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_pg_database.py
CHANGED
|
@@ -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,6 +131,7 @@ 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
137
|
:param str database_name: The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +174,7 @@ 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
180
|
:param str database_name: The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_pg_user.py
CHANGED
|
@@ -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,6 +158,7 @@ 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
164
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +203,7 @@ 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
209
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
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
|
@@ -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,6 +108,7 @@ 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
114
|
:param str email: Email address of the user. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +145,7 @@ 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
151
|
:param str email: Email address of the user. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_project_vpc.py
CHANGED
|
@@ -113,6 +113,7 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
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
|
|
@@ -121,6 +122,7 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
121
122
|
cloud_name="google-europe-west1")
|
|
122
123
|
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
123
124
|
```
|
|
125
|
+
<!--End PulumiCodeChooser -->
|
|
124
126
|
|
|
125
127
|
|
|
126
128
|
:param str cloud_name: Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information.
|
|
@@ -153,6 +155,7 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
153
155
|
|
|
154
156
|
## Example Usage
|
|
155
157
|
|
|
158
|
+
<!--Start PulumiCodeChooser -->
|
|
156
159
|
```python
|
|
157
160
|
import pulumi
|
|
158
161
|
import pulumi_aiven as aiven
|
|
@@ -161,6 +164,7 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
161
164
|
cloud_name="google-europe-west1")
|
|
162
165
|
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
163
166
|
```
|
|
167
|
+
<!--End PulumiCodeChooser -->
|
|
164
168
|
|
|
165
169
|
|
|
166
170
|
:param str cloud_name: Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information.
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -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,6 +397,7 @@ 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
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +458,7 @@ 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
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_redis_user.py
CHANGED
|
@@ -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,6 +170,7 @@ 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
176
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +216,7 @@ 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
222
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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
|
|
@@ -252,6 +252,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
252
252
|
|
|
253
253
|
## Example Usage
|
|
254
254
|
|
|
255
|
+
<!--Start PulumiCodeChooser -->
|
|
255
256
|
```python
|
|
256
257
|
import pulumi
|
|
257
258
|
import pulumi_aiven as aiven
|
|
@@ -261,6 +262,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
261
262
|
integration_type="datadog",
|
|
262
263
|
source_service_name="<SOURCE_SERVICE_NAME>")
|
|
263
264
|
```
|
|
265
|
+
<!--End PulumiCodeChooser -->
|
|
264
266
|
|
|
265
267
|
|
|
266
268
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
@@ -312,6 +314,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
312
314
|
|
|
313
315
|
## Example Usage
|
|
314
316
|
|
|
317
|
+
<!--Start PulumiCodeChooser -->
|
|
315
318
|
```python
|
|
316
319
|
import pulumi
|
|
317
320
|
import pulumi_aiven as aiven
|
|
@@ -321,6 +324,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
321
324
|
integration_type="datadog",
|
|
322
325
|
source_service_name="<SOURCE_SERVICE_NAME>")
|
|
323
326
|
```
|
|
327
|
+
<!--End PulumiCodeChooser -->
|
|
324
328
|
|
|
325
329
|
|
|
326
330
|
:param str destination_service_name: Destination service for the integration (if any)
|
|
@@ -257,6 +257,7 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
|
|
|
257
257
|
|
|
258
258
|
## Example Usage
|
|
259
259
|
|
|
260
|
+
<!--Start PulumiCodeChooser -->
|
|
260
261
|
```python
|
|
261
262
|
import pulumi
|
|
262
263
|
import pulumi_aiven as aiven
|
|
@@ -264,6 +265,7 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
|
|
|
264
265
|
myendpoint = aiven.get_service_integration_endpoint(project=aiven_project["myproject"]["project"],
|
|
265
266
|
endpoint_name="<ENDPOINT_NAME>")
|
|
266
267
|
```
|
|
268
|
+
<!--End PulumiCodeChooser -->
|
|
267
269
|
|
|
268
270
|
|
|
269
271
|
:param str endpoint_name: Name of the service integration endpoint
|
|
@@ -305,6 +307,7 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
|
|
|
305
307
|
|
|
306
308
|
## Example Usage
|
|
307
309
|
|
|
310
|
+
<!--Start PulumiCodeChooser -->
|
|
308
311
|
```python
|
|
309
312
|
import pulumi
|
|
310
313
|
import pulumi_aiven as aiven
|
|
@@ -312,6 +315,7 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
|
|
|
312
315
|
myendpoint = aiven.get_service_integration_endpoint(project=aiven_project["myproject"]["project"],
|
|
313
316
|
endpoint_name="<ENDPOINT_NAME>")
|
|
314
317
|
```
|
|
318
|
+
<!--End PulumiCodeChooser -->
|
|
315
319
|
|
|
316
320
|
|
|
317
321
|
:param str endpoint_name: Name of the service integration endpoint
|
|
@@ -149,6 +149,7 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: 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,6 +158,7 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
|
|
|
157
158
|
peer_cloud_account="<PEER_ACCOUNT_ID>",
|
|
158
159
|
peer_vpc="google-project1")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
|
|
162
164
|
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -192,6 +194,7 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
|
|
|
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,6 +203,7 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
|
|
|
200
203
|
peer_cloud_account="<PEER_ACCOUNT_ID>",
|
|
201
204
|
peer_vpc="google-project1")
|
|
202
205
|
```
|
|
206
|
+
<!--End PulumiCodeChooser -->
|
|
203
207
|
|
|
204
208
|
|
|
205
209
|
:param str peer_cloud_account: AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/grafana.py
CHANGED
|
@@ -841,6 +841,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
841
841
|
|
|
842
842
|
## Example Usage
|
|
843
843
|
|
|
844
|
+
<!--Start PulumiCodeChooser -->
|
|
844
845
|
```python
|
|
845
846
|
import pulumi
|
|
846
847
|
import pulumi_aiven as aiven
|
|
@@ -858,11 +859,12 @@ class Grafana(pulumi.CustomResource):
|
|
|
858
859
|
),
|
|
859
860
|
))
|
|
860
861
|
```
|
|
862
|
+
<!--End PulumiCodeChooser -->
|
|
861
863
|
|
|
862
864
|
## Import
|
|
863
865
|
|
|
864
866
|
```sh
|
|
865
|
-
|
|
867
|
+
$ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
|
|
866
868
|
```
|
|
867
869
|
|
|
868
870
|
:param str resource_name: The name of the resource.
|
|
@@ -915,6 +917,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
915
917
|
|
|
916
918
|
## Example Usage
|
|
917
919
|
|
|
920
|
+
<!--Start PulumiCodeChooser -->
|
|
918
921
|
```python
|
|
919
922
|
import pulumi
|
|
920
923
|
import pulumi_aiven as aiven
|
|
@@ -932,11 +935,12 @@ class Grafana(pulumi.CustomResource):
|
|
|
932
935
|
),
|
|
933
936
|
))
|
|
934
937
|
```
|
|
938
|
+
<!--End PulumiCodeChooser -->
|
|
935
939
|
|
|
936
940
|
## Import
|
|
937
941
|
|
|
938
942
|
```sh
|
|
939
|
-
|
|
943
|
+
$ pulumi import aiven:index/grafana:Grafana gr1 project/service_name
|
|
940
944
|
```
|
|
941
945
|
|
|
942
946
|
:param str resource_name: The name of the resource.
|