pulumi-aiven 6.41.0a1752901795__py3-none-any.whl → 6.42.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +11086 -10761
  3. pulumi_aiven/account.py +89 -90
  4. pulumi_aiven/account_authentication.py +253 -254
  5. pulumi_aiven/account_team.py +62 -63
  6. pulumi_aiven/account_team_member.py +79 -80
  7. pulumi_aiven/account_team_project.py +72 -73
  8. pulumi_aiven/alloydbomni.py +319 -320
  9. pulumi_aiven/alloydbomni_database.py +86 -87
  10. pulumi_aiven/alloydbomni_user.py +113 -114
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
  12. pulumi_aiven/aws_privatelink.py +70 -71
  13. pulumi_aiven/aws_vpc_peering_connection.py +96 -97
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
  15. pulumi_aiven/azure_privatelink.py +88 -89
  16. pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
  17. pulumi_aiven/azure_vpc_peering_connection.py +130 -131
  18. pulumi_aiven/billing_group.py +256 -257
  19. pulumi_aiven/cassandra.py +302 -303
  20. pulumi_aiven/cassandra_user.py +96 -97
  21. pulumi_aiven/clickhouse.py +304 -305
  22. pulumi_aiven/clickhouse_database.py +65 -66
  23. pulumi_aiven/clickhouse_grant.py +75 -76
  24. pulumi_aiven/clickhouse_role.py +52 -53
  25. pulumi_aiven/clickhouse_user.py +79 -80
  26. pulumi_aiven/config/__init__.py +1 -1
  27. pulumi_aiven/config/__init__.pyi +1 -2
  28. pulumi_aiven/config/vars.py +2 -3
  29. pulumi_aiven/connection_pool.py +129 -130
  30. pulumi_aiven/dragonfly.py +302 -303
  31. pulumi_aiven/flink.py +302 -303
  32. pulumi_aiven/flink_application.py +97 -98
  33. pulumi_aiven/flink_application_deployment.py +138 -139
  34. pulumi_aiven/flink_application_version.py +117 -118
  35. pulumi_aiven/flink_jar_application.py +101 -102
  36. pulumi_aiven/flink_jar_application_deployment.py +217 -218
  37. pulumi_aiven/flink_jar_application_version.py +116 -117
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
  39. pulumi_aiven/gcp_privatelink.py +62 -63
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
  41. pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
  42. pulumi_aiven/get_account.py +23 -24
  43. pulumi_aiven/get_account_authentication.py +46 -47
  44. pulumi_aiven/get_account_team.py +21 -22
  45. pulumi_aiven/get_account_team_member.py +27 -28
  46. pulumi_aiven/get_account_team_project.py +24 -25
  47. pulumi_aiven/get_alloydbomni.py +63 -64
  48. pulumi_aiven/get_alloydbomni_database.py +25 -26
  49. pulumi_aiven/get_alloydbomni_user.py +31 -32
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
  51. pulumi_aiven/get_aws_privatelink.py +21 -22
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
  54. pulumi_aiven/get_azure_privatelink.py +25 -26
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
  56. pulumi_aiven/get_billing_group.py +39 -40
  57. pulumi_aiven/get_cassanda.py +61 -62
  58. pulumi_aiven/get_cassandra.py +61 -62
  59. pulumi_aiven/get_cassandra_user.py +29 -30
  60. pulumi_aiven/get_clickhouse.py +62 -63
  61. pulumi_aiven/get_clickhouse_database.py +23 -24
  62. pulumi_aiven/get_clickhouse_user.py +27 -28
  63. pulumi_aiven/get_connection_pool.py +31 -32
  64. pulumi_aiven/get_dragonfly.py +61 -62
  65. pulumi_aiven/get_external_identity.py +27 -28
  66. pulumi_aiven/get_flink.py +61 -62
  67. pulumi_aiven/get_flink_application.py +31 -32
  68. pulumi_aiven/get_flink_application_version.py +39 -40
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
  70. pulumi_aiven/get_gcp_privatelink.py +21 -22
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
  72. pulumi_aiven/get_grafana.py +61 -62
  73. pulumi_aiven/get_influx_db.py +57 -58
  74. pulumi_aiven/get_influxdb_database.py +17 -18
  75. pulumi_aiven/get_influxdb_user.py +23 -24
  76. pulumi_aiven/get_kafka.py +66 -67
  77. pulumi_aiven/get_kafka_acl.py +35 -36
  78. pulumi_aiven/get_kafka_connect.py +60 -61
  79. pulumi_aiven/get_kafka_connector.py +36 -37
  80. pulumi_aiven/get_kafka_mirror_maker.py +60 -61
  81. pulumi_aiven/get_kafka_schema.py +29 -30
  82. pulumi_aiven/get_kafka_schema_configuration.py +25 -26
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
  84. pulumi_aiven/get_kafka_topic.py +33 -34
  85. pulumi_aiven/get_kafka_user.py +29 -30
  86. pulumi_aiven/get_m3_aggregator.py +61 -62
  87. pulumi_aiven/get_m3_db.py +61 -62
  88. pulumi_aiven/get_m3db_user.py +25 -26
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
  90. pulumi_aiven/get_my_sql.py +61 -62
  91. pulumi_aiven/get_mysql_database.py +23 -24
  92. pulumi_aiven/get_mysql_user.py +31 -32
  93. pulumi_aiven/get_open_search.py +61 -62
  94. pulumi_aiven/get_open_search_acl_config.py +19 -20
  95. pulumi_aiven/get_open_search_acl_rule.py +33 -34
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
  97. pulumi_aiven/get_opensearch_user.py +25 -26
  98. pulumi_aiven/get_organization.py +20 -21
  99. pulumi_aiven/get_organization_address.py +32 -33
  100. pulumi_aiven/get_organization_application_user.py +21 -22
  101. pulumi_aiven/get_organization_billing_group.py +34 -35
  102. pulumi_aiven/get_organization_billing_group_list.py +11 -12
  103. pulumi_aiven/get_organization_project.py +27 -28
  104. pulumi_aiven/get_organization_user.py +23 -24
  105. pulumi_aiven/get_organization_user_group.py +23 -24
  106. pulumi_aiven/get_organization_user_list.py +14 -15
  107. pulumi_aiven/get_organization_vpc.py +25 -26
  108. pulumi_aiven/get_organizational_unit.py +17 -18
  109. pulumi_aiven/get_pg.py +61 -62
  110. pulumi_aiven/get_pg_database.py +27 -28
  111. pulumi_aiven/get_pg_user.py +31 -32
  112. pulumi_aiven/get_project.py +34 -35
  113. pulumi_aiven/get_project_user.py +20 -21
  114. pulumi_aiven/get_project_vpc.py +25 -26
  115. pulumi_aiven/get_redis.py +61 -62
  116. pulumi_aiven/get_redis_user.py +33 -34
  117. pulumi_aiven/get_service_component.py +51 -52
  118. pulumi_aiven/get_service_integration.py +66 -53
  119. pulumi_aiven/get_service_integration_endpoint.py +38 -39
  120. pulumi_aiven/get_thanos.py +61 -62
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
  122. pulumi_aiven/get_valkey.py +61 -62
  123. pulumi_aiven/get_valkey_user.py +33 -34
  124. pulumi_aiven/governance_access.py +84 -85
  125. pulumi_aiven/grafana.py +302 -303
  126. pulumi_aiven/influx_db.py +302 -303
  127. pulumi_aiven/influxdb_database.py +65 -66
  128. pulumi_aiven/influxdb_user.py +96 -97
  129. pulumi_aiven/kafka.py +339 -340
  130. pulumi_aiven/kafka_acl.py +95 -96
  131. pulumi_aiven/kafka_connect.py +299 -300
  132. pulumi_aiven/kafka_connector.py +125 -126
  133. pulumi_aiven/kafka_mirror_maker.py +299 -300
  134. pulumi_aiven/kafka_native_acl.py +154 -155
  135. pulumi_aiven/kafka_quota.py +120 -121
  136. pulumi_aiven/kafka_schema.py +112 -113
  137. pulumi_aiven/kafka_schema_configuration.py +52 -53
  138. pulumi_aiven/kafka_schema_registry_acl.py +95 -96
  139. pulumi_aiven/kafka_topic.py +139 -140
  140. pulumi_aiven/kafka_user.py +96 -97
  141. pulumi_aiven/m3_aggregator.py +311 -303
  142. pulumi_aiven/m3_db.py +311 -303
  143. pulumi_aiven/m3db_user.py +78 -79
  144. pulumi_aiven/mirror_maker_replication_flow.py +273 -274
  145. pulumi_aiven/my_sql.py +302 -303
  146. pulumi_aiven/mysql_database.py +65 -66
  147. pulumi_aiven/mysql_user.py +113 -114
  148. pulumi_aiven/open_search.py +302 -303
  149. pulumi_aiven/open_search_acl_config.py +69 -70
  150. pulumi_aiven/open_search_acl_rule.py +86 -87
  151. pulumi_aiven/opensearch_security_plugin_config.py +79 -80
  152. pulumi_aiven/opensearch_user.py +78 -79
  153. pulumi_aiven/organization.py +48 -49
  154. pulumi_aiven/organization_address.py +150 -151
  155. pulumi_aiven/organization_application_user.py +77 -78
  156. pulumi_aiven/organization_application_user_token.py +210 -211
  157. pulumi_aiven/organization_billing_group.py +183 -184
  158. pulumi_aiven/organization_group_project.py +58 -59
  159. pulumi_aiven/organization_permission.py +55 -56
  160. pulumi_aiven/organization_project.py +118 -119
  161. pulumi_aiven/organization_user.py +71 -72
  162. pulumi_aiven/organization_user_group.py +79 -80
  163. pulumi_aiven/organization_user_group_member.py +64 -65
  164. pulumi_aiven/organization_vpc.py +88 -89
  165. pulumi_aiven/organizational_unit.py +62 -63
  166. pulumi_aiven/outputs.py +14747 -14310
  167. pulumi_aiven/pg.py +302 -303
  168. pulumi_aiven/pg_database.py +99 -100
  169. pulumi_aiven/pg_user.py +113 -114
  170. pulumi_aiven/project.py +193 -194
  171. pulumi_aiven/project_user.py +64 -65
  172. pulumi_aiven/project_vpc.py +61 -62
  173. pulumi_aiven/provider.py +12 -13
  174. pulumi_aiven/pulumi-plugin.json +1 -1
  175. pulumi_aiven/redis.py +302 -303
  176. pulumi_aiven/redis_user.py +146 -147
  177. pulumi_aiven/service_integration.py +235 -189
  178. pulumi_aiven/service_integration_endpoint.py +118 -119
  179. pulumi_aiven/static_ip.py +71 -72
  180. pulumi_aiven/thanos.py +302 -303
  181. pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
  182. pulumi_aiven/valkey.py +302 -303
  183. pulumi_aiven/valkey_user.py +146 -147
  184. {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.41.0a1752901795.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -22,23 +21,23 @@ __all__ = ['OrganizationProjectArgs', 'OrganizationProject']
22
21
  @pulumi.input_type
23
22
  class OrganizationProjectArgs:
24
23
  def __init__(__self__, *,
25
- billing_group_id: pulumi.Input[builtins.str],
26
- organization_id: pulumi.Input[builtins.str],
27
- parent_id: pulumi.Input[builtins.str],
28
- project_id: pulumi.Input[builtins.str],
29
- base_port: Optional[pulumi.Input[builtins.int]] = None,
24
+ billing_group_id: pulumi.Input[_builtins.str],
25
+ organization_id: pulumi.Input[_builtins.str],
26
+ parent_id: pulumi.Input[_builtins.str],
27
+ project_id: pulumi.Input[_builtins.str],
28
+ base_port: Optional[pulumi.Input[_builtins.int]] = None,
30
29
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]]] = None,
31
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
30
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
32
31
  timeouts: Optional[pulumi.Input['OrganizationProjectTimeoutsArgs']] = None):
