pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.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 +2623 -1138
- pulumi_aiven/account.py +8 -8
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +27 -31
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +39 -43
- pulumi_aiven/aws_vpc_peering_connection.py +62 -56
- pulumi_aiven/azure_privatelink.py +49 -53
- pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -72
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +25 -29
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +31 -33
- pulumi_aiven/clickhouse_grant.py +56 -58
- pulumi_aiven/clickhouse_role.py +23 -27
- pulumi_aiven/clickhouse_user.py +25 -29
- pulumi_aiven/connection_pool.py +38 -42
- pulumi_aiven/dragonfly.py +1205 -0
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +28 -28
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +40 -40
- pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
- pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -19
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
- pulumi_aiven/get_azure_privatelink.py +17 -21
- pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +13 -17
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +13 -17
- pulumi_aiven/get_clickhouse_user.py +13 -17
- pulumi_aiven/get_connection_pool.py +14 -18
- pulumi_aiven/get_dragonfly.py +450 -0
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +19 -23
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +13 -17
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +13 -17
- pulumi_aiven/get_kafka_schema_configuration.py +11 -15
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +19 -23
- pulumi_aiven/get_kafka_user.py +13 -17
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +13 -17
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +13 -17
- pulumi_aiven/get_mysql_user.py +13 -17
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +16 -20
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +13 -17
- pulumi_aiven/get_organization.py +8 -12
- pulumi_aiven/get_organization_user_group.py +29 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +15 -19
- pulumi_aiven/get_pg_user.py +13 -17
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +11 -17
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +17 -21
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +75 -37
- pulumi_aiven/get_service_integration_endpoint.py +3 -7
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +28 -28
- pulumi_aiven/influxdb_database.py +35 -35
- pulumi_aiven/influxdb_user.py +42 -42
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +41 -45
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +33 -37
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +51 -51
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +75 -35
- pulumi_aiven/kafka_topic.py +91 -53
- pulumi_aiven/kafka_user.py +25 -29
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +23 -27
- pulumi_aiven/mirror_maker_replication_flow.py +58 -60
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +27 -31
- pulumi_aiven/mysql_user.py +25 -29
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +50 -54
- pulumi_aiven/opensearch_security_plugin_config.py +64 -16
- pulumi_aiven/opensearch_user.py +25 -29
- pulumi_aiven/organization.py +10 -14
- pulumi_aiven/organization_group_project.py +336 -0
- pulumi_aiven/organization_user.py +16 -34
- pulumi_aiven/organization_user_group.py +59 -23
- pulumi_aiven/organization_user_group_member.py +350 -0
- pulumi_aiven/organizational_unit.py +36 -36
- pulumi_aiven/outputs.py +3539 -1136
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +41 -45
- pulumi_aiven/pg_user.py +25 -29
- pulumi_aiven/project.py +91 -69
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +49 -25
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +53 -57
- pulumi_aiven/service_integration.py +249 -65
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/account.py
CHANGED
|
@@ -226,18 +226,18 @@ 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
|
|
|
233
|
-
<!--Start PulumiCodeChooser -->
|
|
234
235
|
```python
|
|
235
236
|
import pulumi
|
|
236
237
|
import pulumi_aiven as aiven
|
|
237
238
|
|
|
238
|
-
account1 = aiven.Account("account1")
|
|
239
|
+
account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
|
|
239
240
|
```
|
|
240
|
-
<!--End PulumiCodeChooser -->
|
|
241
241
|
|
|
242
242
|
## Import
|
|
243
243
|
|
|
@@ -257,18 +257,18 @@ class Account(pulumi.CustomResource):
|
|
|
257
257
|
args: Optional[AccountArgs] = None,
|
|
258
258
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
259
259
|
"""
|
|
260
|
-
|
|
260
|
+
Creates and manages an Aiven account.
|
|
261
|
+
|
|
262
|
+
**This resource is deprecated.** Use `Organization` instead.
|
|
261
263
|
|
|
262
264
|
## Example Usage
|
|
263
265
|
|
|
264
|
-
<!--Start PulumiCodeChooser -->
|
|
265
266
|
```python
|
|
266
267
|
import pulumi
|
|
267
268
|
import pulumi_aiven as aiven
|
|
268
269
|
|
|
269
|
-
account1 = aiven.Account("account1")
|
|
270
|
+
account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
|
|
270
271
|
```
|
|
271
|
-
<!--End PulumiCodeChooser -->
|
|
272
272
|
|
|
273
273
|
## Import
|
|
274
274
|
|
|
@@ -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
|
-
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo
|
|
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
|
-
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo
|
|
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,14 +156,14 @@ class AccountTeam(pulumi.CustomResource):
|
|
|
156
156
|
|
|
157
157
|
## Example Usage
|
|
158
158
|
|
|
159
|
-
<!--Start PulumiCodeChooser -->
|
|
160
159
|
```python
|
|
161
160
|
import pulumi
|
|
162
161
|
import pulumi_aiven as aiven
|
|
163
162
|
|
|
164
|
-
example_team = aiven.AccountTeam("
|
|
163
|
+
example_team = aiven.AccountTeam("example_team",
|
|
164
|
+
account_id=accoun_t__resourc_e__name["accountId"],
|
|
165
|
+
name="Example team")
|
|
165
166
|
```
|
|
166
|
-
<!--End PulumiCodeChooser -->
|
|
167
167
|
|
|
168
168
|
## Import
|
|
169
169
|
|
|
@@ -192,14 +192,14 @@ class AccountTeam(pulumi.CustomResource):
|
|
|
192
192
|
|
|
193
193
|
## Example Usage
|
|
194
194
|
|
|
195
|
-
<!--Start PulumiCodeChooser -->
|
|
196
195
|
```python
|
|
197
196
|
import pulumi
|
|
198
197
|
import pulumi_aiven as aiven
|
|
199
198
|
|
|
200
|
-
example_team = aiven.AccountTeam("
|
|
199
|
+
example_team = aiven.AccountTeam("example_team",
|
|
200
|
+
account_id=accoun_t__resourc_e__name["accountId"],
|
|
201
|
+
name="Example team")
|
|
201
202
|
```
|
|
202
|
-
<!--End PulumiCodeChooser -->
|
|
203
203
|
|
|
204
204
|
## Import
|
|
205
205
|
|
|
@@ -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,29 +191,27 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
191
191
|
|
|
192
192
|
## Example Usage
|
|
193
193
|
|
|
194
|
-
<!--Start PulumiCodeChooser -->
|
|
195
194
|
```python
|
|
196
195
|
import pulumi
|
|
197
196
|
import pulumi_aiven as aiven
|
|
198
197
|
|
|
199
198
|
main = aiven.AccountTeamMember("main",
|
|
200
|
-
account_id=
|
|
201
|
-
team_id=
|
|
199
|
+
account_id=accoun_t__resourc_e__name["accountId"],
|
|
200
|
+
team_id=tea_m__resourc_e__name["teamId"],
|
|
202
201
|
user_email="user+1@example.com")
|
|
203
202
|
```
|
|
204
|
-
<!--End PulumiCodeChooser -->
|
|
205
203
|
|
|
206
204
|
## Import
|
|
207
205
|
|
|
208
206
|
```sh
|
|
209
|
-
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo
|
|
207
|
+
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
|
|
210
208
|
```
|
|
211
209
|
|
|
212
210
|
:param str resource_name: The name of the resource.
|
|
213
211
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
214
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
215
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
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.
|
|
212
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
213
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
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. Changing this property forces recreation of the resource.
|
|
217
215
|
"""
|
|
218
216
|
...
|
|
219
217
|
@overload
|
|
@@ -235,22 +233,20 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
235
233
|
|
|
236
234
|
## Example Usage
|
|
237
235
|
|
|
238
|
-
<!--Start PulumiCodeChooser -->
|
|
239
236
|
```python
|
|
240
237
|
import pulumi
|
|
241
238
|
import pulumi_aiven as aiven
|
|
242
239
|
|
|
243
240
|
main = aiven.AccountTeamMember("main",
|
|
244
|
-
account_id=
|
|
245
|
-
team_id=
|
|
241
|
+
account_id=accoun_t__resourc_e__name["accountId"],
|
|
242
|
+
team_id=tea_m__resourc_e__name["teamId"],
|
|
246
243
|
user_email="user+1@example.com")
|
|
247
244
|
```
|
|
248
|
-
<!--End PulumiCodeChooser -->
|
|
249
245
|
|
|
250
246
|
## Import
|
|
251
247
|
|
|
252
248
|
```sh
|
|
253
|
-
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo
|
|
249
|
+
$ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
|
|
254
250
|
```
|
|
255
251
|
|
|
256
252
|
:param str resource_name: The name of the resource.
|
|
@@ -316,11 +312,11 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
316
312
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
317
313
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
318
314
|
: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.
|
|
319
|
-
:param pulumi.Input[str] account_id: The unique account id.
|
|
315
|
+
:param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
|
|
320
316
|
:param pulumi.Input[str] create_time: Time of creation
|
|
321
317
|
:param pulumi.Input[str] invited_by_user_email: The email address that invited this user.
|
|
322
|
-
:param pulumi.Input[str] team_id: An account team id.
|
|
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.
|
|
318
|
+
:param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
|
|
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. Changing this property forces recreation of the resource.
|
|
324
320
|
"""
|
|
325
321
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
326
322
|
|
|
@@ -346,7 +342,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
346
342
|
@pulumi.getter(name="accountId")
|
|
347
343
|
def account_id(self) -> pulumi.Output[str]:
|
|
348
344
|
"""
|
|
349
|
-
The unique account id.
|
|
345
|
+
The unique account id. Changing this property forces recreation of the resource.
|
|
350
346
|
"""
|
|
351
347
|
return pulumi.get(self, "account_id")
|
|
352
348
|
|
|
@@ -370,7 +366,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
370
366
|
@pulumi.getter(name="teamId")
|
|
371
367
|
def team_id(self) -> pulumi.Output[str]:
|
|
372
368
|
"""
|
|
373
|
-
An account team id.
|
|
369
|
+
An account team id. Changing this property forces recreation of the resource.
|
|
374
370
|
"""
|
|
375
371
|
return pulumi.get(self, "team_id")
|
|
376
372
|
|
|
@@ -378,7 +374,7 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
378
374
|
@pulumi.getter(name="userEmail")
|
|
379
375
|
def user_email(self) -> pulumi.Output[str]:
|
|
380
376
|
"""
|
|
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.
|
|
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. Changing this property forces recreation of the resource.
|
|
382
378
|
"""
|
|
383
379
|
return pulumi.get(self, "user_email")
|
|
384
380
|
|
|
@@ -173,22 +173,22 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
173
173
|
|
|
174
174
|
## Example Usage
|
|
175
175
|
|
|
176
|
-
<!--Start PulumiCodeChooser -->
|
|
177
176
|
```python
|
|
178
177
|
import pulumi
|
|
179
178
|
import pulumi_aiven as aiven
|
|
180
179
|
|
|
181
|
-
example_project = aiven.Project("
|
|
180
|
+
example_project = aiven.Project("example_project",
|
|
182
181
|
project="project-1",
|
|
183
|
-
account_id=
|
|
184
|
-
example_team = aiven.AccountTeam("
|
|
182
|
+
account_id=accoun_t__resourc_e__name["accountId"])
|
|
183
|
+
example_team = aiven.AccountTeam("example_team",
|
|
184
|
+
account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
|
|
185
|
+
name="Example team")
|
|
185
186
|
main = aiven.AccountTeamProject("main",
|
|
186
|
-
account_id=
|
|
187
|
+
account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
|
|
187
188
|
team_id=example_team.team_id,
|
|
188
189
|
project_name=example_project.project,
|
|
189
190
|
team_type="admin")
|
|
190
191
|
```
|
|
191
|
-
<!--End PulumiCodeChooser -->
|
|
192
192
|
|
|
193
193
|
## Import
|
|
194
194
|
|
|
@@ -219,22 +219,22 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
219
219
|
|
|
220
220
|
## Example Usage
|
|
221
221
|
|
|
222
|
-
<!--Start PulumiCodeChooser -->
|
|
223
222
|
```python
|
|
224
223
|
import pulumi
|
|
225
224
|
import pulumi_aiven as aiven
|
|
226
225
|
|
|
227
|
-
example_project = aiven.Project("
|
|
226
|
+
example_project = aiven.Project("example_project",
|
|
228
227
|
project="project-1",
|
|
229
|
-
account_id=
|
|
230
|
-
example_team = aiven.AccountTeam("
|
|
228
|
+
account_id=accoun_t__resourc_e__name["accountId"])
|
|
229
|
+
example_team = aiven.AccountTeam("example_team",
|
|
230
|
+
account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
|
|
231
|
+
name="Example team")
|
|
231
232
|
main = aiven.AccountTeamProject("main",
|
|
232
|
-
account_id=
|
|
233
|
+
account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
|
|
233
234
|
team_id=example_team.team_id,
|
|
234
235
|
project_name=example_project.project,
|
|
235
236
|
team_type="admin")
|
|
236
237
|
```
|
|
237
|
-
<!--End PulumiCodeChooser -->
|
|
238
238
|
|
|
239
239
|
## Import
|
|
240
240
|
|
pulumi_aiven/aws_privatelink.py
CHANGED
|
@@ -19,9 +19,9 @@ class AwsPrivatelinkArgs:
|
|
|
19
19
|
service_name: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AwsPrivatelink resource.
|
|
22
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
23
|
-
:param pulumi.Input[str] project:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
22
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
23
|
+
:param pulumi.Input[str] project: The name of 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.
|
|
24
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "principals", principals)
|
|
27
27
|
pulumi.set(__self__, "project", project)
|
|
@@ -31,7 +31,7 @@ class AwsPrivatelinkArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def principals(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
33
33
|
"""
|
|
34
|
-
List of allowed
|
|
34
|
+
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "principals")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class AwsPrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter
|
|
44
44
|
def project(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
46
|
+
The name of 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.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "project")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class AwsPrivatelinkArgs:
|
|
|
55
55
|
@pulumi.getter(name="serviceName")
|
|
56
56
|
def service_name(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
|
|
58
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "service_name")
|
|
61
61
|
|
|
@@ -74,11 +74,11 @@ class _AwsPrivatelinkState:
|
|
|
74
74
|
service_name: Optional[pulumi.Input[str]] = None):
|
|
75
75
|
"""
|
|
76
76
|
Input properties used for looking up and filtering AwsPrivatelink resources.
|
|
77
|
-
:param pulumi.Input[str] aws_service_id: AWS service ID
|
|
78
|
-
:param pulumi.Input[str] aws_service_name: AWS service name
|
|
79
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
80
|
-
:param pulumi.Input[str] project:
|
|
81
|
-
:param pulumi.Input[str] service_name:
|
|
77
|
+
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
78
|
+
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
79
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
80
|
+
:param pulumi.Input[str] project: The name of 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.
|
|
81
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
82
82
|
"""
|
|
83
83
|
if aws_service_id is not None:
|
|
84
84
|
pulumi.set(__self__, "aws_service_id", aws_service_id)
|
|
@@ -95,7 +95,7 @@ class _AwsPrivatelinkState:
|
|
|
95
95
|
@pulumi.getter(name="awsServiceId")
|
|
96
96
|
def aws_service_id(self) -> Optional[pulumi.Input[str]]:
|
|
97
97
|
"""
|
|
98
|
-
AWS service ID
|
|
98
|
+
AWS service ID.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "aws_service_id")
|
|
101
101
|
|
|
@@ -107,7 +107,7 @@ class _AwsPrivatelinkState:
|
|
|
107
107
|
@pulumi.getter(name="awsServiceName")
|
|
108
108
|
def aws_service_name(self) -> Optional[pulumi.Input[str]]:
|
|
109
109
|
"""
|
|
110
|
-
AWS service name
|
|
110
|
+
AWS service name.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "aws_service_name")
|
|
113
113
|
|
|
@@ -119,7 +119,7 @@ class _AwsPrivatelinkState:
|
|
|
119
119
|
@pulumi.getter
|
|
120
120
|
def principals(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
121
121
|
"""
|
|
122
|
-
List of allowed
|
|
122
|
+
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
123
123
|
"""
|
|
124
124
|
return pulumi.get(self, "principals")
|
|
125
125
|
|
|
@@ -131,7 +131,7 @@ class _AwsPrivatelinkState:
|
|
|
131
131
|
@pulumi.getter
|
|
132
132
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
133
133
|
"""
|
|
134
|
-
|
|
134
|
+
The name of 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.
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "project")
|
|
137
137
|
|
|
@@ -143,7 +143,7 @@ class _AwsPrivatelinkState:
|
|
|
143
143
|
@pulumi.getter(name="serviceName")
|
|
144
144
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
145
145
|
"""
|
|
146
|
-
|
|
146
|
+
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.
|
|
147
147
|
"""
|
|
148
148
|
return pulumi.get(self, "service_name")
|
|
149
149
|
|
|
@@ -162,33 +162,31 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
162
162
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
163
163
|
__props__=None):
|
|
164
164
|
"""
|
|
165
|
-
|
|
165
|
+
Creates and manages an [AWS PrivateLink for Aiven services](https://aiven.io/docs/platform/howto/use-aws-privatelinks) in a VPC.
|
|
166
166
|
|
|
167
167
|
## Example Usage
|
|
168
168
|
|
|
169
|
-
<!--Start PulumiCodeChooser -->
|
|
170
169
|
```python
|
|
171
170
|
import pulumi
|
|
172
171
|
import pulumi_aiven as aiven
|
|
173
172
|
|
|
174
|
-
|
|
175
|
-
project=
|
|
176
|
-
service_name=
|
|
173
|
+
main = aiven.AwsPrivatelink("main",
|
|
174
|
+
project=example_project["project"],
|
|
175
|
+
service_name=example_kafka["serviceName"],
|
|
177
176
|
principals=["arn:aws:iam::012345678901:user/mwf"])
|
|
178
177
|
```
|
|
179
|
-
<!--End PulumiCodeChooser -->
|
|
180
178
|
|
|
181
179
|
## Import
|
|
182
180
|
|
|
183
181
|
```sh
|
|
184
|
-
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink
|
|
182
|
+
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
|
|
185
183
|
```
|
|
186
184
|
|
|
187
185
|
:param str resource_name: The name of the resource.
|
|
188
186
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
189
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
190
|
-
:param pulumi.Input[str] project:
|
|
191
|
-
:param pulumi.Input[str] service_name:
|
|
187
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
188
|
+
:param pulumi.Input[str] project: The name of 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.
|
|
189
|
+
:param pulumi.Input[str] service_name: 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.
|
|
192
190
|
"""
|
|
193
191
|
...
|
|
194
192
|
@overload
|
|
@@ -197,26 +195,24 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
197
195
|
args: AwsPrivatelinkArgs,
|
|
198
196
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
199
197
|
"""
|
|
200
|
-
|
|
198
|
+
Creates and manages an [AWS PrivateLink for Aiven services](https://aiven.io/docs/platform/howto/use-aws-privatelinks) in a VPC.
|
|
201
199
|
|
|
202
200
|
## Example Usage
|
|
203
201
|
|
|
204
|
-
<!--Start PulumiCodeChooser -->
|
|
205
202
|
```python
|
|
206
203
|
import pulumi
|
|
207
204
|
import pulumi_aiven as aiven
|
|
208
205
|
|
|
209
|
-
|
|
210
|
-
project=
|
|
211
|
-
service_name=
|
|
206
|
+
main = aiven.AwsPrivatelink("main",
|
|
207
|
+
project=example_project["project"],
|
|
208
|
+
service_name=example_kafka["serviceName"],
|
|
212
209
|
principals=["arn:aws:iam::012345678901:user/mwf"])
|
|
213
210
|
```
|
|
214
|
-
<!--End PulumiCodeChooser -->
|
|
215
211
|
|
|
216
212
|
## Import
|
|
217
213
|
|
|
218
214
|
```sh
|
|
219
|
-
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink
|
|
215
|
+
$ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
|
|
220
216
|
```
|
|
221
217
|
|
|
222
218
|
:param str resource_name: The name of the resource.
|
|
@@ -279,11 +275,11 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
279
275
|
:param str resource_name: The unique name of the resulting resource.
|
|
280
276
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
281
277
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
282
|
-
:param pulumi.Input[str] aws_service_id: AWS service ID
|
|
283
|
-
:param pulumi.Input[str] aws_service_name: AWS service name
|
|
284
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed
|
|
285
|
-
:param pulumi.Input[str] project:
|
|
286
|
-
:param pulumi.Input[str] service_name:
|
|
278
|
+
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
279
|
+
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
280
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
281
|
+
:param pulumi.Input[str] project: The name of 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.
|
|
282
|
+
:param pulumi.Input[str] service_name: 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.
|
|
287
283
|
"""
|
|
288
284
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
289
285
|
|
|
@@ -300,7 +296,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
300
296
|
@pulumi.getter(name="awsServiceId")
|
|
301
297
|
def aws_service_id(self) -> pulumi.Output[str]:
|
|
302
298
|
"""
|
|
303
|
-
AWS service ID
|
|
299
|
+
AWS service ID.
|
|
304
300
|
"""
|
|
305
301
|
return pulumi.get(self, "aws_service_id")
|
|
306
302
|
|
|
@@ -308,7 +304,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
308
304
|
@pulumi.getter(name="awsServiceName")
|
|
309
305
|
def aws_service_name(self) -> pulumi.Output[str]:
|
|
310
306
|
"""
|
|
311
|
-
AWS service name
|
|
307
|
+
AWS service name.
|
|
312
308
|
"""
|
|
313
309
|
return pulumi.get(self, "aws_service_name")
|
|
314
310
|
|
|
@@ -316,7 +312,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
316
312
|
@pulumi.getter
|
|
317
313
|
def principals(self) -> pulumi.Output[Sequence[str]]:
|
|
318
314
|
"""
|
|
319
|
-
List of allowed
|
|
315
|
+
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
320
316
|
"""
|
|
321
317
|
return pulumi.get(self, "principals")
|
|
322
318
|
|
|
@@ -324,7 +320,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
324
320
|
@pulumi.getter
|
|
325
321
|
def project(self) -> pulumi.Output[str]:
|
|
326
322
|
"""
|
|
327
|
-
|
|
323
|
+
The name of 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.
|
|
328
324
|
"""
|
|
329
325
|
return pulumi.get(self, "project")
|
|
330
326
|
|
|
@@ -332,7 +328,7 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
332
328
|
@pulumi.getter(name="serviceName")
|
|
333
329
|
def service_name(self) -> pulumi.Output[str]:
|
|
334
330
|
"""
|
|
335
|
-
|
|
331
|
+
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.
|
|
336
332
|
"""
|
|
337
333
|
return pulumi.get(self, "service_name")
|
|
338
334
|
|