pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711516617__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 (132) hide show
  1. pulumi_aiven/_inputs.py +262 -200
  2. pulumi_aiven/account.py +6 -2
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +10 -6
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +22 -18
  8. pulumi_aiven/aws_vpc_peering_connection.py +12 -8
  9. pulumi_aiven/azure_privatelink.py +22 -18
  10. pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
  11. pulumi_aiven/azure_vpc_peering_connection.py +10 -6
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +57 -25
  14. pulumi_aiven/cassandra_user.py +22 -18
  15. pulumi_aiven/clickhouse.py +57 -25
  16. pulumi_aiven/clickhouse_database.py +26 -24
  17. pulumi_aiven/clickhouse_grant.py +37 -35
  18. pulumi_aiven/clickhouse_role.py +20 -16
  19. pulumi_aiven/clickhouse_user.py +22 -18
  20. pulumi_aiven/connection_pool.py +28 -24
  21. pulumi_aiven/dragonfly.py +263 -124
  22. pulumi_aiven/flink.py +36 -32
  23. pulumi_aiven/flink_application.py +24 -22
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +14 -96
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
  29. pulumi_aiven/get_account.py +4 -0
  30. pulumi_aiven/get_aws_privatelink.py +14 -10
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
  32. pulumi_aiven/get_azure_privatelink.py +14 -10
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +24 -7
  36. pulumi_aiven/get_cassandra.py +24 -7
  37. pulumi_aiven/get_cassandra_user.py +14 -10
  38. pulumi_aiven/get_clickhouse.py +24 -7
  39. pulumi_aiven/get_clickhouse_database.py +14 -10
  40. pulumi_aiven/get_clickhouse_user.py +14 -10
  41. pulumi_aiven/get_connection_pool.py +14 -10
  42. pulumi_aiven/get_dragonfly.py +20 -27
  43. pulumi_aiven/get_flink.py +10 -6
  44. pulumi_aiven/get_flink_application.py +12 -8
  45. pulumi_aiven/get_flink_application_version.py +12 -8
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
  47. pulumi_aiven/get_grafana.py +24 -7
  48. pulumi_aiven/get_kafka.py +17 -13
  49. pulumi_aiven/get_kafka_acl.py +14 -10
  50. pulumi_aiven/get_kafka_connect.py +24 -7
  51. pulumi_aiven/get_kafka_connector.py +14 -10
  52. pulumi_aiven/get_kafka_mirror_maker.py +24 -7
  53. pulumi_aiven/get_kafka_schema.py +14 -10
  54. pulumi_aiven/get_kafka_schema_configuration.py +14 -10
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +20 -16
  57. pulumi_aiven/get_kafka_user.py +14 -10
  58. pulumi_aiven/get_m3_aggregator.py +24 -7
  59. pulumi_aiven/get_m3_db.py +24 -7
  60. pulumi_aiven/get_m3db_user.py +14 -10
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
  62. pulumi_aiven/get_my_sql.py +24 -7
  63. pulumi_aiven/get_mysql_database.py +14 -10
  64. pulumi_aiven/get_mysql_user.py +14 -10
  65. pulumi_aiven/get_open_search.py +10 -6
  66. pulumi_aiven/get_open_search_acl_config.py +14 -10
  67. pulumi_aiven/get_open_search_acl_rule.py +14 -10
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
  69. pulumi_aiven/get_opensearch_user.py +14 -10
  70. pulumi_aiven/get_organization.py +4 -0
  71. pulumi_aiven/get_organization_user_group.py +6 -2
  72. pulumi_aiven/get_pg.py +10 -6
  73. pulumi_aiven/get_pg_database.py +14 -10
  74. pulumi_aiven/get_pg_user.py +14 -10
  75. pulumi_aiven/get_project.py +21 -17
  76. pulumi_aiven/get_project_user.py +13 -9
  77. pulumi_aiven/get_project_vpc.py +6 -2
  78. pulumi_aiven/get_redis.py +24 -7
  79. pulumi_aiven/get_redis_user.py +14 -10
  80. pulumi_aiven/get_service_component.py +8 -4
  81. pulumi_aiven/get_service_integration.py +33 -19
  82. pulumi_aiven/get_service_integration_endpoint.py +6 -2
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
  84. pulumi_aiven/grafana.py +267 -82
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +54 -50
  89. pulumi_aiven/kafka_acl.py +24 -20
  90. pulumi_aiven/kafka_connect.py +267 -80
  91. pulumi_aiven/kafka_connector.py +30 -26
  92. pulumi_aiven/kafka_mirror_maker.py +267 -80
  93. pulumi_aiven/kafka_schema.py +22 -18
  94. pulumi_aiven/kafka_schema_configuration.py +24 -20
  95. pulumi_aiven/kafka_schema_registry_acl.py +14 -54
  96. pulumi_aiven/kafka_topic.py +46 -84
  97. pulumi_aiven/kafka_user.py +22 -18
  98. pulumi_aiven/m3_aggregator.py +267 -80
  99. pulumi_aiven/m3_db.py +267 -80
  100. pulumi_aiven/m3db_user.py +20 -16
  101. pulumi_aiven/mirror_maker_replication_flow.py +26 -22
  102. pulumi_aiven/my_sql.py +267 -80
  103. pulumi_aiven/mysql_database.py +24 -20
  104. pulumi_aiven/mysql_user.py +22 -18
  105. pulumi_aiven/open_search.py +31 -27
  106. pulumi_aiven/open_search_acl_config.py +36 -28
  107. pulumi_aiven/open_search_acl_rule.py +40 -36
  108. pulumi_aiven/opensearch_security_plugin_config.py +32 -28
  109. pulumi_aiven/opensearch_user.py +22 -18
  110. pulumi_aiven/organization.py +6 -2
  111. pulumi_aiven/organization_group_project.py +0 -46
  112. pulumi_aiven/organization_user.py +20 -2
  113. pulumi_aiven/organization_user_group.py +6 -4
  114. pulumi_aiven/organization_user_group_member.py +10 -8
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +390 -271
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +24 -20
  119. pulumi_aiven/pg_user.py +22 -18
  120. pulumi_aiven/project.py +79 -75
  121. pulumi_aiven/project_user.py +28 -24
  122. pulumi_aiven/project_vpc.py +7 -31
  123. pulumi_aiven/redis.py +267 -80
  124. pulumi_aiven/redis_user.py +22 -18
  125. pulumi_aiven/service_integration.py +58 -54
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
  128. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0a1711516617.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/top_level.txt +0 -0
