pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.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 (138) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2973 -1323
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +36 -4
  6. pulumi_aiven/account_team_member.py +69 -35
  7. pulumi_aiven/account_team_project.py +52 -12
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +17 -13
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_influx_db.py +2 -114
  50. pulumi_aiven/get_influxdb_database.py +2 -21
  51. pulumi_aiven/get_influxdb_user.py +2 -55
  52. pulumi_aiven/get_kafka.py +7 -3
  53. pulumi_aiven/get_kafka_acl.py +19 -15
  54. pulumi_aiven/get_kafka_connect.py +7 -3
  55. pulumi_aiven/get_kafka_connector.py +13 -9
  56. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  57. pulumi_aiven/get_kafka_schema.py +13 -9
  58. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  59. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  60. pulumi_aiven/get_kafka_topic.py +13 -9
  61. pulumi_aiven/get_kafka_user.py +13 -9
  62. pulumi_aiven/get_m3_aggregator.py +7 -3
  63. pulumi_aiven/get_m3_db.py +7 -3
  64. pulumi_aiven/get_m3db_user.py +13 -9
  65. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  66. pulumi_aiven/get_my_sql.py +7 -3
  67. pulumi_aiven/get_mysql_database.py +13 -9
  68. pulumi_aiven/get_mysql_user.py +13 -9
  69. pulumi_aiven/get_open_search.py +7 -3
  70. pulumi_aiven/get_open_search_acl_config.py +10 -6
  71. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  72. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  73. pulumi_aiven/get_opensearch_user.py +13 -9
  74. pulumi_aiven/get_organization.py +12 -8
  75. pulumi_aiven/get_organization_user_group.py +33 -9
  76. pulumi_aiven/get_organizational_unit.py +9 -9
  77. pulumi_aiven/get_pg.py +7 -3
  78. pulumi_aiven/get_pg_database.py +15 -11
  79. pulumi_aiven/get_pg_user.py +13 -9
  80. pulumi_aiven/get_project.py +4 -0
  81. pulumi_aiven/get_project_user.py +10 -6
  82. pulumi_aiven/get_project_vpc.py +15 -13
  83. pulumi_aiven/get_redis.py +7 -3
  84. pulumi_aiven/get_redis_user.py +17 -13
  85. pulumi_aiven/get_service_component.py +4 -0
  86. pulumi_aiven/get_service_integration.py +68 -6
  87. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  88. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  89. pulumi_aiven/grafana.py +13 -9
  90. pulumi_aiven/influx_db.py +239 -138
  91. pulumi_aiven/influxdb_database.py +37 -25
  92. pulumi_aiven/influxdb_user.py +44 -63
  93. pulumi_aiven/kafka.py +19 -15
  94. pulumi_aiven/kafka_acl.py +41 -37
  95. pulumi_aiven/kafka_connect.py +13 -9
  96. pulumi_aiven/kafka_connector.py +29 -25
  97. pulumi_aiven/kafka_mirror_maker.py +13 -9
  98. pulumi_aiven/kafka_schema.py +53 -45
  99. pulumi_aiven/kafka_schema_configuration.py +20 -16
  100. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  101. pulumi_aiven/kafka_topic.py +23 -23
  102. pulumi_aiven/kafka_user.py +27 -23
  103. pulumi_aiven/m3_aggregator.py +13 -9
  104. pulumi_aiven/m3_db.py +13 -9
  105. pulumi_aiven/m3db_user.py +27 -23
  106. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  107. pulumi_aiven/my_sql.py +13 -9
  108. pulumi_aiven/mysql_database.py +27 -23
  109. pulumi_aiven/mysql_user.py +27 -23
  110. pulumi_aiven/open_search.py +17 -13
  111. pulumi_aiven/open_search_acl_config.py +20 -16
  112. pulumi_aiven/open_search_acl_rule.py +34 -30
  113. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  114. pulumi_aiven/opensearch_user.py +27 -23
  115. pulumi_aiven/organization.py +14 -10
  116. pulumi_aiven/organization_group_project.py +290 -0
  117. pulumi_aiven/organization_user.py +20 -18
  118. pulumi_aiven/organization_user_group.py +77 -38
  119. pulumi_aiven/organization_user_group_member.py +352 -0
  120. pulumi_aiven/organizational_unit.py +36 -32
  121. pulumi_aiven/outputs.py +4004 -1363
  122. pulumi_aiven/pg.py +16 -16
  123. pulumi_aiven/pg_database.py +41 -37
  124. pulumi_aiven/pg_user.py +27 -23
  125. pulumi_aiven/project.py +28 -2
  126. pulumi_aiven/project_user.py +20 -16
  127. pulumi_aiven/project_vpc.py +25 -25
  128. pulumi_aiven/redis.py +13 -9
  129. pulumi_aiven/redis_user.py +55 -51
  130. pulumi_aiven/service_integration.py +207 -15
  131. pulumi_aiven/service_integration_endpoint.py +7 -7
  132. pulumi_aiven/static_ip.py +14 -14
  133. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  134. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  135. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  136. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  137. pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
  138. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.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. Should be lowercase. This property cannot be changed, doing so 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. Should be lowercase. This property cannot be changed, doing so 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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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
 
