pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.0a1753397358__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 (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +10713 -10714
  3. pulumi_aiven/account.py +89 -90
  4. pulumi_aiven/account_authentication.py +253 -254
  5. pulumi_aiven/account_team.py +62 -63
  6. pulumi_aiven/account_team_member.py +79 -80
  7. pulumi_aiven/account_team_project.py +69 -70
  8. pulumi_aiven/alloydbomni.py +319 -320
  9. pulumi_aiven/alloydbomni_database.py +86 -87
  10. pulumi_aiven/alloydbomni_user.py +113 -114
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
  12. pulumi_aiven/aws_privatelink.py +70 -71
  13. pulumi_aiven/aws_vpc_peering_connection.py +96 -97
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
  15. pulumi_aiven/azure_privatelink.py +88 -89
  16. pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
  17. pulumi_aiven/azure_vpc_peering_connection.py +130 -131
  18. pulumi_aiven/billing_group.py +256 -257
  19. pulumi_aiven/cassandra.py +302 -303
  20. pulumi_aiven/cassandra_user.py +96 -97
  21. pulumi_aiven/clickhouse.py +302 -303
  22. pulumi_aiven/clickhouse_database.py +65 -66
  23. pulumi_aiven/clickhouse_grant.py +75 -76
  24. pulumi_aiven/clickhouse_role.py +52 -53
  25. pulumi_aiven/clickhouse_user.py +79 -80
  26. pulumi_aiven/config/__init__.py +1 -1
  27. pulumi_aiven/config/__init__.pyi +1 -2
  28. pulumi_aiven/config/vars.py +2 -3
  29. pulumi_aiven/connection_pool.py +129 -130
  30. pulumi_aiven/dragonfly.py +302 -303
  31. pulumi_aiven/flink.py +302 -303
  32. pulumi_aiven/flink_application.py +97 -98
  33. pulumi_aiven/flink_application_deployment.py +138 -139
  34. pulumi_aiven/flink_application_version.py +117 -118
  35. pulumi_aiven/flink_jar_application.py +101 -102
  36. pulumi_aiven/flink_jar_application_deployment.py +217 -218
  37. pulumi_aiven/flink_jar_application_version.py +116 -117
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
  39. pulumi_aiven/gcp_privatelink.py +62 -63
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
  41. pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
  42. pulumi_aiven/get_account.py +23 -24
  43. pulumi_aiven/get_account_authentication.py +46 -47
  44. pulumi_aiven/get_account_team.py +21 -22
  45. pulumi_aiven/get_account_team_member.py +27 -28
  46. pulumi_aiven/get_account_team_project.py +23 -24
  47. pulumi_aiven/get_alloydbomni.py +63 -64
  48. pulumi_aiven/get_alloydbomni_database.py +25 -26
  49. pulumi_aiven/get_alloydbomni_user.py +31 -32
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
  51. pulumi_aiven/get_aws_privatelink.py +21 -22
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
  54. pulumi_aiven/get_azure_privatelink.py +25 -26
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
  56. pulumi_aiven/get_billing_group.py +39 -40
  57. pulumi_aiven/get_cassanda.py +61 -62
  58. pulumi_aiven/get_cassandra.py +61 -62
  59. pulumi_aiven/get_cassandra_user.py +29 -30
  60. pulumi_aiven/get_clickhouse.py +61 -62
  61. pulumi_aiven/get_clickhouse_database.py +23 -24
  62. pulumi_aiven/get_clickhouse_user.py +27 -28
  63. pulumi_aiven/get_connection_pool.py +31 -32
  64. pulumi_aiven/get_dragonfly.py +61 -62
  65. pulumi_aiven/get_external_identity.py +27 -28
  66. pulumi_aiven/get_flink.py +61 -62
  67. pulumi_aiven/get_flink_application.py +31 -32
  68. pulumi_aiven/get_flink_application_version.py +39 -40
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
  70. pulumi_aiven/get_gcp_privatelink.py +21 -22
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
  72. pulumi_aiven/get_grafana.py +61 -62
  73. pulumi_aiven/get_influx_db.py +57 -58
  74. pulumi_aiven/get_influxdb_database.py +17 -18
  75. pulumi_aiven/get_influxdb_user.py +23 -24
  76. pulumi_aiven/get_kafka.py +65 -66
  77. pulumi_aiven/get_kafka_acl.py +35 -36
  78. pulumi_aiven/get_kafka_connect.py +60 -61
  79. pulumi_aiven/get_kafka_connector.py +36 -37
  80. pulumi_aiven/get_kafka_mirror_maker.py +60 -61
  81. pulumi_aiven/get_kafka_schema.py +29 -30
  82. pulumi_aiven/get_kafka_schema_configuration.py +25 -26
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
  84. pulumi_aiven/get_kafka_topic.py +33 -34
  85. pulumi_aiven/get_kafka_user.py +29 -30
  86. pulumi_aiven/get_m3_aggregator.py +61 -62
  87. pulumi_aiven/get_m3_db.py +61 -62
  88. pulumi_aiven/get_m3db_user.py +25 -26
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
  90. pulumi_aiven/get_my_sql.py +61 -62
  91. pulumi_aiven/get_mysql_database.py +23 -24
  92. pulumi_aiven/get_mysql_user.py +31 -32
  93. pulumi_aiven/get_open_search.py +61 -62
  94. pulumi_aiven/get_open_search_acl_config.py +19 -20
  95. pulumi_aiven/get_open_search_acl_rule.py +33 -34
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
  97. pulumi_aiven/get_opensearch_user.py +25 -26
  98. pulumi_aiven/get_organization.py +20 -21
  99. pulumi_aiven/get_organization_address.py +32 -33
  100. pulumi_aiven/get_organization_application_user.py +21 -22
  101. pulumi_aiven/get_organization_billing_group.py +34 -35
  102. pulumi_aiven/get_organization_billing_group_list.py +11 -12
  103. pulumi_aiven/get_organization_project.py +27 -28
  104. pulumi_aiven/get_organization_user.py +23 -24
  105. pulumi_aiven/get_organization_user_group.py +23 -24
  106. pulumi_aiven/get_organization_user_list.py +14 -15
  107. pulumi_aiven/get_organization_vpc.py +25 -26
  108. pulumi_aiven/get_organizational_unit.py +17 -18
  109. pulumi_aiven/get_pg.py +61 -62
  110. pulumi_aiven/get_pg_database.py +27 -28
  111. pulumi_aiven/get_pg_user.py +31 -32
  112. pulumi_aiven/get_project.py +34 -35
  113. pulumi_aiven/get_project_user.py +19 -20
  114. pulumi_aiven/get_project_vpc.py +25 -26
  115. pulumi_aiven/get_redis.py +61 -62
  116. pulumi_aiven/get_redis_user.py +33 -34
  117. pulumi_aiven/get_service_component.py +51 -52
  118. pulumi_aiven/get_service_integration.py +52 -53
  119. pulumi_aiven/get_service_integration_endpoint.py +38 -39
  120. pulumi_aiven/get_thanos.py +61 -62
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
  122. pulumi_aiven/get_valkey.py +61 -62
  123. pulumi_aiven/get_valkey_user.py +33 -34
  124. pulumi_aiven/governance_access.py +84 -85
  125. pulumi_aiven/grafana.py +302 -303
  126. pulumi_aiven/influx_db.py +302 -303
  127. pulumi_aiven/influxdb_database.py +65 -66
  128. pulumi_aiven/influxdb_user.py +96 -97
  129. pulumi_aiven/kafka.py +336 -337
  130. pulumi_aiven/kafka_acl.py +95 -96
  131. pulumi_aiven/kafka_connect.py +299 -300
  132. pulumi_aiven/kafka_connector.py +125 -126
  133. pulumi_aiven/kafka_mirror_maker.py +299 -300
  134. pulumi_aiven/kafka_native_acl.py +154 -155
  135. pulumi_aiven/kafka_quota.py +120 -121
  136. pulumi_aiven/kafka_schema.py +112 -113
  137. pulumi_aiven/kafka_schema_configuration.py +52 -53
  138. pulumi_aiven/kafka_schema_registry_acl.py +95 -96
  139. pulumi_aiven/kafka_topic.py +139 -140
  140. pulumi_aiven/kafka_user.py +96 -97
  141. pulumi_aiven/m3_aggregator.py +302 -303
  142. pulumi_aiven/m3_db.py +302 -303
  143. pulumi_aiven/m3db_user.py +78 -79
  144. pulumi_aiven/mirror_maker_replication_flow.py +273 -274
  145. pulumi_aiven/my_sql.py +302 -303
  146. pulumi_aiven/mysql_database.py +65 -66
  147. pulumi_aiven/mysql_user.py +113 -114
  148. pulumi_aiven/open_search.py +302 -303
  149. pulumi_aiven/open_search_acl_config.py +69 -70
  150. pulumi_aiven/open_search_acl_rule.py +86 -87
  151. pulumi_aiven/opensearch_security_plugin_config.py +79 -80
  152. pulumi_aiven/opensearch_user.py +78 -79
  153. pulumi_aiven/organization.py +48 -49
  154. pulumi_aiven/organization_address.py +150 -151
  155. pulumi_aiven/organization_application_user.py +70 -71
  156. pulumi_aiven/organization_application_user_token.py +210 -211
  157. pulumi_aiven/organization_billing_group.py +183 -184
  158. pulumi_aiven/organization_group_project.py +55 -56
  159. pulumi_aiven/organization_permission.py +55 -56
  160. pulumi_aiven/organization_project.py +118 -119
  161. pulumi_aiven/organization_user.py +71 -72
  162. pulumi_aiven/organization_user_group.py +79 -80
  163. pulumi_aiven/organization_user_group_member.py +64 -65
  164. pulumi_aiven/organization_vpc.py +88 -89
  165. pulumi_aiven/organizational_unit.py +62 -63
  166. pulumi_aiven/outputs.py +14260 -14261
  167. pulumi_aiven/pg.py +302 -303
  168. pulumi_aiven/pg_database.py +99 -100
  169. pulumi_aiven/pg_user.py +113 -114
  170. pulumi_aiven/project.py +193 -194
  171. pulumi_aiven/project_user.py +61 -62
  172. pulumi_aiven/project_vpc.py +61 -62
  173. pulumi_aiven/provider.py +12 -13
  174. pulumi_aiven/pulumi-plugin.json +1 -1
  175. pulumi_aiven/redis.py +302 -303
  176. pulumi_aiven/redis_user.py +146 -147
  177. pulumi_aiven/service_integration.py +191 -192
  178. pulumi_aiven/service_integration_endpoint.py +118 -119
  179. pulumi_aiven/static_ip.py +71 -72
  180. pulumi_aiven/thanos.py +302 -303
  181. pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
  182. pulumi_aiven/valkey.py +302 -303
  183. pulumi_aiven/valkey_user.py +146 -147
  184. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0a1753397358.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/top_level.txt +0 -0
pulumi_aiven/project.py CHANGED
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -22,28 +21,28 @@ __all__ = ['ProjectArgs', 'Project']
22
21
  @pulumi.input_type
23
22
  class ProjectArgs:
24
23
  def __init__(__self__, *,
25
- project: pulumi.Input[builtins.str],
26
- account_id: Optional[pulumi.Input[builtins.str]] = None,
27
- add_account_owners_admin_access: Optional[pulumi.Input[builtins.bool]] = None,
28
- billing_group: Optional[pulumi.Input[builtins.str]] = None,
29
- copy_from_project: Optional[pulumi.Input[builtins.str]] = None,
30
- default_cloud: Optional[pulumi.Input[builtins.str]] = None,
31
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
24
+ project: pulumi.Input[_builtins.str],
25
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
26
+ add_account_owners_admin_access: Optional[pulumi.Input[_builtins.bool]] = None,
27
+ billing_group: Optional[pulumi.Input[_builtins.str]] = None,
28
+ copy_from_project: Optional[pulumi.Input[_builtins.str]] = None,
29
+ default_cloud: Optional[pulumi.Input[_builtins.str]] = None,
30
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
32
31
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]]] = None,
33
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
34
- use_source_project_billing_group: Optional[pulumi.Input[builtins.bool]] = None):
32
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
33
+ use_source_project_billing_group: Optional[pulumi.Input[_builtins.bool]] = None):
35
34
  """
36
35
  The set of arguments for constructing a Project resource.
37
- :param pulumi.Input[builtins.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.
38
- :param pulumi.Input[builtins.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.
39
- :param pulumi.Input[builtins.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`.
40
- :param pulumi.Input[builtins.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.
41
- :param pulumi.Input[builtins.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.
42
- :param pulumi.Input[builtins.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.
43
- :param pulumi.Input[builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
36
+ :param pulumi.Input[_builtins.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.
37
+ :param pulumi.Input[_builtins.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.
38
+ :param pulumi.Input[_builtins.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`.
39
+ :param pulumi.Input[_builtins.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.
40
+ :param pulumi.Input[_builtins.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.
41
+ :param pulumi.Input[_builtins.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.
42
+ :param pulumi.Input[_builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
44
43
  :param pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
45
- :param pulumi.Input[Sequence[pulumi.Input[builtins.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.
46
- :param pulumi.Input[builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
44
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.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.
45
+ :param pulumi.Input[_builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
47
46
  """
