pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.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 (117) hide show
  1. pulumi_aiven/__init__.py +19 -0
  2. pulumi_aiven/_inputs.py +232 -150
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team_member.py +2 -2
  5. pulumi_aiven/aws_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink.py +14 -14
  7. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  8. pulumi_aiven/billing_group.py +18 -16
  9. pulumi_aiven/cassandra.py +16 -44
  10. pulumi_aiven/cassandra_user.py +16 -16
  11. pulumi_aiven/clickhouse.py +16 -44
  12. pulumi_aiven/clickhouse_database.py +16 -43
  13. pulumi_aiven/clickhouse_grant.py +14 -14
  14. pulumi_aiven/clickhouse_role.py +18 -18
  15. pulumi_aiven/clickhouse_user.py +14 -14
  16. pulumi_aiven/connection_pool.py +16 -16
  17. pulumi_aiven/dragonfly.py +124 -263
  18. pulumi_aiven/flink.py +16 -16
  19. pulumi_aiven/flink_application.py +16 -16
  20. pulumi_aiven/flink_application_deployment.py +21 -21
  21. pulumi_aiven/flink_application_version.py +14 -14
  22. pulumi_aiven/gcp_privatelink.py +21 -21
  23. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  24. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  25. pulumi_aiven/get_aws_privatelink.py +6 -6
  26. pulumi_aiven/get_azure_privatelink.py +6 -6
  27. pulumi_aiven/get_billing_group.py +2 -2
  28. pulumi_aiven/get_cassanda.py +5 -18
  29. pulumi_aiven/get_cassandra.py +5 -18
  30. pulumi_aiven/get_cassandra_user.py +6 -6
  31. pulumi_aiven/get_clickhouse.py +5 -18
  32. pulumi_aiven/get_clickhouse_database.py +6 -6
  33. pulumi_aiven/get_clickhouse_user.py +6 -6
  34. pulumi_aiven/get_connection_pool.py +6 -6
  35. pulumi_aiven/get_dragonfly.py +27 -20
  36. pulumi_aiven/get_flink.py +4 -4
  37. pulumi_aiven/get_flink_application.py +6 -6
  38. pulumi_aiven/get_flink_application_version.py +6 -6
  39. pulumi_aiven/get_grafana.py +5 -18
  40. pulumi_aiven/get_kafka.py +13 -13
  41. pulumi_aiven/get_kafka_acl.py +6 -6
  42. pulumi_aiven/get_kafka_connect.py +5 -18
  43. pulumi_aiven/get_kafka_connector.py +6 -6
  44. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  45. pulumi_aiven/get_kafka_schema.py +6 -6
  46. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  48. pulumi_aiven/get_kafka_topic.py +16 -16
  49. pulumi_aiven/get_kafka_user.py +6 -6
  50. pulumi_aiven/get_m3_aggregator.py +5 -18
  51. pulumi_aiven/get_m3_db.py +5 -18
  52. pulumi_aiven/get_m3db_user.py +6 -6
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  54. pulumi_aiven/get_my_sql.py +5 -18
  55. pulumi_aiven/get_mysql_database.py +6 -6
  56. pulumi_aiven/get_mysql_user.py +6 -6
  57. pulumi_aiven/get_open_search.py +4 -4
  58. pulumi_aiven/get_open_search_acl_config.py +6 -6
  59. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  61. pulumi_aiven/get_opensearch_user.py +6 -6
  62. pulumi_aiven/get_organization_application_user.py +156 -0
  63. pulumi_aiven/get_pg.py +4 -4
  64. pulumi_aiven/get_pg_database.py +6 -6
  65. pulumi_aiven/get_pg_user.py +6 -6
  66. pulumi_aiven/get_project.py +17 -17
  67. pulumi_aiven/get_project_user.py +7 -7
  68. pulumi_aiven/get_redis.py +5 -18
  69. pulumi_aiven/get_redis_user.py +6 -6
  70. pulumi_aiven/get_service_integration.py +19 -29
  71. pulumi_aiven/grafana.py +78 -261
  72. pulumi_aiven/influx_db.py +21 -21
  73. pulumi_aiven/influxdb_database.py +21 -41
  74. pulumi_aiven/influxdb_user.py +21 -21
  75. pulumi_aiven/kafka.py +43 -43
  76. pulumi_aiven/kafka_acl.py +16 -16
  77. pulumi_aiven/kafka_connect.py +78 -261
  78. pulumi_aiven/kafka_connector.py +14 -14
  79. pulumi_aiven/kafka_mirror_maker.py +78 -261
  80. pulumi_aiven/kafka_schema.py +14 -14
  81. pulumi_aiven/kafka_schema_configuration.py +16 -16
  82. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  83. pulumi_aiven/kafka_topic.py +40 -60
  84. pulumi_aiven/kafka_user.py +16 -16
  85. pulumi_aiven/m3_aggregator.py +78 -261
  86. pulumi_aiven/m3_db.py +78 -261
  87. pulumi_aiven/m3db_user.py +14 -14
  88. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  89. pulumi_aiven/my_sql.py +78 -261
  90. pulumi_aiven/mysql_database.py +16 -36
  91. pulumi_aiven/mysql_user.py +16 -16
  92. pulumi_aiven/open_search.py +14 -14
  93. pulumi_aiven/open_search_acl_config.py +16 -20
  94. pulumi_aiven/open_search_acl_rule.py +16 -16
  95. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  96. pulumi_aiven/opensearch_user.py +16 -16
  97. pulumi_aiven/organization_application_user.py +323 -0
  98. pulumi_aiven/organization_application_user_token.py +742 -0
  99. pulumi_aiven/organization_group_project.py +20 -6
  100. pulumi_aiven/organization_user.py +2 -20
  101. pulumi_aiven/outputs.py +259 -266
  102. pulumi_aiven/pg.py +16 -16
  103. pulumi_aiven/pg_database.py +16 -36
  104. pulumi_aiven/pg_user.py +16 -16
  105. pulumi_aiven/project.py +71 -71
  106. pulumi_aiven/project_user.py +22 -22
  107. pulumi_aiven/project_vpc.py +7 -7
  108. pulumi_aiven/redis.py +78 -261
  109. pulumi_aiven/redis_user.py +16 -16
  110. pulumi_aiven/service_integration.py +54 -54
  111. pulumi_aiven/static_ip.py +7 -7
  112. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  113. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
  114. pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
  115. pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
  116. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
  117. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