@@ -19,9 +19,9 @@ class ProjectUserArgs:
19
19
  project: pulumi.Input[str]):
20
20
  """
21
21
  The set of arguments for constructing a ProjectUser resource.
22
- :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
22
+ :param pulumi.Input[str] email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
23
23
  :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
24
- :param pulumi.Input[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.
24
+ :param pulumi.Input[str] project: Identifies 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.
25
25
  """
26
26
  pulumi.set(__self__, "email", email)
27
27
  pulumi.set(__self__, "member_type", member_type)
@@ -31,7 +31,7 @@ class ProjectUserArgs:
31
31
  @pulumi.getter
32
32
  def email(self) -> pulumi.Input[str]:
33
33
  """
34
- Email address of the user in lowercase. Changing this property forces recreation of the resource.
34
+ Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
35
35
  """
36
36
  return pulumi.get(self, "email")
37
37
 
@@ -55,7 +55,7 @@ class ProjectUserArgs:
55
55
  @pulumi.getter
56
56
  def project(self) -> pulumi.Input[str]:
57
57
  """
58
- 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.
58
+ Identifies 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.
59
59
  """
60
60
  return pulumi.get(self, "project")
61
61
 
@@ -73,10 +73,10 @@ class _ProjectUserState:
73
73
  project: Optional[pulumi.Input[str]] = None):
74
74
  """
75
75
  Input properties used for looking up and filtering ProjectUser resources.
76
- :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
77
- :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
76
+ :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project; adding user to a project sends an invitation to the target user and the actual membership is only created once the user accepts the invitation.
77
+ :param pulumi.Input[str] email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
78
78
  :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
79
- :param pulumi.Input[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.
79
+ :param pulumi.Input[str] project: Identifies 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.
80
80
  """
81
81
  if accepted is not None:
82
82
  pulumi.set(__self__, "accepted", accepted)
@@ -91,7 +91,7 @@ class _ProjectUserState:
91
91
  @pulumi.getter
92
92
  def accepted(self) -> Optional[pulumi.Input[bool]]:
93
93
  """
94
- Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
94
+ Whether the user has accepted the request to join the project; adding user to a project sends an invitation to the target user and the actual membership is only created once the user accepts the invitation.
95
95
  """
96
96
  return pulumi.get(self, "accepted")
97
97
 
@@ -103,7 +103,7 @@ class _ProjectUserState:
103
103
  @pulumi.getter
104
104
  def email(self) -> Optional[pulumi.Input[str]]:
105
105
  """
106
- Email address of the user in lowercase. Changing this property forces recreation of the resource.
106
+ Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
107
107
  """
108
108
  return pulumi.get(self, "email")
109
109
 
@@ -127,7 +127,7 @@ class _ProjectUserState:
127
127
  @pulumi.getter
128
128
  def project(self) -> Optional[pulumi.Input[str]]:
129
129
  """
130
- 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.
130
+ Identifies 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.
131
131
  """
132
132
  return pulumi.get(self, "project")
133
133
 
@@ -146,31 +146,33 @@ class ProjectUser(pulumi.CustomResource):
146
146
  project: Optional[pulumi.Input[str]] = None,
147
147
  __props__=None):
148
148
  """
149
- Creates and manages an Aiven project member.
149
+ The Project User resource allows the creation and management of Aiven Project Users.
150
150
 
151
151
  ## Example Usage
152
152
 
153
+ <!--Start PulumiCodeChooser -->
153
154
  ```python
154
155
  import pulumi
155
156
  import pulumi_aiven as aiven
156
157
 
157
158
  mytestuser = aiven.ProjectUser("mytestuser",
158
- project=myproject["project"],
159
+ project=aiven_project["myproject"]["project"],
159
160
  email="john.doe@example.com",
160
161
  member_type="admin")
161
162
  ```
163
+ <!--End PulumiCodeChooser -->
162
164
 
163
165
  ## Import
164
166
 
165
167
  ```sh
166
- $ pulumi import aiven:index/projectUser:ProjectUser mytestuser PROJECT/EMAIL
168
+ $ pulumi import aiven:index/projectUser:ProjectUser mytestuser project/email
167
169
  ```
168
170
 
169
171
  :param str resource_name: The name of the resource.
170
172
  :param pulumi.ResourceOptions opts: Options for the resource.
171
- :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
173
+ :param pulumi.Input[str] email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
172
174
  :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
173
- :param pulumi.Input[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.
175
+ :param pulumi.Input[str] project: Identifies 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.
174
176
  """
175
177
  ...
176
178
  @overload
@@ -179,24 +181,26 @@ class ProjectUser(pulumi.CustomResource):
179
181
  args: ProjectUserArgs,
180
182
  opts: Optional[pulumi.ResourceOptions] = None):
181
183
  """
182
- Creates and manages an Aiven project member.
184
+ The Project User resource allows the creation and management of Aiven Project Users.
183
185
 
184
186
  ## Example Usage
185
187
 
188
+ <!--Start PulumiCodeChooser -->
186
189
  ```python
187
190
  import pulumi
188
191
  import pulumi_aiven as aiven
189
192
 
190
193
  mytestuser = aiven.ProjectUser("mytestuser",
191
- project=myproject["project"],
194
+ project=aiven_project["myproject"]["project"],
192
195
  email="john.doe@example.com",
193
196
  member_type="admin")
194
197
  ```
198
+ <!--End PulumiCodeChooser -->
195
199
 
196
200
  ## Import
197
201
 
198
202
  ```sh
199
- $ pulumi import aiven:index/projectUser:ProjectUser mytestuser PROJECT/EMAIL
203
+ $ pulumi import aiven:index/projectUser:ProjectUser mytestuser project/email
200
204
  ```
201
205
 
202
206
  :param str resource_name: The name of the resource.
@@ -257,10 +261,10 @@ class ProjectUser(pulumi.CustomResource):
257
261
  :param str resource_name: The unique name of the resulting resource.
258
262
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
259
263
  :param pulumi.ResourceOptions opts: Options for the resource.
260
- :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
261
- :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
264
+ :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project; adding user to a project sends an invitation to the target user and the actual membership is only created once the user accepts the invitation.
265
+ :param pulumi.Input[str] email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
262
266
  :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer` and `operator`.
263
- :param pulumi.Input[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.
267
+ :param pulumi.Input[str] project: Identifies 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.
264
268
  """
265
269
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
266
270
 
@@ -276,7 +280,7 @@ class ProjectUser(pulumi.CustomResource):
276
280
  @pulumi.getter
277
281
  def accepted(self) -> pulumi.Output[bool]:
278
282
  """
279
- Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
283
+ Whether the user has accepted the request to join the project; adding user to a project sends an invitation to the target user and the actual membership is only created once the user accepts the invitation.
280
284
  """
281
285
  return pulumi.get(self, "accepted")
282
286
 
@@ -284,7 +288,7 @@ class ProjectUser(pulumi.CustomResource):
284
288
  @pulumi.getter
285
289
  def email(self) -> pulumi.Output[str]:
