pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711516617__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 +262 -200
  2. pulumi_aiven/account.py +6 -2
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +10 -6
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +22 -18
  8. pulumi_aiven/aws_vpc_peering_connection.py +12 -8
  9. pulumi_aiven/azure_privatelink.py +22 -18
  10. pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
  11. pulumi_aiven/azure_vpc_peering_connection.py +10 -6
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +57 -25
  14. pulumi_aiven/cassandra_user.py +22 -18
  15. pulumi_aiven/clickhouse.py +57 -25
  16. pulumi_aiven/clickhouse_database.py +26 -24
  17. pulumi_aiven/clickhouse_grant.py +37 -35
  18. pulumi_aiven/clickhouse_role.py +20 -16
  19. pulumi_aiven/clickhouse_user.py +22 -18
  20. pulumi_aiven/connection_pool.py +28 -24
  21. pulumi_aiven/dragonfly.py +263 -124
  22. pulumi_aiven/flink.py +36 -32
  23. pulumi_aiven/flink_application.py +24 -22
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +14 -96
  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 +8 -4
  29. pulumi_aiven/get_account.py +4 -0
  30. pulumi_aiven/get_aws_privatelink.py +14 -10
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
  32. pulumi_aiven/get_azure_privatelink.py +14 -10
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +24 -7
  36. pulumi_aiven/get_cassandra.py +24 -7
  37. pulumi_aiven/get_cassandra_user.py +14 -10
  38. pulumi_aiven/get_clickhouse.py +24 -7
  39. pulumi_aiven/get_clickhouse_database.py +14 -10
  40. pulumi_aiven/get_clickhouse_user.py +14 -10
  41. pulumi_aiven/get_connection_pool.py +14 -10
  42. pulumi_aiven/get_dragonfly.py +20 -27
  43. pulumi_aiven/get_flink.py +10 -6
  44. pulumi_aiven/get_flink_application.py +12 -8
  45. pulumi_aiven/get_flink_application_version.py +12 -8
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
  47. pulumi_aiven/get_grafana.py +24 -7
  48. pulumi_aiven/get_kafka.py +17 -13
  49. pulumi_aiven/get_kafka_acl.py +14 -10
  50. pulumi_aiven/get_kafka_connect.py +24 -7
  51. pulumi_aiven/get_kafka_connector.py +14 -10
  52. pulumi_aiven/get_kafka_mirror_maker.py +24 -7
  53. pulumi_aiven/get_kafka_schema.py +14 -10
  54. pulumi_aiven/get_kafka_schema_configuration.py +14 -10
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +20 -16
  57. pulumi_aiven/get_kafka_user.py +14 -10
  58. pulumi_aiven/get_m3_aggregator.py +24 -7
  59. pulumi_aiven/get_m3_db.py +24 -7
  60. pulumi_aiven/get_m3db_user.py +14 -10
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
  62. pulumi_aiven/get_my_sql.py +24 -7
  63. pulumi_aiven/get_mysql_database.py +14 -10
  64. pulumi_aiven/get_mysql_user.py +14 -10
  65. pulumi_aiven/get_open_search.py +10 -6
  66. pulumi_aiven/get_open_search_acl_config.py +14 -10
  67. pulumi_aiven/get_open_search_acl_rule.py +14 -10
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
  69. pulumi_aiven/get_opensearch_user.py +14 -10
  70. pulumi_aiven/get_organization.py +4 -0
  71. pulumi_aiven/get_organization_user_group.py +6 -2
  72. pulumi_aiven/get_pg.py +10 -6
  73. pulumi_aiven/get_pg_database.py +14 -10
  74. pulumi_aiven/get_pg_user.py +14 -10
  75. pulumi_aiven/get_project.py +21 -17
  76. pulumi_aiven/get_project_user.py +13 -9
  77. pulumi_aiven/get_project_vpc.py +6 -2
  78. pulumi_aiven/get_redis.py +24 -7
  79. pulumi_aiven/get_redis_user.py +14 -10
  80. pulumi_aiven/get_service_component.py +8 -4
  81. pulumi_aiven/get_service_integration.py +33 -19
  82. pulumi_aiven/get_service_integration_endpoint.py +6 -2
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
  84. pulumi_aiven/grafana.py +267 -82
  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 +54 -50
  89. pulumi_aiven/kafka_acl.py +24 -20
  90. pulumi_aiven/kafka_connect.py +267 -80
  91. pulumi_aiven/kafka_connector.py +30 -26
  92. pulumi_aiven/kafka_mirror_maker.py +267 -80
  93. pulumi_aiven/kafka_schema.py +22 -18
  94. pulumi_aiven/kafka_schema_configuration.py +24 -20
  95. pulumi_aiven/kafka_schema_registry_acl.py +14 -54
  96. pulumi_aiven/kafka_topic.py +46 -84
  97. pulumi_aiven/kafka_user.py +22 -18
  98. pulumi_aiven/m3_aggregator.py +267 -80
  99. pulumi_aiven/m3_db.py +267 -80
  100. pulumi_aiven/m3db_user.py +20 -16
  101. pulumi_aiven/mirror_maker_replication_flow.py +26 -22
  102. pulumi_aiven/my_sql.py +267 -80
  103. pulumi_aiven/mysql_database.py +24 -20
  104. pulumi_aiven/mysql_user.py +22 -18
  105. pulumi_aiven/open_search.py +31 -27
  106. pulumi_aiven/open_search_acl_config.py +36 -28
  107. pulumi_aiven/open_search_acl_rule.py +40 -36
  108. pulumi_aiven/opensearch_security_plugin_config.py +32 -28
  109. pulumi_aiven/opensearch_user.py +22 -18
  110. pulumi_aiven/organization.py +6 -2
  111. pulumi_aiven/organization_group_project.py +0 -46
  112. pulumi_aiven/organization_user.py +20 -2
  113. pulumi_aiven/organization_user_group.py +6 -4
  114. pulumi_aiven/organization_user_group_member.py +10 -8
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +390 -271
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +24 -20
  119. pulumi_aiven/pg_user.py +22 -18
  120. pulumi_aiven/project.py +79 -75
  121. pulumi_aiven/project_user.py +28 -24
  122. pulumi_aiven/project_vpc.py +7 -31
  123. pulumi_aiven/redis.py +267 -80
  124. pulumi_aiven/redis_user.py +22 -18
  125. pulumi_aiven/service_integration.py +58 -54
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
  128. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0a1711516617.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/top_level.txt +0 -0