@@ -74,9 +74,9 @@ class _ProjectUserState:
74
74
  """
75
75
  Input properties used for looking up and filtering ProjectUser resources.
76
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. This property cannot be changed, doing so forces recreation of the resource.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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)
@@ -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. Should be lowercase. This property cannot be changed, doing so 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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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
 
@@ -150,6 +150,7 @@ class ProjectUser(pulumi.CustomResource):
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
@@ -159,18 +160,19 @@ class ProjectUser(pulumi.CustomResource):
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. Should be lowercase. This property cannot be changed, doing so 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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
@@ -183,6 +185,7 @@ class ProjectUser(pulumi.CustomResource):
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
@@ -192,11 +195,12 @@ class ProjectUser(pulumi.CustomResource):
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.
@@ -258,9 +262,9 @@ class ProjectUser(pulumi.CustomResource):
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
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.
261
- :param pulumi.Input[str] email: Email address of the user. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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
 
@@ -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. Should be lowercase. This property cannot be changed, doing so 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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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
 
@@ -19,9 +19,9 @@ class ProjectVpcArgs:
19
19
  project: pulumi.Input[str]):
20
20
  """
21
21
  The set of arguments for constructing a ProjectVpc resource.
22
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
23
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC like 192.168.0.0/24
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. This property cannot be changed, doing so forces recreation of the resource.
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
+ :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: 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)
@@ -31,7 +31,7 @@ class ProjectVpcArgs:
31
31
  @pulumi.getter(name="cloudName")
32
32
  def cloud_name(self) -> pulumi.Input[str]:
33
33
  """
34
- Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
34
+ 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.
35
35
  """
36
36
  return pulumi.get(self, "cloud_name")
37
37
 
@@ -43,7 +43,7 @@ class ProjectVpcArgs:
43
43
  @pulumi.getter(name="networkCidr")
44
44
  def network_cidr(self) -> pulumi.Input[str]:
45
45
  """
46
- Network address range used by the VPC like 192.168.0.0/24
46
+ Network address range used by the VPC. For example, `192.168.0.0/24`.
47
47
  """
48
48
  return pulumi.get(self, "network_cidr")
49
49
 
@@ -55,7 +55,7 @@ class ProjectVpcArgs:
55
55
  @pulumi.getter
56
56
  def project(self) -> pulumi.Input[str]:
57
57
  """
58
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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,9 +73,9 @@ class _ProjectVpcState:
73
73
  state: Optional[pulumi.Input[str]] = None):
74
74
  """
75
75
  Input properties used for looking up and filtering ProjectVpc resources.
76
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
77
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC like 192.168.0.0/24
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. This property cannot be changed, doing so forces recreation of the resource.
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
+ :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: 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:
@@ -91,7 +91,7 @@ class _ProjectVpcState:
91
91
  @pulumi.getter(name="cloudName")
