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
@@ -56,73 +55,73 @@ class GetPgUserResult:
56
55
  raise TypeError("Expected argument 'username' to be a str")
57
56
  pulumi.set(__self__, "username", username)
58
57
 
59
- @property
58
+ @_builtins.property
60
59
  @pulumi.getter(name="accessCert")
61
- def access_cert(self) -> builtins.str:
60
+ def access_cert(self) -> _builtins.str:
62
61
  """
63
62
  The access certificate for the servie user.
64
63
  """
65
64
  return pulumi.get(self, "access_cert")
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  @pulumi.getter(name="accessKey")
69
- def access_key(self) -> builtins.str:
68
+ def access_key(self) -> _builtins.str:
70
69
  """
71
70
  The access certificate key for the service user.
72
71
  """
73
72
  return pulumi.get(self, "access_key")
74
73
 
75
- @property
74
+ @_builtins.property
76
75
  @pulumi.getter
77
- def id(self) -> builtins.str:
76
+ def id(self) -> _builtins.str:
78
77
  """
79
78
  The provider-assigned unique ID for this managed resource.
80
79
  """
81
80
  return pulumi.get(self, "id")
82
81
 
83
- @property
82
+ @_builtins.property
84
83
  @pulumi.getter
85
- def password(self) -> builtins.str:
84
+ def password(self) -> _builtins.str:
86
85
  """
87
86
  The password of the service user.
88
87
  """
89
88
  return pulumi.get(self, "password")
90
89
 
91
- @property
90
+ @_builtins.property
92
91
  @pulumi.getter(name="pgAllowReplication")
93
- def pg_allow_replication(self) -> builtins.bool:
92
+ def pg_allow_replication(self) -> _builtins.bool:
94
93
  """
95
94
  Allows replication. For the default avnadmin user this attribute is required and is always `true`.
96
95
  """
97
96
  return pulumi.get(self, "pg_allow_replication")
98
97
 
99
- @property
98
+ @_builtins.property
100
99
  @pulumi.getter
101
- def project(self) -> builtins.str:
100
+ def project(self) -> _builtins.str:
102
101
  """
103
102
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
104
103
  """
105
104
  return pulumi.get(self, "project")
106
105
 
107
- @property
106
+ @_builtins.property
108
107
  @pulumi.getter(name="serviceName")
109
- def service_name(self) -> builtins.str:
108
+ def service_name(self) -> _builtins.str:
110
109
  """
111
110
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
112
111
  """
113
112
  return pulumi.get(self, "service_name")
114
113
 
115
- @property
114
+ @_builtins.property
116
115
  @pulumi.getter
117
- def type(self) -> builtins.str:
116
+ def type(self) -> _builtins.str:
118
117
  """
119
118
  The service user account type, either primary or regular.
120
119
  """
121
120
  return pulumi.get(self, "type")
122
121
 
123
- @property
122
+ @_builtins.property
124
123
  @pulumi.getter
125
- def username(self) -> builtins.str:
124
+ def username(self) -> _builtins.str:
126
125
  """
127
126
  The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
128
127
  """
@@ -146,9 +145,9 @@ class AwaitableGetPgUserResult(GetPgUserResult):
146
145
  username=self.username)
147
146
 
148
147
 