@@ -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.
@@ -204,7 +204,7 @@ class AccountTeamMember(pulumi.CustomResource):
204
204
  ## Import
205
205
 
206
206
  ```sh
207
- $ 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
208
208
  ```
209
209
 
210
210
  :param str resource_name: The name of the resource.
@@ -246,7 +246,7 @@ class AccountTeamMember(pulumi.CustomResource):
246
246
  ## Import
247
247
 
248
248
  ```sh
249
- $ 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
250
250
  ```
251
251
 
252
252
  :param str resource_name: The name of the resource.
@@ -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
 
@@ -185,8 +185,8 @@ class AwsPrivatelink(pulumi.CustomResource):
185
185
  :param str resource_name: The name of the resource.
186
186
  :param pulumi.ResourceOptions opts: Options for the resource.
187
187
  :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
188
- :param pulumi.Input[str] project: 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.
189
- :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.
190
190
  """
191
191
  ...
192
192
  @overload
@@ -278,8 +278,8 @@ class AwsPrivatelink(pulumi.CustomResource):
278
278
  :param pulumi.Input[str] aws_service_id: AWS service ID.
279
279
  :param pulumi.Input[str] aws_service_name: AWS service name.
280
280
  :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
281
- :param pulumi.Input[str] project: 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.
282
- :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.
283
283
  """
284
284
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
285
285
 
@@ -320,7 +320,7 @@ class AwsPrivatelink(pulumi.CustomResource):
320
320
  @pulumi.getter
321
321
  def project(self) -> pulumi.Output[str]:
322
322
  """
323
- 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.
324
324
  """
325
325
  return pulumi.get(self, "project")
326
326
 
@@ -328,7 +328,7 @@ class AwsPrivatelink(pulumi.CustomResource):
328
328
  @pulumi.getter(name="serviceName")
329
329
  def service_name(self) -> pulumi.Output[str]:
330
330
  """
331
- 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.
332
332
  """
333
333
  return pulumi.get(self, "service_name")
334
334
 
@@ -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
 
@@ -216,8 +216,8 @@ class AzurePrivatelink(pulumi.CustomResource):
216
216
 
217
217
  :param str resource_name: The name of the resource.
218
218
  :param pulumi.ResourceOptions opts: Options for the resource.
219
- :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.
220
- :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.
221
221
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
222
222
  """
223
223
  ...
@@ -314,8 +314,8 @@ class AzurePrivatelink(pulumi.CustomResource):
314
314
  :param pulumi.Input[str] azure_service_alias: The Azure Private Link service alias.
315
315
  :param pulumi.Input[str] azure_service_id: The Azure Private Link service ID.
316
316
  :param pulumi.Input[str] message: Printable result of the Azure Private Link request.
317
- :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.
318
- :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.
319
319
  :param pulumi.Input[str] state: The state of the Private Link resource.
320
320
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_subscription_ids: A list of allowed subscription IDs. Maximum length: `16`.
321
321
  """
@@ -360,7 +360,7 @@ class AzurePrivatelink(pulumi.CustomResource):
360
360
  @pulumi.getter
361
361
  def project(self) -> pulumi.Output[str]:
362
362
  """
363
- 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.
364
364
  """
365
365
  return pulumi.get(self, "project")
366
366
 
@@ -368,7 +368,7 @@ class AzurePrivatelink(pulumi.CustomResource):
368
368
  @pulumi.getter(name="serviceName")
369
369
  def service_name(self) -> pulumi.Output[str]:
370
370
  """
371
- 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.
372
372
  """
373
373
  return pulumi.get(self, "service_name")
374
374
 
@@ -19,8 +19,8 @@ class AzurePrivatelinkConnectionApprovalArgs:
19
19
  endpoint_ip_address: Optional[pulumi.Input[str]] = None):
20
20
  """
21
21
  The set of arguments for constructing a AzurePrivatelinkConnectionApproval 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[str] endpoint_ip_address: IP address of Azure private endpoint.
25
25
  """
26
26
  pulumi.set(__self__, "project", project)
@@ -32,7 +32,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
32
32
  @pulumi.getter
33
33
  def project(self) -> pulumi.Input[str]:
34
34
  """
35
- 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
+ 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.
36
36
  """
37
37
  return pulumi.get(self, "project")
38
38
 
@@ -44,7 +44,7 @@ class AzurePrivatelinkConnectionApprovalArgs:
44
44
  @pulumi.getter(name="serviceName")
45
45
  def service_name(self) -> pulumi.Input[str]:
46
46
  """
47
- 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
+ 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.
48
48
  """
49
49
  return pulumi.get(self, "service_name")
50
50
 
@@ -77,8 +77,8 @@ class _AzurePrivatelinkConnectionApprovalState:
77
77
  Input properties used for looking up and filtering AzurePrivatelinkConnectionApproval resources.
78
78
  :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
79
79
  :param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
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
  :param pulumi.Input[str] state: The state of the Private Link connection.
83
83
  """
84
84
  if endpoint_ip_address is not None:
@@ -120,7 +120,7 @@ class _AzurePrivatelinkConnectionApprovalState:
120
120
  @pulumi.getter
121
121
  def project(self) -> Optional[pulumi.Input[str]]:
122
122
  """
123
- 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.
123
+ 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.
124
124
  """
125
125
  return pulumi.get(self, "project")
126
126
 
@@ -132,7 +132,7 @@ class _AzurePrivatelinkConnectionApprovalState:
132
132
  @pulumi.getter(name="serviceName")
133
133
  def service_name(self) -> Optional[pulumi.Input[str]]:
134
134
  """
135
- 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.
135
+ 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.
136
136
  """
137
137
  return pulumi.get(self, "service_name")
138
138
 
@@ -223,8 +223,8 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
223
223
  :param str resource_name: The name of the resource.
224
224
  :param pulumi.ResourceOptions opts: Options for the resource.
225
225
  :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
226
- :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.
227
- :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.
226
+ :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.
227
+ :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.
228
228
  """
229
229
  ...