48
47
  pulumi.set(__self__, "project", project)
49
48
  if account_id is not None:
@@ -74,93 +73,93 @@ class ProjectArgs:
74
73
  if use_source_project_billing_group is not None:
75
74
  pulumi.set(__self__, "use_source_project_billing_group", use_source_project_billing_group)
76
75
 
77
- @property
76
+ @_builtins.property
78
77
  @pulumi.getter
79
- def project(self) -> pulumi.Input[builtins.str]:
78
+ def project(self) -> pulumi.Input[_builtins.str]:
80
79
  """
81
80
  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.
82
81
  """
83
82
  return pulumi.get(self, "project")
84
83
 
85
84
  @project.setter
86
- def project(self, value: pulumi.Input[builtins.str]):
85
+ def project(self, value: pulumi.Input[_builtins.str]):
87
86
  pulumi.set(self, "project", value)
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter(name="accountId")
91
90
  @_utilities.deprecated("""Use parent_id instead. This field will be removed in the next major release.""")
92
- def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
91
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
93
92
  """
94
93
  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.
95
94
  """
96
95
  return pulumi.get(self, "account_id")
97
96
 
98
97
  @account_id.setter
99
- def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
98
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
100
99
  pulumi.set(self, "account_id", value)
101
100
 
102
- @property
101
+ @_builtins.property
103
102
  @pulumi.getter(name="addAccountOwnersAdminAccess")
