pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__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 (129) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2479 -932
  3. pulumi_aiven/account.py +34 -30
  4. pulumi_aiven/account_authentication.py +6 -2
  5. pulumi_aiven/account_team_member.py +21 -21
  6. pulumi_aiven/aws_privatelink.py +39 -39
  7. pulumi_aiven/aws_vpc_peering_connection.py +62 -52
  8. pulumi_aiven/azure_privatelink.py +49 -49
  9. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  10. pulumi_aiven/azure_vpc_peering_connection.py +76 -68
  11. pulumi_aiven/cassandra.py +7 -7
  12. pulumi_aiven/cassandra_user.py +21 -21
  13. pulumi_aiven/clickhouse.py +7 -7
  14. pulumi_aiven/clickhouse_database.py +21 -21
  15. pulumi_aiven/clickhouse_grant.py +42 -42
  16. pulumi_aiven/clickhouse_role.py +21 -21
  17. pulumi_aiven/clickhouse_user.py +21 -21
  18. pulumi_aiven/connection_pool.py +28 -28
  19. pulumi_aiven/dragonfly.py +1344 -0
  20. pulumi_aiven/flink.py +7 -7
  21. pulumi_aiven/flink_application.py +14 -14
  22. pulumi_aiven/flink_application_deployment.py +14 -14
  23. pulumi_aiven/flink_application_version.py +14 -14
  24. pulumi_aiven/gcp_privatelink.py +26 -26
  25. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  26. pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
  27. pulumi_aiven/get_account_team_member.py +9 -9
  28. pulumi_aiven/get_aws_privatelink.py +15 -15
  29. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
  30. pulumi_aiven/get_azure_privatelink.py +17 -17
  31. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  32. pulumi_aiven/get_cassanda.py +3 -3
  33. pulumi_aiven/get_cassandra.py +3 -3
  34. pulumi_aiven/get_cassandra_user.py +9 -9
  35. pulumi_aiven/get_clickhouse.py +3 -3
  36. pulumi_aiven/get_clickhouse_database.py +9 -9
  37. pulumi_aiven/get_clickhouse_user.py +9 -9
  38. pulumi_aiven/get_connection_pool.py +10 -10
  39. pulumi_aiven/get_dragonfly.py +443 -0
  40. pulumi_aiven/get_flink.py +3 -3
  41. pulumi_aiven/get_flink_application.py +6 -6
  42. pulumi_aiven/get_flink_application_version.py +6 -6
  43. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
  44. pulumi_aiven/get_grafana.py +3 -3
  45. pulumi_aiven/get_kafka.py +3 -3
  46. pulumi_aiven/get_kafka_acl.py +15 -15
  47. pulumi_aiven/get_kafka_connect.py +3 -3
  48. pulumi_aiven/get_kafka_connector.py +9 -9
  49. pulumi_aiven/get_kafka_mirror_maker.py +3 -3
  50. pulumi_aiven/get_kafka_schema.py +9 -9
  51. pulumi_aiven/get_kafka_schema_configuration.py +7 -7
  52. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  53. pulumi_aiven/get_kafka_topic.py +9 -9
  54. pulumi_aiven/get_kafka_user.py +9 -9
  55. pulumi_aiven/get_m3_aggregator.py +3 -3
  56. pulumi_aiven/get_m3_db.py +3 -3
  57. pulumi_aiven/get_m3db_user.py +9 -9
  58. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  59. pulumi_aiven/get_my_sql.py +3 -3
  60. pulumi_aiven/get_mysql_database.py +9 -9
  61. pulumi_aiven/get_mysql_user.py +9 -9
  62. pulumi_aiven/get_open_search.py +3 -3
  63. pulumi_aiven/get_open_search_acl_config.py +6 -6
  64. pulumi_aiven/get_open_search_acl_rule.py +12 -12
  65. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  66. pulumi_aiven/get_opensearch_user.py +9 -9
  67. pulumi_aiven/get_organization.py +8 -8
  68. pulumi_aiven/get_organization_user_group.py +33 -9
  69. pulumi_aiven/get_organizational_unit.py +9 -9
  70. pulumi_aiven/get_pg.py +3 -3
  71. pulumi_aiven/get_pg_database.py +11 -11
  72. pulumi_aiven/get_pg_user.py +9 -9
  73. pulumi_aiven/get_project_user.py +6 -6
  74. pulumi_aiven/get_project_vpc.py +11 -13
  75. pulumi_aiven/get_redis.py +3 -3
  76. pulumi_aiven/get_redis_user.py +13 -13
  77. pulumi_aiven/get_service_integration.py +56 -4
  78. pulumi_aiven/get_service_integration_endpoint.py +1 -1
  79. pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
  80. pulumi_aiven/grafana.py +7 -7
  81. pulumi_aiven/influx_db.py +7 -7
  82. pulumi_aiven/influxdb_database.py +21 -21
  83. pulumi_aiven/influxdb_user.py +28 -28
  84. pulumi_aiven/kafka.py +7 -7
  85. pulumi_aiven/kafka_acl.py +35 -35
  86. pulumi_aiven/kafka_connect.py +7 -7
  87. pulumi_aiven/kafka_connector.py +21 -21
  88. pulumi_aiven/kafka_mirror_maker.py +7 -7
  89. pulumi_aiven/kafka_schema.py +47 -43
  90. pulumi_aiven/kafka_schema_configuration.py +14 -14
  91. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  92. pulumi_aiven/kafka_topic.py +21 -21
  93. pulumi_aiven/kafka_user.py +21 -21
  94. pulumi_aiven/m3_aggregator.py +7 -7
  95. pulumi_aiven/m3_db.py +7 -7
  96. pulumi_aiven/m3db_user.py +21 -21
  97. pulumi_aiven/mirror_maker_replication_flow.py +50 -48
  98. pulumi_aiven/my_sql.py +7 -7
  99. pulumi_aiven/mysql_database.py +21 -21
  100. pulumi_aiven/mysql_user.py +21 -21
  101. pulumi_aiven/open_search.py +7 -7
  102. pulumi_aiven/open_search_acl_config.py +14 -14
  103. pulumi_aiven/open_search_acl_rule.py +28 -28
  104. pulumi_aiven/opensearch_security_plugin_config.py +66 -14
  105. pulumi_aiven/opensearch_user.py +21 -21
  106. pulumi_aiven/organization.py +10 -10
  107. pulumi_aiven/organization_group_project.py +290 -0
  108. pulumi_aiven/organization_user.py +16 -16
  109. pulumi_aiven/organization_user_group.py +61 -23
  110. pulumi_aiven/organization_user_group_member.py +352 -0
  111. pulumi_aiven/organizational_unit.py +32 -32
  112. pulumi_aiven/outputs.py +2989 -467
  113. pulumi_aiven/pg.py +7 -7
  114. pulumi_aiven/pg_database.py +35 -35
  115. pulumi_aiven/pg_user.py +21 -21
  116. pulumi_aiven/project.py +26 -0
  117. pulumi_aiven/project_user.py +14 -14
  118. pulumi_aiven/project_vpc.py +25 -25
  119. pulumi_aiven/redis.py +7 -7
  120. pulumi_aiven/redis_user.py +49 -49
  121. pulumi_aiven/service_integration.py +195 -7
  122. pulumi_aiven/service_integration_endpoint.py +7 -7
  123. pulumi_aiven/static_ip.py +14 -14
  124. pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
  125. {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
  126. pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
  127. pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
  128. {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
  129. {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/cassandra.py CHANGED
@@ -34,7 +34,7 @@ class CassandraArgs:
34
34
  """
35
35
  The set of arguments for constructing a Cassandra resource.
36
36
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
37
- :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.
37
+ :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.
38
38
  :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 service so name should be picked based on intended service usage rather than current attributes.
39
39
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
40
40
  :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings
@@ -96,7 +96,7 @@ class CassandraArgs:
96
96
  @pulumi.getter
97
97
  def project(self) -> pulumi.Input[str]:
98
98
  """
99
- 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.
99
+ 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.
100
100
  """
101
101
  return pulumi.get(self, "project")
102
102
 
@@ -310,7 +310,7 @@ class _CassandraState:
310
310
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
311
311
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
312
312
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
313
- :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.
313
+ :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.
314
314
  :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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
315
315
  :param pulumi.Input[str] service_host: The hostname of the service.
316
316
  :param pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -549,7 +549,7 @@ class _CassandraState:
549
549
  @pulumi.getter
550
550
  def project(self) -> Optional[pulumi.Input[str]]:
551
551
  """
552
- 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.
552
+ 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.
553
553
  """
554
554
  return pulumi.get(self, "project")
555
555
 
@@ -788,7 +788,7 @@ class Cassandra(pulumi.CustomResource):
788
788
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
789
789
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
790
790
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
791
- :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.
791
+ :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.
792
792
  :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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
793
793
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
794
794
  :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 service so name should be picked based on intended service usage rather than current attributes.
@@ -968,7 +968,7 @@ class Cassandra(pulumi.CustomResource):
968
968
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
969
969
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
970
970
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
971
- :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.
971
+ :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.
972
972
  :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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
973
973
  :param pulumi.Input[str] service_host: The hostname of the service.
974
974
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CassandraServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -1129,7 +1129,7 @@ class Cassandra(pulumi.CustomResource):
1129
1129
  @pulumi.getter
1130
1130
  def project(self) -> pulumi.Output[str]:
1131
1131
  """
1132
- 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.
1132
+ 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.
1133
1133
  """
1134
1134
  return pulumi.get(self, "project")
1135
1135
 
@@ -20,9 +20,9 @@ class CassandraUserArgs:
20
20
  password: Optional[pulumi.Input[str]] = None):
21
21
  """
22
22
  The set of arguments for constructing a CassandraUser resource.
23
- :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] service_name: Specifies the name of the service that 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.
25
- :param pulumi.Input[str] username: The actual name of the Cassandra User. 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.
23
+ :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.
24
+ :param pulumi.Input[str] service_name: Specifies 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.
25
+ :param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[str] password: The password of the Cassandra User.
27
27
  """
28
28
  pulumi.set(__self__, "project", project)
@@ -35,7 +35,7 @@ class CassandraUserArgs:
35
35
  @pulumi.getter
36
36
  def project(self) -> pulumi.Input[str]:
37
37
  """
38
- 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.
38
+ 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.
39
39
  """
40
40
  return pulumi.get(self, "project")
41
41
 
@@ -47,7 +47,7 @@ class CassandraUserArgs:
47
47
  @pulumi.getter(name="serviceName")
48
48
  def service_name(self) -> pulumi.Input[str]:
49
49
  """
50
- Specifies the name of the service that 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.
50
+ Specifies 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.
51
51
  """
52
52
  return pulumi.get(self, "service_name")
53
53
 
@@ -59,7 +59,7 @@ class CassandraUserArgs:
59
59
  @pulumi.getter
60
60
  def username(self) -> pulumi.Input[str]:
61
61
  """
62
- The actual name of the Cassandra User. 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.
62
+ The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
63
63
  """
64
64
  return pulumi.get(self, "username")
65
65
 
@@ -95,10 +95,10 @@ class _CassandraUserState:
95
95
  :param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
96
96
  :param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
97
97
  :param pulumi.Input[str] password: The password of the Cassandra User.
98
- :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.
99
- :param pulumi.Input[str] service_name: Specifies the name of the service that 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.
98
+ :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.
99
+ :param pulumi.Input[str] service_name: Specifies 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.
100
100
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
101
- :param pulumi.Input[str] username: The actual name of the Cassandra User. 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.
101
+ :param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
102
102
  """
103
103
  if access_cert is not None:
104
104
  pulumi.set(__self__, "access_cert", access_cert)
@@ -155,7 +155,7 @@ class _CassandraUserState:
155
155
  @pulumi.getter
156
156
  def project(self) -> Optional[pulumi.Input[str]]:
157
157
  """
158
- 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.
158
+ 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.
159
159
  """
160
160
  return pulumi.get(self, "project")
161
161
 
@@ -167,7 +167,7 @@ class _CassandraUserState:
167
167
  @pulumi.getter(name="serviceName")
168
168
  def service_name(self) -> Optional[pulumi.Input[str]]:
169
169
  """
170
- Specifies the name of the service that 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.
170
+ Specifies 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.
171
171
  """
172
172
  return pulumi.get(self, "service_name")
173
173
 
@@ -191,7 +191,7 @@ class _CassandraUserState:
191
191
  @pulumi.getter
192
192
  def username(self) -> Optional[pulumi.Input[str]]:
193
193
  """
194
- The actual name of the Cassandra User. 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.
194
+ The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
195
195
  """
196
196
  return pulumi.get(self, "username")
197
197
 
@@ -237,9 +237,9 @@ class CassandraUser(pulumi.CustomResource):
237
237
  :param str resource_name: The name of the resource.
238
238
  :param pulumi.ResourceOptions opts: Options for the resource.
239
239
  :param pulumi.Input[str] password: The password of the Cassandra User.
240
- :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.
241
- :param pulumi.Input[str] service_name: Specifies the name of the service that 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.
242
- :param pulumi.Input[str] username: The actual name of the Cassandra User. 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.
240
+ :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.
241
+ :param pulumi.Input[str] service_name: Specifies 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.
242
+ :param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
243
243
  """
244
244
  ...
245
245
  @overload
@@ -341,10 +341,10 @@ class CassandraUser(pulumi.CustomResource):
341
341
  :param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
342
342
  :param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
343
343
  :param pulumi.Input[str] password: The password of the Cassandra User.
344
- :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.
345
- :param pulumi.Input[str] service_name: Specifies the name of the service that 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.
344
+ :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.
345
+ :param pulumi.Input[str] service_name: Specifies 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.
346
346
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
347
- :param pulumi.Input[str] username: The actual name of the Cassandra User. 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.
347
+ :param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
348
348
  """
349
349
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
350
350
 
@@ -387,7 +387,7 @@ class CassandraUser(pulumi.CustomResource):
387
387
  @pulumi.getter
388
388
  def project(self) -> pulumi.Output[str]:
389
389
  """
390
- 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.
390
+ 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.
391
391
  """
392
392
  return pulumi.get(self, "project")
393
393
 
@@ -395,7 +395,7 @@ class CassandraUser(pulumi.CustomResource):
395
395
  @pulumi.getter(name="serviceName")
396
396
  def service_name(self) -> pulumi.Output[str]:
397
397
  """
398
- Specifies the name of the service that 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.
398
+ Specifies 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.
399
399
  """
400
400
  return pulumi.get(self, "service_name")
401
401
 
@@ -411,7 +411,7 @@ class CassandraUser(pulumi.CustomResource):
411
411
  @pulumi.getter
412
412
  def username(self) -> pulumi.Output[str]:
413
413
  """
414
- The actual name of the Cassandra User. 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.
414
+ The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
415
415
  """
416
416
  return pulumi.get(self, "username")
417
417
 
@@ -34,7 +34,7 @@ class ClickhouseArgs:
34
34
  """
35
35
  The set of arguments for constructing a Clickhouse resource.
36
36
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
37
- :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.
37
+ :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.
38
38
  :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 service so name should be picked based on intended service usage rather than current attributes.
39
39
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
40
40
  :param pulumi.Input['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse user configurable settings
@@ -96,7 +96,7 @@ class ClickhouseArgs:
96
96
  @pulumi.getter
97
97
  def project(self) -> pulumi.Input[str]:
98
98
  """
99
- 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.
99
+ 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.
100
100
  """
101
101
  return pulumi.get(self, "project")
102
102
 
@@ -310,7 +310,7 @@ class _ClickhouseState:
310
310
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
311
311
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
312
312
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
313
- :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.
313
+ :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.
314
314
  :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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
315
315
  :param pulumi.Input[str] service_host: The hostname of the service.
316
316
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -549,7 +549,7 @@ class _ClickhouseState:
549
549
  @pulumi.getter
550
550
  def project(self) -> Optional[pulumi.Input[str]]:
551
551
  """
552
- 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.
552
+ 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.
553
553
  """
554
554
  return pulumi.get(self, "project")
555
555
 
@@ -782,7 +782,7 @@ class Clickhouse(pulumi.CustomResource):
782
782
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
783
783
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
784
784
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
785
- :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.
785
+ :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.
786
786
  :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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
787
787
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
788
788
  :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 service so name should be picked based on intended service usage rather than current attributes.
@@ -956,7 +956,7 @@ class Clickhouse(pulumi.CustomResource):
956
956
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
957
957
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
958
958
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
959
- :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.
959
+ :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.
960
960
  :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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
961
961
  :param pulumi.Input[str] service_host: The hostname of the service.
962
962
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -1117,7 +1117,7 @@ class Clickhouse(pulumi.CustomResource):
1117
1117
  @pulumi.getter
1118
1118
  def project(self) -> pulumi.Output[str]:
1119
1119
  """
1120
- 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.
1120
+ 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.
1121
1121
  """
1122
1122
  return pulumi.get(self, "project")
1123
1123
 
@@ -20,9 +20,9 @@ class ClickhouseDatabaseArgs:
20
20
  termination_protection: Optional[pulumi.Input[bool]] = None):
21
21
  """
22
22
  The set of arguments for constructing a ClickhouseDatabase resource.
23
- :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] service_name: Specifies the name of the service that 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.
25
- :param pulumi.Input[str] name: The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
23
+ :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.
24
+ :param pulumi.Input[str] service_name: Specifies 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.
25
+ :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
27
27
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
28
28
  default value is `false`.
@@ -38,7 +38,7 @@ class ClickhouseDatabaseArgs:
38
38
  @pulumi.getter
39
39
  def project(self) -> pulumi.Input[str]:
40
40
  """
41
- 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.
41
+ 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.
42
42
  """
43
43
  return pulumi.get(self, "project")
44
44
 
@@ -50,7 +50,7 @@ class ClickhouseDatabaseArgs:
50
50
  @pulumi.getter(name="serviceName")
51
51
  def service_name(self) -> pulumi.Input[str]:
52
52
  """
53
- Specifies the name of the service that 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.
53
+ Specifies 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.
54
54
  """
55
55
  return pulumi.get(self, "service_name")
56
56
 
@@ -62,7 +62,7 @@ class ClickhouseDatabaseArgs:
62
62
  @pulumi.getter
63
63
  def name(self) -> Optional[pulumi.Input[str]]:
64
64
  """
65
- The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
65
+ The name of the Clickhouse database. Changing this property forces recreation of the resource.
66
66
  """
67
67
  return pulumi.get(self, "name")
68
68
 
@@ -94,9 +94,9 @@ class _ClickhouseDatabaseState:
94
94
  termination_protection: Optional[pulumi.Input[bool]] = None):