33
32
  """
34
33
  The set of arguments for constructing a OrganizationProject resource.
35
- :param pulumi.Input[builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
36
- :param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`.
37
- :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.
38
- :param pulumi.Input[builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
39
- :param pulumi.Input[builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
34
+ :param pulumi.Input[_builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
35
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Maximum length: `36`.
36
+ :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.
37
+ :param pulumi.Input[_builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
38
+ :param pulumi.Input[_builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
40
39
  :param pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
41
- :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.
40
+ :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.
42
41
  """
43
42
  pulumi.set(__self__, "billing_group_id", billing_group_id)
44
43
  pulumi.set(__self__, "organization_id", organization_id)
@@ -53,67 +52,67 @@ class OrganizationProjectArgs:
53
52
  if timeouts is not None:
54
53
  pulumi.set(__self__, "timeouts", timeouts)
55
54
 
56
- @property
55
+ @_builtins.property
57
56
  @pulumi.getter(name="billingGroupId")
58
- def billing_group_id(self) -> pulumi.Input[builtins.str]:
57
+ def billing_group_id(self) -> pulumi.Input[_builtins.str]:
59
58
  """
60
59
  Billing group ID to assign to the project. It's required when moving projects between organizations.
61
60
  """
62
61
  return pulumi.get(self, "billing_group_id")