pulumi_aiven/account.py CHANGED
@@ -232,12 +232,14 @@ class Account(pulumi.CustomResource):
232
232
 
233
233
  ## Example Usage
234
234
 
235
+ <!--Start PulumiCodeChooser -->
235
236
  ```python
236
237
  import pulumi
237
238
  import pulumi_aiven as aiven
238
239
 
239
- account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
240
+ account1 = aiven.Account("account1")
240
241
  ```
242
+ <!--End PulumiCodeChooser -->
241
243
 
242
244
  ## Import
243
245
 
@@ -263,12 +265,14 @@ class Account(pulumi.CustomResource):
263
265
 
264
266
  ## Example Usage
265
267
 
268
+ <!--Start PulumiCodeChooser -->
266
269
  ```python
267
270
  import pulumi
268
271
  import pulumi_aiven as aiven
269
272
 
270
- account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
273
+ account1 = aiven.Account("account1")
271
274
  ```
275
+ <!--End PulumiCodeChooser -->
272
276
 
273
277
  ## Import
274
278
 
@@ -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 -->
159
160
  ```python
160
161
  import pulumi
161
162
  import pulumi_aiven as aiven
162
163
 
163
- example_team = aiven.AccountTeam("example_team",
164
- account_id=accoun_t__resourc_e__name["accountId"],
165
- name="Example team")
164
+ example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
166
165
  ```
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 -->
195
196
  ```python
196
197
  import pulumi
197
198
  import pulumi_aiven as aiven
198
199
 
199
- example_team = aiven.AccountTeam("example_team",
200
- account_id=accoun_t__resourc_e__name["accountId"],
201
- name="Example team")
200
+ example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
202
201
  ```
