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