149
- def get_pg_user(project: Optional[builtins.str] = None,
150
- service_name: Optional[builtins.str] = None,
151
- username: Optional[builtins.str] = None,
148
+ def get_pg_user(project: Optional[_builtins.str] = None,
149
+ service_name: Optional[_builtins.str] = None,
150
+ username: Optional[_builtins.str] = None,
152
151
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPgUserResult:
153
152
  """
154
153
  Gets information about an Aiven for PostgreSQL® service user.
@@ -165,9 +164,9 @@ def get_pg_user(project: Optional[builtins.str] = None,
165
164
  ```
166
165
 
167
166
 
168
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
170
- :param builtins.str username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
167
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
168
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
+ :param _builtins.str username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
171
170
  """
172
171
  __args__ = dict()
173
172
  __args__['project'] = project
@@ -186,9 +185,9 @@ def get_pg_user(project: Optional[builtins.str] = None,
186
185
  service_name=pulumi.get(__ret__, 'service_name'),
187
186
  type=pulumi.get(__ret__, 'type'),
188
187
  username=pulumi.get(__ret__, 'username'))
189
- def get_pg_user_output(project: Optional[pulumi.Input[builtins.str]] = None,
190
- service_name: Optional[pulumi.Input[builtins.str]] = None,
191
- username: Optional[pulumi.Input[builtins.str]] = None,
188
+ def get_pg_user_output(project: Optional[pulumi.Input[_builtins.str]] = None,
189
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
190
+ username: Optional[pulumi.Input[_builtins.str]] = None,
192
191
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPgUserResult]:
193
192
  """
194
193
  Gets information about an Aiven for PostgreSQL® service user.
@@ -205,9 +204,9 @@ def get_pg_user_output(project: Optional[pulumi.Input[builtins.str]] = None,
205
204
  ```
206
205
 
207
206
 
208
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
209
- :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
210
- :param builtins.str username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
207
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
208
+ :param _builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
209
+ :param _builtins.str username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
211
210
  """
212
211
  __args__ = dict()
213
212
  __args__['project'] = project
@@ -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
@@ -75,103 +74,103 @@ class GetProjectResult:
75
74
  raise TypeError("Expected argument 'use_source_project_billing_group' to be a bool")
76
75
  pulumi.set(__self__, "use_source_project_billing_group", use_source_project_billing_group)
77
76
 
78
- @property
77
+ @_builtins.property
79
78
  @pulumi.getter(name="accountId")
80
- def account_id(self) -> builtins.str:
79
+ def account_id(self) -> _builtins.str:
81
80
  """
82
81
  Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
83
82
  """
84
83
  return pulumi.get(self, "account_id")
85
84
 
86
- @property
85
+ @_builtins.property
87
86
  @pulumi.getter(name="addAccountOwnersAdminAccess")
88
- def add_account_owners_admin_access(self) -> builtins.bool:
87
+ def add_account_owners_admin_access(self) -> _builtins.bool:
89
88
  """
90
89
  If parent_id is set, grant account owner team admin access to the new project. The default value is `true`.
91
90
  """
92
91
  return pulumi.get(self, "add_account_owners_admin_access")
93
92
 
94
- @property
93
+ @_builtins.property
95
94
  @pulumi.getter(name="availableCredits")
96
- def available_credits(self) -> builtins.str:
95
+ def available_credits(self) -> _builtins.str:
97
96
  """
98
97
  The number of trial or promotional credits remaining for this project.
99
98
  """
100
99
  return pulumi.get(self, "available_credits")
101
100
 
102
- @property
101
+ @_builtins.property
103
102
  @pulumi.getter(name="billingGroup")
104
- def billing_group(self) -> builtins.str:
103
+ def billing_group(self) -> _builtins.str:
105
104
  """
106
105
  The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
107
106
  """
108
107
  return pulumi.get(self, "billing_group")
109
108
 
110
- @property
109
+ @_builtins.property
111
110
  @pulumi.getter(name="caCert")
112
- def ca_cert(self) -> builtins.str:
111
+ def ca_cert(self) -> _builtins.str:
113
112
  """
114
113
  The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
115
114
  """
116
115
  return pulumi.get(self, "ca_cert")
117
116
 
118
- @property
117
+ @_builtins.property
119
118
  @pulumi.getter(name="copyFromProject")
120
- def copy_from_project(self) -> builtins.str:
119
+ def copy_from_project(self) -> _builtins.str:
121
120
  """
122
121
  The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
123
122
  """
124
123
  return pulumi.get(self, "copy_from_project")
125
124
 
126
- @property
125
+ @_builtins.property
127
126
  @pulumi.getter(name="defaultCloud")
128
- def default_cloud(self) -> builtins.str:
127
+ def default_cloud(self) -> _builtins.str:
129
128
  """
130
129
  Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
131
130
  """
132
131
  return pulumi.get(self, "default_cloud")
133
132
 
134
- @property
133
+ @_builtins.property
135
134
  @pulumi.getter(name="estimatedBalance")
136
- def estimated_balance(self) -> builtins.str:
135
+ def estimated_balance(self) -> _builtins.str:
137
136
  """
138
137
  The monthly running estimate for this project for the current billing period.
139
138
  """
140
139
  return pulumi.get(self, "estimated_balance")
141
140
 
142
- @property
141
+ @_builtins.property
143
142
  @pulumi.getter
144
- def id(self) -> builtins.str:
143
+ def id(self) -> _builtins.str:
145
144
  """
146
145
  The provider-assigned unique ID for this managed resource.
147
146
  """
148
147
  return pulumi.get(self, "id")
149
148
 
150
- @property
149
+ @_builtins.property
151
150
  @pulumi.getter(name="parentId")
152
- def parent_id(self) -> builtins.str:
151
+ def parent_id(self) -> _builtins.str:
153
152
  """
154
153
  Link a project to an [organization or organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) by using its ID. To set up proper dependencies please refer to this variable as a reference.
155
154
  """
156
155
  return pulumi.get(self, "parent_id")
157
156
 
158
- @property
157
+ @_builtins.property
159
158
  @pulumi.getter(name="paymentMethod")
160
- def payment_method(self) -> builtins.str:
159
+ def payment_method(self) -> _builtins.str:
161
160
  """
162
161
  The payment type used for this project. For example,`card`.
163
162
  """
164
163
  return pulumi.get(self, "payment_method")
165
164
 
166
- @property
165
+ @_builtins.property
167
166
  @pulumi.getter
168
- def project(self) -> builtins.str:
167
+ def project(self) -> _builtins.str:
169
168
  """
170
169
  The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
171
170
  """
172
171
  return pulumi.get(self, "project")
173
172
 
174
- @property
173
+ @_builtins.property
175
174
  @pulumi.getter
176
175
  def tags(self) -> Sequence['outputs.GetProjectTagResult']:
177
176
  """
@@ -179,17 +178,17 @@ class GetProjectResult:
179
178
  """
180
179
  return pulumi.get(self, "tags")
181
180
 
182
- @property
181
+ @_builtins.property
183
182
  @pulumi.getter(name="technicalEmails")
184
- def technical_emails(self) -> Sequence[builtins.str]:
183
+ def technical_emails(self) -> Sequence[_builtins.str]:
185
184
  """
186
185
  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.
187
186
  """
188
187
  return pulumi.get(self, "technical_emails")
189
188
 
190
- @property
189
+ @_builtins.property
191
190
  @pulumi.getter(name="useSourceProjectBillingGroup")
192
- def use_source_project_billing_group(self) -> builtins.bool:
191
+ def use_source_project_billing_group(self) -> _builtins.bool:
193
192
  """
194
193
  Use the same billing group that is used in source project.
195
194
  """
@@ -219,7 +218,7 @@ class AwaitableGetProjectResult(GetProjectResult):
219
218
  use_source_project_billing_group=self.use_source_project_billing_group)
220
219
 
221
220
 
222
- def get_project(project: Optional[builtins.str] = None,
221
+ def get_project(project: Optional[_builtins.str] = None,
223
222
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectResult:
224
223
  """
225
224
  Gets information about an Aiven project.
@@ -234,7 +233,7 @@ def get_project(project: Optional[builtins.str] = None,
234
233
  ```
235
234
 
236
235
 
237
- :param builtins.str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
236
+ :param _builtins.str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
238
237
  """
239
238
  __args__ = dict()
240
239
  __args__['project'] = project
@@ -257,7 +256,7 @@ def get_project(project: Optional[builtins.str] = None,
257
256
  tags=pulumi.get(__ret__, 'tags'),
258
257
  technical_emails=pulumi.get(__ret__, 'technical_emails'),
259
258
  use_source_project_billing_group=pulumi.get(__ret__, 'use_source_project_billing_group'))
260
- def get_project_output(project: Optional[pulumi.Input[builtins.str]] = None,
259
+ def get_project_output(project: Optional[pulumi.Input[_builtins.str]] = None,
261
260
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectResult]:
262
261
  """
263
262
  Gets information about an Aiven project.
@@ -272,7 +271,7 @@ def get_project_output(project: Optional[pulumi.Input[builtins.str]] = None,
272
271
  ```
273
272
 
274
273
 
275
- :param builtins.str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
274
+ :param _builtins.str project: The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
276
275
  """
277
276
  __args__ = dict()
278
277
  __args__['project'] = project
@@ -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
@@ -44,41 +43,41 @@ class GetProjectUserResult:
44
43
  raise TypeError("Expected argument 'project' to be a str")
45
44
  pulumi.set(__self__, "project", project)
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter
49
- def accepted(self) -> builtins.bool:
48
+ def accepted(self) -> _builtins.bool:
50
49
  """
51
50
  Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
52
51
  """
53
52
  return pulumi.get(self, "accepted")
54
53
 
55
- @property
54
+ @_builtins.property
56
55
  @pulumi.getter
57
- def email(self) -> builtins.str:
56
+ def email(self) -> _builtins.str:
58
57
  """
59
58
  Email address of the user in lowercase. Changing this property forces recreation of the resource.
60
59
  """
61
60
  return pulumi.get(self, "email")
62
61
 
63
- @property
62
+ @_builtins.property
64
63
  @pulumi.getter
65
- def id(self) -> builtins.str:
64
+ def id(self) -> _builtins.str:
66
65
  """
67
66
  The provider-assigned unique ID for this managed resource.
68
67
  """
69
68
  return pulumi.get(self, "id")
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter(name="memberType")
73
- def member_type(self) -> builtins.str:
72
+ def member_type(self) -> _builtins.str:
74
73
  """
75
- Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
74
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
76
75
  """
77
76
  return pulumi.get(self, "member_type")
78
77
 
79
- @property
78
+ @_builtins.property
80
79
  @pulumi.getter
81
- def project(self) -> builtins.str:
80
+ def project(self) -> _builtins.str:
82
81
  """
83
82
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
84
83
  """
@@ -98,8 +97,8 @@ class AwaitableGetProjectUserResult(GetProjectUserResult):
98
97
  project=self.project)
99
98
 
100
99
 
101
- def get_project_user(email: Optional[builtins.str] = None,
102
- project: Optional[builtins.str] = None,
100
+ def get_project_user(email: Optional[_builtins.str] = None,
101
+ project: Optional[_builtins.str] = None,
103
102
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectUserResult:
104
103
  """
105
104
  The Project User data source provides information about the existing Aiven Project User.
@@ -120,8 +119,8 @@ def get_project_user(email: Optional[builtins.str] = None,
120
119
  ```
121
120
 
122
121
 
123
- :param builtins.str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
124
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
122
+ :param _builtins.str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
123
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
125
124
  """
126
125
  __args__ = dict()
127
126
  __args__['email'] = email
@@ -135,8 +134,8 @@ def get_project_user(email: Optional[builtins.str] = None,
135
134
  id=pulumi.get(__ret__, 'id'),
136
135
  member_type=pulumi.get(__ret__, 'member_type'),
137
136
  project=pulumi.get(__ret__, 'project'))
138
- def get_project_user_output(email: Optional[pulumi.Input[builtins.str]] = None,
139
- project: Optional[pulumi.Input[builtins.str]] = None,
137
+ def get_project_user_output(email: Optional[pulumi.Input[_builtins.str]] = None,
138
+ project: Optional[pulumi.Input[_builtins.str]] = None,
140
139
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectUserResult]:
141
140
  """
142
141
  The Project User data source provides information about the existing Aiven Project User.
@@ -157,8 +156,8 @@ def get_project_user_output(email: Optional[pulumi.Input[builtins.str]] = None,
157
156
  ```
158
157
 
159
158
 
160
- :param builtins.str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
161
- :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
159
+ :param _builtins.str email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
160
+ :param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
162
161
  """
163
162
  __args__ = dict()
164
163
  __args__['email'] = email
@@ -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
@@ -47,49 +46,49 @@ class GetProjectVpcResult:
47
46
  raise TypeError("Expected argument 'vpc_id' to be a str")
48
47
  pulumi.set(__self__, "vpc_id", vpc_id)
49
48
 
50
- @property
49
+ @_builtins.property
51
50
  @pulumi.getter(name="cloudName")
52
- def cloud_name(self) -> Optional[builtins.str]:
51
+ def cloud_name(self) -> Optional[_builtins.str]:
53
52
  """
54
53
  The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
55
54
  """
56
55
  return pulumi.get(self, "cloud_name")
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter
60
- def id(self) -> builtins.str:
59
+ def id(self) -> _builtins.str:
61
60
  """
62
61
  The provider-assigned unique ID for this managed resource.
63
62
  """
64
63
  return pulumi.get(self, "id")
65
64
 
66
- @property
65
+ @_builtins.property
67
66
  @pulumi.getter(name="networkCidr")
68
- def network_cidr(self) -> builtins.str:
67
+ def network_cidr(self) -> _builtins.str:
69
68
  """
70
69
  Network address range used by the VPC. For example, `192.168.0.0/24`.
71
70
  """
72
71
  return pulumi.get(self, "network_cidr")
73
72
 
74
- @property
73
+ @_builtins.property
75
74
  @pulumi.getter
76
- def project(self) -> Optional[builtins.str]:
75
+ def project(self) -> Optional[_builtins.str]:
77
76
  """
78
77
  Identifies the project this resource belongs to.
79
78
  """
80
79
  return pulumi.get(self, "project")
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  @pulumi.getter
84
- def state(self) -> builtins.str:
83
+ def state(self) -> _builtins.str:
85
84
  """
86
85
  State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
87
86
  """
88
87
  return pulumi.get(self, "state")
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter(name="vpcId")
92
- def vpc_id(self) -> Optional[builtins.str]:
91
+ def vpc_id(self) -> Optional[_builtins.str]:
93
92
  """
94
93
  The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
95
94
  """
@@ -110,9 +109,9 @@ class AwaitableGetProjectVpcResult(GetProjectVpcResult):
110
109
  vpc_id=self.vpc_id)
111
110
 
112
111
 
113
- def get_project_vpc(cloud_name: Optional[builtins.str] = None,
114
- project: Optional[builtins.str] = None,
115
- vpc_id: Optional[builtins.str] = None,
112
+ def get_project_vpc(cloud_name: Optional[_builtins.str] = None,
113
+ project: Optional[_builtins.str] = None,
114
+ vpc_id: Optional[_builtins.str] = None,
116
115
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectVpcResult:
117
116
  """
118
117
  Gets information about the VPC for an Aiven project.
@@ -128,9 +127,9 @@ def get_project_vpc(cloud_name: Optional[builtins.str] = None,
128
127
  ```
129
128
 
130
129
 
131
- :param builtins.str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
132
- :param builtins.str project: Identifies the project this resource belongs to.
133
- :param builtins.str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
130
+ :param _builtins.str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
131
+ :param _builtins.str project: Identifies the project this resource belongs to.
132
+ :param _builtins.str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
134
133
  """
135
134
  __args__ = dict()
136
135
  __args__['cloudName'] = cloud_name
@@ -146,9 +145,9 @@ def get_project_vpc(cloud_name: Optional[builtins.str] = None,
146
145
  project=pulumi.get(__ret__, 'project'),
147
146
  state=pulumi.get(__ret__, 'state'),
148
147
  vpc_id=pulumi.get(__ret__, 'vpc_id'))
149
- def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
150
- project: Optional[pulumi.Input[Optional[builtins.str]]] = None,
151
- vpc_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
148
+ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
149
+ project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
150
+ vpc_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
152
151
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectVpcResult]:
153
152
  """
154
153
  Gets information about the VPC for an Aiven project.
@@ -164,9 +163,9 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[builtins.s
164
163
  ```
165
164
 
166
165
 
167
- :param builtins.str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
168
- :param builtins.str project: Identifies the project this resource belongs to.
169
- :param builtins.str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
166
+ :param _builtins.str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
167
+ :param _builtins.str project: Identifies the project this resource belongs to.
168
+ :param _builtins.str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
170
169
  """
171
170
  __args__ = dict()
172
171
  __args__['cloudName'] = cloud_name