286
290
  """
287
- Email address of the user in lowercase. Changing this property forces recreation of the resource.
291
+ Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
288
292
  """
289
293
  return pulumi.get(self, "email")
290
294
 
@@ -300,7 +304,7 @@ class ProjectUser(pulumi.CustomResource):
300
304
  @pulumi.getter
301
305
  def project(self) -> pulumi.Output[str]:
302
306
  """
303
- 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.
307
+ Identifies 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.
304
308
  """
305
309
  return pulumi.get(self, "project")
306
310
 
@@ -21,7 +21,7 @@ class ProjectVpcArgs:
21
21
  The set of arguments for constructing a ProjectVpc resource.
22
22
  :param pulumi.Input[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`. Changing this property forces recreation of the resource.
23
23
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
24
- :param pulumi.Input[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.
24
+ :param pulumi.Input[str] project: Identifies 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.
25
25
  """
26
26
  pulumi.set(__self__, "cloud_name", cloud_name)
27
27
  pulumi.set(__self__, "network_cidr", network_cidr)
@@ -55,7 +55,7 @@ class ProjectVpcArgs:
55
55
  @pulumi.getter
56
56
  def project(self) -> pulumi.Input[str]:
57
57
  """
58
- 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.
58
+ Identifies 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.
59
59
  """
60
60
  return pulumi.get(self, "project")
61
61
 
@@ -75,7 +75,7 @@ class _ProjectVpcState:
75
75
  Input properties used for looking up and filtering ProjectVpc resources.
76
76
  :param pulumi.Input[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`. Changing this property forces recreation of the resource.
77
77
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
78
- :param pulumi.Input[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.
78
+ :param pulumi.Input[str] project: Identifies 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.
79
79
  :param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
80
80
  """
81
81
  if cloud_name is not None:
@@ -115,7 +115,7 @@ class _ProjectVpcState:
115
115
  @pulumi.getter
116
116
  def project(self) -> Optional[pulumi.Input[str]]:
117
117
  """
118
- 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.
118
+ Identifies 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.
119
119
  """
120
120
  return pulumi.get(self, "project")
121
121
 
@@ -148,18 +148,6 @@ class ProjectVpc(pulumi.CustomResource):
148
148
  """
149
149
  Creates and manages a VPC for an Aiven project.
150
150
 
151
- ## Example Usage
152
-
153
- ```python
154
- import pulumi
155
- import pulumi_aiven as aiven
156
-
157
- example_vpc = aiven.ProjectVpc("example_vpc",
158
- project=example_project["project"],
159
- cloud_name="google-europe-west1",
160
- network_cidr="192.168.1.0/24")
161
- ```
162
-
163
151
  ## Import
164
152
 
165
153
  ```sh
@@ -170,7 +158,7 @@ class ProjectVpc(pulumi.CustomResource):
170
158
  :param pulumi.ResourceOptions opts: Options for the resource.
171
159
  :param pulumi.Input[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`. Changing this property forces recreation of the resource.
172
160
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
173
- :param pulumi.Input[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.
161
+ :param pulumi.Input[str] project: Identifies 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.
174
162
  """
175
163
  ...
176
164
  @overload
@@ -181,18 +169,6 @@ class ProjectVpc(pulumi.CustomResource):
181
169
  """
182
170
  Creates and manages a VPC for an Aiven project.
183
171
 
184
- ## Example Usage
185
-
186
- ```python
187
- import pulumi
188
- import pulumi_aiven as aiven
189
-
190
- example_vpc = aiven.ProjectVpc("example_vpc",
191
- project=example_project["project"],
192
- cloud_name="google-europe-west1",
193
- network_cidr="192.168.1.0/24")
194
- ```
195
-
196
172
  ## Import
197
173
 
198
174
  ```sh
@@ -259,7 +235,7 @@ class ProjectVpc(pulumi.CustomResource):
259
235
  :param pulumi.ResourceOptions opts: Options for the resource.
260
236
  :param pulumi.Input[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`. Changing this property forces recreation of the resource.
261
237
  :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
262
- :param pulumi.Input[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.
238
+ :param pulumi.Input[str] project: Identifies 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.
263
239
  :param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
264
240
  """
265
241
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -292,7 +268,7 @@ class ProjectVpc(pulumi.CustomResource):
292
268
  @pulumi.getter
293
269
  def project(self) -> pulumi.Output[str]:
294
270
  """
295
- 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.
271
+ Identifies 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.
296
272
  """
297
273
  return pulumi.get(self, "project")
298
274