230
230
  @overload
@@ -350,8 +350,8 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
350
350
  :param pulumi.ResourceOptions opts: Options for the resource.
351
351
  :param pulumi.Input[str] endpoint_ip_address: IP address of Azure private endpoint.
352
352
  :param pulumi.Input[str] privatelink_connection_id: The ID of the Private Link connection.
353
- :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.
354
- :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.
353
+ :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.
354
+ :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.
355
355
  :param pulumi.Input[str] state: The state of the Private Link connection.
356
356
  """
357
357
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -385,7 +385,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
385
385
  @pulumi.getter
386
386
  def project(self) -> pulumi.Output[str]:
387
387
  """
388
- 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.
388
+ 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.
389
389
  """
390
390
  return pulumi.get(self, "project")
391
391
 
@@ -393,7 +393,7 @@ class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
393
393
  @pulumi.getter(name="serviceName")
394
394
  def service_name(self) -> pulumi.Output[str]:
395
395
  """
396
- 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.
396
+ 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.
397
397
  """
398
398
  return pulumi.get(self, "service_name")
399
399
 
@@ -541,7 +541,7 @@ class BillingGroup(pulumi.CustomResource):
541
541
  zip_code: Optional[pulumi.Input[str]] = None,
542
542
  __props__=None):
543
543
  """
544
- Creates and manages billing groups and assigns them to projects.
544
+ Creates and manages [billing groups](https://aiven.io/docs/platform/concepts/billing-groups) and assigns them to projects.
545
545
 
546
546
  ## Example Usage
547
547
 
@@ -549,19 +549,20 @@ class BillingGroup(pulumi.CustomResource):
549
549
  import pulumi
550
550
  import pulumi_aiven as aiven
551
551
 
552
- bybg1 = aiven.BillingGroup("bybg1",
553
- name="bybg1",
552
+ example_billing_group = aiven.BillingGroup("example_billing_group",
553
+ name="example-billing-group",
554
554
  billing_currency="USD",
555
- vat_id="123ABC")
556
- pr1 = aiven.Project("pr1",
557
- project="pr1",
558
- billing_group=bybg1.id)
555
+ vat_id="123ABC",
556
+ parent_id=main["id"])
557
+ example_project = aiven.Project("example_project",
558
+ project="example-project",
559
+ billing_group=example_billing_group.id)
559
560
  ```
560
561
 
561
562
  ## Import
562
563
 
563
564
  ```sh
564
- $ pulumi import aiven:index/billingGroup:BillingGroup bybg1 id
565
+ $ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
565
566
  ```
566
567
 
567
568
  :param str resource_name: The name of the resource.
@@ -589,7 +590,7 @@ class BillingGroup(pulumi.CustomResource):
589
590
  args: Optional[BillingGroupArgs] = None,
590
591
  opts: Optional[pulumi.ResourceOptions] = None):
591
592
  """
592
- Creates and manages billing groups and assigns them to projects.
593
+ Creates and manages [billing groups](https://aiven.io/docs/platform/concepts/billing-groups) and assigns them to projects.
593
594
 
594
595
  ## Example Usage
595
596
 
@@ -597,19 +598,20 @@ class BillingGroup(pulumi.CustomResource):
597
598
  import pulumi
598
599
  import pulumi_aiven as aiven
599
600
 
600
- bybg1 = aiven.BillingGroup("bybg1",
601
- name="bybg1",
601
+ example_billing_group = aiven.BillingGroup("example_billing_group",
602
+ name="example-billing-group",
602
603
  billing_currency="USD",
603
- vat_id="123ABC")
604
- pr1 = aiven.Project("pr1",
605
- project="pr1",
606
- billing_group=bybg1.id)
604
+ vat_id="123ABC",
605
+ parent_id=main["id"])
606
+ example_project = aiven.Project("example_project",
607
+ project="example-project",
608
+ billing_group=example_billing_group.id)
607
609
  ```
608
610
 
609
611
  ## Import
610
612
 
611
613
  ```sh
612
- $ pulumi import aiven:index/billingGroup:BillingGroup bybg1 id
614
+ $ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
613
615
  ```
614
616
 
615
617
  :param str resource_name: The name of the resource.