202
+ <!--End PulumiCodeChooser -->
203
203
 
204
204
  ## Import
205
205
 
@@ -191,20 +191,22 @@ class AccountTeamMember(pulumi.CustomResource):
191
191
 
192
192
  ## Example Usage
193
193
 
194
+ <!--Start PulumiCodeChooser -->
194
195
  ```python
195
196
  import pulumi
196
197
  import pulumi_aiven as aiven
197
198
 
198
199
  main = aiven.AccountTeamMember("main",
199
- account_id=accoun_t__resourc_e__name["accountId"],
200
- team_id=tea_m__resourc_e__name["teamId"],
200
+ account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
201
+ team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["team_id"],
201
202
  user_email="user+1@example.com")
202
203
  ```
204
+ <!--End PulumiCodeChooser -->
203
205
 
204
206
  ## Import
205
207
 
206
208
  ```sh
207
- $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
209
+ $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo account_id/team_id/user_email
208
210
  ```
209
211
 
210
212
  :param str resource_name: The name of the resource.
@@ -233,20 +235,22 @@ class AccountTeamMember(pulumi.CustomResource):
233
235
 
234
236
  ## Example Usage
235
237
 
238
+ <!--Start PulumiCodeChooser -->
236
239
  ```python
237
240
  import pulumi
238
241
  import pulumi_aiven as aiven
239
242
 
240
243
  main = aiven.AccountTeamMember("main",
241
- account_id=accoun_t__resourc_e__name["accountId"],
242
- team_id=tea_m__resourc_e__name["teamId"],
244
+ account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
245
+ team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["team_id"],
243
246
  user_email="user+1@example.com")
244
247
  ```
248
+ <!--End PulumiCodeChooser -->
245
249
 
246
250
  ## Import
247
251
 
248
252
  ```sh
249
- $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
253
+ $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo account_id/team_id/user_email
250
254
  ```
251
255
 
252
256
  :param str resource_name: The name of the resource.
@@ -173,22 +173,22 @@ class AccountTeamProject(pulumi.CustomResource):
173
173
 
174
174
  ## Example Usage
175
175
 
176
+ <!--Start PulumiCodeChooser -->
176
177
  ```python
177
178
  import pulumi
178
179
  import pulumi_aiven as aiven
179
180
 
180
- example_project = aiven.Project("example_project",
181
+ example_project = aiven.Project("exampleProject",
181
182
  project="project-1",
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")
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"])
186
185
  main = aiven.AccountTeamProject("main",
187
- account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
186
+ account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
188
187
  team_id=example_team.team_id,
189
188
  project_name=example_project.project,
190
189
  team_type="admin")
191
190
  ```
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 -->
222
223
  ```python
223
224
  import pulumi
224
225
  import pulumi_aiven as aiven
225
226
 
226
- example_project = aiven.Project("example_project",
227
+ example_project = aiven.Project("exampleProject",
227
228
  project="project-1",
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")
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"])
232
231
  main = aiven.AccountTeamProject("main",
233
- account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
232
+ account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
234
233
  team_id=example_team.team_id,
235
234
  project_name=example_project.project,
236
235
  team_type="admin")
237
236
  ```
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: 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.
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.
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
- 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.
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.
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
- 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
+ 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.
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: 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.
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.
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
- 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.
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.
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
- 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
+ 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.
147
147
  """
148
148
  return pulumi.get(self, "service_name")
149
149
 
@@ -166,15 +166,17 @@ class AwsPrivatelink(pulumi.CustomResource):
166
166
 
167
167
  ## Example Usage
168
168
 
169
+ <!--Start PulumiCodeChooser -->
169
170
  ```python
170
171
  import pulumi
171
172
  import pulumi_aiven as aiven
172
173
 
173
174
  main = aiven.AwsPrivatelink("main",
174
- project=example_project["project"],
175
- service_name=example_kafka["serviceName"],
175
+ project=data["aiven_project"]["example_project"]["project"],
176
+ service_name=aiven_kafka["example_kafka"]["service_name"],
176
177
  principals=["arn:aws:iam::012345678901:user/mwf"])
177
178
  ```
179
+ <!--End PulumiCodeChooser -->
178
180
 
179
181
  ## Import
180
182
 
@@ -185,8 +187,8 @@ class AwsPrivatelink(pulumi.CustomResource):
185
187
  :param str resource_name: The name of the resource.
186
188
  :param pulumi.ResourceOptions opts: Options for the resource.
187
189
  :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.
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.
190
192
  """