63
62
 
64
63
  @billing_group_id.setter
65
- def billing_group_id(self, value: pulumi.Input[builtins.str]):
64
+ def billing_group_id(self, value: pulumi.Input[_builtins.str]):
66
65
  pulumi.set(self, "billing_group_id", value)
67
66
 
68
- @property
67
+ @_builtins.property
69
68
  @pulumi.getter(name="organizationId")
70
- def organization_id(self) -> pulumi.Input[builtins.str]:
69
+ def organization_id(self) -> pulumi.Input[_builtins.str]:
71
70
  """
72
71
  ID of an organization. Maximum length: `36`.
73
72
  """
74
73
  return pulumi.get(self, "organization_id")
75
74
 
76
75
  @organization_id.setter
77
- def organization_id(self, value: pulumi.Input[builtins.str]):
76
+ def organization_id(self, value: pulumi.Input[_builtins.str]):
78
77
  pulumi.set(self, "organization_id", value)
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter(name="parentId")
82
- def parent_id(self) -> pulumi.Input[builtins.str]:
81
+ def parent_id(self) -> pulumi.Input[_builtins.str]:
83
82
  """
84
83
  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.
85
84
  """
86
85
  return pulumi.get(self, "parent_id")
87
86
 
88
87
  @parent_id.setter
