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/project.py CHANGED
@@ -28,15 +28,15 @@ class ProjectArgs:
28
28
  use_source_project_billing_group: Optional[pulumi.Input[bool]] = None):
29
29
  """
30
30
  The set of arguments for constructing a Project resource.
31
- :param pulumi.Input[str] project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
32
- :param pulumi.Input[str] account_id: Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
31
+ :param pulumi.Input[str] project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
32
+ :param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
33
33
  :param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
34
- :param pulumi.Input[str] billing_group: The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
35
- :param pulumi.Input[str] copy_from_project: The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
36
- :param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
37
- :param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
34
+ :param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
35
+ :param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
36
+ :param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
37
+ :param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
38
38
  :param pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
39
- :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
39
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
40
40
  :param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
41
41
  """
42
42
  pulumi.set(__self__, "project", project)
@@ -72,7 +72,7 @@ class ProjectArgs:
72
72
  @pulumi.getter
73
73
  def project(self) -> pulumi.Input[str]:
74
74
  """
75
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
75
+ Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
76
76
  """
77
77
  return pulumi.get(self, "project")
78
78
 
@@ -84,7 +84,7 @@ class ProjectArgs:
84
84
  @pulumi.getter(name="accountId")
85
85
  def account_id(self) -> Optional[pulumi.Input[str]]:
86
86
  """
87
- Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
87
+ An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
88
88
  """
89
89
  warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
90
90
  pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
@@ -114,7 +114,7 @@ class ProjectArgs:
114
114
  @pulumi.getter(name="billingGroup")
115
115
  def billing_group(self) -> Optional[pulumi.Input[str]]:
116
116
  """
117
- The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
117
+ The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
118
118
  """
119
119
  return pulumi.get(self, "billing_group")
120
120
 
@@ -126,7 +126,7 @@ class ProjectArgs:
126
126
  @pulumi.getter(name="copyFromProject")
127
127
  def copy_from_project(self) -> Optional[pulumi.Input[str]]:
128
128
  """
129
- The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
129
+ is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
130
130
  """
131
131
  return pulumi.get(self, "copy_from_project")
132
132
 
@@ -138,7 +138,7 @@ class ProjectArgs:
138
138
  @pulumi.getter(name="defaultCloud")
139
139
  def default_cloud(self) -> Optional[pulumi.Input[str]]:
140
140
  """
141
- Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
141
+ Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
142
142
  """
143
143
  return pulumi.get(self, "default_cloud")
144
144
 
@@ -150,7 +150,7 @@ class ProjectArgs:
150
150
  @pulumi.getter(name="parentId")
151
151
  def parent_id(self) -> Optional[pulumi.Input[str]]:
152
152
  """
153
- Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
153
+ An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
154
154
  """
155
155
  return pulumi.get(self, "parent_id")
156
156
 
@@ -174,7 +174,7 @@ class ProjectArgs:
174
174
  @pulumi.getter(name="technicalEmails")
175
175
  def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
176
176
  """
177
- The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
177
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
178
178
  """
179
179
  return pulumi.get(self, "technical_emails")
180
180
 
@@ -217,19 +217,19 @@ class _ProjectState:
217
217
  use_source_project_billing_group: Optional[pulumi.Input[bool]] = None):
218
218
  """
219
219
  Input properties used for looking up and filtering Project resources.
220
- :param pulumi.Input[str] account_id: Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
220
+ :param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
221
221
  :param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
222
- :param pulumi.Input[str] available_credits: The number of trial or promotional credits remaining for this project.
223
- :param pulumi.Input[str] billing_group: The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
224
- :param pulumi.Input[str] ca_cert: The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
225
- :param pulumi.Input[str] copy_from_project: The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
226
- :param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
227
- :param pulumi.Input[str] estimated_balance: The monthly running estimate for this project for the current billing period.
228
- :param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
229
- :param pulumi.Input[str] payment_method: The payment type used for this project. For example,`card`.
230
- :param pulumi.Input[str] project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
222
+ :param pulumi.Input[str] available_credits: The amount of platform credits available to the project. This could be your free trial or other promotional credits.
223
+ :param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
224
+ :param pulumi.Input[str] ca_cert: The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
225
+ :param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
226
+ :param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
227
+ :param pulumi.Input[str] estimated_balance: The current accumulated bill for this project in the current billing period.
228
+ :param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
229
+ :param pulumi.Input[str] payment_method: The method of invoicing used for payments for this project, e.g. `card`.
230
+ :param pulumi.Input[str] project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
231
231
  :param pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
232
- :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
232
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
233
233
  :param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
234
234
  """
