pulumi-aiven 6.43.0a1756184863__py3-none-any.whl → 6.47.0a1767071446__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.
Files changed (102) hide show
  1. pulumi_aiven/__init__.py +4 -0
  2. pulumi_aiven/_inputs.py +3087 -602
  3. pulumi_aiven/account_team.py +6 -12
  4. pulumi_aiven/account_team_member.py +6 -12
  5. pulumi_aiven/account_team_project.py +6 -12
  6. pulumi_aiven/alloydbomni.py +72 -23
  7. pulumi_aiven/alloydbomni_database.py +26 -0
  8. pulumi_aiven/alloydbomni_user.py +135 -8
  9. pulumi_aiven/billing_group.py +225 -114
  10. pulumi_aiven/cassandra.py +46 -23
  11. pulumi_aiven/cassandra_user.py +110 -9
  12. pulumi_aiven/clickhouse.py +46 -23
  13. pulumi_aiven/clickhouse_user.py +127 -7
  14. pulumi_aiven/dragonfly.py +46 -23
  15. pulumi_aiven/flink.py +46 -23
  16. pulumi_aiven/get_account_team.py +6 -12
  17. pulumi_aiven/get_account_team_member.py +6 -12
  18. pulumi_aiven/get_account_team_project.py +6 -12
  19. pulumi_aiven/get_alloydbomni.py +43 -3
  20. pulumi_aiven/get_alloydbomni_database.py +26 -0
  21. pulumi_aiven/get_alloydbomni_user.py +27 -1
  22. pulumi_aiven/get_billing_group.py +47 -15
  23. pulumi_aiven/get_cassanda.py +17 -3
  24. pulumi_aiven/get_cassandra.py +17 -3
  25. pulumi_aiven/get_cassandra_user.py +1 -1
  26. pulumi_aiven/get_clickhouse.py +17 -3
  27. pulumi_aiven/get_clickhouse_user.py +1 -1
  28. pulumi_aiven/get_dragonfly.py +17 -3
  29. pulumi_aiven/get_flink.py +17 -3
  30. pulumi_aiven/get_grafana.py +17 -3
  31. pulumi_aiven/get_influx_db.py +12 -1
  32. pulumi_aiven/get_kafka.py +17 -3
  33. pulumi_aiven/get_kafka_connect.py +17 -3
  34. pulumi_aiven/get_kafka_mirror_maker.py +17 -3
  35. pulumi_aiven/get_kafka_user.py +1 -1
  36. pulumi_aiven/get_m3_aggregator.py +14 -112
  37. pulumi_aiven/get_m3_db.py +14 -124
  38. pulumi_aiven/get_m3db_user.py +2 -61
  39. pulumi_aiven/get_my_sql.py +17 -3
  40. pulumi_aiven/get_mysql_user.py +1 -1
  41. pulumi_aiven/get_open_search.py +17 -3
  42. pulumi_aiven/get_opensearch_user.py +1 -1
  43. pulumi_aiven/get_organization.py +1 -1
  44. pulumi_aiven/get_organization_address.py +1 -1
  45. pulumi_aiven/get_organization_application_user.py +29 -11
  46. pulumi_aiven/get_organization_billing_group.py +3 -3
  47. pulumi_aiven/get_organization_project.py +2 -8
  48. pulumi_aiven/get_organization_user_group_list.py +131 -0
  49. pulumi_aiven/get_organization_user_group_member_list.py +171 -0
  50. pulumi_aiven/get_organization_user_list.py +33 -11
  51. pulumi_aiven/get_organizational_unit.py +4 -0
  52. pulumi_aiven/get_pg.py +17 -3
  53. pulumi_aiven/get_pg_user.py +1 -1
  54. pulumi_aiven/get_redis.py +14 -128
  55. pulumi_aiven/get_redis_user.py +2 -77
  56. pulumi_aiven/get_service_component.py +3 -3
  57. pulumi_aiven/get_service_plan.py +309 -0
  58. pulumi_aiven/get_service_plan_list.py +151 -0
  59. pulumi_aiven/get_thanos.py +17 -3
  60. pulumi_aiven/get_valkey.py +17 -3
  61. pulumi_aiven/get_valkey_user.py +4 -4
  62. pulumi_aiven/governance_access.py +12 -0
  63. pulumi_aiven/grafana.py +46 -23
  64. pulumi_aiven/influx_db.py +133 -291
  65. pulumi_aiven/influxdb_database.py +14 -28
  66. pulumi_aiven/influxdb_user.py +21 -42
  67. pulumi_aiven/kafka.py +46 -23
  68. pulumi_aiven/kafka_connect.py +48 -25
  69. pulumi_aiven/kafka_mirror_maker.py +46 -23
  70. pulumi_aiven/kafka_schema.py +20 -20
  71. pulumi_aiven/kafka_user.py +110 -9
  72. pulumi_aiven/m3_aggregator.py +48 -75
  73. pulumi_aiven/m3_db.py +48 -95
  74. pulumi_aiven/m3db_user.py +2 -54
  75. pulumi_aiven/my_sql.py +46 -23
  76. pulumi_aiven/mysql_user.py +110 -9
  77. pulumi_aiven/open_search.py +46 -23
  78. pulumi_aiven/opensearch_user.py +110 -9
  79. pulumi_aiven/organization.py +6 -6
  80. pulumi_aiven/organization_address.py +12 -0
  81. pulumi_aiven/organization_application_user.py +76 -48
  82. pulumi_aiven/organization_application_user_token.py +127 -91
  83. pulumi_aiven/organization_billing_group.py +33 -21
  84. pulumi_aiven/organization_permission.py +82 -49
  85. pulumi_aiven/organization_project.py +9 -15
  86. pulumi_aiven/organization_user.py +8 -8
  87. pulumi_aiven/organization_user_group_member.py +29 -35
  88. pulumi_aiven/outputs.py +2042 -326
  89. pulumi_aiven/pg.py +112 -23
  90. pulumi_aiven/pg_user.py +109 -8
  91. pulumi_aiven/project.py +2 -24
  92. pulumi_aiven/pulumi-plugin.json +1 -1
  93. pulumi_aiven/redis.py +57 -97
  94. pulumi_aiven/redis_user.py +23 -79
  95. pulumi_aiven/thanos.py +46 -23
  96. pulumi_aiven/valkey.py +46 -23
  97. pulumi_aiven/valkey_user.py +130 -29
  98. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/METADATA +1 -1
  99. pulumi_aiven-6.47.0a1767071446.dist-info/RECORD +193 -0
  100. pulumi_aiven-6.43.0a1756184863.dist-info/RECORD +0 -189
  101. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/WHEEL +0 -0
  102. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/top_level.txt +0 -0
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
13
13
  else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from . import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
