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/account.py
CHANGED
|
@@ -24,8 +24,8 @@ class AccountArgs:
|
|
|
24
24
|
if name is not None:
|
|
25
25
|
pulumi.set(__self__, "name", name)
|
|
26
26
|
if primary_billing_group_id is not None:
|
|
27
|
-
warnings.warn("""The new
|
|
28
|
-
pulumi.log.warn("""primary_billing_group_id is deprecated: The new
|
|
27
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
28
|
+
pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
29
29
|
if primary_billing_group_id is not None:
|
|
30
30
|
pulumi.set(__self__, "primary_billing_group_id", primary_billing_group_id)
|
|
31
31
|
|
|
@@ -47,8 +47,8 @@ class AccountArgs:
|
|
|
47
47
|
"""
|
|
48
48
|
Billing group id
|
|
49
49
|
"""
|
|
50
|
-
warnings.warn("""The new
|
|
51
|
-
pulumi.log.warn("""primary_billing_group_id is deprecated: The new
|
|
50
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
51
|
+
pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
52
52
|
|
|
53
53
|
return pulumi.get(self, "primary_billing_group_id")
|
|
54
54
|
|
|
@@ -80,27 +80,27 @@ class _AccountState:
|
|
|
80
80
|
:param pulumi.Input[str] update_time: Time of last update
|
|
81
81
|
"""
|
|
82
82
|
if account_id is not None:
|
|
83
|
-
warnings.warn("""The new
|
|
84
|
-
pulumi.log.warn("""account_id is deprecated: The new
|
|
83
|
+
warnings.warn("""The new Organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
|
|
84
|
+
pulumi.log.warn("""account_id is deprecated: The new Organization resource won't have it, use the built-in ID field instead.""")
|
|
85
85
|
if account_id is not None:
|
|
86
86
|
pulumi.set(__self__, "account_id", account_id)
|
|
87
87
|
if create_time is not None:
|
|
88
88
|
pulumi.set(__self__, "create_time", create_time)
|
|
89
89
|
if is_account_owner is not None:
|
|
90
|
-
warnings.warn("""The new
|
|
91
|
-
pulumi.log.warn("""is_account_owner is deprecated: The new
|
|
90
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
91
|
+
pulumi.log.warn("""is_account_owner is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
92
92
|
if is_account_owner is not None:
|
|
93
93
|
pulumi.set(__self__, "is_account_owner", is_account_owner)
|
|
94
94
|
if name is not None:
|
|
95
95
|
pulumi.set(__self__, "name", name)
|
|
96
96
|
if owner_team_id is not None:
|
|
97
|
-
warnings.warn("""The new
|
|
98
|
-
pulumi.log.warn("""owner_team_id is deprecated: The new
|
|
97
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
98
|
+
pulumi.log.warn("""owner_team_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
99
99
|
if owner_team_id is not None:
|
|
100
100
|
pulumi.set(__self__, "owner_team_id", owner_team_id)
|
|
101
101
|
if primary_billing_group_id is not None:
|
|
102
|
-
warnings.warn("""The new
|
|
103
|
-
pulumi.log.warn("""primary_billing_group_id is deprecated: The new
|
|
102
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
103
|
+
pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
104
104
|
if primary_billing_group_id is not None:
|
|
105
105
|
pulumi.set(__self__, "primary_billing_group_id", primary_billing_group_id)
|
|
106
106
|
if tenant_id is not None:
|
|
@@ -114,8 +114,8 @@ class _AccountState:
|
|
|
114
114
|
"""
|
|
115
115
|
Account id
|
|
116
116
|
"""
|
|
117
|
-
warnings.warn("""The new
|
|
118
|
-
pulumi.log.warn("""account_id is deprecated: The new
|
|
117
|
+
warnings.warn("""The new Organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
|
|
118
|
+
pulumi.log.warn("""account_id is deprecated: The new Organization resource won't have it, use the built-in ID field instead.""")
|
|
119
119
|
|
|
120
120
|
return pulumi.get(self, "account_id")
|
|
121
121
|
|
|
@@ -141,8 +141,8 @@ class _AccountState:
|
|
|
141
141
|
"""
|
|
142
142
|
If true, user is part of the owners team for this account
|
|
143
143
|
"""
|
|
144
|
-
warnings.warn("""The new
|
|
145
|
-
pulumi.log.warn("""is_account_owner is deprecated: The new
|
|
144
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
145
|
+
pulumi.log.warn("""is_account_owner is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
146
146
|
|
|
147
147
|
return pulumi.get(self, "is_account_owner")
|
|
148
148
|
|
|
@@ -168,8 +168,8 @@ class _AccountState:
|
|
|
168
168
|
"""
|
|
169
169
|
Owner team id
|
|
170
170
|
"""
|
|
171
|
-
warnings.warn("""The new
|
|
172
|
-
pulumi.log.warn("""owner_team_id is deprecated: The new
|
|
171
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
172
|
+
pulumi.log.warn("""owner_team_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
173
173
|
|
|
174
174
|
return pulumi.get(self, "owner_team_id")
|
|
175
175
|
|
|
@@ -183,8 +183,8 @@ class _AccountState:
|
|
|
183
183
|
"""
|
|
184
184
|
Billing group id
|
|
185
185
|
"""
|
|
186
|
-
warnings.warn("""The new
|
|
187
|
-
pulumi.log.warn("""primary_billing_group_id is deprecated: The new
|
|
186
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
187
|
+
pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
188
188
|
|
|
189
189
|
return pulumi.get(self, "primary_billing_group_id")
|
|
190
190
|
|
|
@@ -226,21 +226,25 @@ class Account(pulumi.CustomResource):
|
|
|
226
226
|
primary_billing_group_id: Optional[pulumi.Input[str]] = None,
|
|
227
227
|
__props__=None):
|
|
228
228
|
"""
|
|
229
|
-
|
|
229
|
+
Creates and manages an Aiven account.
|
|
230
|
+
|
|
231
|
+
**This resource is deprecated.** Use `Organization` instead.
|
|
230
232
|
|
|
231
233
|
## Example Usage
|
|
232
234
|
|
|
235
|
+
<!--Start PulumiCodeChooser -->
|
|
233
236
|
```python
|
|
234
237
|
import pulumi
|
|
235
238
|
import pulumi_aiven as aiven
|
|
236
239
|
|
|
237
240
|
account1 = aiven.Account("account1")
|
|
238
241
|
```
|
|
242
|
+
<!--End PulumiCodeChooser -->
|
|
239
243
|
|
|
240
244
|
## Import
|
|
241
245
|
|
|
242
246
|
```sh
|
|
243
|
-
|
|
247
|
+
$ pulumi import aiven:index/account:Account account1 account_id
|
|
244
248
|
```
|
|
245
249
|
|
|
246
250
|
:param str resource_name: The name of the resource.
|
|
@@ -255,21 +259,25 @@ class Account(pulumi.CustomResource):
|
|
|
255
259
|
args: Optional[AccountArgs] = None,
|
|
256
260
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
257
261
|
"""
|
|
258
|
-
|
|
262
|
+
Creates and manages an Aiven account.
|
|
263
|
+
|
|
264
|
+
**This resource is deprecated.** Use `Organization` instead.
|
|
259
265
|
|
|
260
266
|
## Example Usage
|
|
261
267
|
|
|
268
|
+
<!--Start PulumiCodeChooser -->
|
|
262
269
|
```python
|
|
263
270
|
import pulumi
|
|
264
271
|
import pulumi_aiven as aiven
|
|
265
272
|
|
|
266
273
|
account1 = aiven.Account("account1")
|
|
267
274
|
```
|
|
275
|
+
<!--End PulumiCodeChooser -->
|
|
268
276
|
|
|
269
277
|
## Import
|
|
270
278
|
|
|
271
279
|
```sh
|
|
272
|
-
|
|
280
|
+
$ pulumi import aiven:index/account:Account account1 account_id
|
|
273
281
|
```
|
|
274
282
|
|
|
275
283
|
:param str resource_name: The name of the resource.
|
|
@@ -360,8 +368,8 @@ class Account(pulumi.CustomResource):
|
|
|
360
368
|
"""
|
|
361
369
|
Account id
|
|
362
370
|
"""
|
|
363
|
-
warnings.warn("""The new
|
|
364
|
-
pulumi.log.warn("""account_id is deprecated: The new
|
|
371
|
+
warnings.warn("""The new Organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
|
|
372
|
+
pulumi.log.warn("""account_id is deprecated: The new Organization resource won't have it, use the built-in ID field instead.""")
|
|
365
373
|
|
|
366
374
|
return pulumi.get(self, "account_id")
|
|
367
375
|
|
|
@@ -379,8 +387,8 @@ class Account(pulumi.CustomResource):
|
|
|
379
387
|
"""
|
|
380
388
|
If true, user is part of the owners team for this account
|
|
381
389
|
"""
|
|
382
|
-
warnings.warn("""The new
|
|
383
|
-
pulumi.log.warn("""is_account_owner is deprecated: The new
|
|
390
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
391
|
+
pulumi.log.warn("""is_account_owner is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
384
392
|
|
|
385
393
|
return pulumi.get(self, "is_account_owner")
|
|
386
394
|
|
|
@@ -398,8 +406,8 @@ class Account(pulumi.CustomResource):
|
|
|
398
406
|
"""
|
|
399
407
|
Owner team id
|
|
400
408
|
"""
|
|
401
|
-
warnings.warn("""The new
|
|
402
|
-
pulumi.log.warn("""owner_team_id is deprecated: The new
|
|
409
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
410
|
+
pulumi.log.warn("""owner_team_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
403
411
|
|
|
404
412
|
return pulumi.get(self, "owner_team_id")
|
|
405
413
|
|
|
@@ -409,8 +417,8 @@ class Account(pulumi.CustomResource):
|
|
|
409
417
|
"""
|
|
410
418
|
Billing group id
|
|
411
419
|
"""
|
|
412
|
-
warnings.warn("""The new
|
|
413
|
-
pulumi.log.warn("""primary_billing_group_id is deprecated: The new
|
|
420
|
+
warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
|
|
421
|
+
pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
|
|
414
422
|
|
|
415
423
|
return pulumi.get(self, "primary_billing_group_id")
|
|
416
424
|
|
|
@@ -543,12 +543,14 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
543
543
|
type: Optional[pulumi.Input[str]] = None,
|
|
544
544
|
__props__=None):
|
|
545
545
|
"""
|
|
546
|
-
|
|
546
|
+
**This resource is deprecated**.
|
|
547
|
+
|
|
548
|
+
Creates and manages an authentication method.
|
|
547
549
|
|
|
548
550
|
## Import
|
|
549
551
|
|
|
550
552
|
```sh
|
|
551
|
-
|
|
553
|
+
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo account_id/authentication_id
|
|
552
554
|
```
|
|
553
555
|
|
|
554
556
|
:param str resource_name: The name of the resource.
|
|
@@ -574,12 +576,14 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
574
576
|
args: AccountAuthenticationArgs,
|
|
575
577
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
576
578
|
"""
|
|
577
|
-
|
|
579
|
+
**This resource is deprecated**.
|
|
580
|
+
|
|
581
|
+
Creates and manages an authentication method.
|
|
578
582
|
|
|
579
583
|
## Import
|
|
580
584
|
|
|
581
585
|
```sh
|
|
582
|
-
|
|
586
|
+
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo account_id/authentication_id
|
|
583
587
|
```
|
|
584
588
|
|
|
585
589
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/account_team.py
CHANGED
|
@@ -156,17 +156,19 @@ class AccountTeam(pulumi.CustomResource):
|
|
|
156
156
|
|
|
157
157
|
## Example Usage
|
|
158
158
|
|
|
159
|
+
<!--Start PulumiCodeChooser -->
|
|
159
160
|
```python
|
|
160
161
|
import pulumi
|
|
161
162
|
import pulumi_aiven as aiven
|
|
162
163
|
|
|
163
164
|
example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
|
|
164
165
|
```
|
|
166
|
+
<!--End PulumiCodeChooser -->
|
|
165
167
|
|
|
166
168
|
## Import
|
|
167
169
|
|
|
168
170
|
```sh
|
|
169
|
-
|
|
171
|
+
$ pulumi import aiven:index/accountTeam:AccountTeam account_team1 account_id/team_id
|
|
170
172
|
```
|
|
171
173
|
|
|
172
174
|
:param str resource_name: The name of the resource.
|
|
@@ -190,17 +192,19 @@ class AccountTeam(pulumi.CustomResource):
|
|
|
190
192
|
|
|
191
193
|
## Example Usage
|
|
192
194
|
|
|
195
|
+
<!--Start PulumiCodeChooser -->
|
|
193
196
|
```python
|
|
194
197
|
import pulumi
|
|
195
198
|
import pulumi_aiven as aiven
|
|
196
199
|
|
|
197
200
|
example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
|
|
198
201
|
```
|
|
202
|
+
<!--End PulumiCodeChooser -->
|
|
199
203
|
|
|
200
204
|
## Import
|
|
201
205
|
|
|
202
206
|
```sh
|
|
203
|
-
|
|
207
|
+
$ pulumi import aiven:index/accountTeam:AccountTeam account_team1 account_id/team_id
|
|
204
208
|
```
|
|
205
209
|
|
|
206
210
|
:param str resource_name: The name of the resource.
|
|
@@ -19,9 +19,9 @@ class AccountTeamMemberArgs:
|
|
|
19
19
|
user_email: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AccountTeamMember resource.
|
|
22
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
23
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
24
|
-
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
22
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "account_id", account_id)
|
|
27
27
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -31,7 +31,7 @@ class AccountTeamMemberArgs:
|
|
|
31
31
|
@pulumi.getter(name="accountId")
|
|
32
32
|
def account_id(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
The unique account id.
|
|
34
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "account_id")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class AccountTeamMemberArgs:
|
|
|
43
43
|
@pulumi.getter(name="teamId")
|
|
44
44
|
def team_id(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
An account team id.
|
|
46
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "team_id")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class AccountTeamMemberArgs:
|
|
|
55
55
|
@pulumi.getter(name="userEmail")
|
|
56
56
|
def user_email(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
58
|
+
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "user_email")
|
|
61
61
|
|
|
@@ -76,11 +76,11 @@ class _AccountTeamMemberState:
|
|
|
76
76
|
"""
|
|
77
77
|
Input properties used for looking up and filtering AccountTeamMember resources.
|
|
78
78
|
:param pulumi.Input[bool] accepted: is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
|
|
79
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
79
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
80
80
|
:param pulumi.Input[str] create_time: Time of creation
|
|
81
81
|
:param pulumi.Input[str] invited_by_user_email: The email address that invited this user.
|
|
82
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
83
|
-
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
82
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
83
|
+
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
84
84
|
"""
|
|
85
85
|
if accepted is not None:
|
|
86
86
|
pulumi.set(__self__, "accepted", accepted)
|
|
@@ -111,7 +111,7 @@ class _AccountTeamMemberState:
|
|
|
111
111
|
@pulumi.getter(name="accountId")
|
|
112
112
|
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
113
113
|
"""
|
|
114
|
-
The unique account id.
|
|
114
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "account_id")
|
|
117
117
|
|
|
@@ -147,7 +147,7 @@ class _AccountTeamMemberState:
|
|
|
147
147
|
@pulumi.getter(name="teamId")
|
|
148
148
|
def team_id(self) -> Optional[pulumi.Input[str]]:
|
|
149
149
|
"""
|
|
150
|
-
An account team id.
|
|
150
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
151
151
|
"""
|
|
152
152
|
return pulumi.get(self, "team_id")
|
|
153
153
|
|
|
@@ -159,7 +159,7 @@ class _AccountTeamMemberState:
|
|
|
159
159
|
@pulumi.getter(name="userEmail")
|
|
160
160
|
def user_email(self) -> Optional[pulumi.Input[str]]:
|
|
161
161
|
"""
|
|
162
|
-
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
162
|
+
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "user_email")
|
|
165
165
|
|
|
@@ -191,6 +191,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
191
191
|
|
|
192
192
|
## Example Usage
|
|
193
193
|
|
|
194
|
+
<!--Start PulumiCodeChooser -->
|
|
194
195
|
```python
|
|
195
196
|
import pulumi
|
|
196
197
|
import pulumi_aiven as aiven
|
|
@@ -200,18 +201,19 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
200
201
|
team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["team_id"],
|
|
201
202
|
user_email="user+1@example.com")
|
|
202
203
|
```
|
|
204
|
+
<!--End PulumiCodeChooser -->
|
|
203
205
|
|
|
204
206
|
## Import
|
|
205
207
|
|
|
206
208
|
```sh
|
|
207
|
-
|
|
209
|
+
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo account_id/team_id/user_email
|
|
208
210
|
```
|
|
209
211
|
|
|
210
212
|
:param str resource_name: The name of the resource.
|
|
211
213
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
212
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
213
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
214
|
-
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
214
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
215
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
216
|
+
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
215
217
|
"""
|
|
216
218
|
...
|
|
217
219
|
@overload
|
|
@@ -233,6 +235,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
233
235
|
|
|
234
236
|
## Example Usage
|
|
235
237
|
|
|
238
|
+
<!--Start PulumiCodeChooser -->
|
|
236
239
|
```python
|
|
237
240
|
import pulumi
|
|
238
241
|
import pulumi_aiven as aiven
|
|
@@ -242,11 +245,12 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
242
245
|
team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["team_id"],
|
|
243
246
|
user_email="user+1@example.com")
|
|
244
247
|
```
|
|
248
|
+
<!--End PulumiCodeChooser -->
|
|
245
249
|
|
|
246
250
|
## Import
|
|
247
251
|
|
|
248
252
|
```sh
|
|
249
|
-
|
|
253
|
+
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo account_id/team_id/user_email
|
|
250
254
|
```
|
|
251
255
|
|
|
252
256
|
:param str resource_name: The name of the resource.
|
|
@@ -312,11 +316,11 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
312
316
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
313
317
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
314
318
|
:param pulumi.Input[bool] accepted: is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
|
|
315
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
319
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
316
320
|
:param pulumi.Input[str] create_time: Time of creation
|
|
317
321
|
:param pulumi.Input[str] invited_by_user_email: The email address that invited this user.
|
|
318
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
319
|
-
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
322
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
323
|
+
:param pulumi.Input[str] user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
320
324
|
"""
|
|
321
325
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
322
326
|
|
|
@@ -342,7 +346,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
342
346
|
@pulumi.getter(name="accountId")
|
|
343
347
|
def account_id(self) -> pulumi.Output[str]:
|
|
344
348
|
"""
|
|
345
|
-
The unique account id.
|
|
349
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
346
350
|
"""
|
|
347
351
|
return pulumi.get(self, "account_id")
|
|
348
352
|
|
|
@@ -366,7 +370,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
366
370
|
@pulumi.getter(name="teamId")
|
|
367
371
|
def team_id(self) -> pulumi.Output[str]:
|
|
368
372
|
"""
|
|
369
|
-
An account team id.
|
|
373
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
370
374
|
"""
|
|
371
375
|
return pulumi.get(self, "team_id")
|
|
372
376
|
|
|
@@ -374,7 +378,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
374
378
|
@pulumi.getter(name="userEmail")
|
|
375
379
|
def user_email(self) -> pulumi.Output[str]:
|
|
376
380
|
"""
|
|
377
|
-
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase.
|
|
381
|
+
Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
378
382
|
"""
|
|
379
383
|
return pulumi.get(self, "user_email")
|
|
380
384
|
|
|
@@ -173,6 +173,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
173
173
|
|
|
174
174
|
## Example Usage
|
|
175
175
|
|
|
176
|
+
<!--Start PulumiCodeChooser -->
|
|
176
177
|
```python
|
|
177
178
|
import pulumi
|
|
178
179
|
import pulumi_aiven as aiven
|
|
@@ -187,11 +188,12 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
187
188
|
project_name=example_project.project,
|
|
188
189
|
team_type="admin")
|
|
189
190
|
```
|
|
191
|
+
<!--End PulumiCodeChooser -->
|
|
190
192
|
|
|
191
193
|
## Import
|
|
192
194
|
|
|
193
195
|
```sh
|
|
194
|
-
|
|
196
|
+
$ pulumi import aiven:index/accountTeamProject:AccountTeamProject account_team_project1 account_id/team_id/project_name
|
|
195
197
|
```
|
|
196
198
|
|
|
197
199
|
:param str resource_name: The name of the resource.
|
|
@@ -217,6 +219,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
217
219
|
|
|
218
220
|
## Example Usage
|
|
219
221
|
|
|
222
|
+
<!--Start PulumiCodeChooser -->
|
|
220
223
|
```python
|
|
221
224
|
import pulumi
|
|
222
225
|
import pulumi_aiven as aiven
|
|
@@ -231,11 +234,12 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
231
234
|
project_name=example_project.project,
|
|
232
235
|
team_type="admin")
|
|
233
236
|
```
|
|
237
|
+
<!--End PulumiCodeChooser -->
|
|
234
238
|
|
|
235
239
|
## Import
|
|
236
240
|
|
|
237
241
|
```sh
|
|
238
|
-
|
|
242
|
+
$ pulumi import aiven:index/accountTeamProject:AccountTeamProject account_team_project1 account_id/team_id/project_name
|
|
239
243
|
```
|
|
240
244
|
|
|
241
245
|
:param str resource_name: The name of the resource.
|