235
235
  if account_id is not None:
@@ -274,7 +274,7 @@ class _ProjectState:
274
274
  @pulumi.getter(name="accountId")
275
275
  def account_id(self) -> Optional[pulumi.Input[str]]:
276
276
  """
277
- Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
277
+ An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
278
278
  """
279
279
  warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
280
280
  pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
@@ -304,7 +304,7 @@ class _ProjectState:
304
304
  @pulumi.getter(name="availableCredits")
305
305
  def available_credits(self) -> Optional[pulumi.Input[str]]:
306
306
  """
307
- The number of trial or promotional credits remaining for this project.
307
+ The amount of platform credits available to the project. This could be your free trial or other promotional credits.
308
308
  """
309
309
  return pulumi.get(self, "available_credits")
310
310
 
@@ -316,7 +316,7 @@ class _ProjectState:
316
316
  @pulumi.getter(name="billingGroup")
317
317
  def billing_group(self) -> Optional[pulumi.Input[str]]:
318
318
  """
319
- The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
319
+ The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
320
320
  """
321
321
  return pulumi.get(self, "billing_group")
322
322
 
@@ -328,7 +328,7 @@ class _ProjectState:
328
328
  @pulumi.getter(name="caCert")
329
329
  def ca_cert(self) -> Optional[pulumi.Input[str]]:
330
330
  """
331
- The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
331
+ The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
332
332
  """
333
333
  return pulumi.get(self, "ca_cert")
334
334
 
@@ -340,7 +340,7 @@ class _ProjectState:
340
340
  @pulumi.getter(name="copyFromProject")
341
341
  def copy_from_project(self) -> Optional[pulumi.Input[str]]:
342
342
  """
343
- The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
343
+ is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
344
344
  """
345
345
  return pulumi.get(self, "copy_from_project")
346
346
 
@@ -352,7 +352,7 @@ class _ProjectState:
352
352
  @pulumi.getter(name="defaultCloud")
353
353
  def default_cloud(self) -> Optional[pulumi.Input[str]]:
354
354
  """
355
- Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
355
+ Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
356
356
  """
357
357
  return pulumi.get(self, "default_cloud")
358
358
 
@@ -364,7 +364,7 @@ class _ProjectState:
364
364
  @pulumi.getter(name="estimatedBalance")
365
365
  def estimated_balance(self) -> Optional[pulumi.Input[str]]:
366
366
  """
367
- The monthly running estimate for this project for the current billing period.
367
+ The current accumulated bill for this project in the current billing period.
368
368
  """
369
369
  return pulumi.get(self, "estimated_balance")
370
370
 
@@ -376,7 +376,7 @@ class _ProjectState:
376
376
  @pulumi.getter(name="parentId")
377
377
  def parent_id(self) -> Optional[pulumi.Input[str]]:
378
378
  """
379
- Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
379
+ An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
380
380
  """
381
381
  return pulumi.get(self, "parent_id")
382
382
 
@@ -388,7 +388,7 @@ class _ProjectState:
388
388
  @pulumi.getter(name="paymentMethod")
389
389
  def payment_method(self) -> Optional[pulumi.Input[str]]:
390
390
  """
391
- The payment type used for this project. For example,`card`.
391
+ The method of invoicing used for payments for this project, e.g. `card`.
392
392
  """
393
393
  return pulumi.get(self, "payment_method")
394
394
 
@@ -400,7 +400,7 @@ class _ProjectState:
400
400
  @pulumi.getter
401
401
  def project(self) -> Optional[pulumi.Input[str]]:
402
402
  """
403
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
403
+ Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
404
404
  """
405
405
  return pulumi.get(self, "project")
406
406
 
@@ -424,7 +424,7 @@ class _ProjectState:
424
424
  @pulumi.getter(name="technicalEmails")
425
425
  def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
426
426
  """
427
- The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
427
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
428
428
  """
429
429
  return pulumi.get(self, "technical_emails")
430
430
 
@@ -465,36 +465,38 @@ class Project(pulumi.CustomResource):
465
465
  use_source_project_billing_group: Optional[pulumi.Input[bool]] = None,
466
466
  __props__=None):