89
- def parent_id(self, value: pulumi.Input[builtins.str]):
88
+ def parent_id(self, value: pulumi.Input[_builtins.str]):
90
89
  pulumi.set(self, "parent_id", value)
91
90
 
92
- @property
91
+ @_builtins.property
93
92
  @pulumi.getter(name="projectId")
94
- def project_id(self) -> pulumi.Input[builtins.str]:
93
+ def project_id(self) -> pulumi.Input[_builtins.str]:
95
94
  """
96
95
  The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
97
96
  """
98
97
  return pulumi.get(self, "project_id")
99
98
 
100
99
  @project_id.setter
101
- def project_id(self, value: pulumi.Input[builtins.str]):
100
+ def project_id(self, value: pulumi.Input[_builtins.str]):
102
101
  pulumi.set(self, "project_id", value)
103
102
 
104
- @property
103
+ @_builtins.property
105
104
  @pulumi.getter(name="basePort")
106
- def base_port(self) -> Optional[pulumi.Input[builtins.int]]:
105
+ def base_port(self) -> Optional[pulumi.Input[_builtins.int]]:
107
106
  """
108
107
  Valid port number (1-65535) to use as a base for service port allocation.
109
108
  """
110
109
  return pulumi.get(self, "base_port")
111
110
 
112
111
  @base_port.setter
113
- def base_port(self, value: Optional[pulumi.Input[builtins.int]]):
112
+ def base_port(self, value: Optional[pulumi.Input[_builtins.int]]):
114
113
  pulumi.set(self, "base_port", value)
115
114
 
116
- @property
115
+ @_builtins.property
117
116
  @pulumi.getter
118
117
  def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]]]:
119
118
  """
@@ -125,19 +124,19 @@ class OrganizationProjectArgs:
125
124
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]]]):
126
125
  pulumi.set(self, "tags", value)
127
126
 
128
- @property
127
+ @_builtins.property
129
128
  @pulumi.getter(name="technicalEmails")
130
- def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
129
+ def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
131
130
  """
132
131
  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.
