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.

Files changed (132) hide show
  1. pulumi_aiven/_inputs.py +200 -262
  2. pulumi_aiven/account.py +2 -6
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +6 -10
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +18 -22
  8. pulumi_aiven/aws_vpc_peering_connection.py +8 -12
  9. pulumi_aiven/azure_privatelink.py +18 -22
  10. pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
  11. pulumi_aiven/azure_vpc_peering_connection.py +6 -10
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +25 -57
  14. pulumi_aiven/cassandra_user.py +18 -22
  15. pulumi_aiven/clickhouse.py +25 -57
  16. pulumi_aiven/clickhouse_database.py +24 -26
  17. pulumi_aiven/clickhouse_grant.py +35 -37
  18. pulumi_aiven/clickhouse_role.py +16 -20
  19. pulumi_aiven/clickhouse_user.py +18 -22
  20. pulumi_aiven/connection_pool.py +24 -28
  21. pulumi_aiven/dragonfly.py +124 -263
  22. pulumi_aiven/flink.py +32 -36
  23. pulumi_aiven/flink_application.py +22 -24
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +96 -14
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
  29. pulumi_aiven/get_account.py +0 -4
  30. pulumi_aiven/get_aws_privatelink.py +10 -14
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
  32. pulumi_aiven/get_azure_privatelink.py +10 -14
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +7 -24
  36. pulumi_aiven/get_cassandra.py +7 -24
  37. pulumi_aiven/get_cassandra_user.py +10 -14
  38. pulumi_aiven/get_clickhouse.py +7 -24
  39. pulumi_aiven/get_clickhouse_database.py +10 -14
  40. pulumi_aiven/get_clickhouse_user.py +10 -14
  41. pulumi_aiven/get_connection_pool.py +10 -14
  42. pulumi_aiven/get_dragonfly.py +27 -20
  43. pulumi_aiven/get_flink.py +6 -10
  44. pulumi_aiven/get_flink_application.py +8 -12
  45. pulumi_aiven/get_flink_application_version.py +8 -12
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
  47. pulumi_aiven/get_grafana.py +7 -24
  48. pulumi_aiven/get_kafka.py +13 -17
  49. pulumi_aiven/get_kafka_acl.py +10 -14
  50. pulumi_aiven/get_kafka_connect.py +7 -24
  51. pulumi_aiven/get_kafka_connector.py +10 -14
  52. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  53. pulumi_aiven/get_kafka_schema.py +10 -14
  54. pulumi_aiven/get_kafka_schema_configuration.py +10 -14
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +16 -20
  57. pulumi_aiven/get_kafka_user.py +10 -14
  58. pulumi_aiven/get_m3_aggregator.py +7 -24
  59. pulumi_aiven/get_m3_db.py +7 -24
  60. pulumi_aiven/get_m3db_user.py +10 -14
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  62. pulumi_aiven/get_my_sql.py +7 -24
  63. pulumi_aiven/get_mysql_database.py +10 -14
  64. pulumi_aiven/get_mysql_user.py +10 -14
  65. pulumi_aiven/get_open_search.py +6 -10
  66. pulumi_aiven/get_open_search_acl_config.py +10 -14
  67. pulumi_aiven/get_open_search_acl_rule.py +10 -14
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  69. pulumi_aiven/get_opensearch_user.py +10 -14
  70. pulumi_aiven/get_organization.py +0 -4
  71. pulumi_aiven/get_organization_user_group.py +2 -6
  72. pulumi_aiven/get_pg.py +6 -10
  73. pulumi_aiven/get_pg_database.py +10 -14
  74. pulumi_aiven/get_pg_user.py +10 -14
  75. pulumi_aiven/get_project.py +17 -21
  76. pulumi_aiven/get_project_user.py +9 -13
  77. pulumi_aiven/get_project_vpc.py +2 -6
  78. pulumi_aiven/get_redis.py +7 -24
  79. pulumi_aiven/get_redis_user.py +10 -14
  80. pulumi_aiven/get_service_component.py +4 -8
  81. pulumi_aiven/get_service_integration.py +19 -33
  82. pulumi_aiven/get_service_integration_endpoint.py +2 -6
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
  84. pulumi_aiven/grafana.py +82 -267
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +50 -54
  89. pulumi_aiven/kafka_acl.py +20 -24
  90. pulumi_aiven/kafka_connect.py +80 -267
  91. pulumi_aiven/kafka_connector.py +26 -30
  92. pulumi_aiven/kafka_mirror_maker.py +80 -267
  93. pulumi_aiven/kafka_schema.py +18 -22
  94. pulumi_aiven/kafka_schema_configuration.py +20 -24
  95. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  96. pulumi_aiven/kafka_topic.py +84 -46
  97. pulumi_aiven/kafka_user.py +18 -22
  98. pulumi_aiven/m3_aggregator.py +80 -267
  99. pulumi_aiven/m3_db.py +80 -267
  100. pulumi_aiven/m3db_user.py +16 -20
  101. pulumi_aiven/mirror_maker_replication_flow.py +22 -26
  102. pulumi_aiven/my_sql.py +80 -267
  103. pulumi_aiven/mysql_database.py +20 -24
  104. pulumi_aiven/mysql_user.py +18 -22
  105. pulumi_aiven/open_search.py +27 -31
  106. pulumi_aiven/open_search_acl_config.py +28 -36
  107. pulumi_aiven/open_search_acl_rule.py +36 -40
  108. pulumi_aiven/opensearch_security_plugin_config.py +28 -32
  109. pulumi_aiven/opensearch_user.py +18 -22
  110. pulumi_aiven/organization.py +2 -6
  111. pulumi_aiven/organization_group_project.py +46 -0
  112. pulumi_aiven/organization_user.py +2 -20
  113. pulumi_aiven/organization_user_group.py +4 -6
  114. pulumi_aiven/organization_user_group_member.py +8 -10
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +271 -390
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +20 -24
  119. pulumi_aiven/pg_user.py +18 -22
  120. pulumi_aiven/project.py +75 -79
  121. pulumi_aiven/project_user.py +24 -28
  122. pulumi_aiven/project_vpc.py +31 -7
  123. pulumi_aiven/redis.py +80 -267
  124. pulumi_aiven/redis_user.py +18 -22
  125. pulumi_aiven/service_integration.py +54 -58
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
  128. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  132. {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 account_id/authentication_id
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 account_id/authentication_id
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.
@@ -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("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
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("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
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=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
201
- team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["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 account_id/team_id/user_email
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=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
245
- team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["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 account_id/team_id/user_email
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("exampleProject",
180
+ example_project = aiven.Project("example_project",
182
181
  project="project-1",
183
- account_id=aiven_account_team["ACCOUNT_RESOURCE_NAME"]["account_id"])
184
- example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
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=aiven_account["ACCOUNT_RESOURCE_NAME"]["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("exampleProject",
226
+ example_project = aiven.Project("example_project",
228
227
  project="project-1",
229
- account_id=aiven_account_team["ACCOUNT_RESOURCE_NAME"]["account_id"])
230
- example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
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=aiven_account["ACCOUNT_RESOURCE_NAME"]["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
 
@@ -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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
81
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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=data["aiven_project"]["example_project"]["project"],
176
- service_name=aiven_kafka["example_kafka"]["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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
191
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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=data["aiven_project"]["example_project"]["project"],
211
- service_name=aiven_kafka["example_kafka"]["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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
286
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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("exampleVpc",
223
- project=data["aiven_project"]["example_project"]["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("awsToAivenPeering",
225
+ aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
227
226
  vpc_id=example_vpc.id,
228
- aws_account_id=var["aws_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("exampleVpc",
264
- project=data["aiven_project"]["example_project"]["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("awsToAivenPeering",
264
+ aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
268
265
  vpc_id=example_vpc.id,
269
- aws_account_id=var["aws_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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
83
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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=data["aiven_project"]["example_project"]["project"],
208
- service_name=aiven_kafka["example_kafka"]["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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
222
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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=data["aiven_project"]["example_project"]["project"],
243
- service_name=aiven_kafka["example_kafka"]["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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
322
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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