191
193
  ...
192
194
  @overload
@@ -199,15 +201,17 @@ class AwsPrivatelink(pulumi.CustomResource):
199
201
 
200
202
  ## Example Usage
201
203
 
204
+ <!--Start PulumiCodeChooser -->
202
205
  ```python
203
206
  import pulumi
204
207
  import pulumi_aiven as aiven
205
208
 
206
209
  main = aiven.AwsPrivatelink("main",
207
- project=example_project["project"],
208
- service_name=example_kafka["serviceName"],
210
+ project=data["aiven_project"]["example_project"]["project"],
211
+ service_name=aiven_kafka["example_kafka"]["service_name"],
209
212
  principals=["arn:aws:iam::012345678901:user/mwf"])
210
213
  ```
214
+ <!--End PulumiCodeChooser -->
211
215
 
212
216
  ## Import
213
217
 
@@ -278,8 +282,8 @@ class AwsPrivatelink(pulumi.CustomResource):
278
282
  :param pulumi.Input[str] aws_service_id: AWS service ID.
279
283
  :param pulumi.Input[str] aws_service_name: AWS service name.
280
284
  :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.
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.
283
287
  """
284
288
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
285
289
 
@@ -320,7 +324,7 @@ class AwsPrivatelink(pulumi.CustomResource):
320
324
  @pulumi.getter
321
325
  def project(self) -> pulumi.Output[str]:
322
326
  """
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.
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.
324
328
  """
325
329
  return pulumi.get(self, "project")
326
330
 
@@ -328,7 +332,7 @@ class AwsPrivatelink(pulumi.CustomResource):
328
332
  @pulumi.getter(name="serviceName")
329
333
  def service_name(self) -> pulumi.Output[str]:
330
334
  """
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.
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.
332
336
  """
333
337
  return pulumi.get(self, "service_name")
334
338
 
@@ -214,20 +214,22 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
214
214
 
215
215
  ## Example Usage
216
216
 
217
+ <!--Start PulumiCodeChooser -->
217
218
  ```python
218
219
  import pulumi
219
220
  import pulumi_aiven as aiven
220
221
 
221
- example_vpc = aiven.ProjectVpc("example_vpc",
222
- project=example_project["project"],
222
+ example_vpc = aiven.ProjectVpc("exampleVpc",
223
+ project=data["aiven_project"]["example_project"]["project"],
223
224
  cloud_name="aws-us-east-2",
224
225
  network_cidr="192.168.1.0/24")
225
- aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
226
+ aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("awsToAivenPeering",
226
227
  vpc_id=example_vpc.id,
227
- aws_account_id=aws_id,
228
+ aws_account_id=var["aws_id"],
228
229
  aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
229
230
  aws_vpc_region="aws-us-east-2")
230
231
  ```
232
+ <!--End PulumiCodeChooser -->
231
233
 
232
234
  ## Import
233
235
 
@@ -253,20 +255,22 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
253
255
 
254
256
  ## Example Usage
255
257
 
258
+ <!--Start PulumiCodeChooser -->
256
259
  ```python
257
260
  import pulumi
258
261
  import pulumi_aiven as aiven
259
262
 
260
- example_vpc = aiven.ProjectVpc("example_vpc",
261
- project=example_project["project"],
263
+ example_vpc = aiven.ProjectVpc("exampleVpc",
264
+ project=data["aiven_project"]["example_project"]["project"],
262
265
  cloud_name="aws-us-east-2",
263
266
  network_cidr="192.168.1.0/24")
264
- aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("aws_to_aiven_peering",
267
+ aws_to_aiven_peering = aiven.AwsVpcPeeringConnection("awsToAivenPeering",
265
268
  vpc_id=example_vpc.id,
266
- aws_account_id=aws_id,
269
+ aws_account_id=var["aws_id"],
267
270
  aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
268
271
  aws_vpc_region="aws-us-east-2")
269
272
  ```
273
+ <!--End PulumiCodeChooser -->
270
274
 
271
275
  ## Import
272
276
 
@@ -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: 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.
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.
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
- 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.
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.
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
- 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
+ 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.
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: 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.
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.
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
- 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.
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.
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
- 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
+ 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.
155
155
  """