133
132
  """
134
133
  return pulumi.get(self, "technical_emails")
135
134
 
136
135
  @technical_emails.setter
137
- def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
136
+ def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
138
137
  pulumi.set(self, "technical_emails", value)
139
138
 
140
- @property
139
+ @_builtins.property
141
140
  @pulumi.getter
142
141
  def timeouts(self) -> Optional[pulumi.Input['OrganizationProjectTimeoutsArgs']]:
143
142
  return pulumi.get(self, "timeouts")
@@ -150,25 +149,25 @@ class OrganizationProjectArgs:
150
149
  @pulumi.input_type
151
150
  class _OrganizationProjectState:
152
151
  def __init__(__self__, *,
153
- base_port: Optional[pulumi.Input[builtins.int]] = None,
154
- billing_group_id: Optional[pulumi.Input[builtins.str]] = None,
155
- ca_cert: Optional[pulumi.Input[builtins.str]] = None,
156
- organization_id: Optional[pulumi.Input[builtins.str]] = None,
157
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
158
- project_id: Optional[pulumi.Input[builtins.str]] = None,
152
+ base_port: Optional[pulumi.Input[_builtins.int]] = None,
153
+ billing_group_id: Optional[pulumi.Input[_builtins.str]] = None,
154
+ ca_cert: Optional[pulumi.Input[_builtins.str]] = None,
155
+ organization_id: Optional[pulumi.Input[_builtins.str]] = None,
156
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
157
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
159
158
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]]] = None,
160
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
159
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
161
160
  timeouts: Optional[pulumi.Input['OrganizationProjectTimeoutsArgs']] = None):
162
161
  """
163
162
  Input properties used for looking up and filtering OrganizationProject resources.