95
95
  """
96
96
  Input properties used for looking up and filtering ClickhouseDatabase resources.
97
- :param pulumi.Input[str] name: The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
98
- :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.
99
- :param pulumi.Input[str] service_name: Specifies the name of the service that 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.
97
+ :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
98
+ :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.
99
+ :param pulumi.Input[str] service_name: Specifies 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.
100
100
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
101
101
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
102
102
  default value is `false`.
@@ -114,7 +114,7 @@ class _ClickhouseDatabaseState:
114
114
  @pulumi.getter
115
115
  def name(self) -> Optional[pulumi.Input[str]]:
116
116
  """
117
- The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
117
+ The name of the Clickhouse database. Changing this property forces recreation of the resource.
118
118
  """
119
119
  return pulumi.get(self, "name")
120
120
 
@@ -126,7 +126,7 @@ class _ClickhouseDatabaseState:
126
126
  @pulumi.getter
127
127
  def project(self) -> Optional[pulumi.Input[str]]:
128
128
  """
129
- 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.
129
+ 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.
130
130
  """
131
131
  return pulumi.get(self, "project")
132
132
 
@@ -138,7 +138,7 @@ class _ClickhouseDatabaseState:
138
138
  @pulumi.getter(name="serviceName")
139
139
  def service_name(self) -> Optional[pulumi.Input[str]]:
140
140
  """