16
18
 
17
19
  __all__ = ['BillingGroupArgs', 'BillingGroup']
18
20
 
@@ -21,6 +23,7 @@ class BillingGroupArgs:
21
23
  def __init__(__self__, *,
22
24
  account_id: Optional[pulumi.Input[_builtins.str]] = None,
23
25
  address_lines: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
26
+ billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
24
27
  billing_currency: Optional[pulumi.Input[_builtins.str]] = None,
25
28
  billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
26
29
  billing_extra_text: Optional[pulumi.Input[_builtins.str]] = None,
@@ -32,33 +35,37 @@ class BillingGroupArgs:
32
35
  name: Optional[pulumi.Input[_builtins.str]] = None,
33
36
  parent_id: Optional[pulumi.Input[_builtins.str]] = None,
34
37
  state: Optional[pulumi.Input[_builtins.str]] = None,
38
+ timeouts: Optional[pulumi.Input['BillingGroupTimeoutsArgs']] = None,
35
39
  vat_id: Optional[pulumi.Input[_builtins.str]] = None,
36
40
  zip_code: Optional[pulumi.Input[_builtins.str]] = None):
37
41
  """
38
42
  The set of arguments for constructing a BillingGroup resource.
39
- :param pulumi.Input[_builtins.str] account_id: Account ID.
43
+ :param pulumi.Input[_builtins.str] account_id: Account ID. Maximum length: `36`. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
40
44
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] address_lines: Address lines 1 and 2. For example, street, PO box, or building.
41
- :param pulumi.Input[_builtins.str] billing_currency: Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
42
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
43
- :param pulumi.Input[_builtins.str] billing_extra_text: Additional information to include on your invoice (for example, a reference number).
44
- :param pulumi.Input[_builtins.str] card_id: Credit card ID.
45
- :param pulumi.Input[_builtins.str] city: City, district, suburb, town, or village.
46
- :param pulumi.Input[_builtins.str] company: Your company name.
47
- :param pulumi.Input[_builtins.str] copy_from_billing_group: ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
48
- :param pulumi.Input[_builtins.str] country_code: Two-letter country code.
49
- :param pulumi.Input[_builtins.str] name: Name of the billing group.
50
- :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
51
- :param pulumi.Input[_builtins.str] state: Address state.
52
- :param pulumi.Input[_builtins.str] vat_id: The VAT identification number for your company.
53
- :param pulumi.Input[_builtins.str] zip_code: Zip or postal code.
45
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_contact_emails: List of billing groups contact email addresses.
46
+ :param pulumi.Input[_builtins.str] billing_currency: Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
47
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: List of project billing email addresses.
48
+ :param pulumi.Input[_builtins.str] billing_extra_text: Extra text to be included in all project invoices, e.g. purchase order or cost center number. Maximum length: `1000`.
49
+ :param pulumi.Input[_builtins.str] card_id: Credit card ID. Maximum length: `64`.
50
+ :param pulumi.Input[_builtins.str] city: Address city. Maximum length: `512`.
51
+ :param pulumi.Input[_builtins.str] company: Name of a company. Maximum length: `128`.
52
+ :param pulumi.Input[_builtins.str] copy_from_billing_group: Billing group ID. Maximum length: `36`. Changing this property forces recreation of the resource.
53
+ :param pulumi.Input[_builtins.str] country_code: Two letter country code for billing country. Maximum length: `2`.
54
+ :param pulumi.Input[_builtins.str] name: Billing group name. Maximum length: `128`.
55
+ :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID.
56
+ :param pulumi.Input[_builtins.str] state: Address state or province. Maximum length: `128`.
57
+ :param pulumi.Input[_builtins.str] vat_id: EU VAT Identification Number. Maximum length: `64`.
58
+ :param pulumi.Input[_builtins.str] zip_code: Address zip code. Maximum length: `32`.
54
59
  """
55
60
  if account_id is not None:
56
- warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
57
- pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
61
+ warnings.warn("""Use `parent_id` instead. This field will be removed in the next major release.""", DeprecationWarning)
62
+ pulumi.log.warn("""account_id is deprecated: Use `parent_id` instead. This field will be removed in the next major release.""")
58
63
  if account_id is not None:
59
64
  pulumi.set(__self__, "account_id", account_id)
60
65
  if address_lines is not None:
61
66
  pulumi.set(__self__, "address_lines", address_lines)
67
+ if billing_contact_emails is not None:
68
+ pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
62
69
  if billing_currency is not None:
63
70
  pulumi.set(__self__, "billing_currency", billing_currency)
64
71
  if billing_emails is not None:
@@ -81,6 +88,8 @@ class BillingGroupArgs:
81
88
  pulumi.set(__self__, "parent_id", parent_id)
82
89
  if state is not None:
83
90
  pulumi.set(__self__, "state", state)
91
+ if timeouts is not None:
92
+ pulumi.set(__self__, "timeouts", timeouts)
84
93
  if vat_id is not None:
85
94
  pulumi.set(__self__, "vat_id", vat_id)
86
95
  if zip_code is not None:
@@ -88,10 +97,10 @@ class BillingGroupArgs:
88
97
 
89
98
  @_builtins.property
90
99
  @pulumi.getter(name="accountId")
91
- @_utilities.deprecated("""Use parent_id instead. This field will be removed in the next major release.""")
100
+ @_utilities.deprecated("""Use `parent_id` instead. This field will be removed in the next major release.""")
92
101
  def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
93
102
  """
94
- Account ID.
103
+ Account ID. Maximum length: `36`. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
95
104
  """
96
105
  return pulumi.get(self, "account_id")
97
106
 