164
- :param pulumi.Input[builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
165
- :param pulumi.Input[builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
166
- :param pulumi.Input[builtins.str] ca_cert: PEM encoded certificate.
167
- :param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`.
168
- :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.
169
- :param pulumi.Input[builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
163
+ :param pulumi.Input[_builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
164
+ :param pulumi.Input[_builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
165
+ :param pulumi.Input[_builtins.str] ca_cert: PEM encoded certificate.
166
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Maximum length: `36`.
167
+ :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.
168
+ :param pulumi.Input[_builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
170
169
  :param pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize projects.
171
- :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.
170
+ :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.
172
171
  """
173
172
  if base_port is not None:
174
173
  pulumi.set(__self__, "base_port", base_port)
@@ -189,79 +188,79 @@ class _OrganizationProjectState:
189
188
  if timeouts is not None:
190
189
  pulumi.set(__self__, "timeouts", timeouts)
191
190
 
192
- @property
191
+ @_builtins.property
193
192
  @pulumi.getter(name="basePort")
194
- def base_port(self) -> Optional[pulumi.Input[builtins.int]]:
193
+ def base_port(self) -> Optional[pulumi.Input[_builtins.int]]:
195
194
  """
196
195
  Valid port number (1-65535) to use as a base for service port allocation.
197
196
  """
198
197
  return pulumi.get(self, "base_port")
199
198
 
200
199
  @base_port.setter
201
- def base_port(self, value: Optional[pulumi.Input[builtins.int]]):
200
+ def base_port(self, value: Optional[pulumi.Input[_builtins.int]]):
202
201
  pulumi.set(self, "base_port", value)
203
202
 
204
- @property
203
+ @_builtins.property
205
204
  @pulumi.getter(name="billingGroupId")
206
- def billing_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
205
+ def billing_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
207
206
  """
208
207
  Billing group ID to assign to the project. It's required when moving projects between organizations.
209
208
  """
210
209
  return pulumi.get(self, "billing_group_id")
211
210
 
212
211
  @billing_group_id.setter
213
- def billing_group_id(self, value: Optional[pulumi.Input[builtins.str]]):
212
+ def billing_group_id(self, value: Optional[pulumi.Input[_builtins.str]]):
214
213
  pulumi.set(self, "billing_group_id", value)
215
214
 
216
- @property
215
+ @_builtins.property
217
216
  @pulumi.getter(name="caCert")
218
- def ca_cert(self) -> Optional[pulumi.Input[builtins.str]]:
217
+ def ca_cert(self) -> Optional[pulumi.Input[_builtins.str]]:
219
218
  """
220
219
  PEM encoded certificate.
221
220
  """
222
221
  return pulumi.get(self, "ca_cert")
223
222
 
224
223
  @ca_cert.setter
225
- def ca_cert(self, value: Optional[pulumi.Input[builtins.str]]):
224
+ def ca_cert(self, value: Optional[pulumi.Input[_builtins.str]]):
226
225
  pulumi.set(self, "ca_cert", value)
227
226
 
228
- @property
227
+ @_builtins.property
229
228
  @pulumi.getter(name="organizationId")
230
- def organization_id(self) -> Optional[pulumi.Input[builtins.str]]:
229
+ def organization_id(self) -> Optional[pulumi.Input[_builtins.str]]:
231
230
  """
232
231
  ID of an organization. Maximum length: `36`.
233
232
  """
234
233
  return pulumi.get(self, "organization_id")
235
234
 
236
235
  @organization_id.setter
237
- def organization_id(self, value: Optional[pulumi.Input[builtins.str]]):
236
+ def organization_id(self, value: Optional[pulumi.Input[_builtins.str]]):
238
237
  pulumi.set(self, "organization_id", value)
239
238
 
240
- @property
239
+ @_builtins.property
241
240
  @pulumi.getter(name="parentId")
242
- def parent_id(self) -> Optional[pulumi.Input[builtins.str]]:
241
+ def parent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
243
242
  """
244
243
  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.
245
244
  """
246
245
  return pulumi.get(self, "parent_id")
247
246
 
248
247
  @parent_id.setter
249
- def parent_id(self, value: Optional[pulumi.Input[builtins.str]]):
248
+ def parent_id(self, value: Optional[pulumi.Input[_builtins.str]]):
250
249
  pulumi.set(self, "parent_id", value)
251
250
 
252
- @property
251
+ @_builtins.property
253
252
  @pulumi.getter(name="projectId")
254
- def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
253
+ def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
255
254
  """
256
255
  The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
257
256
  """
258
257
  return pulumi.get(self, "project_id")
259
258
 
260
259
  @project_id.setter
261
- def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
260
+ def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
262
261
  pulumi.set(self, "project_id", value)
263
262
 
264
- @property
263
+ @_builtins.property
265
264
  @pulumi.getter
266
265
  def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]]]:
267
266
  """
@@ -273,19 +272,19 @@ class _OrganizationProjectState:
273
272
  def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationProjectTagArgs']]]]):
274
273
  pulumi.set(self, "tags", value)
275
274
 
276
- @property
275
+ @_builtins.property
277
276
  @pulumi.getter(name="technicalEmails")
278
- def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
277
+ def technical_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
279
278
  """
280
279
  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.
281
280
  """
282
281
  return pulumi.get(self, "technical_emails")
283
282
 
284
283
  @technical_emails.setter
285
- def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
284
+ def technical_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
286
285
  pulumi.set(self, "technical_emails", value)
287
286
 
288
- @property
287
+ @_builtins.property
289
288
  @pulumi.getter
290
289
  def timeouts(self) -> Optional[pulumi.Input['OrganizationProjectTimeoutsArgs']]:
291
290
  return pulumi.get(self, "timeouts")
@@ -301,13 +300,13 @@ class OrganizationProject(pulumi.CustomResource):
301
300
  def __init__(__self__,
302
301
  resource_name: str,
303
302
  opts: Optional[pulumi.ResourceOptions] = None,
304
- base_port: Optional[pulumi.Input[builtins.int]] = None,
305
- billing_group_id: Optional[pulumi.Input[builtins.str]] = None,
306
- organization_id: Optional[pulumi.Input[builtins.str]] = None,
307
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
308
- project_id: Optional[pulumi.Input[builtins.str]] = None,
303
+ base_port: Optional[pulumi.Input[_builtins.int]] = None,
304
+ billing_group_id: Optional[pulumi.Input[_builtins.str]] = None,
305
+ organization_id: Optional[pulumi.Input[_builtins.str]] = None,
306
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
307
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
309
308
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OrganizationProjectTagArgs', 'OrganizationProjectTagArgsDict']]]]] = None,
310
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
309
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
311
310
  timeouts: Optional[pulumi.Input[Union['OrganizationProjectTimeoutsArgs', 'OrganizationProjectTimeoutsArgsDict']]] = None,
312
311
  __props__=None):
313
312
  """
@@ -324,13 +323,13 @@ class OrganizationProject(pulumi.CustomResource):
324
323
 
325
324
  :param str resource_name: The name of the resource.
326
325
  :param pulumi.ResourceOptions opts: Options for the resource.
327
- :param pulumi.Input[builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
328
- :param pulumi.Input[builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
329
- :param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`.
330
- :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.
331
- :param pulumi.Input[builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
326
+ :param pulumi.Input[_builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
327
+ :param pulumi.Input[_builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
328
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Maximum length: `36`.
329
+ :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.
330
+ :param pulumi.Input[_builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
332
331
  :param pulumi.Input[Sequence[pulumi.Input[Union['OrganizationProjectTagArgs', 'OrganizationProjectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize projects.
333
- :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.
332
+ :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.
334
333
  """
335
334
  ...
336
335
  @overload
@@ -365,13 +364,13 @@ class OrganizationProject(pulumi.CustomResource):
365
364
  def _internal_init(__self__,
366
365
  resource_name: str,
367
366
  opts: Optional[pulumi.ResourceOptions] = None,
368
- base_port: Optional[pulumi.Input[builtins.int]] = None,
369
- billing_group_id: Optional[pulumi.Input[builtins.str]] = None,
370
- organization_id: Optional[pulumi.Input[builtins.str]] = None,
371
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
372
- project_id: Optional[pulumi.Input[builtins.str]] = None,
367
+ base_port: Optional[pulumi.Input[_builtins.int]] = None,
368
+ billing_group_id: Optional[pulumi.Input[_builtins.str]] = None,
369
+ organization_id: Optional[pulumi.Input[_builtins.str]] = None,
370
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
371
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
373
372
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OrganizationProjectTagArgs', 'OrganizationProjectTagArgsDict']]]]] = None,
374
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
373
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
375
374
  timeouts: Optional[pulumi.Input[Union['OrganizationProjectTimeoutsArgs', 'OrganizationProjectTimeoutsArgsDict']]] = None,
376
375
  __props__=None):
377
376
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -411,14 +410,14 @@ class OrganizationProject(pulumi.CustomResource):
411
410
  def get(resource_name: str,
412
411
  id: pulumi.Input[str],
413
412
  opts: Optional[pulumi.ResourceOptions] = None,
414
- base_port: Optional[pulumi.Input[builtins.int]] = None,
415
- billing_group_id: Optional[pulumi.Input[builtins.str]] = None,
416
- ca_cert: Optional[pulumi.Input[builtins.str]] = None,
417
- organization_id: Optional[pulumi.Input[builtins.str]] = None,
418
- parent_id: Optional[pulumi.Input[builtins.str]] = None,
419
- project_id: Optional[pulumi.Input[builtins.str]] = None,
413
+ base_port: Optional[pulumi.Input[_builtins.int]] = None,
414
+ billing_group_id: Optional[pulumi.Input[_builtins.str]] = None,
415
+ ca_cert: Optional[pulumi.Input[_builtins.str]] = None,
416
+ organization_id: Optional[pulumi.Input[_builtins.str]] = None,
417
+ parent_id: Optional[pulumi.Input[_builtins.str]] = None,
418
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
420
419
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OrganizationProjectTagArgs', 'OrganizationProjectTagArgsDict']]]]] = None,
421
- technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
420
+ technical_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
422
421
  timeouts: Optional[pulumi.Input[Union['OrganizationProjectTimeoutsArgs', 'OrganizationProjectTimeoutsArgsDict']]] = None) -> 'OrganizationProject':
423
422
  """
424
423
  Get an existing OrganizationProject resource's state with the given name, id, and optional extra
@@ -427,14 +426,14 @@ class OrganizationProject(pulumi.CustomResource):
427
426
  :param str resource_name: The unique name of the resulting resource.
428
427
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
429
428
  :param pulumi.ResourceOptions opts: Options for the resource.
430
- :param pulumi.Input[builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
431
- :param pulumi.Input[builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
432
- :param pulumi.Input[builtins.str] ca_cert: PEM encoded certificate.
433
- :param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`.
434
- :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.
435
- :param pulumi.Input[builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
429
+ :param pulumi.Input[_builtins.int] base_port: Valid port number (1-65535) to use as a base for service port allocation.
430
+ :param pulumi.Input[_builtins.str] billing_group_id: Billing group ID to assign to the project. It's required when moving projects between organizations.
431
+ :param pulumi.Input[_builtins.str] ca_cert: PEM encoded certificate.
432
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Maximum length: `36`.
433
+ :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.
434
+ :param pulumi.Input[_builtins.str] project_id: The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
436
435
  :param pulumi.Input[Sequence[pulumi.Input[Union['OrganizationProjectTagArgs', 'OrganizationProjectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize projects.
437
- :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.
436
+ :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.
438
437
  """
439
438
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
440
439
 
@@ -451,55 +450,55 @@ class OrganizationProject(pulumi.CustomResource):
451
450
  __props__.__dict__["timeouts"] = timeouts
452
451
  return OrganizationProject(resource_name, opts=opts, __props__=__props__)
453
452
 
454
- @property
453
+ @_builtins.property
455
454
  @pulumi.getter(name="basePort")
456
- def base_port(self) -> pulumi.Output[builtins.int]:
455
+ def base_port(self) -> pulumi.Output[_builtins.int]:
457
456
  """
458
457
  Valid port number (1-65535) to use as a base for service port allocation.
459
458
  """
460
459
  return pulumi.get(self, "base_port")
461
460
 
462
- @property
461
+ @_builtins.property
463
462
  @pulumi.getter(name="billingGroupId")
464
- def billing_group_id(self) -> pulumi.Output[builtins.str]:
463
+ def billing_group_id(self) -> pulumi.Output[_builtins.str]:
465
464
  """
466
465
  Billing group ID to assign to the project. It's required when moving projects between organizations.
467
466
  """
468
467
  return pulumi.get(self, "billing_group_id")
469
468
 
470
- @property
469
+ @_builtins.property
471
470
  @pulumi.getter(name="caCert")
472
- def ca_cert(self) -> pulumi.Output[builtins.str]:
471
+ def ca_cert(self) -> pulumi.Output[_builtins.str]:
473
472
  """
474
473
  PEM encoded certificate.
475
474
  """
476
475
  return pulumi.get(self, "ca_cert")
477
476
 
478
- @property
477
+ @_builtins.property
479
478
  @pulumi.getter(name="organizationId")
480
- def organization_id(self) -> pulumi.Output[builtins.str]:
479
+ def organization_id(self) -> pulumi.Output[_builtins.str]:
481
480
  """
482
481
  ID of an organization. Maximum length: `36`.
483
482
  """
484
483
  return pulumi.get(self, "organization_id")
485
484
 
486
- @property
485
+ @_builtins.property
487
486
  @pulumi.getter(name="parentId")
488
- def parent_id(self) -> pulumi.Output[builtins.str]:
487
+ def parent_id(self) -> pulumi.Output[_builtins.str]:
489
488
  """
490
489
  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.
491
490
  """
492
491
  return pulumi.get(self, "parent_id")
493
492
 
494
- @property
493
+ @_builtins.property
495
494
  @pulumi.getter(name="projectId")
496
- def project_id(self) -> pulumi.Output[builtins.str]:
495
+ def project_id(self) -> pulumi.Output[_builtins.str]:
497
496
  """
498
497
  The name of the project. Names must be globally unique among all Aiven customers. Names must begin with a letter (a-z), and consist of letters, numbers, and dashes. It's recommended to use a random string or your organization name as a prefix or suffix. Changing this property forces recreation of the resource. Changing this property forces recreation of the resource.
499
498
  """
500
499
  return pulumi.get(self, "project_id")
501
500
 
502
- @property
501
+ @_builtins.property
503
502
  @pulumi.getter
504
503
  def tags(self) -> pulumi.Output[Optional[Sequence['outputs.OrganizationProjectTag']]]:
505
504
  """
@@ -507,15 +506,15 @@ class OrganizationProject(pulumi.CustomResource):
507
506
  """
508
507
  return pulumi.get(self, "tags")
509
508
 
510
- @property
509
+ @_builtins.property
511
510
  @pulumi.getter(name="technicalEmails")
512
- def technical_emails(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
511
+ def technical_emails(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
513
512
  """
514
513
  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.
515
514
  """
516
515
  return pulumi.get(self, "technical_emails")
517
516
 
518
- @property
517
+ @_builtins.property
519
518
  @pulumi.getter
520
519
  def timeouts(self) -> pulumi.Output[Optional['outputs.OrganizationProjectTimeouts']]:
521
520
  return pulumi.get(self, "timeouts")