104
103
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Currently, it will always be set to true, regardless of the value set in the manifest.""")
105
- def add_account_owners_admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
104
+ def add_account_owners_admin_access(self) -> Optional[pulumi.Input[_builtins.bool]]:
106
105
  """
107
106
  If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
108
107
  """
109
108
  return pulumi.get(self, "add_account_owners_admin_access")
110
109
 
111
110
  @add_account_owners_admin_access.setter
112
- def add_account_owners_admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
111
+ def add_account_owners_admin_access(self, value: Optional[pulumi.Input[_builtins.bool]]):
113
112
  pulumi.set(self, "add_account_owners_admin_access", value)
114
113
 
115
- @property
114
+ @_builtins.property
116
115
  @pulumi.getter(name="billingGroup")
117
- def billing_group(self) -> Optional[pulumi.Input[builtins.str]]:
116
+ def billing_group(self) -> Optional[pulumi.Input[_builtins.str]]:
118
117
  """
119
118
  The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
120
119
  """
121
120
  return pulumi.get(self, "billing_group")
122
121
 
123
122
  @billing_group.setter
124
- def billing_group(self, value: Optional[pulumi.Input[builtins.str]]):
123
+ def billing_group(self, value: Optional[pulumi.Input[_builtins.str]]):
125
124
  pulumi.set(self, "billing_group", value)
126
125
 
127
- @property
126
+ @_builtins.property
128
127
  @pulumi.getter(name="copyFromProject")
129
- def copy_from_project(self) -> Optional[pulumi.Input[builtins.str]]:
128
+ def copy_from_project(self) -> Optional[pulumi.Input[_builtins.str]]:
130
129
  """
131
130
  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.
132
131
  """
133
132
  return pulumi.get(self, "copy_from_project")
134
133
 
135
134
  @copy_from_project.setter
136
- def copy_from_project(self, value: Optional[pulumi.Input[builtins.str]]):
135
+ def copy_from_project(self, value: Optional[pulumi.Input[_builtins.str]]):
137
136
  pulumi.set(self, "copy_from_project", value)
138
137
 
139
- @property
138
+ @_builtins.property
140
139
  @pulumi.getter(name="defaultCloud")
141
- def default_cloud(self) -> Optional[pulumi.Input[builtins.str]]:
140
+ def default_cloud(self) -> Optional[pulumi.Input[_builtins.str]]:
142
141
  """
143
142
  Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
144
143
  """
145
144
  return pulumi.get(self, "default_cloud")
146
145
 
147
146
  @default_cloud.setter
148
- def default_cloud(self, value: Optional[pulumi.Input[builtins.str]]):
147
+ def default_cloud(self, value: Optional[pulumi.Input[_builtins.str]]):
149
148
  pulumi.set(self, "default_cloud", value)
150
149
 
151
- @property
150
+ @_builtins.property
152
151
  @pulumi.getter(name="parentId")
153
- def parent_id(self) -> Optional[pulumi.Input[builtins.str]]:
152
+ def parent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
154
153
  """