@@ -111,11 +120,23 @@ class BillingGroupArgs:
111
120
  def address_lines(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
112
121
  pulumi.set(self, "address_lines", value)
113
122
 
123
+ @_builtins.property
124
+ @pulumi.getter(name="billingContactEmails")
125
+ def billing_contact_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
126
+ """
127
+ List of billing groups contact email addresses.
128
+ """
129
+ return pulumi.get(self, "billing_contact_emails")
130
+
131
+ @billing_contact_emails.setter
132
+ def billing_contact_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
133
+ pulumi.set(self, "billing_contact_emails", value)
134
+
114
135
  @_builtins.property
115
136
  @pulumi.getter(name="billingCurrency")
116
137
  def billing_currency(self) -> Optional[pulumi.Input[_builtins.str]]:
117
138
  """
118
- Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
139
+ Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
119
140
  """
120
141
  return pulumi.get(self, "billing_currency")
121
142
 
@@ -127,7 +148,7 @@ class BillingGroupArgs:
127
148
  @pulumi.getter(name="billingEmails")
128
149
  def billing_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
129
150
  """
130
- Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
151
+ List of project billing email addresses.
131
152
  """
132
153
  return pulumi.get(self, "billing_emails")
133
154
 
@@ -139,7 +160,7 @@ class BillingGroupArgs:
139
160
  @pulumi.getter(name="billingExtraText")
140
161
  def billing_extra_text(self) -> Optional[pulumi.Input[_builtins.str]]:
141
162
  """
142
- Additional information to include on your invoice (for example, a reference number).
163
+ Extra text to be included in all project invoices, e.g. purchase order or cost center number. Maximum length: `1000`.
143
164
  """
144
165
  return pulumi.get(self, "billing_extra_text")
145
166
 
@@ -151,7 +172,7 @@ class BillingGroupArgs:
151
172
  @pulumi.getter(name="cardId")
152
173
  def card_id(self) -> Optional[pulumi.Input[_builtins.str]]:
153
174
  """
154
- Credit card ID.
175
+ Credit card ID. Maximum length: `64`.
155
176
  """
156
177
  return pulumi.get(self, "card_id")
157
178
 
@@ -163,7 +184,7 @@ class BillingGroupArgs:
163
184
  @pulumi.getter
164
185
  def city(self) -> Optional[pulumi.Input[_builtins.str]]:
165
186
  """
166
- City, district, suburb, town, or village.
187
+ Address city. Maximum length: `512`.
167
188
  """
168
189
  return pulumi.get(self, "city")
169
190
 
@@ -175,7 +196,7 @@ class BillingGroupArgs:
175
196
  @pulumi.getter
176
197
  def company(self) -> Optional[pulumi.Input[_builtins.str]]:
177
198
  """
178
- Your company name.
199
+ Name of a company. Maximum length: `128`.
179
200
  """
180
201
  return pulumi.get(self, "company")
181
202
 
@@ -187,7 +208,7 @@ class BillingGroupArgs:
187
208
  @pulumi.getter(name="copyFromBillingGroup")
188
209
  def copy_from_billing_group(self) -> Optional[pulumi.Input[_builtins.str]]:
189
210
  """
190
- ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
211
+ Billing group ID. Maximum length: `36`. Changing this property forces recreation of the resource.
191
212
  """
192
213
  return pulumi.get(self, "copy_from_billing_group")
193
214
 
@@ -199,7 +220,7 @@ class BillingGroupArgs:
199
220
  @pulumi.getter(name="countryCode")
200
221
  def country_code(self) -> Optional[pulumi.Input[_builtins.str]]:
201
222
  """
202
- Two-letter country code.
223
+ Two letter country code for billing country. Maximum length: `2`.
203
224
  """
204
225
  return pulumi.get(self, "country_code")
205
226
 
@@ -211,7 +232,7 @@ class BillingGroupArgs:
211
232
  @pulumi.getter
212
233
  def name(self) -> Optional[pulumi.Input[_builtins.str]]:
213
234
  """
214
- Name of the billing group.
235
+ Billing group name. Maximum length: `128`.
215
236
  """
216
237
  return pulumi.get(self, "name")
217
238
 
@@ -223,7 +244,7 @@ class BillingGroupArgs:
223
244
  @pulumi.getter(name="parentId")
224
245
  def parent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
225
246
  """
226
- Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
247
+ Link a billing group to an existing organization by using its ID.
227
248
  """
228
249
  return pulumi.get(self, "parent_id")
229
250
 
@@ -235,7 +256,7 @@ class BillingGroupArgs:
235
256
  @pulumi.getter
236
257
  def state(self) -> Optional[pulumi.Input[_builtins.str]]:
237
258
  """
238
- Address state.
259
+ Address state or province. Maximum length: `128`.
239
260
  """
240
261
  return pulumi.get(self, "state")
241
262
 
@@ -243,11 +264,20 @@ class BillingGroupArgs:
243
264
  def state(self, value: Optional[pulumi.Input[_builtins.str]]):
244
265
  pulumi.set(self, "state", value)
245
266
 
267
+ @_builtins.property
268
+ @pulumi.getter
269
+ def timeouts(self) -> Optional[pulumi.Input['BillingGroupTimeoutsArgs']]:
270
+ return pulumi.get(self, "timeouts")
271
+
272
+ @timeouts.setter
273
+ def timeouts(self, value: Optional[pulumi.Input['BillingGroupTimeoutsArgs']]):
274
+ pulumi.set(self, "timeouts", value)
275
+
246
276
  @_builtins.property
247
277
  @pulumi.getter(name="vatId")
248
278
  def vat_id(self) -> Optional[pulumi.Input[_builtins.str]]:
249
279
  """
250
- The VAT identification number for your company.
280
+ EU VAT Identification Number. Maximum length: `64`.
251
281
  """
252
282
  return pulumi.get(self, "vat_id")
253
283
 
@@ -259,7 +289,7 @@ class BillingGroupArgs:
259
289
  @pulumi.getter(name="zipCode")
260
290
  def zip_code(self) -> Optional[pulumi.Input[_builtins.str]]:
261
291
  """
262
- Zip or postal code.
292
+ Address zip code. Maximum length: `32`.
263
293
  """
264
294
  return pulumi.get(self, "zip_code")
265
295
 
@@ -273,9 +303,11 @@ class _BillingGroupState:
273
303
  def __init__(__self__, *,
274
304
  account_id: Optional[pulumi.Input[_builtins.str]] = None,
275
305
  address_lines: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
306
+ billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
276
307
  billing_currency: Optional[pulumi.Input[_builtins.str]] = None,
277
308
  billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
278
309
  billing_extra_text: Optional[pulumi.Input[_builtins.str]] = None,
310
+ billing_group_id: Optional[pulumi.Input[_builtins.str]] = None,
279
311
  card_id: Optional[pulumi.Input[_builtins.str]] = None,
280
312
  city: Optional[pulumi.Input[_builtins.str]] = None,
281
313
  company: Optional[pulumi.Input[_builtins.str]] = None,
@@ -284,39 +316,46 @@ class _BillingGroupState:
284
316
  name: Optional[pulumi.Input[_builtins.str]] = None,
285
317
  parent_id: Optional[pulumi.Input[_builtins.str]] = None,
286
318
  state: Optional[pulumi.Input[_builtins.str]] = None,
319
+ timeouts: Optional[pulumi.Input['BillingGroupTimeoutsArgs']] = None,
287
320
  vat_id: Optional[pulumi.Input[_builtins.str]] = None,
288
321
  zip_code: Optional[pulumi.Input[_builtins.str]] = None):
289
322
  """
290
323
  Input properties used for looking up and filtering BillingGroup resources.
291
- :param pulumi.Input[_builtins.str] account_id: Account ID.
324
+ :param pulumi.Input[_builtins.str] account_id: Account ID. Maximum length: `36`. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
292
325
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] address_lines: Address lines 1 and 2. For example, street, PO box, or building.
293
- :param pulumi.Input[_builtins.str] billing_currency: Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
294
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
295
- :param pulumi.Input[_builtins.str] billing_extra_text: Additional information to include on your invoice (for example, a reference number).
296
- :param pulumi.Input[_builtins.str] card_id: Credit card ID.
297
- :param pulumi.Input[_builtins.str] city: City, district, suburb, town, or village.
298
- :param pulumi.Input[_builtins.str] company: Your company name.
299
- :param pulumi.Input[_builtins.str] copy_from_billing_group: ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
300
- :param pulumi.Input[_builtins.str] country_code: Two-letter country code.
301
- :param pulumi.Input[_builtins.str] name: Name of the billing group.
302
- :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
303
- :param pulumi.Input[_builtins.str] state: Address state.
304
- :param pulumi.Input[_builtins.str] vat_id: The VAT identification number for your company.
305
- :param pulumi.Input[_builtins.str] zip_code: Zip or postal code.
326
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_contact_emails: List of billing groups contact email addresses.
327
+ :param pulumi.Input[_builtins.str] billing_currency: Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
328
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: List of project billing email addresses.
329
+ :param pulumi.Input[_builtins.str] billing_extra_text: Extra text to be included in all project invoices, e.g. purchase order or cost center number. Maximum length: `1000`.
330
+ :param pulumi.Input[_builtins.str] billing_group_id: The [ID of the billing group](https://aiven.io/docs/platform/reference/get-resource-IDs#get-a-billing-group-id). To set up proper dependencies please refer to this variable as a reference.
331
+ :param pulumi.Input[_builtins.str] card_id: Credit card ID. Maximum length: `64`.
332
+ :param pulumi.Input[_builtins.str] city: Address city. Maximum length: `512`.
333
+ :param pulumi.Input[_builtins.str] company: Name of a company. Maximum length: `128`.
334
+ :param pulumi.Input[_builtins.str] copy_from_billing_group: Billing group ID. Maximum length: `36`. Changing this property forces recreation of the resource.
335
+ :param pulumi.Input[_builtins.str] country_code: Two letter country code for billing country. Maximum length: `2`.
336
+ :param pulumi.Input[_builtins.str] name: Billing group name. Maximum length: `128`.
337
+ :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID.
338
+ :param pulumi.Input[_builtins.str] state: Address state or province. Maximum length: `128`.
339
+ :param pulumi.Input[_builtins.str] vat_id: EU VAT Identification Number. Maximum length: `64`.
340
+ :param pulumi.Input[_builtins.str] zip_code: Address zip code. Maximum length: `32`.
306
341
  """
307
342
  if account_id is not None:
308
- warnings.warn("""Use parent_id instead. This field will be removed in the next major release.""", DeprecationWarning)
309
- pulumi.log.warn("""account_id is deprecated: Use parent_id instead. This field will be removed in the next major release.""")
343
+ warnings.warn("""Use `parent_id` instead. This field will be removed in the next major release.""", DeprecationWarning)
344
+ pulumi.log.warn("""account_id is deprecated: Use `parent_id` instead. This field will be removed in the next major release.""")
310
345
  if account_id is not None:
311
346
  pulumi.set(__self__, "account_id", account_id)
312
347
  if address_lines is not None:
313
348
  pulumi.set(__self__, "address_lines", address_lines)
349
+ if billing_contact_emails is not None:
350
+ pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
314
351
  if billing_currency is not None:
315
352
  pulumi.set(__self__, "billing_currency", billing_currency)
316
353
  if billing_emails is not None:
317
354
  pulumi.set(__self__, "billing_emails", billing_emails)
318
355
  if billing_extra_text is not None:
319
356
  pulumi.set(__self__, "billing_extra_text", billing_extra_text)
357
+ if billing_group_id is not None:
358
+ pulumi.set(__self__, "billing_group_id", billing_group_id)
320
359
  if card_id is not None:
321
360
  pulumi.set(__self__, "card_id", card_id)
322
361
  if city is not None:
@@ -333,6 +372,8 @@ class _BillingGroupState:
333
372
  pulumi.set(__self__, "parent_id", parent_id)
334
373
  if state is not None:
335
374
  pulumi.set(__self__, "state", state)
375
+ if timeouts is not None:
376
+ pulumi.set(__self__, "timeouts", timeouts)
336
377
  if vat_id is not None:
337
378
  pulumi.set(__self__, "vat_id", vat_id)
338
379
  if zip_code is not None:
@@ -340,10 +381,10 @@ class _BillingGroupState:
340
381
 
341
382
  @_builtins.property
342
383
  @pulumi.getter(name="accountId")
343
- @_utilities.deprecated("""Use parent_id instead. This field will be removed in the next major release.""")
384
+ @_utilities.deprecated("""Use `parent_id` instead. This field will be removed in the next major release.""")
344
385
  def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
345
386
  """
346
- Account ID.
387
+ Account ID. Maximum length: `36`. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
347
388
  """
348
389
  return pulumi.get(self, "account_id")
349
390
 
@@ -363,11 +404,23 @@ class _BillingGroupState:
363
404
  def address_lines(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
364
405
  pulumi.set(self, "address_lines", value)
365
406
 
407
+ @_builtins.property
408
+ @pulumi.getter(name="billingContactEmails")
409
+ def billing_contact_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
410
+ """
411
+ List of billing groups contact email addresses.
412
+ """
413
+ return pulumi.get(self, "billing_contact_emails")
414
+
415
+ @billing_contact_emails.setter
416
+ def billing_contact_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
417
+ pulumi.set(self, "billing_contact_emails", value)
418
+
366
419
  @_builtins.property
367
420
  @pulumi.getter(name="billingCurrency")
368
421
  def billing_currency(self) -> Optional[pulumi.Input[_builtins.str]]:
369
422
  """
370
- Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
423
+ Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
371
424
  """
372
425
  return pulumi.get(self, "billing_currency")
373
426
 
@@ -379,7 +432,7 @@ class _BillingGroupState:
379
432
  @pulumi.getter(name="billingEmails")
380
433
  def billing_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
381
434
  """
382
- Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
435
+ List of project billing email addresses.
383
436
  """
384
437
  return pulumi.get(self, "billing_emails")
385
438
 
@@ -391,7 +444,7 @@ class _BillingGroupState:
391
444
  @pulumi.getter(name="billingExtraText")
392
445
  def billing_extra_text(self) -> Optional[pulumi.Input[_builtins.str]]:
393
446
  """
394
- Additional information to include on your invoice (for example, a reference number).
447
+ Extra text to be included in all project invoices, e.g. purchase order or cost center number. Maximum length: `1000`.
395
448
  """
396
449
  return pulumi.get(self, "billing_extra_text")
397
450
 
@@ -399,11 +452,23 @@ class _BillingGroupState:
399
452
  def billing_extra_text(self, value: Optional[pulumi.Input[_builtins.str]]):
400
453
  pulumi.set(self, "billing_extra_text", value)
401
454
 
455
+ @_builtins.property
456
+ @pulumi.getter(name="billingGroupId")
457
+ def billing_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
458
+ """
459
+ The [ID of the billing group](https://aiven.io/docs/platform/reference/get-resource-IDs#get-a-billing-group-id). To set up proper dependencies please refer to this variable as a reference.
460
+ """
461
+ return pulumi.get(self, "billing_group_id")
462
+
463
+ @billing_group_id.setter
464
+ def billing_group_id(self, value: Optional[pulumi.Input[_builtins.str]]):
465
+ pulumi.set(self, "billing_group_id", value)
466
+
402
467
  @_builtins.property
403
468
  @pulumi.getter(name="cardId")
404
469
  def card_id(self) -> Optional[pulumi.Input[_builtins.str]]:
405
470
  """
406
- Credit card ID.
471
+ Credit card ID. Maximum length: `64`.
407
472
  """
408
473
  return pulumi.get(self, "card_id")
409
474
 
@@ -415,7 +480,7 @@ class _BillingGroupState:
415
480
  @pulumi.getter
416
481
  def city(self) -> Optional[pulumi.Input[_builtins.str]]:
417
482
  """
418
- City, district, suburb, town, or village.
483
+ Address city. Maximum length: `512`.
419
484
  """
420
485
  return pulumi.get(self, "city")
421
486
 
@@ -427,7 +492,7 @@ class _BillingGroupState:
427
492
  @pulumi.getter
428
493
  def company(self) -> Optional[pulumi.Input[_builtins.str]]:
429
494
  """
430
- Your company name.
495
+ Name of a company. Maximum length: `128`.
431
496
  """
432
497
  return pulumi.get(self, "company")
433
498
 
@@ -439,7 +504,7 @@ class _BillingGroupState:
439
504
  @pulumi.getter(name="copyFromBillingGroup")
440
505
  def copy_from_billing_group(self) -> Optional[pulumi.Input[_builtins.str]]:
441
506
  """
442
- ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
507
+ Billing group ID. Maximum length: `36`. Changing this property forces recreation of the resource.
443
508
  """
444
509
  return pulumi.get(self, "copy_from_billing_group")
445
510
 
@@ -451,7 +516,7 @@ class _BillingGroupState:
451
516
  @pulumi.getter(name="countryCode")
452
517
  def country_code(self) -> Optional[pulumi.Input[_builtins.str]]:
453
518
  """
454
- Two-letter country code.
519
+ Two letter country code for billing country. Maximum length: `2`.
455
520
  """
456
521
  return pulumi.get(self, "country_code")
457
522
 
@@ -463,7 +528,7 @@ class _BillingGroupState:
463
528
  @pulumi.getter
464
529
  def name(self) -> Optional[pulumi.Input[_builtins.str]]:
465
530
  """
466
- Name of the billing group.
531
+ Billing group name. Maximum length: `128`.
467
532
  """
468
533
  return pulumi.get(self, "name")
469
534
 
@@ -475,7 +540,7 @@ class _BillingGroupState:
475
540
  @pulumi.getter(name="parentId")
476
541
  def parent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
477
542
  """
478
- Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
543
+ Link a billing group to an existing organization by using its ID.
479
544
  """
480
545
  return pulumi.get(self, "parent_id")
481
546
 
@@ -487,7 +552,7 @@ class _BillingGroupState:
487
552
  @pulumi.getter
488
553
  def state(self) -> Optional[pulumi.Input[_builtins.str]]:
489
554
  """
490
- Address state.
555
+ Address state or province. Maximum length: `128`.
491
556
  """
492
557
  return pulumi.get(self, "state")
493
558
 
@@ -495,11 +560,20 @@ class _BillingGroupState:
495
560
  def state(self, value: Optional[pulumi.Input[_builtins.str]]):
496
561
  pulumi.set(self, "state", value)
497
562
 
563
+ @_builtins.property
564
+ @pulumi.getter
565
+ def timeouts(self) -> Optional[pulumi.Input['BillingGroupTimeoutsArgs']]:
566
+ return pulumi.get(self, "timeouts")
567
+
568
+ @timeouts.setter
569
+ def timeouts(self, value: Optional[pulumi.Input['BillingGroupTimeoutsArgs']]):
570
+ pulumi.set(self, "timeouts", value)
571
+
498
572
  @_builtins.property
499
573
  @pulumi.getter(name="vatId")
500
574
  def vat_id(self) -> Optional[pulumi.Input[_builtins.str]]:
501
575
  """
502
- The VAT identification number for your company.
576
+ EU VAT Identification Number. Maximum length: `64`.
503
577
  """
504
578
  return pulumi.get(self, "vat_id")
505
579
 
@@ -511,7 +585,7 @@ class _BillingGroupState:
511
585
  @pulumi.getter(name="zipCode")
512
586
  def zip_code(self) -> Optional[pulumi.Input[_builtins.str]]:
513
587
  """
514
- Zip or postal code.
588
+ Address zip code. Maximum length: `32`.
515
589
  """
516
590
  return pulumi.get(self, "zip_code")
517
591
 
@@ -528,6 +602,7 @@ class BillingGroup(pulumi.CustomResource):
528
602
  opts: Optional[pulumi.ResourceOptions] = None,
529
603
  account_id: Optional[pulumi.Input[_builtins.str]] = None,
530
604
  address_lines: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
605
+ billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
531
606
  billing_currency: Optional[pulumi.Input[_builtins.str]] = None,
532
607
  billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
533
608
  billing_extra_text: Optional[pulumi.Input[_builtins.str]] = None,
@@ -539,6 +614,7 @@ class BillingGroup(pulumi.CustomResource):
539
614
  name: Optional[pulumi.Input[_builtins.str]] = None,
540
615
  parent_id: Optional[pulumi.Input[_builtins.str]] = None,
541
616
  state: Optional[pulumi.Input[_builtins.str]] = None,
617
+ timeouts: Optional[pulumi.Input[Union['BillingGroupTimeoutsArgs', 'BillingGroupTimeoutsArgsDict']]] = None,
542
618
  vat_id: Optional[pulumi.Input[_builtins.str]] = None,
543
619
  zip_code: Optional[pulumi.Input[_builtins.str]] = None,
544
620
  __props__=None):
@@ -564,26 +640,27 @@ class BillingGroup(pulumi.CustomResource):
564
640
  ## Import
565
641
 
566
642
  ```sh
567
- $ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
643
+ $ pulumi import aiven:index/billingGroup:BillingGroup example BILLING_GROUP_ID
568
644
  ```
569
645
 
570
646
  :param str resource_name: The name of the resource.
571
647
  :param pulumi.ResourceOptions opts: Options for the resource.
572
- :param pulumi.Input[_builtins.str] account_id: Account ID.
648
+ :param pulumi.Input[_builtins.str] account_id: Account ID. Maximum length: `36`. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
573
649
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] address_lines: Address lines 1 and 2. For example, street, PO box, or building.
574
- :param pulumi.Input[_builtins.str] billing_currency: Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
575
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
576
- :param pulumi.Input[_builtins.str] billing_extra_text: Additional information to include on your invoice (for example, a reference number).
577
- :param pulumi.Input[_builtins.str] card_id: Credit card ID.
578
- :param pulumi.Input[_builtins.str] city: City, district, suburb, town, or village.
579
- :param pulumi.Input[_builtins.str] company: Your company name.
580
- :param pulumi.Input[_builtins.str] copy_from_billing_group: ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
581
- :param pulumi.Input[_builtins.str] country_code: Two-letter country code.
582
- :param pulumi.Input[_builtins.str] name: Name of the billing group.
583
- :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
584
- :param pulumi.Input[_builtins.str] state: Address state.
585
- :param pulumi.Input[_builtins.str] vat_id: The VAT identification number for your company.
586
- :param pulumi.Input[_builtins.str] zip_code: Zip or postal code.
650
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_contact_emails: List of billing groups contact email addresses.
651
+ :param pulumi.Input[_builtins.str] billing_currency: Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
652
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: List of project billing email addresses.
653
+ :param pulumi.Input[_builtins.str] billing_extra_text: Extra text to be included in all project invoices, e.g. purchase order or cost center number. Maximum length: `1000`.
654
+ :param pulumi.Input[_builtins.str] card_id: Credit card ID. Maximum length: `64`.
655
+ :param pulumi.Input[_builtins.str] city: Address city. Maximum length: `512`.
656
+ :param pulumi.Input[_builtins.str] company: Name of a company. Maximum length: `128`.
657
+ :param pulumi.Input[_builtins.str] copy_from_billing_group: Billing group ID. Maximum length: `36`. Changing this property forces recreation of the resource.
658
+ :param pulumi.Input[_builtins.str] country_code: Two letter country code for billing country. Maximum length: `2`.
659
+ :param pulumi.Input[_builtins.str] name: Billing group name. Maximum length: `128`.
660
+ :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID.
661
+ :param pulumi.Input[_builtins.str] state: Address state or province. Maximum length: `128`.
662
+ :param pulumi.Input[_builtins.str] vat_id: EU VAT Identification Number. Maximum length: `64`.
663
+ :param pulumi.Input[_builtins.str] zip_code: Address zip code. Maximum length: `32`.
587
664
  """
588
665
  ...
589
666
  @overload
@@ -613,7 +690,7 @@ class BillingGroup(pulumi.CustomResource):
613
690
  ## Import
614
691
 
615
692
  ```sh
616
- $ pulumi import aiven:index/billingGroup:BillingGroup example_billing_group ID
693
+ $ pulumi import aiven:index/billingGroup:BillingGroup example BILLING_GROUP_ID
617
694
  ```
618
695
 
619
696
  :param str resource_name: The name of the resource.
@@ -633,6 +710,7 @@ class BillingGroup(pulumi.CustomResource):
633
710
  opts: Optional[pulumi.ResourceOptions] = None,
634
711
  account_id: Optional[pulumi.Input[_builtins.str]] = None,
635
712
  address_lines: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
713
+ billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
636
714
  billing_currency: Optional[pulumi.Input[_builtins.str]] = None,
637
715
  billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
638
716
  billing_extra_text: Optional[pulumi.Input[_builtins.str]] = None,
@@ -644,6 +722,7 @@ class BillingGroup(pulumi.CustomResource):
644
722
  name: Optional[pulumi.Input[_builtins.str]] = None,
645
723
  parent_id: Optional[pulumi.Input[_builtins.str]] = None,
646
724
  state: Optional[pulumi.Input[_builtins.str]] = None,
725
+ timeouts: Optional[pulumi.Input[Union['BillingGroupTimeoutsArgs', 'BillingGroupTimeoutsArgsDict']]] = None,
647
726
  vat_id: Optional[pulumi.Input[_builtins.str]] = None,
648
727
  zip_code: Optional[pulumi.Input[_builtins.str]] = None,
649
728
  __props__=None):
@@ -657,6 +736,7 @@ class BillingGroup(pulumi.CustomResource):
657
736
 
658
737
  __props__.__dict__["account_id"] = account_id
659
738
  __props__.__dict__["address_lines"] = address_lines
739
+ __props__.__dict__["billing_contact_emails"] = billing_contact_emails
660
740
  __props__.__dict__["billing_currency"] = billing_currency
661
741
  __props__.__dict__["billing_emails"] = billing_emails
662
742
  __props__.__dict__["billing_extra_text"] = billing_extra_text
@@ -668,8 +748,10 @@ class BillingGroup(pulumi.CustomResource):
668
748
  __props__.__dict__["name"] = name
669
749
  __props__.__dict__["parent_id"] = parent_id
670
750
  __props__.__dict__["state"] = state
751
+ __props__.__dict__["timeouts"] = timeouts
671
752
  __props__.__dict__["vat_id"] = vat_id
672
753
  __props__.__dict__["zip_code"] = zip_code
754
+ __props__.__dict__["billing_group_id"] = None
673
755
  super(BillingGroup, __self__).__init__(
674
756
  'aiven:index/billingGroup:BillingGroup',
675
757
  resource_name,
@@ -682,9 +764,11 @@ class BillingGroup(pulumi.CustomResource):
682
764
  opts: Optional[pulumi.ResourceOptions] = None,
683
765
  account_id: Optional[pulumi.Input[_builtins.str]] = None,
684
766
  address_lines: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
767
+ billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
685
768
  billing_currency: Optional[pulumi.Input[_builtins.str]] = None,
686
769
  billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
687
770
  billing_extra_text: Optional[pulumi.Input[_builtins.str]] = None,
771
+ billing_group_id: Optional[pulumi.Input[_builtins.str]] = None,
688
772
  card_id: Optional[pulumi.Input[_builtins.str]] = None,
689
773
  city: Optional[pulumi.Input[_builtins.str]] = None,
690
774
  company: Optional[pulumi.Input[_builtins.str]] = None,
@@ -693,6 +777,7 @@ class BillingGroup(pulumi.CustomResource):
693
777
  name: Optional[pulumi.Input[_builtins.str]] = None,
694
778
  parent_id: Optional[pulumi.Input[_builtins.str]] = None,
695
779
  state: Optional[pulumi.Input[_builtins.str]] = None,
780
+ timeouts: Optional[pulumi.Input[Union['BillingGroupTimeoutsArgs', 'BillingGroupTimeoutsArgsDict']]] = None,
696
781
  vat_id: Optional[pulumi.Input[_builtins.str]] = None,
697
782
  zip_code: Optional[pulumi.Input[_builtins.str]] = None) -> 'BillingGroup':
698
783
  """