467
467
  """
468
- Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/projects_accounts_access#projects).
468
+ The Project resource allows the creation and management of Aiven Projects.
469
469
 
470
470
  ## Example Usage
471
471
 
472
+ <!--Start PulumiCodeChooser -->
472
473
  ```python
473
474
  import pulumi
474
475
  import pulumi_aiven as aiven
475
476
 
476
- example_project = aiven.Project("example_project",
477
- project="example-project",
478
- parent_id=main["id"])
477
+ example_project = aiven.Project("exampleProject",
478
+ project="Example project",
479
+ parent_id=aiven_organization["main"]["id"])
479
480
  ```
481
+ <!--End PulumiCodeChooser -->
480
482
 
481
483
  ## Import
482
484
 
483
485
  ```sh
484
- $ pulumi import aiven:index/project:Project example_project PROJECT
486
+ $ pulumi import aiven:index/project:Project myproject project
485
487
  ```
486
488
 
487
489
  :param str resource_name: The name of the resource.
488
490
  :param pulumi.ResourceOptions opts: Options for the resource.
489
- :param pulumi.Input[str] account_id: Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
491
+ :param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
490
492
  :param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
491
- :param pulumi.Input[str] billing_group: The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
492
- :param pulumi.Input[str] copy_from_project: The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
493
- :param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
494
- :param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
495
- :param pulumi.Input[str] project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
493
+ :param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
494
+ :param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
495
+ :param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
496
+ :param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
497
+ :param pulumi.Input[str] project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
496
498
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProjectTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize projects.
497
- :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
499
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
498
500
  :param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
499
501
  """
500
502
  ...
@@ -504,23 +506,25 @@ class Project(pulumi.CustomResource):
504
506
  args: ProjectArgs,
505
507
  opts: Optional[pulumi.ResourceOptions] = None):
506
508
  """
507
- Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/projects_accounts_access#projects).
509
+ The Project resource allows the creation and management of Aiven Projects.
508
510
 
509
511
  ## Example Usage
510
512
 
513
+ <!--Start PulumiCodeChooser -->
511
514
  ```python
512
515
  import pulumi
513
516
  import pulumi_aiven as aiven
514
517
 
515
- example_project = aiven.Project("example_project",
516
- project="example-project",
517
- parent_id=main["id"])
518
+ example_project = aiven.Project("exampleProject",
519
+ project="Example project",
520
+ parent_id=aiven_organization["main"]["id"])
518
521
  ```
522
+ <!--End PulumiCodeChooser -->
519
523
 
520
524
  ## Import
521
525
 
522
526
  ```sh
523
- $ pulumi import aiven:index/project:Project example_project PROJECT
527
+ $ pulumi import aiven:index/project:Project myproject project
524
528
  ```
525
529
 
526
530
  :param str resource_name: The name of the resource.
@@ -606,19 +610,19 @@ class Project(pulumi.CustomResource):
606
610
  :param str resource_name: The unique name of the resulting resource.
607
611
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
608
612
  :param pulumi.ResourceOptions opts: Options for the resource.
609
- :param pulumi.Input[str] account_id: Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
613
+ :param pulumi.Input[str] account_id: An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
610
614
  :param pulumi.Input[bool] add_account_owners_admin_access: If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
611
- :param pulumi.Input[str] available_credits: The number of trial or promotional credits remaining for this project.
612
- :param pulumi.Input[str] billing_group: The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
613
- :param pulumi.Input[str] ca_cert: The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
614
- :param pulumi.Input[str] copy_from_project: The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
615
- :param pulumi.Input[str] default_cloud: Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
616
- :param pulumi.Input[str] estimated_balance: The monthly running estimate for this project for the current billing period.
617
- :param pulumi.Input[str] parent_id: Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
618
- :param pulumi.Input[str] payment_method: The payment type used for this project. For example,`card`.
619
- :param pulumi.Input[str] project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
615
+ :param pulumi.Input[str] available_credits: The amount of platform credits available to the project. This could be your free trial or other promotional credits.
616
+ :param pulumi.Input[str] billing_group: The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
617
+ :param pulumi.Input[str] ca_cert: The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
618
+ :param pulumi.Input[str] copy_from_project: is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
619
+ :param pulumi.Input[str] default_cloud: Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
620
+ :param pulumi.Input[str] estimated_balance: The current accumulated bill for this project in the current billing period.
621
+ :param pulumi.Input[str] parent_id: An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
622
+ :param pulumi.Input[str] payment_method: The method of invoicing used for payments for this project, e.g. `card`.
623
+ :param pulumi.Input[str] project: Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
620
624
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProjectTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize projects.
621
- :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
625
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] technical_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
622
626
  :param pulumi.Input[bool] use_source_project_billing_group: Use the same billing group that is used in source project.
623
627
  """