155
154
  Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
156
155
  """
157
156
  return pulumi.get(self, "parent_id")
158
157
 
159
158
  @parent_id.setter
160
- def parent_id(self, value: Optional[pulumi.Input[builtins.str]]):
159
+ def parent_id(self, value: Optional[pulumi.Input[_builtins.str]]):
161
160
  pulumi.set(self, "parent_id", value)
162
161
 
163
- @property
162
+ @_builtins.property
164
163
  @pulumi.getter
165
164
  def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]]]:
166
165
  """
@@ -172,65 +171,65 @@ class ProjectArgs:
172
171
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]]]):
173
172
  pulumi.set(self, "tags", value)
174
173
 
175
- @property
174
+ @_builtins.property
176
175
  @pulumi.getter(name="technicalEmails")
177
- def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
176
+ def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
178
177
  """
179
178
  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.
180
179
  """
181
180
  return pulumi.get(self, "technical_emails")
182
181
 
183
182
  @technical_emails.setter
184
- def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
183
+ def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
185
184
  pulumi.set(self, "technical_emails", value)
186
185
 
187
- @property
186
+ @_builtins.property
188
187
  @pulumi.getter(name="useSourceProjectBillingGroup")
189
188
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release.""")
190
- def use_source_project_billing_group(self) -> Optional[pulumi.Input[builtins.bool]]:
189
+ def use_source_project_billing_group(self) -> Optional[pulumi.Input[_builtins.bool]]:
191
190
  """
192
191
  Use the same billing group that is used in source project.
193
192
  """
194
193
  return pulumi.get(self, "use_source_project_billing_group")
195
194
 
196
195
  @use_source_project_billing_group.setter
197
- def use_source_project_billing_group(self, value: Optional[pulumi.Input[builtins.bool]]):
196
+ def use_source_project_billing_group(self, value: Optional[pulumi.Input[_builtins.bool]]):
198
197
  pulumi.set(self, "use_source_project_billing_group", value)
199
198
 
200
199
 
201
200
  @pulumi.input_type
202
201
  class _ProjectState:
203
202
  def __init__(__self__, *,
204
- account_id: Optional[pulumi.Input[builtins.str]] = None,
205
- add_account_owners_admin_access: Optional[pulumi.Input[builtins.bool]] = None,
206
- available_credits: Optional[pulumi.Input[builtins.str]] = None,
207
- billing_group: Optional[pulumi.Input[builtins.str]] = None,
208
- ca_cert: Optional[pulumi.Input[builtins.str]] = None,
209
- copy_from_project: Optional[pulumi.Input[builtins.str]] = None,
210
- default_cloud: Optional[pulumi.Input[builtins.str]] = None,
211
- estimated_balance: Optional[pulumi.Input[builtins.str]] = None,
212
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
213
- payment_method: Optional[pulumi.Input[builtins.str]] = None,
214
- project: Optional[pulumi.Input[builtins.str]] = None,
203
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
204
+ add_account_owners_admin_access: Optional[pulumi.Input[_builtins.bool]] = None,
205
+ available_credits: Optional[pulumi.Input[_builtins.str]] = None,
206
+ billing_group: Optional[pulumi.Input[_builtins.str]] = None,
207
+ ca_cert: Optional[pulumi.Input[_builtins.str]] = None,
208
+ copy_from_project: Optional[pulumi.Input[_builtins.str]] = None,
209
+ default_cloud: Optional[pulumi.Input[_builtins.str]] = None,
210
+ estimated_balance: Optional[pulumi.Input[_builtins.str]] = None,
211
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
212
+ payment_method: Optional[pulumi.Input[_builtins.str]] = None,
213
+ project: Optional[pulumi.Input[_builtins.str]] = None,
215
214
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]]] = None,
216
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
217
- use_source_project_billing_group: Optional[pulumi.Input[builtins.bool]] = None):
215
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
216
+ use_source_project_billing_group: Optional[pulumi.Input[_builtins.bool]] = None):
218
217
  """
219
218
  Input properties used for looking up and filtering Project resources.