@@ -702,21 +787,23 @@ class BillingGroup(pulumi.CustomResource):
702
787
  :param str resource_name: The unique name of the resulting resource.
703
788
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
704
789
  :param pulumi.ResourceOptions opts: Options for the resource.
705
- :param pulumi.Input[_builtins.str] account_id: Account ID.
790
+ :param pulumi.Input[_builtins.str] account_id: Account ID. Maximum length: `36`. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
706
791
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] address_lines: Address lines 1 and 2. For example, street, PO box, or building.
707
- :param pulumi.Input[_builtins.str] billing_currency: Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
708
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
709
- :param pulumi.Input[_builtins.str] billing_extra_text: Additional information to include on your invoice (for example, a reference number).
710
- :param pulumi.Input[_builtins.str] card_id: Credit card ID.
711
- :param pulumi.Input[_builtins.str] city: City, district, suburb, town, or village.
712
- :param pulumi.Input[_builtins.str] company: Your company name.
713
- :param pulumi.Input[_builtins.str] copy_from_billing_group: ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
714
- :param pulumi.Input[_builtins.str] country_code: Two-letter country code.
715
- :param pulumi.Input[_builtins.str] name: Name of the billing group.
716
- :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
717
- :param pulumi.Input[_builtins.str] state: Address state.
718
- :param pulumi.Input[_builtins.str] vat_id: The VAT identification number for your company.
719
- :param pulumi.Input[_builtins.str] zip_code: Zip or postal code.
792
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_contact_emails: List of billing groups contact email addresses.
793
+ :param pulumi.Input[_builtins.str] billing_currency: Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
794
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] billing_emails: List of project billing email addresses.
795
+ :param pulumi.Input[_builtins.str] billing_extra_text: Extra text to be included in all project invoices, e.g. purchase order or cost center number. Maximum length: `1000`.
796
+ :param pulumi.Input[_builtins.str] billing_group_id: The [ID of the billing group](https://aiven.io/docs/platform/reference/get-resource-IDs#get-a-billing-group-id). To set up proper dependencies please refer to this variable as a reference.
797
+ :param pulumi.Input[_builtins.str] card_id: Credit card ID. Maximum length: `64`.
798
+ :param pulumi.Input[_builtins.str] city: Address city. Maximum length: `512`.
799
+ :param pulumi.Input[_builtins.str] company: Name of a company. Maximum length: `128`.
800
+ :param pulumi.Input[_builtins.str] copy_from_billing_group: Billing group ID. Maximum length: `36`. Changing this property forces recreation of the resource.
801
+ :param pulumi.Input[_builtins.str] country_code: Two letter country code for billing country. Maximum length: `2`.
802
+ :param pulumi.Input[_builtins.str] name: Billing group name. Maximum length: `128`.
803
+ :param pulumi.Input[_builtins.str] parent_id: Link a billing group to an existing organization by using its ID.
804
+ :param pulumi.Input[_builtins.str] state: Address state or province. Maximum length: `128`.
805
+ :param pulumi.Input[_builtins.str] vat_id: EU VAT Identification Number. Maximum length: `64`.
806
+ :param pulumi.Input[_builtins.str] zip_code: Address zip code. Maximum length: `32`.
720
807
  """
721
808
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
722
809
 
@@ -724,9 +811,11 @@ class BillingGroup(pulumi.CustomResource):
724
811
 
725
812
  __props__.__dict__["account_id"] = account_id
726
813
  __props__.__dict__["address_lines"] = address_lines
814
+ __props__.__dict__["billing_contact_emails"] = billing_contact_emails
727
815
  __props__.__dict__["billing_currency"] = billing_currency
728
816
  __props__.__dict__["billing_emails"] = billing_emails
729
817
  __props__.__dict__["billing_extra_text"] = billing_extra_text
818
+ __props__.__dict__["billing_group_id"] = billing_group_id
730
819
  __props__.__dict__["card_id"] = card_id
731
820
  __props__.__dict__["city"] = city
732
821
  __props__.__dict__["company"] = company
@@ -735,16 +824,17 @@ class BillingGroup(pulumi.CustomResource):
735
824
  __props__.__dict__["name"] = name
736
825
  __props__.__dict__["parent_id"] = parent_id
737
826
  __props__.__dict__["state"] = state
827
+ __props__.__dict__["timeouts"] = timeouts
738
828
  __props__.__dict__["vat_id"] = vat_id
739
829
  __props__.__dict__["zip_code"] = zip_code
740
830
  return BillingGroup(resource_name, opts=opts, __props__=__props__)
741
831
 
742
832
  @_builtins.property
743
833
  @pulumi.getter(name="accountId")
744
- @_utilities.deprecated("""Use parent_id instead. This field will be removed in the next major release.""")
745
- def account_id(self) -> pulumi.Output[Optional[_builtins.str]]:
834
+ @_utilities.deprecated("""Use `parent_id` instead. This field will be removed in the next major release.""")
835
+ def account_id(self) -> pulumi.Output[_builtins.str]:
746
836
  """
747
- Account ID.
837
+ Account ID. Maximum length: `36`. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
748
838
  """
749
839
  return pulumi.get(self, "account_id")
750
840
 
@@ -756,11 +846,19 @@ class BillingGroup(pulumi.CustomResource):
756
846
  """
757
847
  return pulumi.get(self, "address_lines")
758
848
 
849
+ @_builtins.property
850
+ @pulumi.getter(name="billingContactEmails")
851
+ def billing_contact_emails(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
852
+ """
853
+ List of billing groups contact email addresses.
854
+ """
855
+ return pulumi.get(self, "billing_contact_emails")
856
+
759
857
  @_builtins.property
760
858
  @pulumi.getter(name="billingCurrency")
761
- def billing_currency(self) -> pulumi.Output[Optional[_builtins.str]]:
859
+ def billing_currency(self) -> pulumi.Output[_builtins.str]:
762
860
  """
763
- Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
861
+ Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
764
862
  """
765
863
  return pulumi.get(self, "billing_currency")
766
864
 
@@ -768,7 +866,7 @@ class BillingGroup(pulumi.CustomResource):
768
866
  @pulumi.getter(name="billingEmails")
769
867
  def billing_emails(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
770
868
  """
771
- Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
869
+ List of project billing email addresses.
772
870
  """
773
871
  return pulumi.get(self, "billing_emails")
774
872
 
@@ -776,31 +874,39 @@ class BillingGroup(pulumi.CustomResource):
776
874
  @pulumi.getter(name="billingExtraText")
777
875
  def billing_extra_text(self) -> pulumi.Output[Optional[_builtins.str]]:
778
876
  """
779
- Additional information to include on your invoice (for example, a reference number).
877
+ Extra text to be included in all project invoices, e.g. purchase order or cost center number. Maximum length: `1000`.
780
878
  """
781
879
  return pulumi.get(self, "billing_extra_text")
782
880
 
881
+ @_builtins.property
882
+ @pulumi.getter(name="billingGroupId")
883
+ def billing_group_id(self) -> pulumi.Output[_builtins.str]:
884
+ """
885
+ The [ID of the billing group](https://aiven.io/docs/platform/reference/get-resource-IDs#get-a-billing-group-id). To set up proper dependencies please refer to this variable as a reference.
886
+ """
887
+ return pulumi.get(self, "billing_group_id")
888
+
783
889
  @_builtins.property
784
890
  @pulumi.getter(name="cardId")
785
891
  def card_id(self) -> pulumi.Output[Optional[_builtins.str]]:
786
892
  """
787
- Credit card ID.
893
+ Credit card ID. Maximum length: `64`.
788
894
  """
789
895
  return pulumi.get(self, "card_id")
790
896
 
791
897
  @_builtins.property
792
898
  @pulumi.getter
793
- def city(self) -> pulumi.Output[Optional[_builtins.str]]:
899
+ def city(self) -> pulumi.Output[_builtins.str]:
794
900
  """
795
- City, district, suburb, town, or village.
901
+ Address city. Maximum length: `512`.
796
902
  """
797
903
  return pulumi.get(self, "city")
798
904
 
799
905
  @_builtins.property
800
906
  @pulumi.getter
801
- def company(self) -> pulumi.Output[Optional[_builtins.str]]:
907
+ def company(self) -> pulumi.Output[_builtins.str]:
802
908
  """
803
- Your company name.
909
+ Name of a company. Maximum length: `128`.
804
910
  """
805
911
  return pulumi.get(self, "company")
806
912
 
@@ -808,15 +914,15 @@ class BillingGroup(pulumi.CustomResource):
808
914
  @pulumi.getter(name="copyFromBillingGroup")
809
915
  def copy_from_billing_group(self) -> pulumi.Output[Optional[_builtins.str]]:
810
916
  """
811
- ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
917
+ Billing group ID. Maximum length: `36`. Changing this property forces recreation of the resource.
812
918
  """
813
919
  return pulumi.get(self, "copy_from_billing_group")
814
920
 
815
921
  @_builtins.property
816
922
  @pulumi.getter(name="countryCode")
817
- def country_code(self) -> pulumi.Output[Optional[_builtins.str]]:
923
+ def country_code(self) -> pulumi.Output[_builtins.str]:
818
924
  """
819
- Two-letter country code.
925
+ Two letter country code for billing country. Maximum length: `2`.
820
926
  """
821
927
  return pulumi.get(self, "country_code")
822
928
 
@@ -824,15 +930,15 @@ class BillingGroup(pulumi.CustomResource):
824
930
  @pulumi.getter
825
931
  def name(self) -> pulumi.Output[_builtins.str]:
826
932
  """
827
- Name of the billing group.
933
+ Billing group name. Maximum length: `128`.
828
934
  """
829
935
  return pulumi.get(self, "name")
830
936
 
831
937
  @_builtins.property
832
938
  @pulumi.getter(name="parentId")
833
- def parent_id(self) -> pulumi.Output[Optional[_builtins.str]]:
939
+ def parent_id(self) -> pulumi.Output[_builtins.str]:
834
940
  """
835
- Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
941
+ Link a billing group to an existing organization by using its ID.
836
942
  """
837
943
  return pulumi.get(self, "parent_id")
838
944
 
@@ -840,15 +946,20 @@ class BillingGroup(pulumi.CustomResource):
840
946
  @pulumi.getter
841
947
  def state(self) -> pulumi.Output[Optional[_builtins.str]]:
842
948
  """
843
- Address state.
949
+ Address state or province. Maximum length: `128`.
844
950
  """
845
951
  return pulumi.get(self, "state")
846
952
 
953
+ @_builtins.property
954
+ @pulumi.getter
955
+ def timeouts(self) -> pulumi.Output[Optional['outputs.BillingGroupTimeouts']]:
956
+ return pulumi.get(self, "timeouts")
957
+
847
958
  @_builtins.property
848
959
  @pulumi.getter(name="vatId")
849
- def vat_id(self) -> pulumi.Output[Optional[_builtins.str]]:
960
+ def vat_id(self) -> pulumi.Output[_builtins.str]:
850
961
  """
851
- The VAT identification number for your company.
962
+ EU VAT Identification Number. Maximum length: `64`.
852
963
  """
853
964
  return pulumi.get(self, "vat_id")
854
965
 
@@ -856,7 +967,7 @@ class BillingGroup(pulumi.CustomResource):
856
967
  @pulumi.getter(name="zipCode")
857
968
  def zip_code(self) -> pulumi.Output[Optional[_builtins.str]]:
858
969
  """
859
- Zip or postal code.
970
+ Address zip code. Maximum length: `32`.
860
971
  """
861
972
  return pulumi.get(self, "zip_code")
862
973