pulumi-aiven 6.13.0a1711361534__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/_inputs.py +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- 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 +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- 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 +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- 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 +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.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.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/account.py
CHANGED
|
@@ -232,14 +232,12 @@ class Account(pulumi.CustomResource):
|
|
|
232
232
|
|
|
233
233
|
## Example Usage
|
|
234
234
|
|
|
235
|
-
<!--Start PulumiCodeChooser -->
|
|
236
235
|
```python
|
|
237
236
|
import pulumi
|
|
238
237
|
import pulumi_aiven as aiven
|
|
239
238
|
|
|
240
|
-
account1 = aiven.Account("account1")
|
|
239
|
+
account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
|
|
241
240
|
```
|
|
242
|
-
<!--End PulumiCodeChooser -->
|
|
243
241
|
|
|
244
242
|
## Import
|
|
245
243
|
|
|
@@ -265,14 +263,12 @@ class Account(pulumi.CustomResource):
|
|
|
265
263
|
|
|
266
264
|
## Example Usage
|
|
267
265
|
|
|
268
|
-
<!--Start PulumiCodeChooser -->
|
|
269
266
|
```python
|
|
270
267
|
import pulumi
|
|
271
268
|
import pulumi_aiven as aiven
|
|
272
269
|
|
|
273
|
-
account1 = aiven.Account("account1")
|
|
270
|
+
account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
|
|
274
271
|
```
|
|
275
|
-
<!--End PulumiCodeChooser -->
|
|
276
272
|
|
|
277
273
|
## Import
|
|
278
274
|
|
|
@@ -550,7 +550,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
550
550
|
## Import
|
|
551
551
|
|
|
552
552
|
```sh
|
|
553
|
-
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo
|
|
553
|
+
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo ACCOUNT_ID/AUTHENTICATION_ID
|
|
554
554
|
```
|
|
555
555
|
|
|
556
556
|
:param str resource_name: The name of the resource.
|
|
@@ -583,7 +583,7 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
583
583
|
## Import
|
|
584
584
|
|
|
585
585
|
```sh
|
|
586
|
-
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo
|
|
586
|
+
$ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo ACCOUNT_ID/AUTHENTICATION_ID
|
|
587
587
|
```
|
|
588
588
|
|
|
589
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
|
|
|
@@ -191,22 +191,20 @@ 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.
|
|
@@ -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.
|
|
@@ -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
|
@@ -20,8 +20,8 @@ class AwsPrivatelinkArgs:
|
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AwsPrivatelink resource.
|
|
22
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:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
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)
|
|
@@ -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
|
|
|
@@ -77,8 +77,8 @@ class _AwsPrivatelinkState:
|
|
|
77
77
|
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
78
78
|
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
79
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:
|
|
81
|
-
:param pulumi.Input[str] service_name:
|
|
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)
|
|
@@ -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
|
|
|
@@ -166,17 +166,15 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
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
173
|
main = aiven.AwsPrivatelink("main",
|
|
175
|
-
project=
|
|
176
|
-
service_name=
|
|
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
|
|
|
@@ -187,8 +185,8 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
187
185
|
:param str resource_name: The name of the resource.
|
|
188
186
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
189
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.
|
|
190
|
-
:param pulumi.Input[str] project:
|
|
191
|
-
:param pulumi.Input[str] service_name:
|
|
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
|
|
@@ -201,17 +199,15 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
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
206
|
main = aiven.AwsPrivatelink("main",
|
|
210
|
-
project=
|
|
211
|
-
service_name=
|
|
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
|
|
|
@@ -282,8 +278,8 @@ class AwsPrivatelink(pulumi.CustomResource):
|
|
|
282
278
|
:param pulumi.Input[str] aws_service_id: AWS service ID.
|
|
283
279
|
:param pulumi.Input[str] aws_service_name: AWS service name.
|
|
284
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.
|
|
285
|
-
:param pulumi.Input[str] project:
|
|
286
|
-
:param pulumi.Input[str] service_name:
|
|
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
|
|
|
@@ -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
|
|
|
@@ -214,22 +214,20 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
214
214
|
|
|
215
215
|
## Example Usage
|
|
216
216
|
|
|
217
|
-
<!--Start PulumiCodeChooser -->
|
|
218
217
|
```python
|
|
219
218
|
import pulumi
|
|
220
219
|
import pulumi_aiven as aiven
|
|
221
220
|
|
|
222
|
-
example_vpc = aiven.ProjectVpc("
|
|
223
|
-
project=
|
|
221
|
+
example_vpc = aiven.ProjectVpc("example_vpc",
|
|
222
|
+
project=example_project["project"],
|
|
224
223
|
cloud_name="aws-us-east-2",
|
|
225
224
|
network_cidr="192.168.1.0/24")
|
|
226
|
-
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("
|
|
225
|
+
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
|
|
227
226
|
vpc_id=example_vpc.id,
|
|
228
|
-
aws_account_id=
|
|
227
|
+
aws_account_id=aws_id,
|
|
229
228
|
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
230
229
|
aws_vpc_region="aws-us-east-2")
|
|
231
230
|
```
|
|
232
|
-
<!--End PulumiCodeChooser -->
|
|
233
231
|
|
|
234
232
|
## Import
|
|
235
233
|
|
|
@@ -255,22 +253,20 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
255
253
|
|
|
256
254
|
## Example Usage
|
|
257
255
|
|
|
258
|
-
<!--Start PulumiCodeChooser -->
|
|
259
256
|
```python
|
|
260
257
|
import pulumi
|
|
261
258
|
import pulumi_aiven as aiven
|
|
262
259
|
|
|
263
|
-
example_vpc = aiven.ProjectVpc("
|
|
264
|
-
project=
|
|
260
|
+
example_vpc = aiven.ProjectVpc("example_vpc",
|
|
261
|
+
project=example_project["project"],
|
|
265
262
|
cloud_name="aws-us-east-2",
|
|
266
263
|
network_cidr="192.168.1.0/24")
|
|
267
|
-
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("
|
|
264
|
+
aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
|
|
268
265
|
vpc_id=example_vpc.id,
|
|
269
|
-
aws_account_id=
|
|
266
|
+
aws_account_id=aws_id,
|
|
270
267
|
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
271
268
|
aws_vpc_region="aws-us-east-2")
|
|
272
269
|
```
|
|
273
|
-
<!--End PulumiCodeChooser -->
|
|
274
270
|
|
|
275
271
|
## Import
|
|
276
272
|
|
|
@@ -19,8 +19,8 @@ class AzurePrivatelinkArgs:
|
|
|
19
19
|
user_subscription_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a AzurePrivatelink resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
23
|
-
:param pulumi.Input[str] service_name:
|
|
22
|
+
: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.
|
|
23
|
+
: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.
|
|
24
24
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
@@ -31,7 +31,7 @@ class AzurePrivatelinkArgs:
|
|
|
31
31
|
@pulumi.getter
|
|
32
32
|
def project(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
|
|
34
|
+
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.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "project")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class AzurePrivatelinkArgs:
|
|
|
43
43
|
@pulumi.getter(name="serviceName")
|
|
44
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
|
|
46
|
+
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.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "service_name")
|
|
49
49
|
|
|
@@ -79,8 +79,8 @@ class _AzurePrivatelinkState:
|
|
|
79
79
|
:param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
|
|
80
80
|
:param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
|
|
81
81
|
:param pulumi.Input[str] message: Printable result of the Azure Private Link request.
|
|
82
|
-
:param pulumi.Input[str] project:
|
|
83
|
-
:param pulumi.Input[str] service_name:
|
|
82
|
+
: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.
|
|
83
|
+
: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.
|
|
84
84
|
:param pulumi.Input[str] state: The state of the Private Link resource.
|
|
85
85
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
86
86
|
"""
|
|
@@ -139,7 +139,7 @@ class _AzurePrivatelinkState:
|
|
|
139
139
|
@pulumi.getter
|
|
140
140
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
141
141
|
"""
|
|
142
|
-
|
|
142
|
+
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.
|
|
143
143
|
"""
|
|
144
144
|
return pulumi.get(self, "project")
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ class _AzurePrivatelinkState:
|
|
|
151
151
|
@pulumi.getter(name="serviceName")
|
|
152
152
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
153
153
|
"""
|
|
154
|
-
|
|
154
|
+
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.
|
|
155
155
|
"""
|
|
156
156
|
return pulumi.get(self, "service_name")
|
|
157
157
|
|
|
@@ -198,17 +198,15 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
198
198
|
|
|
199
199
|
## Example Usage
|
|
200
200
|
|
|
201
|
-
<!--Start PulumiCodeChooser -->
|
|
202
201
|
```python
|
|
203
202
|
import pulumi
|
|
204
203
|
import pulumi_aiven as aiven
|
|
205
204
|
|
|
206
205
|
main = aiven.AzurePrivatelink("main",
|
|
207
|
-
project=
|
|
208
|
-
service_name=
|
|
206
|
+
project=example_project["project"],
|
|
207
|
+
service_name=example_kafka["serviceName"],
|
|
209
208
|
user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
|
|
210
209
|
```
|
|
211
|
-
<!--End PulumiCodeChooser -->
|
|
212
210
|
|
|
213
211
|
## Import
|
|
214
212
|
|
|
@@ -218,8 +216,8 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
218
216
|
|
|
219
217
|
:param str resource_name: The name of the resource.
|
|
220
218
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
221
|
-
:param pulumi.Input[str] project:
|
|
222
|
-
:param pulumi.Input[str] service_name:
|
|
219
|
+
: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.
|
|
220
|
+
: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.
|
|
223
221
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
224
222
|
"""
|
|
225
223
|
...
|
|
@@ -233,17 +231,15 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
233
231
|
|
|
234
232
|
## Example Usage
|
|
235
233
|
|
|
236
|
-
<!--Start PulumiCodeChooser -->
|
|
237
234
|
```python
|
|
238
235
|
import pulumi
|
|
239
236
|
import pulumi_aiven as aiven
|
|
240
237
|
|
|
241
238
|
main = aiven.AzurePrivatelink("main",
|
|
242
|
-
project=
|
|
243
|
-
service_name=
|
|
239
|
+
project=example_project["project"],
|
|
240
|
+
service_name=example_kafka["serviceName"],
|
|
244
241
|
user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
|
|
245
242
|
```
|
|
246
|
-
<!--End PulumiCodeChooser -->
|
|
247
243
|
|
|
248
244
|
## Import
|
|
249
245
|
|
|
@@ -318,8 +314,8 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
318
314
|
:param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
|
|
319
315
|
:param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
|
|
320
316
|
:param pulumi.Input[str] message: Printable result of the Azure Private Link request.
|
|
321
|
-
:param pulumi.Input[str] project:
|
|
322
|
-
:param pulumi.Input[str] service_name:
|
|
317
|
+
: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.
|
|
318
|
+
: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.
|
|
323
319
|
:param pulumi.Input[str] state: The state of the Private Link resource.
|
|
324
320
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
|
|
325
321
|
"""
|
|
@@ -364,7 +360,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
364
360
|
@pulumi.getter
|
|
365
361
|
def project(self) -> pulumi.Output[str]:
|
|
366
362
|
"""
|
|
367
|
-
|
|
363
|
+
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.
|
|
368
364
|
"""
|
|
369
365
|
return pulumi.get(self, "project")
|
|
370
366
|
|
|
@@ -372,7 +368,7 @@ class AzurePrivatelink(pulumi.CustomResource):
|
|
|
372
368
|
@pulumi.getter(name="serviceName")
|
|
373
369
|
def service_name(self) -> pulumi.Output[str]:
|
|
374
370
|
"""
|
|
375
|
-
|
|
371
|
+
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.
|
|
376
372
|
"""
|
|
377
373
|
return pulumi.get(self, "service_name")
|
|
378
374
|
|