92
92
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
93
93
  """
94
- Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "cloud_name")
97
97
 
@@ -103,7 +103,7 @@ class _ProjectVpcState:
103
103
  @pulumi.getter(name="networkCidr")
104
104
  def network_cidr(self) -> Optional[pulumi.Input[str]]:
105
105
  """
106
- Network address range used by the VPC like 192.168.0.0/24
106
+ Network address range used by the VPC. For example, `192.168.0.0/24`.
107
107
  """
108
108
  return pulumi.get(self, "network_cidr")
109
109
 
@@ -115,7 +115,7 @@ class _ProjectVpcState:
115
115
  @pulumi.getter
116
116
  def project(self) -> Optional[pulumi.Input[str]]:
117
117
  """
118
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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
 
@@ -146,19 +146,19 @@ class ProjectVpc(pulumi.CustomResource):
146
146
  project: Optional[pulumi.Input[str]] = None,
147
147
  __props__=None):
148
148
  """
149
- The Project VPC resource allows the creation and management of Aiven Project VPCs.
149
+ Creates and manages a VPC for an Aiven project.
150
150
 
151
151
  ## Import
152
152
 
153
153
  ```sh
154
- $ pulumi import aiven:index/projectVpc:ProjectVpc myvpc project/id
154
+ $ pulumi import aiven:index/projectVpc:ProjectVpc example_vpc PROJECT/ID
155
155
  ```
156
156
 
157
157
  :param str resource_name: The name of the resource.
158
158
  :param pulumi.ResourceOptions opts: Options for the resource.
159
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
160
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC like 192.168.0.0/24
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. This property cannot be changed, doing so forces recreation of the resource.
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.
160
+ :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
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.
162
162
  """
163
163
  ...
164
164
  @overload
@@ -167,12 +167,12 @@ class ProjectVpc(pulumi.CustomResource):
167
167
  args: ProjectVpcArgs,
168
168
  opts: Optional[pulumi.ResourceOptions] = None):
169
169
  """
170
- The Project VPC resource allows the creation and management of Aiven Project VPCs.
170
+ Creates and manages a VPC for an Aiven project.
171
171
 
172
172
  ## Import
173
173
 
174
174
  ```sh
175
- $ pulumi import aiven:index/projectVpc:ProjectVpc myvpc project/id
175
+ $ pulumi import aiven:index/projectVpc:ProjectVpc example_vpc PROJECT/ID
176
176
  ```
177
177
 
178
178
  :param str resource_name: The name of the resource.
@@ -233,9 +233,9 @@ class ProjectVpc(pulumi.CustomResource):
233
233
  :param str resource_name: The unique name of the resulting resource.
234
234
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
235
235
  :param pulumi.ResourceOptions opts: Options for the resource.
236
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
237
- :param pulumi.Input[str] network_cidr: Network address range used by the VPC like 192.168.0.0/24
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. This property cannot be changed, doing so forces recreation of the resource.
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.
237
+ :param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
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.
239
239
  :param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
240
240
  """
241
241
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -252,7 +252,7 @@ class ProjectVpc(pulumi.CustomResource):
252
252
  @pulumi.getter(name="cloudName")
253
253
  def cloud_name(self) -> pulumi.Output[str]:
254
254
  """
255
- Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
255
+ 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.
256
256
  """
257
257
  return pulumi.get(self, "cloud_name")
258
258
 
@@ -260,7 +260,7 @@ class ProjectVpc(pulumi.CustomResource):
260
260
  @pulumi.getter(name="networkCidr")
261
261
  def network_cidr(self) -> pulumi.Output[str]:
262
262
  """
263
- Network address range used by the VPC like 192.168.0.0/24
263
+ Network address range used by the VPC. For example, `192.168.0.0/24`.
264
264
  """
265
265
  return pulumi.get(self, "network_cidr")
266
266
 
@@ -268,7 +268,7 @@ class ProjectVpc(pulumi.CustomResource):
268
268
  @pulumi.getter
269
269
  def project(self) -> pulumi.Output[str]:
270
270
  """
271
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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.
272
272
  """
273
273
  return pulumi.get(self, "project")
274
274
 