624
628
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -645,7 +649,7 @@ class Project(pulumi.CustomResource):
645
649
  @pulumi.getter(name="accountId")
646
650
  def account_id(self) -> pulumi.Output[Optional[str]]:
647
651
  """
648
- Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
652
+ An optional property to link a project to an already existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
649
653
  """
650
654
  warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
651
655
  pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
@@ -667,7 +671,7 @@ class Project(pulumi.CustomResource):
667
671
  @pulumi.getter(name="availableCredits")
668
672
  def available_credits(self) -> pulumi.Output[str]:
669
673
  """
670
- The number of trial or promotional credits remaining for this project.
674
+ The amount of platform credits available to the project. This could be your free trial or other promotional credits.
671
675
  """
672
676
  return pulumi.get(self, "available_credits")
673
677
 
@@ -675,7 +679,7 @@ class Project(pulumi.CustomResource):
675
679
  @pulumi.getter(name="billingGroup")
676
680
  def billing_group(self) -> pulumi.Output[Optional[str]]:
677
681
  """
678
- The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
682
+ The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
679
683
  """
680
684
  return pulumi.get(self, "billing_group")
681
685
 
@@ -683,7 +687,7 @@ class Project(pulumi.CustomResource):
683
687
  @pulumi.getter(name="caCert")
684
688
  def ca_cert(self) -> pulumi.Output[str]:
685
689
  """
686
- The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
690
+ The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
687
691
  """
688
692
  return pulumi.get(self, "ca_cert")
689
693
 
@@ -691,7 +695,7 @@ class Project(pulumi.CustomResource):
691
695
  @pulumi.getter(name="copyFromProject")
692
696
  def copy_from_project(self) -> pulumi.Output[Optional[str]]:
693
697
  """
694
- The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
698
+ is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
695
699
  """
696
700
  return pulumi.get(self, "copy_from_project")
697
701
 
@@ -699,7 +703,7 @@ class Project(pulumi.CustomResource):
699
703
  @pulumi.getter(name="defaultCloud")
700
704
  def default_cloud(self) -> pulumi.Output[Optional[str]]:
701
705
  """
702
- Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
706
+ Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
703
707
  """
704
708
  return pulumi.get(self, "default_cloud")
705
709
 
@@ -707,7 +711,7 @@ class Project(pulumi.CustomResource):
707
711
  @pulumi.getter(name="estimatedBalance")
708
712
  def estimated_balance(self) -> pulumi.Output[str]:
709
713
  """
710
- The monthly running estimate for this project for the current billing period.
714
+ The current accumulated bill for this project in the current billing period.
711
715
  """
712
716
  return pulumi.get(self, "estimated_balance")
713
717
 
@@ -715,7 +719,7 @@ class Project(pulumi.CustomResource):
715
719
  @pulumi.getter(name="parentId")
716
720
  def parent_id(self) -> pulumi.Output[Optional[str]]:
717
721
  """
718
- Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
722
+ An optional property to link a project to an already existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
719
723
  """
720
724
  return pulumi.get(self, "parent_id")
721
725
 
@@ -723,7 +727,7 @@ class Project(pulumi.CustomResource):
723
727
  @pulumi.getter(name="paymentMethod")
724
728
  def payment_method(self) -> pulumi.Output[str]:
725
729
  """
726
- The payment type used for this project. For example,`card`.
730
+ The method of invoicing used for payments for this project, e.g. `card`.
727
731
  """
728
732
  return pulumi.get(self, "payment_method")
729
733
 
@@ -731,7 +735,7 @@ class Project(pulumi.CustomResource):
731
735
  @pulumi.getter
732
736
  def project(self) -> pulumi.Output[str]:
733
737
  """
734
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
738
+ Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
735
739
  """
736
740
  return pulumi.get(self, "project")
737
741
 
@@ -747,7 +751,7 @@ class Project(pulumi.CustomResource):
747
751
  @pulumi.getter(name="technicalEmails")
748
752
  def technical_emails(self) -> pulumi.Output[Optional[Sequence[str]]]:
749
753
  """
750
- The email addresses for [project contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
754
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is a good practice to keep this up-to-date to be aware of any potential issues with your project.
751
755
  """
752
756
  return pulumi.get(self, "technical_emails")
753
757