156
156
  return pulumi.get(self, "service_name")
157
157
 
@@ -198,15 +198,17 @@ class AzurePrivatelink(pulumi.CustomResource):
198
198
 
199
199
  ## Example Usage
200
200
 
201
+ <!--Start PulumiCodeChooser -->
201
202
  ```python
202
203
  import pulumi
203
204
  import pulumi_aiven as aiven
204
205
 
205
206
  main = aiven.AzurePrivatelink("main",
206
- project=example_project["project"],
207
- service_name=example_kafka["serviceName"],
207
+ project=data["aiven_project"]["example_project"]["project"],
208
+ service_name=aiven_kafka["example_kafka"]["service_name"],
208
209
  user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
209
210
  ```
211
+ <!--End PulumiCodeChooser -->
210
212
 
211
213
  ## Import
212
214
 
@@ -216,8 +218,8 @@ class AzurePrivatelink(pulumi.CustomResource):
216
218
 
217
219
  :param str resource_name: The name of the resource.
218
220
  :param pulumi.ResourceOptions opts: Options for 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.
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.
221
223
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
222
224
  """
223
225
  ...
@@ -231,15 +233,17 @@ class AzurePrivatelink(pulumi.CustomResource):
231
233
 
232
234
  ## Example Usage
233
235
 
236
+ <!--Start PulumiCodeChooser -->
234
237
  ```python
235
238
  import pulumi
236
239
  import pulumi_aiven as aiven
237
240
 
238
241
  main = aiven.AzurePrivatelink("main",
239
- project=example_project["project"],
240
- service_name=example_kafka["serviceName"],
242
+ project=data["aiven_project"]["example_project"]["project"],
243
+ service_name=aiven_kafka["example_kafka"]["service_name"],
241
244
  user_subscription_ids=["00000000-0000-0000-0000-000000000000"])
242
245
  ```
246
+ <!--End PulumiCodeChooser -->
243
247
 
244
248
  ## Import
245
249
 
@@ -314,8 +318,8 @@ class AzurePrivatelink(pulumi.CustomResource):
314
318
  :param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
315
319
  :param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
316
320
  :param pulumi.Input[str] message: Printable result of the Azure Private Link request.
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.
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.
319
323
  :param pulumi.Input[str] state: The state of the Private Link resource.
320
324
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
321
325
  """
@@ -360,7 +364,7 @@ class AzurePrivatelink(pulumi.CustomResource):
360
364
  @pulumi.getter
361
365
  def project(self) -> pulumi.Output[str]:
362
366
  """
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.
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.
364
368
  """
365
369
  return pulumi.get(self, "project")
366
370
 
@@ -368,7 +372,7 @@ class AzurePrivatelink(pulumi.CustomResource):
368
372
  @pulumi.getter(name="serviceName")
369
373
  def service_name(self) -> pulumi.Output[str]:
370
374
  """
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.
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.
372
376
  """
373
377
  return pulumi.get(self, "service_name")
374
378