220
- :param pulumi.Input[builtins.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.
221
- :param pulumi.Input[builtins.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[builtins.str] available_credits: The number of trial or promotional credits remaining for this project.
223
- :param pulumi.Input[builtins.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[builtins.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[builtins.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[builtins.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[builtins.str] estimated_balance: The monthly running estimate for this project for the current billing period.
228
- :param pulumi.Input[builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
229
- :param pulumi.Input[builtins.str] payment_method: The payment type used for this project. For example,`card`.
230
- :param pulumi.Input[builtins.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.
219
+ :param pulumi.Input[_builtins.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[_builtins.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`.
221
+ :param pulumi.Input[_builtins.str] available_credits: The number of trial or promotional credits remaining for this project.
222
+ :param pulumi.Input[_builtins.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.
223
+ :param pulumi.Input[_builtins.str] ca_cert: The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
224
+ :param pulumi.Input[_builtins.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.
225
+ :param pulumi.Input[_builtins.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.
226
+ :param pulumi.Input[_builtins.str] estimated_balance: The monthly running estimate for this project for the current billing period.
227
+ :param pulumi.Input[_builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
228
+ :param pulumi.Input[_builtins.str] payment_method: The payment type used for this project. For example,`card`.
229
+ :param pulumi.Input[_builtins.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.
231
230
  :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[builtins.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.
233
- :param pulumi.Input[builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
231
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.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[_builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
234
233
  """
235
234
  if account_id is not None:
236
235
  warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
@@ -270,141 +269,141 @@ class _ProjectState:
270
269
  if use_source_project_billing_group is not None:
271
270
  pulumi.set(__self__, "use_source_project_billing_group", use_source_project_billing_group)
272
271
 
273
- @property
272
+ @_builtins.property
274
273
  @pulumi.getter(name="accountId")
275
274
  @_utilities.deprecated("""Use parent_id instead. This field will be removed in the next major release.""")
276
- def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
275
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
277
276
  """
278
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.
279
278
  """
280
279
  return pulumi.get(self, "account_id")
281
280
 
282
281
  @account_id.setter
283
- def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
282
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
284
283
  pulumi.set(self, "account_id", value)
285
284
 
286
- @property
285
+ @_builtins.property
287
286
  @pulumi.getter(name="addAccountOwnersAdminAccess")
288
287
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Currently, it will always be set to true, regardless of the value set in the manifest.""")
289
- def add_account_owners_admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
288
+ def add_account_owners_admin_access(self) -> Optional[pulumi.Input[_builtins.bool]]:
290
289
  """
291
290
  If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
292
291
  """
293
292
  return pulumi.get(self, "add_account_owners_admin_access")
294
293
 
295
294
  @add_account_owners_admin_access.setter
296
- def add_account_owners_admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
295
+ def add_account_owners_admin_access(self, value: Optional[pulumi.Input[_builtins.bool]]):
297
296
  pulumi.set(self, "add_account_owners_admin_access", value)
298
297
 
299
- @property
298
+ @_builtins.property
300
299
  @pulumi.getter(name="availableCredits")
301
- def available_credits(self) -> Optional[pulumi.Input[builtins.str]]:
300
+ def available_credits(self) -> Optional[pulumi.Input[_builtins.str]]:
302
301
  """
303
302
  The number of trial or promotional credits remaining for this project.
304
303
  """
305
304
  return pulumi.get(self, "available_credits")
306
305
 
307
306
  @available_credits.setter
308
- def available_credits(self, value: Optional[pulumi.Input[builtins.str]]):
307
+ def available_credits(self, value: Optional[pulumi.Input[_builtins.str]]):
309
308
  pulumi.set(self, "available_credits", value)
310
309
 
311
- @property
310
+ @_builtins.property
312
311
  @pulumi.getter(name="billingGroup")
313
- def billing_group(self) -> Optional[pulumi.Input[builtins.str]]:
312
+ def billing_group(self) -> Optional[pulumi.Input[_builtins.str]]:
314
313
  """
315
314
  The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
316
315
  """
317
316
  return pulumi.get(self, "billing_group")
318
317
 
319
318
  @billing_group.setter
320
- def billing_group(self, value: Optional[pulumi.Input[builtins.str]]):
319
+ def billing_group(self, value: Optional[pulumi.Input[_builtins.str]]):
321
320
  pulumi.set(self, "billing_group", value)
322
321
 
323
- @property
322
+ @_builtins.property
324
323
  @pulumi.getter(name="caCert")
325
- def ca_cert(self) -> Optional[pulumi.Input[builtins.str]]:
324
+ def ca_cert(self) -> Optional[pulumi.Input[_builtins.str]]:
326
325
  """
327
326
  The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
328
327
  """
329
328
  return pulumi.get(self, "ca_cert")
330
329
 
331
330
  @ca_cert.setter
332
- def ca_cert(self, value: Optional[pulumi.Input[builtins.str]]):
331
+ def ca_cert(self, value: Optional[pulumi.Input[_builtins.str]]):
333
332
  pulumi.set(self, "ca_cert", value)
334
333
 
335
- @property
334
+ @_builtins.property
336
335
  @pulumi.getter(name="copyFromProject")
337
- def copy_from_project(self) -> Optional[pulumi.Input[builtins.str]]:
336
+ def copy_from_project(self) -> Optional[pulumi.Input[_builtins.str]]:
338
337
  """
339
338
  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.
340
339
  """
341
340
  return pulumi.get(self, "copy_from_project")
342
341
 
343
342
  @copy_from_project.setter
344
- def copy_from_project(self, value: Optional[pulumi.Input[builtins.str]]):
343
+ def copy_from_project(self, value: Optional[pulumi.Input[_builtins.str]]):
345
344
  pulumi.set(self, "copy_from_project", value)
346
345
 
347
- @property
346
+ @_builtins.property
348
347
  @pulumi.getter(name="defaultCloud")
349
- def default_cloud(self) -> Optional[pulumi.Input[builtins.str]]:
348
+ def default_cloud(self) -> Optional[pulumi.Input[_builtins.str]]:
350
349
  """
351
350
  Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
352
351
  """
353
352
  return pulumi.get(self, "default_cloud")
354
353
 
355
354
  @default_cloud.setter
356
- def default_cloud(self, value: Optional[pulumi.Input[builtins.str]]):
355
+ def default_cloud(self, value: Optional[pulumi.Input[_builtins.str]]):
357
356
  pulumi.set(self, "default_cloud", value)
358
357
 
359
- @property
358
+ @_builtins.property
360
359
  @pulumi.getter(name="estimatedBalance")
361
- def estimated_balance(self) -> Optional[pulumi.Input[builtins.str]]:
360
+ def estimated_balance(self) -> Optional[pulumi.Input[_builtins.str]]:
362
361
  """
363
362
  The monthly running estimate for this project for the current billing period.
364
363
  """
365
364
  return pulumi.get(self, "estimated_balance")
366
365
 
367
366
  @estimated_balance.setter
368
- def estimated_balance(self, value: Optional[pulumi.Input[builtins.str]]):
367
+ def estimated_balance(self, value: Optional[pulumi.Input[_builtins.str]]):
369
368
  pulumi.set(self, "estimated_balance", value)
370
369
 
371
- @property
370
+ @_builtins.property
372
371
  @pulumi.getter(name="parentId")
373
- def parent_id(self) -> Optional[pulumi.Input[builtins.str]]:
372
+ def parent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
374
373
  """
375
374
  Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
376
375
  """
377
376
  return pulumi.get(self, "parent_id")
378
377
 
379
378
  @parent_id.setter
380
- def parent_id(self, value: Optional[pulumi.Input[builtins.str]]):
379
+ def parent_id(self, value: Optional[pulumi.Input[_builtins.str]]):
381
380
  pulumi.set(self, "parent_id", value)
382
381
 
383
- @property
382
+ @_builtins.property
384
383
  @pulumi.getter(name="paymentMethod")
385
- def payment_method(self) -> Optional[pulumi.Input[builtins.str]]:
384
+ def payment_method(self) -> Optional[pulumi.Input[_builtins.str]]:
386
385
  """
387
386
  The payment type used for this project. For example,`card`.
388
387
  """
389
388
  return pulumi.get(self, "payment_method")
390
389
 
391
390
  @payment_method.setter
392
- def payment_method(self, value: Optional[pulumi.Input[builtins.str]]):
391
+ def payment_method(self, value: Optional[pulumi.Input[_builtins.str]]):
393
392
  pulumi.set(self, "payment_method", value)
394
393
 
395
- @property
394
+ @_builtins.property
396
395
  @pulumi.getter
397
- def project(self) -> Optional[pulumi.Input[builtins.str]]:
396
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
398
397
  """
399
398
  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.
400
399
  """
401
400
  return pulumi.get(self, "project")
402
401
 
403
402
  @project.setter
404
- def project(self, value: Optional[pulumi.Input[builtins.str]]):
403
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
405
404
  pulumi.set(self, "project", value)
406
405
 
407
- @property
406
+ @_builtins.property
408
407
  @pulumi.getter
409
408
  def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]]]:
410
409
  """
@@ -416,29 +415,29 @@ class _ProjectState:
416
415
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectTagArgs']]]]):
417
416
  pulumi.set(self, "tags", value)
418
417
 
419
- @property
418
+ @_builtins.property
420
419
  @pulumi.getter(name="technicalEmails")
421
- def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
420
+ def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
422
421
  """
423
422
  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.
424
423
  """
425
424
  return pulumi.get(self, "technical_emails")
426
425
 
427
426
  @technical_emails.setter
428
- def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
427
+ def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
429
428
  pulumi.set(self, "technical_emails", value)
430
429
 
431
- @property
430
+ @_builtins.property
432
431
  @pulumi.getter(name="useSourceProjectBillingGroup")
433
432
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release.""")
434
- def use_source_project_billing_group(self) -> Optional[pulumi.Input[builtins.bool]]:
433
+ def use_source_project_billing_group(self) -> Optional[pulumi.Input[_builtins.bool]]:
435
434
  """
436
435
  Use the same billing group that is used in source project.
437
436
  """
438
437
  return pulumi.get(self, "use_source_project_billing_group")
439
438
 
440
439
  @use_source_project_billing_group.setter
441
- def use_source_project_billing_group(self, value: Optional[pulumi.Input[builtins.bool]]):
440
+ def use_source_project_billing_group(self, value: Optional[pulumi.Input[_builtins.bool]]):
442
441
  pulumi.set(self, "use_source_project_billing_group", value)
443
442
 
444
443
 
@@ -448,16 +447,16 @@ class Project(pulumi.CustomResource):
448
447
  def __init__(__self__,
449
448
  resource_name: str,
450
449
  opts: Optional[pulumi.ResourceOptions] = None,
451
- account_id: Optional[pulumi.Input[builtins.str]] = None,
452
- add_account_owners_admin_access: Optional[pulumi.Input[builtins.bool]] = None,
453
- billing_group: Optional[pulumi.Input[builtins.str]] = None,
454
- copy_from_project: Optional[pulumi.Input[builtins.str]] = None,
455
- default_cloud: Optional[pulumi.Input[builtins.str]] = None,
456
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
457
- project: Optional[pulumi.Input[builtins.str]] = None,
450
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
451
+ add_account_owners_admin_access: Optional[pulumi.Input[_builtins.bool]] = None,
452
+ billing_group: Optional[pulumi.Input[_builtins.str]] = None,
453
+ copy_from_project: Optional[pulumi.Input[_builtins.str]] = None,
454
+ default_cloud: Optional[pulumi.Input[_builtins.str]] = None,
455
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
456
+ project: Optional[pulumi.Input[_builtins.str]] = None,
458
457
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ProjectTagArgs', 'ProjectTagArgsDict']]]]] = None,
459
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
460
- use_source_project_billing_group: Optional[pulumi.Input[builtins.bool]] = None,
458
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
459
+ use_source_project_billing_group: Optional[pulumi.Input[_builtins.bool]] = None,
461
460
  __props__=None):
462
461
  """
463
462
  Creates and manages an [Aiven project](https://aiven.io/docs/platform/concepts/orgs-units-projects#projects).
@@ -481,16 +480,16 @@ class Project(pulumi.CustomResource):
481
480
 
482
481
  :param str resource_name: The name of the resource.
483
482
  :param pulumi.ResourceOptions opts: Options for the resource.
484
- :param pulumi.Input[builtins.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.
485
- :param pulumi.Input[builtins.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`.
486
- :param pulumi.Input[builtins.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.
487
- :param pulumi.Input[builtins.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.
488
- :param pulumi.Input[builtins.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.
489
- :param pulumi.Input[builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
490
- :param pulumi.Input[builtins.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.
483
+ :param pulumi.Input[_builtins.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.
484
+ :param pulumi.Input[_builtins.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`.
485
+ :param pulumi.Input[_builtins.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.
486
+ :param pulumi.Input[_builtins.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.
487
+ :param pulumi.Input[_builtins.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.
488
+ :param pulumi.Input[_builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
489
+ :param pulumi.Input[_builtins.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.
491
490
  :param pulumi.Input[Sequence[pulumi.Input[Union['ProjectTagArgs', 'ProjectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize projects.
492
- :param pulumi.Input[Sequence[pulumi.Input[builtins.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.
493
- :param pulumi.Input[builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
491
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.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.
492
+ :param pulumi.Input[_builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
494
493
  """
495
494
  ...
496
495
  @overload
@@ -533,16 +532,16 @@ class Project(pulumi.CustomResource):
533
532
  def _internal_init(__self__,
534
533
  resource_name: str,
535
534
  opts: Optional[pulumi.ResourceOptions] = None,
536
- account_id: Optional[pulumi.Input[builtins.str]] = None,
537
- add_account_owners_admin_access: Optional[pulumi.Input[builtins.bool]] = None,
538
- billing_group: Optional[pulumi.Input[builtins.str]] = None,
539
- copy_from_project: Optional[pulumi.Input[builtins.str]] = None,
540
- default_cloud: Optional[pulumi.Input[builtins.str]] = None,
541
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
542
- project: Optional[pulumi.Input[builtins.str]] = None,
535
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
536
+ add_account_owners_admin_access: Optional[pulumi.Input[_builtins.bool]] = None,
537
+ billing_group: Optional[pulumi.Input[_builtins.str]] = None,
538
+ copy_from_project: Optional[pulumi.Input[_builtins.str]] = None,
539
+ default_cloud: Optional[pulumi.Input[_builtins.str]] = None,
540
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
541
+ project: Optional[pulumi.Input[_builtins.str]] = None,
543
542
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ProjectTagArgs', 'ProjectTagArgsDict']]]]] = None,
544
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
545
- use_source_project_billing_group: Optional[pulumi.Input[builtins.bool]] = None,
543
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
544
+ use_source_project_billing_group: Optional[pulumi.Input[_builtins.bool]] = None,
546
545
  __props__=None):
547
546
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
548
547
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -580,20 +579,20 @@ class Project(pulumi.CustomResource):
580
579
  def get(resource_name: str,
581
580
  id: pulumi.Input[str],
582
581
  opts: Optional[pulumi.ResourceOptions] = None,
583
- account_id: Optional[pulumi.Input[builtins.str]] = None,
584
- add_account_owners_admin_access: Optional[pulumi.Input[builtins.bool]] = None,
585
- available_credits: Optional[pulumi.Input[builtins.str]] = None,
586
- billing_group: Optional[pulumi.Input[builtins.str]] = None,
587
- ca_cert: Optional[pulumi.Input[builtins.str]] = None,
588
- copy_from_project: Optional[pulumi.Input[builtins.str]] = None,
589
- default_cloud: Optional[pulumi.Input[builtins.str]] = None,
590
- estimated_balance: Optional[pulumi.Input[builtins.str]] = None,
591
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
592
- payment_method: Optional[pulumi.Input[builtins.str]] = None,
593
- project: Optional[pulumi.Input[builtins.str]] = None,
582
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
583
+ add_account_owners_admin_access: Optional[pulumi.Input[_builtins.bool]] = None,
584
+ available_credits: Optional[pulumi.Input[_builtins.str]] = None,
585
+ billing_group: Optional[pulumi.Input[_builtins.str]] = None,
586
+ ca_cert: Optional[pulumi.Input[_builtins.str]] = None,
587
+ copy_from_project: Optional[pulumi.Input[_builtins.str]] = None,
588
+ default_cloud: Optional[pulumi.Input[_builtins.str]] = None,
589
+ estimated_balance: Optional[pulumi.Input[_builtins.str]] = None,
590
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
591
+ payment_method: Optional[pulumi.Input[_builtins.str]] = None,
592
+ project: Optional[pulumi.Input[_builtins.str]] = None,
594
593
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ProjectTagArgs', 'ProjectTagArgsDict']]]]] = None,
595
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
596
- use_source_project_billing_group: Optional[pulumi.Input[builtins.bool]] = None) -> 'Project':
594
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
595
+ use_source_project_billing_group: Optional[pulumi.Input[_builtins.bool]] = None) -> 'Project':
597
596
  """
598
597
  Get an existing Project resource's state with the given name, id, and optional extra
599
598
  properties used to qualify the lookup.
@@ -601,20 +600,20 @@ class Project(pulumi.CustomResource):
601
600
  :param str resource_name: The unique name of the resulting resource.
602
601
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
603
602
  :param pulumi.ResourceOptions opts: Options for the resource.
604
- :param pulumi.Input[builtins.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.
605
- :param pulumi.Input[builtins.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`.
606
- :param pulumi.Input[builtins.str] available_credits: The number of trial or promotional credits remaining for this project.
607
- :param pulumi.Input[builtins.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.
608
- :param pulumi.Input[builtins.str] ca_cert: The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
609
- :param pulumi.Input[builtins.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.
610
- :param pulumi.Input[builtins.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.
611
- :param pulumi.Input[builtins.str] estimated_balance: The monthly running estimate for this project for the current billing period.
612
- :param pulumi.Input[builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
613
- :param pulumi.Input[builtins.str] payment_method: The payment type used for this project. For example,`card`.
614
- :param pulumi.Input[builtins.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.
603
+ :param pulumi.Input[_builtins.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.
604
+ :param pulumi.Input[_builtins.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`.
605
+ :param pulumi.Input[_builtins.str] available_credits: The number of trial or promotional credits remaining for this project.
606
+ :param pulumi.Input[_builtins.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.
607
+ :param pulumi.Input[_builtins.str] ca_cert: The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
608
+ :param pulumi.Input[_builtins.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.
609
+ :param pulumi.Input[_builtins.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.
610
+ :param pulumi.Input[_builtins.str] estimated_balance: The monthly running estimate for this project for the current billing period.
611
+ :param pulumi.Input[_builtins.str] parent_id: Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
612
+ :param pulumi.Input[_builtins.str] payment_method: The payment type used for this project. For example,`card`.
613
+ :param pulumi.Input[_builtins.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
614
  :param pulumi.Input[Sequence[pulumi.Input[Union['ProjectTagArgs', 'ProjectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize projects.
616
- :param pulumi.Input[Sequence[pulumi.Input[builtins.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.
617
- :param pulumi.Input[builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
615
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.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.
616
+ :param pulumi.Input[_builtins.bool] use_source_project_billing_group: Use the same billing group that is used in source project.
618
617
  """
619
618
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
620
619
 
@@ -636,97 +635,97 @@ class Project(pulumi.CustomResource):
636
635
  __props__.__dict__["use_source_project_billing_group"] = use_source_project_billing_group
637
636
  return Project(resource_name, opts=opts, __props__=__props__)
638
637
 
639
- @property
638
+ @_builtins.property
640
639
  @pulumi.getter(name="accountId")
641
640
  @_utilities.deprecated("""Use parent_id instead. This field will be removed in the next major release.""")
642
- def account_id(self) -> pulumi.Output[builtins.str]:
641
+ def account_id(self) -> pulumi.Output[_builtins.str]:
643
642
  """
644
643
  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.
645
644
  """
646
645
  return pulumi.get(self, "account_id")
647
646
 
648
- @property
647
+ @_builtins.property
649
648
  @pulumi.getter(name="addAccountOwnersAdminAccess")
650
649
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Currently, it will always be set to true, regardless of the value set in the manifest.""")
651
- def add_account_owners_admin_access(self) -> pulumi.Output[Optional[builtins.bool]]:
650
+ def add_account_owners_admin_access(self) -> pulumi.Output[Optional[_builtins.bool]]:
652
651
  """
653
652
  If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
654
653
  """
655
654
  return pulumi.get(self, "add_account_owners_admin_access")
656
655
 
657
- @property
656
+ @_builtins.property
658
657
  @pulumi.getter(name="availableCredits")
659
- def available_credits(self) -> pulumi.Output[builtins.str]:
658
+ def available_credits(self) -> pulumi.Output[_builtins.str]:
660
659
  """
661
660
  The number of trial or promotional credits remaining for this project.
662
661
  """
663
662
  return pulumi.get(self, "available_credits")
664
663
 
665
- @property
664
+ @_builtins.property
666
665
  @pulumi.getter(name="billingGroup")
667
- def billing_group(self) -> pulumi.Output[Optional[builtins.str]]:
666
+ def billing_group(self) -> pulumi.Output[Optional[_builtins.str]]:
668
667
  """
669
668
  The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
670
669
  """
671
670
  return pulumi.get(self, "billing_group")
672
671
 
673
- @property
672
+ @_builtins.property
674
673
  @pulumi.getter(name="caCert")
675
- def ca_cert(self) -> pulumi.Output[builtins.str]:
674
+ def ca_cert(self) -> pulumi.Output[_builtins.str]:
676
675
  """
677
676
  The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
678
677
  """
679
678
  return pulumi.get(self, "ca_cert")
680
679
 
681
- @property
680
+ @_builtins.property
682
681
  @pulumi.getter(name="copyFromProject")
683
- def copy_from_project(self) -> pulumi.Output[Optional[builtins.str]]:
682
+ def copy_from_project(self) -> pulumi.Output[Optional[_builtins.str]]:
684
683
  """
685
684
  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.
686
685
  """
687
686
  return pulumi.get(self, "copy_from_project")
688
687
 
689
- @property
688
+ @_builtins.property
690
689
  @pulumi.getter(name="defaultCloud")
691
- def default_cloud(self) -> pulumi.Output[Optional[builtins.str]]:
690
+ def default_cloud(self) -> pulumi.Output[Optional[_builtins.str]]:
692
691
  """
693
692
  Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
694
693
  """
695
694
  return pulumi.get(self, "default_cloud")
696
695
 
697
- @property
696
+ @_builtins.property
698
697
  @pulumi.getter(name="estimatedBalance")
699
- def estimated_balance(self) -> pulumi.Output[builtins.str]:
698
+ def estimated_balance(self) -> pulumi.Output[_builtins.str]:
700
699
  """
701
700
  The monthly running estimate for this project for the current billing period.
702
701
  """
703
702
  return pulumi.get(self, "estimated_balance")
704
703
 
705
- @property
704
+ @_builtins.property
706
705
  @pulumi.getter(name="parentId")
707
- def parent_id(self) -> pulumi.Output[Optional[builtins.str]]:
706
+ def parent_id(self) -> pulumi.Output[Optional[_builtins.str]]:
708
707
  """
709
708
  Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
710
709
  """
711
710
  return pulumi.get(self, "parent_id")
712
711
 
713
- @property
712
+ @_builtins.property
714
713
  @pulumi.getter(name="paymentMethod")
715
- def payment_method(self) -> pulumi.Output[builtins.str]:
714
+ def payment_method(self) -> pulumi.Output[_builtins.str]:
716
715
  """
717
716
  The payment type used for this project. For example,`card`.
718
717
  """
719
718
  return pulumi.get(self, "payment_method")
720
719
 
721
- @property
720
+ @_builtins.property
722
721
  @pulumi.getter
723
- def project(self) -> pulumi.Output[builtins.str]:
722
+ def project(self) -> pulumi.Output[_builtins.str]:
724
723
  """
725
724
  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.
726
725
  """
727
726
  return pulumi.get(self, "project")
728
727
 
729
- @property
728
+ @_builtins.property
730
729
  @pulumi.getter
731
730
  def tags(self) -> pulumi.Output[Optional[Sequence['outputs.ProjectTag']]]:
732
731
  """
@@ -734,18 +733,18 @@ class Project(pulumi.CustomResource):
734
733
  """
735
734
  return pulumi.get(self, "tags")
736
735
 
737
- @property
736
+ @_builtins.property
738
737
  @pulumi.getter(name="technicalEmails")
739
- def technical_emails(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
738
+ def technical_emails(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
740
739
  """
741
740
  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.
742
741
  """
743
742
  return pulumi.get(self, "technical_emails")
744
743
 
745
- @property
744
+ @_builtins.property
746
745
  @pulumi.getter(name="useSourceProjectBillingGroup")
747
746
  @_utilities.deprecated("""This field is deprecated and will be removed in the next major release.""")
748
- def use_source_project_billing_group(self) -> pulumi.Output[Optional[builtins.bool]]:
747
+ def use_source_project_billing_group(self) -> pulumi.Output[Optional[_builtins.bool]]:
749
748
  """
750
749
  Use the same billing group that is used in source project.
751
750
  """