pulumi_aiven/redis.py CHANGED
@@ -40,7 +40,7 @@ class RedisArgs:
40
40
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
41
41
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
42
42
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
43
- reference. This property cannot be changed, doing so forces recreation of the resource.
43
+ reference. Changing this property forces recreation of the resource.
44
44
  :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
45
45
  service so name should be picked based on intended service usage rather than current attributes.
46
46
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
@@ -123,7 +123,7 @@ class RedisArgs:
123
123
  def project(self) -> pulumi.Input[str]:
124
124
  """
125
125
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
126
- reference. This property cannot be changed, doing so forces recreation of the resource.
126
+ reference. Changing this property forces recreation of the resource.
127
127
  """
128
128
  return pulumi.get(self, "project")
129
129
 
@@ -365,7 +365,7 @@ class _RedisState:
365
365
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
366
366
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
367
367
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
368
- reference. This property cannot be changed, doing so forces recreation of the resource.
368
+ reference. Changing this property forces recreation of the resource.
369
369
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
370
370
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
371
371
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -605,7 +605,7 @@ class _RedisState:
605
605
  def project(self) -> Optional[pulumi.Input[str]]:
606
606
  """
607
607
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
608
- reference. This property cannot be changed, doing so forces recreation of the resource.
608
+ reference. Changing this property forces recreation of the resource.
609
609
  """
610
610
  return pulumi.get(self, "project")
611
611
 
@@ -840,6 +840,7 @@ class Redis(pulumi.CustomResource):
840
840
 
841
841
  ## Example Usage
842
842
 
843
+ <!--Start PulumiCodeChooser -->
843
844
  ```python
844
845
  import pulumi
845
846
  import pulumi_aiven as aiven
@@ -858,11 +859,12 @@ class Redis(pulumi.CustomResource):
858
859
  ),
859
860
  ))
860
861
  ```
862
+ <!--End PulumiCodeChooser -->
861
863
 
862
864
  ## Import
863
865
 
864
866
  ```sh
865
- $ pulumi import aiven:index/redis:Redis redis1 project/service_name
867
+ $ pulumi import aiven:index/redis:Redis redis1 project/service_name
866
868
  ```
867
869
 
868
870
  :param str resource_name: The name of the resource.
@@ -886,7 +888,7 @@ class Redis(pulumi.CustomResource):
886
888
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
887
889
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
888
890
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
889
- reference. This property cannot be changed, doing so forces recreation of the resource.
891
+ reference. Changing this property forces recreation of the resource.
890
892
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
891
893
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
892
894
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -915,6 +917,7 @@ class Redis(pulumi.CustomResource):
915
917
 
916
918
  ## Example Usage
917
919
 
920
+ <!--Start PulumiCodeChooser -->
918
921
  ```python
919
922
  import pulumi
920
923
  import pulumi_aiven as aiven
@@ -933,11 +936,12 @@ class Redis(pulumi.CustomResource):
933
936
  ),
934
937
  ))
935
938
  ```
939
+ <!--End PulumiCodeChooser -->
936
940
 
937
941
  ## Import
938
942
 
939
943
  ```sh
940
- $ pulumi import aiven:index/redis:Redis redis1 project/service_name
944
+ $ pulumi import aiven:index/redis:Redis redis1 project/service_name
941
945
  ```
942
946
 
943
947
  :param str resource_name: The name of the resource.
@@ -1086,7 +1090,7 @@ class Redis(pulumi.CustomResource):
1086
1090
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1087
1091
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1088
1092
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1089
- reference. This property cannot be changed, doing so forces recreation of the resource.
1093
+ reference. Changing this property forces recreation of the resource.
1090
1094
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
1091
1095
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1092
1096
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -1256,7 +1260,7 @@ class Redis(pulumi.CustomResource):
1256
1260
  def project(self) -> pulumi.Output[str]:
1257
1261
  """
1258
1262
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1259
- reference. This property cannot be changed, doing so forces recreation of the resource.
1263
+ reference. Changing this property forces recreation of the resource.
1260
1264
  """
1261
1265
  return pulumi.get(self, "project")
1262
1266