141
- Specifies the name of the service that 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.
141
+ Specifies 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.
142
142
  """
143
143
  return pulumi.get(self, "service_name")
144
144
 
@@ -195,9 +195,9 @@ class ClickhouseDatabase(pulumi.CustomResource):
195
195
 
196
196
  :param str resource_name: The name of the resource.
197
197
  :param pulumi.ResourceOptions opts: Options for the resource.
198
- :param pulumi.Input[str] name: The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
199
- :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.
200
- :param pulumi.Input[str] service_name: Specifies the name of the service that 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.
198
+ :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
199
+ :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.
200
+ :param pulumi.Input[str] service_name: Specifies 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.
201
201
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
202
202
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
203
203
  default value is `false`.
@@ -287,9 +287,9 @@ class ClickhouseDatabase(pulumi.CustomResource):
287
287
  :param str resource_name: The unique name of the resulting resource.
288
288
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
289
289
  :param pulumi.ResourceOptions opts: Options for the resource.
290
- :param pulumi.Input[str] name: The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
291
- :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.
292
- :param pulumi.Input[str] service_name: Specifies the name of the service that 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.
290
+ :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
291
+ :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.
292
+ :param pulumi.Input[str] service_name: Specifies 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.
293
293
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
294
294
  Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
295
295
  default value is `false`.
@@ -308,7 +308,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
308
308
  @pulumi.getter
309
309
  def name(self) -> pulumi.Output[str]:
310
310
  """
311
- The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
311
+ The name of the Clickhouse database. Changing this property forces recreation of the resource.
312
312
  """
313
313
  return pulumi.get(self, "name")
314
314
 
@@ -316,7 +316,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
316
316
  @pulumi.getter
317
317
  def project(self) -> pulumi.Output[str]:
318
318
  """
319
- 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.
319
+ 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.
320
320
  """
321
321
  return pulumi.get(self, "project")
322
322
 
@@ -324,7 +324,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
324
324
  @pulumi.getter(name="serviceName")
325
325
  def service_name(self) -> pulumi.Output[str]:
326
326
  """
327
- Specifies the name of the service that 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.
327
+ Specifies 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.
328
328
  """
329
329
  return pulumi.get(self, "service_name")
330
330